Fix state color for paused media_player

This commit is contained in:
estevez-dev 2019-09-09 12:28:32 +03:00
parent 0a6ff4586d
commit e2e6c015de

View File

@ -14,6 +14,7 @@ class EntityColor {
"auto": Colors.amber, "auto": Colors.amber,
EntityState.active: Colors.amber, EntityState.active: Colors.amber,
EntityState.playing: Colors.amber, EntityState.playing: Colors.amber,
EntityState.paused: Colors.amber,
"above_horizon": Colors.amber, "above_horizon": Colors.amber,
EntityState.home: Colors.amber, EntityState.home: Colors.amber,
EntityState.open: Colors.amber, EntityState.open: Colors.amber,