hacs / integration

HACS gives you a powerful UI to handle downloads of all your custom needs.
https://hacs.xyz
MIT License
5.33k stars 1.28k forks source link

Detected integration that called async_setup_platforms instead of awaiting async_forward_entry_setups; #3037

Closed jweston2112 closed 1 year ago

jweston2112 commented 1 year ago

System Health details

System Information

version core-2023.2.0b0
installation_type Home Assistant OS
dev false
hassio true
docker true
user root
virtualenv false
python_version 3.10.7
os_name Linux
os_version 5.15.84-v8
arch aarch64
timezone America/New_York
config_dir /config
Home Assistant Community Store GitHub API | ok -- | -- GitHub Content | ok GitHub Web | ok GitHub API Calls Remaining | 5000 Installed Version | 1.30.0 Stage | running Available Repositories | 1201 Downloaded Repositories | 24 HACS Data | ok
Home Assistant Supervisor host_os | Home Assistant OS 9.5 -- | -- update_channel | beta supervisor_version | supervisor-2023.01.1 agent_version | 1.4.1 docker_version | 20.10.22 disk_total | 228.5 GB disk_used | 10.3 GB healthy | true supported | true board | rpi4-64 supervisor_api | ok version_api | ok installed_addons | ESPHome (2022.12.6), HassOS I2C Configurator (0.13a), MariaDB (2.5.1), Node-RED (14.0.1), SSH & Web Terminal (13.0.2), Samba Backup (5.2.0), Samba share (10.0.0), Studio Code Server (5.5.2), ArgonOne Active Cooling (29c)
Dashboards dashboards | 5 -- | -- resources | 14 views | 9 mode | storage
Recorder oldest_recorder_run | January 23, 2023 at 6:00 AM -- | -- current_recorder_run | January 25, 2023 at 5:21 PM estimated_db_size | 223.67 MiB database_engine | mysql database_version | 10.6.8

Checklist

Describe the issue

Detected integration that called async_setup_platforms instead of awaiting async_forward_entry_setups; this will fail in version 2023.3. Please report issue to the custom integration author for hacs using this method at custom_components/hacs/init.py, line 177: hass.config_entries.async_setup_platforms(

Reproduction steps

1.restart ha

  1. check log

Debug logs

2023-01-25 17:28:12.741 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration hass_agent_notifier which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2023-01-25 17:28:12.743 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration watchman which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2023-01-25 17:28:12.743 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration hacs which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2023-01-25 17:28:12.745 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration mass which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2023-01-25 17:28:12.747 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration hass_agent_mediaplayer which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2023-01-25 17:28:12.749 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration fontawesome which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2023-01-25 17:28:12.750 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration youtube which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2023-01-25 17:28:12.753 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration nodered which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2023-01-25 17:28:21.255 WARNING (MainThread) [homeassistant.components.sensor] Entity sensor.floodlight_on_today (<class 'homeassistant.components.history_stats.sensor.HistoryStatsSensor'>) is using state class 'measurement' which is impossible considering device class ('duration') it is using; Please update your configuration if your entity is manually configured, otherwise create a bug report at https://github.com/home-assistant/core/issues?q=is%3Aopen+is%3Aissue+label%3A%22integration%3A+history_stats%22
2023-01-25 17:28:21.538 INFO (MainThread) [homeassistant.components.media_player] Setting up media_player.hass_agent_mediaplayer
2023-01-25 17:28:32.792 WARNING (MainThread) [homeassistant.helpers.frame] Detected integration that called async_setup_platforms instead of awaiting async_forward_entry_setups; this will fail in version 2023.3. Please report issue to the custom integration author for hacs using this method at custom_components/hacs/__init__.py, line 177: hass.config_entries.async_setup_platforms(
2023-01-25 17:28:33.370 WARNING (MainThread) [homeassistant.helpers.frame] Detected integration that called async_setup_platforms instead of awaiting async_forward_entry_setups; this will fail in version 2023.3. Please report issue to the custom integration author for watchman using this method at custom_components/watchman/__init__.py, line 130: hass.config_entries.async_setup_platforms(entry, PLATFORMS)
2023-01-25 17:28:35.091 INFO (MainThread) [homeassistant.components.media_player] Setting up media_player.dlna_dmr
2023-01-25 17:28:35.093 INFO (MainThread) [homeassistant.components.media_player] Setting up media_player.dlna_dmr
2023-01-25 17:28:35.881 INFO (MainThread) [homeassistant.components.media_player] Setting up media_player.esphome
2023-01-25 17:28:36.715 INFO (MainThread) [homeassistant.components.media_player] Setting up media_player.cast
2023-01-25 17:28:36.826 INFO (MainThread) [homeassistant.components.media_player] Setting up media_player.denonavr
2023-01-25 17:28:41.877 DEBUG (MainThread) [homeassistant.components.denonavr.media_player] Denon receiver at host 192.168.128.10 initialized

Diagnostics dump

{ "home_assistant": { "installation_type": "Home Assistant OS", "version": "2023.2.0b0", "dev": false, "hassio": true, "virtualenv": false, "python_version": "3.10.7", "docker": true, "arch": "aarch64", "timezone": "America/New_York", "os_name": "Linux", "os_version": "5.15.84-v8", "supervisor": "2023.01.1", "host_os": "Home Assistant OS 9.5", "docker_version": "20.10.22", "chassis": "embedded", "run_as_root": true }, "custom_components": { "hass_agent_notifier": { "version": "2022.10.25.1", "requirements": [] }, "watchman": { "version": "0.5.1", "requirements": [ "prettytable==3.0.0" ] }, "hacs": { "version": "1.30.0", "requirements": [ "aiogithubapi>=22.10.1" ] }, "mass": { "version": "2022.12.1", "requirements": [ "music-assistant==1.8.7.2", "git+https://github.com/music-assistant/databases@fix-breaking-sqlalchemy-cursor-changes#databases==0.6.3" ] }, "hass_agent_mediaplayer": { "version": "2022.5.6", "requirements": [] }, "fontawesome": { "version": "2.1.5", "requirements": [] }, "youtube": { "version": "0.9.1", "requirements": [] }, "nodered": { "version": "1.1.2", "requirements": [] } }, "integration_manifest": { "codeowners": [ "@ludeeus" ], "config_flow": true, "dependencies": [ "http", "websocket_api", "frontend", "persistent_notification", "lovelace", "repairs" ], "documentation": "https://hacs.xyz/docs/configuration/start", "domain": "hacs", "iot_class": "cloud_polling", "issue_tracker": "https://github.com/hacs/integration/issues", "name": "HACS", "requirements": [ "aiogithubapi>=22.10.1" ], "version": "1.30.0", "is_built_in": false }, "data": { "entry": { "entry_id": "8918d598b98112195eef49bb9171fb59", "version": 1, "domain": "hacs", "title": "", "data": { "token": "REDACTED" }, "options": { "sidepanel_title": " HACS ", "sidepanel_icon": "hacs:hacs", "release_limit": 10, "country": "US", "appdaemon": false, "netdaemon": false, "debug": true, "experimental": true }, "pref_disable_new_entities": false, "pref_disable_polling": false, "source": "user", "unique_id": null, "disabled_by": null }, "hacs": { "stage": "running", "version": "1.30.0", "disabled_reason": null, "new": false, "startup": false, "categories": [ "integration", "python_script", "theme", "plugin" ], "renamed_repositories": { "custom-components/blueprint": "custom-components/integration_blueprint", "mf-social/ps-date-countdown": "point-4ward/ps-date-countdown" }, "archived_repositories": [ "custom-components/custom_components", "custom-components/sensor.custom_components", "custom-components/sensor.tautulli", "Michsior14/ha-laser-egg", "custom-components/sensor.custom_aftership" ], "ignored_repositories": [], "lovelace_mode": "storage", "configuration": { "appdaemon": false, "country": "US", "debug": true, "dev": false, "experimental": true, "netdaemon": false, "python_script": false, "release_limit": 10, "theme": false } }, "custom_repositories": [], "repositories": [ { "data": { "archived": false, "authors": [ "@ludeeus" ], "category": "integration", "config_flow": false, "default_branch": null, "description": "HACS gives you a powerful UI to handle downloads of all your custom needs.", "domain": "hacs", "downloads": 26538, "etag_repository": "W/\"dfb7895f04aefdc2b6714b6d47a6e808b6bd16abc34c7e8f20c8e46218837b7d\"", "file_name": "", "first_install": false, "full_name": "hacs/integration", "hide": false, "has_issues": true, "id": "172733314", "installed_commit": "816cd4b", "installed_version": "1.30.0", "installed": true, "last_commit": "ec7c1a3", "last_updated": "2023-01-24T18:44:52Z", "last_version": "1.30.0", "manifest_name": "HACS", "new": false, "open_issues": 4, "published_tags": [], "releases": true, "selected_tag": null, "show_beta": false, "stargazers_count": 3283, "topics": [ "community", "package-manager" ] }, "integration_manifest": {}, "repository_manifest": { "content_in_root": false, "country": [], "filename": "hacs.zip", "hacs": "0.19.0", "hide_default_branch": true, "homeassistant": "2022.11.0", "manifest": { "name": "HACS", "zip_release": true, "hide_default_branch": true, "homeassistant": "2022.11.0", "hacs": "0.19.0", "filename": "hacs.zip" }, "name": "HACS", "persistent_directory": null, "render_readme": false, "zip_release": true }, "ref": null, "paths": { "localpath": "/config/custom_components/hacs", "local": "/config/custom_components/hacs", "remote": "custom_components" } }, { "data": { "archived": false, "authors": [ "@pinkywafer" ], "category": "integration", "config_flow": false, "default_branch": null, "description": "A platform which give you info about the newest video on a channel", "domain": "youtube", "downloads": 1452, "etag_repository": "W/\"15df7df32530b1d8de9a41a80e6c86f26cb716cd00b7fb464ada79e3a731a412\"", "file_name": "", "first_install": false, "full_name": "custom-components/youtube", "hide": false, "has_issues": true, "id": "171854441", "installed_commit": "a2183e7", "installed_version": "0.9.1", "installed": true, "last_commit": "a2183e7", "last_updated": "2022-07-30T08:09:26Z", "last_version": "0.9.1", "manifest_name": "Youtube Sensor", "new": false, "open_issues": 0, "published_tags": [], "releases": true, "selected_tag": null, "show_beta": false, "stargazers_count": 36, "topics": [ "youtube" ] }, "integration_manifest": {}, "repository_manifest": { "content_in_root": false, "country": [], "filename": "youtube.zip", "hacs": null, "hide_default_branch": false, "homeassistant": "2021.4.0", "manifest": { "name": "youtube", "zip_release": true, "filename": "youtube.zip", "homeassistant": "2021.4.0" }, "name": "youtube", "persistent_directory": null, "render_readme": false, "zip_release": true }, "ref": null, "paths": { "localpath": "/config/custom_components/youtube", "local": "/config/custom_components/youtube", "remote": "custom_components" } }, { "data": { "archived": false, "authors": [], "category": "integration", "config_flow": false, "default_branch": null, "description": "\ud83d\udd39 Use icons from fontawesome in home-assistant", "domain": "fontawesome", "downloads": 0, "etag_repository": "W/\"6b5c132fdc4549d8d3f0b446b21248f81e744b6ac5ec3201cc06af5a4d491e66\"", "file_name": "", "first_install": false, "full_name": "thomasloven/hass-fontawesome", "hide": false, "has_issues": true, "id": "157618389", "installed_commit": "cb7b171", "installed_version": "2.1.5", "installed": true, "last_commit": "cb7b171", "last_updated": "2023-01-07T11:46:00Z", "last_version": "2.1.5", "manifest_name": "Fontawesome icons", "new": false, "open_issues": 0, "published_tags": [], "releases": true, "selected_tag": null, "show_beta": false, "stargazers_count": 198, "topics": [] }, "integration_manifest": {}, "repository_manifest": { "content_in_root": false, "country": [], "filename": null, "hacs": null, "hide_default_branch": false, "homeassistant": "2021.11.0b0", "manifest": { "name": "fontawesome", "render_readme": true, "homeassistant": "2021.11.0b0" }, "name": "fontawesome", "persistent_directory": null, "render_readme": true, "zip_release": false }, "ref": null, "paths": { "localpath": "/config/custom_components/fontawesome", "local": "/config/custom_components/fontawesome", "remote": "custom_components" } }, { "data": { "archived": false, "authors": [ "@zachowj" ], "category": "integration", "config_flow": false, "default_branch": null, "description": "Companion Component for node-red-contrib-home-assistant-websocket to help integrate Node-RED with Home Assistant Core", "domain": "nodered", "downloads": 0, "etag_repository": "W/\"91f8f598382b55a752c8d12dcc6a1eb29df1449fc05c972a4bb83f8ba128466b\"", "file_name": "", "first_install": false, "full_name": "zachowj/hass-node-red", "hide": false, "has_issues": true, "id": "202987887", "installed_commit": "6a41fe0", "installed_version": "v1.1.2", "installed": true, "last_commit": "d4c6ad2", "last_updated": "2023-01-20T06:36:12Z", "last_version": "v1.1.2", "manifest_name": "Node-RED Companion", "new": false, "open_issues": 0, "published_tags": [], "releases": true, "selected_tag": null, "show_beta": false, "stargazers_count": 315, "topics": [ "node-red" ] }, "integration_manifest": {}, "repository_manifest": { "content_in_root": false, "country": [], "filename": null, "hacs": null, "hide_default_branch": false, "homeassistant": "2021.12.0", "manifest": { "name": "Node-RED Companion", "homeassistant": "2021.12.0" }, "name": "Node-RED Companion", "persistent_directory": null, "render_readme": false, "zip_release": false }, "ref": null, "paths": { "localpath": "/config/custom_components/nodered", "local": "/config/custom_components/nodered", "remote": "custom_components" } }, { "data": { "archived": false, "authors": [ "@LAB02-Admin" ], "category": "integration", "config_flow": false, "default_branch": null, "description": "HASS.Agent Notifier integration. Adds notifications to HASS.Agent - a Windows based client for Home Assistant.", "domain": "hass_agent_notifier", "downloads": 0, "etag_repository": "W/\"30cc1948062fe2e2418b65d80ddbfef969e2d6a22e95cefc1b649c8dab83d979\"", "file_name": "", "first_install": false, "full_name": "LAB02-Research/HASS.Agent-Notifier", "hide": false, "has_issues": true, "id": "431440766", "installed_commit": "45ed9d2", "installed_version": "v2022.10.25.1", "installed": true, "last_commit": "0d91ec0", "last_updated": "2022-11-17T13:29:03Z", "last_version": "v2022.10.25.1", "manifest_name": "HASS.Agent Notifier", "new": false, "open_issues": 0, "published_tags": [], "releases": true, "selected_tag": null, "show_beta": false, "stargazers_count": 67, "topics": [ "notifications" ] }, "integration_manifest": {}, "repository_manifest": { "content_in_root": false, "country": [], "filename": null, "hacs": null, "hide_default_branch": false, "homeassistant": "2021.4", "manifest": { "name": "HASS.Agent Notifier", "homeassistant": "2021.4", "render_readme": true }, "name": "HASS.Agent Notifier", "persistent_directory": null, "render_readme": true, "zip_release": false }, "ref": null, "paths": { "localpath": "/config/custom_components/hass_agent_notifier", "local": "/config/custom_components/hass_agent_notifier", "remote": "custom_components" } }, { "data": { "archived": false, "authors": [ "@dummylabs" ], "category": "integration", "config_flow": false, "default_branch": null, "description": "Home Assistant custom integration to keep track of missing entities and services in your config files", "domain": "watchman", "downloads": 0, "etag_repository": "W/\"39cdd229ecf0108e7bcbae21a311b1c9c8750b14362e7b87815f906997b3d8f8\"", "file_name": "", "first_install": false, "full_name": "dummylabs/thewatchman", "hide": false, "has_issues": true, "id": "455174197", "installed_commit": "2875220", "installed_version": "v0.6.0", "installed": true, "last_commit": "e8c8d55", "last_updated": "2023-01-17T22:00:42Z", "last_version": "v0.6.0", "manifest_name": "Watchman", "new": false, "open_issues": 0, "published_tags": [], "releases": true, "selected_tag": null, "show_beta": true, "stargazers_count": 194, "topics": [ "automation" ] }, "integration_manifest": {}, "repository_manifest": { "content_in_root": false, "country": [], "filename": null, "hacs": null, "hide_default_branch": false, "homeassistant": null, "manifest": { "name": "Watchman", "render_readme": true }, "name": "Watchman", "persistent_directory": null, "render_readme": true, "zip_release": false }, "ref": null, "paths": { "localpath": "/config/custom_components/watchman", "local": "/config/custom_components/watchman", "remote": "custom_components" } }, { "data": { "archived": false, "authors": [ "@LAB02-Admin" ], "category": "integration", "config_flow": false, "default_branch": null, "description": "HASS.Agent MediaPlayer integrations. Adds TTS and the ability to control local media to HASS.Agent - a Windows based client for Home Assistant.", "domain": "hass_agent_mediaplayer", "downloads": 0, "etag_repository": "W/\"99d02b4ee4350d7edcc67a434a5a378bf7d177a6fab283fad34769715195d629\"", "file_name": "", "first_install": false, "full_name": "LAB02-Research/HASS.Agent-MediaPlayer", "hide": false, "has_issues": true, "id": "485281791", "installed_commit": "345c90f", "installed_version": "2022.10.26", "installed": true, "last_commit": "5d5559c", "last_updated": "2022-11-17T13:28:30Z", "last_version": "2022.10.26", "manifest_name": "HASS.Agent MediaPlayer", "new": false, "open_issues": 0, "published_tags": [], "releases": true, "selected_tag": null, "show_beta": false, "stargazers_count": 16, "topics": [] }, "integration_manifest": {}, "repository_manifest": { "content_in_root": false, "country": [], "filename": null, "hacs": null, "hide_default_branch": false, "homeassistant": "2022.5", "manifest": { "name": "HASS.Agent MediaPlayer", "homeassistant": "2022.5", "render_readme": true }, "name": "HASS.Agent MediaPlayer", "persistent_directory": null, "render_readme": true, "zip_release": false }, "ref": null, "paths": { "localpath": "/config/custom_components/hass_agent_mediaplayer", "local": "/config/custom_components/hass_agent_mediaplayer", "remote": "custom_components" } }, { "data": { "archived": false, "authors": [ "@marcelveldt" ], "category": "integration", "config_flow": false, "default_branch": null, "description": "Turn your Home Assistant instance into a jukebox, hassle free streaming of your favorite media to Home Assistant media players.", "domain": "mass", "downloads": 10598, "etag_repository": "W/\"53691dab8bbf31d3f02d05a6e716e9dfe836ebb355fbebf7c42676ea5172296e\"", "file_name": "", "first_install": false, "full_name": "music-assistant/hass-music-assistant", "hide": false, "has_issues": true, "id": "476357279", "installed_commit": "8c769c8", "installed_version": "v2022.12.1", "installed": true, "last_commit": "8c769c8", "last_updated": "2023-01-16T12:04:29Z", "last_version": "v2022.12.1", "manifest_name": "Music Assistant", "new": false, "open_issues": 0, "published_tags": [], "releases": true, "selected_tag": null, "show_beta": true, "stargazers_count": 465, "topics": [ "music-library", "music-player" ] }, "integration_manifest": {}, "repository_manifest": { "content_in_root": false, "country": [], "filename": "mass.zip", "hacs": null, "hide_default_branch": true, "homeassistant": "2022.12.0", "manifest": { "name": "Music Assistant", "render_readme": true, "zip_release": true, "filename": "mass.zip", "hide_default_branch": true, "homeassistant": "2022.12.0" }, "name": "Music Assistant", "persistent_directory": null, "render_readme": true, "zip_release": true }, "ref": null, "paths": { "localpath": "/config/custom_components/mass", "local": "/config/custom_components/mass", "remote": "custom_components" } }, { "data": { "archived": false, "authors": [], "category": "plugin", "config_flow": false, "default_branch": null, "description": "Card that allows you to swipe throught multiple cards for Home Assistant Lovelace", "domain": null, "downloads": 0, "etag_repository": "W/\"9dd620ced2024ca53f458bea43df869287f9997c03b27968c7731ce8cb9ddec2\"", "file_name": null, "first_install": false, "full_name": "bramkragten/swipe-card", "hide": false, "has_issues": true, "id": "192732887", "installed_commit": "fcd46ed", "installed_version": "v5.0.0", "installed": true, "last_commit": "fcd46ed", "last_updated": "2023-01-07T06:32:08Z", "last_version": "v5.0.0", "manifest_name": null, "new": false, "open_issues": 0, "published_tags": [], "releases": true, "selected_tag": null, "show_beta": false, "stargazers_count": 141, "topics": [] }, "integration_manifest": {}, "repository_manifest": { "content_in_root": false, "country": [], "filename": null, "hacs": null, "hide_default_branch": false, "homeassistant": "0.110.0", "manifest": { "homeassistant": "0.110.0" }, "name": null, "persistent_directory": null, "render_readme": false, "zip_release": false }, "ref": null, "paths": { "localpath": "/config/www/community/swipe-card", "local": "/config/www/community/swipe-card", "remote": null } }, { "data": { "archived": false, "authors": [], "category": "plugin", "config_flow": false, "default_branch": null, "description": "Additional icons for Home Assistant to accompany the MDI icons", "domain": "", "downloads": 0, "etag_repository": "W/\"6482720ff9586fd11c54290567c672aa81d220d81f42476e5a8a004b1b98ff68\"", "file_name": null, "first_install": false, "full_name": "hulkhaugen/hass-bha-icons", "hide": false, "has_issues": true, "id": "179808576", "installed_commit": "89c288b", "installed_version": null, "installed": true, "last_commit": "89c288b", "last_updated": "2022-05-31T05:17:57Z", "last_version": null, "manifest_name": null, "new": false, "open_issues": 0, "published_tags": [], "releases": false, "selected_tag": null, "show_beta": false, "stargazers_count": 140, "topics": [ "icons", "iconset" ] }, "integration_manifest": {}, "repository_manifest": { "content_in_root": false, "country": [], "filename": null, "hacs": null, "hide_default_branch": false, "homeassistant": null, "manifest": { "name": "BHA Icon Pack" }, "name": "BHA Icon Pack", "persistent_directory": null, "render_readme": false, "zip_release": false }, "ref": null, "paths": { "localpath": "/config/www/community/hass-bha-icons", "local": "/config/www/community/hass-bha-icons", "remote": null } }, { "data": { "archived": false, "authors": [], "category": "plugin", "config_flow": false, "default_branch": null, "description": "A different take on the thermostat card for Home Assistant \u2668\ufe0f", "domain": "", "downloads": 30695, "etag_repository": "W/\"da3db85d623660ccc286df3c65f12e50581d3292c6c4b5b970f25ce33f20d872\"", "file_name": null, "first_install": false, "full_name": "nervetattoo/simple-thermostat", "hide": false, "has_issues": true, "id": "158654878", "installed_commit": "eb0c0d5", "installed_version": "v2.5.0", "installed": true, "last_commit": "eb0c0d5", "last_updated": "2023-01-07T05:31:40Z", "last_version": "v2.5.0", "manifest_name": null, "new": false, "open_issues": 0, "published_tags": [], "releases": true, "selected_tag": null, "show_beta": false, "stargazers_count": 626, "topics": [ "polymer-3" ] }, "integration_manifest": {}, "repository_manifest": { "content_in_root": false, "country": [], "filename": null, "hacs": null, "hide_default_branch": false, "homeassistant": "0.84.0", "manifest": { "name": "Simple Thermostat", "homeassistant": "0.84.0", "render_readme": true }, "name": "Simple Thermostat", "persistent_directory": null, "render_readme": true, "zip_release": false }, "ref": null, "paths": { "localpath": "/config/www/community/simple-thermostat", "local": "/config/www/community/simple-thermostat", "remote": null } }, { "data": { "archived": false, "authors": [], "category": "plugin", "config_flow": false, "default_branch": null, "description": "\ud83d\udd39 Add CSS styles to (almost) any lovelace card", "domain": "", "downloads": 0, "etag_repository": "W/\"948c8826761edeb7fd0aeff17b546880c9955503fc5f464956730ce29ead786e\"", "file_name": null, "first_install": false, "full_name": "thomasloven/lovelace-card-mod", "hide": false, "has_issues": true, "id": "190927524", "installed_commit": "dd85bd1", "installed_version": "3.2.0", "installed": true, "last_commit": "dd85bd1", "last_updated": "2023-01-20T09:06:06Z", "last_version": "3.2.0", "manifest_name": null, "new": false, "open_issues": 0, "published_tags": [], "releases": true, "selected_tag": null, "show_beta": false, "stargazers_count": 633, "topics": [] }, "integration_manifest": {}, "repository_manifest": { "content_in_root": false, "country": [], "filename": null, "hacs": null, "hide_default_branch": false, "homeassistant": null, "manifest": { "name": "card-mod", "render_readme": true }, "name": "card-mod", "persistent_directory": null, "render_readme": true, "zip_release": false }, "ref": null, "paths": { "localpath": "/config/www/community/lovelace-card-mod", "local": "/config/www/community/lovelace-card-mod", "remote": null } }, { "data": { "archived": false, "authors": [], "category": "plugin", "config_flow": false, "default_branch": null, "description": "\ud83d\udd39 Get more control over the placement of lovelace cards.", "domain": "", "downloads": 0, "etag_repository": "W/\"9dc74a63bcbff0350ca694cc2d2fa8a58b6d80ca775004fce307560d627f7636\"", "file_name": null, "first_install": false, "full_name": "thomasloven/lovelace-layout-card", "hide": false, "has_issues": true, "id": "156434866", "installed_commit": "9146e3b", "installed_version": "2.4.4", "installed": true, "last_commit": "9146e3b", "last_updated": "2023-01-07T04:24:33Z", "last_version": "2.4.4", "manifest_name": null, "new": false, "open_issues": 0, "published_tags": [], "releases": true, "selected_tag": null, "show_beta": false, "stargazers_count": 688, "topics": [] }, "integration_manifest": {}, "repository_manifest": { "content_in_root": false, "country": [], "filename": null, "hacs": null, "hide_default_branch": false, "homeassistant": "2022.3.0", "manifest": { "name": "layout-card", "render_readme": true, "homeassistant": "2022.3.0" }, "name": "layout-card", "persistent_directory": null, "render_readme": true, "zip_release": false }, "ref": null, "paths": { "localpath": "/config/www/community/lovelace-layout-card", "local": "/config/www/community/lovelace-layout-card", "remote": null } }, { "data": { "archived": false, "authors": [], "category": "plugin", "config_flow": false, "default_branch": null, "description": "Custom brand icons for Home Assistant", "domain": null, "downloads": 0, "etag_repository": "W/\"99946a6d13ad4133b4e739eade945939250089a5aef37956e82393d208385ecd\"", "file_name": null, "first_install": false, "full_name": "elax46/custom-brand-icons", "hide": false, "has_issues": true, "id": "366862031", "installed_commit": "bbdd0db", "installed_version": "2023.1.4", "installed": true, "last_commit": "bbdd0db", "last_updated": "2023-01-22T20:45:11Z", "last_version": "2023.1.4", "manifest_name": null, "new": false, "open_issues": 0, "published_tags": [], "releases": true, "selected_tag": null, "show_beta": false, "stargazers_count": 213, "topics": [ "custom-icons", "icons", "icons-pack", "iconset", "ikea", "philips-hue", "xiaomi" ] }, "integration_manifest": {}, "repository_manifest": { "content_in_root": false, "country": [], "filename": null, "hacs": null, "hide_default_branch": false, "homeassistant": null, "manifest": { "name": "Custom brand icons" }, "name": "Custom brand icons", "persistent_directory": null, "render_readme": false, "zip_release": false }, "ref": null, "paths": { "localpath": "/config/www/community/custom-brand-icons", "local": "/config/www/community/custom-brand-icons", "remote": null } }, { "data": { "archived": false, "authors": [], "category": "plugin", "config_flow": false, "default_branch": null, "description": "\u2747\ufe0f Lovelace button-card for home assistant", "domain": null, "downloads": 169061, "etag_repository": "W/\"c9e7b070efde99779fda23baa42f7c78312686ef10142c7ce53f788c9b83f565\"", "file_name": null, "first_install": false, "full_name": "custom-cards/button-card", "hide": false, "has_issues": true, "id": "146194325", "installed_commit": "29b10a6", "installed_version": "v3.4.2", "installed": true, "last_commit": "29b10a6", "last_updated": "2023-01-06T02:51:44Z", "last_version": "v3.4.2", "manifest_name": null, "new": false, "open_issues": 0, "published_tags": [], "releases": true, "selected_tag": null, "show_beta": false, "stargazers_count": 1308, "topics": [] }, "integration_manifest": {}, "repository_manifest": { "content_in_root": false, "country": [], "filename": "button-card.js", "hacs": null, "hide_default_branch": false, "homeassistant": null, "manifest": { "name": "button-card", "render_readme": true, "filename": "button-card.js" }, "name": "button-card", "persistent_directory": null, "render_readme": true, "zip_release": false }, "ref": null, "paths": { "localpath": "/config/www/community/button-card", "local": "/config/www/community/button-card", "remote": null } }, { "data": { "archived": false, "authors": [], "category": "plugin", "config_flow": false, "default_branch": null, "description": "\ud83d\udd39Automatically populate the entities-list of lovelace cards", "domain": "", "downloads": 0, "etag_repository": "W/\"669565561b94169a9e14c4418872eaa14177bab1b37cc22974a691175a32a40d\"", "file_name": null, "first_install": false, "full_name": "thomasloven/lovelace-auto-entities", "hide": false, "has_issues": true, "id": "167744584", "installed_commit": "ddff759", "installed_version": "1.12.1", "installed": true, "last_commit": "ddff759", "last_updated": "2023-01-01T22:27:33Z", "last_version": "1.12.1", "manifest_name": null, "new": false, "open_issues": 0, "published_tags": [], "releases": true, "selected_tag": null, "show_beta": false, "stargazers_count": 795, "topics": [] }, "integration_manifest": {}, "repository_manifest": { "content_in_root": false, "country": [], "filename": null, "hacs": null, "hide_default_branch": false, "homeassistant": "2022.3.0", "manifest": { "name": "auto-entities", "render_readme": true, "homeassistant": "2022.3.0" }, "name": "auto-entities", "persistent_directory": null, "render_readme": true, "zip_release": false }, "ref": null, "paths": { "localpath": "/config/www/community/lovelace-auto-entities", "local": "/config/www/community/lovelace-auto-entities", "remote": null } }, { "data": { "archived": false, "authors": [], "category": "plugin", "config_flow": false, "default_branch": null, "description": "Weather Card with animated icons for Home Assistant Lovelace", "domain": null, "downloads": 0, "etag_repository": "W/\"1a317d95f3fe369c81cb379f1db0fed975746abb285d66f2439d02b4a1e4539e\"", "file_name": null, "first_install": false, "full_name": "bramkragten/weather-card", "hide": false, "has_issues": true, "id": "192732636", "installed_commit": "c185504", "installed_version": "v1.5.0", "installed": true, "last_commit": "8773e03", "last_updated": "2022-12-25T21:38:16Z", "last_version": "v1.5.0", "manifest_name": null, "new": false, "open_issues": 0, "published_tags": [], "releases": true, "selected_tag": null, "show_beta": false, "stargazers_count": 366, "topics": [] }, "integration_manifest": {}, "repository_manifest": { "content_in_root": false, "country": [], "filename": null, "hacs": null, "hide_default_branch": false, "homeassistant": null, "manifest": {}, "name": null, "persistent_directory": null, "render_readme": false, "zip_release": false }, "ref": null, "paths": { "localpath": "/config/www/community/weather-card", "local": "/config/www/community/weather-card", "remote": null } }, { "data": { "archived": false, "authors": [], "category": "plugin", "config_flow": false, "default_branch": null, "description": "Additional vector icons for home assistant to model Philips Hue bulbs and fixtures. ", "domain": "", "downloads": 2569, "etag_repository": "W/\"55c0ca50d30a768ff8e33227a44012355277058caf1667ae88c2d2d7de47f5bd\"", "file_name": null, "first_install": false, "full_name": "arallsopp/hass-hue-icons", "hide": false, "has_issues": true, "id": "384434522", "installed_commit": "73a99d8", "installed_version": "v1.2.49", "installed": true, "last_commit": "754afbc", "last_updated": "2023-01-20T16:42:59Z", "last_version": "v1.2.49", "manifest_name": null, "new": false, "open_issues": 0, "published_tags": [], "releases": true, "selected_tag": null, "show_beta": false, "stargazers_count": 211, "topics": [ "custom-icons", "hue", "hue-lights", "icons", "iconset", "philips-hue", "svg" ] }, "integration_manifest": {}, "repository_manifest": { "content_in_root": false, "country": [], "filename": null, "hacs": null, "hide_default_branch": false, "homeassistant": null, "manifest": { "name": "Hass Hue Icons", "render_readme": true }, "name": "Hass Hue Icons", "persistent_directory": null, "render_readme": true, "zip_release": false }, "ref": null, "paths": { "localpath": "/config/www/community/hass-hue-icons", "local": "/config/www/community/hass-hue-icons", "remote": null } }, { "data": { "archived": false, "authors": [], "category": "plugin", "config_flow": false, "default_branch": null, "description": "Highly customisable Lovelace card to plot interactive graphs. Brings scrolling, zooming, and much more!", "domain": "", "downloads": 4258, "etag_repository": "W/\"0181fe49366e1cdb115644074cb487837ff076f2eb54ebd311474704e6052751\"", "file_name": null, "first_install": false, "full_name": "dbuezas/lovelace-plotly-graph-card", "hide": false, "has_issues": true, "id": "413812496", "installed_commit": "6bc109d", "installed_version": "v2.1.0", "installed": true, "last_commit": "b0416d6", "last_updated": "2023-01-17T08:52:51Z", "last_version": "v2.1.0", "manifest_name": null, "new": false, "open_issues": 0, "published_tags": [], "releases": true, "selected_tag": null, "show_beta": false, "stargazers_count": 98, "topics": [ "graphs", "history", "lovelace-custom-card", "navigate", "plotly", "plotlyjs", "plots", "scroll", "zoom" ] }, "integration_manifest": {}, "repository_manifest": { "content_in_root": false, "country": [], "filename": "plotly-graph-card.js", "hacs": null, "hide_default_branch": false, "homeassistant": null, "manifest": { "name": "Plotly Graph Card", "render_readme": true, "filename": "plotly-graph-card.js" }, "name": "Plotly Graph Card", "persistent_directory": null, "render_readme": true, "zip_release": false }, "ref": null, "paths": { "localpath": "/config/www/community/lovelace-plotly-graph-card", "local": "/config/www/community/lovelace-plotly-graph-card", "remote": null } }, { "data": { "archived": false, "authors": [], "category": "plugin", "config_flow": false, "default_branch": null, "description": "Mushroom Cards - Build a beautiful dashboard easily \ud83c\udf44", "domain": null, "downloads": 7902, "etag_repository": "W/\"163b27580a99f5eda592fe55de10a2eeff912b341f39cf09fe18dcd0b38e8c2f\"", "file_name": null, "first_install": false, "full_name": "piitaya/lovelace-mushroom", "hide": false, "has_issues": true, "id": "444350375", "installed_commit": "b664347", "installed_version": "v2.5.2", "installed": true, "last_commit": "6da1eb3", "last_updated": "2023-01-25T11:12:46Z", "last_version": "v2.5.2", "manifest_name": null, "new": false, "open_issues": 214, "published_tags": [], "releases": true, "selected_tag": null, "show_beta": false, "stargazers_count": 1972, "topics": [ "card", "mushroom" ] }, "integration_manifest": {}, "repository_manifest": { "content_in_root": false, "country": [], "filename": "mushroom.js", "hacs": null, "hide_default_branch": false, "homeassistant": "2022.11.0", "manifest": { "name": "Mushroom", "filename": "mushroom.js", "homeassistant": "2022.11.0", "render_readme": true }, "name": "Mushroom", "persistent_directory": null, "render_readme": true, "zip_release": false }, "ref": null, "paths": { "localpath": "/config/www/community/lovelace-mushroom", "local": "/config/www/community/lovelace-mushroom", "remote": null } }, { "data": { "archived": false, "authors": [], "category": "plugin", "config_flow": false, "default_branch": null, "description": "a custom card for home assistant that utilizes tabs to segregate individual cards.", "domain": null, "downloads": 5282, "etag_repository": "W/\"94620808b2a32dbc0cea7526e0d068b7b9b1bac0766a4d162a0577ac63ad6a5b\"", "file_name": null, "first_install": false, "full_name": "kinghat/tabbed-card", "hide": false, "has_issues": true, "id": "452866308", "installed_commit": "d548d87", "installed_version": "v0.3.1", "installed": true, "last_commit": "33db0c8", "last_updated": "2023-01-17T19:38:37Z", "last_version": "v0.3.1", "manifest_name": null, "new": false, "open_issues": 0, "published_tags": [], "releases": true, "selected_tag": null, "show_beta": false, "stargazers_count": 32, "topics": [ "card", "hacs-custom", "home-assistant-component", "lovelace-custom-card" ] }, "integration_manifest": {}, "repository_manifest": { "content_in_root": false, "country": [], "filename": null, "hacs": null, "hide_default_branch": false, "homeassistant": null, "manifest": { "name": "Tabbed Card", "render_readme": true }, "name": "Tabbed Card", "persistent_directory": null, "render_readme": true, "zip_release": false }, "ref": null, "paths": { "localpath": "/config/www/community/tabbed-card", "local": "/config/www/community/tabbed-card", "remote": null } }, { "data": { "archived": false, "authors": [], "category": "theme", "config_flow": false, "default_branch": null, "description": "Dark Grey Theme for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"f171c937a8c6fcc900effc6cddbc4bebfb4a87918a762c186cf50984d52a8ea4\"", "file_name": "", "first_install": false, "full_name": "chaptergy/noctis-grey", "hide": false, "has_issues": true, "id": "235436539", "installed_commit": "4102ef6", "installed_version": "v1.3.4", "installed": true, "last_commit": "4102ef6", "last_updated": "2022-12-04T22:46:19Z", "last_version": "v1.3.4", "manifest_name": null, "new": false, "open_issues": 0, "published_tags": [], "releases": true, "selected_tag": null, "show_beta": false, "stargazers_count": 8, "topics": [] }, "integration_manifest": {}, "repository_manifest": { "content_in_root": false, "country": [], "filename": null, "hacs": null, "hide_default_branch": false, "homeassistant": null, "manifest": { "name": "Noctis Grey", "render_readme": true }, "name": "Noctis Grey", "persistent_directory": null, "render_readme": true, "zip_release": false }, "ref": null, "paths": { "localpath": "/config/themes/", "local": "/config/themes/", "remote": "themes" } }, { "data": { "archived": false, "authors": [], "category": "theme", "config_flow": false, "default_branch": null, "description": "\u2764\ufe0f\ud83d\udcf1\ud83c\udfe0\ud83e\udd16 Themes inspired by iOS Dark \u2b1b\ufe0f and Light \u25fb\ufe0f Mode for Lovelace Home Assistant with different backgrounds by @basnijholt", "domain": null, "downloads": 0, "etag_repository": "W/\"3eb924f668d0b09f5f500d7bf4ec84513e3a4adb1f718698939211a33a466921\"", "file_name": "", "first_install": false, "full_name": "basnijholt/lovelace-ios-themes", "hide": false, "has_issues": true, "id": "236318024", "installed_commit": "30fdac5", "installed_version": "v2.11.0", "installed": true, "last_commit": "30fdac5", "last_updated": "2022-11-20T20:05:49Z", "last_version": "v2.11.0", "manifest_name": null, "new": false, "open_issues": 0, "published_tags": [], "releases": true, "selected_tag": null, "show_beta": false, "stargazers_count": 392, "topics": [] }, "integration_manifest": {}, "repository_manifest": { "content_in_root": false, "country": [], "filename": "ios-themes.yaml", "hacs": "0.21.2", "hide_default_branch": false, "homeassistant": null, "manifest": { "name": "iOS Themes - Dark Mode and Light Mode", "hacs": "0.21.2", "filename": "ios-themes.yaml", "render_readme": true }, "name": "iOS Themes - Dark Mode and Light Mode", "persistent_directory": null, "render_readme": true, "zip_release": false }, "ref": null, "paths": { "localpath": "/config/themes/", "local": "/config/themes/", "remote": "themes" } }, { "data": { "archived": false, "authors": [], "category": "theme", "config_flow": false, "default_branch": null, "description": "Additional themes for Lovelace Mushroom Cards \ud83c\udf44", "domain": "", "downloads": 0, "etag_repository": "W/\"8155ed75e1a76cbf1ae56bbcccc4ee140af8eb35c34578cfc3ea8cae5c9ad2a1\"", "file_name": "", "first_install": false, "full_name": "piitaya/lovelace-mushroom-themes", "hide": false, "has_issues": true, "id": "456201687", "installed_commit": "6d03328", "installed_version": "v0.0.9", "installed": true, "last_commit": "6d03328", "last_updated": "2022-11-03T11:39:08Z", "last_version": "v0.0.9", "manifest_name": null, "new": false, "open_issues": 0, "published_tags": [], "releases": true, "selected_tag": null, "show_beta": false, "stargazers_count": 133, "topics": [ "mushroom" ] }, "integration_manifest": {}, "repository_manifest": { "content_in_root": false, "country": [], "filename": null, "hacs": null, "hide_default_branch": false, "homeassistant": "2022.11.0b0", "manifest": { "name": "Mushroom Themes", "homeassistant": "2022.11.0b0", "render_readme": true }, "name": "Mushroom Themes", "persistent_directory": null, "render_readme": true, "zip_release": false }, "ref": null, "paths": { "localpath": "/config/themes/", "local": "/config/themes/", "remote": "themes" } } ], "rate_limit": { "resources": { "core": { "limit": 5000, "used": 0, "remaining": 5000, "reset": 1674689267 }, "search": { "limit": 30, "used": 0, "remaining": 30, "reset": 1674685727 }, "graphql": { "limit": 5000, "used": 0, "remaining": 5000, "reset": 1674689267 }, "integration_manifest": { "limit": 5000, "used": 0, "remaining": 5000, "reset": 1674689267 }, "source_import": { "limit": 100, "used": 0, "remaining": 100, "reset": 1674685727 }, "code_scanning_upload": { "limit": 1000, "used": 0, "remaining": 1000, "reset": 1674689267 }, "actions_runner_registration": { "limit": 10000, "used": 0, "remaining": 10000, "reset": 1674689267 }, "scim": { "limit": 15000, "used": 0, "remaining": 15000, "reset": 1674689267 } }, "rate": { "limit": 5000, "used": 0, "remaining": 5000, "reset": 1674689267 } } } }

hacs-bot[bot] commented 1 year ago

Make sure you have read the issue guidelines and that you filled out the entire template.

If you have an issue identical to this, do not add comments like "same here", "i have this too", instead add a :+1: reaction to the issue description. Thanks! :+1:

jweston2112 commented 1 year ago

additional Logging info

2023-01-25 17:38:18.720 INFO (MainThread) [custom_components.hacs]
-------------------------------------------------------------------
HACS (Home Assistant Community Store)
Version: 1.30.0
This is a custom integration
If you have any issues with this you need to open an issue here:
https://github.com/hacs/integration/issues
-------------------------------------------------------------------
2023-01-25 17:38:18.967 WARNING (MainThread) [homeassistant.helpers.frame] Detected integration that called async_setup_platforms instead of awaiting async_forward_entry_setups; this will fail in version 2023.3. Please report issue to the custom integration author for watchman using this method at custom_components/watchman/__init__.py, line 130: hass.config_entries.async_setup_platforms(entry, PLATFORMS)
2023-01-25 17:38:19.567 DEBUG (MainThread) [custom_components.hacs] Configuration type: config_entry
2023-01-25 17:38:19.778 INFO (MainThread) [custom_components.hacs] <HacsData restore> Restore started
2023-01-25 17:38:20.387 INFO (MainThread) [custom_components.hacs] <HacsData restore> Restore done
2023-01-25 17:38:20.388 INFO (MainThread) [custom_components.hacs] Enable category: integration
2023-01-25 17:38:20.390 INFO (MainThread) [custom_components.hacs] Enable category: plugin
2023-01-25 17:38:20.390 INFO (MainThread) [custom_components.hacs] Enable category: python_script
2023-01-25 17:38:20.390 INFO (MainThread) [custom_components.hacs] Enable category: theme
2023-01-25 17:38:20.390 INFO (MainThread) [custom_components.hacs] <HacsFrontend> Using experimental frontend
2023-01-25 17:38:20.393 INFO (MainThread) [custom_components.hacs] Setting up plugin endpoint
2023-01-25 17:38:20.394 INFO (MainThread) [custom_components.hacs] <HacsFrontend> storage mode, cache for /hacsfiles/: True
2023-01-25 17:38:20.405 WARNING (MainThread) [homeassistant.helpers.frame] Detected integration that called async_setup_platforms instead of awaiting async_forward_entry_setups; this will fail in version 2023.3. Please report issue to the custom integration author for hacs using this method at custom_components/hacs/__init__.py, line 177: hass.config_entries.async_setup_platforms(
2023-01-25 17:38:20.420 INFO (MainThread) [custom_components.hacs] Stage changed: setup
2023-01-25 17:38:20.422 INFO (MainThread) [custom_components.hacs] Stage changed: waiting
2023-01-25 17:38:20.422 INFO (MainThread) [custom_components.hacs] Setup complete, waiting for Home Assistant before startup tasks starts
2023-01-25 17:38:22.419 INFO (MainThread) [homeassistant.components.media_player] Setting up media_player.dlna_dmr
2023-01-25 17:38:22.422 INFO (MainThread) [homeassistant.components.media_player] Setting up media_player.dlna_dmr
2023-01-25 17:38:23.152 INFO (MainThread) [homeassistant.components.media_player] Setting up media_player.esphome
2023-01-25 17:38:23.998 INFO (MainThread) [homeassistant.components.media_player] Setting up media_player.cast
2023-01-25 17:38:24.025 INFO (MainThread) [homeassistant.components.media_player] Setting up media_player.denonavr
2023-01-25 17:38:29.213 DEBUG (MainThread) [homeassistant.components.denonavr.media_player] Denon receiver at host 192.168.128.10 initialized