2018-07-06 21:05:34 +00:00
{
"config" : {
"step" : {
"init" : {
2018-08-21 19:25:16 +00:00
"title" : "Pick HomematicIP Access point" ,
2018-07-06 21:05:34 +00:00
"data" : {
2018-08-21 19:25:16 +00:00
"hapid" : "Access point ID (SGTIN)" ,
2020-10-06 09:00:36 +00:00
"pin" : "[%key:common::config_flow::data::pin%]" ,
2023-04-15 13:51:04 +00:00
"name" : "Name (optional, used as name prefix for all devices)"
2018-07-06 21:05:34 +00:00
}
} ,
"link" : {
2018-08-21 19:25:16 +00:00
"title" : "Link Access point" ,
"description" : "Press the blue button on the access point and the submit button to register HomematicIP with Home Assistant.\n\n![Location of button on bridge](/static/images/config_flows/config_homematicip_cloud.png)"
2018-07-06 21:05:34 +00:00
}
} ,
"error" : {
"register_failed" : "Failed to register, please try again." ,
2023-04-15 13:51:04 +00:00
"invalid_sgtin_or_pin" : "Invalid SGTIN or PIN code, please try again." ,
2018-07-06 21:05:34 +00:00
"press_the_button" : "Please press the blue button." ,
"timeout_button" : "Blue button press timeout, please try again."
} ,
"abort" : {
2020-10-05 13:30:39 +00:00
"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%]"
2018-07-06 21:05:34 +00:00
}
2023-07-12 10:31:26 +00:00
} ,
"services" : {
"activate_eco_mode_with_duration" : {
"name" : "Activate eco mode with duration" ,
"description" : "Activates eco mode with period." ,
"fields" : {
"duration" : {
"name" : "Duration" ,
"description" : "The duration of eco mode in minutes."
} ,
"accesspoint_id" : {
"name" : "Accesspoint ID" ,
"description" : "The ID of the Homematic IP Access Point."
}
}
} ,
"activate_eco_mode_with_period" : {
"name" : "Activate eco more with period" ,
2023-07-13 15:52:50 +00:00
"description" : "[%key:component::homematicip_cloud::services::activate_eco_mode_with_duration::description%]" ,
2023-07-12 10:31:26 +00:00
"fields" : {
"endtime" : {
"name" : "Endtime" ,
"description" : "The time when the eco mode should automatically be disabled."
} ,
"accesspoint_id" : {
2023-07-13 15:52:50 +00:00
"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%]"
2023-07-12 10:31:26 +00:00
}
}
} ,
"activate_vacation" : {
"name" : "Activate vacation" ,
"description" : "Activates the vacation mode until the given time." ,
"fields" : {
"endtime" : {
2023-07-13 15:52:50 +00:00
"name" : "[%key:component::homematicip_cloud::services::activate_eco_mode_with_period::fields::endtime::name%]" ,
2023-07-12 10:31:26 +00:00
"description" : "The time when the vacation mode should automatically be disabled."
} ,
"temperature" : {
"name" : "Temperature" ,
"description" : "The set temperature during the vacation mode."
} ,
"accesspoint_id" : {
2023-07-13 15:52:50 +00:00
"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%]"
2023-07-12 10:31:26 +00:00
}
}
} ,
"deactivate_eco_mode" : {
"name" : "Deactivate eco mode" ,
"description" : "Deactivates the eco mode immediately." ,
"fields" : {
"accesspoint_id" : {
2023-07-13 15:52:50 +00:00
"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%]"
2023-07-12 10:31:26 +00:00
}
}
} ,
"deactivate_vacation" : {
"name" : "Deactivate vacation" ,
"description" : "Deactivates the vacation mode immediately." ,
"fields" : {
"accesspoint_id" : {
2023-07-13 15:52:50 +00:00
"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%]"
2023-07-12 10:31:26 +00:00
}
}
} ,
"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" : "(Default is 'Your home-assistant config directory') Path where to store the config."
} ,
"config_output_file_prefix" : {
"name" : "Config output file prefix" ,
"description" : "Name of the config file. The SGTIN of the AP 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."
}
}
}
2018-07-06 21:05:34 +00:00
}
}