Those are the Core logs. When updating Core itself, it is handled by the Supervisor. Is there anything visible in the Supervisor logs maybe?
…/Frenck
Those are the Core logs. When updating Core itself, it is handled by the Supervisor. Is there anything visible in the Supervisor logs maybe?
…/Frenck
Running on an i7 NUC
Is there a way to see these after a reboot? I had to do a hard reboot to get going again.
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.
Already asked and answered in this thread (pointing to Edit Local Calendar Events - #3 by spacegaier).
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”.
2022.12.5 is out but no impact on the colours. I keep waiting. I am still happy with 2022.11.5…
I’ve done it in costumizations with no sucess.
So would be nice to use new set of theme variables for new, future interface and leave legacy ones for legacy cards…
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.
The colors for thermostats have been fixed in the latest 12.5 version
See above, there were quite a few fixes for colors in 2022.12.5
Just got a bugreport from a user of my custom integration with an attached debug log that can now be enabled from the integration card.
Does not seem to be mentioned in the release, but very awesome and helpful addition!
was mentioned within the release party stream
Ah. The daily core update has arrived. Been waiting for this since yesterday …
Has anyone got any idea why it’s marked as 2022.12.6b0 in the release notes? I’m kind of reluctant to install it, given it looks like a beta?
Typo and will be fixed soon: Remove "b0" from 2022.12.6 release notes by spacegaier · Pull Request #25290 · home-assistant/home-assistant.io · GitHub
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
Where are the docs for the homeassistant:
key?