mirror of
https://github.com/home-assistant/core.git
synced 2026-04-29 13:13:46 +01:00
18 lines
247 B
JSON
18 lines
247 B
JSON
{
|
|
"entity": {
|
|
"button": {
|
|
"pause": {
|
|
"default": "mdi:pause"
|
|
},
|
|
"resume": {
|
|
"default": "mdi:play"
|
|
}
|
|
},
|
|
"number": {
|
|
"speedlimit": {
|
|
"default": "mdi:speedometer"
|
|
}
|
|
}
|
|
}
|
|
}
|