configuration.yaml 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. config:
  2. frontend:
  3. homeassistant:
  4. counter:
  5. logbook:
  6. notify:
  7. input_datetime:
  8. input_select:
  9. input_text:
  10. timer:
  11. recorder:
  12. purge_keep_days: 5
  13. db_url: mysql://hassio:hassiopassword@192.168.1.110/hass?charset=utf8
  14. logger:
  15. default: info
  16. # logs:
  17. # homeassistant.components.mqtt: debug
  18. # logs:
  19. # rflink: debug
  20. # homeassistant.components.rflink: debug
  21. history:
  22. system_health:
  23. http:
  24. use_x_forwarded_for: true
  25. trusted_proxies:
  26. - 192.168.1.110
  27. mqtt:
  28. broker: hagaholm.ddns.net
  29. port: 1883
  30. pyscript:
  31. allow_all_imports: true
  32. rflink:
  33. host: 127.0.0.1
  34. port: 12345
  35. wait_for_ack: false
  36. ignore_devices:
  37. - newkaku_000001_01
  38. volvooncall:
  39. username: thomas.chef@volvo.com
  40. password: !secret voc_password
  41. scandinavian_miles: true
  42. mutable: false
  43. binary_sensor:
  44. - platform: rflink
  45. devices:
  46. newkaku_02ddc7fa_4:
  47. name: Bedroom door raw sensor
  48. device_class: door
  49. force_update: true
  50. - platform: workday
  51. country: SE
  52. # Text to speech
  53. tts:
  54. - platform: google_translate
  55. switch: !include switches.yaml
  56. input_boolean: !include input_booleans.yaml
  57. input_number: !include input_numbers.yaml
  58. sensor: !include sensors.yaml
  59. light: !include lights.yaml
  60. group: !include groups.yaml
  61. automation: !include automations.yaml
  62. script: !include scripts.yaml
  63. scene: !include scenes.yaml