12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- 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 4K"
- unique_id: "kitchen_worktop_lights_4K"
- state_topic: "kitchen/worktop/lights_4K"
- command_topic: "kitchen/worktop/lights_4K/set"
- # availability:
- # - topic: "kitchen/worktop/lights_4K/available"
- retain: true
- optimistic: false
- qos: 0
- brightness_scale: 1000
- brightness: true
- - schema: json
- name: "Kitchen worktop 27K"
- unique_id: "kitchen_worktop_lights_27K"
- state_topic: "kitchen/worktop/lights_27K"
- command_topic: "kitchen/worktop/lights_27K/set"
- # availability:
- # - topic: "kitchen/worktop/lights_27K/available"
- retain: true
- optimistic: false
- qos: 0
- brightness_scale: 1000
- brightness: true
|