Export MQTT subscription helpers at integration level (#116150)

This commit is contained in:
Jan Bouwhuis 2024-05-08 23:46:50 +02:00 committed by GitHub
parent 6da432a5c3
commit 589104f63d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 35 additions and 1 deletions

View file

@ -16,7 +16,7 @@ from hatasmota.models import TasmotaDeviceConfig
from hatasmota.mqtt import TasmotaMQTTClient
from homeassistant.components import mqtt
from homeassistant.components.mqtt.subscription import (
from homeassistant.components.mqtt import (
async_prepare_subscribe_topics,
async_subscribe_topics,
async_unsubscribe_topics,