mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 18:26:35 +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: [],
|
input_button: [],
|
||||||
light: ["on", "off"],
|
light: ["on", "off"],
|
||||||
lock: ["jammed", "locked", "locking", "unlocked", "unlocking"],
|
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"],
|
person: ["home", "not_home"],
|
||||||
plant: ["ok", "problem"],
|
plant: ["ok", "problem"],
|
||||||
remote: ["on", "off"],
|
remote: ["on", "off"],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user