Vacuum state colors update
This commit is contained in:
parent
3387ab2850
commit
cfe4dd1c59
@ -33,6 +33,7 @@ class EntityState {
|
|||||||
static const docked = 'docked';
|
static const docked = 'docked';
|
||||||
static const returning = 'returning';
|
static const returning = 'returning';
|
||||||
static const error = 'error';
|
static const error = 'error';
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
class EntityUIAction {
|
class EntityUIAction {
|
||||||
|
@ -18,6 +18,8 @@ class EntityColor {
|
|||||||
"above_horizon": Colors.amber,
|
"above_horizon": Colors.amber,
|
||||||
EntityState.home: Colors.amber,
|
EntityState.home: Colors.amber,
|
||||||
EntityState.open: Colors.amber,
|
EntityState.open: Colors.amber,
|
||||||
|
EntityState.cleaning: Colors.amber,
|
||||||
|
EntityState.returning: Colors.amber,
|
||||||
EntityState.off: defaultStateColor,
|
EntityState.off: defaultStateColor,
|
||||||
EntityState.closed: defaultStateColor,
|
EntityState.closed: defaultStateColor,
|
||||||
"below_horizon": defaultStateColor,
|
"below_horizon": defaultStateColor,
|
||||||
|
Reference in New Issue
Block a user