Change manufacturer name AVM to FRITZ! in FRITZ!SmartHome integration (#151373)

This commit is contained in:
Manu
2025-08-29 16:17:32 +02:00
committed by GitHub
parent 22005dd48a
commit a01f638fc6
4 changed files with 5 additions and 5 deletions

View File

@@ -49,7 +49,7 @@ class FritzBoxTemplate(FritzBoxEntity, ButtonEntity):
name=self.data.name, name=self.data.name,
identifiers={(DOMAIN, self.ain)}, identifiers={(DOMAIN, self.ain)},
configuration_url=self.coordinator.configuration_url, configuration_url=self.coordinator.configuration_url,
manufacturer="AVM", manufacturer="FRITZ!",
model="SmartHome Template", model="SmartHome Template",
) )

View File

@@ -1,6 +1,6 @@
{ {
"domain": "fritzbox", "domain": "fritzbox",
"name": "AVM FRITZ!SmartHome", "name": "FRITZ!SmartHome",
"codeowners": ["@mib1185", "@flabbamann"], "codeowners": ["@mib1185", "@flabbamann"],
"config_flow": true, "config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/fritzbox", "documentation": "https://www.home-assistant.io/integrations/fritzbox",

View File

@@ -3,7 +3,7 @@
"flow_title": "{name}", "flow_title": "{name}",
"step": { "step": {
"user": { "user": {
"description": "Enter your AVM FRITZ!Box information.", "description": "Enter your FRITZ!Box information.",
"data": { "data": {
"host": "[%key:common::config_flow::data::host%]", "host": "[%key:common::config_flow::data::host%]",
"username": "[%key:common::config_flow::data::username%]", "username": "[%key:common::config_flow::data::username%]",
@@ -42,7 +42,7 @@
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]", "already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
"ignore_ip6_link_local": "IPv6 link local address is not supported.", "ignore_ip6_link_local": "IPv6 link local address is not supported.",
"no_devices_found": "[%key:common::config_flow::abort::no_devices_found%]", "no_devices_found": "[%key:common::config_flow::abort::no_devices_found%]",
"not_supported": "Connected to AVM FRITZ!Box but it's unable to control Smart Home devices.", "not_supported": "Connected to FRITZ!Box but it's unable to control Smart Home devices.",
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]", "reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]",
"reconfigure_successful": "[%key:common::config_flow::abort::reconfigure_successful%]" "reconfigure_successful": "[%key:common::config_flow::abort::reconfigure_successful%]"
}, },

View File

@@ -2157,7 +2157,7 @@
"integration_type": "hub", "integration_type": "hub",
"config_flow": true, "config_flow": true,
"iot_class": "local_polling", "iot_class": "local_polling",
"name": "AVM FRITZ!SmartHome" "name": "FRITZ!SmartHome"
}, },
"fritzbox_callmonitor": { "fritzbox_callmonitor": {
"integration_type": "device", "integration_type": "device",