mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +00:00
Add plant domain to enumerated states list (#17026)
This commit is contained in:
parent
b6ed8acd02
commit
e53ae0b333
@ -30,6 +30,7 @@ export const FIXED_DOMAIN_STATES = {
|
||||
lock: ["jammed", "locked", "locking", "unlocked", "unlocking"],
|
||||
media_player: ["idle", "off", "paused", "playing", "standby"],
|
||||
person: ["home", "not_home"],
|
||||
plant: ["ok", "problem"],
|
||||
remote: ["on", "off"],
|
||||
scene: [],
|
||||
schedule: ["on", "off"],
|
||||
|
Loading…
x
Reference in New Issue
Block a user