Improve PECO integration (#73460)
This commit is contained in:
parent
1f7340313a
commit
8e6fa54e0a
2 changed files with 1 additions and 6 deletions
|
@ -93,10 +93,8 @@ async def async_setup_entry(
|
|||
coordinator = hass.data[DOMAIN][config_entry.entry_id]
|
||||
|
||||
async_add_entities(
|
||||
[PecoSensor(sensor, county, coordinator) for sensor in SENSOR_LIST],
|
||||
True,
|
||||
PecoSensor(sensor, county, coordinator) for sensor in SENSOR_LIST
|
||||
)
|
||||
return
|
||||
|
||||
|
||||
class PecoSensor(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue