Skip to content

Commit bd0f1c7

Browse files
committed
added logo
1 parent 9a822f0 commit bd0f1c7

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

custom_components/hyperhdr_control/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ async def async_setup_entry(hass: HomeAssistant, entry: ConfigEntry) -> bool:
2626
manufacturer="HyperHDR",
2727
name=f"HyperHDR ({entry.data[CONF_HOST]})",
2828
model="HyperHDR LED Controller",
29-
sw_version="1.1.0",
29+
sw_version="1.1.1",
3030
)
3131

3232
await hass.config_entries.async_forward_entry_setups(entry, PLATFORMS)

custom_components/hyperhdr_control/manifest.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@
77
"requirements": ["aiohttp"],
88
"iot_class": "local_polling",
99
"version": "1.1.0",
10-
"config_flow": true
10+
"config_flow": true,
11+
"logo": "images/logo.png"
1112
}

images/logo.png

2.14 KB
Loading

0 commit comments

Comments
 (0)