mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-26 18:56:39 +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,
|
VacuumCommand,
|
||||||
VacuumEntityFeature[]
|
VacuumEntityFeature[]
|
||||||
> = {
|
> = {
|
||||||
start_pause: [VacuumEntityFeature.PAUSE],
|
start_pause: [VacuumEntityFeature.PAUSE, VacuumEntityFeature.START],
|
||||||
stop: [VacuumEntityFeature.STOP],
|
stop: [VacuumEntityFeature.STOP],
|
||||||
clean_spot: [VacuumEntityFeature.CLEAN_SPOT],
|
clean_spot: [VacuumEntityFeature.CLEAN_SPOT],
|
||||||
locate: [VacuumEntityFeature.LOCATE],
|
locate: [VacuumEntityFeature.LOCATE],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user