Change device entry type to an StrEnum (#59940)
Co-authored-by: Ville Skyttä <ville.skytta@iki.fi> Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
parent
4a5238efa5
commit
053c456199
45 changed files with 167 additions and 71 deletions
|
@ -484,7 +484,7 @@ async def test_loading_saving_data(hass, registry, area_registry):
|
|||
model="via",
|
||||
name="Original Name",
|
||||
sw_version="Orig SW 1",
|
||||
entry_type="device",
|
||||
entry_type=None,
|
||||
)
|
||||
|
||||
orig_light = registry.async_get_or_create(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue