mirror of
https://github.com/home-assistant/core.git
synced 2026-02-21 02:18:47 +00:00
15 lines
343 B
JSON
15 lines
343 B
JSON
{
|
|
"services": {
|
|
"set_run_state": {
|
|
"description": "Sets the ZoneMinder run state.",
|
|
"fields": {
|
|
"name": {
|
|
"description": "The string name of the ZoneMinder run state to set as active.",
|
|
"name": "[%key:common::config_flow::data::name%]"
|
|
}
|
|
},
|
|
"name": "Set run state"
|
|
}
|
|
}
|
|
}
|