Add icon translations to co2signal (#108611)
This commit is contained in:
parent
702529627e
commit
4d5a511001
3 changed files with 14 additions and 5 deletions
|
@ -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__(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue