Revert Intellifire breaking change from #88666 (#89110)

This commit is contained in:
Charles Garwood 2023-03-03 11:16:12 -05:00 committed by GitHub
parent 3a34f818e8
commit 1d9e8c873f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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",
)