Improve lists in integrations [C-D] (#113072)
This commit is contained in:
parent
4d77bec681
commit
c75342bd9a
32 changed files with 276 additions and 311 deletions
|
@ -531,9 +531,7 @@ async def async_setup_entry(
|
|||
add_entities_handler = None
|
||||
|
||||
if dsmr_version == "5B":
|
||||
mbus_entities = create_mbus_entities(hass, telegram, entry)
|
||||
for mbus_entity in mbus_entities:
|
||||
entities.append(mbus_entity)
|
||||
entities.extend(create_mbus_entities(hass, telegram, entry))
|
||||
|
||||
entities.extend(
|
||||
[
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue