A reboot should not be needed, as it upgrades the HA container, which is an isolated environment. It should come back.
If not, visit http://<your device>:4357, to check the state of the system (4357 == help, it shows the observer which monitors the overall state of the system).
Why is it not possible to edit or update details of a calendar event?
Itâs so dumb that I have to delete and create events again in order to update details.
Short answer: There is only so much that volunteer contributors are able to do in one release. So not a matter of being âdumbâ, but just a matter of âtimeâ.
I agree, I rolled back to a previous core version because I thought it had bugged my climate entities. Itâs confusing having them all show bright orange since this was the previous âactive heatingâ colour beforehand. At a casual glance, now itâs just not as clear to tell whatâs âOnâ (heating) or âOffâ (Idle but armed) as I have 6 zones to check. A much darker âIdle (Heat) modeâ colour would be greatly appreciated please.
My general settings in YAML (for Sweden). Country using standard 2-letter country code
homeassistant:
# Name of the location where Home Assistant is running
name: Home
# Location required to calculate the time the sun rises and sets
latitude: !secret home_lat
longitude: !secret home_long
# Impacts weather/sunrise data (altitude above sea level in meters)
elevation: 68
# metric for Metric, imperial for Imperial
unit_system: metric
# Pick yours from here: http://en.wikipedia.org/wiki/List_of_tz_database_time_zones
time_zone: Europe/Stockholm
# Country
country: SE
# Currancy
currency: SEK
But it doesnât talk about the yaml, just the services it adds. Seems like it would be nice if that was either added or it linked to that information elsewhere