mirror of
https://github.com/home-assistant/core.git
synced 2026-04-17 23:53:49 +01:00
17 lines
290 B
JSON
17 lines
290 B
JSON
{
|
|
"services": {
|
|
"pulse": {
|
|
"service": "mdi:pulse"
|
|
},
|
|
"set_runtime_value_bool": {
|
|
"service": "mdi:toggle-switch"
|
|
},
|
|
"set_runtime_value_float": {
|
|
"service": "mdi:numeric"
|
|
},
|
|
"set_runtime_value_int": {
|
|
"service": "mdi:numeric"
|
|
}
|
|
}
|
|
}
|