mirror of
https://github.com/home-assistant/core.git
synced 2025-09-03 11:51:40 +02:00
Change manufacturer name AVM to FRITZ! in FRITZ!SmartHome integration (#151373)
This commit is contained in:
@@ -49,7 +49,7 @@ class FritzBoxTemplate(FritzBoxEntity, ButtonEntity):
|
||||
name=self.data.name,
|
||||
identifiers={(DOMAIN, self.ain)},
|
||||
configuration_url=self.coordinator.configuration_url,
|
||||
manufacturer="AVM",
|
||||
manufacturer="FRITZ!",
|
||||
model="SmartHome Template",
|
||||
)
|
||||
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"domain": "fritzbox",
|
||||
"name": "AVM FRITZ!SmartHome",
|
||||
"name": "FRITZ!SmartHome",
|
||||
"codeowners": ["@mib1185", "@flabbamann"],
|
||||
"config_flow": true,
|
||||
"documentation": "https://www.home-assistant.io/integrations/fritzbox",
|
||||
|
@@ -3,7 +3,7 @@
|
||||
"flow_title": "{name}",
|
||||
"step": {
|
||||
"user": {
|
||||
"description": "Enter your AVM FRITZ!Box information.",
|
||||
"description": "Enter your FRITZ!Box information.",
|
||||
"data": {
|
||||
"host": "[%key:common::config_flow::data::host%]",
|
||||
"username": "[%key:common::config_flow::data::username%]",
|
||||
@@ -42,7 +42,7 @@
|
||||
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
|
||||
"ignore_ip6_link_local": "IPv6 link local address is not supported.",
|
||||
"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%]",
|
||||
"reconfigure_successful": "[%key:common::config_flow::abort::reconfigure_successful%]"
|
||||
},
|
||||
|
@@ -2157,7 +2157,7 @@
|
||||
"integration_type": "hub",
|
||||
"config_flow": true,
|
||||
"iot_class": "local_polling",
|
||||
"name": "AVM FRITZ!SmartHome"
|
||||
"name": "FRITZ!SmartHome"
|
||||
},
|
||||
"fritzbox_callmonitor": {
|
||||
"integration_type": "device",
|
||||
|
Reference in New Issue
Block a user