Skip to content

Commit d90a7b2

Browse files
authored
Fix KNX Climate humidity DPT (home-assistant#155942)
1 parent c2f6a36 commit d90a7b2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

homeassistant/components/knx/storage/entity_store_schema.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ class ConfClimateFanSpeedMode(StrEnum):
359359
write=False, state_required=True, valid_dpt="9.001"
360360
),
361361
vol.Optional(CONF_GA_HUMIDITY_CURRENT): GASelector(
362-
write=False, valid_dpt="9.002"
362+
write=False, valid_dpt="9.007"
363363
),
364364
vol.Required(CONF_TARGET_TEMPERATURE): GroupSelect(
365365
GroupSelectOption(

tests/components/knx/snapshots/test_websocket.ambr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
'validDPTs': list([
123123
dict({
124124
'main': 9,
125-
'sub': 2,
125+
'sub': 7,
126126
}),
127127
]),
128128
'write': False,

0 commit comments

Comments
 (0)