Fix the long nagging MQTT issues in the system. All fixed now.

This commit is contained in:
ccostan
2023-01-16 18:57:38 -05:00
parent 8b3c53ba3e
commit 792f9423b5
9 changed files with 35 additions and 130 deletions

View File

@@ -15,10 +15,10 @@ input_boolean:
name: Last Message
initial: off
#-------------------------------------------
sensor:
- platform: mqtt
state_topic: "polly/lastmsg"
name: "Last Message"
mqtt:
binary_sensor:
- state_topic: "polly/lastmsg"
name: "Last Message"
##############################################################################
### Automations -
##############################################################################