Add Shelly integration (#39178)

This commit is contained in:
Paulus Schoutsen 2020-08-24 12:43:31 +02:00 committed by GitHub
parent 6d95ee7a00
commit ca2bc9906d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
16 changed files with 624 additions and 0 deletions

View file

@ -1127,6 +1127,7 @@ async def test_unique_id_update_existing_entry_without_reload(hass, manager):
domain="comp",
data={"additional": "data", "host": "0.0.0.0"},
unique_id="mock-unique-id",
state=config_entries.ENTRY_STATE_LOADED,
)
entry.add_to_hass(hass)