AllHailJ
(J Gent)
21
Have you removed all of the lines for Location from configuration.yaml?
You should not have any of this in there
homeassistant:
name: Home
latitude: 40.999999
longitude: -73.999999
time_zone: “America/New_York”
You should also have
default_config:
unless you are not using the default and adding all the integrations (like sun) one by one.
I had it before, not anymore
My HA is very simple, Im new with HA, here is my configuration yaml file, very basic
Configure a default setup of Home Assistant (frontend, api, etc)
default_config:
homeassistant:
name: Home
latitude: 40.781630
longitude: -73.711250
time_zone: “America/New_York”
frontend:
themes: !include_dir_merge_named themes
Text to speech
tts:
- platform: google_translate
automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml
Example of Sensor Group
binary_sensor:
- platform: group
name: Attic Motion Sensor Light
device_class: opening
entities:
- binary_sensor.sonoff_motion_sensor_2
- binary_sensor.eria_motion_sensor_1_ias_zone
nickrout
(Nick Rout)
23
Take out latitude and longitude from configuaration.yaml, they are not needed because you now set the location via the UI.
There are not in use, its a remark. I guess when I copied my config yaml file it did not bring the pound sign in front of it but here is a screen shot
ChileHA
25
Did you manage to solve this problem??
Necrul
26
I see your post is 3 days ago. Ever since an update (can’t find which backup) my home assistant is 3 hours behind.
Is there a fix for this?
nickrout
(Nick Rout)
27
Is the timezone set correctly?
Necrul
28
Yes, I didn’t really figure it out per-say but installed chrony from HACS and that fixed it. The hardware clock must have been messed up on my Pi-4.