1
0
mirror of https://github.com/USA-RedDragon/badnest.git synced 2025-01-31 06:20:26 +00:00

change from deprecated device to entity

This commit is contained in:
Guy Badman 2020-05-20 20:25:37 +01:00
parent b5e545a959
commit 4160f9c894
No known key found for this signature in database
GPG Key ID: 0259B610971EA10F

View File

@ -96,7 +96,7 @@ async def async_setup_platform(hass,
)
class NestWaterHeater(WaterHeaterDevice):
class NestWaterHeater(WaterHeaterEntity):
"""Representation of a Nest water heater device."""
def __init__(self, device_id, api):