2023-07-11 22:24:16 +00:00
{
"services" : {
"reload" : {
2023-07-13 02:00:05 +00:00
"name" : "[%key:common::action::reload%]" ,
2023-07-11 22:24:16 +00:00
"description" : "Reloads all modbus entities."
} ,
"write_coil" : {
"name" : "Write coil" ,
"description" : "Writes to a modbus coil." ,
"fields" : {
"address" : {
"name" : "Address" ,
"description" : "Address of the register to write to."
} ,
"state" : {
"name" : "State" ,
"description" : "State to write."
} ,
"slave" : {
"name" : "Slave" ,
"description" : "Address of the modbus unit/slave."
} ,
"hub" : {
"name" : "Hub" ,
"description" : "Modbus hub name."
}
}
} ,
"write_register" : {
"name" : "Write register" ,
"description" : "Writes to a modbus holding register." ,
"fields" : {
"address" : {
2023-07-13 15:52:50 +00:00
"name" : "[%key:component::modbus::services::write_coil::fields::address::name%]" ,
2023-07-11 22:24:16 +00:00
"description" : "Address of the holding register to write to."
} ,
"slave" : {
2023-07-13 15:52:50 +00:00
"name" : "[%key:component::modbus::services::write_coil::fields::slave::name%]" ,
"description" : "[%key:component::modbus::services::write_coil::fields::slave::description%]"
2023-07-11 22:24:16 +00:00
} ,
"value" : {
"name" : "Value" ,
"description" : "Value (single value or array) to write."
} ,
"hub" : {
2023-07-13 15:52:50 +00:00
"name" : "[%key:component::modbus::services::write_coil::fields::hub::name%]" ,
"description" : "[%key:component::modbus::services::write_coil::fields::hub::description%]"
2023-07-11 22:24:16 +00:00
}
}
} ,
"stop" : {
2023-07-13 02:00:05 +00:00
"name" : "[%key:common::action::stop%]" ,
2023-07-11 22:24:16 +00:00
"description" : "Stops modbus hub." ,
"fields" : {
"hub" : {
2023-07-13 15:52:50 +00:00
"name" : "[%key:component::modbus::services::write_coil::fields::hub::name%]" ,
"description" : "[%key:component::modbus::services::write_coil::fields::hub::description%]"
2023-07-11 22:24:16 +00:00
}
}
} ,
"restart" : {
2023-07-13 02:00:05 +00:00
"name" : "[%key:common::action::restart%]" ,
2023-07-11 22:24:16 +00:00
"description" : "Restarts modbus hub (if running stop then start)." ,
"fields" : {
"hub" : {
2023-07-13 15:52:50 +00:00
"name" : "[%key:component::modbus::services::write_coil::fields::hub::name%]" ,
"description" : "[%key:component::modbus::services::write_coil::fields::hub::description%]"
2023-07-11 22:24:16 +00:00
}
}
}
2023-09-09 16:34:01 +00:00
} ,
"issues" : {
"deprecated_close_comm_config" : {
"title" : "`{config_key}` configuration key is being removed" ,
"description" : "Please remove the `{config_key}` key from the {integration} entry in your configuration.yaml file and restart Home Assistant to fix this issue.\n\nCommunication is automatically closed on errors, see [the documentation]({url}) for other error handling parameters."
2023-09-16 19:14:52 +00:00
} ,
"deprecated_retry_on_empty" : {
"title" : "`{config_key}` configuration key is being removed" ,
"description" : "Please remove the `{config_key}` key from the {integration} entry in your configuration.yaml file and restart Home Assistant to fix this issue.\n\nRetry on empty is automatically applied, see [the documentation]({url}) for other error handling parameters."
2023-09-09 16:34:01 +00:00
}
2023-07-11 22:24:16 +00:00
}
}