123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- sensor:
- - name: "Temperatur Hällby"
- state_topic: "micke/outside/temperature"
- unit_of_measurement: "°C"
- - name: Lux Hällby
- state_topic: "micke/lux/lux_calibrated"
- unit_of_measurement: "Lux"
- - name: Lux outside the garage
- state_topic: "sensors/outside/lux"
- unit_of_measurement: "Lux"
- - name: SMHI Temperature
- state_topic: "sensors/outside/smhiTemperature"
- unit_of_measurement: "°C"
- - name: Frank Temperature
- state_topic: "sensors/outside/frankTemperature"
- unit_of_measurement: "°C"
- binary_sensor:
- - name: "Kitchen worklight switch"
- unique_id: "kitchen_worklight_switch"
- state_topic: "kitchen/worklight_switch"
- availability:
- - topic: "kitchen/worklight_switch/available"
- qos: 0
- device_class: power
- light:
- - schema: json
- name: "Kitchen worktop lights"
- unique_id: "kitchen_worktop_lights"
- state_topic: "kitchen/worktop/lights"
- command_topic: "kitchen/worktop/lights/set"
- availability:
- - topic: "kitchen/worktop/lights/available"
- retain: true
- optimistic: false
- qos: 0
- brightness_scale: 1000
- max_mireds: 370
- min_mireds: 250
- brightness: true
- color_mode: true
- supported_color_modes: ["color_temp"]
- - schema: json
- name: "Kitchen test"
- unique_id: "kitchen_test"
- state_topic: "kitchen/worktop/lights_test"
- command_topic: "kitchen/worktop/lights_test/set"
- retain: false
- optimistic: false
- qos: 0
- brightness_scale: 1000
- brightness: true
|