diff --git a/custom_components/west_wood_club/brand/icon.png b/custom_components/west_wood_club/brand/icon.png new file mode 100644 index 0000000..3542290 Binary files /dev/null and b/custom_components/west_wood_club/brand/icon.png differ diff --git a/custom_components/west_wood_club/brand/icon@2x.png b/custom_components/west_wood_club/brand/icon@2x.png new file mode 100644 index 0000000..b57e1c7 Binary files /dev/null and b/custom_components/west_wood_club/brand/icon@2x.png differ diff --git a/custom_components/west_wood_club/brand/logo.png b/custom_components/west_wood_club/brand/logo.png new file mode 100644 index 0000000..4473e14 Binary files /dev/null and b/custom_components/west_wood_club/brand/logo.png differ diff --git a/custom_components/west_wood_club/brand/logo@2x.png b/custom_components/west_wood_club/brand/logo@2x.png new file mode 100644 index 0000000..5578d95 Binary files /dev/null and b/custom_components/west_wood_club/brand/logo@2x.png differ diff --git a/custom_components/west_wood_club/manifest.json b/custom_components/west_wood_club/manifest.json index 2879150..660e1df 100644 --- a/custom_components/west_wood_club/manifest.json +++ b/custom_components/west_wood_club/manifest.json @@ -7,5 +7,5 @@ "integration_type": "service", "iot_class": "cloud_polling", "requirements": [], - "version": "0.1.1" + "version": "0.1.2" } diff --git a/flake.nix b/flake.nix index 7e065c9..ef9a4f2 100644 --- a/flake.nix +++ b/flake.nix @@ -15,7 +15,7 @@ west_wood_club = final.buildHomeAssistantComponent { owner = "deplayer0"; domain = "west_wood_club"; - version = "0.1.1"; + version = "0.1.2"; src = ./.; }; };