system_health: discovery: sun: config: mobile_app: frontend: input_boolean: zigbee_permit_join: name: Allow new devices to join ZigBee initial: off icon: mdi:cellphone-wireless timer: zigbee_permit_join: name: Time remaining to join ZigBee duration: 600 # Updated this to the number of seconds you wish group: !include groups.yaml sensor: !include_dir_merge_list sensors switch: !include_dir_merge_list switches light: !include_dir_merge_list lights automation: !include_dir_merge_list automations scene: !include_dir_merge_list scenes command_line: - sensor: name: CPU Temperature command: "cat /sys/class/thermal/thermal_zone0/temp" unit_of_measurement: "°C" value_template: "{{ (value | multiply(0.001)) | round(1) }}" - sensor: name: Python Version command: "python3 --version" mqtt: sensor: - name: ZigBee Bridge state state_topic: "zigbee2mqtt/bridge/state" icon: mdi:router-wireless - name: Schaltertest Button Gelb state_topic: "buttons/binary_sensor/button_yellow/state" - name: Schaltertest Button Rot state_topic: "buttons/binary_sensor/button_red/state" - name: Schaltertest Button Grün state_topic: "buttons/binary_sensor/button_green/state"