mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 03:07:37 +00:00
Remove initial entity update from swiss_public_transport (#106478)
remove initial update
This commit is contained in:
parent
a823edf1c2
commit
1d9a2b53e7
@ -51,7 +51,6 @@ async def async_setup_entry(
|
|||||||
|
|
||||||
async_add_entities(
|
async_add_entities(
|
||||||
[SwissPublicTransportSensor(coordinator, unique_id)],
|
[SwissPublicTransportSensor(coordinator, unique_id)],
|
||||||
True,
|
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user