User Tools

Site Tools


home_assistant_yaml

Change the MQTT topic below to match what is being used.

cover:
  - platform: mqtt
    name: "Motorized Blinds"
    command_topic: "BlindsMCU/blindsCommand"
    set_position_topic: "BlindsMCU/positionCommand"
    position_topic: "BlindsMCU/positionState"
    state_topic: "BlindsMCU/positionState"
    retain: true
    payload_open: "OPEN"
    payload_close: "CLOSE"
    payload_stop: "STOP"
    position_open: 0
    position_closed: 12
    
home_assistant_yaml.txt · Last modified: 2021/01/28 20:17 by 192.168.1.28