Set icons for switch without device class (#110470)

This commit is contained in:
Paul Bottein 2024-02-13 15:11:09 +01:00 committed by GitHub
parent 07e16ab073
commit 70af81cf64
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,7 +1,10 @@
{ {
"entity_component": { "entity_component": {
"_": { "_": {
"default": "mdi:toggle-switch-variant" "default": "mdi:toggle-switch-variant",
"state": {
"off": "mdi:toggle-switch-variant-off"
}
}, },
"switch": { "switch": {
"default": "mdi:toggle-switch-variant", "default": "mdi:toggle-switch-variant",