Skip to content

Commit

Permalink
Change spot clean icon (home-assistant#6750)
Browse files Browse the repository at this point in the history
* Change spot clean icon

* Switch to target-variant

Co-authored-by: Bram Kragten <mail@bramkragten.nl>

Co-authored-by: Bram Kragten <mail@bramkragten.nl>
  • Loading branch information
KTibow and bramkragten committed Aug 31, 2020
1 parent 154b53b commit 8e228ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dialogs/more-info/controls/more-info-vacuum.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ const VACUUM_COMMANDS: VacuumCommand[] = [
},
{
translationKey: "clean_spot",
icon: "hass:broom",
icon: "hass:target-variant",
serviceName: "clean_spot",
isVisible: (stateObj) =>
supportsFeature(stateObj, VACUUM_SUPPORT_CLEAN_SPOT),
Expand Down

0 comments on commit 8e228ba

Please sign in to comment.