2020-04-20 13:00:07 +00:00
|
|
|
{
|
|
|
|
"config": {
|
2021-05-11 05:14:33 +00:00
|
|
|
"flow_title": "{name}",
|
2020-04-20 13:00:07 +00:00
|
|
|
"step": {
|
|
|
|
"user": {
|
|
|
|
"description": "Enter your AVM FRITZ!Box information.",
|
|
|
|
"data": {
|
2020-05-12 17:50:44 +00:00
|
|
|
"host": "[%key:common::config_flow::data::host%]",
|
|
|
|
"username": "[%key:common::config_flow::data::username%]",
|
|
|
|
"password": "[%key:common::config_flow::data::password%]"
|
2023-11-30 16:05:32 +00:00
|
|
|
},
|
|
|
|
"data_description": {
|
|
|
|
"host": "The hostname or IP address of your FRITZ!Box router."
|
2020-04-20 13:00:07 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"confirm": {
|
|
|
|
"description": "Do you want to set up {name}?",
|
|
|
|
"data": {
|
2020-05-12 17:50:44 +00:00
|
|
|
"username": "[%key:common::config_flow::data::username%]",
|
|
|
|
"password": "[%key:common::config_flow::data::password%]"
|
2020-04-20 13:00:07 +00:00
|
|
|
}
|
2021-01-28 23:08:59 +00:00
|
|
|
},
|
|
|
|
"reauth_confirm": {
|
|
|
|
"description": "Update your login information for {name}.",
|
|
|
|
"data": {
|
|
|
|
"username": "[%key:common::config_flow::data::username%]",
|
|
|
|
"password": "[%key:common::config_flow::data::password%]"
|
|
|
|
}
|
2024-04-24 11:06:14 +00:00
|
|
|
},
|
2024-10-12 06:42:59 +00:00
|
|
|
"reconfigure": {
|
2024-04-24 11:06:14 +00:00
|
|
|
"description": "Update your configuration information for {name}.",
|
|
|
|
"data": {
|
|
|
|
"host": "[%key:common::config_flow::data::host%]"
|
|
|
|
},
|
|
|
|
"data_description": {
|
|
|
|
"host": "The hostname or IP address of your FRITZ!Box router."
|
|
|
|
}
|
2020-04-20 13:00:07 +00:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"abort": {
|
2020-10-03 13:49:09 +00:00
|
|
|
"already_in_progress": "[%key:common::config_flow::abort::already_in_progress%]",
|
2020-10-08 16:12:04 +00:00
|
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
|
2022-04-06 22:45:46 +00:00
|
|
|
"ignore_ip6_link_local": "IPv6 link local address is not supported.",
|
2020-10-08 16:12:04 +00:00
|
|
|
"no_devices_found": "[%key:common::config_flow::abort::no_devices_found%]",
|
2021-01-28 23:08:59 +00:00
|
|
|
"not_supported": "Connected to AVM FRITZ!Box but it's unable to control Smart Home devices.",
|
2024-04-24 11:06:14 +00:00
|
|
|
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]",
|
|
|
|
"reconfigure_successful": "[%key:common::config_flow::abort::reconfigure_successful%]"
|
2020-04-20 13:00:07 +00:00
|
|
|
},
|
|
|
|
"error": {
|
2024-10-08 06:40:58 +00:00
|
|
|
"no_devices_found": "[%key:common::config_flow::abort::no_devices_found%]",
|
2020-10-08 16:12:04 +00:00
|
|
|
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]"
|
2020-04-20 13:00:07 +00:00
|
|
|
}
|
2023-04-03 17:04:09 +00:00
|
|
|
},
|
|
|
|
"entity": {
|
|
|
|
"binary_sensor": {
|
|
|
|
"alarm": { "name": "Alarm" },
|
|
|
|
"device_lock": { "name": "Button lock via UI" },
|
|
|
|
"lock": { "name": "Button lock on device" }
|
|
|
|
},
|
2024-06-22 10:40:03 +00:00
|
|
|
"climate": {
|
|
|
|
"thermostat": {
|
|
|
|
"state_attributes": {
|
|
|
|
"preset_mode": {
|
|
|
|
"name": "[%key:component::climate::entity_component::_::state_attributes::preset_mode::name%]",
|
|
|
|
"state": {
|
|
|
|
"eco": "[%key:component::climate::entity_component::_::state_attributes::preset_mode::state::eco%]",
|
|
|
|
"comfort": "[%key:component::climate::entity_component::_::state_attributes::preset_mode::state::comfort%]",
|
|
|
|
"holiday": "Holiday",
|
|
|
|
"summer": "Summer"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
2023-04-03 17:04:09 +00:00
|
|
|
"sensor": {
|
|
|
|
"comfort_temperature": { "name": "Comfort temperature" },
|
|
|
|
"eco_temperature": { "name": "Eco temperature" },
|
|
|
|
"nextchange_preset": { "name": "Next scheduled preset" },
|
|
|
|
"nextchange_temperature": { "name": "Next scheduled temperature" },
|
|
|
|
"nextchange_time": { "name": "Next scheduled change time" },
|
2023-06-27 12:06:57 +00:00
|
|
|
"scheduled_preset": { "name": "Current scheduled preset" }
|
2023-04-03 17:04:09 +00:00
|
|
|
}
|
2024-06-22 10:40:03 +00:00
|
|
|
},
|
|
|
|
"exceptions": {
|
2024-06-26 19:45:17 +00:00
|
|
|
"manual_switching_disabled": {
|
|
|
|
"message": "Can't toggle switch while manual switching is disabled for the device."
|
|
|
|
},
|
2024-06-22 10:40:03 +00:00
|
|
|
"change_preset_while_active_mode": {
|
|
|
|
"message": "Can't change preset while holiday or summer mode is active on the device."
|
|
|
|
},
|
|
|
|
"change_hvac_while_active_mode": {
|
|
|
|
"message": "Can't change hvac mode while holiday or summer mode is active on the device."
|
|
|
|
}
|
2020-04-20 13:00:07 +00:00
|
|
|
}
|
2021-05-11 05:14:33 +00:00
|
|
|
}
|