Hey there,
i have a simple motion sensor that send a 1 via mqtt on motion and a 0 on no motion.
I intregrated this sensor successfully in hass via configuration
mqtt:
binary_sensor:
- name: "Wohnzimmer - Bewegung"
unique_id: "motion_wz"
state_topic: "esp_wz_dht-pir/relay/0"
payload_on: "1"
payload_off: "0"
device_class: motion
It shows if motion happens at the dashboard.
But, the sensor isn’t came up in home bridge. all other switches and bulbs working fine. All Domains and entities are enabled, nothing is filtered out.
So what can I do to make the motion sensor available in HomeKit?
Thanks for help