home-assistant / core

:house_with_garden: Open source home automation that puts local control and privacy first.
https://www.home-assistant.io
Apache License 2.0
72.72k stars 30.45k forks source link

Update not installing 2022.12.5 #83957

Closed STUKguy closed 1 year ago

STUKguy commented 1 year ago

The problem

Hi,

I am trying to update from 2022.12.2 to 2022.12.2 to help resolve an issue with my Bluetooth adapter https://github.com/home-assistant/core/issues/83673#issuecomment-1347867633, But when i do i click on install does the loading line thing but after about 5 minutes doesn't install and stays on the current core version, i have tried rebooting, clearing catch but still nothing,

Does anyone have any ideas?

This is the only thing i found in the logs at the time of the incident

`Logger: homeassistant.components.command_line Source: components/command_line/init.py:48 Integration: command_line (documentation, issues) First occurred: 11:16:22 PM (15 occurrences) Last logged: 11:30:22 PM

Command failed (with return code 1): cat /sys/class/thermal/thermal_zone0/temp`

What version of Home Assistant Core has the issue?

2022.12.2

What was the last working version of Home Assistant Core?

No response

What type of installation are you running?

Home Assistant OS

Integration causing the issue

Home Assistant

Link to integration documentation on our website

No response

Diagnostics information

{
  "home_assistant": {
    "installation_type": "Home Assistant OS",
    "version": "2022.12.2",
    "dev": false,
    "hassio": true,
    "virtualenv": false,
    "python_version": "3.10.7",
    "docker": true,
    "arch": "x86_64",
    "timezone": "Europe/London",
    "os_name": "Linux",
    "os_version": "5.15.80",
    "supervisor": "2022.11.2",
    "host_os": "Home Assistant OS 9.4",
    "docker_version": "20.10.19",
    "chassis": "embedded",
    "run_as_root": true
  },
  "custom_components": {
    "eufy_security": {
      "version": "2.8.1",
      "requirements": [
        "websocket-client==1.1.0"
      ]
    },
    "localtuya": {
      "version": "4.1.1",
      "requirements": []
    },
    "hildebrandglow_dcc": {
      "version": "0.6.0",
      "requirements": []
    },
    "tapo": {
      "version": "1.2.18",
      "requirements": [
        "plugp100==2.1.20"
      ]
    },
    "whatspie": {
      "version": "1.0.0",
      "requirements": []
    },
    "hacs": {
      "version": "1.28.4",
      "requirements": [
        "aiogithubapi>=22.2.4"
      ]
    },
    "sonoff": {
      "version": "3.3.1",
      "requirements": [
        "pycryptodome>=3.6.6"
      ]
    },
    "tapo_control": {
      "version": "4.1.3",
      "requirements": [
        "pytapo==2.5",
        "onvif-zeep-async==1.2.0"
      ]
    }
  },
  "integration_manifest": {
    "domain": "hassio",
    "name": "Home Assistant Supervisor",
    "documentation": "https://www.home-assistant.io/integrations/hassio",
    "dependencies": [
      "http"
    ],
    "after_dependencies": [
      "panel_custom"
    ],
    "codeowners": [
      "@home-assistant/supervisor"
    ],
    "iot_class": "local_polling",
    "quality_scale": "internal",
    "is_built_in": true
  },
  "data": {
    "coordinator_data": {
      "addons": {
        "a0d7b954_ssh": {
          "name": "SSH & Web Terminal",
          "slug": "a0d7b954_ssh",
          "version": "13.0.0",
          "version_latest": "13.0.0",
          "update_available": false,
          "state": "started",
          "repository": "Home Assistant Community Add-ons",
          "icon": true,
          "cpu_percent": 0.0,
          "memory_usage": 52523008,
          "memory_limit": 7215493120,
          "memory_percent": 0.73,
          "network_rx": 0,
          "network_tx": 0,
          "blk_read": 0,
          "blk_write": 0,
          "auto_update": false,
          "changelog": "## What\u2019s changed\n\nThe add-on has been upgraded to a new major version of the base image, which is based on Alpine Linux 3.17\n\n## \ud83d\udc1b Bug fixes\n\n- Fix bash; use hash mark in root prompt @scop (#469)\n\n## \ud83e\uddf0 Maintenance\n\n- \ud83d\udd28 Migrate old-style base scripts s6-rc @frenck (#476)\n\n## \ud83d\udcda Documentation\n\n- ssh-audit update @scop (#473)\n\n## \u2b06\ufe0f Dependency updates\n\n- \u2b06\ufe0f Upgrades add-on base image to 13.0.0 @frenck (#474)\n- \u2b06\ufe0f Upgrades git to 2.38.2-r0 @frenck (#475)\n"
        },
        "core_samba": {
          "name": "Samba share",
          "slug": "core_samba",
          "version": "10.0.0",
          "version_latest": "10.0.0",
          "update_available": false,
          "state": "started",
          "repository": "Official add-ons",
          "icon": true,
          "cpu_percent": 0.0,
          "memory_usage": 18866176,
          "memory_limit": 7215493120,
          "memory_percent": 0.26,
          "network_rx": 0,
          "network_tx": 0,
          "blk_read": 0,
          "blk_write": 0,
          "auto_update": false,
          "changelog": "# Changelog\n\n## 10.0.0\n\nBREAKING CHANGE: Don't mangle filenames\n\nBy default, Samba mangles filenames with special characters to ensure\ncompatibility with really old versions of Windows which have a very limited\ncharset for filenames. The add-on no longer does this as modern operating\nsystems do not have these restrictions.\n\n- Don't mangle filenames (fixes #2541)\n- Upgrade Alpine Linux to 3.16\n\n## 9.7.0\n\n- Upgrade Alpine Linux to 3.15\n- Sign add-on with Codenotary Community Attestation Service (CAS)\n\n## 9.6.1\n\n- Remove lo from interface list\n- Exit with error if there are no supported interfaces to run Samba on\n\n## 9.6.0\n\n- Run on all supported interfaces\n\n## 9.5.1\n\n- Add `hassio_api` to add-on configuration\n\n## 9.5.0\n\n- Remove interface options in favor of network\n\n## 9.4.0\n\n- Upgrade Alpine Linux to 3.13\n- Rewrite configuration generation code\n\n## 9.3.1\n\n- Update options schema for passwords\n\n## 9.3.0\n\n- Support new media folder\n- Update Samba to 4.12.6\n- Upgrade Alpine Linux to 3.12\n\n## 9.2.0\n\n- Pin base image version\n- Rewrite add-on onto S6 Overlay\n- Use default configuration location\n- Add support for running in compatibility mode (SMB1/NT1)\n- Add dummy files to reduce number of errors/warnings in log output\n\n## 9.1.0\n\n- Allow IPv6 link-local hosts by default, consistent with IPv4\n\n## 9.0.0\n\n- New option `veto_files` to limit writing of specified files to the share\n\n## 8.3.0\n\n- Fixes a bug in warning log message, causing start failure\n- Minor code cleanups\n\n## 8.2.0\n\n- Update from bash to bashio\n\n## 8.1.0\n\n- Update Samba to version 4.8.8\n\n## 8.0.0\n\n- Fix access to /backup\n\n"
        },
        "a0d7b954_appdaemon": {
          "name": "AppDaemon",
          "slug": "a0d7b954_appdaemon",
          "version": "0.10.1",
          "version_latest": "0.10.1",
          "update_available": false,
          "state": "started",
          "repository": "Home Assistant Community Add-ons",
          "icon": true,
          "cpu_percent": 4.0,
          "memory_usage": 52740096,
          "memory_limit": 7215493120,
          "memory_percent": 0.73,
          "network_rx": 4962037,
          "network_tx": 2547087,
          "blk_read": 0,
          "blk_write": 0,
          "auto_update": false,
          "changelog": "## What\u2019s changed\n\n## \u2b06\ufe0f Dependency updates\n\n- \u2b06\ufe0f Upgrades python3 to 3.10.8-r0 @frenck (#217)\n- \u2b06\ufe0f Upgrades add-on base image to 12.2.7 @frenck (#218)\n"
        },
        "15d21743_samba_backup": {
          "name": "Samba Backup",
          "slug": "15d21743_samba_backup",
          "version": "5.2.0",
          "version_latest": "5.2.0",
          "update_available": false,
          "state": "started",
          "repository": "Tom's Home Assistant Add-ons",
          "icon": true,
          "cpu_percent": 0.0,
          "memory_usage": 20119552,
          "memory_limit": 7215493120,
          "memory_percent": 0.28,
          "network_rx": 74810,
          "network_tx": 18628,
          "blk_read": 0,
          "blk_write": 0,
          "auto_update": false,
          "changelog": "# Changelog\n\n## 5.2.0\n\n- Add dutch translation\n- Fix incorrect sensor values during backup run\n- Fix problem with reset-counter function\n- Check current number of stored backups at startup\n\n## 5.1.2\n\n- Add german and swedish translation\n- Improve log output\n\n## 5.1.1\n\n- Fix bug that add-on does not start without a log level\n\n## 5.1.0\n\n- Implement necessary changes for Supervisor 2022.06 so that add-ons are considered in partial backups\n- Add translations\n- Update Alpine Linux to 3.16\n- Bump CLI version to 4.18.0\n\n## 5.0.0\n\n**Important**: You need to run supervisor 2021.08.0 or higher!\n\n- Replace deprecated supervisor API calls\n- Rename snapshot -> backup\n- Include date and improve logs\n- Add support to reset the Home Assistant sensor\n- Improve situation when backup could not be created\n- Update Alpine Linux to 3.14\n- Bump CLI version to 4.13.0\n\n## 4.5.0\n\n- Increase timeout for smbclient\n- Update password schema\n- Update Alpine Linux to 3.13\n- Bump CLI version to 4.10.1\n\n## 4.4.0\n\n- Use snapshot names for the filenames on the share\n- Remove ICMP requests and config option `no_icmp`\n- Add support to skip the pre-checks on add-on startup\n\n## 4.3.0\n\n- Remove mqtt support\n- Add config option for the workgroup\n- Add support to disable ICMP requests\n- Bump CLI version to 4.9.0\n\n## 4.2.0\n\n- Fix supervisor warnings for partial snapshots\n- Add support to exclude the media folder\n- Bump CLI version to 4.7.0\n\n## 4.1.0\n\n- Improve and extend SMB pre-checks\n- Update sensor if pre-check fails\n- Remove mqtt listener\n\n## 4.0.0\n\n- Include a Home Assistant sensor for status updates and statistics\n- The add-on will no longer shut down in case of a failed backup\n- MQTT support is now deprecated. Please switch to the new sensor\n- Several minor improvements\n\n**Important**: If you have already a sensor called `Samba Backup` (sensor.samba_backup), please delete or at least rename it!\n\n## 3.1.0\n\n- Add support for legacy SMB protocols\n\n## 3.0.0\n\n- Support multiple triggers at once\n- Introduce mqtt trigger\n- Make configuration options overwritable for manual triggers\n\n## 2.6.0\n\n- Fix config issues with dollar signs\n\n## 2.5.0\n\n- Add support for external mqtt brokers\n- Fix incorrect escaped user input\n\n## 2.4.0\n\n- Fix config issues with spaces and special characters\n\n## 2.3.0\n\n- Add mqtt support\n- Publish current status via mqtt\n\n## 2.2.0\n\n- Use dedicated log functions\n- Control verbosity of logs\n- Perform precheck on Samba share\n\n## 2.1.0\n\n- Fix wrong HA version in name patterns\n\n## 2.0.0\n\n- This is a breaking release!\n- Samba Backup now cleans up all snapshots stored on the device\n- Samba Backup is now running as a service in the background\n- Support custom snapshot names including name patterns\n- Support triggers out of the box without separate Home Assistant automations\n- Support manual triggers for advanced use-cases\n\n## 1.5.0\n\n- Improve remote cleanup functionality\n- Make backup password optional\n\n## 1.4.0\n\n- Add support for partial snapshots\n- Minor improvements\n\n## 1.3.0\n\n- Add support to clean up remote snapshots\n\n## 1.2.0\n\n- Add support for password-protected snapshots\n\n## 1.1.0\n\n- Add support to clean up local snapshots\n- Minor improvements\n\n## 1.0.0\n\n- Add support for add-on configuration\n- Add support to create snapshots\n- Add support to copy snapshots to remote Samba share\n"
        },
        "cebe7a76_hassio_google_drive_backup": {
          "name": "Home Assistant Google Drive Backup",
          "slug": "cebe7a76_hassio_google_drive_backup",
          "version": "0.109.2",
          "version_latest": "0.109.2",
          "update_available": false,
          "state": "started",
          "repository": "Home Assistant Google Drive Backup Repository",
          "icon": true,
          "cpu_percent": 0.12,
          "memory_usage": 32567296,
          "memory_limit": 7215493120,
          "memory_percent": 0.45,
          "network_rx": 215832,
          "network_tx": 126837,
          "blk_read": 0,
          "blk_write": 0,
          "auto_update": true,
          "changelog": "## v0.109.2 [2022-11-15]\n* Fixed a bug where disabling deletion from Google Drive and enabling deltes after upload could cause backups in Google Drive to be deleted.\n\n## v0.109.1 [2022-11-07]\n* If configured from the browser, defaults to a \"dark\" theme if haven't already configured custom colors\n* Makes the interval at which the addon publishes sensors to Home Assistant configurable (see the \"Uncommon Options\" settings)\n* \"Free space in Google Drive\" is now published as an attribute of the \"sensor.backup_state\" sensor.\n* The \"binary_sensor.backups_stale\" sensor will now report a problem if creating a backup hangs for more than a day.\n* Fixes potential whitespace errors when copy-pasting Google Drive credentials.\n* Fixes an exception when using generational backup and no backups are present.\n\n## v0.108.4 [2022-08-22]\n* Fixed an error causing \"Undefined\" to show up for addon descriptions.\n* Fixed an error preventing addon thumbnails from showing up.\n* Fixed an error causing username/password authentication to fail.\n\n## v0.108.3 [2022-08-16]\n* Fixed an error preventing stopped addons form being started if they hit errors while stopping. \n* Fixed many, many, many gramatical errors thanks to [@markvader's](https://github.com/markvader) [#665](https://github.com/sabeechen/hassio-google-drive-backup/pull/665).\n* Fixed a missing config option in the addon schema, maximum_upload_chunk_bytes.\n"
        },
        "core_configurator": {
          "name": "File editor",
          "slug": "core_configurator",
          "version": "5.4.2",
          "version_latest": "5.4.2",
          "update_available": false,
          "state": "started",
          "repository": "Official add-ons",
          "icon": true,
          "cpu_percent": 0.01,
          "memory_usage": 24776704,
          "memory_limit": 7215493120,
          "memory_percent": 0.34,
          "network_rx": 41009,
          "network_tx": 843,
          "blk_read": 0,
          "blk_write": 0,
          "auto_update": false,
          "changelog": "# Changelog\n\n## 5.4.2\n\n- Bugfix: Fix page load with special characters in states\n\n## 5.4.1\n\n- Bugfix: Disable Ace-internal yaml-linting\n- Disable internal check for new releases\n\n## 5.4.0\n\n- Add Generate UUID menu item\n- Harmonize Home Assistant term\n- Rename Components to integrations\n- Remove images for libraries\n- Update jQuery to 3.6.0\n- Update js-yaml to 4.1.0\n- Update Ace Editor to 1.9.6\n\n## 5.3.3\n\n- Fix Home Assistant API endpoint\n\n## 5.3.2\n\n- Update base image to Alpine 3.14\n\n## 5.3.1\n\n- Update base image to Alpine 3.13\n\n## 5.3.0\n\n- Ignore input-keyword used in blueprints in yaml-linting\n\n## 5.2.0\n\n- Add git option which allows disabling the (default) git initialization\n\n## 5.1.0\n\n- Update base image to Alpine 3.12\n- Add access to new media folder\n\n## 5.0.0\n\n- Rewrite add-on to S6 Overlay\n- Reduced add-on size\n\n## 4.7\n\n- Fix file history width\n- Store HASS-panel visibility state\n\n## 4.6\n\n- Fixed release, includes changes from 4.4:\n  - Update Ace Editor to 1.4.8\n  - Some online dependencies are now included in the package\n\n## 4.5\n\n- Reverts upgrade of hass-configurator as it is causing loading problems.\n\n## 4.4\n\n- Update Ace Editor to 1.4.8\n- Some online dependencies are now included in the package\n\n## 4.3\n\n- Visual name change, the \"Configurator\", is now called the \"File editor\".\n\n## 4.2\n\n- Fixes an issue with the dirs first option\n\n## 4.1\n\n- Fixes an issue with the enforce base path option\n- Enforce secure base path by default\n\n## 4.0\n\n- Removed direct access from the add-on, making the add-on Ingress only\n- Extended list of default ignored patterns\n- Simplified add-on code\n\n## 3.7\n\n- Rename files via UI\n- Disable browser-autocomplete on searchbox\n- Add file history button\n- Update Ace Editor to 1.4.7\n\n## 3.6\n\n- UI Fix\n- Update dependencies\n\n## 3.5\n\n- Add support for SSH keys\n\n## 3.4\n\n- Adds documentation to add-on repository\n- Small code styling changes\n\n## 3.3\n\n- Fix issue with aarch64 and ingress\n\n## 3.2\n\n- Add `mdi:wrench` as panel icon\n- Add options `ignore_pattern`\n\n## 3.1\n\n- Add options `dirsfirst` and `enforce_basepath`\n\n## 3.0\n\n- Update Python to version 3.7\n- Update Configurator to version 0.3.5\n- Migrate Add-on to new Ingress\n- Pin Home Assistant requirements to 0.91.1\n\n## 2.1\n\n- Update python version\n\n## 2.0\n\n- Add access to folder: `/share`, `/backup`\n\n## 1.2\n\n- Update Configurator to version 0.3.2\n\n## 1.1\n\n- Fixed ssl certificate path bug\n\n## 1.0\n\n- Update Configurator to version 0.3.1\n\n## 0.4\n\n- Update Configurator to version 0.2.9\n\n## 0.3\n\n- Update Configurator to version 0.2.8\n\n## 0.2.7\n\n- Setting SO_REUSEADDR on socket for proper restarts\n- Using Threading to handle multiple connections\n- New VERIFY_HOSTNAME option to block requests without correct host header\n- Fixed filebrowser hiding\n\n## 0.2.6\n\n- Displaying current filename in title\n- Added menu item to open configurator in new tab\n- Automatically load last viewed (and not closed) file via localStorage\n- CTRL+s / CMD+s can now be used to save files\n- Prompting before saving now opt-in in editor settings\n\n## 0.2.5\n\n- Added warning-logs for access failure\n- Added transparency to whitespace characters\n- Using external repository for Docker\n- Modify BANNED_IPS and ALLOWED_NETWORKS at runtime\n- Use relative paths in webserver\n- Added \"Sesame\" feature\n\n## 0.2.4\n\n- YAML lint support\n- Support new Hass.io token system\n"
        },
        "6e66619d_room_assistant": {
          "name": "room-assistant",
          "slug": "6e66619d_room_assistant",
          "version": "2.20.0",
          "version_latest": "2.20.0",
          "update_available": false,
          "state": "started",
          "repository": "Hass.io Addons by mKeRix",
          "icon": true,
          "cpu_percent": 0.47,
          "memory_usage": 64290816,
          "memory_limit": 7215493120,
          "memory_percent": 0.89,
          "network_rx": 0,
          "network_tx": 0,
          "blk_read": 0,
          "blk_write": 0,
          "auto_update": false,
          "changelog": "# Changelog\n\n## 2.20.0\n\n- Upgrades room-assistant to [2.20.0](https://github.com/mKeRix/room-assistant/releases/tag/v2.20.0)\n\n## 2.19.0\n\n- Upgrades room-assistant to [2.19.0](https://github.com/mKeRix/room-assistant/releases/tag/v2.19.0)\n\n## 2.18.4\n\n- Upgrades room-assistant to [2.18.4](https://github.com/mKeRix/room-assistant/releases/tag/v2.18.4)\n\n## 2.18.3\n\n- Upgrades room-assistant to [2.18.3](https://github.com/mKeRix/room-assistant/releases/tag/v2.18.3)\n\n## 2.18.2\n\n- Upgrades room-assistant to [2.18.2](https://github.com/mKeRix/room-assistant/releases/tag/v2.18.2)\n\n## 2.18.1\n\n- Upgrades room-assistant to [2.18.1](https://github.com/mKeRix/room-assistant/releases/tag/v2.18.1)\n\n## 2.18.0\n\n- Upgrades room-assistant to [2.18.0](https://github.com/mKeRix/room-assistant/releases/tag/v2.18.0)\n- Enable detailed status checks for watchdog\n- Map HTTP API port to host by default\n\n## 2.17.0\n\n- Upgrades room-assistant to [2.17.0](https://github.com/mKeRix/room-assistant/releases/tag/v2.17.0)\n\n## 2.16.1\n\n- Upgrades room-assistant to [2.16.1](https://github.com/mKeRix/room-assistant/releases/tag/v2.16.1)\n\n## 2.16.0\n\n- Upgrades room-assistant to [2.16.0](https://github.com/mKeRix/room-assistant/releases/tag/v2.16.0)\n\n## 2.15.1\n\n- Upgrades room-assistant to [2.15.1](https://github.com/mKeRix/room-assistant/releases/tag/v2.15.1)\n\n## 2.15.0\n\n- Upgrades room-assistant to [2.15.0](https://github.com/mKeRix/room-assistant/releases/tag/v2.15.0)\n\n## 2.14.0\n\n- Upgrades room-assistant to [2.14.0](https://github.com/mKeRix/room-assistant/releases/tag/v2.14.0)\n\n## 2.13.1\n\n- Upgrades room-assistant to [2.13.1](https://github.com/mKeRix/room-assistant/releases/tag/v2.13.1)\n- Fixes configuration issues for the add-on\n\n### Important Notes\n\nDue to a breaking change in the supervisor the configuration was migrated to a file-based setup. \nYou will need to create your configuration as files under `/config/room_assistant/` now - the web based editor will not work anymore.\nIf this folder does not exist it will be created along with a sample configuration on the first add-on start.\nYou can copy your old configuration exactly as it was into e.g. `/config/room_assistant/local.yml`.\n\n## 2.13.0\n\n- Upgrades room-assistant to [2.13.0](https://github.com/mKeRix/room-assistant/releases/tag/v2.13.0)\n\n### Important Notes\n\n- iPhones and iPads can be tracked with `bluetoothLowEnergy` now, which will give you much better performance and reliability than using `bluetoothClassic`. More details can be found in the [docs](https://www.room-assistant.io/integrations/bluetooth-low-energy.html#tracking-ios-devices).\n- Device trackers can be auto-discovered by Home Assistant now! You can remove your manual configurations after upgrading.\n\n## 2.12.0\n\n- Upgrades room-assistant to [2.12.0](https://github.com/mKeRix/room-assistant/releases/tag/v2.12.0)\n\n## 2.11.3\n\n- Upgrades room-assistant to [2.11.3](https://github.com/mKeRix/room-assistant/releases/tag/v2.11.3)\n- Disable part of watchdog feature that was causing random restarts\n\n## 2.11.2\n\n- Upgrades room-assistant to [2.11.2](https://github.com/mKeRix/room-assistant/releases/tag/v2.11.2)\n\n## 2.11.1\n\n- Upgrades room-assistant to [2.11.1](https://github.com/mKeRix/room-assistant/releases/tag/v2.11.1)\n\n## 2.11.0\n\n- Upgrades room-assistant to [2.11.0](https://github.com/mKeRix/room-assistant/releases/tag/v2.11.0)\n\n## 2.10.1\n\n- Upgrades room-assistant to [2.10.1](https://github.com/mKeRix/room-assistant/releases/tag/v2.10.1)\n\n## 2.10.0\n\n- Upgrades room-assistant to [2.10.0](https://github.com/mKeRix/room-assistant/releases/tag/v2.10.0)\n- Adds healthcheck for watchdog\n\n## 2.9.1\n\n- Upgrades room-assistant to [2.9.1](https://github.com/mKeRix/room-assistant/releases/tag/v2.9.1)\n\n## 2.9.0\n\n- Upgrades room-assistant to [2.9.0](https://github.com/mKeRix/room-assistant/releases/tag/v2.9.0)\n\n## 2.8.2\n\n- Upgrades room-assistant to [2.8.2](https://github.com/mKeRix/room-assistant/releases/tag/v2.8.2)\n\n## 2.8.1\n\n- Upgrades room-assistant to [2.8.1](https://github.com/mKeRix/room-assistant/releases/tag/v2.8.1)\n\n## 2.8.0\n\n- Upgrades room-assistant to [2.8.0](https://github.com/mKeRix/room-assistant/releases/tag/v2.8.0)\n- Moves documentation to new tab in supervisor UI\n\n## 2.7.1\n\n- Upgrades room-assistant to [2.7.1](https://github.com/mKeRix/room-assistant/releases/tag/v2.7.1)\n\n## 2.7.0\n\n- Upgrades room-assistant to [2.7.0](https://github.com/mKeRix/room-assistant/releases/tag/v2.7.0)\n\n## 2.6.0\n\n- Upgrades room-assistant to [2.6.0](https://github.com/mKeRix/room-assistant/releases/tag/v2.6.0)\n\n## 2.5.0\n\n- Upgrades room-assistant to [2.5.0](https://github.com/mKeRix/room-assistant/releases/tag/v2.5.0)\n\n## 2.4.0\n\n- Upgrades room-assistant to [2.4.0](https://github.com/mKeRix/room-assistant/releases/tag/v2.4.0)\n\n## 2.3.0\n\n- Upgrades room-assistant to [2.3.0](https://github.com/mKeRix/room-assistant/releases/tag/v2.3.0)\n\n## 2.2.0\n\n- Upgrades room-assistant to [2.2.0](https://github.com/mKeRix/room-assistant/releases/tag/v2.2.0)\n\n## 2.1.1\n\n- Upgrades room-assistant to [2.1.1](https://github.com/mKeRix/room-assistant/releases/tag/v2.1.1)\n\n## 2.1.0\n\n- Upgrades room-assistant to [2.1.0](https://github.com/mKeRix/room-assistant/releases/tag/v2.1.0)\n\n## 2.0.1\n\n- Upgrades room-assistant to [2.0.1](https://github.com/mKeRix/room-assistant/releases/tag/v2.0.1)\n\n## 2.0.0\n\n- Upgrades room-assistant to [2.0.0](https://github.com/mKeRix/room-assistant/releases/tag/v2.0.0)"
        }
      },
      "os": {
        "version": "9.4",
        "version_latest": "9.4",
        "update_available": false,
        "board": "generic-x86-64",
        "boot": "B",
        "data_disk": "/dev/sda8"
      },
      "core": {
        "version": "2022.12.2",
        "version_latest": "2022.12.5",
        "update_available": true,
        "machine": "generic-x86-64",
        "ip_address": "172.30.32.1",
        "arch": "amd64",
        "image": "ghcr.io/home-assistant/generic-x86-64-homeassistant",
        "boot": true,
        "port": 8123,
        "ssl": false,
        "watchdog": true,
        "audio_input": null,
        "audio_output": null
      },
      "supervisor": {
        "version": "2022.11.2",
        "version_latest": "2022.11.2",
        "update_available": false,
        "channel": "stable",
        "arch": "amd64",
        "supported": true,
        "healthy": true,
        "ip_address": "172.30.32.2",
        "wait_boot": 5,
        "timezone": "Europe/London",
        "logging": "info",
        "debug": false,
        "debug_block": false,
        "diagnostics": true,
        "auto_update": true,
        "addons": [
          {
            "name": "SSH & Web Terminal",
            "slug": "a0d7b954_ssh",
            "version": "13.0.0",
            "version_latest": "13.0.0",
            "update_available": false,
            "state": "started",
            "repository": "a0d7b954",
            "icon": true
          },
          {
            "name": "Samba share",
            "slug": "core_samba",
            "version": "10.0.0",
            "version_latest": "10.0.0",
            "update_available": false,
            "state": "started",
            "repository": "core",
            "icon": true
          },
          {
            "name": "AppDaemon",
            "slug": "a0d7b954_appdaemon",
            "version": "0.10.1",
            "version_latest": "0.10.1",
            "update_available": false,
            "state": "started",
            "repository": "a0d7b954",
            "icon": true
          },
          {
            "name": "Samba Backup",
            "slug": "15d21743_samba_backup",
            "version": "5.2.0",
            "version_latest": "5.2.0",
            "update_available": false,
            "state": "started",
            "repository": "15d21743",
            "icon": true
          },
          {
            "name": "Home Assistant Google Drive Backup",
            "slug": "cebe7a76_hassio_google_drive_backup",
            "version": "0.109.2",
            "version_latest": "0.109.2",
            "update_available": false,
            "state": "started",
            "repository": "cebe7a76",
            "icon": true
          },
          {
            "name": "File editor",
            "slug": "core_configurator",
            "version": "5.4.2",
            "version_latest": "5.4.2",
            "update_available": false,
            "state": "started",
            "repository": "core",
            "icon": true
          },
          {
            "name": "room-assistant",
            "slug": "6e66619d_room_assistant",
            "version": "2.20.0",
            "version_latest": "2.20.0",
            "update_available": false,
            "state": "started",
            "repository": "6e66619d",
            "icon": true
          }
        ],
        "addons_repositories": [
          {
            "name": "Local add-ons",
            "slug": "local"
          },
          {
            "name": "Eufy Security WS Addon",
            "slug": "3a26b21d"
          },
          {
            "name": "Tom's Home Assistant Add-ons",
            "slug": "15d21743"
          },
          {
            "name": "Hass.io Addons by mKeRix",
            "slug": "6e66619d"
          },
          {
            "name": "ESPHome",
            "slug": "5c53de3b"
          },
          {
            "name": "Home Assistant Google Drive Backup Repository",
            "slug": "cebe7a76"
          },
          {
            "name": "Home Assistant Community Add-ons",
            "slug": "a0d7b954"
          },
          {
            "name": "Official add-ons",
            "slug": "core"
          }
        ]
      }
    },
    "devices": [
      {
        "device": {
          "area_id": null,
          "config_entries": [
            "7ed859aee90804414fcc96383493d1e9"
          ],
          "configuration_url": null,
          "connections": [],
          "disabled_by": null,
          "entry_type": "service",
          "hw_version": null,
          "id": "012832fa8a4823ec38dcc48c43b83cbc",
          "identifiers": [
            [
              "hassio",
              "core"
            ]
          ],
          "manufacturer": "Home Assistant",
          "model": "Home Assistant Core",
          "name_by_user": null,
          "name": "Home Assistant Core",
          "suggested_area": null,
          "sw_version": "2022.12.2",
          "via_device_id": null,
          "is_new": false
        },
        "entities": [
          {
            "entry": {
              "entity_id": "update.home_assistant_core_update",
              "unique_id": "home_assistant_core_version_latest",
              "platform": "hassio",
              "area_id": null,
              "capabilities": null,
              "config_entry_id": "7ed859aee90804414fcc96383493d1e9",
              "device_class": null,
              "device_id": "012832fa8a4823ec38dcc48c43b83cbc",
              "domain": "update",
              "disabled_by": null,
              "entity_category": "config",
              "hidden_by": null,
              "icon": null,
              "id": "2ea5886816f22e93920c703baab21a05",
              "has_entity_name": true,
              "name": null,
              "options": {},
              "original_device_class": null,
              "original_icon": null,
              "original_name": "Update",
              "supported_features": 11,
              "unit_of_measurement": null
            },
            "state": {
              "entity_id": "update.home_assistant_core_update",
              "state": "on",
              "attributes": {
                "auto_update": false,
                "installed_version": "2022.12.2",
                "in_progress": false,
                "latest_version": "2022.12.5",
                "release_summary": null,
                "release_url": "https://www.home-assistant.io/latest-release-notes/",
                "skipped_version": null,
                "title": "Home Assistant Core",
                "entity_picture": "https://brands.home-assistant.io/homeassistant/icon.png",
                "friendly_name": "Home Assistant Core Update",
                "supported_features": 11
              },
              "last_changed": "2022-12-13T23:16:22.503753+00:00",
              "last_updated": "2022-12-13T23:38:58.090998+00:00"
            }
          }
        ]
      },
      {
        "device": {
          "area_id": null,
          "config_entries": [
            "7ed859aee90804414fcc96383493d1e9"
          ],
          "configuration_url": null,
          "connections": [],
          "disabled_by": null,
          "entry_type": "service",
          "hw_version": null,
          "id": "7f1b33e3a6cf04392ac530d8bed762d3",
          "identifiers": [
            [
              "hassio",
              "supervisor"
            ]
          ],
          "manufacturer": "Home Assistant",
          "model": "Home Assistant Supervisor",
          "name_by_user": null,
          "name": "Home Assistant Supervisor",
          "suggested_area": null,
          "sw_version": "2022.11.2",
          "via_device_id": null,
          "is_new": false
        },
        "entities": [
          {
            "entry": {
              "entity_id": "update.home_assistant_supervisor_update",
              "unique_id": "home_assistant_supervisor_version_latest",
              "platform": "hassio",
              "area_id": null,
              "capabilities": null,
              "config_entry_id": "7ed859aee90804414fcc96383493d1e9",
              "device_class": null,
              "device_id": "7f1b33e3a6cf04392ac530d8bed762d3",
              "domain": "update",
              "disabled_by": null,
              "entity_category": "config",
              "hidden_by": null,
              "icon": null,
              "id": "1fcb8a250f298ce13d7d38c869f2640f",
              "has_entity_name": true,
              "name": null,
              "options": {},
              "original_device_class": null,
              "original_icon": null,
              "original_name": "Update",
              "supported_features": 1,
              "unit_of_measurement": null
            },
            "state": {
              "entity_id": "update.home_assistant_supervisor_update",
              "state": "off",
              "attributes": {
                "auto_update": true,
                "installed_version": "2022.11.2",
                "in_progress": false,
                "latest_version": "2022.11.2",
                "release_summary": null,
                "release_url": "https://github.com/home-assistant/supervisor/releases/tag/2022.11.2",
                "skipped_version": null,
                "title": "Home Assistant Supervisor",
                "entity_picture": "https://brands.home-assistant.io/hassio/icon.png",
                "friendly_name": "Home Assistant Supervisor Update",
                "supported_features": 1
              },
              "last_changed": "2022-12-13T23:16:22.502300+00:00",
              "last_updated": "2022-12-13T23:16:22.502300+00:00"
            }
          }
        ]
      },
      {
        "device": {
          "area_id": null,
          "config_entries": [
            "7ed859aee90804414fcc96383493d1e9"
          ],
          "configuration_url": null,
          "connections": [],
          "disabled_by": null,
          "entry_type": "service",
          "hw_version": null,
          "id": "9521e9b0a1febead53606cfde13bd861",
          "identifiers": [
            [
              "hassio",
              "OS"
            ]
          ],
          "manufacturer": "Home Assistant",
          "model": "Home Assistant Operating System",
          "name_by_user": null,
          "name": "Home Assistant Operating System",
          "suggested_area": null,
          "sw_version": "9.4",
          "via_device_id": null,
          "is_new": false
        },
        "entities": [
          {
            "entry": {
              "entity_id": "update.home_assistant_operating_system_update",
              "unique_id": "home_assistant_os_version_latest",
              "platform": "hassio",
              "area_id": null,
              "capabilities": null,
              "config_entry_id": "7ed859aee90804414fcc96383493d1e9",
              "device_class": null,
              "device_id": "9521e9b0a1febead53606cfde13bd861",
              "domain": "update",
              "disabled_by": null,
              "entity_category": "config",
              "hidden_by": null,
              "icon": null,
              "id": "b7ba4ae96bf651f0e6c969a080477167",
              "has_entity_name": true,
              "name": null,
              "options": {},
              "original_device_class": null,
              "original_icon": null,
              "original_name": "Update",
              "supported_features": 3,
              "unit_of_measurement": null
            },
            "state": {
              "entity_id": "update.home_assistant_operating_system_update",
              "state": "off",
              "attributes": {
                "auto_update": false,
                "installed_version": "9.4",
                "in_progress": false,
                "latest_version": "9.4",
                "release_summary": null,
                "release_url": "https://github.com/home-assistant/operating-system/releases/tag/9.4",
                "skipped_version": null,
                "title": "Home Assistant Operating System",
                "entity_picture": "https://brands.home-assistant.io/homeassistant/icon.png",
                "friendly_name": "Home Assistant Operating System Update",
                "supported_features": 3
              },
              "last_changed": "2022-12-13T23:16:22.505841+00:00",
              "last_updated": "2022-12-13T23:16:22.505841+00:00"
            }
          },
          {
            "entry": {
              "entity_id": "sensor.home_assistant_operating_system_version",
              "unique_id": "home_assistant_os_version",
              "platform": "hassio",
              "area_id": null,
              "capabilities": null,
              "config_entry_id": "7ed859aee90804414fcc96383493d1e9",
              "device_class": null,
              "device_id": "9521e9b0a1febead53606cfde13bd861",
              "domain": "sensor",
              "disabled_by": "integration",
              "entity_category": null,
              "hidden_by": null,
              "icon": null,
              "id": "c41444db5a89cb6d2623e5d884396fdf",
              "has_entity_name": true,
              "name": null,
              "options": {},
              "original_device_class": null,
              "original_icon": null,
              "original_name": "Version",
              "supported_features": 0,
              "unit_of_measurement": null
            },
            "state": null
          },
          {
            "entry": {
              "entity_id": "sensor.home_assistant_operating_system_newest_version",
              "unique_id": "home_assistant_os_version_latest",
              "platform": "hassio",
              "area_id": null,
              "capabilities": null,
              "config_entry_id": "7ed859aee90804414fcc96383493d1e9",
              "device_class": null,
              "device_id": "9521e9b0a1febead53606cfde13bd861",
              "domain": "sensor",
              "disabled_by": "integration",
              "entity_category": null,
              "hidden_by": null,
              "icon": null,
              "id": "68a11cc0dee5a76a3fde1f51771a49a1",
              "has_entity_name": true,
              "name": null,
              "options": {},
              "original_device_class": null,
              "original_icon": null,
              "original_name": "Newest version",
              "supported_features": 0,
              "unit_of_measurement": null
            },
            "state": null
          }
        ]
      },
      {
        "device": {
          "area_id": null,
          "config_entries": [
            "7ed859aee90804414fcc96383493d1e9"
          ],
          "configuration_url": "homeassistant://hassio/addon/a0d7b954_ssh",
          "connections": [],
          "disabled_by": null,
          "entry_type": "service",
          "hw_version": null,
          "id": "7bf93acd11d847597941bcc5aeea661b",
          "identifiers": [
            [
              "hassio",
              "a0d7b954_ssh"
            ]
          ],
          "manufacturer": "Home Assistant Community Add-ons",
          "model": "Home Assistant Add-on",
          "name_by_user": null,
          "name": "SSH & Web Terminal",
          "suggested_area": null,
          "sw_version": "13.0.0",
          "via_device_id": null,
          "is_new": false
        },
        "entities": [
          {
            "entry": {
              "entity_id": "binary_sensor.ssh_web_terminal_running",
              "unique_id": "a0d7b954_ssh_state",
              "platform": "hassio",
              "area_id": null,
              "capabilities": null,
              "config_entry_id": "7ed859aee90804414fcc96383493d1e9",
              "device_class": null,
              "device_id": "7bf93acd11d847597941bcc5aeea661b",
              "domain": "binary_sensor",
              "disabled_by": "integration",
              "entity_category": null,
              "hidden_by": null,
              "icon": null,
              "id": "5106607d65ab2b544ee691a7f942ce3f",
              "has_entity_name": true,
              "name": null,
              "options": {},
              "original_device_class": "running",
              "original_icon": null,
              "original_name": "Running",
              "supported_features": 0,
              "unit_of_measurement": null
            },
            "state": null
          },
          {
            "entry": {
              "entity_id": "sensor.ssh_web_terminal_version",
              "unique_id": "a0d7b954_ssh_version",
              "platform": "hassio",
              "area_id": null,
              "capabilities": null,
              "config_entry_id": "7ed859aee90804414fcc96383493d1e9",
              "device_class": null,
              "device_id": "7bf93acd11d847597941bcc5aeea661b",
              "domain": "sensor",
              "disabled_by": "integration",
              "entity_category": null,
              "hidden_by": null,
              "icon": null,
              "id": "e52c2e9c4c3b863ddfebae451e58f9f4",
              "has_entity_name": true,
              "name": null,
              "options": {},
              "original_device_class": null,
              "original_icon": null,
              "original_name": "Version",
              "supported_features": 0,
              "unit_of_measurement": null
            },
            "state": null
          },
          {
            "entry": {
              "entity_id": "sensor.ssh_web_terminal_newest_version",
              "unique_id": "a0d7b954_ssh_version_latest",
              "platform": "hassio",
              "area_id": null,
              "capabilities": null,
              "config_entry_id": "7ed859aee90804414fcc96383493d1e9",
              "device_class": null,
              "device_id": "7bf93acd11d847597941bcc5aeea661b",
              "domain": "sensor",
              "disabled_by": "integration",
              "entity_category": null,
              "hidden_by": null,
              "icon": null,
              "id": "7974c126c2b2059c3165e63db2d58a65",
              "has_entity_name": true,
              "name": null,
              "options": {},
              "original_device_class": null,
              "original_icon": null,
              "original_name": "Newest version",
              "supported_features": 0,
              "unit_of_measurement": null
            },
            "state": null
          },
          {
            "entry": {
              "entity_id": "sensor.ssh_web_terminal_cpu_percent",
              "unique_id": "a0d7b954_ssh_cpu_percent",
              "platform": "hassio",
              "area_id": null,
              "capabilities": {
                "state_class": "measurement"
              },
              "config_entry_id": "7ed859aee90804414fcc96383493d1e9",
              "device_class": null,
              "device_id": "7bf93acd11d847597941bcc5aeea661b",
              "domain": "sensor",
              "disabled_by": "integration",
              "entity_category": null,
              "hidden_by": null,
              "icon": null,
              "id": "e986b55591ccc58cfbe15e967d3a079a",
              "has_entity_name": true,
              "name": null,
              "options": {},
              "original_device_class": null,
              "original_icon": "mdi:cpu-64-bit",
              "original_name": "CPU percent",
              "supported_features": 0,
              "unit_of_measurement": "%"
            },
            "state": null
          },
          {
            "entry": {
              "entity_id": "sensor.ssh_web_terminal_memory_percent",
              "unique_id": "a0d7b954_ssh_memory_percent",
              "platform": "hassio",
              "area_id": null,
              "capabilities": {
                "state_class": "measurement"
              },
              "config_entry_id": "7ed859aee90804414fcc96383493d1e9",
              "device_class": null,
              "device_id": "7bf93acd11d847597941bcc5aeea661b",
              "domain": "sensor",
              "disabled_by": "integration",
              "entity_category": null,
              "hidden_by": null,
              "icon": null,
              "id": "60b5eb8848698b5d211404aa713605d7",
              "has_entity_name": true,
              "name": null,
              "options": {},
              "original_device_class": null,
              "original_icon": "mdi:memory",
              "original_name": "Memory percent",
              "supported_features": 0,
              "unit_of_measurement": "%"
            },
            "state": null
          },
          {
            "entry": {
              "entity_id": "update.ssh_web_terminal_update",
              "unique_id": "a0d7b954_ssh_version_latest",
              "platform": "hassio",
              "area_id": null,
              "capabilities": null,
              "config_entry_id": "7ed859aee90804414fcc96383493d1e9",
              "device_class": null,
              "device_id": "7bf93acd11d847597941bcc5aeea661b",
              "domain": "update",
              "disabled_by": null,
              "entity_category": "config",
              "hidden_by": null,
              "icon": null,
              "id": "d1ba3340c877f5d7ab3514572d786be3",
              "has_entity_name": true,
              "name": null,
              "options": {},
              "original_device_class": null,
              "original_icon": null,
              "original_name": "Update",
              "supported_features": 25,
              "unit_of_measurement": null
            },
            "state": {
              "entity_id": "update.ssh_web_terminal_update",
              "state": "off",
              "attributes": {
                "auto_update": false,
                "installed_version": "13.0.0",
                "in_progress": false,
                "latest_version": "13.0.0",
                "release_summary": "## What\u2019s changed\n\nThe add-on has been upgraded to a new major version of the base image, which is based on Alpine Linux 3.17\n\n## \ud83d\udc1b Bug fixes\n\n- Fix bash; use hash mark in root prompt @scop (#469)\n\n## \ud83e\uddf0 Maintenance\n\n- \ud83d\udd28 Migrate old-style base scripts s6-r",
                "release_url": null,
                "skipped_version": null,
                "title": "SSH & Web Terminal",
                "entity_picture": "/api/hassio/addons/a0d7b954_ssh/icon",
                "friendly_name": "SSH & Web Terminal Update",
                "supported_features": 25
              },
              "last_changed": "2022-12-13T23:16:22.504017+00:00",
              "last_updated": "2022-12-13T23:16:22.504017+00:00"
            }
          }
        ]
      },
      {
        "device": {
          "area_id": null,
          "config_entries": [
            "7ed859aee90804414fcc96383493d1e9"
          ],
          "configuration_url": "homeassistant://hassio/addon/core_samba",
          "connections": [],
          "disabled_by": null,
          "entry_type": "service",
          "hw_version": null,
          "id": "02ff4446be5b162b115336fb13022032",
          "identifiers": [
            [
              "hassio",
              "core_samba"
            ]
          ],
          "manufacturer": "Official add-ons",
          "model": "Home Assistant Add-on",
          "name_by_user": null,
          "name": "Samba share",
          "suggested_area": null,
          "sw_version": "10.0.0",
          "via_device_id": null,
          "is_new": false
        },
        "entities": [
          {
            "entry": {
              "entity_id": "binary_sensor.samba_share_running",
              "unique_id": "core_samba_state",
              "platform": "hassio",
              "area_id": null,
              "capabilities": null,
              "config_entry_id": "7ed859aee90804414fcc96383493d1e9",
              "device_class": null,
              "device_id": "02ff4446be5b162b115336fb13022032",
              "domain": "binary_sensor",
              "disabled_by": "integration",
              "entity_category": null,
              "hidden_by": null,
              "icon": null,
              "id": "643fdee758236fb7e6f47669243339a2",
              "has_entity_name": true,
              "name": null,
              "options": {},
              "original_device_class": "running",
              "original_icon": null,
              "original_name": "Running",
              "supported_features": 0,
              "unit_of_measurement": null
            },
            "state": null
          },
          {
            "entry": {
              "entity_id": "sensor.samba_share_version",
              "unique_id": "core_samba_version",
              "platform": "hassio",
              "area_id": null,
              "capabilities": null,
              "config_entry_id": "7ed859aee90804414fcc96383493d1e9",
              "device_class": null,
              "device_id": "02ff4446be5b162b115336fb13022032",
              "domain": "sensor",
              "disabled_by": "integration",
              "entity_category": null,
              "hidden_by": null,
              "icon": null,
              "id": "70741aad0535a183ef50d28e6ec1097e",
              "has_entity_name": true,
              "name": null,
              "options": {},
              "original_device_class": null,
              "original_icon": null,
              "original_name": "Version",
              "supported_features": 0,
              "unit_of_measurement": null
            },
            "state": null
          },
          {
            "entry": {
              "entity_id": "sensor.samba_share_newest_version",
              "unique_id": "core_samba_version_latest",
              "platform": "hassio",
              "area_id": null,
              "capabilities": null,
              "config_entry_id": "7ed859aee90804414fcc96383493d1e9",
              "device_class": null,
              "device_id": "02ff4446be5b162b115336fb13022032",
              "domain": "sensor",
              "disabled_by": "integration",
              "entity_category": null,
              "hidden_by": null,
              "icon": null,
              "id": "44c5c10d14e99a3d7ab56bfe74fd91a9",
              "has_entity_name": true,
              "name": null,
              "options": {},
              "original_device_class": null,
              "original_icon": null,
              "original_name": "Newest version",
              "supported_features": 0,
              "unit_of_measurement": null
            },
            "state": null
          },
          {
            "entry": {
              "entity_id": "sensor.samba_share_cpu_percent",
              "unique_id": "core_samba_cpu_percent",
              "platform": "hassio",
              "area_id": null,
              "capabilities": {
                "state_class": "measurement"
              },
              "config_entry_id": "7ed859aee90804414fcc96383493d1e9",
              "device_class": null,
              "device_id": "02ff4446be5b162b115336fb13022032",
              "domain": "sensor",
              "disabled_by": "integration",
              "entity_category": null,
              "hidden_by": null,
              "icon": null,
              "id": "3b86ba64b71bc576cfe868f803546601",
              "has_entity_name": true,
              "name": null,
              "options": {},
              "original_device_class": null,
              "original_icon": "mdi:cpu-64-bit",
              "original_name": "CPU percent",
              "supported_features": 0,
              "unit_of_measurement": "%"
            },
            "state": null
          },
          {
            "entry": {
              "entity_id": "sensor.samba_share_memory_percent",
              "unique_id": "core_samba_memory_percent",
              "platform": "hassio",
              "area_id": null,
              "capabilities": {
                "state_class": "measurement"
              },
              "config_entry_id": "7ed859aee90804414fcc96383493d1e9",
              "device_class": null,
              "device_id": "02ff4446be5b162b115336fb13022032",
              "domain": "sensor",
              "disabled_by": "integration",
              "entity_category": null,
              "hidden_by": null,
              "icon": null,
              "id": "b26681c69efa4a7cdfa732bd1a2081ff",
              "has_entity_name": true,
              "name": null,
              "options": {},
              "original_device_class": null,
              "original_icon": "mdi:memory",
              "original_name": "Memory percent",
              "supported_features": 0,
              "unit_of_measurement": "%"
            },
            "state": null
          },
          {
            "entry": {
              "entity_id": "update.samba_share_update",
              "unique_id": "core_samba_version_latest",
              "platform": "hassio",
              "area_id": null,
              "capabilities": null,
              "config_entry_id": "7ed859aee90804414fcc96383493d1e9",
              "device_class": null,
              "device_id": "02ff4446be5b162b115336fb13022032",
              "domain": "update",
              "disabled_by": null,
              "entity_category": "config",
              "hidden_by": null,
              "icon": null,
              "id": "cb016a5eee4f114d14698ea6d6e9d9be",
              "has_entity_name": true,
              "name": null,
              "options": {},
              "original_device_class": null,
              "original_icon": null,
              "original_name": "Update",
              "supported_features": 25,
              "unit_of_measurement": null
            },
            "state": {
              "entity_id": "update.samba_share_update",
              "state": "off",
              "attributes": {
                "auto_update": false,
                "installed_version": "10.0.0",
                "in_progress": false,
                "latest_version": "10.0.0",
                "release_summary": "# Changelog\n\n## 10.0.0\n\nBREAKING CHANGE: Don't mangle filenames\n\nBy default, Samba mangles filenames with special characters to ensure\ncompatibility with really old versions of Windows which have a very limited\ncharset for filenames. The add-on no longer ",
                "release_url": null,
                "skipped_version": null,
                "title": "Samba share",
                "entity_picture": "/api/hassio/addons/core_samba/icon",
                "friendly_name": "Samba share Update",
                "supported_features": 25
              },
              "last_changed": "2022-12-13T23:16:22.504263+00:00",
              "last_updated": "2022-12-13T23:16:22.504263+00:00"
            }
          }
        ]
      },
      {
        "device": {
          "area_id": null,
          "config_entries": [
            "7ed859aee90804414fcc96383493d1e9"
          ],
          "configuration_url": "homeassistant://hassio/addon/a0d7b954_appdaemon",
          "connections": [],
          "disabled_by": null,
          "entry_type": "service",
          "hw_version": null,
          "id": "2bdb9ae57ec353fe680e41d771a8c518",
          "identifiers": [
            [
              "hassio",
              "a0d7b954_appdaemon"
            ]
          ],
          "manufacturer": "Home Assistant Community Add-ons",
          "model": "Home Assistant Add-on",
          "name_by_user": null,
          "name": "AppDaemon",
          "suggested_area": null,
          "sw_version": "0.10.1",
          "via_device_id": null,
          "is_new": false
        },
        "entities": [
          {
            "entry": {
              "entity_id": "binary_sensor.appdaemon_running",
              "unique_id": "a0d7b954_appdaemon_state",
              "platform": "hassio",
              "area_id": null,
              "capabilities": null,
              "config_entry_id": "7ed859aee90804414fcc96383493d1e9",
              "device_class": null,
              "device_id": "2bdb9ae57ec353fe680e41d771a8c518",
              "domain": "binary_sensor",
              "disabled_by": "integration",
              "entity_category": null,
              "hidden_by": null,
              "icon": null,
              "id": "23e4ea2871e7c6caf7cd223d6c800fc7",
              "has_entity_name": true,
              "name": null,
              "options": {},
              "original_device_class": "running",
              "original_icon": null,
              "original_name": "Running",
              "supported_features": 0,
              "unit_of_measurement": null
            },
            "state": null
          },
          {
            "entry": {
              "entity_id": "sensor.appdaemon_version",
              "unique_id": "a0d7b954_appdaemon_version",
              "platform": "hassio",
              "area_id": null,
              "capabilities": null,
              "config_entry_id": "7ed859aee90804414fcc96383493d1e9",
              "device_class": null,
              "device_id": "2bdb9ae57ec353fe680e41d771a8c518",
              "domain": "sensor",
              "disabled_by": "integration",
              "entity_category": null,
              "hidden_by": null,
              "icon": null,
              "id": "a0671bbe209f792ca6dc4bdeac50cb55",
              "has_entity_name": true,
              "name": null,
              "options": {},
              "original_device_class": null,
              "original_icon": null,
              "original_name": "Version",
              "supported_features": 0,
              "unit_of_measurement": null
            },
            "state": null
          },
          {
            "entry": {
              "entity_id": "sensor.appdaemon_newest_version",
              "unique_id": "a0d7b954_appdaemon_version_latest",
              "platform": "hassio",
              "area_id": null,
              "capabilities": null,
              "config_entry_id": "7ed859aee90804414fcc96383493d1e9",
              "device_class": null,
              "device_id": "2bdb9ae57ec353fe680e41d771a8c518",
              "domain": "sensor",
              "disabled_by": "integration",
              "entity_category": null,
              "hidden_by": null,
              "icon": null,
              "id": "eb9fc4508653180ba8e37587030213e8",
              "has_entity_name": true,
              "name": null,
              "options": {},
              "original_device_class": null,
              "original_icon": null,
              "original_name": "Newest version",
              "supported_features": 0,
              "unit_of_measurement": null
            },
            "state": null
          },
          {
            "entry": {
              "entity_id": "sensor.appdaemon_cpu_percent",
              "unique_id": "a0d7b954_appdaemon_cpu_percent",
              "platform": "hassio",
              "area_id": null,
              "capabilities": {
                "state_class": "measurement"
              },
              "config_entry_id": "7ed859aee90804414fcc96383493d1e9",
              "device_class": null,
              "device_id": "2bdb9ae57ec353fe680e41d771a8c518",
              "domain": "sensor",
              "disabled_by": "integration",
              "entity_category": null,
              "hidden_by": null,
              "icon": null,
              "id": "1f8634c9e799e1c75f44296ee7399e3d",
              "has_entity_name": true,
              "name": null,
              "options": {},
              "original_device_class": null,
              "original_icon": "mdi:cpu-64-bit",
              "original_name": "CPU percent",
              "supported_features": 0,
              "unit_of_measurement": "%"
            },
            "state": null
          },
          {
            "entry": {
              "entity_id": "sensor.appdaemon_memory_percent",
              "unique_id": "a0d7b954_appdaemon_memory_percent",
              "platform": "hassio",
              "area_id": null,
              "capabilities": {
                "state_class": "measurement"
              },
              "config_entry_id": "7ed859aee90804414fcc96383493d1e9",
              "device_class": null,
              "device_id": "2bdb9ae57ec353fe680e41d771a8c518",
              "domain": "sensor",
              "disabled_by": "integration",
              "entity_category": null,
              "hidden_by": null,
              "icon": null,
              "id": "13d64ce22d6e9eac5ce028bd526a456e",
              "has_entity_name": true,
              "name": null,
              "options": {},
              "original_device_class": null,
              "original_icon": "mdi:memory",
              "original_name": "Memory percent",
              "supported_features": 0,
              "unit_of_measurement": "%"
            },
            "state": null
          },
          {
            "entry": {
              "entity_id": "update.appdaemon_update",
              "unique_id": "a0d7b954_appdaemon_version_latest",
              "platform": "hassio",
              "area_id": null,
              "capabilities": null,
              "config_entry_id": "7ed859aee90804414fcc96383493d1e9",
              "device_class": null,
              "device_id": "2bdb9ae57ec353fe680e41d771a8c518",
              "domain": "update",
              "disabled_by": null,
              "entity_category": "config",
              "hidden_by": null,
              "icon": null,
              "id": "1726f403c023bde4ef9fed78f4efd999",
              "has_entity_name": true,
              "name": null,
              "options": {},
              "original_device_class": null,
              "original_icon": null,
              "original_name": "Update",
              "supported_features": 25,
              "unit_of_measurement": null
            },
            "state": {
              "entity_id": "update.appdaemon_update",
              "state": "off",
              "attributes": {
                "auto_update": false,
                "installed_version": "0.10.1",
                "in_progress": false,
                "latest_version": "0.10.1",
                "release_summary": "## What\u2019s changed\n\n## \u2b06\ufe0f Dependency updates\n\n- \u2b06\ufe0f Upgrades python3 to 3.10.8-r0 @frenck (#217)\n- \u2b06\ufe0f Upgrades add-on base image to 12.2.7 @frenck (#218)\n",
                "release_url": null,
                "skipped_version": null,
                "title": "AppDaemon",
                "entity_picture": "/api/hassio/addons/a0d7b954_appdaemon/icon",
                "friendly_name": "AppDaemon Update",
                "supported_features": 25
              },
              "last_changed": "2022-12-13T23:16:22.504492+00:00",
              "last_updated": "2022-12-13T23:16:22.504492+00:00"
            }
          }
        ]
      },
      {
        "device": {
          "area_id": null,
          "config_entries": [
            "7ed859aee90804414fcc96383493d1e9"
          ],
          "configuration_url": "homeassistant://hassio/addon/15d21743_samba_backup",
          "connections": [],
          "disabled_by": null,
          "entry_type": "service",
          "hw_version": null,
          "id": "63e798565059a42fab26a429cbdbe80f",
          "identifiers": [
            [
              "hassio",
              "15d21743_samba_backup"
            ]
          ],
          "manufacturer": "Tom's Home Assistant Add-ons",
          "model": "Home Assistant Add-on",
          "name_by_user": null,
          "name": "Samba Backup",
          "suggested_area": null,
          "sw_version": "5.2.0",
          "via_device_id": null,
          "is_new": false
        },
        "entities": [
          {
            "entry": {
              "entity_id": "binary_sensor.samba_backup_running",
              "unique_id": "15d21743_samba_backup_state",
              "platform": "hassio",
              "area_id": null,
              "capabilities": null,
              "config_entry_id": "7ed859aee90804414fcc96383493d1e9",
              "device_class": null,
              "device_id": "63e798565059a42fab26a429cbdbe80f",
              "domain": "binary_sensor",
              "disabled_by": "integration",
              "entity_category": null,
              "hidden_by": null,
              "icon": null,
              "id": "aa3fc847044ca4f4250da70264858ef4",
              "has_entity_name": true,
              "name": null,
              "options": {},
              "original_device_class": "running",
              "original_icon": null,
              "original_name": "Running",
              "supported_features": 0,
              "unit_of_measurement": null
            },
            "state": null
          },
          {
            "entry": {
              "entity_id": "sensor.samba_backup_version",
              "unique_id": "15d21743_samba_backup_version",
              "platform": "hassio",
              "area_id": null,
              "capabilities": null,
              "config_entry_id": "7ed859aee90804414fcc96383493d1e9",
              "device_class": null,
              "device_id": "63e798565059a42fab26a429cbdbe80f",
              "domain": "sensor",
              "disabled_by": "integration",
              "entity_category": null,
              "hidden_by": null,
              "icon": null,
              "id": "5fa06015f0d4f9e99ff8efebe4a9125e",
              "has_entity_name": true,
              "name": null,
              "options": {},
              "original_device_class": null,
              "original_icon": null,
              "original_name": "Version",
              "supported_features": 0,
              "unit_of_measurement": null
            },
            "state": null
          },
          {
            "entry": {
              "entity_id": "sensor.samba_backup_newest_version",
              "unique_id": "15d21743_samba_backup_version_latest",
              "platform": "hassio",
              "area_id": null,
              "capabilities": null,
              "config_entry_id": "7ed859aee90804414fcc96383493d1e9",
              "device_class": null,
              "device_id": "63e798565059a42fab26a429cbdbe80f",
              "domain": "sensor",
              "disabled_by": "integration",
              "entity_category": null,
              "hidden_by": null,
              "icon": null,
              "id": "ea859adba93ec84cff5b15011330ea2c",
              "has_entity_name": true,
              "name": null,
              "options": {},
              "original_device_class": null,
              "original_icon": null,
              "original_name": "Newest version",
              "supported_features": 0,
              "unit_of_measurement": null
            },
            "state": null
          },
          {
            "entry": {
              "entity_id": "sensor.samba_backup_cpu_percent",
              "unique_id": "15d21743_samba_backup_cpu_percent",
              "platform": "hassio",
              "area_id": null,
              "capabilities": {
                "state_class": "measurement"
              },
              "config_entry_id": "7ed859aee90804414fcc96383493d1e9",
              "device_class": null,
              "device_id": "63e798565059a42fab26a429cbdbe80f",
              "domain": "sensor",
              "disabled_by": "integration",
              "entity_category": null,
              "hidden_by": null,
              "icon": null,
              "id": "d6324674b83c636387e9fd910901187f",
              "has_entity_name": true,
              "name": null,
              "options": {},
              "original_device_class": null,
              "original_icon": "mdi:cpu-64-bit",
              "original_name": "CPU percent",
              "supported_features": 0,
              "unit_of_measurement": "%"
            },
            "state": null
          },
          {
            "entry": {
              "entity_id": "sensor.samba_backup_memory_percent",
              "unique_id": "15d21743_samba_backup_memory_percent",
              "platform": "hassio",
              "area_id": null,
              "capabilities": {
                "state_class": "measurement"
              },
              "config_entry_id": "7ed859aee90804414fcc96383493d1e9",
              "device_class": null,
              "device_id": "63e798565059a42fab26a429cbdbe80f",
              "domain": "sensor",
              "disabled_by": "integration",
              "entity_category": null,
              "hidden_by": null,
              "icon": null,
              "id": "9c3dd45a04e3920fb745eb78d94e30fd",
              "has_entity_name": true,
              "name": null,
              "options": {},
              "original_device_class": null,
              "original_icon": "mdi:memory",
              "original_name": "Memory percent",
              "supported_features": 0,
              "unit_of_measurement": "%"
            },
            "state": null
          },
          {
            "entry": {
              "entity_id": "update.samba_backup_update",
              "unique_id": "15d21743_samba_backup_version_latest",
              "platform": "hassio",
              "area_id": null,
              "capabilities": null,
              "config_entry_id": "7ed859aee90804414fcc96383493d1e9",
              "device_class": null,
              "device_id": "63e798565059a42fab26a429cbdbe80f",
              "domain": "update",
              "disabled_by": null,
              "entity_category": "config",
              "hidden_by": null,
              "icon": null,
              "id": "55bdc81a32d9623e75f4d796228a04e6",
              "has_entity_name": true,
              "name": null,
              "options": {},
              "original_device_class": null,
              "original_icon": null,
              "original_name": "Update",
              "supported_features": 25,
              "unit_of_measurement": null
            },
            "state": {
              "entity_id": "update.samba_backup_update",
              "state": "off",
              "attributes": {
                "auto_update": false,
                "installed_version": "5.2.0",
                "in_progress": false,
                "latest_version": "5.2.0",
                "release_summary": "# Changelog\n\n## 5.2.0\n\n- Add dutch translation\n- Fix incorrect sensor values during backup run\n- Fix problem with reset-counter function\n- Check current number of stored backups at startup\n\n## 5.1.2\n\n- Add german and swedish translation\n- Improve log outp",
                "release_url": null,
                "skipped_version": null,
                "title": "Samba Backup",
                "entity_picture": "/api/hassio/addons/15d21743_samba_backup/icon",
                "friendly_name": "Samba Backup Update",
                "supported_features": 25
              },
              "last_changed": "2022-12-13T23:16:22.504740+00:00",
              "last_updated": "2022-12-13T23:16:22.504740+00:00"
            }
          }
        ]
      },
      {
        "device": {
          "area_id": null,
          "config_entries": [
            "7ed859aee90804414fcc96383493d1e9"
          ],
          "configuration_url": "homeassistant://hassio/addon/cebe7a76_hassio_google_drive_backup",
          "connections": [],
          "disabled_by": null,
          "entry_type": "service",
          "hw_version": null,
          "id": "79861dee4105c8ed909642fda654bc09",
          "identifiers": [
            [
              "hassio",
              "cebe7a76_hassio_google_drive_backup"
            ]
          ],
          "manufacturer": "Home Assistant Google Drive Backup Repository",
          "model": "Home Assistant Add-on",
          "name_by_user": null,
          "name": "Home Assistant Google Drive Backup",
          "suggested_area": null,
          "sw_version": "0.109.2",
          "via_device_id": null,
          "is_new": false
        },
        "entities": [
          {
            "entry": {
              "entity_id": "binary_sensor.home_assistant_google_drive_backup_running",
              "unique_id": "cebe7a76_hassio_google_drive_backup_state",
              "platform": "hassio",
              "area_id": null,
              "capabilities": null,
              "config_entry_id": "7ed859aee90804414fcc96383493d1e9",
              "device_class": null,
              "device_id": "79861dee4105c8ed909642fda654bc09",
              "domain": "binary_sensor",
              "disabled_by": "integration",
              "entity_category": null,
              "hidden_by": null,
              "icon": null,
              "id": "44eba220ebaee9ac27665759ba17f444",
              "has_entity_name": true,
              "name": null,
              "options": {},
              "original_device_class": "running",
              "original_icon": null,
              "original_name": "Running",
              "supported_features": 0,
              "unit_of_measurement": null
            },
            "state": null
          },
          {
            "entry": {
              "entity_id": "sensor.home_assistant_google_drive_backup_version",
              "unique_id": "cebe7a76_hassio_google_drive_backup_version",
              "platform": "hassio",
              "area_id": null,
              "capabilities": null,
              "config_entry_id": "7ed859aee90804414fcc96383493d1e9",
              "device_class": null,
              "device_id": "79861dee4105c8ed909642fda654bc09",
              "domain": "sensor",
              "disabled_by": "integration",
              "entity_category": null,
              "hidden_by": null,
              "icon": null,
              "id": "3112500061c9592a03567e47fd5874b2",
              "has_entity_name": true,
              "name": null,
              "options": {},
              "original_device_class": null,
              "original_icon": null,
              "original_name": "Version",
              "supported_features": 0,
              "unit_of_measurement": null
            },
            "state": null
          },
          {
            "entry": {
              "entity_id": "sensor.home_assistant_google_drive_backup_newest_version",
              "unique_id": "cebe7a76_hassio_google_drive_backup_version_latest",
              "platform": "hassio",
              "area_id": null,
              "capabilities": null,
              "config_entry_id": "7ed859aee90804414fcc96383493d1e9",
              "device_class": null,
              "device_id": "79861dee4105c8ed909642fda654bc09",
              "domain": "sensor",
              "disabled_by": "integration",
              "entity_category": null,
              "hidden_by": null,
              "icon": null,
              "id": "69617843dcce04994507197b6297ce63",
              "has_entity_name": true,
              "name": null,
              "options": {},
              "original_device_class": null,
              "original_icon": null,
              "original_name": "Newest version",
              "supported_features": 0,
              "unit_of_measurement": null
            },
            "state": null
          },
          {
            "entry": {
              "entity_id": "sensor.home_assistant_google_drive_backup_cpu_percent",
              "unique_id": "cebe7a76_hassio_google_drive_backup_cpu_percent",
              "platform": "hassio",
              "area_id": null,
              "capabilities": {
                "state_class": "measurement"
              },
              "config_entry_id": "7ed859aee90804414fcc96383493d1e9",
              "device_class": null,
              "device_id": "79861dee4105c8ed909642fda654bc09",
              "domain": "sensor",
              "disabled_by": "integration",
              "entity_category": null,
              "hidden_by": null,
              "icon": null,
              "id": "da78448adb917ebc31d903f67ed79249",
              "has_entity_name": true,
              "name": null,
              "options": {},
              "original_device_class": null,
              "original_icon": "mdi:cpu-64-bit",
              "original_name": "CPU percent",
              "supported_features": 0,
              "unit_of_measurement": "%"
            },
            "state": null
          },
          {
            "entry": {
              "entity_id": "sensor.home_assistant_google_drive_backup_memory_percent",
              "unique_id": "cebe7a76_hassio_google_drive_backup_memory_percent",
              "platform": "hassio",
              "area_id": null,
              "capabilities": {
                "state_class": "measurement"
              },
              "config_entry_id": "7ed859aee90804414fcc96383493d1e9",
              "device_class": null,
              "device_id": "79861dee4105c8ed909642fda654bc09",
              "domain": "sensor",
              "disabled_by": "integration",
              "entity_category": null,
              "hidden_by": null,
              "icon": null,
              "id": "ce3bc04eb9864d197b4eee84cc515469",
              "has_entity_name": true,
              "name": null,
              "options": {},
              "original_device_class": null,
              "original_icon": "mdi:memory",
              "original_name": "Memory percent",
              "supported_features": 0,
              "unit_of_measurement": "%"
            },
            "state": null
          },
          {
            "entry": {
              "entity_id": "update.home_assistant_google_drive_backup_update",
              "unique_id": "cebe7a76_hassio_google_drive_backup_version_latest",
              "platform": "hassio",
              "area_id": null,
              "capabilities": null,
              "config_entry_id": "7ed859aee90804414fcc96383493d1e9",
              "device_class": null,
              "device_id": "79861dee4105c8ed909642fda654bc09",
              "domain": "update",
              "disabled_by": null,
              "entity_category": "config",
              "hidden_by": null,
              "icon": null,
              "id": "3986ff23d14eed1621be8770111abf35",
              "has_entity_name": true,
              "name": null,
              "options": {},
              "original_device_class": null,
              "original_icon": null,
              "original_name": "Update",
              "supported_features": 25,
              "unit_of_measurement": null
            },
            "state": {
              "entity_id": "update.home_assistant_google_drive_backup_update",
              "state": "off",
              "attributes": {
                "auto_update": true,
                "installed_version": "0.109.2",
                "in_progress": false,
                "latest_version": "0.109.2",
                "release_summary": "## v0.109.2 [2022-11-15]\n* Fixed a bug where disabling deletion from Google Drive and enabling deltes after upload could cause backups in Google Drive to be deleted.\n\n## v0.109.1 [2022-11-07]\n* If configured from the browser, defaults to a \"dark\" theme if",
                "release_url": null,
                "skipped_version": null,
                "title": "Home Assistant Google Drive Backup",
                "entity_picture": "/api/hassio/addons/cebe7a76_hassio_google_drive_backup/icon",
                "friendly_name": "Home Assistant Google Drive Backup Update",
                "supported_features": 25
              },
              "last_changed": "2022-12-13T23:16:22.504963+00:00",
              "last_updated": "2022-12-13T23:16:22.504963+00:00"
            }
          }
        ]
      },
      {
        "device": {
          "area_id": null,
          "config_entries": [
            "7ed859aee90804414fcc96383493d1e9"
          ],
          "configuration_url": "homeassistant://hassio/addon/core_configurator",
          "connections": [],
          "disabled_by": null,
          "entry_type": "service",
          "hw_version": null,
          "id": "d21271b7c310c1924a3efbce3e7345a6",
          "identifiers": [
            [
              "hassio",
              "core_configurator"
            ]
          ],
          "manufacturer": "Official add-ons",
          "model": "Home Assistant Add-on",
          "name_by_user": null,
          "name": "File editor",
          "suggested_area": null,
          "sw_version": "5.4.2",
          "via_device_id": null,
          "is_new": false
        },
        "entities": [
          {
            "entry": {
              "entity_id": "update.file_editor_update",
              "unique_id": "core_configurator_version_latest",
              "platform": "hassio",
              "area_id": null,
              "capabilities": null,
              "config_entry_id": "7ed859aee90804414fcc96383493d1e9",
              "device_class": null,
              "device_id": "d21271b7c310c1924a3efbce3e7345a6",
              "domain": "update",
              "disabled_by": null,
              "entity_category": "config",
              "hidden_by": null,
              "icon": null,
              "id": "19897ee36bc3d2f175035cb9aaf4679c",
              "has_entity_name": true,
              "name": null,
              "options": {},
              "original_device_class": null,
              "original_icon": null,
              "original_name": "Update",
              "supported_features": 25,
              "unit_of_measurement": null
            },
            "state": {
              "entity_id": "update.file_editor_update",
              "state": "off",
              "attributes": {
                "auto_update": false,
                "installed_version": "5.4.2",
                "in_progress": false,
                "latest_version": "5.4.2",
                "release_summary": "# Changelog\n\n## 5.4.2\n\n- Bugfix: Fix page load with special characters in states\n\n## 5.4.1\n\n- Bugfix: Disable Ace-internal yaml-linting\n- Disable internal check for new releases\n\n## 5.4.0\n\n- Add Generate UUID menu item\n- Harmonize Home Assistant term\n- Re",
                "release_url": null,
                "skipped_version": null,
                "title": "File editor",
                "entity_picture": "/api/hassio/addons/core_configurator/icon",
                "friendly_name": "File editor Update",
                "supported_features": 25
              },
              "last_changed": "2022-12-13T23:16:22.505210+00:00",
              "last_updated": "2022-12-13T23:16:22.505210+00:00"
            }
          },
          {
            "entry": {
              "entity_id": "binary_sensor.file_editor_running",
              "unique_id": "core_configurator_state",
              "platform": "hassio",
              "area_id": null,
              "capabilities": null,
              "config_entry_id": "7ed859aee90804414fcc96383493d1e9",
              "device_class": null,
              "device_id": "d21271b7c310c1924a3efbce3e7345a6",
              "domain": "binary_sensor",
              "disabled_by": "integration",
              "entity_category": null,
              "hidden_by": null,
              "icon": null,
              "id": "413c03523acaaee26fbd44d590721361",
              "has_entity_name": true,
              "name": null,
              "options": {},
              "original_device_class": "running",
              "original_icon": null,
              "original_name": "Running",
              "supported_features": 0,
              "unit_of_measurement": null
            },
            "state": null
          },
          {
            "entry": {
              "entity_id": "sensor.file_editor_version",
              "unique_id": "core_configurator_version",
              "platform": "hassio",
              "area_id": null,
              "capabilities": null,
              "config_entry_id": "7ed859aee90804414fcc96383493d1e9",
              "device_class": null,
              "device_id": "d21271b7c310c1924a3efbce3e7345a6",
              "domain": "sensor",
              "disabled_by": "integration",
              "entity_category": null,
              "hidden_by": null,
              "icon": null,
              "id": "d6ff8f4b7c0cf0ae5082f7ff5f6f3d13",
              "has_entity_name": true,
              "name": null,
              "options": {},
              "original_device_class": null,
              "original_icon": null,
              "original_name": "Version",
              "supported_features": 0,
              "unit_of_measurement": null
            },
            "state": null
          },
          {
            "entry": {
              "entity_id": "sensor.file_editor_newest_version",
              "unique_id": "core_configurator_version_latest",
              "platform": "hassio",
              "area_id": null,
              "capabilities": null,
              "config_entry_id": "7ed859aee90804414fcc96383493d1e9",
              "device_class": null,
              "device_id": "d21271b7c310c1924a3efbce3e7345a6",
              "domain": "sensor",
              "disabled_by": "integration",
              "entity_category": null,
              "hidden_by": null,
              "icon": null,
              "id": "e46680e791f5a26cbc1a26b434a0d27f",
              "has_entity_name": true,
              "name": null,
              "options": {},
              "original_device_class": null,
              "original_icon": null,
              "original_name": "Newest version",
              "supported_features": 0,
              "unit_of_measurement": null
            },
            "state": null
          },
          {
            "entry": {
              "entity_id": "sensor.file_editor_cpu_percent",
              "unique_id": "core_configurator_cpu_percent",
              "platform": "hassio",
              "area_id": null,
              "capabilities": {
                "state_class": "measurement"
              },
              "config_entry_id": "7ed859aee90804414fcc96383493d1e9",
              "device_class": null,
              "device_id": "d21271b7c310c1924a3efbce3e7345a6",
              "domain": "sensor",
              "disabled_by": "integration",
              "entity_category": null,
              "hidden_by": null,
              "icon": null,
              "id": "e4e02ef59d33df9df52c0c7f2e5a8f15",
              "has_entity_name": true,
              "name": null,
              "options": {},
              "original_device_class": null,
              "original_icon": "mdi:cpu-64-bit",
              "original_name": "CPU percent",
              "supported_features": 0,
              "unit_of_measurement": "%"
            },
            "state": null
          },
          {
            "entry": {
              "entity_id": "sensor.file_editor_memory_percent",
              "unique_id": "core_configurator_memory_percent",
              "platform": "hassio",
              "area_id": null,
              "capabilities": {
                "state_class": "measurement"
              },
              "config_entry_id": "7ed859aee90804414fcc96383493d1e9",
              "device_class": null,
              "device_id": "d21271b7c310c1924a3efbce3e7345a6",
              "domain": "sensor",
              "disabled_by": "integration",
              "entity_category": null,
              "hidden_by": null,
              "icon": null,
              "id": "0af0c58426c3b0105c9131aae0f0ce9d",
              "has_entity_name": true,
              "name": null,
              "options": {},
              "original_device_class": null,
              "original_icon": "mdi:memory",
              "original_name": "Memory percent",
              "supported_features": 0,
              "unit_of_measurement": "%"
            },
            "state": null
          }
        ]
      },
      {
        "device": {
          "area_id": null,
          "config_entries": [
            "7ed859aee90804414fcc96383493d1e9"
          ],
          "configuration_url": "homeassistant://hassio/addon/6e66619d_room_assistant",
          "connections": [],
          "disabled_by": null,
          "entry_type": "service",
          "hw_version": null,
          "id": "7e93ac78d6ca280a5a34f29a2efae71f",
          "identifiers": [
            [
              "hassio",
              "6e66619d_room_assistant"
            ]
          ],
          "manufacturer": "Hass.io Addons by mKeRix",
          "model": "Home Assistant Add-on",
          "name_by_user": null,
          "name": "room-assistant",
          "suggested_area": null,
          "sw_version": "2.20.0",
          "via_device_id": null,
          "is_new": false
        },
        "entities": [
          {
            "entry": {
              "entity_id": "binary_sensor.room_assistant_running",
              "unique_id": "6e66619d_room_assistant_state",
              "platform": "hassio",
              "area_id": null,
              "capabilities": null,
              "config_entry_id": "7ed859aee90804414fcc96383493d1e9",
              "device_class": null,
              "device_id": "7e93ac78d6ca280a5a34f29a2efae71f",
              "domain": "binary_sensor",
              "disabled_by": "integration",
              "entity_category": null,
              "hidden_by": null,
              "icon": null,
              "id": "b28f857fb34d7f9fc6f9ecbd7ce98a9f",
              "has_entity_name": true,
              "name": null,
              "options": {},
              "original_device_class": "running",
              "original_icon": null,
              "original_name": "Running",
              "supported_features": 0,
              "unit_of_measurement": null
            },
            "state": null
          },
          {
            "entry": {
              "entity_id": "sensor.room_assistant_version",
              "unique_id": "6e66619d_room_assistant_version",
              "platform": "hassio",
              "area_id": null,
              "capabilities": null,
              "config_entry_id": "7ed859aee90804414fcc96383493d1e9",
              "device_class": null,
              "device_id": "7e93ac78d6ca280a5a34f29a2efae71f",
              "domain": "sensor",
              "disabled_by": "integration",
              "entity_category": null,
              "hidden_by": null,
              "icon": null,
              "id": "7e3361959173b87fd004a1f2f8e7c906",
              "has_entity_name": true,
              "name": null,
              "options": {},
              "original_device_class": null,
              "original_icon": null,
              "original_name": "Version",
              "supported_features": 0,
              "unit_of_measurement": null
            },
            "state": null
          },
          {
            "entry": {
              "entity_id": "sensor.room_assistant_newest_version",
              "unique_id": "6e66619d_room_assistant_version_latest",
              "platform": "hassio",
              "area_id": null,
              "capabilities": null,
              "config_entry_id": "7ed859aee90804414fcc96383493d1e9",
              "device_class": null,
              "device_id": "7e93ac78d6ca280a5a34f29a2efae71f",
              "domain": "sensor",
              "disabled_by": "integration",
              "entity_category": null,
              "hidden_by": null,
              "icon": null,
              "id": "d2f2576b8d7cca7c6f90cc64ac36fcc7",
              "has_entity_name": true,
              "name": null,
              "options": {},
              "original_device_class": null,
              "original_icon": null,
              "original_name": "Newest version",
              "supported_features": 0,
              "unit_of_measurement": null
            },
            "state": null
          },
          {
            "entry": {
              "entity_id": "sensor.room_assistant_cpu_percent",
              "unique_id": "6e66619d_room_assistant_cpu_percent",
              "platform": "hassio",
              "area_id": null,
              "capabilities": {
                "state_class": "measurement"
              },
              "config_entry_id": "7ed859aee90804414fcc96383493d1e9",
              "device_class": null,
              "device_id": "7e93ac78d6ca280a5a34f29a2efae71f",
              "domain": "sensor",
              "disabled_by": "integration",
              "entity_category": null,
              "hidden_by": null,
              "icon": null,
              "id": "5bb2be76cf982defb770604e1decf5d4",
              "has_entity_name": true,
              "name": null,
              "options": {},
              "original_device_class": null,
              "original_icon": "mdi:cpu-64-bit",
              "original_name": "CPU percent",
              "supported_features": 0,
              "unit_of_measurement": "%"
            },
            "state": null
          },
          {
            "entry": {
              "entity_id": "sensor.room_assistant_memory_percent",
              "unique_id": "6e66619d_room_assistant_memory_percent",
              "platform": "hassio",
              "area_id": null,
              "capabilities": {
                "state_class": "measurement"
              },
              "config_entry_id": "7ed859aee90804414fcc96383493d1e9",
              "device_class": null,
              "device_id": "7e93ac78d6ca280a5a34f29a2efae71f",
              "domain": "sensor",
              "disabled_by": "integration",
              "entity_category": null,
              "hidden_by": null,
              "icon": null,
              "id": "02ffddcf98af3ceabb49a7c92a2d007e",
              "has_entity_name": true,
              "name": null,
              "options": {},
              "original_device_class": null,
              "original_icon": "mdi:memory",
              "original_name": "Memory percent",
              "supported_features": 0,
              "unit_of_measurement": "%"
            },
            "state": null
          },
          {
            "entry": {
              "entity_id": "update.room_assistant_update",
              "unique_id": "6e66619d_room_assistant_version_latest",
              "platform": "hassio",
              "area_id": null,
              "capabilities": null,
              "config_entry_id": "7ed859aee90804414fcc96383493d1e9",
              "device_class": null,
              "device_id": "7e93ac78d6ca280a5a34f29a2efae71f",
              "domain": "update",
              "disabled_by": null,
              "entity_category": "config",
              "hidden_by": null,
              "icon": null,
              "id": "a1a4bf6ff6d0b7f9959515a7cf20e5fa",
              "has_entity_name": true,
              "name": null,
              "options": {},
              "original_device_class": null,
              "original_icon": null,
              "original_name": "Update",
              "supported_features": 25,
              "unit_of_measurement": null
            },
            "state": {
              "entity_id": "update.room_assistant_update",
              "state": "off",
              "attributes": {
                "auto_update": false,
                "installed_version": "2.20.0",
                "in_progress": false,
                "latest_version": "2.20.0",
                "release_summary": "# Changelog\n\n## 2.20.0\n\n- Upgrades room-assistant to [2.20.0](https://github.com/mKeRix/room-assistant/releases/tag/v2.20.0)\n\n## 2.19.0\n\n- Upgrades room-assistant to [2.19.0](https://github.com/mKeRix/room-assistant/releases/tag/v2.19.0)\n\n## 2.18.4\n\n- Upg",
                "release_url": null,
                "skipped_version": null,
                "title": "room-assistant",
                "entity_picture": "/api/hassio/addons/6e66619d_room_assistant/icon",
                "friendly_name": "room-assistant Update",
                "supported_features": 25
              },
              "last_changed": "2022-12-13T23:16:22.505445+00:00",
              "last_updated": "2022-12-13T23:16:22.505445+00:00"
            }
          }
        ]
      }
    ]
  }
}

Example YAML snippet

No response

Anything in the logs that might be useful for us?

No response

Additional information

No response

emefff commented 1 year ago

My update to 2022.12.5 does not finish, this might or might not be related. It did not finish after 9 hours or so (HA OS in Virtualbox). Currently, I am on my second try.

EDIT: again it did not finish after 4h. If I shut down the VM and restart it, HA again shows me that HA core 2022.12.5 update is available. So, it did not do anything. It may be the same issue,

Mario.

STUKguy commented 1 year ago

@emefff I'm guessing we're not going to get an answer anytime soon, have you tried the update again since the other day?

emefff commented 1 year ago

@STUKguy Sorry, I did not link to my bug report. Yes, the 4th try did. Don't ask about the reason for this, I do not know.

https://github.com/home-assistant/core/issues/83989

Sorry, that is not helping.

Mario.

STUKguy commented 1 year ago

@emefff That's ok i got mine to work after a SSD upgrade went from 8GB to 32GB, i'm wondering if the issue had was a space issue