Advertisement
Guest User

Untitled

a guest
Apr 5th, 2018
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.82 KB | None | 0 0
  1. homeassistant:
  2. name: Home
  3. latitude: !secret latitude
  4. longitude: !secret longitude
  5. elevation: 89
  6. unit_system: imperial
  7. time_zone: America/New_York
  8. customize: !include customize.yaml
  9. frontend:
  10. http: !include http.yaml
  11. updater:
  12. discovery:
  13. conversation:
  14. history:
  15. recorder:
  16. purge_keep_days: 10
  17. logbook:
  18. map:
  19. sun:
  20. tts:
  21. - platform: google
  22. cloud:
  23. emulated_hue:
  24. host_ip: 192.168.1.198
  25. automation: !include automations.yaml
  26. script: !include scripts.yaml
  27. config:
  28. sensor: !include sensors.yaml
  29. device_tracker: !include device_tracker.yaml
  30. group: !include groups.yaml
  31. zone: !include zones.yaml
  32. switch:
  33. - platform: broadlink
  34. host: 192.168.1.183
  35. mac: 34:ea:34:d0:b0:3c
  36. switches:
  37. tv:
  38. friendly_name: Celing Fan Off
  39. command_on: 'qgB2AhANDw0PDQ8NEA0PDRANDw0QDQ8ND6odDg8aDxoQGg8aHA0QGhAaDxodDQ8aDxscDQ8aDxscDhwNHA0dDQ8aDxscDR0NLw4cDg8aHQ0PGhwNEBocDR0NHQ0cDRwNHQ0cDQ8bHQ0cDg8bDxoPGg8bDxoPGhAbDxoPGw8bDxoPGh0NHA0cDh0NHA0cDR0OHA0cDR4NHA0cDRAaDwADSQ8NDw4PDQ8NDw0PDhANDw0PDRANEA0Pqh0NDxoPGg8aEBocDREaDxoPGx0NDxoPGh0NDxoPGh0NHA0cDR0NDxoPGh0NHA0cDR0NEhocDRAaHA0PGh0NHA0cDR0NHA0cDR0NDxodDRwNEhoPGw8aDxoPGw8aDxoQGg8aDxoQGhAaHQwdDRwNHQ0dDRwNHA0dDhwNHA0dDRwNDxoQAAODEA0PDBANDw0PDg4ODw0PDQ8NDw4PDQ'
  40. command_off: 'qgB2AhANDw0PDQ8NEA0PDRANDw0QDQ8ND6odDg8aDxoQGg8aHA0QGhAaDxodDQ8aDxscDQ8aDxscDhwNHA0dDQ8aDxscDR0NLw4cDg8aHQ0PGhwNEBocDR0NHQ0cDRwNHQ0cDQ8bHQ0cDg8bDxoPGg8bDxoPGhAbDxoPGw8bDxoPGh0NHA0cDh0NHA0cDR0OHA0cDR4NHA0cDRAaDwADSQ8NDw4PDQ8NDw0PDhANDw0PDRANEA0Pqh0NDxoPGg8aEBocDREaDxoPGx0NDxoPGh0NDxoPGh0NHA0cDR0NDxoPGh0NHA0cDR0NEhocDRAaHA0PGh0NHA0cDR0NHA0cDR0NDxodDRwNEhoPGw8aDxoPGw8aDxoQGg8aDxoQGhAaHQwdDRwNHQ0dDRwNHA0dDhwNHA0dDRwNDxoQAAODEA0PDBANDw0PDg4ODw0PDQ8NDw4PDQ'
  41. # Components
  42. nest:
  43. client_id: !secret nest_client_id
  44. client_secret: !secret nest_secret
  45. alarm_control_panel:
  46. - platform: simplisafe
  47. username: !secret simplisafe_username
  48. password: !secret simplisafe_password
  49. media_player:
  50. - platform: roku
  51. remote:
  52. - platform: harmony
  53. name: Living Room
  54. host: 192.168.1.204
  55. ifttt:
  56. key: !secret ifttt_key
  57. ring:
  58. username: !secret ring_username
  59. password: !secret ring_password
  60. camera:
  61. - platform: ring
  62.  
  63. - platform: generic
  64. still_image_url: !secret radar_link
  65. name: Radar Animated
  66.  
  67. - platform: foscam
  68. ip: 192.168.1.202
  69. username: Baby
  70. password: !secret foscam_pw
  71.  
  72. - platform: foscam
  73. ip: 192.168.1.203
  74. username: Living
  75. password: !secret foscam_pw
  76. ffmpeg:
  77. panel_iframe:
  78. home_assistant:
  79. title: 'Weather Radar'
  80. icon: mdi:weather-windy
  81. url: !secret wind_radar_link
  82. xiaomi_aqara:
  83. discovery_retry: 10
  84. gateways:
  85. - key: u3jpd0tj02usbwn4
  86. influxdb:
  87. host: 192.168.1.198
  88. homekit:
  89. lutron_caseta_pro:
  90. bridges:
  91. - host: 192.168.1.227
  92. hue:
  93. bridges:
  94. - host: 192.168.1.165
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement