Update getStates to support valves (#19277)

This commit is contained in:
Franck Nijhof 2024-01-04 10:54:20 +01:00 committed by Bram Kragten
parent 32fd8270d7
commit 8d541595b8

View File

@ -50,6 +50,7 @@ export const FIXED_DOMAIN_STATES = {
timer: ["active", "idle", "paused"],
update: ["on", "off"],
vacuum: ["cleaning", "docked", "error", "idle", "paused", "returning"],
valve: ["closed", "closing", "open", "opening"],
weather: [
"clear-night",
"cloudy",