When I check my config I keep getting an error:
Invalid config for [google]: [frontend] is an invalid option for [google]. Check: google->google->frontend. (See /config/configuration.yaml, line 18).
Odd thing is that the Google Calendar seems to be working. Below is what I have in my config.yaml for Google.
google calendar.yaml entry
google:
client_id: !secret google_client_id_calendar
client_secret: !secret google_client_secret_calendar
I have the secrets.yaml setup with the client ID and password.
What am I doing wrong?