This should be an easu question . I created two custom binary sensors.by including binary_sensor.yaml in my configuration.yaml. The binary_sensor.yaml is
- platform: mqtt
state_topic: “HouseOccupied/state/DOOR”
name: “House”
qos: 1
payload_on: “yes”
payload_off: “no”
device_class:
- platform: mqtt
state_topic: “General”
name: “General”
qos: 1
payload_on: “yes”
payload_off: “no”
device_class: Blockquote
I am would think the sensor show show in entities but naturally I can’t find them