mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-24 09:46:36 +00:00
Show start pause button on tile card if vacuum support pause (#14646)
This commit is contained in:
parent
b84de87688
commit
3c8c1260b1
@ -40,7 +40,7 @@ export const VACUUM_COMMANDS_FEATURES: Record<
|
||||
VacuumCommand,
|
||||
VacuumEntityFeature[]
|
||||
> = {
|
||||
start_pause: [VacuumEntityFeature.PAUSE],
|
||||
start_pause: [VacuumEntityFeature.PAUSE, VacuumEntityFeature.START],
|
||||
stop: [VacuumEntityFeature.STOP],
|
||||
clean_spot: [VacuumEntityFeature.CLEAN_SPOT],
|
||||
locate: [VacuumEntityFeature.LOCATE],
|
||||
|
Loading…
x
Reference in New Issue
Block a user