Hi,
Two things:
-
When I first installed home assistant I noticed I had an “Automations” Tab after clicking on Configuration icon. Later, I installed the Zwave add-on , deleted UPnP integration. I did some Let’s encrypt and standard adding to config yaml file. Now, I don’t see the tab for “Automations” like in this link.
https://www.home-assistant.io/getting-started/automation/ -
I am running in safe mode and not sure what I did to get there?
Here is my config yaml file and error
# Configure a default setup of Home Assistant (frontend, api, etc)
default_config:
homeassistant:
time_zone: America/Phoenix
# Text to speech
tts:
- platform: google_translate
group: !include groups.yaml
automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml
http:
base_url: https://blahblah.duckdns.org
ssl_certificate: /ssl/fullchain.pem
ssl_key: /ssl/privkey.pem
homeassistant:
auth_mfa_modules:
- type: totp
# include: (We can get locked out if we don't get a notification)
# - notify_entity
# Example configuration.yaml entry
#zwave:
# usb_path: /dev/ttyACM0
#device_config: !include zwave_device_config.yaml
# Example configuration.yaml entry for network_key
#network_key: "0x2e, 0xcc, 0xab, 0x1c, 0xa3, 0x7f, 0x0e, 0xb5, 0x70, 0x71, 0x2d, 0x98, 0x25, 0x43, 0xee, 0x0c"
AND HERE IS ERROR
1 post - 1 participant