1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-08 17:49:37 +01:00
Files
core/homeassistant/components/homeassistant_green/strings.json
T
2025-10-28 10:33:10 +01:00

28 lines
906 B
JSON

{
"options": {
"abort": {
"not_hassio": "[%key:component::homeassistant_hardware::silabs_multiprotocol_hardware::options::abort::not_hassio%]",
"read_hw_settings_error": "Failed to read hardware settings",
"write_hw_settings_error": "Failed to write hardware settings"
},
"step": {
"hardware_settings": {
"data": {
"activity_led": "Green: activity LED",
"power_led": "White: power LED",
"system_health_led": "Yellow: system health LED"
},
"title": "Configure hardware settings"
},
"reboot_menu": {
"description": "The settings have changed, but the new settings will not take effect until the system is rebooted",
"menu_options": {
"reboot_later": "Reboot manually later",
"reboot_now": "Reboot now"
},
"title": "Reboot required"
}
}
}
}