Advertisement
Guest User

Untitled

a guest
Jan 17th, 2018
353
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.20 KB | None | 0 0
  1. homeassistant:
  2.  
  3. name: Home
  4. latitude: 55.7833
  5. longitude: -4
  6. elevation: 0
  7. unit_system: metric
  8. time_zone: Europe/London
  9. customize: !include customize.yaml
  10.  
  11. emulated_hue:
  12.  
  13. frontend:
  14.  
  15. config:
  16.  
  17. http:
  18. # Secrets are defined in the file secrets.yaml
  19. # api_password: !secret http_password
  20. # Uncomment this if you are using SSL/TLS, running in Docker container, etc.
  21. # base_url: example.duckdns.org:8123
  22.  
  23. # Checks for available updates
  24. # Note: This component will send some information about your system to
  25. # the developers to assist with development of Home Assistant.
  26. # For more information, please see:
  27. # https://home-assistant.io/blog/2016/10/25/explaining-the-updater/
  28. updater:
  29. # Optional, allows Home Assistant developers to focus on popular components.
  30. # include_used_components: true
  31.  
  32. # Discover some devices automatically
  33. discovery:
  34.  
  35. mqtt:
  36. broker: 192.168.0.16
  37. discovery: true
  38. discovery_prefix: smartthings
  39.  
  40. hive:
  41. username: craigjbrown89@gmail.com
  42. password: Seanzack89
  43.  
  44. # Allows you to issue voice commands from the frontend in enabled browsers
  45. conversation:
  46.  
  47. # Enables support for tracking state changes over time
  48. history:
  49.  
  50. # View all events in a logbook
  51. logbook:
  52.  
  53. # Enables a map showing the location of tracked devices
  54. map:
  55.  
  56. # Track the sun
  57. sun:
  58.  
  59.  
  60. wake_on_lan:
  61.  
  62. media_player:
  63. - platform: plex
  64. entity_namespace: 'plex server'
  65. - platform: ps4
  66. host: 192.168.0.12
  67.  
  68. - platform: webostv
  69. host: 192.168.0.44
  70. name: Biggie
  71. mac: 3c-cd-93-5f-26:26
  72. filename: webostv.conf
  73. icon: mdi:television
  74. customize:
  75. sources:
  76. - HDMI1
  77. - HDMI2
  78. turn_on_action:
  79. service: wake_on_lan.send_magic_packet
  80. data:
  81. mac:
  82.  
  83. - platform: samsungtv
  84. host: 192.168.0.53
  85. port: 8001
  86.  
  87. # -platform: plex
  88. # Weather prediction
  89. sensor:
  90. - platform: metoffice
  91. api_key: "cd4f37d8-9f06-4744-a416-719b7cf4f40b"
  92. monitored_conditions:
  93. - weather
  94.  
  95. - platform: plex
  96.  
  97. - platform: cpuspeed
  98.  
  99.  
  100. # Text to speech
  101. tts:
  102. - platform: google
  103.  
  104.  
  105. # Cloud
  106. cloud:
  107.  
  108. group: !include groups.yaml
  109. automation: !include automations.yaml
  110. script: !include scripts.yaml
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement