Skip to content

Commit

Permalink
Add missing states in media_player state picker (#17418)
Browse files Browse the repository at this point in the history
  • Loading branch information
karwosts authored Aug 1, 2023
1 parent 3c62f55 commit 85c3d8e
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/common/entity/get_states.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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"],
Expand Down

0 comments on commit 85c3d8e

Please sign in to comment.