Skip to content

Commit e5dc533

Browse files
author
speleolontra
committed
Correction for "Info is In Installer State"
1 parent 69a4553 commit e5dc533

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

custom_components/daikin_residential_altherma/const.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@
225225
CONF_UNIT_OF_MEASUREMENT: " ",
226226
},
227227
ATTR_IS_IN_INSTALLER_STATE: {
228-
CONF_NAME: "Info is InInstaller State",
228+
CONF_NAME: "Info is In Installer State",
229229
CONF_TYPE: None,
230230
CONF_ICON: "mdi:information-outline",
231231
#CONF_DEVICE_CLASS: DEVICE_CLASS_ENERGY,
@@ -267,7 +267,7 @@
267267
CONF_UNIT_OF_MEASUREMENT: " ",
268268
},
269269
ATTR_TANK_IS_IN_INSTALLER_STATE: {
270-
CONF_NAME: "Info Tank is InInstaller State",
270+
CONF_NAME: "Info Tank is In Installer State",
271271
CONF_TYPE: None,
272272
CONF_ICON: "mdi:information-outline",
273273
#CONF_DEVICE_CLASS: DEVICE_CLASS_ENERGY,

custom_components/daikin_residential_altherma/sensor.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ class DaikinInfoSensor(DaikinSensor):
329329
@property
330330
def state(self):
331331
"""Return the internal state of the sensor."""
332-
332+
print("state")
333333
if self._device_attribute == ATTR_SETPOINT_MODE:
334334
return self._device.control_mode
335335

0 commit comments

Comments
 (0)