From a95294c83fc01db0653f2921792ebcdd18ab6a9a Mon Sep 17 00:00:00 2001 From: Maciej Bieniek Date: Fri, 25 Jun 2021 12:07:32 +0200 Subject: [PATCH] Fix typo in Nettigo Air Monitor integration (#52182) --- homeassistant/components/nam/sensor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/nam/sensor.py b/homeassistant/components/nam/sensor.py index e088a8f00c1..ae3d1e639d5 100644 --- a/homeassistant/components/nam/sensor.py +++ b/homeassistant/components/nam/sensor.py @@ -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: