Skip to content

Commit

Permalink
fix: Fix suppression of entity states
Browse files Browse the repository at this point in the history
  • Loading branch information
RogerSelwyn committed Apr 24, 2024
1 parent 970edef commit d9325da
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
class DiscoveryEntity:
"""Base discovery entity class."""

PUBLISH_STATE = False
PUBLISH_STATE = True

def __init__(self, hass, publish_retain, platform, publish_state):
"""Initialise the climate class."""
Expand Down

0 comments on commit d9325da

Please sign in to comment.