Skip to content

Commit

Permalink
fix: fix humidifier trans rule
Browse files Browse the repository at this point in the history
  • Loading branch information
topsworld committed Dec 17, 2024
1 parent db38347 commit 687bc88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions custom_components/xiaomi_home/miot/specs/specv2entity.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
'environment': {
'required': {
'properties': {
'relative-humidity': {'read', 'write'}
'relative-humidity': {'read'}
}
}
}
Expand All @@ -130,7 +130,7 @@
'environment': {
'required': {
'properties': {
'relative-humidity': {'read', 'write'}
'relative-humidity': {'read'}
}
}
}
Expand Down

0 comments on commit 687bc88

Please sign in to comment.