Hi!
Is there a possibility to gather entities to one device?
My configuration.yaml:
mqtt:
sensor:
- name: “WC PIR Motion detection”
state_topic: "shellies/Downstairs_WC_Motion_Sensor/status"
value_template: "{{ value_json.motion }}"
- name: “WC PIR Vibration detection”
state_topic: "shellies/Downstairs_WC_Motion_Sensor/status"
value_template: "{{ value_json.vibration }}"
- name: “WC PIR Illuminance”
state_topic: "shellies/Downstairs_WC_Motion_Sensor/status"
value_template: "{{ value_json.lux }}"
unit_of_measurement: "lx"
- name: “WC PIR Battery”
state_topic: "shellies/Downstairs_WC_Motion_Sensor/status"
value_template: "{{ value_json.bat }}"
unit_of_measurement: "%"
Result is four entities:
What i would like to achieve is same as my z-wave PIR-s:
Actually i have several other sensors that I would like to gather together as a device. It’s more convinient way to look the data.