Convert mqtt entity discovery to use callbacks (#118200)

This commit is contained in:
J. Nick Koston 2024-05-26 16:12:40 -10:00 committed by GitHub
parent 1602c8063c
commit 811ec57c31
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
29 changed files with 80 additions and 73 deletions

View file

@ -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,