WARNING (MainThread) [supervisor.homeassistant.core] Version 2021.2.0b0 is already installed
See original GitHub issueThe problem
The system is telling me I have an update to install. When i try, nothing happens and i see this in the log file. :WARNING (MainThread) [supervisor.homeassistant.core] Version 2021.2.0b0 is already installed Core Version core-2021.2.0 Newest Version core-2021.2.0b0
Environment
Core Version core-2021.2.0 Newest Version core-2021.2.0b0
Host Operating System | Home Assistant OS 5.10 |
---|---|
Update Channel | beta |
Version | supervisor-2021.01.8 |
Docker Version | 19.03.13 |
Disk Total | 28.6 GB |
Disk Used | 6.1 GB |
Healthy | true |
Supported | true |
Board | rpi4-64 |
Supervisor API | ok |
Version API | ok |
Installed Add-ons | File editor (5.1.0), Visual Studio Code (2.8.2), WireGuard (0.4.0), TasmoAdmin (0.13.1), ZeroTier One (0.8.0), Terminal & SSH (8.10.0) |
- Home Assistant Core release with the issue: core-2021.2.0b0
- Last working Home Assistant Core release (if known): core-2021.2.0
- Operating environment (OS/Container/Supervised/Core): supervisor-2021.01.8,Home Assistant OS 5.10
- Integration causing this issue:
- Link to integration documentation on our website:
Problem-relevant configuration.yaml
default_config:
# Text to speech
tts:
- platform: google_translate
group: !include groups.yaml
automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml
sensor:
- platform: mqtt
name: "Inside Temperature"
state_topic: "v1/devices/me/telemetry/temperature"
unit_of_measurement: '°F'
value_template: "{{ value_json.temperature }}"
- platform: mqtt
name: "Inside Humididty"
state_topic: "v1/devices/me/telemetry/humidity"
unit_of_measurement: '%'
value_template: "{{ value_json.humidity }}"
- platform: mqtt
name: "Outside Temperature"
state_topic: "v1/devices/me/telemetry/OWM_temperature"
unit_of_measurement: '°F'
value_template: "{{ value_json.OWM_temperature }}"
- platform: mqtt
name: "Outside Huymidity"
state_topic: "v1/devices/me/telemetry/OWM_humidity"
unit_of_measurement: '%'
value_template: "{{ value_json.OWM_humidity }}"
Traceback/Error logs
21-01-28 21:24:35 WARNING (MainThread) [supervisor.homeassistant.core] Version 2021.2.0b0 is already installed
Additional information
I have rebooted the HA.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:3
- Comments:11 (3 by maintainers)
Top Results From Across the Web
WARNING (MainThread) [supervisor.homeassistant.core ...
WARNING (MainThread) [supervisor.homeassistant.core] Version 2021.2.0b0 is already installed Core Version cor...
Read more >Update to 2022.11.2 Fails - Home Assistant Community
Here too, both Supervisor and Core won't install. Tried Supervisor for 24 hours but just doesn't seem to update.
Read more >Install Stuck : r/homeassistant - Reddit
Installing on a RaspPi 3a following the instructions from: ... 18:20:20 WARNING (MainThread) [supervisor.homeassistant.core] Error on Home ...
Read more >Install Home Assistant (Supervised) on Debian
22-01-04 13:16:37 ERROR (MainThread) [supervisor.homeassistant.core] Can't start Home Assistant! Reply.
Read more >Need to reboot Home Assistant a few times before it detects ...
bootstrap] Home Assistant core initialized 2018-07-13 16:43:15 INFO (MainThread) [homeassistant.loader] Loaded history from homeassistant.components.history ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Same issue, proxmox install. Host reboot, still persists
Thanks for the update, “Restart Supervisor” and it now looks good.