Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- output:
- - platform: ledc
- pin: 26
- id: red_output
- - platform: ledc
- pin: 18
- id: green_output
- - platform: ledc
- pin: 19
- id: blue_output
- - platform: ledc
- pin: 23
- id: white_output
- light:
- - platform: rgbw
- name: "LED strip"
- red: red_output
- green: green_output
- blue: blue_output
- white: white_output
- color_interlock: true
- i2c:
- sda: GPIO21
- scl: GPIO22
- scan: true
- sensor:
- - platform: sht3xd
- temperature:
- name: "Temperature"
- humidity:
- name: "Humidity"
- address: 0x44
- update_interval: 5s
- - platform: bh1750
- name: "Illuminance"
- address: 0x23
- update_interval: 5s
- binary_sensor:
- - platform: gpio
- pin: 16
- name: "Motion 1"
- device_class: motion
- - platform: gpio
- pin: 17
- name: "Motion 2"
- device_class: motion
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement