mirror of
https://github.com/home-assistant/core.git
synced 2026-04-02 08:26:41 +01:00
47 lines
1.6 KiB
JSON
47 lines
1.6 KiB
JSON
{
|
|
"config": {
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]"
|
|
},
|
|
"error": {
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
|
"unknown": "[%key:common::config_flow::error::unknown%]"
|
|
},
|
|
"step": {
|
|
"user": {
|
|
"data": {
|
|
"host": "[%key:common::config_flow::data::host%]"
|
|
},
|
|
"data_description": {
|
|
"host": "The hostname or IP address of your Roth Touchline controller."
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"entity": {
|
|
"climate": {
|
|
"climate": {
|
|
"state_attributes": {
|
|
"preset_mode": {
|
|
"state": {
|
|
"program_1": "Program 1",
|
|
"program_2": "Program 2",
|
|
"program_3": "Program 3"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"issues": {
|
|
"deprecated_yaml_import_issue_cannot_connect": {
|
|
"description": "Home Assistant could not connect to the Roth Touchline controller while importing your YAML configuration. Remove the YAML configuration for Roth Touchline from configuration.yaml and set up the integration again from the Home Assistant UI.",
|
|
"title": "Roth Touchline YAML configuration import failed"
|
|
},
|
|
"deprecated_yaml_import_issue_unknown": {
|
|
"description": "An unknown error occurred while importing your Roth Touchline YAML configuration. Remove the YAML configuration for Roth Touchline from configuration.yaml and set up the integration again from the Home Assistant UI.",
|
|
"title": "Roth Touchline YAML configuration import issue"
|
|
}
|
|
}
|
|
}
|