parent
78a3c01f27
commit
384f63dd1d
23 changed files with 33 additions and 21 deletions
|
@ -57,7 +57,8 @@ def setup_platform(hass, config, add_devices, discovery_info=None):
|
|||
class DaikinClimateSensor(Entity):
|
||||
"""Representation of a Sensor."""
|
||||
|
||||
def __init__(self, api, monitored_state, units: UnitSystem, name=None):
|
||||
def __init__(self, api, monitored_state, units: UnitSystem,
|
||||
name=None) -> None:
|
||||
"""Initialize the sensor."""
|
||||
self._api = api
|
||||
self._sensor = SENSOR_TYPES.get(monitored_state)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue