Update reload icons for automation and person service (#109147)

pull/109160/head
Paul Bottein 2024-01-30 19:36:57 +01:00 committed by GitHub
parent 6023980c2e
commit 2b534af960
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -13,6 +13,6 @@
"turn_off": "mdi:robot-off", "turn_off": "mdi:robot-off",
"toggle": "mdi:robot", "toggle": "mdi:robot",
"trigger": "mdi:robot", "trigger": "mdi:robot",
"reload": "mdi:robot" "reload": "mdi:reload"
} }
} }

View File

@ -8,6 +8,6 @@
} }
}, },
"services": { "services": {
"reload": "mdi:account-sync" "reload": "mdi:reload"
} }
} }