Hi Guys,
just got a Sonoff RF bridge, and flashed it with tasmota, now looking to integrate it into Hassio,
my problem is most of the info seem to be outdated for my version of Hassio (93.1)
after entering this below in my Config.Yaml everything checks out ok until i restart Hassio
binary_sensor:
platform: mqtt
name: "pir wherever"
payload_on: "ECD71E"
payload_off: "ECD71Eoff"
sensor_class: motion
state_topic: "tele/RF_Bridge/RESULT"
value_template: ‘{{ value_json.RfReceived.Data }}’
but on a restar I get the error below
2019-05-19 21:26:13 WARNING (MainThread) [homeassistant.helpers.config_validation] Your configuration contains extra keys that the platform does not support.
Please remove [sensor_class], [b- platform]. (See /config/configuration.yaml, line 38).
Offending data: {"platform": "mqtt", "name": "pir wherever", "payload_on": "<redacted>", "payload_off": "<redacted>", "sensor_class": "motion", "state_topic": "tele/sonoffrf/RESULT", "value_template": "<redacted>", "b- platform": "yr"}