Files
hass/knx/sensor.yaml
Ben Melchior ea1eb9e6fa Enhance automations and configuration with new features and improvements
- Added new media player entity for doorbell notifications in automations.yaml.
- Refactored automation sequences to include conditional actions based on triggers for sleep mode and KidsRoom.
- Updated light and cover actions to improve functionality and responsiveness.
- Introduced new scripts for critical notifications and smart shading management in scripts.yaml.
- Added new KNX sensors for temperature, wind speed, and illuminance in sensor.yaml.
- Created new packages for mobile dashboard and PV to DHW management to streamline automation processes.
2025-09-01 11:54:19 +02:00

36 lines
711 B
YAML

- name: 'SE_AU_EG_LUX'
state_address: '5/4/2'
type: illuminance
device_class: illuminance
- name: 'SE_OG1_FL_LUX'
state_address: '3/4/1'
type: illuminance
device_class: illuminance
- name: 'SE_EG_WC_Proximity'
state_address: '2/5/5'
type: pulse
- name: 'SE_AU_GT_Temp'
state_address: '5/5/1'
type: temperature
- name: 'SE_AU_GT_Wind'
state_address: '5/5/2'
type: wind_speed_ms
- name: 'SE_AU_GT_Lux East'
state_address: '5/5/3'
type: illuminance
device_class: illuminance
- name: 'SE_AU_GT_Lux South'
state_address: '5/5/4'
type: illuminance
device_class: illuminance
- name: 'SE_AU_GT_Lux West'
state_address: '5/5/5'
type: illuminance
device_class: illuminance