Skip to content

Commit

Permalink
fix: MQTT - AVAILABILITY_LATEST
Browse files Browse the repository at this point in the history
  • Loading branch information
RogerSelwyn committed Jun 5, 2024
1 parent b52bece commit e11fa75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/mqtt_discoverystream_alt/discovery.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@

from homeassistant.components import mqtt
from homeassistant.components.mqtt.const import (
AVAILABILITY_LATEST,
CONF_AVAILABILITY,
CONF_TOPIC,
)
from homeassistant.components.mqtt.mixins import (
AVAILABILITY_LATEST,
CONF_PAYLOAD_AVAILABLE,
CONF_PAYLOAD_NOT_AVAILABLE,
)
Expand Down

0 comments on commit e11fa75

Please sign in to comment.