Skip to content

Commit 1df5c11

Browse files
author
speleolontra
committed
removed a switch, restored json name
1 parent 93eb5fc commit 1df5c11

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

custom_components/daikin_residential_altherma/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
SIGNAL_DELETE_ENTITY = "daikin_delete"
2626
SIGNAL_UPDATE_ENTITY = "daikin_update"
2727

28-
TOKENSET_FILE = "altherma_tokenset.json"
28+
TOKENSET_FILE = "tokenset.json"
2929

3030
MIN_TIME_BETWEEN_UPDATES = datetime.timedelta(seconds=2)
3131

custom_components/daikin_residential_altherma/const.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@
155155
PRESET_TANK_ONOFF= "ACS_state"
156156
PRESET_SETPOINT_MODE = "setpointMode"
157157
# DAMIANO
158-
DAIKIN_SWITCHES = [PRESET_BOOST,PRESET_TANK_ONOFF,PRESET_SETPOINT_MODE]
158+
DAIKIN_SWITCHES = [PRESET_BOOST,PRESET_TANK_ONOFF,] #PRESET_SETPOINT_MODE
159159
DAIKIN_SWITCHES_ICONS ={PRESET_BOOST:'mdi:bike-fast',PRESET_TANK_ONOFF: 'mdi:bathtub-outline',PRESET_SETPOINT_MODE:'mdi:thermometer-lines'}
160160
SWITCH_DEFAULT_ICON = "hass:air-filter"
161161

0 commit comments

Comments
 (0)