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:
Kendell R 2020-08-31 07:38:32 -07:00 committed by GitHub
parent 154b53b0d8
commit 8e228baa82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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),