Set icons for switch without device class (#110470)

pull/110479/head
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
1 changed files with 4 additions and 1 deletions

View File

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