Skip to content

Commit ef5f949

Browse files
authored
Typo
1 parent 64ec3d7 commit ef5f949

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

custom_components/atmofrance/const.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ class AtmoFranceSensorEntityDescription(
4444
POLLUTION_SENSORS: tuple[AtmoFranceSensorEntityDescription, ...] = (
4545
AtmoFranceSensorEntityDescription(
4646
key="code_no2",
47-
name="Dioxide d'azote",
47+
name="Dioxyde d'azote",
4848
device_class=SensorDeviceClass.AQI,
4949
icon="mdi:molecule",
5050
state_class=SensorStateClass.MEASUREMENT,

0 commit comments

Comments
 (0)