Guest User

Untitled

a guest
Aug 9th, 2023
3,314
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. i2c:
  2. - id: "SHTCx_i2c"
  3. sda: GPIO22
  4. scl: GPIO33
  5. scan: true
  6.  
  7. sensor:
  8. - platform: shtcx
  9. i2c_id: SHTCx_i2c
  10. temperature:
  11. name: "SHTCx Temperature"
  12. humidity:
  13. name: "SHTCx Humidity"
  14. address: 0x70
  15. update_interval: 10s
Advertisement
Add Comment
Please, Sign In to add comment