mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 21:06:19 +00:00
Remove support for deprecated Sonos configuration (#23385)
This commit is contained in:
committed by
GitHub
parent
d038d2426b
commit
5dbf58d67f
@@ -35,7 +35,9 @@ async def test_configuring_sonos_creates_entry(hass):
|
||||
patch('pysonos.discover', return_value=True):
|
||||
await async_setup_component(hass, sonos.DOMAIN, {
|
||||
'sonos': {
|
||||
'some_config': 'to_trigger_import'
|
||||
'media_player': {
|
||||
'interface_addr': '127.0.0.1',
|
||||
}
|
||||
}
|
||||
})
|
||||
await hass.async_block_till_done()
|
||||
|
||||
Reference in New Issue
Block a user