File tree 2 files changed +3
-3
lines changed
custom_components/daikin_residential_altherma
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 225
225
CONF_UNIT_OF_MEASUREMENT : " " ,
226
226
},
227
227
ATTR_IS_IN_INSTALLER_STATE : {
228
- CONF_NAME : "Info is InInstaller State" ,
228
+ CONF_NAME : "Info is In Installer State" ,
229
229
CONF_TYPE : None ,
230
230
CONF_ICON : "mdi:information-outline" ,
231
231
#CONF_DEVICE_CLASS: DEVICE_CLASS_ENERGY,
267
267
CONF_UNIT_OF_MEASUREMENT : " " ,
268
268
},
269
269
ATTR_TANK_IS_IN_INSTALLER_STATE : {
270
- CONF_NAME : "Info Tank is InInstaller State" ,
270
+ CONF_NAME : "Info Tank is In Installer State" ,
271
271
CONF_TYPE : None ,
272
272
CONF_ICON : "mdi:information-outline" ,
273
273
#CONF_DEVICE_CLASS: DEVICE_CLASS_ENERGY,
Original file line number Diff line number Diff line change @@ -329,7 +329,7 @@ class DaikinInfoSensor(DaikinSensor):
329
329
@property
330
330
def state (self ):
331
331
"""Return the internal state of the sensor."""
332
-
332
+ print ( "state" )
333
333
if self ._device_attribute == ATTR_SETPOINT_MODE :
334
334
return self ._device .control_mode
335
335
You can’t perform that action at this time.
0 commit comments