mirror of
https://github.com/home-assistant/core.git
synced 2025-11-15 22:10:09 +00:00
committed by
Paulus Schoutsen
parent
78a3c01f27
commit
384f63dd1d
@@ -96,7 +96,8 @@ def setup_platform(hass, config, add_devices, discovery_info=None):
|
||||
class ComfoConnectSensor(Entity):
|
||||
"""Representation of a ComfoConnect sensor."""
|
||||
|
||||
def __init__(self, hass, name, ccb: ComfoConnectBridge, sensor_type):
|
||||
def __init__(self, hass, name, ccb: ComfoConnectBridge,
|
||||
sensor_type) -> None:
|
||||
"""Initialize the ComfoConnect sensor."""
|
||||
self._ccb = ccb
|
||||
self._sensor_type = sensor_type
|
||||
|
||||
Reference in New Issue
Block a user