@maurizio53 wrote:
I am having serious problems with mqtt component when upgrading to 0.101.3 from 0.100.3.
Is this configuration correct related to the breaking changes listed in the 0.101 release?mqtt: broker: !secret mqtt_broker username: !secret mqtt_username password: !secret mqtt_password discovery: true discovery_prefix: homeassistant
and about lights:
- platform: mqtt name: "Faretti Ingresso" command_topic: "cmnd/sonoff-01/power" state_topic: "stat/sonoff-01/POWER" qos: 1 payload_on: "ON" payload_off: "OFF" payload_available: "Online" payload_not_available: "Offline" retain: true
Posts: 21
Participants: 3