Add url to CO2signal (#57703)
parent
f8ea2f9b08
commit
9c7dc5865c
|
@ -109,6 +109,7 @@ class CO2Sensor(update_coordinator.CoordinatorEntity[CO2SignalResponse], SensorE
|
||||||
ATTR_NAME: "CO2 signal",
|
ATTR_NAME: "CO2 signal",
|
||||||
ATTR_MANUFACTURER: "Tmrow.com",
|
ATTR_MANUFACTURER: "Tmrow.com",
|
||||||
"entry_type": "service",
|
"entry_type": "service",
|
||||||
|
"configuration_url": "https://www.electricitymap.org/",
|
||||||
}
|
}
|
||||||
self._attr_unique_id = (
|
self._attr_unique_id = (
|
||||||
f"{coordinator.entry_id}_{description.unique_id or description.key}"
|
f"{coordinator.entry_id}_{description.unique_id or description.key}"
|
||||||
|
|
Loading…
Reference in New Issue