Fix sentence-casing and description of homekit.reload action (#137894)
parent
8fcc1f7e10
commit
ed8ee34a28
|
@ -2,13 +2,13 @@
|
|||
"options": {
|
||||
"step": {
|
||||
"yaml": {
|
||||
"title": "Adjust HomeKit Options",
|
||||
"title": "Adjust HomeKit options",
|
||||
"description": "This entry is controlled via YAML"
|
||||
},
|
||||
"init": {
|
||||
"data": {
|
||||
"mode": "HomeKit Mode",
|
||||
"include_exclude_mode": "Inclusion Mode",
|
||||
"mode": "HomeKit mode",
|
||||
"include_exclude_mode": "Inclusion mode",
|
||||
"domains": "[%key:component::homekit::config::step::user::data::include_domains%]"
|
||||
},
|
||||
"description": "HomeKit can be configured expose a bridge or a single accessory. In accessory mode, only a single entity can be used. Accessory mode is required for media players with the TV or RECEIVER device class to function properly. Entities in the \u201cDomains to include\u201d will be included to HomeKit. You will be able to select which entities to include or exclude from this list on the next screen.",
|
||||
|
@ -40,14 +40,14 @@
|
|||
"camera_audio": "Cameras that support audio"
|
||||
},
|
||||
"description": "Check all cameras that support native H.264 streams. If the camera does not output a H.264 stream, the system will transcode the video to H.264 for HomeKit. Transcoding requires a performant CPU and is unlikely to work on single board computers.",
|
||||
"title": "Camera Configuration"
|
||||
"title": "Camera configuration"
|
||||
},
|
||||
"advanced": {
|
||||
"data": {
|
||||
"devices": "Devices (Triggers)"
|
||||
},
|
||||
"description": "Programmable switches are created for each selected device. When a device trigger fires, HomeKit can be configured to run an automation or scene.",
|
||||
"title": "Advanced Configuration"
|
||||
"title": "Advanced configuration"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -72,7 +72,7 @@
|
|||
"services": {
|
||||
"reload": {
|
||||
"name": "[%key:common::action::reload%]",
|
||||
"description": "Reloads homekit and re-process YAML-configuration."
|
||||
"description": "Reloads HomeKit and re-processes the YAML-configuration."
|
||||
},
|
||||
"reset_accessory": {
|
||||
"name": "Reset accessory",
|
||||
|
|
Loading…
Reference in New Issue