mirror of
https://github.com/home-assistant/core.git
synced 2026-01-25 00:52:39 +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"
|
|
}
|
|
}
|
|
}
|
|
}
|