Skip to content

Commit

Permalink
Update getStates to support valves (#19277)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck authored Jan 4, 2024
1 parent e427ffc commit e5d31d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/common/entity/get_states.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit e5d31d8

Please sign in to comment.