Convert mqtt entity discovery to use callbacks (#118200)
This commit is contained in:
parent
1602c8063c
commit
811ec57c31
29 changed files with 80 additions and 73 deletions
|
@ -61,7 +61,7 @@ async def async_setup_entry(
|
|||
async_add_entities: AddEntitiesCallback,
|
||||
) -> None:
|
||||
"""Set up MQTT select through YAML and through MQTT discovery."""
|
||||
await async_setup_entity_entry_helper(
|
||||
async_setup_entity_entry_helper(
|
||||
hass,
|
||||
config_entry,
|
||||
MqttSelect,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue