Advertisement
Guest User

Untitled

a guest
May 21st, 2017
237
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 KB | None | 0 0
  1. homeassistant:
  2. name: Home
  3. latitude:
  4. longitude:
  5. elevation: 230
  6. unit_system: metric
  7. time_zone: America/Winnipeg
  8.  
  9. frontend:
  10. config:
  11.  
  12. updater:
  13. discovery:
  14. conversation:
  15. automation: !include_dir_merge_list automation/
  16. history:
  17. logbook:
  18.  
  19. # Track the sun
  20. sun:
  21.  
  22. # Weather Prediction
  23. sensor:
  24. - platform: yweather
  25. monitored_conditions:
  26. - weather
  27. - temp_min
  28. - temp_max
  29. - temperature
  30.  
  31. media_player:
  32. - platform: plex
  33. entity_namespace: 'plex'
  34. include_non_clients: true
  35. scan_interval: 5
  36. show_all_controls: false
  37. use_custom_entity_ids: true
  38. use_episode_art: true
  39.  
  40. device_tracker:
  41. - platform: unifi
  42. host:
  43. username:
  44. password:
  45. verify_ssl: no
  46. interval_seconds: 10
  47. track_new_devices: no
  48.  
  49. # Text to speech
  50. tts:
  51. platform: google
  52.  
  53. group: !include groups.yaml
  54.  
  55. customize:
  56. sensor.yweather_condition:
  57. hidden: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement