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:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user