mirror of
https://github.com/home-assistant/core.git
synced 2026-02-24 03:47:14 +00:00
171 lines
6.7 KiB
JSON
171 lines
6.7 KiB
JSON
{
|
|
"config": {
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
|
|
"connection_aborted": "[%key:common::config_flow::error::cannot_connect%]",
|
|
"unknown": "[%key:common::config_flow::error::unknown%]"
|
|
},
|
|
"error": {
|
|
"invalid_sgtin_or_pin": "Invalid SGTIN or PIN code, please try again.",
|
|
"press_the_button": "Please press the blue button.",
|
|
"register_failed": "Failed to register, please try again.",
|
|
"timeout_button": "Blue button press timeout, please try again."
|
|
},
|
|
"step": {
|
|
"init": {
|
|
"data": {
|
|
"hapid": "Access point ID (SGTIN)",
|
|
"name": "Name (optional, used as name prefix for all devices)",
|
|
"pin": "[%key:common::config_flow::data::pin%]"
|
|
},
|
|
"description": "If you are about to register a **Homematic IP HCU1**, please press the button on top of the device before you continue.\n\nThe registration process must be completed within 5 minutes.",
|
|
"title": "Pick Homematic IP access point"
|
|
},
|
|
"link": {
|
|
"description": "Press the blue button on the access point and the **Submit** button to register Homematic IP with Home Assistant.\n\n",
|
|
"title": "Link access point"
|
|
}
|
|
}
|
|
},
|
|
"entity": {
|
|
"sensor": {
|
|
"tilt_state": {
|
|
"state": {
|
|
"neutral": "Neutral",
|
|
"non_neutral": "Non-neutral",
|
|
"tilted": "Tilted"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"exceptions": {
|
|
"access_point_not_found": {
|
|
"message": "No matching access point found for access point ID {id}"
|
|
}
|
|
},
|
|
"services": {
|
|
"activate_eco_mode_with_duration": {
|
|
"description": "Activates the eco mode for a specified duration.",
|
|
"fields": {
|
|
"accesspoint_id": {
|
|
"description": "The ID of the Homematic IP access point.",
|
|
"name": "Access point ID"
|
|
},
|
|
"duration": {
|
|
"description": "The duration of eco mode in minutes.",
|
|
"name": "Duration"
|
|
}
|
|
},
|
|
"name": "Activate eco mode with duration"
|
|
},
|
|
"activate_eco_mode_with_period": {
|
|
"description": "Activates the eco mode until a given time.",
|
|
"fields": {
|
|
"accesspoint_id": {
|
|
"description": "[%key:component::homematicip_cloud::services::activate_eco_mode_with_duration::fields::accesspoint_id::description%]",
|
|
"name": "[%key:component::homematicip_cloud::services::activate_eco_mode_with_duration::fields::accesspoint_id::name%]"
|
|
},
|
|
"endtime": {
|
|
"description": "The time when the eco mode should automatically be disabled.",
|
|
"name": "Endtime"
|
|
}
|
|
},
|
|
"name": "Activate eco more with period"
|
|
},
|
|
"activate_vacation": {
|
|
"description": "Activates the vacation mode until a given time.",
|
|
"fields": {
|
|
"accesspoint_id": {
|
|
"description": "[%key:component::homematicip_cloud::services::activate_eco_mode_with_duration::fields::accesspoint_id::description%]",
|
|
"name": "[%key:component::homematicip_cloud::services::activate_eco_mode_with_duration::fields::accesspoint_id::name%]"
|
|
},
|
|
"endtime": {
|
|
"description": "The time when the vacation mode should automatically be disabled.",
|
|
"name": "[%key:component::homematicip_cloud::services::activate_eco_mode_with_period::fields::endtime::name%]"
|
|
},
|
|
"temperature": {
|
|
"description": "The set temperature during the vacation mode.",
|
|
"name": "Temperature"
|
|
}
|
|
},
|
|
"name": "Activate vacation"
|
|
},
|
|
"deactivate_eco_mode": {
|
|
"description": "Deactivates the eco mode immediately.",
|
|
"fields": {
|
|
"accesspoint_id": {
|
|
"description": "[%key:component::homematicip_cloud::services::activate_eco_mode_with_duration::fields::accesspoint_id::description%]",
|
|
"name": "[%key:component::homematicip_cloud::services::activate_eco_mode_with_duration::fields::accesspoint_id::name%]"
|
|
}
|
|
},
|
|
"name": "Deactivate eco mode"
|
|
},
|
|
"deactivate_vacation": {
|
|
"description": "Deactivates the vacation mode immediately.",
|
|
"fields": {
|
|
"accesspoint_id": {
|
|
"description": "[%key:component::homematicip_cloud::services::activate_eco_mode_with_duration::fields::accesspoint_id::description%]",
|
|
"name": "[%key:component::homematicip_cloud::services::activate_eco_mode_with_duration::fields::accesspoint_id::name%]"
|
|
}
|
|
},
|
|
"name": "Deactivate vacation"
|
|
},
|
|
"dump_hap_config": {
|
|
"description": "Dumps the configuration of the Homematic IP access point(s).",
|
|
"fields": {
|
|
"anonymize": {
|
|
"description": "Should the configuration be anonymized?",
|
|
"name": "Anonymize"
|
|
},
|
|
"config_output_file_prefix": {
|
|
"description": "Name of the config file. The SGTIN of the HAP will always be appended.",
|
|
"name": "Config output file prefix"
|
|
},
|
|
"config_output_path": {
|
|
"description": "Path where to store the config. Default is 'Your Home Assistant config directory'.",
|
|
"name": "Config output path"
|
|
}
|
|
},
|
|
"name": "Dump HAP config"
|
|
},
|
|
"reset_energy_counter": {
|
|
"description": "Resets the energy counter of a measuring entity.",
|
|
"fields": {
|
|
"entity_id": {
|
|
"description": "The ID of the measuring entity. Use 'all' keyword to reset all energy counters.",
|
|
"name": "Entity"
|
|
}
|
|
},
|
|
"name": "Reset energy counter"
|
|
},
|
|
"set_active_climate_profile": {
|
|
"description": "Sets the active climate profile index.",
|
|
"fields": {
|
|
"climate_profile_index": {
|
|
"description": "The index of the climate profile.",
|
|
"name": "Climate profile index"
|
|
},
|
|
"entity_id": {
|
|
"description": "The ID of the climate entity. Use 'all' keyword to switch the profile for all entities.",
|
|
"name": "Entity"
|
|
}
|
|
},
|
|
"name": "Set active climate profile"
|
|
},
|
|
"set_home_cooling_mode": {
|
|
"description": "Sets the heating/cooling mode for the entire home",
|
|
"fields": {
|
|
"accesspoint_id": {
|
|
"description": "[%key:component::homematicip_cloud::services::activate_eco_mode_with_duration::fields::accesspoint_id::description%]",
|
|
"name": "[%key:component::homematicip_cloud::services::activate_eco_mode_with_duration::fields::accesspoint_id::name%]"
|
|
},
|
|
"cooling": {
|
|
"description": "Enable for cooling mode, disable for heating mode",
|
|
"name": "Cooling"
|
|
}
|
|
},
|
|
"name": "Set home cooling mode"
|
|
}
|
|
}
|
|
}
|