diff --git a/src/common/entity/get_states.ts b/src/common/entity/get_states.ts index 4ceaf82d26..76e36ada3c 100644 --- a/src/common/entity/get_states.ts +++ b/src/common/entity/get_states.ts @@ -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"],