For a lot of my sensors I have to use a Template and create a virtual sensor for them. Example:
- platform: template
sensors:
### Clean up Aeotec Sensor status
office_window_left_vsensor:
device_class: window
friendly_name: "Office Window Left"
value_template: "{{ is_state('sensor.office_window_left_aeotec_sensor_7_access_control', '22') }}"
I would like to see these show up in the Devices page. So for the Office Window Left I would see all the Entities for this zwave device, and have a new section that would be any template sensors that reference this device. This would allow me to more easily see everything associated with a device.
Thanks