Advertisement
techblog

device_status_expand

Feb 5th, 2019
921
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.34 KB | None | 0 0
  1. sensor:
  2.   - platform: device_status
  3.   scan_interval: 10
  4.   devices:
  5.     internet_connection:
  6.        host: 8.8.8.8 8
  7.        name: "Internet Connection"
  8.     nginx:
  9.        host: 192.168.0.1
  10.        name: "Nginx"
  11.     gandalf:
  12.        host: 192.168.0.2
  13.        name: "Gandalf"
  14.     wd_storage:
  15.        host: 192.168.0.2
  16.        name: "WD storage"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement