Skip to content

Commit

Permalink
fix: Fix error caused by constants move in core MQTT
Browse files Browse the repository at this point in the history
  • Loading branch information
RogerSelwyn committed Oct 3, 2024
1 parent 84e9070 commit 57100a6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions custom_components/mqtt_discoverystream_alt/discovery.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,9 @@
from homeassistant.components.mqtt.const import (
AVAILABILITY_LATEST,
CONF_AVAILABILITY,
CONF_TOPIC,
)
from homeassistant.components.mqtt.mixins import (
CONF_PAYLOAD_AVAILABLE,
CONF_PAYLOAD_NOT_AVAILABLE,
CONF_TOPIC,
)
from homeassistant.components.sensor import ATTR_STATE_CLASS
from homeassistant.const import (
Expand Down

0 comments on commit 57100a6

Please sign in to comment.