mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-08-17 19:06:53 +00:00
Fixed the MQTT issue with @dale3h help.
This commit is contained in:
@@ -86,7 +86,7 @@ recorder:
|
||||
mqtt:
|
||||
broker: 127.0.0.1
|
||||
port: 1883
|
||||
client_id: home-assistant-1
|
||||
client_id: home-assistant-Carlo
|
||||
username: !secret MQTT_username
|
||||
password: !secret MQTT_password
|
||||
|
||||
|
@@ -267,7 +267,7 @@ sensor.nest_upstairs:
|
||||
sensor.polly_lastmsg:
|
||||
friendly_name: 'Polly Lastmsg'
|
||||
emulated_hue: False
|
||||
hidden: True
|
||||
hidden: False
|
||||
|
||||
|
||||
|
||||
|
@@ -3,5 +3,5 @@
|
||||
###################################################
|
||||
|
||||
- platform: mqtt
|
||||
name: "polly_lastmsg"
|
||||
state_topic: "polly/lastmsg"
|
||||
name: "polly_lastmsg"
|
||||
|
Reference in New Issue
Block a user