08-24-2021, 07:48 AM
Found it,
change this:
- platform: mqtt
name: 'xxxxxx'
unique_id: radar-xxxx
state_topic: 'COLB/xxxxxxxxxxxxxxxxxxx/state'
value_template: '{{ value_json.D14.on }}'
payload_on: 1
payload_off: 0
to this:
- platform: mqtt
name: 'xxxxx'
unique_id: radar-xxxx
state_topic: 'COLB/xxxxxxxxxxxxxxxxx/state'
value_template: '{{ value_json.D14.on }}'
payload_on: 0
payload_off: 1
change this:
- platform: mqtt
name: 'xxxxxx'
unique_id: radar-xxxx
state_topic: 'COLB/xxxxxxxxxxxxxxxxxxx/state'
value_template: '{{ value_json.D14.on }}'
payload_on: 1
payload_off: 0
to this:
- platform: mqtt
name: 'xxxxx'
unique_id: radar-xxxx
state_topic: 'COLB/xxxxxxxxxxxxxxxxx/state'
value_template: '{{ value_json.D14.on }}'
payload_on: 0
payload_off: 1

