mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 21:06:19 +00:00
15 lines
262 B
JSON
15 lines
262 B
JSON
{
|
|
"services": {
|
|
"write": {
|
|
"description": "Calls the ebusd write command.",
|
|
"fields": {
|
|
"call": {
|
|
"description": "Property name and value to set.",
|
|
"name": "Call"
|
|
}
|
|
},
|
|
"name": "Write"
|
|
}
|
|
}
|
|
}
|