Advertisement
Guest User

Untitled

a guest
Apr 20th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.22 KB | None | 0 0
  1. sensor:
  2.   - platform: dht
  3.     sensor: DHT22
  4.     pin: 4
  5.     monitored_conditions:
  6.      - temperature
  7.       - humidity
  8.  
  9.   - platform: speedtest
  10.     monitored_conditions:
  11.      - ping
  12.       - download
  13.       - upload
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement