mirror of
https://github.com/home-assistant/core.git
synced 2026-08-24 10:13:52 -05: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"
|
|
}
|
|
}
|
|
}
|
|
}
|