Advertisement
Guest User

Untitled

a guest
Mar 25th, 2018
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 0.34 KB | None | 0 0
  1.  - platform: unifi
  2.     host: !secret unifi_ip # Host: is only required if the controller is not running on the same device
  3.     username: !secret unifi_user
  4.     password: !secret unifi_pass
  5.     interval_seconds: 10
  6.     consider_home: 180
  7.     verify_ssl: false
  8.     new_device_defaults:
  9.       track_new_devices: false
  10.       hide_if_away: false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement