diff --git a/lib/entity_widgets/entity_colors.class.dart b/lib/entity_widgets/entity_colors.class.dart index 2a13dc7..d226336 100644 --- a/lib/entity_widgets/entity_colors.class.dart +++ b/lib/entity_widgets/entity_colors.class.dart @@ -14,6 +14,7 @@ class EntityColor { "auto": Colors.amber, EntityState.active: Colors.amber, EntityState.playing: Colors.amber, + EntityState.paused: Colors.amber, "above_horizon": Colors.amber, EntityState.home: Colors.amber, EntityState.open: Colors.amber,