mirror of
https://github.com/home-assistant/core.git
synced 2025-08-05 13:45:12 +02:00
@@ -26,8 +26,8 @@ async def async_setup_entry(
|
|||||||
coordinator: IntellifireDataUpdateCoordinator = hass.data[DOMAIN][entry.entry_id]
|
coordinator: IntellifireDataUpdateCoordinator = hass.data[DOMAIN][entry.entry_id]
|
||||||
|
|
||||||
description = NumberEntityDescription(
|
description = NumberEntityDescription(
|
||||||
key="flame_height",
|
key="flame_control",
|
||||||
name="Flame height",
|
name="Flame control",
|
||||||
icon="mdi:arrow-expand-vertical",
|
icon="mdi:arrow-expand-vertical",
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user