I am trying to create an Home Assistant instance that links with Google Home.
I have been following the documentation but I seem to have config issue around the SSL cert. I am using the letsencrypt add on to get a certificate. My config file is as follows:
# Configure a default setup of Home Assistant (frontend, api, etc)
default_config:
# Google assistant
google_assistant:
project_id: myprojid
service_account: !include SERVICE_ACCOUNT.JSON
report_state: true
# Text to speech
tts:
- platform: google_translate
automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml
When I include the below line in the config, I get “404: Not Found” response from the local connection to port 8123 and the application permanently breaks.
# Example configuration.yaml entry for the HTTP component
http:
ssl_certificate: /ssl/fullchain.pem
ssl_key: /ssl/privkey.pem
I also do not see how I can use Home Assistant OS to modify the config file to recover but I guess that is an unrelated issue.
1 post - 1 participant