mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +00:00
Add missing states in media_player state picker (#17418)
This commit is contained in:
parent
3c62f5597a
commit
85c3d8ecd8
@ -28,7 +28,15 @@ export const FIXED_DOMAIN_STATES = {
|
||||
input_button: [],
|
||||
light: ["on", "off"],
|
||||
lock: ["jammed", "locked", "locking", "unlocked", "unlocking"],
|
||||
media_player: ["idle", "off", "paused", "playing", "standby"],
|
||||
media_player: [
|
||||
"off",
|
||||
"on",
|
||||
"idle",
|
||||
"playing",
|
||||
"paused",
|
||||
"standby",
|
||||
"buffering",
|
||||
],
|
||||
person: ["home", "not_home"],
|
||||
plant: ["ok", "problem"],
|
||||
remote: ["on", "off"],
|
||||
|
Loading…
x
Reference in New Issue
Block a user