We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f551efc commit b5aab9eCopy full SHA for b5aab9e
custom_components/daikin_residential_altherma/__init__.py
@@ -24,8 +24,6 @@
24
SIGNAL_DELETE_ENTITY = "daikin_delete"
25
SIGNAL_UPDATE_ENTITY = "daikin_update"
26
27
-TOKENSET_FILE = "tokenset.json"
28
-
29
MIN_TIME_BETWEEN_UPDATES = datetime.timedelta(seconds=2)
30
31
COMPONENT_TYPES = ["climate", "sensor", "water_heater", "switch", "select"]
0 commit comments