Skip to content

Commit b5aab9e

Browse files
committed
Removed not used constant
* custom_components/daikin_residential_altherma/__init__.py:
1 parent f551efc commit b5aab9e

File tree

1 file changed

+0
-2
lines changed
  • custom_components/daikin_residential_altherma

1 file changed

+0
-2
lines changed

custom_components/daikin_residential_altherma/__init__.py

-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@
2424
SIGNAL_DELETE_ENTITY = "daikin_delete"
2525
SIGNAL_UPDATE_ENTITY = "daikin_update"
2626

27-
TOKENSET_FILE = "tokenset.json"
28-
2927
MIN_TIME_BETWEEN_UPDATES = datetime.timedelta(seconds=2)
3028

3129
COMPONENT_TYPES = ["climate", "sensor", "water_heater", "switch", "select"]

0 commit comments

Comments
 (0)