1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00

Force migration of cloud settings to exposed_entities (#92499)

This commit is contained in:
Erik Montnemery
2023-05-04 15:53:28 +02:00
committed by GitHub
parent 9b74cb9507
commit e14be8b0ab
4 changed files with 2 additions and 20 deletions

View File

@@ -628,7 +628,7 @@ async def test_alexa_config_migrate_expose_entity_prefs(
"cloud.alexa": {"should_expose": True}
}
assert async_get_entity_settings(hass, entity_migrated.entity_id) == {
"cloud.alexa": {"should_expose": False}
"cloud.alexa": {"should_expose": True}
}
assert async_get_entity_settings(hass, entity_config.entity_id) == {
"cloud.alexa": {"should_expose": False}