Cleanup homekit strings spacing (#35056)

This commit is contained in:
J. Nick Koston 2020-05-01 22:34:43 -05:00 committed by GitHub
parent f4f2aff5b6
commit 842e09923a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 87 additions and 88 deletions

View File

@ -1,54 +1,53 @@
{ {
"title" : "HomeKit Bridge", "title": "HomeKit Bridge",
"options" : { "options": {
"step" : { "step": {
"yaml" : { "yaml": {
"title" : "Adjust HomeKit Bridge Options", "title": "Adjust HomeKit Bridge Options",
"description" : "This entry is controlled via YAML" "description": "This entry is controlled via YAML"
}, },
"init" : { "init": {
"data" : { "data": {
"include_domains" : "[%key:component::homekit::config::step::user::data::include_domains%]" "include_domains": "[%key:component::homekit::config::step::user::data::include_domains%]"
}, },
"description" : "Entities in the “Domains to include” will be bridged to HomeKit. You will be able to select which entities to exclude from this list on the next screen.", "description": "Entities in the \u201cDomains to include\u201d will be bridged to HomeKit. You will be able to select which entities to exclude from this list on the next screen.",
"title" : "Select domains to bridge." "title": "Select domains to bridge."
}, },
"exclude" : { "exclude": {
"data" : { "data": {
"exclude_entities" : "Entities to exclude" "exclude_entities": "Entities to exclude"
}, },
"description" : "Choose the entities that you do NOT want to be bridged.", "description": "Choose the entities that you do NOT want to be bridged.",
"title" : "Exclude entities in selected domains from bridge" "title": "Exclude entities in selected domains from bridge"
}, },
"advanced" : { "advanced": {
"data" : { "data": {
"auto_start" : "[%key:component::homekit::config::step::user::data::auto_start%]", "auto_start": "[%key:component::homekit::config::step::user::data::auto_start%]",
"safe_mode" : "Safe Mode (enable only if pairing fails)", "safe_mode": "Safe Mode (enable only if pairing fails)",
"zeroconf_default_interface" : "Use default zeroconf interface (enable if the bridge cannot be found in the Home app)" "zeroconf_default_interface": "Use default zeroconf interface (enable if the bridge cannot be found in the Home app)"
}, },
"description" : "These settings only need to be adjusted if the HomeKit bridge is not functional.", "description": "These settings only need to be adjusted if the HomeKit bridge is not functional.",
"title" : "Advanced Configuration" "title": "Advanced Configuration"
} }
} }
}, },
"config" : { "config": {
"step" : { "step": {
"user" : { "user": {
"data" : { "data": {
"auto_start" : "Autostart (disable if using Z-Wave or other delayed start system)", "auto_start": "Autostart (disable if using Z-Wave or other delayed start system)",
"include_domains" : "Domains to include" "include_domains": "Domains to include"
}, },
"description" : "A HomeKit Bridge will allow you to access your Home Assistant entities in HomeKit. HomeKit Bridges are limited to 150 accessories per instance including the bridge itself. If you wish to bridge more than the maximum number of accessories, it is recommended that you use multiple HomeKit bridges for different domains. Detailed entity configuration is only available via YAML for the primary bridge.", "description": "A HomeKit Bridge will allow you to access your Home Assistant entities in HomeKit. HomeKit Bridges are limited to 150 accessories per instance including the bridge itself. If you wish to bridge more than the maximum number of accessories, it is recommended that you use multiple HomeKit bridges for different domains. Detailed entity configuration is only available via YAML for the primary bridge.",
"title" : "Activate HomeKit Bridge" "title": "Activate HomeKit Bridge"
}, },
"pairing": { "pairing": {
"title": "Pair HomeKit Bridge", "title": "Pair HomeKit Bridge",
"description": "As soon as the {name} bridge is ready, pairing will be available in “Notifications” as “HomeKit Bridge Setup”." "description": "As soon as the {name} bridge is ready, pairing will be available in \u201cNotifications\u201d as \u201cHomeKit Bridge Setup\u201d."
} }
}, },
"abort" : { "abort": {
"port_name_in_use" : "A bridge with the same name or port is already configured." "port_name_in_use": "A bridge with the same name or port is already configured."
} }
} }
} }

View File

@ -1,33 +1,17 @@
{ {
"config": { "title": "HomeKit Bridge",
"abort": {
"port_name_in_use": "A bridge with the same name or port is already configured."
},
"step": {
"pairing": {
"description": "As soon as the {name} bridge is ready, pairing will be available in \u201cNotifications\u201d as \u201cHomeKit Bridge Setup\u201d.",
"title": "Pair HomeKit Bridge"
},
"user": {
"data": {
"auto_start": "Autostart (disable if using Z-Wave or other delayed start system)",
"include_domains": "Domains to include"
},
"description": "A HomeKit Bridge will allow you to access your Home Assistant entities in HomeKit. HomeKit Bridges are limited to 150 accessories per instance including the bridge itself. If you wish to bridge more than the maximum number of accessories, it is recommended that you use multiple HomeKit bridges for different domains. Detailed entity configuration is only available via YAML for the primary bridge.",
"title": "Activate HomeKit Bridge"
}
}
},
"options": { "options": {
"step": { "step": {
"advanced": { "yaml": {
"data": { "title": "Adjust HomeKit Bridge Options",
"auto_start": "Autostart (disable if using Z-Wave or other delayed start system)", "description": "This entry is controlled via YAML"
"safe_mode": "Safe Mode (enable only if pairing fails)",
"zeroconf_default_interface": "Use default zeroconf interface (enable if the bridge cannot be found in the Home app)"
}, },
"description": "These settings only need to be adjusted if the HomeKit bridge is not functional.", "init": {
"title": "Advanced Configuration" "data": {
"include_domains": "[%key:component::homekit::config::step::user::data::include_domains%]"
},
"description": "Entities in the \u201cDomains to include\u201d will be bridged to HomeKit. You will be able to select which entities to exclude from this list on the next screen.",
"title": "Select domains to bridge."
}, },
"exclude": { "exclude": {
"data": { "data": {
@ -36,18 +20,34 @@
"description": "Choose the entities that you do NOT want to be bridged.", "description": "Choose the entities that you do NOT want to be bridged.",
"title": "Exclude entities in selected domains from bridge" "title": "Exclude entities in selected domains from bridge"
}, },
"init": { "advanced": {
"data": { "data": {
"auto_start": "[%key:component::homekit::config::step::user::data::auto_start%]",
"safe_mode": "Safe Mode (enable only if pairing fails)",
"zeroconf_default_interface": "Use default zeroconf interface (enable if the bridge cannot be found in the Home app)"
},
"description": "These settings only need to be adjusted if the HomeKit bridge is not functional.",
"title": "Advanced Configuration"
}
}
},
"config": {
"step": {
"user": {
"data": {
"auto_start": "Autostart (disable if using Z-Wave or other delayed start system)",
"include_domains": "Domains to include" "include_domains": "Domains to include"
}, },
"description": "Entities in the \u201cDomains to include\u201d will be bridged to HomeKit. You will be able to select which entities to exclude from this list on the next screen.", "description": "A HomeKit Bridge will allow you to access your Home Assistant entities in HomeKit. HomeKit Bridges are limited to 150 accessories per instance including the bridge itself. If you wish to bridge more than the maximum number of accessories, it is recommended that you use multiple HomeKit bridges for different domains. Detailed entity configuration is only available via YAML for the primary bridge.",
"title": "Select domains to bridge." "title": "Activate HomeKit Bridge"
}, },
"yaml": { "pairing": {
"description": "This entry is controlled via YAML", "title": "Pair HomeKit Bridge",
"title": "Adjust HomeKit Bridge Options" "description": "As soon as the {name} bridge is ready, pairing will be available in \u201cNotifications\u201d as \u201cHomeKit Bridge Setup\u201d."
}
} }
}, },
"title": "HomeKit Bridge" "abort": {
"port_name_in_use": "A bridge with the same name or port is already configured."
}
}
} }