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"