mirror of
https://github.com/home-assistant/core.git
synced 2025-07-14 16:57:10 +00:00
Fix typo in Nettigo Air Monitor integration (#52182)
This commit is contained in:
parent
958016c44f
commit
a95294c83f
@ -41,7 +41,7 @@ async def async_setup_entry(
|
||||
"""Add a Nettigo Air Monitor entities from a config_entry."""
|
||||
coordinator: NAMDataUpdateCoordinator = hass.data[DOMAIN][entry.entry_id]
|
||||
|
||||
# Due to the change of the attribute name of two sensora, it is necessary to migrate
|
||||
# Due to the change of the attribute name of two sensors, it is necessary to migrate
|
||||
# the unique_ids to the new names.
|
||||
ent_reg = entity_registry.async_get(hass)
|
||||
for old_sensor, new_sensor in MIGRATION_SENSORS:
|
||||
|
Loading…
x
Reference in New Issue
Block a user