I have installed under Umbrel, i.e. running in a container. I’ve added an IP camera and my phone. I’ve tried creating several automations, but they weren’t showing. I took a look at ~/umbrel/app-data/home-assistant/configuration.yaml
and it looked like this:
default_config:
http:
use_x_forwarded_for: true
trusted_proxies:
- 10.21.0.0/16
After I’ve added a new line automation: !include automations.yaml
, the automations started showing, but overall it seems like things don’t work too much.
What should the default config yml look like? Should it be this minimal?
Also, am I better off using a different type of install as a first time user?