Skip to content

Commit

Permalink
Revert Intellifire breaking change from home-assistant#88666 (home-as…
Browse files Browse the repository at this point in the history
  • Loading branch information
cgarwood authored Mar 3, 2023
1 parent 3a34f81 commit 1d9e8c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions homeassistant/components/intellifire/number.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ async def async_setup_entry(
coordinator: IntellifireDataUpdateCoordinator = hass.data[DOMAIN][entry.entry_id]

description = NumberEntityDescription(
key="flame_height",
name="Flame height",
key="flame_control",
name="Flame control",
icon="mdi:arrow-expand-vertical",
)

Expand Down

0 comments on commit 1d9e8c8

Please sign in to comment.