mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-28 19:56:42 +00:00
Change spot clean icon (#6750)
* Change spot clean icon * Switch to target-variant Co-authored-by: Bram Kragten <mail@bramkragten.nl> Co-authored-by: Bram Kragten <mail@bramkragten.nl>
This commit is contained in:
parent
154b53b0d8
commit
8e228baa82
@ -68,7 +68,7 @@ const VACUUM_COMMANDS: VacuumCommand[] = [
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
translationKey: "clean_spot",
|
translationKey: "clean_spot",
|
||||||
icon: "hass:broom",
|
icon: "hass:target-variant",
|
||||||
serviceName: "clean_spot",
|
serviceName: "clean_spot",
|
||||||
isVisible: (stateObj) =>
|
isVisible: (stateObj) =>
|
||||||
supportsFeature(stateObj, VACUUM_SUPPORT_CLEAN_SPOT),
|
supportsFeature(stateObj, VACUUM_SUPPORT_CLEAN_SPOT),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user