mirror of
https://github.com/USA-RedDragon/badnest.git
synced 2025-04-15 14:40:03 +01:00
ShittyNestClimate -> NestClimate
This commit is contained in:
parent
d7ec1e624b
commit
7133e91e25
@ -67,10 +67,10 @@ async def async_setup_platform(hass,
|
|||||||
hass.data[DOMAIN][CONF_PASSWORD]
|
hass.data[DOMAIN][CONF_PASSWORD]
|
||||||
)
|
)
|
||||||
|
|
||||||
async_add_entities([ShittyNestClimate(nest)])
|
async_add_entities([NestClimate(nest)])
|
||||||
|
|
||||||
|
|
||||||
class ShittyNestClimate(ClimateDevice):
|
class NestClimate(ClimateDevice):
|
||||||
"""Representation of a Nest climate device."""
|
"""Representation of a Nest climate device."""
|
||||||
|
|
||||||
def __init__(self, api):
|
def __init__(self, api):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user