1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-21 02:18:47 +00:00
Files
2025-10-28 10:33:10 +01:00

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"
}
}
}