We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9250432 commit f89d0c2Copy full SHA for f89d0c2
custom_components/plugwise-beta/climate.py
@@ -161,8 +161,7 @@ def device_state_attributes(self):
161
"""Return the device specific state attributes."""
162
attributes = {}
163
if self._schema_names:
164
- if len(self._schema_names) > 1:
165
- attributes["available_schemas"] = self._schema_names
+ attributes["available_schemas"] = self._schema_names
166
if self._selected_schema:
167
attributes["selected_schema"] = self._selected_schema
168
return attributes
0 commit comments