Fix security modes corner cases

This commit is contained in:
Jean-Marc Collin
2023-02-11 12:38:14 +01:00
parent ade1ee4365
commit 7dbdcf0ee4
4 changed files with 42 additions and 5 deletions

View File

@@ -228,5 +228,16 @@
}
}
}
},
"state_attributes": {
"_": {
"preset_mode": {
"state": {
"power": "Shedding",
"security": "Security",
"none": "Manual"
}
}
}
}
}