Home Assistant Setup für die LUG
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

47 lines
1.2 KiB

system_health:
discovery:
sun:
config:
mobile_app:
3 years ago
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
4 years ago
light: !include_dir_merge_list lights
4 years ago
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"
10 months ago
mqtt:
10 months ago
sensor:
- name: ZigBee Bridge state
10 months ago
state_topic: "zigbee2mqtt/bridge/state"
icon: mdi:router-wireless
10 months ago
- name: Schaltertest Button Gelb
10 months ago
state_topic: "buttons/binary_sensor/button_yellow/state"
10 months ago
- name: Schaltertest Button Rot
10 months ago
state_topic: "buttons/binary_sensor/button_red/state"
10 months ago
- name: Schaltertest Button Grün
10 months ago
state_topic: "buttons/binary_sensor/button_green/state"