Add icon translations to co2signal (#108611)

This commit is contained in:
Jan-Philipp Benecke 2024-01-21 21:23:11 +01:00 committed by GitHub
parent 702529627e
commit 4d5a511001
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 14 additions and 5 deletions

View file

@ -67,7 +67,6 @@ class CO2Sensor(CoordinatorEntity[CO2SignalCoordinator], SensorEntity):
entity_description: CO2SensorEntityDescription
_attr_attribution = ATTRIBUTION
_attr_has_entity_name = True
_attr_icon = "mdi:molecule-co2"
_attr_state_class = SensorStateClass.MEASUREMENT
def __init__(