{ "config": { "step": { "init": { "title": "Pick Homematic IP access point", "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.", "data": { "hapid": "Access point ID (SGTIN)", "pin": "[%key:common::config_flow::data::pin%]", "name": "Name (optional, used as name prefix for all devices)" } }, "link": { "title": "Link access point", "description": "Press the blue button on the access point and the **Submit** button to register Homematic IP with Home Assistant.\n\n![Location of button on bridge](/static/images/config_flows/config_homematicip_cloud.png)" } }, "error": { "register_failed": "Failed to register, please try again.", "invalid_sgtin_or_pin": "Invalid SGTIN or PIN code, please try again.", "press_the_button": "Please press the blue button.", "timeout_button": "Blue button press timeout, please try again." }, "abort": { "unknown": "[%key:common::config_flow::error::unknown%]", "connection_aborted": "[%key:common::config_flow::error::cannot_connect%]", "already_configured": "[%key:common::config_flow::abort::already_configured_device%]" } }, "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": { "name": "Activate eco mode with duration", "description": "Activates the eco mode for a specified duration.", "fields": { "duration": { "name": "Duration", "description": "The duration of eco mode in minutes." }, "accesspoint_id": { "name": "Access point ID", "description": "The ID of the Homematic IP access point." } } }, "activate_eco_mode_with_period": { "name": "Activate eco more with period", "description": "Activates the eco mode until a given time.", "fields": { "endtime": { "name": "Endtime", "description": "The time when the eco mode should automatically be disabled." }, "accesspoint_id": { "name": "[%key:component::homematicip_cloud::services::activate_eco_mode_with_duration::fields::accesspoint_id::name%]", "description": "[%key:component::homematicip_cloud::services::activate_eco_mode_with_duration::fields::accesspoint_id::description%]" } } }, "activate_vacation": { "name": "Activate vacation", "description": "Activates the vacation mode until a given time.", "fields": { "endtime": { "name": "[%key:component::homematicip_cloud::services::activate_eco_mode_with_period::fields::endtime::name%]", "description": "The time when the vacation mode should automatically be disabled." }, "temperature": { "name": "Temperature", "description": "The set temperature during the vacation mode." }, "accesspoint_id": { "name": "[%key:component::homematicip_cloud::services::activate_eco_mode_with_duration::fields::accesspoint_id::name%]", "description": "[%key:component::homematicip_cloud::services::activate_eco_mode_with_duration::fields::accesspoint_id::description%]" } } }, "deactivate_eco_mode": { "name": "Deactivate eco mode", "description": "Deactivates the eco mode immediately.", "fields": { "accesspoint_id": { "name": "[%key:component::homematicip_cloud::services::activate_eco_mode_with_duration::fields::accesspoint_id::name%]", "description": "[%key:component::homematicip_cloud::services::activate_eco_mode_with_duration::fields::accesspoint_id::description%]" } } }, "deactivate_vacation": { "name": "Deactivate vacation", "description": "Deactivates the vacation mode immediately.", "fields": { "accesspoint_id": { "name": "[%key:component::homematicip_cloud::services::activate_eco_mode_with_duration::fields::accesspoint_id::name%]", "description": "[%key:component::homematicip_cloud::services::activate_eco_mode_with_duration::fields::accesspoint_id::description%]" } } }, "set_active_climate_profile": { "name": "Set active climate profile", "description": "Sets the active climate profile index.", "fields": { "entity_id": { "name": "Entity", "description": "The ID of the climate entity. Use 'all' keyword to switch the profile for all entities." }, "climate_profile_index": { "name": "Climate profile index", "description": "The index of the climate profile." } } }, "dump_hap_config": { "name": "Dump HAP config", "description": "Dumps the configuration of the Homematic IP access point(s).", "fields": { "config_output_path": { "name": "Config output path", "description": "Path where to store the config. Default is 'Your Home Assistant config directory'." }, "config_output_file_prefix": { "name": "Config output file prefix", "description": "Name of the config file. The SGTIN of the HAP will always be appended." }, "anonymize": { "name": "Anonymize", "description": "Should the configuration be anonymized?" } } }, "reset_energy_counter": { "name": "Reset energy counter", "description": "Resets the energy counter of a measuring entity.", "fields": { "entity_id": { "name": "Entity", "description": "The ID of the measuring entity. Use 'all' keyword to reset all energy counters." } } }, "set_home_cooling_mode": { "name": "Set home cooling mode", "description": "Sets the heating/cooling mode for the entire home", "fields": { "accesspoint_id": { "name": "[%key:component::homematicip_cloud::services::activate_eco_mode_with_duration::fields::accesspoint_id::name%]", "description": "[%key:component::homematicip_cloud::services::activate_eco_mode_with_duration::fields::accesspoint_id::description%]" }, "cooling": { "name": "Cooling", "description": "Enable for cooling mode, disable for heating mode" } } } } }