mirror of
https://github.com/home-assistant/core.git
synced 2026-08-25 15:42:44 +01:00
17 lines
267 B
JSON
17 lines
267 B
JSON
{
|
|
"entity": {
|
|
"switch": {
|
|
"led": {
|
|
"default": "mdi:led-off",
|
|
"state": {
|
|
"on": "mdi:led-on"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"services": {
|
|
"sequence_effect": "mdi:playlist-play",
|
|
"random_effect": "mdi:shuffle-variant"
|
|
}
|
|
}
|