Can you help me?
2018-08-19 20:45:35 ERROR (MainThread) [homeassistant.config] Invalid config for [http]: some but not all values in the same group of inclusion ‘proxy’ @ data[‘http’][]. Got None. (See /config/configuration.yaml, line 35). Please check the docs at HTTP - Home Assistant
Configuration:
http: # Secrets are defined in the file secrets.yaml # api_password: !secret http_password # Uncomment this if you are using SSL/TLS, running in Docker container, etc. # base_url: example.duckdns.org:8123 api_password: !secret http_password server_port: 8123 base_url: example.duckdns.org:8123 ssl_certificate: /ssl/fullchain.pem ssl_key: /ssl/privkey.pem cors_allowed_origins: - https://google.com - https://home-assistant.io use_x_forwarded_for: False trusted_networks: - 127.0.0.1 - 192.168.1.0/24 ip_ban_enabled: True login_attempts_threshold: 5