Change manufacturer name AVM to FRITZ! in FRITZ!Box Tools integration (#151371)

This commit is contained in:
Manu
2025-08-29 16:54:53 +02:00
committed by GitHub
parent 926aeef156
commit c37b2f86b1
5 changed files with 6 additions and 6 deletions

View File

@@ -151,7 +151,7 @@ class FritzBoxTools(DataUpdateCoordinator[UpdateCoordinatorDataType]):
configuration_url=f"http://{self.host}",
connections={(dr.CONNECTION_NETWORK_MAC, self.mac)},
identifiers={(DOMAIN, self.unique_id)},
manufacturer="AVM",
manufacturer="FRITZ!",
model=self.model,
name=self.config_entry.title,
sw_version=self.current_firmware,
@@ -471,7 +471,7 @@ class FritzBoxTools(DataUpdateCoordinator[UpdateCoordinatorDataType]):
dr.async_get(self.hass).async_get_or_create(
config_entry_id=self.config_entry.entry_id,
connections={(CONNECTION_NETWORK_MAC, dev_mac)},
default_manufacturer="AVM",
default_manufacturer="FRITZ!",
default_model="FRITZ!Box Tracked device",
default_name=device.hostname,
via_device=(DOMAIN, self.unique_id),

View File

@@ -125,7 +125,7 @@ class FritzBoxBaseCoordinatorEntity(CoordinatorEntity[AvmWrapper]):
configuration_url=f"http://{self.coordinator.host}",
connections={(dr.CONNECTION_NETWORK_MAC, self.coordinator.mac)},
identifiers={(DOMAIN, self.coordinator.unique_id)},
manufacturer="AVM",
manufacturer="FRITZ!",
model=self.coordinator.model,
name=self._device_name,
sw_version=self.coordinator.current_firmware,

View File

@@ -1,6 +1,6 @@
{
"domain": "fritz",
"name": "AVM FRITZ!Box Tools",
"name": "FRITZ!Box Tools",
"codeowners": ["@AaronDavidSchneider", "@chemelli74", "@mib1185"],
"config_flow": true,
"dependencies": ["network"],

View File

@@ -276,7 +276,7 @@ class FritzBoxBaseCoordinatorSwitch(CoordinatorEntity[AvmWrapper], SwitchEntity)
configuration_url=f"http://{self.coordinator.host}",
connections={(CONNECTION_NETWORK_MAC, self.coordinator.mac)},
identifiers={(DOMAIN, self.coordinator.unique_id)},
manufacturer="AVM",
manufacturer="FRITZ!",
model=self.coordinator.model,
name=self._device_name,
sw_version=self.coordinator.current_firmware,

View File

@@ -2151,7 +2151,7 @@
"integration_type": "hub",
"config_flow": true,
"iot_class": "local_polling",
"name": "AVM FRITZ!Box Tools"
"name": "FRITZ!Box Tools"
},
"fritzbox": {
"integration_type": "hub",