Migrate HEOS discovery to manifest (#24508)
* Migrate HEOS discovery to manifest * Fix tests
This commit is contained in:
parent
4c328e4959
commit
f54ad26630
6 changed files with 17 additions and 7 deletions
|
@ -22,7 +22,7 @@ class HeosFlowHandler(config_entries.ConfigFlow):
|
|||
VERSION = 1
|
||||
CONNECTION_CLASS = config_entries.CONN_CLASS_LOCAL_PUSH
|
||||
|
||||
async def async_step_discovery(self, discovery_info):
|
||||
async def async_step_ssdp(self, discovery_info):
|
||||
"""Handle a discovered Heos device."""
|
||||
# Store discovered host
|
||||
friendly_name = "{} ({})".format(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue