mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-21 14:05:34 +01:00
21 lines
342 B
JSON
21 lines
342 B
JSON
{
|
|
"entity": {
|
|
"button": {
|
|
"button_gate": {
|
|
"default": "mdi:gate"
|
|
},
|
|
"button_panic": {
|
|
"default": "mdi:alert-octagram"
|
|
}
|
|
},
|
|
"switch": {
|
|
"socket_eu": {
|
|
"default": "mdi:power-socket-eu"
|
|
},
|
|
"socket_it": {
|
|
"default": "mdi:power-socket-it"
|
|
}
|
|
}
|
|
}
|
|
}
|