Update getStates to support valves (#19277)

This commit is contained in:
Franck Nijhof 2024-01-04 10:54:20 +01:00 committed by GitHub
parent e427ffca5f
commit e5d31d85dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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",