From 926aeef15690e5f53e96683f485edc0a0d5c4671 Mon Sep 17 00:00:00 2001 From: Manu <4445816+tr4nt0r@users.noreply.github.com> Date: Fri, 29 Aug 2025 16:53:57 +0200 Subject: [PATCH] Change manufacturer name AVM to FRITZ! in FRITZ!Box Call Monitor integration (#151374) --- homeassistant/components/fritzbox_callmonitor/__init__.py | 4 ++-- homeassistant/components/fritzbox_callmonitor/const.py | 2 +- homeassistant/components/fritzbox_callmonitor/manifest.json | 2 +- homeassistant/components/fritzbox_callmonitor/strings.json | 2 +- homeassistant/generated/integrations.json | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/homeassistant/components/fritzbox_callmonitor/__init__.py b/homeassistant/components/fritzbox_callmonitor/__init__.py index ea4bf46f09c..e55d23dc91b 100644 --- a/homeassistant/components/fritzbox_callmonitor/__init__.py +++ b/homeassistant/components/fritzbox_callmonitor/__init__.py @@ -35,7 +35,7 @@ async def async_setup_entry( except FritzSecurityError as ex: _LOGGER.error( ( - "User has insufficient permissions to access AVM FRITZ!Box settings and" + "User has insufficient permissions to access FRITZ!Box settings and" " its phonebooks: %s" ), ex, @@ -44,7 +44,7 @@ async def async_setup_entry( except FritzConnectionException as ex: raise ConfigEntryAuthFailed from ex except RequestsConnectionError as ex: - _LOGGER.error("Unable to connect to AVM FRITZ!Box call monitor: %s", ex) + _LOGGER.error("Unable to connect to FRITZ!Box call monitor: %s", ex) raise ConfigEntryNotReady from ex config_entry.runtime_data = fritzbox_phonebook diff --git a/homeassistant/components/fritzbox_callmonitor/const.py b/homeassistant/components/fritzbox_callmonitor/const.py index 60618817318..3c07d81b6fb 100644 --- a/homeassistant/components/fritzbox_callmonitor/const.py +++ b/homeassistant/components/fritzbox_callmonitor/const.py @@ -35,6 +35,6 @@ DEFAULT_PHONEBOOK = 0 DEFAULT_NAME = "Phone" DOMAIN: Final = "fritzbox_callmonitor" -MANUFACTURER: Final = "AVM" +MANUFACTURER: Final = "FRITZ!" PLATFORMS = [Platform.SENSOR] diff --git a/homeassistant/components/fritzbox_callmonitor/manifest.json b/homeassistant/components/fritzbox_callmonitor/manifest.json index 8391e3ea7bb..da3f5385053 100644 --- a/homeassistant/components/fritzbox_callmonitor/manifest.json +++ b/homeassistant/components/fritzbox_callmonitor/manifest.json @@ -1,6 +1,6 @@ { "domain": "fritzbox_callmonitor", - "name": "AVM FRITZ!Box Call Monitor", + "name": "FRITZ!Box Call Monitor", "codeowners": ["@cdce8p"], "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/fritzbox_callmonitor", diff --git a/homeassistant/components/fritzbox_callmonitor/strings.json b/homeassistant/components/fritzbox_callmonitor/strings.json index 35af748ebe7..8fb843da399 100644 --- a/homeassistant/components/fritzbox_callmonitor/strings.json +++ b/homeassistant/components/fritzbox_callmonitor/strings.json @@ -28,7 +28,7 @@ "abort": { "already_configured": "[%key:common::config_flow::abort::already_configured_device%]", "no_devices_found": "[%key:common::config_flow::abort::no_devices_found%]", - "insufficient_permissions": "User has insufficient permissions to access AVM FRITZ!Box settings and its phonebooks.", + "insufficient_permissions": "User has insufficient permissions to access FRITZ!Box settings and its phonebooks.", "reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]" }, "error": { diff --git a/homeassistant/generated/integrations.json b/homeassistant/generated/integrations.json index 77850888951..b6bd0049a83 100644 --- a/homeassistant/generated/integrations.json +++ b/homeassistant/generated/integrations.json @@ -2163,7 +2163,7 @@ "integration_type": "device", "config_flow": true, "iot_class": "local_polling", - "name": "AVM FRITZ!Box Call Monitor" + "name": "FRITZ!Box Call Monitor" } } },