Skip to content

Commit 19ed41a

Browse files
authored
Add files via upload
1 parent 27cab31 commit 19ed41a

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

custom_components/humidifier_template/humidifier.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ async def async_setup_platform(
108108
hass: HomeAssistant, config: ConfigType, async_add_entities, discovery_info=None
109109
):
110110
"""Set up the Template Humidifier."""
111-
await async_setup_reload_service(hass, DOMAIN, [HUMIDIFIER_DOMAIN])
111+
await async_setup_reload_service(hass, DOMAIN, PLATFORMS)
112112
await async_setup_template_platform(
113113
hass,
114114
HUMIDIFIER_DOMAIN,
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
reload:

0 commit comments

Comments
 (0)