From 358c37eb107008eb16c2b50adb9371e3b9b29a2a Mon Sep 17 00:00:00 2001 From: Ludeeus Date: Sun, 30 Jan 2022 19:36:36 +0000 Subject: [PATCH 1/6] Add base repositories file --- Makefile | 3 ++ custom_components/hacs/base.py | 3 ++ custom_components/hacs/utils/data.py | 12 +++++-- .../hacs/utils/default.repositories | 1 + manage/update_default_repositories.py | 35 +++++++++++++++++++ tests/hacsbase/test_hacsbase_data.py | 6 ++-- 6 files changed, 55 insertions(+), 5 deletions(-) create mode 100644 custom_components/hacs/utils/default.repositories create mode 100644 manage/update_default_repositories.py diff --git a/Makefile b/Makefile index 22bd9503726..c85ad20e401 100644 --- a/Makefile +++ b/Makefile @@ -40,6 +40,9 @@ update: ## Pull main from hacs/integration bump-frontend: ## Bump the HACS frontend @bash manage/bump_frontend; +update-base-repositories: ## Update stored base repositories + @python3 manage/update_default_repositories.py; + homeassistant-install: ## Install the latest dev version of Home Assistant python3 -m pip --disable-pip-version-check install -U "pip>=8.0.3,<20.3"; python3 -m pip --disable-pip-version-check install -U setuptools wheel; diff --git a/custom_components/hacs/base.py b/custom_components/hacs/base.py index 742a74de777..faaec5a8349 100644 --- a/custom_components/hacs/base.py +++ b/custom_components/hacs/base.py @@ -762,6 +762,9 @@ async def async_get_category_repositories(self, category: HacsCategory) -> None: repository = self.repositories.get_by_full_name(repo) if repository is not None: self.repositories.mark_default(repository) + if self.status.new: + # Force update for new installations + self.queue.add(repository.common_update()) continue self.queue.add( self.async_register_repository( diff --git a/custom_components/hacs/utils/data.py b/custom_components/hacs/utils/data.py index 6c6ba1f006c..6698dfa00e0 100644 --- a/custom_components/hacs/utils/data.py +++ b/custom_components/hacs/utils/data.py @@ -4,6 +4,7 @@ import os from homeassistant.core import callback +from homeassistant.util import json as json_util from ..base import HacsBase from ..enums import HacsGitHubRepo @@ -120,15 +121,20 @@ async def async_store_repository_data(self, repository: HacsRepository): async def restore(self): """Restore saved data.""" - hacs = await async_load_from_store(self.hacs.hass, "hacs") + self.hacs.status.new = False + hacs = await async_load_from_store(self.hacs.hass, "hacs") or {} repositories = await async_load_from_store(self.hacs.hass, "repositories") or {} if not hacs and not repositories: # Assume new install self.hacs.status.new = True - return True + self.logger.info("Loading base repository information") + repositories = await self.hacs.hass.async_add_executor_job( + json_util.load_json, + f"{self.hacs.core.config_path}/custom_components/hacs/utils/default.repositories", + ) + self.logger.info("Restore started") - self.hacs.status.new = False # Hacs self.hacs.configuration.frontend_mode = hacs.get("view", "Grid") diff --git a/custom_components/hacs/utils/default.repositories b/custom_components/hacs/utils/default.repositories new file mode 100644 index 00000000000..dde15a70b6a --- /dev/null +++ b/custom_components/hacs/utils/default.repositories @@ -0,0 +1 @@ +{"172733314": {"authors": ["@ludeeus"], "category": "integration", "description": "HACS gives you a powerful UI to handle downloads of all your custom needs.", "domain": "hacs", "downloads": 1441, "etag_repository": "W/\"e0be6020b9e49f6c7d3d3c2fe91a78c0cd09775e086e6b0b355e9cedb807931e\"", "full_name": "hacs/integration", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7bf62c4", "last_release_tag": "1.21.0", "last_updated": "2022-01-30T12:46:03Z", "name": "hacs", "new": false, "repository_manifest": {"name": "HACS", "zip_release": true, "hide_default_branch": true, "homeassistant": "2021.9.0", "hacs": "0.19.0", "filename": "hacs.zip"}, "selected_tag": null, "show_beta": false, "stars": 2225, "topics": ["community", "hacktoberfest", "hacs", "home-assistant", "integration", "package-manager", "python"], "version_installed": null, "last_fetched": 1643571265.221068}, "191831638": {"authors": ["@albertogeniola"], "category": "integration", "description": "Custom component that leverages the Meross IoT library to integrate with Homeassistant", "domain": "meross_cloud", "downloads": 0, "etag_repository": "W/\"592e2391290e07789885648c39994bddb8d28f60faddec4a481f4eba6635e8fd\"", "full_name": "albertogeniola/meross-homeassistant", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3114a85", "last_release_tag": "v1.2.0rc2", "last_updated": "2022-01-30T18:15:52Z", "name": "meross_cloud", "new": false, "repository_manifest": {"name": "Meross Integration", "hacs": "1.6.0", "homeassistant": "1.0.0", "domains": ["sensor", "climate", "switch", "cover", "fan", "light"]}, "selected_tag": null, "show_beta": false, "stars": 379, "topics": ["homeassistant", "meross", "meross-homeassistant"], "version_installed": null, "last_fetched": 1643571219.935256}, "232269564": {"authors": ["@jedmeng"], "category": "integration", "description": "\u63a7\u5ba2\u5c0fK \u63a5\u5165Home Assistant\uff0c\u652f\u6301\u6700\u65b0\u7248\u672cHA \u76ee\u524d\u6700\u65b0\u7248\u672c\uff080.103\uff09\uff0c\u76f8\u4fe1\u672a\u6765\u7684\u7248\u672c\u4e5f\u53ef\u4ee5\u652f\u6301\u3002", "domain": "konke", "downloads": 0, "etag_repository": "W/\"9f86fb1430ef9f17f4fd56c058936a3596202f4bca92dda3065a0446106bdc90\"", "full_name": "5high/konke", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "bfd34f7", "last_release_tag": null, "last_updated": "2021-09-27T02:52:46Z", "name": "konke", "new": false, "repository_manifest": {"name": "Konke", "country": ["CN"], "render_readme": false, "domains": ["sensor", "swtich"]}, "selected_tag": null, "show_beta": false, "stars": 11, "topics": [], "version_installed": null}, "234514524": {"authors": [], "category": "integration", "description": "HomeAssistant custom component to control your SONOS Alarm", "domain": "sonos_alarm", "downloads": 0, "etag_repository": "W/\"aaf3bcafd22f41a42b8c3ad62621d13fe90b706af9c4686e955bf5b4ac2ace1d\"", "full_name": "AaronDavidSchneider/SonosAlarm", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5b9426d", "last_release_tag": "1.3.1", "last_updated": "2021-05-25T16:33:27Z", "name": "sonos_alarm", "new": false, "repository_manifest": {"name": "Sonos Alarm", "domains": ["switch"]}, "selected_tag": null, "show_beta": false, "stars": 18, "topics": [], "version_installed": null}, "125756318": {"authors": ["@amaximus"], "category": "integration", "description": "HomeAssistant custom component for Budapest public transportation", "domain": "bkk_stop", "downloads": 0, "etag_repository": "W/\"1b7f15c174308623ea306bf66adf04e58e0cd50f265d7ae2af62863f90595416\"", "full_name": "amaximus/bkk_stop", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "175d0f7", "last_release_tag": "2.0.1", "last_updated": "2021-12-01T19:23:57Z", "name": "bkk_stop", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 14, "topics": ["bkk", "budapest", "homeassistant", "homeassistant-components", "transportation"], "version_installed": null}, "169460975": {"authors": ["@akasma74"], "category": "integration", "description": "It is a fork of \"Yet another take on a home assistant custom alarm\" that will exist until its author is back to our Earth", "domain": "bwalarm", "downloads": 0, "etag_repository": "W/\"b638454705107b21dac411a7067d5829a1acf0916b11559dc889d20e406469ab\"", "full_name": "akasma74/Hass-Custom-Alarm", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "44b08b8", "last_release_tag": "v.1.12.12", "last_updated": "2021-12-24T16:15:25Z", "name": "bwalarm", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 75, "topics": [], "version_installed": null, "last_fetched": 1641587634.93489}, "252195707": {"authors": ["@abacao"], "category": "integration", "description": "Home Assistant Component: Mirubee or Wibeee ", "domain": "wibeee", "downloads": 0, "etag_repository": "W/\"1a6a970a618d37e51c4ed4634c80018c18dd14428eff150157f2bf31f87df5bd\"", "full_name": "abacao/hass_wibeee", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "59177e9", "last_release_tag": null, "last_updated": "2022-01-10T09:21:31Z", "name": "wibeee", "new": false, "repository_manifest": {"name": "Wibeee - abacao", "render_readme": true, "content_in_root": true}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["hacs", "home-assistant", "wibeee"], "version_installed": null, "last_fetched": 1643571219.752017}, "272432260": {"authors": ["@algirdasc"], "category": "integration", "description": "Floureon (Broadlink based) thermostat integration for Home Assistant", "domain": "floureon", "downloads": 0, "etag_repository": "W/\"3b80152b846d6d61d0946fd52ca323b9c548e7d7ed80a29ad407b15a6169e400\"", "full_name": "algirdasc/hass-floureon", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "40b84cf", "last_release_tag": null, "last_updated": "2021-12-26T20:32:45Z", "name": "floureon", "new": false, "repository_manifest": {"name": "Floureon Thermostat", "content_in_root": false, "domains": ["switch", "climate"], "homeassistant": "0.110.0", "iot_class": "Local Polling", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 19, "topics": ["broadlink", "floureon", "homeassistant", "thermostat"], "version_installed": null, "last_fetched": 1641307129.21997}, "215825339": {"authors": ["@alryaz"], "category": "integration", "description": "Hekr integration using python-hekr", "domain": "hekr", "downloads": 0, "etag_repository": "W/\"e02a8295186e8b4e88c4e7935daf3dd468f5393c1075e95df7d170a069112ae5\"", "full_name": "alryaz/hass-hekr-component", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7338128", "last_release_tag": "v0.2.12", "last_updated": "2021-09-14T15:12:51Z", "name": "hekr", "new": false, "repository_manifest": {"name": "Hekr Component", "content_in_root": false, "filename": false, "render_readme": false, "domains": ["sensor", "switch"], "country": false, "homeassistant": "0.109.0", "persistent_directory": false, "iot_class": "Local Polling"}, "selected_tag": null, "show_beta": false, "stars": 25, "topics": ["consumption", "hekr", "homeassistant-components", "python", "wisen-application"], "version_installed": null, "last_fetched": 1642004168.134563}, "257104502": {"authors": ["@amaximus"], "category": "integration", "description": "FKF Budapest Garbage Collection custom component for Home Assistant", "domain": "fkf_garbage_collection", "downloads": 0, "etag_repository": "W/\"6e37149f98f166a54f488ac48df8252d633c36bbe3f65a9749549d8330b41c6e\"", "full_name": "amaximus/fkf-garbage-collection", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c451ee2", "last_release_tag": "0.4.7", "last_updated": "2021-12-13T13:39:54Z", "name": "fkf_garbage_collection", "new": false, "repository_manifest": {"name": "FKF Budapest Garbage Collection", "country": ["HU"], "domains": ["sensor"], "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 13, "topics": ["budapest", "home-assistant", "homeassistant-components"], "version_installed": null}, "224374747": {"authors": [], "category": "integration", "description": "\u6590\u8bafDC1\u63d2\u6392\u63a5\u5165Home Assistant\u63d2\u4ef6\uff0c\u672c\u63d2\u4ef6\u539f\u4f5c\u8005NETYJ\uff0c\u6b64\u5904\u4ec5\u4e3aHACS\u5b89\u88c5\u65b9\u4fbf\u4e4b\u7528\u3002", "domain": "phicomm_dc1", "downloads": 0, "etag_repository": "W/\"645f524189cb2cabc7c4a40808c44704e67869d70eee01a16978e433f55de40c\"", "full_name": "5high/phicomm-dc1-homeassistant", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9328717", "last_release_tag": null, "last_updated": "2021-06-04T14:08:17Z", "name": "phicomm_dc1", "new": false, "repository_manifest": {"name": "Phicomm DC1", "country": ["CN"], "render_readme": false, "domains": ["sensor", "swtich"]}, "selected_tag": null, "show_beta": false, "stars": 10, "topics": [], "version_installed": null}, "292720530": {"authors": ["@alryaz", "@turbo-lab"], "category": "integration", "description": "Home Assistant custom component for Pandora Car Alarm System", "domain": "pandora_cas", "downloads": 0, "etag_repository": "W/\"5aa989d4ec7c159d1a1bd20be68bfaae77572ffc9cb655f89eb7ac2b38afc3a1\"", "full_name": "alryaz/hass-pandora-cas", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "684e9d5", "last_release_tag": "v1.2.1", "last_updated": "2021-11-04T01:00:48Z", "name": "pandora_cas", "new": false, "repository_manifest": {"name": "Pandora Car Alarm System", "content_in_root": false, "zip_release": false, "render_readme": true, "domains": ["device_tracker", "binary_sensor", "sensor", "lock", "switch"], "homeassistant": "2021.8.0", "country": ["RU", "BY", "KZ", "UA"], "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 12, "topics": ["car-system", "custom-components", "hacs", "home-assistant", "home-automation", "homeassistant", "pandora-alarm", "vehicle-tracking"], "version_installed": null}, "258012483": {"authors": ["@AkA57"], "category": "integration", "description": "Livebox TV UHD custom component for Home Assistant", "domain": "liveboxtvuhd", "downloads": 0, "etag_repository": "W/\"5aef63e66e65909d168ce7627ca7fb0883395730762482c0b9b33d22c5c2e2c7\"", "full_name": "AkA57/liveboxtvuhd", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e58323e", "last_release_tag": "v1.0.3", "last_updated": "2022-01-17T20:45:20Z", "name": "liveboxtvuhd", "new": false, "repository_manifest": {"name": "Livebox TV UHD", "hacs": "0.24.0", "domains": ["media_player"], "iot_class": "Local Polling", "homeassistant": "0.110.0"}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": ["homeassistant", "livebox"], "version_installed": null, "last_fetched": 1642520495.071345}, "233575809": {"authors": ["@adamnaj"], "category": "integration", "description": "The linksys_velop platform allows for presence detection by listing devices connected to your Linksys Velop router.", "domain": "linksys_velop", "downloads": 0, "etag_repository": "W/\"399827a9940b7627489acd20e1a0581bd3f817f8b4379deb4df62c1615b6b77b\"", "full_name": "AdamNaj/linksys_velop", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "8cb5d9b", "last_release_tag": "0.1.1", "last_updated": "2021-05-08T21:20:15Z", "name": "linksys_velop", "new": false, "repository_manifest": {"name": "Linksys Velop Device Tracker", "content_in_root": false, "domains": ["device_tracker"], "homeassistant": "0.100.0"}, "selected_tag": null, "show_beta": false, "stars": 13, "topics": [], "version_installed": null, "last_fetched": 1641307134.406528}, "197920457": {"authors": ["@andersonshatch"], "category": "integration", "description": "This is a library to allow communicating to a Midea appliance via the Midea cloud.", "domain": "midea", "downloads": 0, "etag_repository": "W/\"1234599e1dfee10eb29e8d1d9bb75f0ce3d6e352dc877ec93f9ad6d0cd00f649\"", "full_name": "andersonshatch/midea-ac-py", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f779f3b", "last_release_tag": null, "last_updated": "2021-03-07T12:12:17Z", "name": "midea", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 62, "topics": ["hacs", "home-assistant-custom", "homeassistant", "midea", "python"], "version_installed": null}, "160728801": {"authors": ["@asantaga"], "category": "integration", "description": "Home Assistant Sensor for the LightwaveRF energy monitor", "domain": "lightwaverf_energy", "downloads": 0, "etag_repository": "W/\"08adead9be5529d2d97ff32152fcd5b72fc41a871be4515940a98452c04ef317\"", "full_name": "asantaga/lightwaverf_HA_EnergySensor", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "ba7066d", "last_release_tag": "R1.6", "last_updated": "2021-08-14T20:51:29Z", "name": "lightwaverf_energy", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["electricity", "energysensor", "lightwaverf"], "version_installed": null}, "159080189": {"authors": ["@asantaga", "@msp1974"], "category": "integration", "description": "Platform and related climate/sensors to support the Drayton Wiser Home Heating System", "domain": "wiser", "downloads": 0, "etag_repository": "W/\"b5e6ddcbfece5af2a1c67eb39d0df1dcf45ce261b7c412ed27e8e41df4b47631\"", "full_name": "asantaga/wiserHomeAssistantPlatform", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "cc8edde", "last_release_tag": "v3.0.19", "last_updated": "2022-01-29T20:16:01Z", "name": "wiser", "new": false, "repository_manifest": {"name": "Drayton Wiser Integration for Home Assistant", "homeassistant": "2021.12", "render_readme": false}, "selected_tag": null, "show_beta": false, "stars": 98, "topics": ["drayton", "heating", "homeassistant", "wiser"], "version_installed": null, "last_fetched": 1643571221.764775}, "201497401": {"authors": ["@anonym-tsk"], "category": "integration", "description": "Xiaomi IR Climate Component", "domain": "xiaomi_remote", "downloads": 0, "etag_repository": "W/\"695c4c18faa0833368c8598e0576f6479df73bc09a9587eb0a402dcd2989b79c\"", "full_name": "Anonym-tsk/homeassistant-climate-xiaomi-remote", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b3f89c7", "last_release_tag": null, "last_updated": "2021-06-03T09:52:44Z", "name": "xiaomi_remote", "new": false, "repository_manifest": {"name": "Xiaomi IR Climate", "domains": "climate", "iot_class": "Local Polling"}, "selected_tag": null, "show_beta": false, "stars": 27, "topics": ["climate", "custom-component", "hacs", "hassio", "home-assistant", "xiaomi"], "version_installed": null}, "190378093": {"authors": ["@And3rsL"], "category": "integration", "description": "Visonic/Bentel/Tyco Alarm System integrtation for Home Assistant", "domain": "visonicalarm", "downloads": 0, "etag_repository": "W/\"b7b99610bdf66a8af034ac0403788a9cdb5be5bc76e0fd1a4b9c51a83ec6e3af\"", "full_name": "And3rsL/VisonicAlarm-for-Hassio", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "fd27eba", "last_release_tag": "3.0.2", "last_updated": "2022-01-14T08:59:54Z", "name": "visonicalarm", "new": false, "repository_manifest": {"name": "Visonic/Bentel/Tyco Alarm System"}, "selected_tag": null, "show_beta": false, "stars": 15, "topics": ["alarm", "alarm-control-panel", "bentel", "home-assistant", "python", "sensor", "tycomonitor", "visonic"], "version_installed": null, "last_fetched": 1643571221.393945}, "186347733": {"authors": ["@arjenvrh"], "category": "integration", "description": "Adds an audi connect integration to home assistant", "domain": "audiconnect", "downloads": 0, "etag_repository": "W/\"567bfaab1b4f0285d79de282db951a1466c900178ed49ebdff85a66c62ddf260\"", "full_name": "arjenvrh/audi_connect_ha", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e0b1e54", "last_release_tag": null, "last_updated": "2022-01-29T07:50:40Z", "name": "audiconnect", "new": false, "repository_manifest": {"name": "Audi connect", "domains": ["sensor", "binary_sensor", "switch", "device_tracker", "lock"], "homeassistant": "0.110.0"}, "selected_tag": null, "show_beta": false, "stars": 92, "topics": ["audi", "audi-connect", "homeassistant", "integration", "sensors"], "version_installed": null, "last_fetched": 1643571221.532098}, "252926906": {"authors": ["@asev"], "category": "integration", "description": "Uponor Smatrix Pulse heating/cooling system integration for Home Assistant.", "domain": "uponor", "downloads": 0, "etag_repository": "W/\"e2e94a8fa3f39ccf3dde373984c80eed6c3e619679c34c3fbdcc7fcc9ba63baa\"", "full_name": "asev/homeassistant-uponor", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "0470096", "last_release_tag": "v0.8.2", "last_updated": "2022-01-13T23:27:26Z", "name": "uponor", "new": false, "repository_manifest": {"name": "Uponor Smatrix Pulse", "iot_class": "Local Polling", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 12, "topics": ["heating-control", "homeassistant", "homeassistant-integration", "smatrix", "uponor", "uponor-smatrix-pulse"], "version_installed": null, "last_fetched": 1643571221.774335}, "296028613": {"authors": ["@ayavilevich"], "category": "integration", "description": "A D-Link AP/router device tracker for Home Assistant", "domain": "dlink_presence", "downloads": 0, "etag_repository": "W/\"fa01406164590a43b970ec093288f3edf2990d62a7293ad2a02033f7d9ac6726\"", "full_name": "ayavilevich/homeassistant-dlink-presence", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1e273ca", "last_release_tag": null, "last_updated": "2021-08-09T11:14:30Z", "name": "dlink_presence", "new": false, "repository_manifest": {"name": "D-Link Presence / device_Tracker", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 7, "topics": ["d-link", "dlink", "homeassistant", "presence-detection"], "version_installed": null, "last_fetched": 1641895518.658717}, "237695750": {"authors": ["@bacco007"], "category": "integration", "description": "OpenNEM Sensor for Home Assistant", "domain": "opennem", "downloads": 0, "etag_repository": "W/\"a2f68ca86874a35633003fd46709bccad07b15d93e8ded5a07458141efd62a85\"", "full_name": "bacco007/sensor.opennem", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "16bf685", "last_release_tag": "2022.01.3", "last_updated": "2022-01-29T07:59:45Z", "name": "opennem", "new": false, "repository_manifest": {"name": "OpenNEM (AU) Data", "domains": "sensor", "country": ["AU"]}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": ["hacs", "home-assistant", "homeassistant", "opennem"], "version_installed": null, "last_fetched": 1643571222.3627}, "250866164": {"authors": ["@azogue"], "category": "integration", "description": "HomeAssistant custom sensor to track specific events", "domain": "eventsensor", "downloads": 0, "etag_repository": "W/\"581efa73ff5746ca13a9894cf3dc3012eeb5565f95661c516bdba2f0a7076b10\"", "full_name": "azogue/eventsensor", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b11f740", "last_release_tag": "v3.0.0", "last_updated": "2022-01-05T22:35:57Z", "name": "eventsensor", "new": false, "repository_manifest": {"name": "Event sensor", "content_in_root": false, "domains": ["sensor"], "zip_release": false, "homeassistant": "2021.12.0", "iot_class": "Local Push", "render_readme": true, "version": "3.0.0"}, "selected_tag": null, "show_beta": false, "stars": 76, "topics": [], "version_installed": null, "last_fetched": 1643571222.178416}, "223739645": {"authors": ["@SebuZet"], "category": "integration", "description": "Home Assistant Climate Device for controlling (not only) Samsung AC", "domain": "climate_ip", "downloads": 0, "etag_repository": "W/\"505ceddc5b8b6e18d7c59c2b0cb3a012a8c515c3a1b1ee0bf8d166a6b31084bb\"", "full_name": "atxbyea/samsungrac", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "be39a72", "last_release_tag": "3.5.3", "last_updated": "2021-08-18T12:10:07Z", "name": "climate_ip", "new": false, "repository_manifest": {"name": "Climate IP", "country": ["NO"], "domains": ["climate", "switch"], "homeassistant": "0.110.2"}, "selected_tag": null, "show_beta": false, "stars": 26, "topics": ["airconditioning", "hacktoberfest", "hacktoberfest2021", "homeassistant", "samsung"], "version_installed": null, "last_fetched": 1641217139.563238}, "256899380": {"authors": ["@atymic"], "category": "integration", "description": "Project Three Zero Home Assistant Integration", "domain": "project_zero_three", "downloads": 0, "etag_repository": "W/\"ea0b6abd62bf036fc3fda1402260d9ea66488e12ddab5963a4feb975f7b3145d\"", "full_name": "atymic/project_three_zero_ha", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "770a64b", "last_release_tag": null, "last_updated": "2022-01-27T00:39:52Z", "name": "project_zero_three", "new": false, "repository_manifest": {"name": "Project Three Zero (7-11 Fuel Lock Monitor)", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["fuel", "home-automation"], "version_installed": null, "last_fetched": 1643571221.907677}, "229519365": {"authors": ["@bacco007"], "category": "integration", "description": "Home Assistant Sensor for WaterNSW Real Time Data", "domain": "waternsw", "downloads": 0, "etag_repository": "W/\"d555abe1a75968f55426c63c408c268837661e3734bb6732647202a26101ea64\"", "full_name": "bacco007/sensor.waternsw", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "0c79862", "last_release_tag": "0.6", "last_updated": "2021-02-06T07:41:06Z", "name": "waternsw", "new": false, "repository_manifest": {"name": "WaterNSW Real Time Data", "domains": "sensor", "country": ["AU"]}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": [], "version_installed": null}, "137655647": {"authors": ["@bertbert72"], "category": "integration", "description": "HomeAssistant component for control of Virgin Media Tivo boxes", "domain": "virgintivo", "downloads": 0, "etag_repository": "W/\"6d1f71e5d5709c1465473d74c76fa6d604437ac090540b211cf004989f5a3033\"", "full_name": "bertbert72/HomeAssistant_VirginTivo", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1938f14", "last_release_tag": "0.1.23", "last_updated": "2021-09-11T12:47:47Z", "name": "virgintivo", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 22, "topics": [], "version_installed": null}, "254203764": {"authors": ["@BSantalucia"], "category": "integration", "description": "Home assistant custom component to provide monetary account balance sensors for Bunq", "domain": "bunq", "downloads": 0, "etag_repository": "W/\"a022e41ed4b11d1f3ff40a8f34b15bd1ed4a034493b9937ea62e8fb5ae8bb669\"", "full_name": "ben8p/home-assistant-bunq-balance-sensors", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "87d1acd", "last_release_tag": null, "last_updated": "2022-01-04T14:46:01Z", "name": "bunq", "new": false, "repository_manifest": {"name": "Bunq balance sensor", "content_in_root": false, "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["bunq", "bunq-api", "hacs", "hassio", "home-assistant", "home-assistant-custom", "home-assistant-sensor"], "version_installed": null, "last_fetched": 1641470148.650331}, "181480967": {"authors": ["@basschipper"], "category": "integration", "description": "Generic Hygrostat for Home Assistant", "domain": "generic_hygrostat", "downloads": 0, "etag_repository": "W/\"28983355b63af2750321c121d1ae20703f91132eeafc2451d4d576b9928b6191\"", "full_name": "basschipper/homeassistant-generic-hygrostat", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7407aac", "last_release_tag": "v0.7.1", "last_updated": "2022-01-09T14:17:22Z", "name": "generic_hygrostat", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 47, "topics": [], "version_installed": null, "last_fetched": 1641895520.105155}, "282688934": {"authors": ["@barban-dev"], "category": "integration", "description": "Home Assistant Custom Integration for EVA II PRO WiFi Smart Dehumidifier appliance by Midea/Inventor.", "domain": "midea_dehumidifier", "downloads": 0, "etag_repository": "W/\"0072220b1be8d54118ecfc9fc6447f3e9db4390cbbd1005c21148b6ed9b53af9\"", "full_name": "barban-dev/homeassistant-midea-dehumidifier", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d262118", "last_release_tag": "v1.03", "last_updated": "2021-11-21T16:14:20Z", "name": "midea_dehumidifier", "new": false, "repository_manifest": {"name": "EVA II PRO WiFi Midea Inventor Dehumidifier custom integration", "domains": ["humidifier", "sensor"], "codeowners": ["barban-dev"], "documentation": "https://github.com/barban-dev/homeassistant-midea-dehumidifier/blob/master/README.md", "issue_tracker": "https://github.com/barban-dev/homeassistant-midea-dehumidifier/issues", "homeassistant": "0.96.0", "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 38, "topics": ["dehumidifier", "eva-ii-pro-wifi", "home-automation", "homeassistant", "homeassistant-integration", "internet-of-things", "inventor", "iot", "midea", "python"], "version_installed": null, "last_fetched": 1643571222.501}, "192086849": {"authors": ["bouwew"], "category": "integration", "description": "GoodWe SEMS MQTT-componenent for Home Assistant", "domain": "sems2mqtt", "downloads": 0, "etag_repository": "W/\"1106b03827ac6fc3908ccc7a9a83383d355646cfd66c73f026162f11e763e145\"", "full_name": "bouwew/sems2mqtt", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "23ca740", "last_release_tag": "v0.4.6", "last_updated": "2021-12-13T18:06:13Z", "name": "sems2mqtt", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": [], "version_installed": null}, "296946072": {"authors": ["@boralyl"], "category": "integration", "description": "Custom component to feed recently added tv shows and movies to the custom card \"Upcoming Media Card\" for Home Assistant. ", "domain": "kodi_recently_added", "downloads": 0, "etag_repository": "W/\"90f137eb8a5bf728440199dd1979069b56acc8f36c1e8a383bff70f059679cc1\"", "full_name": "boralyl/kodi-recently-added", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5433e49", "last_release_tag": "v2.0.5", "last_updated": "2021-12-19T23:48:44Z", "name": "kodi_recently_added", "new": false, "repository_manifest": {"config_flow": true, "documentation": "https://github.com/boralyl/kodi-recently-added", "domains": ["sensor"], "homeassistant": "0.115.0", "iot_class": "Local Polling", "name": "Kodi Recently Added Media", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["hacs", "home-assistant", "homeassistant", "homeassistant-integration", "kodi", "python"], "version_installed": null}, "236146080": {"authors": ["@binsentsu"], "category": "integration", "description": "Home assistant Component for reading data locally from Solaredge inverter through modbus TCP", "domain": "solaredge_modbus", "downloads": 0, "etag_repository": "W/\"67efa10fae9065f6a1cc1f35e48c849477f9973f0befba3fee1f4a18ad0654a8\"", "full_name": "binsentsu/home-assistant-solaredge-modbus", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2fad552", "last_release_tag": "V1.5.1", "last_updated": "2022-01-12T08:32:34Z", "name": "solaredge_modbus", "new": false, "repository_manifest": {"name": "Solaredge Modbus", "content_in_root": false, "domains": ["sensor"], "homeassistant": "2021.8.0", "iot_class": "local_poll"}, "selected_tag": null, "show_beta": false, "stars": 73, "topics": ["hassio", "home-assistant", "modbus", "modbus-tcp", "solaredge", "solaredge-inverter"], "version_installed": null, "last_fetched": 1642851027.238581}, "250688607": {"authors": ["@boralyl"], "category": "integration", "description": "A home assistant integration that monitors games on sale on your Steam wishlist.", "domain": "steam_wishlist", "downloads": 0, "etag_repository": "W/\"7cb6085b4597d84c8bdfa9c27d87e33090527a0ace04e51cd4b5fe36b8e6014d\"", "full_name": "boralyl/steam-wishlist", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a4e5d7c", "last_release_tag": "v2.0.0", "last_updated": "2022-01-08T22:00:06Z", "name": "steam_wishlist", "new": false, "repository_manifest": {"codeowners": ["@boralyl"], "config_flow": true, "documentation": "https://github.com/boralyl/steam-wishlist", "domains": ["binary_sensor", "sensor"], "homeassistant": "0.108.0", "iot_class": "Cloud Polling", "name": "Steam Wishlist", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 11, "topics": ["hacs", "home-assistant", "homeassistant", "python", "steam"], "version_installed": null, "last_fetched": 1641895524.066414}, "162808336": {"authors": ["@bigbadblunt"], "category": "integration", "description": "Lightwave RF custom component for Home Assistant. Requires generation 2 (\"Link Plus\") hub, but will control both generation 1 (\"Connect Series\") and generation 2 (\"Smart Series\") devices.", "domain": "lightwave2", "downloads": 0, "etag_repository": "W/\"22389efcc8f615d1bcf215f6d3e69cce5143751506e7f764bbca31dd5351c4d0\"", "full_name": "bigbadblunt/homeassistant-lightwave2", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5290b41", "last_release_tag": "v3.5.10", "last_updated": "2021-12-21T13:49:50Z", "name": "lightwave2", "new": false, "repository_manifest": {"name": "Lightwave RF"}, "selected_tag": null, "show_beta": false, "stars": 26, "topics": ["home-assistant", "home-automation", "homeassistant", "lightwave", "lightwaverf"], "version_installed": null}, "260169906": {"authors": ["@bouni"], "category": "integration", "description": "Luxtronik integration for Home Assistant", "domain": "luxtronik", "downloads": 0, "etag_repository": "W/\"fdbdbe66d70658a7ec0c83316eff8566b03ffb6cd9eda834323179e05d827030\"", "full_name": "Bouni/luxtronik", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4a362fa", "last_release_tag": "0.1.22", "last_updated": "2022-01-10T14:04:37Z", "name": "luxtronik", "new": false, "repository_manifest": {"name": "Luxtronik", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 24, "topics": ["hacktoberfest"], "version_installed": null, "last_fetched": 1642094172.005499}, "190260955": {"authors": ["@bramkragten"], "category": "integration", "description": "Add support for Mind Mobility vehicles in Home Assistant", "domain": "mind", "downloads": 0, "etag_repository": "W/\"935054f3dae98e8ee04bb925329e0605be39e5e95fc2c8cea0691d50de60ba8b\"", "full_name": "bramkragten/mind", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2acbc8f", "last_release_tag": "v1.2.1", "last_updated": "2021-05-07T13:37:44Z", "name": "mind", "new": false, "repository_manifest": {"name": "MIND Mobility", "country": ["NL"], "render_readme": true, "domains": ["sensor", "binary_sensor", "device_tracker"]}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": [], "version_installed": null}, "259865897": {"authors": ["Bouni"], "category": "integration", "description": "DRK Blutspende component for Home Assistant ", "domain": "drkblutspende", "downloads": 0, "etag_repository": "W/\"aa2c05fce495a4873f5d03ec3ef5f59531662ca0765af0b278d761d61aafd0d5\"", "full_name": "Bouni/drkblutspende", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "8c3f3eb", "last_release_tag": "0.1.5", "last_updated": "2022-01-14T07:39:03Z", "name": "drkblutspende", "new": false, "repository_manifest": {"name": "DRK Blutspende", "country": ["DE"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": [], "version_installed": null, "last_fetched": 1642184183.832104}, "189680764": {"authors": [], "category": "integration", "description": "Screenly media player custom component for Home Assistant.", "domain": "screenly", "downloads": 0, "etag_repository": "W/\"b028cbcd074a688327e8c9e6d0897dd8840a6238cb51c903ef309879293707ec\"", "full_name": "burnnat/media_player.screenly", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "078fee5", "last_release_tag": "v0.0.5", "last_updated": "2019-09-27T05:19:26Z", "name": "screenly", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": [], "version_installed": null}, "201445202": {"authors": ["@Vloris", "@Cadsters", "@aritmeester"], "category": "integration", "description": "\ud83d\uddd1\ufe0f Integration for bin/waste collection by acv-groep", "domain": "acv", "downloads": 0, "etag_repository": "W/\"887370073024b387047a7897a09dbd5605a757b505207420eae8b37d1f7300a8\"", "full_name": "Cadsters/acv-hass-component", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3a0df03", "last_release_tag": "v0.24.3", "last_updated": "2021-12-29T17:00:40Z", "name": "acv", "new": false, "repository_manifest": {"name": "ACV garbage collection sensor", "iot_class": ["cloud_polling"], "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["acv-groep", "component", "home-assistant", "homeassistant", "python3", "trash", "waste"], "version_installed": null}, "262854926": {"authors": ["@briis"], "category": "integration", "description": "The Meteobridge Integration adds support for retrieving current weather data from a Meteobridge datalogger connected to a local Weather Station.", "domain": "meteobridge", "downloads": 0, "etag_repository": "W/\"4d05901bb686a5303b0e6eaceb60a2a43af3609e3f97bbb3077aca32446c734d\"", "full_name": "briis/meteobridge", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "00f6b0f", "last_release_tag": "v3.2.4", "last_updated": "2022-01-10T13:36:59Z", "name": "meteobridge", "new": false, "repository_manifest": {"name": "Meteobridge Datalogger Integration", "content_in_root": false, "render_readme": true, "domains": ["binary_sensor", "sensor"], "iot_class": "Local Polling", "homeassistant": "2021.9.0"}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["home-assistant", "meteobridge"], "version_installed": null, "last_fetched": 1641895531.02994}, "230199787": {"authors": ["@briis"], "category": "integration", "description": "Control and monitor your Unifi Protect Cameras from Home Assistant", "domain": "unifiprotect", "downloads": 0, "etag_repository": "W/\"5cebc3082ce2e7fe8821a62363d83efbaa2947ea3026cdf66ddaf8c1813208ba\"", "full_name": "briis/unifiprotect", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d41459e", "last_release_tag": "v0.12.0", "last_updated": "2022-01-28T12:43:55Z", "name": "unifiprotect", "new": false, "repository_manifest": {"name": "UniFi Protect Integration", "domains": ["binary_sensor", "sensor", "camera", "switch", "light", "select", "number"], "homeassistant": "2021.11.0", "iot_class": ["Local Push"]}, "selected_tag": null, "show_beta": false, "stars": 523, "topics": ["cloudkey", "home-assistant", "homeassistant", "protect", "python", "ubiquiti", "unifi", "unifi-protect", "unifi-protect-server"], "version_installed": null, "last_fetched": 1643571223.84247}, "284006518": {"authors": ["@bremor"], "category": "integration", "description": "Reverse engineered implementation of the Bonaire MyClimate app.", "domain": "bonaire_myclimate", "downloads": 0, "etag_repository": "W/\"869dbc2ca1159f0b26f35562cc3c384d0e75d3c053f8926c20e9ccb2ed396b1b\"", "full_name": "bremor/bonaire_myclimate", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "129d4c3", "last_release_tag": "1.2.1", "last_updated": "2021-12-17T11:02:09Z", "name": "bonaire_myclimate", "new": false, "repository_manifest": {"name": "Bonaire MyClimate", "render_readme": "true", "iot_class": "Local Push", "homeassistant": "2021.12.0"}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": ["bonaire", "bonaire-myclimate", "climate", "hacktoberfest", "hacs", "myclimate"], "version_installed": null, "last_fetched": 1641895530.210823}, "229872760": {"authors": [], "category": "integration", "description": "Home Assistant integration to push fitness data to remote services.", "domain": "fitness_push", "downloads": 0, "etag_repository": "W/\"62361253781aeddcf0352876ad36c5b120f856841ee5e5582e63304ee9c06ea2\"", "full_name": "burnnat/ha-fitness-push", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "8d80568", "last_release_tag": "v0.0.1", "last_updated": "2020-01-24T00:27:12Z", "name": "fitness_push", "new": false, "repository_manifest": {"name": "Fitness Push", "content_in_root": false, "domains": ["fitness_push"], "iot_class": "Cloud Push"}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": [], "version_installed": null}, "204200635": {"authors": ["@bruxy70"], "category": "integration", "description": "\ud83d\uddd1 Custom Home Assistant sensor for scheduling garbage collection (or other regularly re-occurring events - weekly on given days, semi-weekly or monthly)", "domain": "garbage_collection", "downloads": 1539, "etag_repository": "W/\"de966c95f2239166d3374c1cdb7e9996f34a8e30b3bf3e21ac03c4c81b0e94cc\"", "full_name": "bruxy70/Garbage-Collection", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "ead4be9", "last_release_tag": "4.3", "last_updated": "2022-01-29T14:56:35Z", "name": "garbage_collection", "new": false, "repository_manifest": {"name": "Garbage Collection", "zip_release": true, "filename": "garbage_collection.zip", "domains": ["sensor"], "homeassistant": "0.110.0"}, "selected_tag": null, "show_beta": false, "stars": 247, "topics": ["garbage-collection", "hacs", "homeassistant", "schedule", "waste", "waste-management"], "version_installed": null, "last_fetched": 1643571223.916343}, "262017793": {"authors": ["@cagnulein"], "category": "integration", "description": "This is a simple project that manage the Switchbot ( https://amzn.to/3dnliBD ) that has only the \"press\" ability in Home Assistant.", "domain": "switchbot_press", "downloads": 0, "etag_repository": "W/\"eefa92ca567a72e488f8a0aa8c127f1423a02b0826af8a0d1858537d63d3457f\"", "full_name": "cagnulein/switchbot_press", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "490d552", "last_release_tag": null, "last_updated": "2021-04-14T14:59:40Z", "name": "switchbot_press", "new": false, "repository_manifest": {"name": "Switchbot_press", "render_readme": true, "domains": ["switch"]}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["home-assistant", "homeassistant", "integration", "python3", "switchbot"], "version_installed": null}, "202990294": {"authors": ["@bruxy70"], "category": "integration", "description": "\ud83d\ude8d Home Assistant custom sensor for finding Czech Public Transportation Connections", "domain": "cz_pub_tran", "downloads": 0, "etag_repository": "W/\"88240b62b4c245185aafd351b66d0f932e952b1c1adb226fc3ceaa59d7c6da1e\"", "full_name": "bruxy70/CZ-Public-Transport", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "118a11c", "last_release_tag": "2.9", "last_updated": "2020-10-05T20:28:23Z", "name": "cz_pub_tran", "new": false, "repository_manifest": {"name": "CZ Public Transport", "domains": ["cz_pub_tran", "sensor"], "homeassistant": "0.109.0", "zip_release": true, "filename": "cz_pub_tran.zip", "country": ["CZ"], "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": ["chaps", "crws", "departure-times", "idos", "public-transportation"], "version_installed": null, "last_fetched": 1641587657.066238}, "261970408": {"authors": ["@briis"], "category": "integration", "description": "The weatherbit integration adds support for the weatherbit.io web service as a source for meteorological data for your location.", "domain": "weatherbit", "downloads": 0, "etag_repository": "W/\"9a59d15a75bda00026a4738109abfe591f52ff1f8960f6b4b8c57a8d48fb73ae\"", "full_name": "briis/weatherbit", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "94fad90", "last_release_tag": "v1.0.7", "last_updated": "2022-01-21T08:27:43Z", "name": "weatherbit", "new": false, "repository_manifest": {"name": "Weatherbit Weather Forecast for Home Assistant", "content_in_root": false, "render_readme": true, "domains": ["sensor", "weather"], "iot_class": "Cloud Polling", "homeassistant": "2021.12.0"}, "selected_tag": null, "show_beta": false, "stars": 29, "topics": ["home-assistant", "meteorological-data", "weather-forecast", "weatherbit"], "version_installed": null, "last_fetched": 1642851034.207356}, "210269734": {"authors": [], "category": "integration", "description": "HDHomeRun integration for Home Assistant.", "domain": "hdhomerun", "downloads": 0, "etag_repository": "W/\"be02807b89cdc71d1c42ef67b4c00f8c8005d623a3704f84feaafc67b0d401ee\"", "full_name": "burnnat/ha-hdhomerun", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "773d0ab", "last_release_tag": "v0.0.7", "last_updated": "2021-07-12T21:00:20Z", "name": "hdhomerun", "new": false, "repository_manifest": {"name": "HDHomeRun", "content_in_root": false, "domains": ["sensor"], "iot_class": "Local Polling"}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": [], "version_installed": null}, "207620142": {"authors": ["@caiosweet"], "category": "integration", "description": "Italy Meteo-hydro alert and hydrogeological phenomena Civil Protection (Protezione Civile). In this custom component you can find the vigilance Bulletin and the Bulletin of national hydrogeological and hydraulic criticalities. They allow to check whether in your current location there will be criticalities/warnings related to weather-hydrogeological and hydraulic phenomena. Weather forecasts for civil protection purposes differs from the classic \"weather forecasts\". They highlight potentially harmful situations to people or things. This component was created for personal purposes, in order to be able to monitor the Civil Protection site and check for important updates. I hope it will be useful to you.", "domain": "dpc", "downloads": 0, "etag_repository": "W/\"39f9287464c3cf36f05820a60df59a2b601b9424db433c8c77b5b2fe2e791398\"", "full_name": "caiosweet/Home-Assistant-custom-components-DPC-Alert", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "dbc9195", "last_release_tag": "v2021.12.0", "last_updated": "2021-12-22T12:52:36Z", "name": "dpc", "new": false, "repository_manifest": {"name": "DPC sensor", "domains": ["binary_sensor", "sensor"], "country": ["IT", "VA", "SM"], "zip_release": false, "render_readme": false, "iot_class": ["Cloud Polling"]}, "selected_tag": null, "show_beta": false, "stars": 29, "topics": ["dpc", "hacs", "hassio", "home-assistant", "homeassistant", "protezionecivile", "sensor"], "version_installed": null}, "191563578": {"authors": ["@Ceerbeerus"], "category": "integration", "description": "Gives you information about the latest beer available at Systembolaget in Sweden, also known as \"Tillf\u00e4lligt sortiment\".", "domain": "beerbolaget", "downloads": 0, "etag_repository": "W/\"52331a37c68bb2337148c31c9e5df2f0522acbbff99233b6bc2d39f7dab6a705\"", "full_name": "Ceerbeerus/beerbolaget", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "379f4a7", "last_release_tag": "0.4.11", "last_updated": "2020-05-20T15:25:17Z", "name": "beerbolaget", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": [], "version_installed": null}, "179347477": {"authors": ["@claytonjn"], "category": "integration", "description": "Circadian Lighting custom component for Home Assistant", "domain": "circadian_lighting", "downloads": 0, "etag_repository": "W/\"918167612ec277381f9b138a58ec5feaa3ca2febf0f81e6591985f3cfa0be026\"", "full_name": "claytonjn/hass-circadian_lighting", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f12607c", "last_release_tag": "2.0.6", "last_updated": "2021-12-13T09:15:23Z", "name": "circadian_lighting", "new": false, "repository_manifest": {"name": "Circadian Lighting"}, "selected_tag": null, "show_beta": false, "stars": 447, "topics": ["circadian", "circadian-rhythms", "hacs", "home-assistant", "lighting", "sleep", "wellness"], "version_installed": null, "last_fetched": 1643545554.558611}, "140169152": {"authors": ["@ludeeus"], "category": "integration", "description": "A platform which allows you to get information about sucessfull logins to Home Assistant.", "domain": "authenticated", "downloads": 0, "etag_repository": "W/\"d347b5c470e352e136a57c7ba153983bc00d0df0144bce86f52bdb903cc51da9\"", "full_name": "custom-components/authenticated", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5dd8269", "last_release_tag": "21.9.0", "last_updated": "2021-12-16T15:07:48Z", "name": "authenticated", "new": false, "repository_manifest": {"name": "Authenticated", "zip_release": true, "hide_default_branch": true, "filename": "authenticated.zip", "domain": "authenticated"}, "selected_tag": null, "show_beta": false, "stars": 71, "topics": ["custom-components", "home-assistant", "homeassistant", "security"], "version_installed": null, "last_fetched": 1642004193.935527}, "195594888": {"authors": ["@claudegel"], "category": "integration", "description": "Sinope custom component for Home Assistant to manage Sinop\u00e9 devices directly via the GT125 gateway", "domain": "sinope", "downloads": 0, "etag_repository": "W/\"ec37b1b1e47eb742019910f40f5c40fe8a9a68346a30cf545e7eb66ccb52d77d\"", "full_name": "claudegel/sinope-gt125", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e776a9e", "last_release_tag": "v1.5.4", "last_updated": "2022-01-10T03:28:43Z", "name": "sinope", "new": false, "repository_manifest": {"name": "Sinope GT125", "content_in_root": false, "zip_release": false, "filename": false, "render_readme": true, "domains": ["switch", "climate", "light"], "country": ["CA"], "homeassistant": "0.110.0", "iot_class": "Local Polling"}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": [], "version_installed": null, "last_fetched": 1641895536.489457}, "127689312": {"authors": ["@claudegel"], "category": "integration", "description": "Neviweb Custom Component for Home Assistant to manage devices connected via GT125", "domain": "neviweb", "downloads": 0, "etag_repository": "W/\"d563e840cd37708c52dcd88f122ecc1c98891d78fa4d7e9e0d663f2ecde40792\"", "full_name": "claudegel/sinope-1", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c116365", "last_release_tag": "v1.7.7", "last_updated": "2022-01-17T17:41:11Z", "name": "neviweb", "new": false, "repository_manifest": {"name": "Sinope Neviweb", "content_in_root": false, "zip_release": false, "filename": false, "render_readme": true, "domains": ["climate", "light", "switch"], "country": ["CA"], "homeassistant": "0.110.0", "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 15, "topics": [], "version_installed": null, "last_fetched": 1642851038.856657}, "139892990": {"authors": ["@ludeeus"], "category": "integration", "description": "\ud83c\udf7b Display information about random beers from Brewdog as a sensor in Home Assistant, you can use this in a push notification next time you visit a bar.", "domain": "brewdog", "downloads": 0, "etag_repository": "W/\"63b1740330e0d4a1e8691c043524af3441365f59e542190c075a665a197b5213\"", "full_name": "custom-components/brewdog", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "0b938d4", "last_release_tag": null, "last_updated": "2019-07-23T07:41:23Z", "name": "brewdog", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": ["api", "brewdog", "custom-components", "home-assistant", "homeassistant", "integration", "punkapi"], "version_installed": null}, "143741845": {"authors": ["@ludeeus"], "category": "integration", "description": "A camera platform that give you a combined feed of your defined camera entities.", "domain": "combined", "downloads": 1006, "etag_repository": "W/\"ab61063ce8ff31b51d3499228ae93c2c3e2149f06abaf3ba41262c9ff6901cfa\"", "full_name": "custom-components/combined", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "65517f3", "last_release_tag": "0.2.1", "last_updated": "2021-06-01T22:18:30Z", "name": "combined", "new": false, "repository_manifest": {"name": "Combined camera", "zip_release": true, "filename": "combined.zip", "homeassistant": "2021.5.0", "hide_default_branch": true, "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 20, "topics": [], "version_installed": null, "last_fetched": 1643571225.42246}, "139664351": {"authors": ["@keatontaylor", "@alandtse"], "category": "integration", "description": "This is a custom component to allow control of Amazon Alexa devices in Home Assistant using the unofficial Alexa API.", "domain": "alexa_media", "downloads": 19785, "etag_repository": "W/\"4fcf517553113b1a4180f35864e7fb429fac646d007395359c36b0dd67ea0f8a\"", "full_name": "custom-components/alexa_media_player", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "45406d2", "last_release_tag": "v3.10.15", "last_updated": "2021-12-03T23:29:11Z", "name": "alexa_media", "new": false, "repository_manifest": {"name": "Alexa Media Player", "content_in_root": false, "domains": ["media_player", "switch", "alarm_control_panel", "sensor"], "iot_class": "cloud_poll", "zip_release": true, "filename": "alexa_media.zip", "homeassistant": "2021.12.0b0"}, "selected_tag": null, "show_beta": false, "stars": 796, "topics": ["alexa", "hacktoberfest", "home-assistant"], "version_installed": null, "last_fetched": 1643571225.205418}, "172800356": {"authors": ["@ludeeus"], "category": "integration", "description": "Run the CLI config_check from a service call.", "domain": "config_check", "downloads": 0, "etag_repository": "W/\"3c2e2b14b0d2366155eb18165f3a6284070276e01a72e91f85aa7fbef482b204\"", "full_name": "custom-components/config_check", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5766ee7", "last_release_tag": null, "last_updated": "2021-06-01T22:26:12Z", "name": "config_check", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["check", "config", "custom-components", "customcomponents", "home-assistant", "homeassistant"], "version_installed": null}, "224560492": {"authors": ["@claudegel"], "category": "integration", "description": "Neviweb custom component for Home Assistant to manage devices connected via a GT130 and wifi devices from Sinop\u00e9", "domain": "neviweb130", "downloads": 0, "etag_repository": "W/\"4df8fc91272a4ca23bf152e8bcfc66813d6eb84cc9fd8e976684b8efa0d1579f\"", "full_name": "claudegel/sinope-130", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "66e86e5", "last_release_tag": "v0.9.5", "last_updated": "2022-01-22T01:03:41Z", "name": "neviweb130", "new": false, "repository_manifest": {"name": "Sinope Neviweb130", "content_in_root": false, "zip_release": false, "filename": false, "render_readme": true, "domains": ["sensor", "switch", "climate", "light"], "country": ["CA"], "homeassistant": "0.110.0", "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 13, "topics": [], "version_installed": null, "last_fetched": 1642851042.858034}, "146510412": {"authors": ["@gerard33"], "category": "integration", "description": "E-Thermostaat (ICY) component for Home Assistant", "domain": "e_thermostaat", "downloads": 0, "etag_repository": "W/\"37201ebd6e716fdf94724d7006073411e28394d36b21b7fd610917b83c310eba\"", "full_name": "custom-components/climate.e_thermostaat", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6bbefe1", "last_release_tag": "0.4.3", "last_updated": "2021-08-20T20:59:54Z", "name": "e_thermostaat", "new": false, "repository_manifest": {"name": "ICY E-thermostaat", "zip_release": true, "filename": "combined.zip", "hide_default_branch": true, "domains": ["climate"], "iot_class": "Cloud Polling", "homeassistant": "0.96.0"}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": ["e-thermostaat", "home-assistant", "icy"], "version_installed": null}, "173563704": {"authors": [], "category": "integration", "description": "Programmable thermostat that let you have a smart thermostat on budget.", "domain": "programmable_thermostat", "downloads": 0, "etag_repository": "W/\"d71e77f268f52a569ff1b4c95708702835e41437a74d0de5fdfe117445eab058\"", "full_name": "custom-components/climate.programmable_thermostat", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5d3aa00", "last_release_tag": "8.1", "last_updated": "2021-06-20T12:34:18Z", "name": "programmable_thermostat", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 85, "topics": [], "version_installed": null, "last_fetched": 1641895541.009586}, "209854868": {"authors": [], "category": "integration", "description": "The fedex platform allows one to track deliveries by FedEx", "domain": "fedex", "downloads": 0, "etag_repository": "W/\"bd71c190b1b7713f3803e49be515b20e04f3912c0e42f2994a2d5d02416c6e62\"", "full_name": "custom-components/fedex", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4b1ae50", "last_release_tag": null, "last_updated": "2020-01-18T17:31:45Z", "name": "fedex", "new": false, "repository_manifest": {"name": "FedEx", "country": ["US"]}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": [], "version_installed": null}, "145180996": {"authors": ["@iantrich"], "category": "integration", "description": "\ud83d\udcf0 RSS Feed Integration", "domain": "feedparser", "downloads": 0, "etag_repository": "W/\"cf79161e62dcfef18cdf00f77a31b2eace785fb165dc9e7ad9396e30bdd370db\"", "full_name": "custom-components/feedparser", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1c099b7", "last_release_tag": "0.1.8", "last_updated": "2022-01-26T02:39:51Z", "name": "feedparser", "new": false, "repository_manifest": {"name": "Feedparser", "homeassistant": "2021.4.0", "domains": ["sensor"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 64, "topics": [], "version_installed": null, "last_fetched": 1643571225.573923}, "201963665": {"authors": ["@ludeeus"], "category": "integration", "description": "Update and display the status of your healthchecks.io checks.", "domain": "healthchecksio", "downloads": 0, "etag_repository": "W/\"1e5b6d82afe12c08b053d788a22d58fb74510a204dc5a55f008c5fe0b64c9755\"", "full_name": "custom-components/healthchecksio", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4cc8cd6", "last_release_tag": "21.11.1", "last_updated": "2021-11-24T18:07:33Z", "name": "healthchecksio", "new": false, "repository_manifest": {"name": "Healthchecks.io", "zip_release": true, "hide_default_branch": true, "filename": "healthchecksio.zip", "domain": "healthchecksio"}, "selected_tag": null, "show_beta": false, "stars": 27, "topics": ["api-client", "healthchecksio", "monitor"], "version_installed": null, "last_fetched": 1642520499.23145}, "131915802": {"authors": ["@tenly2000", "@iantrich"], "category": "integration", "description": "Component to integrate with OpenStreetMap Reverse Geocode (PLACE)", "domain": "places", "downloads": 0, "etag_repository": "W/\"0783c7e20597f51497bcb18ecfbbe4fdc56329b19cfb601e1db5cb23d77308e7\"", "full_name": "custom-components/places", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f1314a0", "last_release_tag": "1.11", "last_updated": "2021-12-28T19:18:53Z", "name": "places", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 46, "topics": [], "version_installed": null, "last_fetched": 1643571225.426317}, "201805130": {"authors": ["@hellowlol"], "category": "integration", "description": "nordpool sensor for ha.", "domain": "nordpool", "downloads": 0, "etag_repository": "W/\"3f6a6c336d4e4e2de81ec4a6b70f218c0e42ba509e5cd8f849aaa14f44dda2b0\"", "full_name": "custom-components/nordpool", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7d3a8ca", "last_release_tag": "0.0.4", "last_updated": "2022-01-15T00:22:39Z", "name": "nordpool", "new": false, "repository_manifest": {"name": "nordpool", "render_readme": true, "iot_class": "Cloud Push"}, "selected_tag": null, "show_beta": false, "stars": 86, "topics": ["custom-component", "homeassistant", "nordpool", "sensor"], "version_installed": null, "last_fetched": 1643571225.748112}, "176018567": {"authors": ["@iantrich"], "category": "integration", "description": "\ud83c\udfa7 gPodder Integration for Podcast Feed Monitoring", "domain": "gpodder", "downloads": 0, "etag_repository": "W/\"f47ae1f6858be581a2e19798846049c290bfb8a3a5433ca7958a73482a2aa84e\"", "full_name": "custom-components/gpodder", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d9288c8", "last_release_tag": "2.0.1", "last_updated": "2021-06-05T21:16:30Z", "name": "gpodder", "new": false, "repository_manifest": {"name": "gPodder", "render_readme": true, "zip_release": true, "hide_default_branch": true, "hacs": "0.19.0", "filename": "gpodder.zip"}, "selected_tag": null, "show_beta": false, "stars": 12, "topics": [], "version_installed": null}, "184404372": {"authors": ["@SebRut"], "category": "integration", "description": null, "domain": "qbo", "downloads": 0, "etag_repository": "W/\"25326cafd527a5b1a4c182637275b3f8f1ef1175f346aa104401ed963888eb1e\"", "full_name": "custom-components/qbo", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d808297", "last_release_tag": null, "last_updated": "2019-05-26T13:38:57Z", "name": "qbo", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 0, "topics": [], "version_installed": null}, "209855108": {"authors": [], "category": "integration", "description": "The linksys_ap platform offers presence detection by looking at connected devices to a Linksys based access point.", "domain": "linksys_ap", "downloads": 0, "etag_repository": "W/\"97b25b23c86ec22a60c44348f803fe89bcc597e68d81bd188c788720c323c272\"", "full_name": "custom-components/linksys_ap", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e0b4431", "last_release_tag": null, "last_updated": "2019-09-20T18:28:36Z", "name": "linksys_ap", "new": false, "repository_manifest": {"name": "linksys_ap"}, "selected_tag": null, "show_beta": false, "stars": 0, "topics": [], "version_installed": null}, "178101579": {"authors": ["@MartyTremblay"], "category": "integration", "description": "hassio support for Airthings Wave BLE environmental radon sensor.", "domain": "airthings_wave", "downloads": 0, "etag_repository": "W/\"29528f9e6e0009154e67ba3734fe4dee8938c078439b0882548f43bb87ba1f00\"", "full_name": "custom-components/sensor.airthings_wave", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "0d5abd7", "last_release_tag": "v3.0.5", "last_updated": "2021-12-13T20:10:43Z", "name": "airthings_wave", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 82, "topics": ["airthings-wave", "bluetooth-low-energy", "btle", "environmental", "home-assistant-custom", "home-assistant-sensor", "radon"], "version_installed": null, "last_fetched": 1643571226.059398}, "283847957": {"authors": ["@craigbarratt"], "category": "integration", "description": "Pyscript adds rich Python scripting to HASS", "domain": "pyscript", "downloads": 6419, "etag_repository": "W/\"9b5afef06dbaf8523d1a683500b0ef8a05eec1077b869337698880be3d0144d7\"", "full_name": "custom-components/pyscript", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f4f32f4", "last_release_tag": "1.3.2", "last_updated": "2021-11-11T18:52:13Z", "name": "pyscript", "new": false, "repository_manifest": {"name": "pyscript", "content_in_root": false, "domains": ["automation", "script", "timer"], "zip_release": true, "filename": "hass-custom-pyscript.zip"}, "selected_tag": null, "show_beta": false, "stars": 343, "topics": ["custom-component", "custom-components", "hacs", "home-assistant", "homeassistant", "integration", "jupyter"], "version_installed": null, "last_fetched": 1643571225.813743}, "182915754": {"authors": ["@SebRut", "@isabellaalstrom"], "category": "integration", "description": "Custom Grocy integration for Home Assistant", "domain": "grocy", "downloads": 0, "etag_repository": "W/\"e6f449cb1d799a6cfd1dc5f777f81ef1ed160f851d08b29ec6bae938a70f0681\"", "full_name": "custom-components/grocy", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d0e530b", "last_release_tag": "v4.1.0", "last_updated": "2022-01-26T08:01:50Z", "name": "grocy", "new": false, "repository_manifest": {"name": "Grocy custom component", "domains": ["sensor", "binary_sensor"], "render_readme": true, "zip_release": true, "hide_default_branch": true, "iot_class": "Cloud Polling", "homeassistant": "0.109.0", "filename": "grocy.zip"}, "selected_tag": null, "show_beta": false, "stars": 60, "topics": ["grocy", "hacktoberfest"], "version_installed": null, "last_fetched": 1643545554.581631}, "173564471": {"authors": [], "category": "integration", "description": "Improved file sensor component that let you read the whole last line content.", "domain": "file_restore", "downloads": 0, "etag_repository": "W/\"9716d3ccee28a0d4aed787ba848dba9d08c948455785ff4e73beed79505c0d36\"", "full_name": "custom-components/sensor.file_restore", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "240a6b4", "last_release_tag": "4.1", "last_updated": "2021-03-20T08:09:50Z", "name": "file_restore", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 10, "topics": [], "version_installed": null}, "174809046": {"authors": ["@claha"], "category": "integration", "description": "Custom component to get stock data from Avanza for Home Assistant", "domain": "avanza_stock", "downloads": 0, "etag_repository": "W/\"325921a7eaf07c5053bade7c8ac3e3525bdca1444ff37c2bdb387b66ff5c6d52\"", "full_name": "custom-components/sensor.avanza_stock", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b3e85d3", "last_release_tag": "v1.0.9", "last_updated": "2022-01-04T22:13:08Z", "name": "avanza_stock", "new": false, "repository_manifest": {"name": "Avanza Stock", "domains": ["sensor"], "iot_class": "cloud_poll", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 27, "topics": ["funds", "hacs", "home-assistant", "homeassistant", "python", "stock"], "version_installed": null, "last_fetched": 1641470175.714684}, "207110572": {"authors": ["@hellowlol"], "category": "integration", "description": "Simple sensor for avfallsor", "domain": "avfallsor", "downloads": 0, "etag_repository": "W/\"46818f841e8e005db476212e5e417942aa91fbee160097e90d8480b41d036f7d\"", "full_name": "custom-components/sensor.avfallsor", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b5cbe25", "last_release_tag": "0.0.2", "last_updated": "2021-06-06T20:33:45Z", "name": "avfallsor", "new": false, "repository_manifest": {"name": "Avfallsor", "content_in_root": false, "country": ["NOR"], "domains": ["sensors"], "iot_class": "cloud_poll", "homeassistant": "0.96.0", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": [], "version_installed": null}, "145777833": {"authors": ["@iantrich"], "category": "integration", "description": "\ud83d\udcb5 Personal Capital Integration for Bank Account Monitoring", "domain": "personalcapital", "downloads": 0, "etag_repository": "W/\"a14bc3cc7cf0584e0c9cacc9451f2a3891a952dee19a6d3cc2a447995ec87d11\"", "full_name": "custom-components/sensor.personalcapital", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5aff625", "last_release_tag": "0.1.2", "last_updated": "2021-06-05T21:15:20Z", "name": "personalcapital", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 12, "topics": [], "version_installed": null, "last_fetched": 1641895547.723645}, "151550084": {"authors": ["@glpatcern"], "category": "integration", "description": "A set of sensors to integrate the OWL Intuition devices network", "domain": "owlintuition", "downloads": 0, "etag_repository": "W/\"3a7dcaaa2ad960899ba6d14419f34b537fdf3f6a988e3bb929b43d38678170cc\"", "full_name": "custom-components/sensor.owlintuition", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9fb88a8", "last_release_tag": null, "last_updated": "2021-09-20T19:30:35Z", "name": "owlintuition", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": [], "version_installed": null, "last_fetched": 1643571226.12164}, "155499113": {"authors": ["@maykar"], "category": "integration", "description": "\u25b6\ufe0f Plex component to feed Upcoming Media Card.", "domain": "plex_recently_added", "downloads": 0, "etag_repository": "W/\"0496a964811a12d5c32026bca986242100fe6167ff46f8621f4904327f5a1a5e\"", "full_name": "custom-components/sensor.plex_recently_added", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "83d0be9", "last_release_tag": "0.3.8", "last_updated": "2022-01-14T18:53:47Z", "name": "plex_recently_added", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 56, "topics": [], "version_installed": null, "last_fetched": 1643571226.50354}, "195438291": {"authors": ["@boralyl"], "category": "integration", "description": "A sensor that monitors a Nintendo Switch wish list for when games are on sale.", "domain": "nintendo_wishlist", "downloads": 0, "etag_repository": "W/\"577019b6adaeb0fd14d5a286d3948f99e8f6ca9d07ca0b809001bed9c5ad5953\"", "full_name": "custom-components/sensor.nintendo_wishlist", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "892c68d", "last_release_tag": "v3.1.7", "last_updated": "2022-01-12T03:49:48Z", "name": "nintendo_wishlist", "new": false, "repository_manifest": {"domains": ["binary_sensor", "sensor"], "iot_class": "Cloud Polling", "name": "Nintendo Wishlist", "render_readme": true, "homeassistant": "0.118.5"}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": ["homeassistant", "nintendo-switch"], "version_installed": null, "last_fetched": 1642430535.636956}, "146929882": {"authors": ["@maykar"], "category": "integration", "description": "\ud83c\udfac Radarr component to feed Upcoming Media Card.", "domain": "radarr_upcoming_media", "downloads": 0, "etag_repository": "W/\"c54ae2c382f7cb2c4b15fecb6ced5ae36985df099d1fef6112d018421f765ec8\"", "full_name": "custom-components/sensor.radarr_upcoming_media", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e770c1d", "last_release_tag": "0.3.6", "last_updated": "2021-12-14T15:54:46Z", "name": "radarr_upcoming_media", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 36, "topics": [], "version_installed": null, "last_fetched": 1641895551.821176}, "154845921": {"authors": ["@jchasey"], "category": "integration", "description": "SSH Generic Sensor", "domain": "ssh", "downloads": 0, "etag_repository": "W/\"48294612281583567e30283cd6516565a65ec45dae6a6a4bccfebfa05a61d084\"", "full_name": "custom-components/sensor.ssh", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6eb1bce", "last_release_tag": "1.15", "last_updated": "2021-12-04T08:45:38Z", "name": "ssh", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 30, "topics": [], "version_installed": null, "last_fetched": 1642184208.723442}, "151580533": {"authors": ["@jchasey"], "category": "integration", "description": "High level health status of UniFi Security Gateway devices via UniFi Controller", "domain": "unifigateway", "downloads": 0, "etag_repository": "W/\"abd72cd713afa18656a18064407091c886fa409988ffa58c1fbff5020b91e117\"", "full_name": "custom-components/sensor.unifigateway", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b6bb00c", "last_release_tag": "0.3.3", "last_updated": "2021-04-19T12:12:56Z", "name": "unifigateway", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 106, "topics": [], "version_installed": null, "last_fetched": 1643571226.682342}, "146792954": {"authors": ["@maykar"], "category": "integration", "description": "\ud83d\udcfa Sonarr component to feed Upcoming Media Card.", "domain": "sonarr_upcoming_media", "downloads": 0, "etag_repository": "W/\"bdee39129123cb553c77f39db5263dd8b9b4f0112ee8defdc73706bca8055b7e\"", "full_name": "custom-components/sensor.sonarr_upcoming_media", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f2de40e", "last_release_tag": "0.2.7", "last_updated": "2021-12-14T20:12:03Z", "name": "sonarr_upcoming_media", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 34, "topics": [], "version_installed": null, "last_fetched": 1642004209.993326}, "199888538": {"authors": ["@vigonotion"], "category": "integration", "description": "Stadtreinigung Hamburg - get garbage collection dates in Hamburg - custom component for Home Assistant", "domain": "stadtreinigung_hamburg", "downloads": 0, "etag_repository": "W/\"8b2895ab519253a6715ee787fd6829416bf29bc31962dbb7f9f5cdff43375e88\"", "full_name": "custom-components/sensor.stadtreinigung_hamburg", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7f4bf0c", "last_release_tag": "v1.1.0", "last_updated": "2022-01-10T09:06:01Z", "name": "stadtreinigung_hamburg", "new": false, "repository_manifest": {"name": "Stadtreinigung Hamburg", "domains": ["sensor"], "country": ["DE"], "homeassistant": "0.109.0", "zip_release": true, "filename": "stadtreinigung_hamburg.zip"}, "selected_tag": null, "show_beta": false, "stars": 16, "topics": [], "version_installed": null, "last_fetched": 1641895553.207768}, "140146868": {"authors": ["@iantrich", "@swetoast"], "category": "integration", "description": "\ud83c\udf7b Untappd Integration", "domain": "untappd", "downloads": 0, "etag_repository": "W/\"d235ce2ddacfcaacf18702b31e90ef9bcfd3ee29f15ba37a2b4e01836d457bd9\"", "full_name": "custom-components/sensor.untappd", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6861cde", "last_release_tag": "v0.1.8", "last_updated": "2022-01-01T08:31:44Z", "name": "untappd", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 33, "topics": ["automations", "badges", "beer", "homeassistant", "homeassistant-components", "untappd", "untappd-api"], "version_installed": null, "last_fetched": 1641057947.363646}, "173173413": {"authors": [], "category": "integration", "description": "A platform which give you the time it will take to drive.", "domain": "yandex_maps", "downloads": 0, "etag_repository": "W/\"645c7e056e56ad5272477d6718e025d09d7844d0cbe6d4ea584d3115a1fb7976\"", "full_name": "custom-components/sensor.yandex_maps", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "bdd76a8", "last_release_tag": null, "last_updated": "2021-12-29T13:12:26Z", "name": "yandex_maps", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 21, "topics": [], "version_installed": null, "last_fetched": 1643571226.518842}, "146379582": {"authors": ["@iantrich", "@engrbm"], "category": "integration", "description": "\ud83d\udcfa Trakt Integration for Upcoming Media Card", "domain": "trakt", "downloads": 0, "etag_repository": "W/\"089c55e1d23f56e3474f3b64bc16cc103bb81e4af3b09ea0ba3394baa1794938\"", "full_name": "custom-components/sensor.trakt", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "0688eae", "last_release_tag": "2.0.3", "last_updated": "2022-01-06T03:06:43Z", "name": "trakt", "new": false, "repository_manifest": {"name": "Trakt", "domains": ["sensor"], "homeassistant": "0.99.0", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 43, "topics": [], "version_installed": null, "last_fetched": 1642184210.767507}, "209855274": {"authors": [], "category": "integration", "description": "The srp_energy integration shows information from Srp hourly energy usage report for their customers", "domain": "srp_energy", "downloads": 0, "etag_repository": "W/\"a5bc02ffe772dbb7265185d5433d66486a64b9d74cdf4175b261ce82dc66264f\"", "full_name": "custom-components/srp_energy", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "34afa6b", "last_release_tag": null, "last_updated": "2020-12-16T23:22:01Z", "name": "srp_energy", "new": false, "repository_manifest": {"name": "SRP Energy Sensor", "country": ["US"]}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": [], "version_installed": null}, "143647651": {"authors": ["@ludeeus"], "category": "integration", "description": "A camera platform that give you random images from Unsplash presented as a camera feed.", "domain": "unsplash", "downloads": 0, "etag_repository": "W/\"8a953c0129e0e0d66b15ef2dccb4cb20ef5c581efd25c65bd573ae9f6ddaf9fa\"", "full_name": "custom-components/unsplash", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9a7f438", "last_release_tag": "0.6.1", "last_updated": "2021-06-05T13:48:42Z", "name": "unsplash", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 12, "topics": ["camera", "home-assistant", "integration", "unsplash", "unsplash-api"], "version_installed": null}, "171854441": {"authors": ["@ludeeus"], "category": "integration", "description": "A platform which give you info about the newest video on a channel", "domain": "youtube", "downloads": 0, "etag_repository": "W/\"cc0a9d2692a668f69d6c16a12c8bbcf869398b669a6c28e81e6e0ff1dd9bdcd4\"", "full_name": "custom-components/youtube", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7084c59", "last_release_tag": "0.9.0", "last_updated": "2021-12-17T19:21:33Z", "name": "youtube", "new": false, "repository_manifest": {"name": "youtube", "zip_release": true, "filename": "youtube.zip", "iot_class": "Cloud Poll", "homeassistant": "2021.4.0"}, "selected_tag": null, "show_beta": false, "stars": 20, "topics": ["custom-components", "customcomponents", "home-assistant", "homeassistant", "python", "youtube"], "version_installed": null, "last_fetched": 1642851059.290393}, "199736646": {"authors": ["@ludeeus"], "category": "integration", "description": "Add template sensors from the UI.", "domain": "templatesensor", "downloads": 0, "etag_repository": "W/\"1f1f1273e97e61cae2771d96b1d6cc7ad143d5e070a5c169b899826aad76ed80\"", "full_name": "custom-components/templatesensor", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2642a64", "last_release_tag": "0.1.3", "last_updated": "2021-07-08T12:00:30Z", "name": "templatesensor", "new": false, "repository_manifest": {"name": "UI Template sensor configuration", "domains": ["sensor"], "homeassistant": "0.109.0"}, "selected_tag": null, "show_beta": false, "stars": 19, "topics": ["custom", "homeassistant", "integration", "sensor", "template"], "version_installed": null, "last_fetched": 1642373301.249376}, "209855510": {"authors": [], "category": "integration", "description": "The sytadin sensor platform allows you to monitor traffic details from Sytadin", "domain": "sytadin", "downloads": 0, "etag_repository": "W/\"e350d94702ce10fe4acc0359969c2d99d719a4fe057775f6993380fd4ddd51ea\"", "full_name": "custom-components/sytadin", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "8fe6108", "last_release_tag": null, "last_updated": "2021-11-18T01:03:59Z", "name": "sytadin", "new": false, "repository_manifest": {"name": "Sytadin", "country": ["FR"]}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": [], "version_installed": null}, "209855666": {"authors": [], "category": "integration", "description": "The ups platform allows one to track deliveries by the UPS", "domain": "ups", "downloads": 0, "etag_repository": "W/\"ff59217bb6e9f15bc6089c24d54d3ec4c08463c3df4df1fed43d20e07ac3e590\"", "full_name": "custom-components/ups", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f80b683", "last_release_tag": null, "last_updated": "2021-05-19T10:28:06Z", "name": "ups", "new": false, "repository_manifest": {"name": "UPS", "country": ["US"]}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": [], "version_installed": null}, "139894340": {"authors": ["@ludeeus", "@jlverhagen"], "category": "integration", "description": "A sensor that gives you weather alerts from alerts.weather.gov.", "domain": "weatheralerts", "downloads": 0, "etag_repository": "W/\"f65d9f3324e7ef1020aabb2a2bce5f92398025ac930a2885eb8affd69129dbe7\"", "full_name": "custom-components/weatheralerts", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5c0e6e8", "last_release_tag": "v0.1.4", "last_updated": "2021-09-03T23:14:59Z", "name": "weatheralerts", "new": false, "repository_manifest": {"name": "Weatheralerts", "render_readme": true, "country": ["US"]}, "selected_tag": null, "show_beta": false, "stars": 51, "topics": ["custom-components", "home-assistant", "homeassistant", "weatheralerts"], "version_installed": null, "last_fetched": 1642851060.346082}, "139894509": {"authors": ["@ludeeus"], "category": "integration", "description": "A sensor that give you information about next departure from spesified stop.", "domain": "wienerlinien", "downloads": 0, "etag_repository": "W/\"3ef494fefd0774007e7d45a0148b10a90516d4cda56f60091671acfa039b64d8\"", "full_name": "custom-components/wienerlinien", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "11c9b0f", "last_release_tag": null, "last_updated": "2021-09-10T16:29:27Z", "name": "wienerlinien", "new": false, "repository_manifest": {"name": "wienerlinien", "render_readme": true, "hacs": "0.19.0"}, "selected_tag": null, "show_beta": false, "stars": 18, "topics": ["custom-components", "home-assistant", "homeassistant", "wiener-linien"], "version_installed": null}, "180651910": {"authors": ["hellowlol"], "category": "integration", "description": "zaptec charger custom component for home assistant", "domain": "zaptec", "downloads": 0, "etag_repository": "W/\"55f84110c1942713d559ede678c1e2a0641320f21da6c21c72ede5d0cafce1d9\"", "full_name": "custom-components/zaptec", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c2bad10", "last_release_tag": "0.0.3", "last_updated": "2022-01-12T09:07:24Z", "name": "zaptec", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 7, "topics": ["api", "custom-component", "homeassistant", "zaptec"], "version_installed": null, "last_fetched": 1642851060.84497}, "228604799": {"authors": ["@cyberjunky"], "category": "integration", "description": "This component tracks devices using the arp-scan liinux command, it's very fast, and reasonably accurate.", "domain": "arpscan_tracker", "downloads": 0, "etag_repository": "W/\"b04c1d3f278556b8a60d7c2edeb8c4cbcb3f73a75e53e4a8073b64362fbe4af7\"", "full_name": "cyberjunky/home-assistant-arpscan_tracker", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2bae936", "last_release_tag": "1.0.6", "last_updated": "2021-02-21T17:03:43Z", "name": "arpscan_tracker", "new": false, "repository_manifest": {"name": "Arpscan Device Tracker", "country": ["NL"], "render_readme": false, "domains": ["device_tracker"]}, "selected_tag": null, "show_beta": false, "stars": 14, "topics": ["custom-component", "hacs", "home-assistant", "homeassistant", "python"], "version_installed": null}, "228649088": {"authors": ["@cyberjunky"], "category": "integration", "description": ":fire_engine: This component tracks P2000 emergency events in The Netherlands.", "domain": "p2000", "downloads": 0, "etag_repository": "W/\"1b92f72fe5020a190a6088dabf196c83380acc95a557288ec368b6679f8a6ef5\"", "full_name": "cyberjunky/home-assistant-p2000", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "ef82004", "last_release_tag": "1.0.22", "last_updated": "2022-01-03T08:22:55Z", "name": "p2000", "new": false, "repository_manifest": {"name": "P2000 Sensor", "country": ["NL"], "render_readme": false, "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 36, "topics": ["custom-component", "emergency", "hacs", "home-assistant", "homeassistant", "p2000", "python"], "version_installed": null, "last_fetched": 1643571227.307516}, "228618998": {"authors": ["@cyberjunky"], "category": "integration", "description": ":electric_plug: This component can read values from and control Plugwise circles and plugs.", "domain": "plugwise", "downloads": 0, "etag_repository": "W/\"680d99964c3533ae6aa8de3976e9975049add5e75ceeaf05dd4e84101233e42b\"", "full_name": "cyberjunky/home-assistant-plugwise", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "8b55d62", "last_release_tag": "1.0.4", "last_updated": "2020-07-08T06:34:47Z", "name": "plugwise", "new": false, "repository_manifest": {"name": "Plugwise", "country": ["NL"], "render_readme": false, "domains": ["switch", "sensor"]}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["custom-component", "hacs", "home-assistant", "homeassistant", "plugwise", "power", "python"], "version_installed": null}, "228627470": {"authors": ["@cyberjunky"], "category": "integration", "description": ":recycle: :wastebasket: This component fetches garbage pickup dates for parts of The Netherlands using HVC Groep's REST API.", "domain": "hvcgroep", "downloads": 0, "etag_repository": "W/\"b10f229b40f0d84ca6513b3c5da8b6b009980757540f1bf9d4667a6bf3778c3a\"", "full_name": "cyberjunky/home-assistant-hvcgroep", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e0b7f47", "last_release_tag": "1.0.7", "last_updated": "2021-12-18T16:53:31Z", "name": "hvcgroep", "new": false, "repository_manifest": {"name": "HVCGroep", "country": ["NL"], "render_readme": false, "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": ["custom-component", "hacs", "home-assistant", "homeassistant", "python"], "version_installed": null, "last_fetched": 1643571227.256434}, "228662926": {"authors": ["@cyberjunky"], "category": "integration", "description": "This component provides a climate device for rooted Toon thermostats.", "domain": "toon_climate", "downloads": 0, "etag_repository": "W/\"eda7d4ba69610e52825f839f47579dfead222ea63697fd6db2f51b6c93275b20\"", "full_name": "cyberjunky/home-assistant-toon_climate", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "df7e7d7", "last_release_tag": "1.0.12", "last_updated": "2021-12-18T11:49:03Z", "name": "toon_climate", "new": false, "repository_manifest": {"name": "Toon Climate", "country": ["NL"], "render_readme": false, "domains": ["climate"]}, "selected_tag": null, "show_beta": false, "stars": 21, "topics": [], "version_installed": null}, "228685436": {"authors": ["@cyberjunky"], "category": "integration", "description": "This component reads and displays the boiler status values from a rooted Toon thermostat.", "domain": "toon_boilerstatus", "downloads": 0, "etag_repository": "W/\"9928e5fa5bfd7bfb7eb14e66f81bacd63b6a94e8fe8d7dc4b726d8b15bd92731\"", "full_name": "cyberjunky/home-assistant-toon_boilerstatus", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "aef155c", "last_release_tag": "1.0.11", "last_updated": "2021-12-24T18:48:36Z", "name": "toon_boilerstatus", "new": false, "repository_manifest": {"name": "Toon Boiler Status", "render_readme": false, "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 7, "topics": ["custom-component", "cv", "hacs", "home-assistant", "homeassistant", "opentherm", "python", "toon"], "version_installed": null, "last_fetched": 1641895563.782635}, "228678807": {"authors": ["@cyberjunky"], "category": "integration", "description": "This component reads and displays sensor values from the meteradapter connected to a rooted Toon thermostat.", "domain": "toon_smartmeter", "downloads": 0, "etag_repository": "W/\"783c503287d323a8d367a5376ccded03c815b20cb5ac60b1dbaa482d2d3f5627\"", "full_name": "cyberjunky/home-assistant-toon_smartmeter", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d3a646b", "last_release_tag": "1.0.20", "last_updated": "2021-12-29T12:12:09Z", "name": "toon_smartmeter", "new": false, "repository_manifest": {"name": "Toon Smart Meter", "country": ["NL"], "render_readme": false, "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 11, "topics": ["custom-component", "hacs", "home-assistant", "homeassistant", "python"], "version_installed": null, "last_fetched": 1641057957.227539}, "228690854": {"authors": ["@cyberjunky"], "category": "integration", "description": "This components reads statistics from a The Things Network Gateway.", "domain": "ttn_gateway", "downloads": 0, "etag_repository": "W/\"ecf9fda4a133f4e12dd455a0e95d9f75f6945748eab2678835fbff247ae60e12\"", "full_name": "cyberjunky/home-assistant-ttn_gateway", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "0d805b8", "last_release_tag": "1.0.7", "last_updated": "2021-12-18T16:52:03Z", "name": "ttn_gateway", "new": false, "repository_manifest": {"name": "TTN Gateway Sensor", "country": ["NL"], "render_readme": false, "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": [], "version_installed": null}, "258796304": {"authors": ["@cyr-ius"], "category": "integration", "description": "Service to set motion's sensors and change scan intervall for remotes and motions", "domain": "hueserviceadvanced", "downloads": 0, "etag_repository": "W/\"114ee483a4d914bdf8037ccffc19363dba8f219d898c67ce232f54d8d740af6b\"", "full_name": "Cyr-ius/hass-hue-service-advanced", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c60d1d8", "last_release_tag": "1.3.5", "last_updated": "2021-06-06T00:45:33Z", "name": "hueserviceadvanced", "new": false, "repository_manifest": {"name": "Hue Service Advanced", "country": ["FR"], "domains": ["sensor"], "homeassistant": "0.109"}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": [], "version_installed": null}, "220661494": {"authors": ["@cyr-ius"], "category": "integration", "description": "Livebox Component for Home assistant", "domain": "livebox", "downloads": 0, "etag_repository": "W/\"94b13e49cd698762a304f56faaa7cb347bf7374253374877a5ba0b197afdcdc2\"", "full_name": "Cyr-ius/hass-livebox-component", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "833e1c9", "last_release_tag": "1.7.1", "last_updated": "2021-12-30T07:04:27Z", "name": "livebox", "new": false, "repository_manifest": {"name": "Orange Livebox routeur", "country": ["FR"], "domains": ["device_tracker", "sensor", "binary_sensor", "switch"], "homeassistant": "0.109"}, "selected_tag": null, "show_beta": false, "stars": 21, "topics": ["hacs", "home-assistant", "homeassistant", "homeassistant-components"], "version_installed": null, "last_fetched": 1641057958.703449}, "297379398": {"authors": ["@danielhiversen"], "category": "integration", "description": "Custom component for Tractive", "domain": "tractive", "downloads": 0, "etag_repository": "W/\"eece8de20df2efdd4a54865224c73085f5b58ac446fc2c2775ed847bf3789360\"", "full_name": "Danielhiversen/home_assistant_tractive", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1c85a48", "last_release_tag": "0.3.1", "last_updated": "2021-12-20T09:30:02Z", "name": "tractive", "new": false, "repository_manifest": {"name": "Tractive", "domains": ["device_tracker"], "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 30, "topics": ["hacs", "home-assistant", "home-assistant-custom", "tractive"], "version_installed": null}, "293843053": {"authors": ["@danielhiversen"], "category": "integration", "description": "Integration for Adax heaters", "domain": "adax", "downloads": 0, "etag_repository": "W/\"4f30fc57adb5a6788d9a1495c0959a3ab031962f9ea6d931d988dbe9bbbf9b31\"", "full_name": "Danielhiversen/home_assistant_adax", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "001c5de", "last_release_tag": "0.4.5", "last_updated": "2021-04-28T05:30:29Z", "name": "adax", "new": false, "repository_manifest": {"name": "Adax heaters", "domains": ["climate"], "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 23, "topics": ["adax", "adax-heaters", "hacs", "homeassistant"], "version_installed": null, "last_fetched": 1641587689.787434}, "158194879": {"authors": ["@danobot"], "category": "integration", "description": "Entity and lighting controller for managing devices via timers, scripts, and sun-based time restrictions.", "domain": "entity_controller", "downloads": 0, "etag_repository": "W/\"77f9834d48c40913309f6065b4c239af1485166fed1892201d49145582a7976c\"", "full_name": "danobot/entity-controller", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2771f1e", "last_release_tag": "v9.3.0", "last_updated": "2021-10-30T11:14:11Z", "name": "entity_controller", "new": false, "repository_manifest": {"name": "Entity Controller", "homeassistant": "0.117.0"}, "selected_tag": null, "show_beta": false, "stars": 180, "topics": ["finite-state-machine", "hass", "home-assistant", "home-automation", "internet-of-things", "iot", "lighting-controller", "motion-light", "motion-sensor", "python", "smart-home"], "version_installed": null, "last_fetched": 1643571227.773501}, "195459345": {"authors": ["@daenny"], "category": "integration", "description": "Home Assistant Climate Group", "domain": "climate_group", "downloads": 0, "etag_repository": "W/\"5115194afbbbd0d1b64dba65173d507d31cd07c58a45f0f537c3f9804f2d4c45\"", "full_name": "daenny/climate_group", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "24631ab", "last_release_tag": "0.6.0", "last_updated": "2021-12-20T16:13:00Z", "name": "climate_group", "new": false, "repository_manifest": {"domains": ["climate"], "name": "Climate Group", "render_readme": true, "homeassistant": "0.96.0"}, "selected_tag": null, "show_beta": false, "stars": 57, "topics": [], "version_installed": null, "last_fetched": 1641470196.229343}, "224001103": {"authors": ["@biker91620", "@cyr-ius"], "category": "integration", "description": "Cozytouch support for Home Assistant", "domain": "cozytouch", "downloads": 0, "etag_repository": "W/\"4463e789529a0928fceaedd1a4f206ec7a15989dd653cd9cccf91645d40ff3fb\"", "full_name": "Cyr-ius/hass-cozytouch", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "965ae4d", "last_release_tag": "1.6.6", "last_updated": "2021-12-21T13:05:10Z", "name": "cozytouch", "new": false, "repository_manifest": {"name": "Cozytouch", "country": ["FR"], "domains": ["binary_sensor", "sensor", "climate", "water_heater", "switch"], "homeassistant": "0.109"}, "selected_tag": null, "show_beta": false, "stars": 19, "topics": [], "version_installed": null, "last_fetched": 1641895568.555787}, "203736221": {"authors": ["@almirdelkic", "@dave-code-ruiz", "@LordMike"], "category": "integration", "description": "Custom Component to connect Home Assistant with Uhome Uponor Smatrix App", "domain": "uhomeuponor", "downloads": 0, "etag_repository": "W/\"e4b135433b073e2179c8857eb65bce2a815041b803b560fd162fd74be4a5e5e7\"", "full_name": "dave-code-ruiz/uhomeuponor", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "610b6ff", "last_release_tag": "1.0.0", "last_updated": "2021-12-20T13:55:09Z", "name": "uhomeuponor", "new": false, "repository_manifest": {"name": "Uponor Uhome integration", "render_readme": true, "domains": ["sensor", "climate"]}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": ["customcomponents", "gateway", "homeassistant", "python", "rest-api", "setpoint", "smatrix", "smatrixwaveplus", "thermostat", "uponor"], "version_installed": null, "last_fetched": 1642851070.452233}, "201457186": {"authors": ["@darksir23"], "category": "integration", "description": "HomeAssistant Sensor for Mylar (Compatible with Upcoming Meda Card)", "domain": "mylar", "downloads": 0, "etag_repository": "W/\"e5632177f97a47539d4a2480308448f80de0e588d4b42b3e893062c48f552314\"", "full_name": "WillowMist/sensor.mylar", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b25f87d", "last_release_tag": null, "last_updated": "2019-11-23T19:10:34Z", "name": "mylar", "new": false, "repository_manifest": {"name": "Mylar Sensor Card", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["media-card", "mylar", "sensor"], "version_installed": null, "last_fetched": 1642943792.299242}, "160218749": {"authors": ["@DavidMStraub"], "category": "integration", "description": "Custom component for Home Assistant to connect appliances supporting the Home Connect standard", "domain": "home_connect_beta", "downloads": 0, "etag_repository": "W/\"1673b40ae87d93c34dedc94e8f94fb701d3776ddfe8712421d082843cf69124a\"", "full_name": "DavidMStraub/homeassistant-homeconnect", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "008091f", "last_release_tag": "v1.0.1", "last_updated": "2021-12-12T07:53:34Z", "name": "home_connect_beta", "new": false, "repository_manifest": {"name": "Home Connect", "domains": ["sensor", "binary_sensor", "switch"], "homeassistant": "0.102", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 119, "topics": ["hacs", "homeassistant", "homeconnect", "python"], "version_installed": null, "last_fetched": 1642520500.571336}, "266557774": {"authors": ["deblockt"], "category": "integration", "description": "proscenic 790T intergration for home assistant", "domain": "proscenic", "downloads": 0, "etag_repository": "W/\"2d9e31b7d9a838db0873013b7158102a561e903530a1817b2a918deaa9eb8bcd\"", "full_name": "deblockt/hass-proscenic-790T-vacuum", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "79e95b6", "last_release_tag": "0.0.8", "last_updated": "2021-10-31T11:09:24Z", "name": "proscenic", "new": false, "repository_manifest": {"name": "proscenic 790T vacuum", "domains": ["vacuum"], "homeassistant": "2021.7.4", "iot_class": "local_polling", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 11, "topics": ["790t", "home-assistant", "proscenic", "vacuum", "vacuum-cleaner"], "version_installed": null}, "283518438": {"authors": ["@definitio"], "category": "integration", "description": "Home Assistant integration for RHVoice - a local text-to-speech engine.", "domain": "rhvoice", "downloads": 0, "etag_repository": "W/\"437bfbe8d031812c1c469d2a6fa998a409bd386db833b2d63b6382f15ae2106e\"", "full_name": "definitio/ha-rhvoice", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6a0b65c", "last_release_tag": "1.3", "last_updated": "2021-12-25T14:29:22Z", "name": "rhvoice", "new": false, "repository_manifest": {"name": "RHVoice", "render_readme": true, "domains": ["tts"]}, "selected_tag": null, "show_beta": false, "stars": 16, "topics": ["home-assistant", "integration", "rhvoice", "smarthome", "tts"], "version_installed": null, "last_fetched": 1643571227.973679}, "283243425": {"authors": ["@definitio"], "category": "integration", "description": "A Home Assistant integration to turn your vacuum into an audio player.", "domain": "sox", "downloads": 0, "etag_repository": "W/\"55054d5662e6fca8fb62ed079439763f6194740555b275be0669a5e199ceffd9\"", "full_name": "definitio/ha-sox", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "ae0a449", "last_release_tag": "1.1.2", "last_updated": "2021-05-20T11:11:34Z", "name": "sox", "new": false, "repository_manifest": {"name": "SoX", "render_readme": true, "domains": ["media_player"]}, "selected_tag": null, "show_beta": false, "stars": 10, "topics": ["audio-player", "home-assistant", "integration", "roborock", "robot-vacuum", "smarthome", "vacuum", "xiaomi"], "version_installed": null, "last_fetched": 1643571228.062816}, "255139072": {"authors": ["@dgomes"], "category": "integration", "description": "Home Assistant Custom Component for ERSE", "domain": "erse", "downloads": 0, "etag_repository": "W/\"a78c26d72f14b8b70f3a35613a17dd502242bf40b91d5c2d89d1aa78544575d4\"", "full_name": "dgomes/ha_erse", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2d83134", "last_release_tag": "2.1.2", "last_updated": "2021-11-06T00:50:17Z", "name": "erse", "new": false, "repository_manifest": {"name": "Entidade Reguladora dos Servi\u00e7os Energ\u00e9ticos", "country": ["PT"], "homeassistant": "2021.11.0", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 17, "topics": ["home-assistant-component", "utility-meters"], "version_installed": null, "last_fetched": 1643571228.371309}, "163322610": {"authors": ["Djbulsink", "SeraphimSerapis"], "category": "integration", "description": "Panasonic Comfort Cloud HA component", "domain": "panasonic_ac", "downloads": 0, "etag_repository": "W/\"05b3c1c1f7672cb888fc59f76434996805f437d6c57ce3f0dabdb4243a4bbd6a\"", "full_name": "djbulsink/panasonic_ac", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "fc0b613", "last_release_tag": null, "last_updated": "2021-07-18T13:30:47Z", "name": "panasonic_ac", "new": false, "repository_manifest": {"name": "Panasonic Comfort Cloud HA component", "domains": ["climate"], "homeassistant": "0.110.0"}, "selected_tag": null, "show_beta": false, "stars": 27, "topics": [], "version_installed": null}, "177469955": {"authors": ["@dlarrick"], "category": "integration", "description": "Home Assistant module interfacing with Mitsubishi mini-split units", "domain": "kumo", "downloads": 0, "etag_repository": "W/\"2328c7a98ab9cc9a2b4e9a014aadbfd54c9c68f715b191a9889cae82159390d2\"", "full_name": "dlarrick/hass-kumo", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3d64cb7", "last_release_tag": "v0.2.8", "last_updated": "2021-12-19T03:22:01Z", "name": "kumo", "new": false, "repository_manifest": {"name": "Mitsubishi Kumo Cloud", "render_readme": true, "domains": ["climate"], "homeassistant": "0.96.0", "iot_class": "local_poll"}, "selected_tag": null, "show_beta": false, "stars": 38, "topics": ["climate", "custom-component", "home-assistant", "homeassistant", "kumo", "kumocloud", "mini-split", "mitsubishi", "python"], "version_installed": null, "last_fetched": 1642520500.813846}, "291751884": {"authors": ["@djtimca"], "category": "integration", "description": "Home Assistant integration for SpaceX Next Launch and Starman data.", "domain": "spacex", "downloads": 0, "etag_repository": "W/\"94678e7f2909daa6319103661ededc6351809362d8ee1be8ec6806e11752b0d8\"", "full_name": "djtimca/HASpaceX", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e716158", "last_release_tag": "030", "last_updated": "2021-12-19T15:28:22Z", "name": "spacex", "new": false, "repository_manifest": {"name": "SpaceX Next Launch and Starman", "country": ["CA"], "domains": ["binary_sensor", "sensor"], "homeassistant": "0.115.0", "iot_class": ["Cloud Polling"]}, "selected_tag": null, "show_beta": false, "stars": 24, "topics": ["home-assistant", "home-assistant-component", "home-assistant-custom", "home-assistant-sensor", "spacex", "spacex-launches"], "version_installed": null, "last_fetched": 1641307192.454496}, "229014136": {"authors": ["doudz"], "category": "integration", "description": "myjdownloader integration for home assistant", "domain": "myjdownloader", "downloads": 0, "etag_repository": "W/\"90de0534407df02af2188fac2a28d170f264e50245e9b5d0ed8491a545f8314c\"", "full_name": "doudz/homeassistant-myjdownloader", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2ef462d", "last_release_tag": "2.1.0", "last_updated": "2021-12-04T20:29:43Z", "name": "myjdownloader", "new": false, "repository_manifest": {"name": "MyJDownloader", "domains": ["sensor", "binary_sensor", "switch"], "render_readme": true, "iot_class": "cloud_polling"}, "selected_tag": null, "show_beta": false, "stars": 13, "topics": [], "version_installed": null, "last_fetched": 1641057968.411202}, "188698828": {"authors": [], "category": "integration", "description": "Adds support for Yandex Smart Home (Alice voice assistant) into Home Assistant", "domain": "yandex_smart_home", "downloads": 0, "etag_repository": "W/\"096339396f040273e4e9afdeec08dbd90856a5946eaa218c3a4d5f2ade068874\"", "full_name": "dmitry-k/yandex_smart_home", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9d06820", "last_release_tag": "v0.3.6", "last_updated": "2022-01-05T09:49:38Z", "name": "yandex_smart_home", "new": false, "repository_manifest": {"country": ["RU", "BY"], "homeassistant": "2021.7", "name": "Yandex Smart Home", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 476, "topics": ["alice", "home-assistant-component", "voice-assistant", "yandex"], "version_installed": null, "last_fetched": 1643571229.317005}, "200073618": {"authors": ["@dlashua"], "category": "integration", "description": "Add template binary_sensors from the UI.", "domain": "templatebinarysensor", "downloads": 0, "etag_repository": "W/\"bff79847f43ac62020e1807780ff05b9120ff6f5e53a481a673668b229c792a7\"", "full_name": "dlashua/templatebinarysensor", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "48d6b86", "last_release_tag": null, "last_updated": "2021-11-11T12:35:12Z", "name": "templatebinarysensor", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 0, "topics": [], "version_installed": null}, "230841240": {"authors": ["@dr1rrb"], "category": "integration", "description": "Twinkly integration for Home-Assistant", "domain": "twinkly", "downloads": 0, "etag_repository": "W/\"89c65102f0d04803aae262ed9e2f07f5122315e3c4ea2ec0a9e25327bf2a473d\"", "full_name": "dr1rrb/ha-twinkly", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5e66794", "last_release_tag": null, "last_updated": "2020-11-22T03:12:22Z", "name": "twinkly", "new": false, "repository_manifest": {"name": "Twinkly", "domains": ["light"], "iot_class": "local_polling", "render_readme": false}, "selected_tag": null, "show_beta": false, "stars": 12, "topics": ["custom-component", "hacs", "home-assistant", "homeassistant", "light", "twinkly"], "version_installed": null}, "157782680": {"authors": ["@DSorlov"], "category": "integration", "description": "HomeAssistant SL Sensor (HASL)", "domain": "hasl", "downloads": 0, "etag_repository": "W/\"460ebb6c71e8892b174807c4a16f7f69b021ec27a0f023bcc1ab1d8fe5f0d92b\"", "full_name": "DSorlov/hasl-platform", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6d6b27b", "last_release_tag": "2.2.8", "last_updated": "2022-01-03T15:54:51Z", "name": "hasl", "new": false, "repository_manifest": {"name": "Home Assistant SL Sensor (HASL)", "content_in_root": false, "zip_release": false, "render_readme": false, "domains": ["sensor"], "country": ["SE"], "homeassistant": "2021.12", "iot_class": "cloud_poll"}, "selected_tag": null, "show_beta": false, "stars": 21, "topics": ["ha-sensor-sl", "homeassistant", "homeassistant-sensor", "sl-sensor", "stockholms-lokaltrafik"], "version_installed": null, "last_fetched": 1641307193.753598}, "267076188": {"authors": ["@dynasticorpheus"], "category": "integration", "description": "Gigaset Smart Home integration for Home Assistant", "domain": "gigasetelements", "downloads": 0, "etag_repository": "W/\"fcd95fa8d304af02f3634dd174e63e7502c5e0faed2e7a9dd3a1e4cbde1b143c\"", "full_name": "dynasticorpheus/gigasetelements-ha", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7563c7b", "last_release_tag": "2022.1.0", "last_updated": "2022-01-30T15:11:29Z", "name": "gigasetelements", "new": false, "repository_manifest": {"name": "Gigaset Elements", "render_readme": "true", "homeassistant": "2021.4.6"}, "selected_tag": null, "show_beta": false, "stars": 11, "topics": ["community", "custom-component", "custom-components", "gigaset", "gigasetelements", "hacs", "home-assistant", "home-automation", "homeassistant", "integration", "python3", "smarthome"], "version_installed": null, "last_fetched": 1643571229.375805}, "250345421": {"authors": ["@eifinger"], "category": "integration", "description": "Homeassistant integration for FoldingAtHomeControl", "domain": "foldingathomecontrol", "downloads": 0, "etag_repository": "W/\"8fcfa52685111da25a92728007bb84786565ae45d0e04a7ad332c690860edc5e\"", "full_name": "eifinger/hass-foldingathomecontrol", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "80fc72d", "last_release_tag": "v2.0.14", "last_updated": "2022-01-10T17:17:08Z", "name": "foldingathomecontrol", "new": false, "repository_manifest": {"name": "Folding@HomeControl", "domains": ["sensor"], "homeassistant": "2021.12.0", "iot_class": "Local Push"}, "selected_tag": null, "show_beta": false, "stars": 14, "topics": ["asyncio", "folding-at-home", "foldingathome", "hacktoberfest", "homeassistant", "python", "python3"], "version_installed": null, "last_fetched": 1641895576.742688}, "206574936": {"authors": ["@eavanvalkenburg"], "category": "integration", "description": "SIA alarm systems integration into Home Assistant", "domain": "sia", "downloads": 0, "etag_repository": "W/\"057e606aa96dd7620d67153be87f8993a163fb122b23d24c3d995f2ef11294ca\"", "full_name": "eavanvalkenburg/sia", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9ec5e93", "last_release_tag": "v0.3.11", "last_updated": "2021-10-20T15:19:04Z", "name": "sia", "new": false, "repository_manifest": {"name": "SIA", "domains": ["binary_sensor"]}, "selected_tag": null, "show_beta": false, "stars": 47, "topics": [], "version_installed": null, "last_fetched": 1642520501.18063}, "202322117": {"authors": ["@eifinger"], "category": "integration", "description": "Custom Component for Homeassistant Providing Travel Time Information using openrouteservice.org", "domain": "open_route_service", "downloads": 0, "etag_repository": "W/\"35da629e5d450ff343441f12b1c8d290a23b26622dce983882f99cce8b3c6bc5\"", "full_name": "eifinger/open_route_service", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "ca140dc", "last_release_tag": "v1.1.1", "last_updated": "2022-01-06T14:24:36Z", "name": "open_route_service", "new": false, "repository_manifest": {"name": "open_route_service", "domains": ["sensor"], "iot_class": ["Cloud Polling"]}, "selected_tag": null, "show_beta": false, "stars": 10, "topics": ["homeassistant", "open-route-service", "python", "python3"], "version_installed": null, "last_fetched": 1641587703.063702}, "213959778": {"authors": ["@elad-bar"], "category": "integration", "description": "Dahua VTO Integration", "domain": "dahuavto", "downloads": 0, "etag_repository": "W/\"8b6985153f2c82718d8684e302d1a9d96bd7de593dfdfc9e77ff5ad549f22430\"", "full_name": "elad-bar/ha-dahuavto", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "895da2c", "last_release_tag": null, "last_updated": "2020-10-01T10:34:46Z", "name": "dahuavto", "new": false, "repository_manifest": {"name": "Dahua VTO Integration", "iot_class": "Local Polling"}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": [], "version_installed": null}, "169641362": {"authors": ["@elad-bar"], "category": "integration", "description": "Integration with Blue Iris Video Security Software", "domain": "blueiris", "downloads": 0, "etag_repository": "W/\"093e3771aeed3b510a6336416a49836058c0f41b354a137f1f1e0cdc09a81016\"", "full_name": "elad-bar/ha-blueiris", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "22af8ab", "last_release_tag": "v1.0.7", "last_updated": "2021-12-11T13:52:12Z", "name": "blueiris", "new": false, "repository_manifest": {"name": "BlueIris NVR", "iot_class": "Local Polling", "homeassistant": "2021.12.0"}, "selected_tag": null, "show_beta": false, "stars": 110, "topics": [], "version_installed": null, "last_fetched": 1643545554.568682}, "220482107": {"authors": ["@elad-bar"], "category": "integration", "description": "HP Printer Integration", "domain": "hpprinter", "downloads": 0, "etag_repository": "W/\"fdc1cd2d871237b58998794ef74764202cc181d378ce8ed0d31d6fb4e9828cc1\"", "full_name": "elad-bar/ha-hpprinter", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "0261b8e", "last_release_tag": "v1.0.5", "last_updated": "2021-12-30T16:59:01Z", "name": "hpprinter", "new": false, "repository_manifest": {"name": "HP Printers Integration", "iot_class": "Local Polling", "homeassistant": "2021.12.0"}, "selected_tag": null, "show_beta": false, "stars": 55, "topics": [], "version_installed": null, "last_fetched": 1643571230.096681}, "169467285": {"authors": ["@elad-bar"], "category": "integration", "description": "Integration with EdgeOS (Ubiquiti)", "domain": "edgeos", "downloads": 0, "etag_repository": "W/\"8f34ce15a8a53891a87e2f31304c559da0e01e1e7310a603be6ef73e02269e8d\"", "full_name": "elad-bar/ha-edgeos", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2a348e6", "last_release_tag": "v1.1.7", "last_updated": "2021-12-12T16:24:18Z", "name": "edgeos", "new": false, "repository_manifest": {"name": "EdgeOS (Ubiquiti)", "iot_class": "Local Polling", "homeassistant": "2021.12.0"}, "selected_tag": null, "show_beta": false, "stars": 86, "topics": [], "version_installed": null, "last_fetched": 1642851081.932442}, "177169766": {"authors": ["@eseglem"], "category": "integration", "description": "Home Assistant WattBox Component", "domain": "wattbox", "downloads": 0, "etag_repository": "W/\"073ba410f8c281dd189609770a904c9fce951ee9f31fcedd91dbf9ffffbe704d\"", "full_name": "eseglem/hass-wattbox", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4aaf37d", "last_release_tag": "v0.7.0", "last_updated": "2021-08-23T22:39:23Z", "name": "wattbox", "new": false, "repository_manifest": {"name": "Wattbox", "domains": ["binary_sensor", "sensor", "switch"], "iot_class": "Local Polling", "homeassistant": "2021.8.0"}, "selected_tag": null, "show_beta": false, "stars": 7, "topics": ["battery", "hacs", "home-assistant", "ups", "wattbox"], "version_installed": null}, "255073429": {"authors": ["@ericpignet"], "category": "integration", "description": "LG Hombot/Roboking Component for Home Assistant.", "domain": "lg_hombot", "downloads": 0, "etag_repository": "W/\"aedb90bb819ec7c30dcdf09cdd89ada6310560217eb2acdb649cb8c87ddd7e65\"", "full_name": "ericpignet/home-assistant-lg_hombot", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "13d21d3", "last_release_tag": "v0.0.3", "last_updated": "2021-06-21T01:02:21Z", "name": "lg_hombot", "new": false, "repository_manifest": {"name": "LG Hombot Vacuum Cleaner", "domains": ["vacuum"], "homeassistant": "0.108.0"}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": ["custom-components", "hacs", "hombot", "home-assistant", "home-assistant-component", "homeassistant", "roboking"], "version_installed": null}, "257586609": {"authors": ["@ericpignet"], "category": "integration", "description": "TPLink router device tracker for Home Assistant", "domain": "tplink_router", "downloads": 0, "etag_repository": "W/\"1c1f91bc8c7dffb513367982d2b79b7251f38ca7eb174b77d70f971df1aa700d\"", "full_name": "ericpignet/home-assistant-tplink_router", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "eaf3e98", "last_release_tag": "v0.0.6", "last_updated": "2021-12-03T23:24:45Z", "name": "tplink_router", "new": false, "repository_manifest": {"name": "TPLink Router", "domains": ["device_tracker"], "homeassistant": "0.108.0"}, "selected_tag": null, "show_beta": false, "stars": 29, "topics": ["custom-components", "hacs", "home-assistant", "home-assistant-component", "homeassistant", "tplink"], "version_installed": null, "last_fetched": 1643571230.33706}, "213950645": {"authors": [], "category": "integration", "description": "Support for interface with an ElkoEP Lara devices", "domain": "elkoep_lara", "downloads": 0, "etag_repository": "W/\"50d62be0ca3ad45820e46a1652802ef165d270306ab5a4e13c4d389b150829eb\"", "full_name": "exKAjFASH/media_player.elkoep_lara", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2969807", "last_release_tag": "v0.1.0", "last_updated": "2021-06-15T09:28:14Z", "name": "elkoep_lara", "new": false, "repository_manifest": {"name": "ElkoEP Lara", "render_readme": true, "domains": ["media_player"]}, "selected_tag": null, "show_beta": false, "stars": 0, "topics": ["custom-component", "home-assistant", "homeassistant", "python"], "version_installed": null}, "262140617": {"authors": ["@eyalcha"], "category": "integration", "description": "Home Assistant sensor to read water meter", "domain": "read_your_meter", "downloads": 0, "etag_repository": "W/\"22a019bdd7c4ecbe2783b2d534dbfb72c81349944138aa47f5d4243dda06b29a\"", "full_name": "eyalcha/read_your_meter", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "23063bf", "last_release_tag": "1.0.11", "last_updated": "2021-09-15T16:00:50Z", "name": "read_your_meter", "new": false, "repository_manifest": {"name": "Read Your Meter", "domains": ["sensor"], "country": ["IL"], "homeassistant": "0.106.0"}, "selected_tag": null, "show_beta": false, "stars": 26, "topics": ["custom-component", "hacs", "home-assistant", "sensor"], "version_installed": null}, "261291147": {"authors": ["@eyalcha"], "category": "integration", "description": "Thermal camera for Home Assistant", "domain": "thermal", "downloads": 0, "etag_repository": "W/\"4afc996368b0743fc2c6c231dd3c0fd21a1a6c33e5716c884ddaa1587e54f4d3\"", "full_name": "eyalcha/thermal", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "bf43aa3", "last_release_tag": "1.0.0", "last_updated": "2021-06-24T00:05:39Z", "name": "thermal", "new": false, "repository_manifest": {"name": "Thermal", "domains": ["camera", "sensor"], "homeassistant": "0.106.0"}, "selected_tag": null, "show_beta": false, "stars": 24, "topics": ["camera", "custom-component", "home-assistant", "sensor"], "version_installed": null}, "290436986": {"authors": ["@fineemb"], "category": "integration", "description": "\u7528\u4e8eHASS\u7684\u5f69\u4e91\u5929\u6c14\u7ec4\u4ef6", "domain": "colorfulclouds", "downloads": 0, "etag_repository": "W/\"07e61910dedc362a25e698f6ee33a4d208fec6a639463a9470e08cbb051dc34a\"", "full_name": "fineemb/Colorfulclouds-weather", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "bc9e898", "last_release_tag": "v1.2.6", "last_updated": "2021-05-04T14:39:53Z", "name": "colorfulclouds", "new": false, "repository_manifest": {"name": "\u5f69\u4e91\u5929\u6c14", "domains": ["weather", "sensor"], "render_readme": true, "homeassistant": "0.99.9", "country": ["CN"]}, "selected_tag": null, "show_beta": false, "stars": 40, "topics": ["hass", "weather"], "version_installed": null, "last_fetched": 1642094175.268777}, "237880993": {"authors": ["@fineemb"], "category": "integration", "description": "\u667a\u7c73\u667a\u80fd\u7535\u6696\u5668", "domain": "miheater", "downloads": 0, "etag_repository": "W/\"9062c5bf569523c60809f95ebfd39248e9555e4f0f8e82b5cc24b4f7186085ef\"", "full_name": "fineemb/Smartmi-smart-heater", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "28757be", "last_release_tag": "v1.23", "last_updated": "2021-01-13T01:49:54Z", "name": "miheater", "new": false, "repository_manifest": {"name": "Smartmi smart heater", "domains": ["climate"], "render_readme": true, "homeassistant": "0.99.9", "country": ["CN"]}, "selected_tag": null, "show_beta": false, "stars": 16, "topics": [], "version_installed": null}, "296320952": {"authors": ["@fineemb"], "category": "integration", "description": "HASS\u7684\u5c0f\u7c73\u4e91\u670d\u52a1\u96c6\u6210", "domain": "xiaomi_cloud", "downloads": 0, "etag_repository": "W/\"215ed00529a21158d7e718f24c2b58ef94ff03f986628c3747ab2cd4ffc50f93\"", "full_name": "fineemb/xiaomi-cloud", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "04d9793", "last_release_tag": "v1.2.6", "last_updated": "2021-05-04T14:38:20Z", "name": "xiaomi_cloud", "new": false, "repository_manifest": {"name": "\u5c0f\u7c73\u4e91\u670d\u52a1", "domains": ["device_tracker", "sensor"], "render_readme": true, "homeassistant": "0.99.9", "country": ["CN"]}, "selected_tag": null, "show_beta": false, "stars": 27, "topics": ["cloud", "hacs", "hass", "xiaomi"], "version_installed": null, "last_fetched": 1642094175.357851}, "229060565": {"authors": ["@fineemb"], "category": "integration", "description": "\u5c0f\u7c73\u517b\u751f\u58f6", "domain": "health_pot", "downloads": 0, "etag_repository": "W/\"16be15bbb0b0c448f5a8132c34e16536a1c19528cf1128f8e2a90f8c97ce1383\"", "full_name": "fineemb/Xiaomi-Smart-Multipurpose-Kettle", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e5c28dc", "last_release_tag": "v1.3", "last_updated": "2021-06-07T16:02:47Z", "name": "health_pot", "new": false, "repository_manifest": {"name": "Xiaomi Mijia Multifunctional MJYSH01YM", "domains": ["health_pot"], "render_readme": true, "homeassistant": "0.99.9"}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": [], "version_installed": null}, "285560672": {"authors": ["@FL550"], "category": "integration", "description": "Deutscher Wetterdienst integration for Home-Assistant", "domain": "dwd_weather", "downloads": 0, "etag_repository": "W/\"095d54dcb8d6caf5511021ff7cd75bba1306ddf41d38c567cc39b1437d33b1bb\"", "full_name": "FL550/dwd_weather", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "643c49e", "last_release_tag": "v1.2.17", "last_updated": "2022-01-07T16:28:18Z", "name": "dwd_weather", "new": false, "repository_manifest": {"name": "Deutscher Wetterdienst", "domains": ["weather", "sensor"], "iot_class": "Cloud Polling", "render_readme": false}, "selected_tag": null, "show_beta": false, "stars": 65, "topics": ["deutscher-wetterdienst", "dwd", "dwd-weather", "hacs", "hass", "home-assistant", "homeassistant", "weather", "weather-entity", "weather-forecast"], "version_installed": null, "last_fetched": 1641587710.040789}, "220685552": {"authors": ["@freakshock88"], "category": "integration", "description": "Custom component for Home Assistant which generates a sensor to show popularity for a google maps place.", "domain": "populartimes", "downloads": 0, "etag_repository": "W/\"21f6933662c8485775c27540810b39d6c6baff34f5eea819c42a2c2f925c18c5\"", "full_name": "freakshock88/hass-populartimes", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "86842d0", "last_release_tag": "0.24", "last_updated": "2021-05-05T18:54:43Z", "name": "populartimes", "new": false, "repository_manifest": {"name": "Popular Times", "render_readme": true, "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 18, "topics": ["google-maps", "google-places-api", "homeassistant"], "version_installed": null, "last_fetched": 1641217204.169365}, "226707533": {"authors": ["@freol35241"], "category": "integration", "description": "Long time state storage (LTSS) custom component for Home Assistant using Timescale DB", "domain": "ltss", "downloads": 0, "etag_repository": "W/\"2998cdceac16ada031f378f5a96479eeb7d88b72e31174dda320b3d08749efb5\"", "full_name": "freol35241/ltss", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "13cdd43", "last_release_tag": "v1.0.0", "last_updated": "2021-10-12T14:18:35Z", "name": "ltss", "new": false, "repository_manifest": {"name": "ltss", "iot_class": "Local Polling"}, "selected_tag": null, "show_beta": false, "stars": 33, "topics": ["custom-component", "database", "hacs", "homeassistant", "ltss", "state-storage", "storage", "timescaledb"], "version_installed": null, "last_fetched": 1643571230.932222}, "217507414": {"authors": ["@fineemb"], "category": "integration", "description": "\u63a5\u5165Hass\u7684\u51c9\u9738\u7ec4\u4ef6", "domain": "yeelink", "downloads": 0, "etag_repository": "W/\"169142bd6f57f510ea02d62f7a36e5ce83e4b5e6bc8156f33881f813ad972b50\"", "full_name": "fineemb/Yeelink-ven-fan", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "27cbd60", "last_release_tag": "v1.0", "last_updated": "2020-01-31T15:57:47Z", "name": "yeelink", "new": false, "repository_manifest": {"name": "Yeelight ven fan", "domains": ["fan"], "render_readme": true, "homeassistant": "0.99.9"}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": [], "version_installed": null}, "264655935": {"authors": ["@gadgetchnnel"], "category": "integration", "description": "A custom component for Home Assistant to allow regular entities to be used as a calendar", "domain": "entities_calendar", "downloads": 0, "etag_repository": "W/\"dc5a475f246aa4a5c6377fc1f88c1f21e45050c97804a4fa16421fc14460b3ab\"", "full_name": "gadgetchnnel/entities_calendar", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "cb2264f", "last_release_tag": "0.0.8", "last_updated": "2021-12-05T15:40:28Z", "name": "entities_calendar", "new": false, "repository_manifest": {"name": "Entities Calendar", "content_in_root": false, "domains": ["calendar"]}, "selected_tag": null, "show_beta": false, "stars": 11, "topics": ["calendar", "entities-calendar"], "version_installed": null, "last_fetched": 1641057981.870182}, "183212377": {"authors": ["@fondberg"], "category": "integration", "description": "Home assistant custom component to start Spotify playback on an idle chromecast device as well as control spotify connect devices", "domain": "spotcast", "downloads": 0, "etag_repository": "W/\"dcde6cdb19db1d868c3c36f05b420bb7d2d9ad6451e557be35f1419abadabab7\"", "full_name": "fondberg/spotcast", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "36ca464", "last_release_tag": "v3.6.24", "last_updated": "2022-01-29T10:28:06Z", "name": "spotcast", "new": false, "repository_manifest": {"name": "Spotcast", "domains": ["media_player", "sensor"], "homeassistant": "2021.12.0", "iot_class": ["Cloud Polling"]}, "selected_tag": null, "show_beta": false, "stars": 346, "topics": [], "version_installed": null, "last_fetched": 1643571230.891394}, "263757123": {"authors": ["@finity69x2"], "category": "integration", "description": "An updated version of the nws_alerts custom integration for Home Assistant", "domain": "nws_alerts", "downloads": 0, "etag_repository": "W/\"dc751f53ef576cdfeca7fbb4684e08b8bddcbb46ec9a791c74b79927fb792bd8\"", "full_name": "finity69x2/nws_alerts", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "8817a2c", "last_release_tag": "2.4", "last_updated": "2022-01-29T06:14:49Z", "name": "nws_alerts", "new": false, "repository_manifest": {"name": "NWS Alerts", "domains": ["sensor"], "homeassistant": "0.95.4", "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 17, "topics": ["alerts", "assistant", "home", "sensor", "weather"], "version_installed": null, "last_fetched": 1643571230.790616}, "261311061": {"authors": ["@garbled1"], "category": "integration", "description": "Ecowitt Weather Station integration for homeassistant", "domain": "ecowitt", "downloads": 0, "etag_repository": "W/\"c9f6374464f54bb0938e1460d208952bfb5ed0b00589c24eab3bf23cdfbc0d35\"", "full_name": "garbled1/homeassistant_ecowitt", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3ad3e03", "last_release_tag": "0.7", "last_updated": "2022-01-12T21:06:43Z", "name": "ecowitt", "new": false, "repository_manifest": {"name": "Ecowitt Weather Station", "render_readme": true, "domains": ["sensor", "binary_sensor"], "iot_class": "Local Push"}, "selected_tag": null, "show_beta": false, "stars": 71, "topics": ["ecowitt", "hacs", "home-assistant", "home-assistant-custom", "homeassistant-integration"], "version_installed": null, "last_fetched": 1642851091.52369}, "229755760": {"authors": ["@garbled1"], "category": "integration", "description": "Balboa spa integration for home-assistant", "domain": "balboa", "downloads": 0, "etag_repository": "W/\"7965efb22e88952c09f0f83cc34ad888065720acc75ae2b49bc4b7ca802b854c\"", "full_name": "garbled1/balboa_homeassistan", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "aece6fd", "last_release_tag": "0.6.1", "last_updated": "2021-10-11T13:24:27Z", "name": "balboa", "new": false, "repository_manifest": {"name": "Balboa Spa Client", "render_readme": true, "domains": ["binary_sensor", "climate", "fan", "switch"], "iot_class": "Local Push"}, "selected_tag": null, "show_beta": false, "stars": 17, "topics": ["balboa", "hacs", "home-assistant", "home-assistant-custom", "homeassistant-integration"], "version_installed": null, "last_fetched": 1643571231.533537}, "222292912": {"authors": ["@gcobb321"], "category": "integration", "description": "iCloud3 - An advanced device_tracker custom_component for iPhones, iPads, etc. It monitors zone & location updates triggered by the HA iOS App and supports Apple 2fa verification.", "domain": "icloud3", "downloads": 470, "etag_repository": "W/\"bf679447443018779ce4bd6f297409f787b724b1a506e72e3db339b98df50481\"", "full_name": "gcobb321/icloud3", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "0db8592", "last_release_tag": "v2.4.7", "last_updated": "2021-12-29T16:11:26Z", "name": "icloud3", "new": false, "repository_manifest": {"name": "iCloud3 Device Tracker", "zip_release": true, "render_readme": true, "domains": ["device_tracker"], "filename": "icloud3.zip"}, "selected_tag": null, "show_beta": false, "stars": 214, "topics": ["device-tracker", "ha-ios", "icloud", "icloud-account", "tracking", "zone", "zones"], "version_installed": null, "last_fetched": 1643571231.615641}, "201599575": {"authors": ["@gcorgnet"], "category": "integration", "description": "Home Assistant component to feed Upcoming Media Card with the latest releases on an Emby instance.", "domain": "emby_upcoming_media", "downloads": 0, "etag_repository": "W/\"9d574f3c503e13da628971c79f3682a2d01a08b5f7e68a0d047d4792b2c60e26\"", "full_name": "gcorgnet/sensor.emby_upcoming_media", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e33debb", "last_release_tag": "3.6", "last_updated": "2021-12-16T21:59:38Z", "name": "emby_upcoming_media", "new": false, "repository_manifest": {"name": "Emby Latest Media"}, "selected_tag": null, "show_beta": false, "stars": 10, "topics": [], "version_installed": null, "last_fetched": 1643571231.976754}, "264490983": {"authors": ["@GeorgeSG"], "category": "integration", "description": "Slack User sensor for Home Assistant", "domain": "slack_user", "downloads": 0, "etag_repository": "W/\"a74d0a12210889ffcb7522abcee203b5c2ef6e46bece9f9b50e781c5954137cd\"", "full_name": "GeorgeSG/ha-slack-user", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "386b476", "last_release_tag": "0.4.1", "last_updated": "2021-06-12T12:04:14Z", "name": "slack_user", "new": false, "repository_manifest": {"name": "Slack User", "domains": ["sensor"], "render_readme": true, "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 10, "topics": ["home-assistant", "home-assistant-component", "home-assistant-custom", "homeassistant", "homeassistant-integration"], "version_installed": null, "last_fetched": 1643571231.959303}, "199306003": {"authors": ["@gieljnssns"], "category": "integration", "description": "Buienalarm custom_component for Home-Assistant", "domain": "buienalarm", "downloads": 0, "etag_repository": "W/\"bd40dfd0ebae327b7c5bc29253519926a6d57049a167ceed0672774fe74343af\"", "full_name": "gieljnssns/buienalarm-sensor-homeassistant", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "104252b", "last_release_tag": "v1.9", "last_updated": "2021-12-04T09:48:55Z", "name": "buienalarm", "new": false, "repository_manifest": {"name": "Buienalarm", "render_readme": true, "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 17, "topics": [], "version_installed": null}, "199306511": {"authors": ["@gieljnssns"], "category": "integration", "description": "A custom component to get the readings of a Kostal Piko inverter", "domain": "kostal", "downloads": 0, "etag_repository": "W/\"db33a4e20016e5f4bb7b2e459d692dad428d622b10a18661e8de5e8d7edb12a7\"", "full_name": "gieljnssns/kostalpiko-sensor-homeassistant", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "93657fa", "last_release_tag": "v2.7", "last_updated": "2021-06-16T14:25:39Z", "name": "kostal", "new": false, "repository_manifest": {"name": "Kostal Piko", "render_readme": true, "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": [], "version_installed": null}, "261873234": {"authors": ["@gjohansson-ST"], "category": "integration", "description": "Integration to Sector Alarm for Home Assistant", "domain": "sector", "downloads": 0, "etag_repository": "W/\"1b389e59482320a221c3835f1f08c85373a97e86183f8002acff9deff8796957\"", "full_name": "gjohansson-ST/sector", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "325670e", "last_release_tag": "v0.3.4", "last_updated": "2022-01-09T19:14:52Z", "name": "sector", "new": false, "repository_manifest": {"name": "Sector Alarm", "render_readme": true, "domains": ["sensor", "lock", "alarm_control_panel", "switch"], "homeassistant": "2021.12.0", "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 11, "topics": ["alarm", "alarm-control", "alarm-control-panel", "lock", "sector", "sector-alarm", "temperature-sensor"], "version_installed": null, "last_fetched": 1641895595.185594}, "265716369": {"authors": ["@gilsonmandalogo"], "category": "integration", "description": "Minerstat mining hashrate.", "domain": "hacs-minerstat", "downloads": 0, "etag_repository": "W/\"990423b44ce4927291822796d56f1d564d972314e0dc5a84c3f156d8871888e3\"", "full_name": "gilsonmandalogo/hacs-minerstat", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a06b028", "last_release_tag": "1.1.1", "last_updated": "2021-06-27T03:17:32Z", "name": "hacs-minerstat", "new": false, "repository_manifest": {"name": "Minerstat", "render_readme": "true", "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["hacs", "homeassistant", "minerstat", "mining"], "version_installed": null}, "207794683": {"authors": [], "category": "integration", "description": "Google Location for HASS using the Google Geocode API", "domain": "google_geocode", "downloads": 0, "etag_repository": "W/\"aef445f43eece05826a613d44e2e41b2e0c6dfd7d1d8e2d2b7c07329d9f7643b\"", "full_name": "gregoryduckworth/GoogleGeocode-HASS", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2973eeb", "last_release_tag": "0.1.8", "last_updated": "2022-01-04T10:21:35Z", "name": "google_geocode", "new": false, "repository_manifest": {"name": "GoogleGeocode-HASS", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": [], "version_installed": null, "last_fetched": 1641307214.082965}, "292197182": {"authors": ["@hcoohb"], "category": "integration", "description": "Home assistant custom component for Yeelight bluetooth", "domain": "yeelight_bt", "downloads": 0, "etag_repository": "W/\"8a430ed9613da067744a3796b5f9e4a0e1bff126e10ae5e3bcbf8739339988ae\"", "full_name": "hcoohb/hass-yeelightbt", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7a4e6a0", "last_release_tag": "v0.11.3", "last_updated": "2021-05-01T10:03:46Z", "name": "yeelight_bt", "new": false, "repository_manifest": {"name": "Yeelight bluetooth", "render_readme": true, "domains": ["yeelight_bt", "light"], "homeassistant": "0.109.0", "iot_class": "Local Polling"}, "selected_tag": null, "show_beta": false, "stars": 20, "topics": ["bluetooth", "bluetooth-low-energy", "custom-component", "home-assistant", "yeelight-lamp"], "version_installed": null}, "263075818": {"authors": ["@guysie"], "category": "integration", "description": "Integration for Meural Canvas digital art frame in Home Assistant ", "domain": "meural", "downloads": 0, "etag_repository": "W/\"8269a56d36615382e31b541f3b85a214746a830f7c770c117e3feb0580a74f17\"", "full_name": "GuySie/ha-meural", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2a6faec", "last_release_tag": "v0.2.2", "last_updated": "2021-06-02T20:08:50Z", "name": "meural", "new": false, "repository_manifest": {"name": "HA-meural", "domains": ["media_player"], "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 31, "topics": ["home-assistant", "homeassistant", "homeassistant-components", "homeassistant-integration", "meural", "netgear"], "version_installed": null, "last_fetched": 1641895596.895804}, "143340728": {"authors": ["@herikw"], "category": "integration", "description": "Atag One Custom components for Home-Assistant", "domain": "atagone", "downloads": 0, "etag_repository": "W/\"5a2a2a5f30b2c7666c59555d7b1761130f359860a6d71b1c21b3bde3f28649b1\"", "full_name": "herikw/home-assistant-custom-components", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "230e5a3", "last_release_tag": "v2.0.1", "last_updated": "2022-01-03T11:05:53Z", "name": "atagone", "new": false, "repository_manifest": {"name": "ATAG One", "country": ["NL"], "render_readme": false, "domains": ["sensor", "climate"]}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": ["atag", "custom-components", "hacs", "home-assistant", "integration", "thermostat"], "version_installed": null, "last_fetched": 1643571232.89527}, "264499592": {"authors": ["@heyajohnny"], "category": "integration", "description": "Provides Home Assistant sensors for all cryptocurrencies supported by CoinGecko", "domain": "cryptoinfo", "downloads": 0, "etag_repository": "W/\"1d65439b11dd6569d076ff46becb400f5a1f7297c023073711df752eb3231012\"", "full_name": "heyajohnny/cryptoinfo", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "98e3a83", "last_release_tag": "v0.0.9", "last_updated": "2021-12-15T08:44:29Z", "name": "cryptoinfo", "new": false, "repository_manifest": {"name": "Cryptoinfo", "content_in_root": false, "render_readme": true, "domains": ["sensor"], "homeassistant": "0.100.0"}, "selected_tag": null, "show_beta": false, "stars": 29, "topics": [], "version_installed": null, "last_fetched": 1642851098.403207}, "234983286": {"authors": ["@thrilleratplay"], "category": "integration", "description": "Govee Temperature/Humidity BLE Home Assistant Component", "domain": "govee_ble_hci", "downloads": 0, "etag_repository": "W/\"599601c27887f77fc969560371ba3dcaa72c01cae0b8fda23d6244509eecdd05\"", "full_name": "Home-Is-Where-You-Hang-Your-Hack/sensor.goveetemp_bt_hci", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b0a6408", "last_release_tag": "v0.10.0", "last_updated": "2021-07-15T18:32:44Z", "name": "govee_ble_hci", "new": false, "repository_manifest": {"name": "Govee BLE HCI monitor sensor integration", "domains": "sensor"}, "selected_tag": null, "show_beta": false, "stars": 131, "topics": ["ble", "govee", "h5051", "h5072", "h5074", "h5075", "h5101", "h5102", "h5177", "h5179", "hacs", "home-assistant", "home-assistant-component"], "version_installed": null, "last_fetched": 1642520502.264548}, "243122556": {"authors": ["@hellowlol"], "category": "integration", "description": "Tide a sensor for HASS.", "domain": "tide", "downloads": 0, "etag_repository": "W/\"e442c19c4f63c021d0c225059894d369a25de8ed69f4a179beadf67bef56baa9\"", "full_name": "Hellowlol/ha-tide", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6bc1842", "last_release_tag": "0.0.2", "last_updated": "2021-06-06T20:30:32Z", "name": "tide", "new": false, "repository_manifest": {"name": "tide", "content_in_root": false, "country": ["NOR"], "domains": ["sensors"], "iot_class": "cloud_poll", "homeassistant": "0.96.0", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["hass", "norway", "tide"], "version_installed": null}, "164841067": {"authors": ["@isabellaalstrom"], "category": "integration", "description": "A custom component for Home Assistant to get messages from krisinformation.se", "domain": "krisinformation", "downloads": 0, "etag_repository": "W/\"451852ca792e3bea616a175f6cd8c6c7d6b975fcf2e3039d0d2f28a91ba8a353\"", "full_name": "isabellaalstrom/sensor.krisinformation", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e70f74a", "last_release_tag": "v1.0.3", "last_updated": "2021-06-29T18:03:29Z", "name": "krisinformation", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 26, "topics": ["hacktoberfest"], "version_installed": null, "last_fetched": 1642430582.077375}, "234118477": {"authors": ["@heyajohnny"], "category": "integration", "description": "Provides Home Assistant sensors for multiple Dutch waste collectors. The idea is to add more cities and features in the future.", "domain": "afvalinfo", "downloads": 0, "etag_repository": "W/\"e1b7b5c58baba62dba3616843d937de4fac6102b7c24c6e1a9dc2ad9358d385f\"", "full_name": "heyajohnny/afvalinfo", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1354b49", "last_release_tag": "v0.9.0", "last_updated": "2022-01-04T15:55:23Z", "name": "afvalinfo", "new": false, "repository_manifest": {"name": "Afvalinfo", "content_in_root": false, "render_readme": true, "domains": ["sensor"], "country": ["NL"], "homeassistant": "0.100.0"}, "selected_tag": null, "show_beta": false, "stars": 57, "topics": [], "version_installed": null, "last_fetched": 1643571233.234209}, "269316095": {"authors": ["@philklei", "@imicknl", "@vlebourl", "@tetienne"], "category": "integration", "description": "Custom component for Home Assistant to interact with smart devices via Somfy TaHoma or other OverKiz based API's.", "domain": "tahoma", "downloads": 0, "etag_repository": "W/\"596a799ce46db23a3e75666a4de7ed260dc710292ea3454ce91538fac2c4add7\"", "full_name": "iMicknl/ha-tahoma", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f55e9d9", "last_release_tag": "v2.12.1", "last_updated": "2022-01-27T11:39:43Z", "name": "tahoma", "new": false, "repository_manifest": {"name": "Overkiz (by Somfy) - Custom component", "domains": ["alarm_control_panel", "binary_sensor", "climate", "cover", "light", "lock", "number", "sensor", "switch", "water_heater"], "homeassistant": "2021.12.0", "render_readme": "true", "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 118, "topics": ["cozytouch", "hacktoberfest", "hi-kumo", "home-assistant", "nexity", "overkiz", "rexel", "somfy", "tahoma"], "version_installed": null, "last_fetched": 1643571234.131529}, "242700009": {"authors": ["@ITTV-Tools"], "category": "integration", "description": "Home Assistant Component for Kostal Plenticore ", "domain": "kostal_plenticore", "downloads": 0, "etag_repository": "W/\"f6495b2f1ed88e04332f1fe518b962688816f5d60c2f8cdeaa95878e1613c8b4\"", "full_name": "ITTV-tools/homeassistant-kostalplenticore", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "8f47ce3", "last_release_tag": "0.10.0", "last_updated": "2021-08-11T21:57:37Z", "name": "kostal_plenticore", "new": false, "repository_manifest": {"name": "Kostal Plenticore", "domains": ["sensor"], "iot_class": "Local Polling"}, "selected_tag": null, "show_beta": false, "stars": 15, "topics": ["component", "home-assistant", "kostal", "plenticore"], "version_installed": null}, "231989179": {"authors": ["al-fontes-jr", "JAAlperin"], "category": "integration", "description": "HASS custom component to load and run Bardolph (simple scripting utility for LIFX light bulbs by Al Fontes, Jr.)", "domain": "bardolph", "downloads": 0, "etag_repository": "W/\"b71988d961f841fadc4e35470d19bd5e3455f8f262c0665385c16a38b8e9a88f\"", "full_name": "JAAlperin/hass-bardolph", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "806fb18", "last_release_tag": null, "last_updated": "2021-05-08T22:23:44Z", "name": "bardolph", "new": false, "repository_manifest": {"name": "HASS Bardolph"}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["bardolph", "color-bulb", "home-assistant", "lifx", "lifx-lan-protocol", "scripts", "services"], "version_installed": null}, "183989659": {"authors": ["@jayblackedout"], "category": "integration", "description": "NHL Stats API Integration Into Home Assistant", "domain": "nhl_api", "downloads": 0, "etag_repository": "W/\"b6aca39c7e8ccc9ac4dcc6930a9da0e14c8a5d60654c566f2c1f54a3cc5682d2\"", "full_name": "JayBlackedOut/hass-nhlapi", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "db395d8", "last_release_tag": "v0.9.1", "last_updated": "2021-10-07T21:07:07Z", "name": "nhl_api", "new": false, "repository_manifest": {"name": "NHL API"}, "selected_tag": null, "show_beta": false, "stars": 30, "topics": [], "version_installed": null}, "235943258": {"authors": ["@jason0x43"], "category": "integration", "description": "A Hubitat integration for Home Assistant", "domain": "hubitat", "downloads": 0, "etag_repository": "W/\"175e5140d7d2a639a2b8aa4fa38778e4ab3d9d04de7ff8a20c9df1154cb4ce01\"", "full_name": "jason0x43/hacs-hubitat", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1173413", "last_release_tag": "v0.6.18", "last_updated": "2022-01-24T14:47:26Z", "name": "hubitat", "new": false, "repository_manifest": {"name": "Hubitat", "domains": ["binary_sensor", "climate", "light", "sensor", "switch"], "country": ["US"], "iot_class": "local_push"}, "selected_tag": null, "show_beta": false, "stars": 91, "topics": ["hacs", "home-assistant", "hubitat", "maker-api"], "version_installed": null, "last_fetched": 1643571234.563826}, "221855213": {"authors": ["@jcwillox"], "category": "integration", "description": "\ud83d\uddc3\ufe0f Improved Backup Service for Hass.io that can Automatically Remove Backups and Supports Generational Backup Schemes.", "domain": "auto_backup", "downloads": 4723, "etag_repository": "W/\"f65c9c666fb80961b22c7692ac011abb9ebfff3829447da45cb9825e880951bc\"", "full_name": "jcwillox/hass-auto-backup", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "714e7af", "last_release_tag": "0.10.1", "last_updated": "2021-11-25T09:32:50Z", "name": "auto_backup", "new": false, "repository_manifest": {"name": "Auto Backup", "zip_release": true, "hide_default_branch": true, "filename": "auto_backup.zip", "homeassistant": "2021.9.0b0"}, "selected_tag": null, "show_beta": false, "stars": 115, "topics": ["auto-purge", "generational-backups", "hassio", "homeassistant", "snapshots"], "version_installed": null, "last_fetched": 1643571234.605657}, "273333188": {"authors": ["@jeroenterheerdt"], "category": "integration", "description": "Sensor for Home Assistant that gets reset at midnight", "domain": "daily", "downloads": 0, "etag_repository": "W/\"87d5f71e7b86c33c30ac6d2c695a4bea94fd8bb0603c79810bee50e00c010230\"", "full_name": "jeroenterheerdt/HADailySensor", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4147f18", "last_release_tag": "v0.3.9", "last_updated": "2022-01-06T21:13:29Z", "name": "daily", "new": false, "repository_manifest": {"name": "Daily Sensor", "render_readme": true, "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 18, "topics": ["aggregation", "average", "home-assistant", "home-automation", "homeassistant", "max", "maximum", "mean", "median", "min", "minimum", "sensor", "standard-deviation", "statistics", "stdev", "sum", "var", "variance"], "version_installed": null, "last_fetched": 1642851104.100894}, "263179176": {"authors": ["@jeroenterheerdt"], "category": "integration", "description": "Smart Irrigation custom component for Home Assistant", "domain": "smart_irrigation", "downloads": 0, "etag_repository": "W/\"4b8ea7e037b6be3ef6f90f2e663b6412f3001d0ad65da3fc6b48cf95fa5d9284\"", "full_name": "jeroenterheerdt/HAsmartirrigation", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "dfb7b2d", "last_release_tag": "v0.0.77", "last_updated": "2022-01-13T19:41:20Z", "name": "smart_irrigation", "new": false, "repository_manifest": {"name": "Smart Irrigation", "render_readme": true, "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 109, "topics": ["crop", "evaporation", "evapotranspiration", "flow", "grass", "home-automation", "homeassistant", "irrigation", "lawn", "openweathermap", "rain", "snow", "sprinkler", "sprinklers", "water", "watering"], "version_installed": null, "last_fetched": 1643545554.766255}, "190982718": {"authors": ["@jihao"], "category": "integration", "description": "A hass component to integrate with colorfulclouds (\u5f69\u4e91\u5929\u6c14)", "domain": "colorfulclouds", "downloads": 0, "etag_repository": "W/\"dddca5745e10d8989af1d6d90d49f629904323722fc53852f46063f9e4bf6286\"", "full_name": "jihao/colorfulclouds-hass", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2b01bb0", "last_release_tag": "v0.1.2", "last_updated": "2019-06-20T12:38:40Z", "name": "colorfulclouds", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 20, "topics": [], "version_installed": null}, "187201747": {"authors": [], "category": "integration", "description": "rokid webhook component for Home Assistant (\u82e5\u742aHA\u7ec4\u4ef6)", "domain": "rokid_webhook", "downloads": 0, "etag_repository": "W/\"e003656c9723bd24547be4d29cb7def36b38ecb1bec57ef2267b789a9059846e\"", "full_name": "jihao/rokid-webhook-hass", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "fe0707d", "last_release_tag": "0.1.3", "last_updated": "2021-07-09T09:24:38Z", "name": "rokid_webhook", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 12, "topics": [], "version_installed": null}, "198758494": {"authors": ["@ludeeus", "adapt by @jihao"], "category": "integration", "description": "A hass component to integrate with traccar_cn which adapts Chinese map coordinates (\u4e2d\u6587\u5730\u56fe traccar.cn)", "domain": "traccar_cn", "downloads": 0, "etag_repository": "W/\"a3c66378444f873adb310502ca0ae0b96705a49cae0c724189ecc8b7001130bf\"", "full_name": "jihao/traccar-cn-hass", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b426dfe", "last_release_tag": "0.1.0", "last_updated": "2020-08-28T09:51:37Z", "name": "traccar_cn", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 17, "topics": [], "version_installed": null}, "278596510": {"authors": ["@jesserockz"], "category": "integration", "description": "A Home Assistant integration to receive live data sent from the LeafSpy app", "domain": "leafspy", "downloads": 0, "etag_repository": "W/\"eba23cfde875c68ee7c80753a7fd167841b2f8df39581b3f346106450f520d3f\"", "full_name": "jesserockz/ha-leafspy", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2caf25e", "last_release_tag": "v0.1.7", "last_updated": "2021-12-22T01:42:34Z", "name": "leafspy", "new": false, "repository_manifest": {"name": "Leaf Spy", "hacs": "0.24.0", "domains": ["device_tracker"], "iot_class": "Local Push", "homeassistant": "0.110.0"}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["electric-vehicles", "ev", "hacs", "home-assistant", "leaf", "leafspy", "nissan"], "version_installed": null}, "223541049": {"authors": ["@jaruba"], "category": "integration", "description": "\ud83d\udcfa HomeAssistant - For Samsung TVs 2016+, Includes SmartThings API and Channel List Support", "domain": "samsungtv_tizen", "downloads": 0, "etag_repository": "W/\"31efc7d942f2b037092a7ea9e2de281bf62575c3ed5404e951afbcd3ff828f9f\"", "full_name": "jaruba/ha-samsungtv-tizen", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c13be76", "last_release_tag": "v1.5.9", "last_updated": "2021-09-29T08:35:15Z", "name": "samsungtv_tizen", "new": false, "repository_manifest": {"name": "SamsungTV Tizen", "domains": ["media-player"]}, "selected_tag": null, "show_beta": false, "stars": 207, "topics": [], "version_installed": null, "last_fetched": 1643571234.601953}, "192664631": {"authors": ["@jm-73", "@eavanvalkenburg"], "category": "integration", "description": "Home Assistant Custom Component for Bosch Indego Lawn Mower", "domain": "indego", "downloads": 0, "etag_repository": "W/\"a5243cdcd3384414411fe9ce8757d607482fe910bf21f47ab3e04ee794ff8ad0\"", "full_name": "jm-73/Indego", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a2d24ec", "last_release_tag": "3.8.1", "last_updated": "2021-10-13T17:59:57Z", "name": "indego", "new": false, "repository_manifest": {"name": "Bosch Indego Mower", "country": ["SE"], "domains": ["sensor", "binary_sensor"], "homeassistant": "0.110.0"}, "selected_tag": null, "show_beta": false, "stars": 25, "topics": ["bosch-mower", "hacs", "home-assistant", "homeassistant-components", "indego", "iot", "sensor"], "version_installed": null}, "297106424": {"authors": ["@joggs"], "category": "integration", "description": "Integration for Ebeco thermostats", "domain": "ebeco", "downloads": 0, "etag_repository": "W/\"a14003baf4e2c6d027fd6212973ce6700a9742b7a0985123cca66678fb52b32f\"", "full_name": "joggs/home_assistant_ebeco", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "385f337", "last_release_tag": "0.6.2", "last_updated": "2022-01-29T20:27:04Z", "name": "ebeco", "new": false, "repository_manifest": {"name": "Ebeco thermostats", "domains": ["climate"], "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 13, "topics": ["ebeco", "hacs", "homeassistant"], "version_installed": null, "last_fetched": 1643571235.221852}, "239339530": {"authors": ["@johnwulp"], "category": "integration", "description": "Home Assisant sensor component for RAD Hoekschewaard Afval Kalender", "domain": "rad-afval", "downloads": 0, "etag_repository": "W/\"158d30dfe52dfb13106d2844f7bccf46daa9820b9766d3763113f7043beec2c0\"", "full_name": "Johnwulp/rad-afval", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b6ddb4c", "last_release_tag": null, "last_updated": "2021-08-22T10:57:45Z", "name": "rad-afval", "new": false, "repository_manifest": {"name": "RAD Hoekschewaard Afval Kalender", "content_in_root": false, "render_readme": true, "domains": ["sensor"], "country": ["NL"], "homeassistant": "0.100.0"}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": [], "version_installed": null}, "147953507": {"authors": ["@jomwells", "@hutchinsane"], "category": "integration", "description": "Custom Home Assistant (Light) Component for Ambilight LED's on Philips Android TV's", "domain": "philips_ambilight", "downloads": 0, "etag_repository": "W/\"21b77e0b3185bc80d71a77955025346377d5b5e491ca4cc70631cde11992f9c0\"", "full_name": "jomwells/ambilights", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1389c5e", "last_release_tag": null, "last_updated": "2021-06-23T17:10:55Z", "name": "philips_ambilight", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 44, "topics": [], "version_installed": null, "last_fetched": 1643571235.086734}, "193746664": {"authors": ["@jomwells"], "category": "integration", "description": "A switch component which mimics the functionality of Ambilight+Hue for all Yeelight lights/bulbs", "domain": "philips_ambilight+yeelight", "downloads": 0, "etag_repository": "W/\"d5f882abdf05ddfa2c7639d497888484b4ece3da37eab5c813f6d5a0bd94246a\"", "full_name": "jomwells/ambilight-yeelight", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5c4502e", "last_release_tag": null, "last_updated": "2020-05-29T18:20:34Z", "name": "philips_ambilight+yeelight", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 18, "topics": [], "version_installed": null}, "235659413": {"authors": ["@JonasPed"], "category": "integration", "description": "Home Assistant Custom Component showing data from eloverblik.dk", "domain": "eloverblik", "downloads": 0, "etag_repository": "W/\"aa247cf287acaa60fbd0fe313d43a8b22ebb9a4754a9d3793d149f0c28714485\"", "full_name": "JonasPed/homeassistant-eloverblik", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f6f179e", "last_release_tag": "v0.3.0", "last_updated": "2021-12-14T20:20:50Z", "name": "eloverblik", "new": false, "repository_manifest": {"name": "Eloverblik", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 78, "topics": [], "version_installed": null, "last_fetched": 1643571235.533426}, "170309600": {"authors": ["@JurajNyiri"], "category": "integration", "description": "Custom component allowing control of Atrea ventilation units", "domain": "atrea", "downloads": 0, "etag_repository": "W/\"19c3ac233b1a7dec4d17644f78013e00ff5730c738df128d03300de0bf7fbf0c\"", "full_name": "JurajNyiri/HomeAssistant-Atrea", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "53a4b5a", "last_release_tag": "5.0.1", "last_updated": "2021-03-20T05:49:07Z", "name": "atrea", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 12, "topics": [], "version_installed": null, "last_fetched": 1641895611.406402}, "175020245": {"authors": ["@JurajNyiri"], "category": "integration", "description": "Sensor which gathers water outage information from Tavos (Slovakia) website", "domain": "tavos_water_outage", "downloads": 0, "etag_repository": "W/\"46d9a39b8508344535186c7b0127a5e868ec1069b8edc426897f98f4030e6646\"", "full_name": "JurajNyiri/HomeAssistant-Tavos", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5f085ce", "last_release_tag": "1.1.1", "last_updated": "2021-03-03T21:46:59Z", "name": "tavos_water_outage", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 0, "topics": [], "version_installed": null}, "199291345": {"authors": ["@JurajNyiri"], "category": "integration", "description": "Adds ability to switch alternative speed in qBittorrent through Home Assistant.", "domain": "qbittorrent_alternative_speed", "downloads": 0, "etag_repository": "W/\"0529778d480636ec94ad0be67261c3c03f69cf47603e233be702595fbd11a7b3\"", "full_name": "JurajNyiri/HomeAssistant-qBitTorrentAlternativeSpeed", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e1c238e", "last_release_tag": "1.3.2", "last_updated": "2021-03-03T21:52:34Z", "name": "qbittorrent_alternative_speed", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": [], "version_installed": null, "last_fetched": 1643571235.837549}, "197058358": {"authors": ["@jxlarrea"], "category": "integration", "description": "Emfit QS Sleep Tracker Component for Home Assistant", "domain": "emfitqs", "downloads": 0, "etag_repository": "W/\"b7e0cf1d3ffac56ad52d7fdf0a592f6fbe18af417629c8a5beb2de39db1bb012\"", "full_name": "jxlarrea/ha-emfitqs", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d816d60", "last_release_tag": "2.2", "last_updated": "2021-06-07T02:03:11Z", "name": "emfitqs", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 14, "topics": ["emfit", "emfitqs", "home-assistant", "home-automation", "homeassistant", "homeassistant-components", "presence", "presence-detection", "python", "sleep-tracker"], "version_installed": null}, "262803775": {"authors": ["@jscruz"], "category": "integration", "description": "Carbon Intensity UK Sensor for Home Assistant", "domain": "carbon_intensity_uk", "downloads": 0, "etag_repository": "W/\"d49a67a0ab94a690f5e94ea13e607994c1582152b15eab0baecef7eca03969cd\"", "full_name": "jscruz/sensor.carbon_intensity_uk", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2f04bc0", "last_release_tag": "0.0.3", "last_updated": "2021-03-13T21:05:53Z", "name": "carbon_intensity_uk", "new": false, "repository_manifest": {"name": "Carbon Intensity UK", "hacs": "0.24.0", "domains": ["sensor"], "iot_class": "Cloud Polling", "homeassistant": "0.108.0"}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["carbon", "custom-component", "custom-integration", "energy", "hacs", "home-assistant-custom", "sensor-platform"], "version_installed": null}, "300358676": {"authors": ["@JurajNyiri"], "category": "integration", "description": "Control for Tapo cameras as a Home Assistant component", "domain": "tapo_control", "downloads": 0, "etag_repository": "W/\"6726532c8e42f6453b5cdce8ec02cd18d7b7f79d6b4d4d80819234c5ed0daefe\"", "full_name": "JurajNyiri/HomeAssistant-Tapo-Control", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4bba08e", "last_release_tag": "3.4.4", "last_updated": "2022-01-18T17:25:09Z", "name": "tapo_control", "new": false, "repository_manifest": {"name": "Tapo: Cameras Control", "homeassistant": "2021.3.0"}, "selected_tag": null, "show_beta": false, "stars": 224, "topics": ["camera", "cameras", "hacktoberfest", "hacktoberfest2021", "home-assistant", "home-automation", "homeassistant", "homeassistant-custom-component", "ptz", "tapo"], "version_installed": null, "last_fetched": 1643571236.23793}, "159025199": {"authors": ["@kalanda"], "category": "integration", "description": "AEMET integration for Home Assistant", "domain": "aemet", "downloads": 0, "etag_repository": "W/\"4dc6f9864436719cc90ab1080c012a1cbc12d15662f95836f4e904fc0af362f6\"", "full_name": "kalanda/homeassistant-aemet-sensor", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5582723", "last_release_tag": "v1.4.0", "last_updated": "2021-03-15T11:02:34Z", "name": "aemet", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 21, "topics": ["aemet", "hacs", "hassio", "homeassistant", "homeassistant-components"], "version_installed": null}, "233079250": {"authors": ["@kodi1"], "category": "integration", "description": "darksky - clouds cover and alerts", "domain": "darksky_m", "downloads": 0, "etag_repository": "W/\"979b79eb7e2ca373dbe717ddf44f354e54a1bca149b6e2598b19724d3920f522\"", "full_name": "kodi1/darksky_m", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "ead4a32", "last_release_tag": null, "last_updated": "2021-03-28T10:12:47Z", "name": "darksky_m", "new": false, "repository_manifest": {"name": "darksky_m", "render_readme": "true", "country": ["NO"]}, "selected_tag": null, "show_beta": false, "stars": 0, "topics": ["darksky", "hacs", "home-assistant", "python"], "version_installed": null}, "232077394": {"authors": ["@kirei"], "category": "integration", "description": "Home Assistant Component for Chargeamps", "domain": "chargeamps", "downloads": 0, "etag_repository": "W/\"3771f87aca60b4d381c6457865ada29fa83b476406201f06336c2f4b9f5528eb\"", "full_name": "kirei/hass-chargeamps", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b5255ee", "last_release_tag": "v1.6.0", "last_updated": "2021-12-19T18:53:48Z", "name": "chargeamps", "new": false, "repository_manifest": {"name": "Chargeamps", "domains": ["sensor", "light", "switch"], "iot_class": "cloud_polling", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 13, "topics": ["chargeamps", "homeassistant-integration"], "version_installed": null, "last_fetched": 1642184269.933482}, "233089370": {"authors": ["@kodi1"], "category": "integration", "description": "easyesp status sensor", "domain": "esp_wd", "downloads": 0, "etag_repository": "W/\"acb6ddbb5e93aec16f2072f25d6e898c9b4edab4083fd31eb1d20679f31be071\"", "full_name": "kodi1/esp_wd", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a411086", "last_release_tag": null, "last_updated": "2021-03-28T10:14:02Z", "name": "esp_wd", "new": false, "repository_manifest": {"name": "esp_wd", "render_readme": "true", "country": ["NO"]}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["esp-easy", "hacs", "home-assistant", "python"], "version_installed": null}, "246939713": {"authors": ["@jonkristian"], "category": "integration", "description": "Home Assistant component for Trondheim renholdsverk bin pickups.", "domain": "wasteplan_trv", "downloads": 0, "etag_repository": "W/\"223d7397460eb37e5d42e7f43099b4417ee7529f16b69b40c38e838f93e3a1f8\"", "full_name": "jonkristian/wasteplan_trv", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4fafc19", "last_release_tag": "v1.0.1", "last_updated": "2021-12-28T10:27:19Z", "name": "wasteplan_trv", "new": false, "repository_manifest": {"name": "Wasteplan TRV", "country": ["NO"], "domains": "sensor", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": ["home-assistant", "homeassistant", "trondheim", "trv", "waste-management"], "version_installed": null, "last_fetched": 1643571235.346525}, "233090507": {"authors": ["@kodi1"], "category": "integration", "description": "meteoalarm sensor", "domain": "meteoalarm_m", "downloads": 0, "etag_repository": "W/\"6d0ab13b0fc972ad0114dfaae073c4786c01988a6db3a7eb37ab22b78a7f4e7b\"", "full_name": "kodi1/meteoalarm", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "294bc3a", "last_release_tag": null, "last_updated": "2021-03-28T10:14:30Z", "name": "meteoalarm_m", "new": false, "repository_manifest": {"name": "meteoalarm", "render_readme": "true", "country": ["NO"]}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": ["hacs", "home-assistant", "meteoalarm", "python"], "version_installed": null}, "233092112": {"authors": ["@kodi1"], "category": "integration", "description": "songpal - volume down workaround", "domain": "songpal_m", "downloads": 0, "etag_repository": "W/\"5697baf1ecfa09475d24f7feb213631918e92a5f8c045e53519d98e996a67987\"", "full_name": "kodi1/songpal_m", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4805076", "last_release_tag": null, "last_updated": "2021-03-28T10:15:20Z", "name": "songpal_m", "new": false, "repository_manifest": {"name": "songpal_m", "render_readme": "true", "country": ["NO"]}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["hacs", "home-assistant", "python", "songpal"], "version_installed": null}, "233092629": {"authors": ["@kodi1"], "category": "integration", "description": "tvheadend recorder sensor - lovelace upcoming media card", "domain": "tvh_rec", "downloads": 0, "etag_repository": "W/\"2f0d5e0300690312d983f815bf045cc0a6e1105a403b1cb3b5adcced493195ea\"", "full_name": "kodi1/tvh_rec", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "dee1e18", "last_release_tag": null, "last_updated": "2022-01-09T10:38:49Z", "name": "tvh_rec", "new": false, "repository_manifest": {"name": "tvh_rec", "country": ["NO"]}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": ["hacs", "home-assistant", "python", "recordings", "tvheadend"], "version_installed": null, "last_fetched": 1641895617.996288}, "286554328": {"authors": ["@KoljaWindeler"], "category": "integration", "description": "custom integration for kaco solar inverter", "domain": "kaco", "downloads": 0, "etag_repository": "W/\"96fd4c825426dd4ae198a8fa2aa2b6112e79017e5da70e3c6c5fdc06720f5cea\"", "full_name": "KoljaWindeler/kaco", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d498e4d", "last_release_tag": null, "last_updated": "2022-01-03T12:03:49Z", "name": "kaco", "new": false, "repository_manifest": {"name": "Kaco", "content_in_root": false, "render_readme": true, "iot_class": "Local Pull"}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["homeassistant-integration", "inverter", "solar-energy"], "version_installed": null, "last_fetched": 1641217236.11152}, "246410785": {"authors": ["@KoljaWindeler"], "category": "integration", "description": "Integration that displays the next event of an ics link (support reoccuring events)", "domain": "ics", "downloads": 0, "etag_repository": "W/\"39de2bb7871ef3eaf025b7d99dd365b8b87a004f84cfa8b6e4d9b11793eb4252\"", "full_name": "KoljaWindeler/ics", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "03251e8", "last_release_tag": "20211212.01", "last_updated": "2021-12-12T16:17:19Z", "name": "ics", "new": false, "repository_manifest": {"name": "ICS", "content_in_root": false, "render_readme": true, "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 32, "topics": ["appointments", "filtering", "homeassistant", "ics", "reoccuring-events"], "version_installed": null, "last_fetched": 1641895618.774345}, "242635439": {"authors": ["@kuchel77"], "category": "integration", "description": "Disk space for a path. For use with Home Assistant", "domain": "diskspace", "downloads": 0, "etag_repository": "W/\"10d58fff3a42848a1fe93b91e731b8c13ba48fd1e678a11881e3a24ca2cda335\"", "full_name": "kuchel77/diskspace", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b80bddc", "last_release_tag": "0.8", "last_updated": "2021-04-18T05:13:59Z", "name": "diskspace", "new": false, "repository_manifest": {"name": "Disk Space", "content_in_root": false, "domains": ["sensor"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": ["assistant", "disk", "hass", "home", "space"], "version_installed": null}, "132661981": {"authors": ["@legrego"], "category": "integration", "description": "Publish Home-Assistant events to Elasticsearch", "domain": "elastic", "downloads": 0, "etag_repository": "W/\"39b61d7d893d37a78c8db7b18c2d96094382eae5e6ee1b5d0aa863680e918e85\"", "full_name": "legrego/homeassistant-elasticsearch", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "ba7a4a7", "last_release_tag": "v0.4.0", "last_updated": "2021-08-11T13:07:39Z", "name": "elastic", "new": false, "repository_manifest": {"name": "Elasticsearch component"}, "selected_tag": null, "show_beta": false, "stars": 83, "topics": ["custom-component", "elasticsearch", "hacktoberfest", "hass", "home-assistant", "home-automation", "python"], "version_installed": null, "last_fetched": 1643571238.12006}, "230151505": {"authors": ["@laszlojakab"], "category": "integration", "description": "Dijnet integration for Home Assistant", "domain": "dijnet", "downloads": 0, "etag_repository": "W/\"b5c63dee2ab959246fb9f76cd4cae0dea507f41685f38779857b42d3cdec2bca\"", "full_name": "laszlojakab/homeassistant-dijnet", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6c16794", "last_release_tag": "v0.3.1-beta", "last_updated": "2022-01-11T21:59:09Z", "name": "dijnet", "new": false, "repository_manifest": {"name": "Dijnet integration", "country": ["HU"], "render_readme": "True", "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": ["dijnet", "home-assistant", "home-assistant-custom", "home-assistant-sensor"], "version_installed": null, "last_fetched": 1642004273.767833}, "258852884": {"authors": ["@laszlojakab"], "category": "integration", "description": "Helios EasyControls Modbus TCP/IP integration for Home Assistant", "domain": "easycontrols", "downloads": 0, "etag_repository": "W/\"e3a6902b6b8d52627e0ac1b58656a88554dda5b0ef549a849b98fca73b5611b8\"", "full_name": "laszlojakab/homeassistant-easycontrols", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "0f681bb", "last_release_tag": "v0.5.0", "last_updated": "2022-01-09T18:15:59Z", "name": "easycontrols", "new": false, "repository_manifest": {"name": "Helios EasyControls Modbus TCP/IP integration", "iot_class": "Local Polling", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 7, "topics": ["easycontrols", "eazyctrl", "home-assistant-custom", "homeassistant", "modbus"], "version_installed": null, "last_fetched": 1642274176.947733}, "279680951": {"authors": ["@kukulich"], "category": "integration", "description": "Home Assistant custom component for JABLOTRON 100+ alarm system", "domain": "jablotron100", "downloads": 0, "etag_repository": "W/\"332517c8b8e93cc5e372794c5d2c2a9bbb0d798873b2449934ee313650ed1f35\"", "full_name": "kukulich/home-assistant-jablotron100", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3839144", "last_release_tag": "3.6.0", "last_updated": "2022-01-19T01:13:47Z", "name": "jablotron100", "new": false, "repository_manifest": {"name": "Jablotron 100", "content_in_root": false, "domains": ["alarm_control_panel", "binary_sensor"], "country": ["CS", "DA", "DE", "EN", "IT", "NB", "NL", "SK"], "homeassistant": "2021.12.0", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 31, "topics": ["alarm", "custom-component", "hacs", "home-assistant", "integration", "jablotron"], "version_installed": null, "last_fetched": 1643571237.506174}, "254253124": {"authors": ["@heythisisnate", "@snicker"], "category": "integration", "description": "HomeAssistant integration for Noonlight", "domain": "noonlight", "downloads": 0, "etag_repository": "W/\"6685ee7ca8fc93eef574485f6523af65a02afb913611cb0c427fff2d155c702f\"", "full_name": "konnected-io/noonlight-hass", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "df714c5", "last_release_tag": "v1.1.0", "last_updated": "2022-01-13T19:30:55Z", "name": "noonlight", "new": false, "repository_manifest": {"name": "Noonlight - Alarm Monitoring", "render_readme": true, "country": ["US"], "domains": ["switch"], "homeassistant": "0.96"}, "selected_tag": null, "show_beta": false, "stars": 19, "topics": ["alarm", "homeassistant", "homeassistant-components", "monitoring", "noonlight", "security"], "version_installed": null, "last_fetched": 1643571237.009583}, "183222061": {"authors": ["@lichtteil"], "category": "integration", "description": "Custom component for Home Assistant that integrates your (own) local Luftdaten sensor (air quality/particle sensor) without using the cloud.", "domain": "local_luftdaten", "downloads": 0, "etag_repository": "W/\"045512916b29d492e99606eb424666f6a5c4ef5eff2ee2348ec50cecb776243d\"", "full_name": "lichtteil/local_luftdaten", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "98a7028", "last_release_tag": "2.0.0", "last_updated": "2021-12-27T08:58:32Z", "name": "local_luftdaten", "new": false, "repository_manifest": {"name": "Local Luftdaten Sensor", "render_readme": true, "domains": "sensor"}, "selected_tag": null, "show_beta": false, "stars": 24, "topics": ["air-quality", "homeassistant", "homeassistant-sensor", "sensor"], "version_installed": null, "last_fetched": 1643571238.194786}, "204192861": {"authors": ["@Limych"], "category": "integration", "description": "Average Sensor for Home Assistant", "domain": "average", "downloads": 0, "etag_repository": "W/\"c800130d3d3070cc55f8aa1f3147aab1a5383ab68915c6360e4c92b508da1951\"", "full_name": "Limych/ha-average", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a106074", "last_release_tag": "2.2.1", "last_updated": "2022-01-19T01:12:12Z", "name": "average", "new": false, "repository_manifest": {"name": "Average Sensor", "domains": ["sensor"], "hacs": "1.6.0", "iot_class": "Assumed State", "homeassistant": "0.118.0"}, "selected_tag": null, "show_beta": false, "stars": 156, "topics": ["average", "hacs", "home-assistant", "home-assistant-component", "home-assistant-sensor", "sensor"], "version_installed": null, "last_fetched": 1642851123.999412}, "199313405": {"authors": ["@Limych"], "category": "integration", "description": "Home Assistant custom component for Beward security Cameras and Doorbells", "domain": "beward", "downloads": 0, "etag_repository": "W/\"6b6ec8a6293434b572fa2968461099e230ed2e9fb9be85e15e1209f5121d662d\"", "full_name": "Limych/ha-beward", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "77e7faf", "last_release_tag": "1.1.17", "last_updated": "2021-06-04T10:21:46Z", "name": "beward", "new": false, "repository_manifest": {"name": "Beward Cameras & Doorbells", "domains": ["beward", "camera", "sensor", "binary_sensor"], "iot_class": "Local Push"}, "selected_tag": null, "show_beta": false, "stars": 14, "topics": ["beward", "camera", "custom-component", "doorbell", "dvr", "home-assistant", "security", "surveillance"], "version_installed": null}, "210194956": {"authors": ["@limych"], "category": "integration", "description": "Car Wash Binary Sensor for Home Assistant", "domain": "car_wash", "downloads": 0, "etag_repository": "W/\"d41787fe13d62038bf4300a1cbce14180f1e5c8f86a662ecdd3b562037ec2ea4\"", "full_name": "Limych/ha-car_wash", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "413ce8d", "last_release_tag": "1.5.1", "last_updated": "2022-01-04T16:37:51Z", "name": "car_wash", "new": false, "repository_manifest": {"name": "Car Wash", "domains": ["sensor"], "hacs": "1.6.0", "iot_class": "Assumed State", "homeassistant": "0.118.0"}, "selected_tag": null, "show_beta": false, "stars": 63, "topics": ["binary-sensor", "car", "car-wash", "home-assistant", "wash", "weather-forecast"], "version_installed": null, "last_fetched": 1641470249.686295}, "206868881": {"authors": ["@limych"], "category": "integration", "description": "Gismeteo Weather Provider for Home Assistant", "domain": "gismeteo", "downloads": 0, "etag_repository": "W/\"d8374f50a873c0cc1fdde12d50eee5b2bd61bd29c15df7ba6e0ce7ee55b8453b\"", "full_name": "Limych/ha-gismeteo", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9d4c74a", "last_release_tag": "2.3.4", "last_updated": "2022-01-07T22:07:45Z", "name": "gismeteo", "new": false, "repository_manifest": {"name": "Gismeteo", "hacs": "1.6.0", "domains": ["weather", "sensor"], "iot_class": "Cloud Polling", "homeassistant": "0.118.0"}, "selected_tag": null, "show_beta": false, "stars": 74, "topics": ["forecast", "gismeteo", "gismeteo-weather", "hacs", "home-assistant", "sensor", "sensors", "weather-provider"], "version_installed": null, "last_fetched": 1642520503.925944}, "228063780": {"authors": ["@Limych"], "category": "integration", "description": "Indoor Air Quality Sensor Component for Home Assistant", "domain": "iaquk", "downloads": 6, "etag_repository": "W/\"51282d451977f439b05eabfbb44982fcc7be083a7cb65a9ca73749e0b4460871\"", "full_name": "Limych/ha-iaquk", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "eaf0455", "last_release_tag": "1.6.1", "last_updated": "2022-01-19T15:09:37Z", "name": "iaquk", "new": false, "repository_manifest": {"name": "Indoor Air Quality UK Index", "domains": ["sensor"], "hacs": "1.6.0", "iot_class": "Assumed State", "homeassistant": "0.118.0"}, "selected_tag": null, "show_beta": false, "stars": 52, "topics": ["air-quality", "hacs", "home-assistant", "indoor", "sensor"], "version_installed": null, "last_fetched": 1643571239.257246}, "197950768": {"authors": [], "category": "integration", "description": "Our Groceries Integration for Home Assistant", "domain": "ourgroceries", "downloads": 0, "etag_repository": "W/\"2c654fe724aa38b09918d71013da6d2c698069be14cee7b0a653eb47fae7261e\"", "full_name": "ljmerza/ha-our-groceries", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a32dcfc", "last_release_tag": "1.3.11", "last_updated": "2022-01-07T17:21:51Z", "name": "ourgroceries", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 23, "topics": [], "version_installed": null, "last_fetched": 1643571238.972084}, "219363790": {"authors": [], "category": "integration", "description": "Play videos from the Swedish channel 4", "domain": "tv4_play", "downloads": 0, "etag_repository": "W/\"0c3e427b1c95d1390d672256bb318e1ca854153ddc6a5cdd43c0a11bd5520321\"", "full_name": "lindell/home-assistant-tv4-play", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "ba8fcd2", "last_release_tag": "1.1.0", "last_updated": "2021-10-15T17:14:08Z", "name": "tv4_play", "new": false, "repository_manifest": {"name": "TV4 Play", "country": ["SE"]}, "selected_tag": null, "show_beta": false, "stars": 13, "topics": ["homeassistant", "tv4", "tv4play"], "version_installed": null}, "256709811": {"authors": ["@Limych"], "category": "integration", "description": "JQ-300 Indoor Air Quality Meter Home Assistant Integration", "domain": "jq300", "downloads": 6, "etag_repository": "W/\"b82ef289b92655ae791f46f4e8b9b94af9538b5165131d5cb21ac0af45b04318\"", "full_name": "Limych/ha-jq300", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4af54af", "last_release_tag": "0.10.0", "last_updated": "2022-01-19T15:09:37Z", "name": "jq300", "new": false, "repository_manifest": {"name": "JQ-300/200/100 Indoor Air Quality Meter", "domains": ["sensor"], "hacs": "1.6.0", "iot_class": "Cloud Push", "homeassistant": "0.118.0"}, "selected_tag": null, "show_beta": false, "stars": 38, "topics": ["air-quality", "air-quality-measurements", "air-quality-sensor", "custom-component", "home-assistant", "home-assistant-component"], "version_installed": null, "last_fetched": 1643571238.64289}, "200035037": {"authors": [], "category": "integration", "description": "Home Assistant custom component to get online and game status of Discord users", "domain": "discord_game", "downloads": 0, "etag_repository": "W/\"3a08e62db6572c2c889d3175011a1ed8a3d5f0492befa09d28605f6e363cabae\"", "full_name": "LordBoos/discord_game", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3196c46", "last_release_tag": "4.2.2", "last_updated": "2022-01-05T11:22:07Z", "name": "discord_game", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 31, "topics": [], "version_installed": null, "last_fetched": 1642520503.934968}, "242335771": {"authors": [], "category": "integration", "description": "Play SVT Play videos and channels via home assistant", "domain": "svt_play", "downloads": 0, "etag_repository": "W/\"1e2246ae963766a6b3d4b74dd9e89404266298dfd28a1cedae62b9ad1ca8e757\"", "full_name": "lindell/home-assistant-svt-play", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3f35b12", "last_release_tag": "1.0.4", "last_updated": "2021-10-26T18:16:08Z", "name": "svt_play", "new": false, "repository_manifest": {"name": "SVT Play", "country": ["SE"]}, "selected_tag": null, "show_beta": false, "stars": 15, "topics": ["home-assistant", "homeassistant", "svt", "svtplay", "sweden", "tv", "video"], "version_installed": null}, "183064800": {"authors": ["@ljmerza"], "category": "integration", "description": "Email Sensor for collecting tracking numbers from over 25 providers.", "domain": "email", "downloads": 0, "etag_repository": "W/\"99da0022de7a7112d860949026db18b5d433b9bf06ad46e72abb3856c00547de\"", "full_name": "ljmerza/ha-email-sensor", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4072fd9", "last_release_tag": "2.15.0", "last_updated": "2021-05-24T12:59:58Z", "name": "email", "new": false, "repository_manifest": {"name": "Email Sensor", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 55, "topics": [], "version_installed": null, "last_fetched": 1642430609.500468}, "246657442": {"authors": ["@lolouk44"], "category": "integration", "description": "CurrentCost Meter Reading Custom Component for Home Assistant ", "domain": "currentcost", "downloads": 0, "etag_repository": "W/\"e5830f90c996ec4ad42f42d57af0919029604a9a760c6bb0b2ce33e64a2ae042\"", "full_name": "lolouk44/CurrentCost_HA_CC", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b4ca057", "last_release_tag": "0.2.2", "last_updated": "2021-12-14T18:54:07Z", "name": "currentcost", "new": false, "repository_manifest": {"name": "Current Cost", "domains": ["sensor"], "iot_class": "local push"}, "selected_tag": null, "show_beta": false, "stars": 10, "topics": ["cc128", "current-cost", "currentcost", "envi", "envir"], "version_installed": null, "last_fetched": 1641217247.077083}, "243841075": {"authors": ["@lociii"], "category": "integration", "description": "CS:GO gamestate reporting to Home Assistant", "domain": "csgo_gamestate", "downloads": 0, "etag_repository": "W/\"d8133ab1e5ab2a49ffabdbd9d7887471d52ed0664a1b0d46a5785f60bb3be1e1\"", "full_name": "lociii/homeassistant-csgo", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6608117", "last_release_tag": "1.4.0", "last_updated": "2021-12-06T16:21:10Z", "name": "csgo_gamestate", "new": false, "repository_manifest": {"name": "CS:GO game state", "homeassistant": "0.100", "iot_class": "local_push"}, "selected_tag": null, "show_beta": false, "stars": 10, "topics": [], "version_installed": null}, "257912976": {"authors": [], "category": "integration", "description": "mqtt template switch for homeassistant", "domain": "mqtt_template", "downloads": 0, "etag_repository": "W/\"5e259a92063cefde6f72b5b58a9c82c2d08df780fe15b60136bbfcab0cea2a41\"", "full_name": "lukich48/hass_mqtt_template_switch", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "767488a", "last_release_tag": "2.1.1", "last_updated": "2021-03-07T13:28:58Z", "name": "mqtt_template", "new": false, "repository_manifest": {"name": "Mqtt template switch", "render_readme": true, "domains": ["switch"]}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": [], "version_installed": null}, "262203345": {"authors": ["@mac-zhou"], "category": "integration", "description": "Home Assistant Custom Integration for Midea Group(Hualing, Senville, Klimaire, AirCon, Century, Pridiom, Thermocore, Comfee, Toshiba, Carrier, Goodman, Friedrich, Samsung, Kenmore, Trane, Lennox, LG and much more) Air Conditioners via LAN.", "domain": "midea_ac", "downloads": 0, "etag_repository": "W/\"a8d16cbebb7d0fa9a54a715cdde9fe10cc0b746e17c3a454c8071675e7901015\"", "full_name": "mac-zhou/midea-ac-py", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "718aba1", "last_release_tag": null, "last_updated": "2022-01-07T08:41:55Z", "name": "midea_ac", "new": false, "repository_manifest": {"name": "Midea Smart Aircon", "domains": ["climate"], "render_readme": false, "homeassistant": "0.110.2"}, "selected_tag": null, "show_beta": false, "stars": 244, "topics": [], "version_installed": null, "last_fetched": 1643571239.439668}, "254347436": {"authors": ["@mampfes"], "category": "integration", "description": "Home Assistant integration framework for (garbage collection) schedules", "domain": "waste_collection_schedule", "downloads": 0, "etag_repository": "W/\"3154f863d9a614b5a12d536c125cadf7c4ba501a3347cc473c90ad7b7ffb18df\"", "full_name": "mampfes/hacs_waste_collection_schedule", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "610e5c1", "last_release_tag": "1.15.0", "last_updated": "2022-01-30T06:35:03Z", "name": "waste_collection_schedule", "new": false, "repository_manifest": {"name": "Waste Collection Schedule", "domains": ["sensor"], "iot_class": "cloud_polling"}, "selected_tag": null, "show_beta": false, "stars": 130, "topics": ["abfall", "abfallnavi", "abfallplus", "berlin", "garbage", "garbage-collection", "hamburg", "home-assistant", "homeassistant", "homeassistant-integration", "jumomind", "koeln", "muell", "muellabfuhr", "muellsammlung", "mymuell", "regioit", "waste", "waste-collection"], "version_installed": null, "last_fetched": 1643571239.70792}, "195883127": {"authors": ["@Martinvdm", "@vloris"], "category": "integration", "description": "Garbage collection Nissewaard for Home Assistant", "domain": "nissewaard", "downloads": 0, "etag_repository": "W/\"180f3b53d867b79be731b38ae9e95547c3f90ab9338f9af25526591e478608bc\"", "full_name": "Martinvdm/garbage-nissewaard-homeassistant", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d15a028", "last_release_tag": null, "last_updated": "2021-04-11T12:18:11Z", "name": "nissewaard", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 0, "topics": [], "version_installed": null}, "197578489": {"authors": ["@mlowijs", "@robhofmann"], "category": "integration", "description": null, "domain": "tesla_cc", "downloads": 0, "etag_repository": "W/\"c1ea2978f62e2b1223a56230bb3578a5459da1bbfb109d0ccd207412e4f4f4fa\"", "full_name": "mlowijs/HomeAssistant-TeslaCustomComponent", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6948798", "last_release_tag": null, "last_updated": "2020-06-13T08:59:32Z", "name": "tesla_cc", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 7, "topics": [], "version_installed": null}, "295627573": {"authors": ["@michaellunzer", "@clyra"], "category": "integration", "description": "This is a Home-Assistant custom component that pulls Fortnite stats using the python API library from the site fortnitetracker.com", "domain": "fortnite", "downloads": 0, "etag_repository": "W/\"a3fc18b2c93c1997a6e9c8455f7101b7557c957c51d53c97c9aa54c1ce2e2e0b\"", "full_name": "michaellunzer/Home-Assistant-Custom-Component-Fortnite", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1b6effa", "last_release_tag": "v0.1.2", "last_updated": "2021-11-03T06:00:38Z", "name": "fortnite", "new": false, "repository_manifest": {"name": "Fortnite Stats", "hacs": "0.24.0", "domains": ["sensor"], "iot_class": "Cloud Polling", "homeassistant": "0.110.0", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["custom-component", "fortnite", "fortnite-api", "fortnite-stats", "hacs", "home-assistant", "home-assistant-custom", "python"], "version_installed": null, "last_fetched": 1641470259.763951}, "238446853": {"authors": ["@maykar"], "category": "integration", "description": "\u2771 Plex Assistant is a Home Assistant integration for casting Plex media to Google devices, Sonos devices, and Plex clients with Google Assistant, HA's conversation integration, and more.", "domain": "plex_assistant", "downloads": 0, "etag_repository": "W/\"47ed189aa9a6d48a2d6ddec09f055db3599b6f5db6d3509290ce353dfc836018\"", "full_name": "maykar/plex_assistant", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "cab2356", "last_release_tag": "1.1.9", "last_updated": "2021-12-14T16:04:40Z", "name": "plex_assistant", "new": false, "repository_manifest": {"name": "Plex Assistant", "homeassistant": "2021.2.0"}, "selected_tag": null, "show_beta": false, "stars": 223, "topics": [], "version_installed": null, "last_fetched": 1643571239.986339}, "291317330": {"authors": ["@mletenay"], "category": "integration", "description": "Home Assistant custom component for Electric Vehicle Charge Control devices by Phoenix Contact ", "domain": "phoenix_contact", "downloads": 0, "etag_repository": "W/\"0f600786293d98d142d764e9b254bd15533385c2e3ec8dda019d76cc17da4abe\"", "full_name": "mletenay/home-assistant-ev-charge-control", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "da58976", "last_release_tag": null, "last_updated": "2021-12-21T23:06:01Z", "name": "phoenix_contact", "new": false, "repository_manifest": {"name": "Electric Vehicle Charge Control", "country": ["SK"], "domains": ["switch", "select", "sensor"], "homeassistant": "2021.12.0"}, "selected_tag": null, "show_beta": false, "stars": 0, "topics": ["charging-stations", "electric-vehicles", "evse", "home-assistant", "home-assistant-hacs"], "version_installed": null}, "203244705": {"authors": [], "category": "integration", "description": "A platform sensor which tells you which meals are served in your canteen.", "domain": "openmensa", "downloads": 0, "etag_repository": "W/\"60e0b0390f1db1e30490d7f41715bf71a05b564f53b2c876da31a46a575e8ccb\"", "full_name": "Mofeywalker/openmensa-hass-component", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c9238a2", "last_release_tag": null, "last_updated": "2021-09-04T08:04:28Z", "name": "openmensa", "new": false, "repository_manifest": {"name": "OpenMensa Sensor", "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": [], "version_installed": null}, "289251122": {"authors": ["@mletenay"], "category": "integration", "description": "Read the voltage/current/power/battery values from your GoodWe Inverter via local network (UDP - no cloud) ", "domain": "goodwe", "downloads": 0, "etag_repository": "W/\"92fbaee56300f5f6a286c4ec972e9713d68d2fc568baa4ec2137f894657324c0\"", "full_name": "mletenay/home-assistant-goodwe-inverter", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "cf7f613", "last_release_tag": "v0.9.8.1", "last_updated": "2022-01-11T23:15:22Z", "name": "goodwe", "new": false, "repository_manifest": {"name": "GoodWe Inverter Solar Sensor (UDP - no cloud)", "country": ["SK"], "domains": ["sensor"], "homeassistant": "2021.12.0"}, "selected_tag": null, "show_beta": false, "stars": 68, "topics": ["goodwe", "hacs", "home-assistant", "home-assistant-sensor", "pv-systems"], "version_installed": null, "last_fetched": 1643571240.309138}, "239366330": {"authors": ["@mikelawrence"], "category": "integration", "description": "Haiku with SenseME fan integration for Home Assistant", "domain": "senseme", "downloads": 0, "etag_repository": "W/\"485446f6501038c71acd775db5892b0c3159837b463aaf4dcf02a7c37847d854\"", "full_name": "mikelawrence/senseme-hacs", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "de4cf04", "last_release_tag": "v2.2.5", "last_updated": "2021-12-28T02:15:41Z", "name": "senseme", "new": false, "repository_manifest": {"name": "SenseME", "domains": ["fan", "light", "binary_sensor"], "homeassistant": "2021.3.0", "iot_class": "Local Push"}, "selected_tag": null, "show_beta": false, "stars": 19, "topics": ["bigassfans", "fan", "hacs", "haiku", "home-assistant", "homeassistant", "senseme"], "version_installed": null, "last_fetched": 1641307251.882812}, "272094506": {"authors": ["@mrk-its"], "category": "integration", "description": "Custom Component for fetching lightning data from blitzortung.org", "domain": "blitzortung", "downloads": 0, "etag_repository": "W/\"da2acdad343dde2be0127bd3f5a202081f9af3b554719202cc6611836680a8e8\"", "full_name": "mrk-its/homeassistant-blitzortung", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "0f05fe0", "last_release_tag": null, "last_updated": "2021-12-15T15:29:15Z", "name": "blitzortung", "new": false, "repository_manifest": {"name": "Blitzortung.org Lightning Detector", "country": ["PL"], "render_readme": true, "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 59, "topics": ["blitzortung", "home-assistant", "home-automation", "lightning-network"], "version_installed": null, "last_fetched": 1643545554.547474}, "253842395": {"authors": ["@msp1974"], "category": "integration", "description": "An integration for JLR InControl to Home Assistant", "domain": "jlrincontrol", "downloads": 0, "etag_repository": "W/\"4e1c03003c25a2e46fa484f9b76934eab77355292da8e066b07120f16a1bf7d7\"", "full_name": "msp1974/homeassistant-jlrincontrol", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7c6ce65", "last_release_tag": "V2.1.3", "last_updated": "2021-12-26T17:06:44Z", "name": "jlrincontrol", "new": false, "repository_manifest": {"name": "Jaguar Landrover InControl", "render_readme": false, "iot_class": "Cloud Polling", "homeassistant": "0.115.0"}, "selected_tag": null, "show_beta": false, "stars": 25, "topics": ["hacs", "homeassistant", "i-pace", "jaguar", "jlr", "landrover", "rrs", "vehicle", "wirelesscar"], "version_installed": null, "last_fetched": 1641470262.729936}, "255662264": {"authors": ["@MTrab"], "category": "integration", "description": "Landroid Cloud component for Home Assistant", "domain": "landroid_cloud", "downloads": 0, "etag_repository": "W/\"f09bb6f6465b8d7cc747199eafb492452aa4cc8a7158a08b12158f31220a45be\"", "full_name": "MTrab/landroid_cloud", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1cee88f", "last_release_tag": "v1.8.1", "last_updated": "2022-01-19T10:16:46Z", "name": "landroid_cloud", "new": false, "repository_manifest": {"name": "Landroid Cloud", "render_readme": true, "iot_class": "cloud_polling"}, "selected_tag": null, "show_beta": false, "stars": 69, "topics": ["homeassistant", "homeassistant-custom-component", "homeassistant-integration"], "version_installed": null, "last_fetched": 1643571240.822412}, "269588712": {"authors": ["@mvdwetering"], "category": "integration", "description": "Home Assistant integration for the Philips Hue Play HDMI Sync Box", "domain": "huesyncbox", "downloads": 11, "etag_repository": "W/\"1a8834d6cc7f3dbdfdd336556518e06c3af53d55d5f529daa1bc1fb9fd77920d\"", "full_name": "mvdwetering/huesyncbox", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "494ad11", "last_release_tag": "v1.16.0", "last_updated": "2022-01-17T19:53:58Z", "name": "huesyncbox", "new": false, "repository_manifest": {"name": "Philips Hue Play HDMI Sync Box", "render_readme": true, "domains": ["media_player"], "homeassistant": "2021.12.0", "iot_class": "Local Polling"}, "selected_tag": null, "show_beta": false, "stars": 44, "topics": ["hacs", "homeassistant-integration", "hue-entertainment", "huesync", "philips-hue"], "version_installed": null, "last_fetched": 1643571241.322128}, "192604318": {"authors": ["@mudape"], "category": "integration", "description": "A custom component for Home Assistant to detect iPhones connected to local LAN, even if the phone is in deep sleep.", "domain": "iphonedetect", "downloads": 6350, "etag_repository": "W/\"44e17fde490b938f783de3bccb677a3755cb4418b6e470dd750a75c801f0ce19\"", "full_name": "mudape/iphonedetect", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f8b51ba", "last_release_tag": "1.4.0", "last_updated": "2021-04-05T12:28:32Z", "name": "iphonedetect", "new": false, "repository_manifest": {"name": "iPhone Device Tracker", "homeassistant": "0.94.0", "iot_class": "Local Polling", "domains": ["device_tracker"], "zip_release": true, "filename": "iphonedetect.zip"}, "selected_tag": null, "show_beta": false, "stars": 169, "topics": ["custom-component", "hacs", "home-assistant", "iphonedetect"], "version_installed": null, "last_fetched": 1643571240.717914}, "278930028": {"authors": ["@nicjo814", "@limych", "@nagyrobi"], "category": "integration", "description": "LinkPlay based media devices integration for Home Assistant. Fully compatible with Mini Media Player card including speaker group management. Supports snapshot and restore functionality for TTS.", "domain": "linkplay", "downloads": 0, "etag_repository": "W/\"08c36266d2216e9dfb38dd44eeaeb1974234f5e5b0e48350ed552f1ddd715458\"", "full_name": "nagyrobi/home-assistant-custom-components-linkplay", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "661eff7", "last_release_tag": "2.0.43", "last_updated": "2022-01-28T16:02:32Z", "name": "linkplay", "new": false, "repository_manifest": {"name": "Linkplay-based speakers and devices", "content_in_root": false, "render_readme": false, "domains": ["media_player"], "homeassistant": "2021.4.0"}, "selected_tag": null, "show_beta": false, "stars": 60, "topics": ["arylic", "cvte", "harman-kardon", "home-assistant", "linkplay", "media-player", "speaker", "tts"], "version_installed": null, "last_fetched": 1643571241.427684}, "286186485": {"authors": ["@nielsfaber"], "category": "integration", "description": "Custom component for HA that enables the creation of scheduler entities", "domain": "scheduler", "downloads": 66, "etag_repository": "W/\"54fb5664319f2e7bab2f47f12c365fbabf807cafc0c1372bb51ddc64ed24cd17\"", "full_name": "nielsfaber/scheduler-component", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "652e3eb", "last_release_tag": "v3.2.6", "last_updated": "2022-01-19T17:59:41Z", "name": "scheduler", "new": false, "repository_manifest": {"name": "Scheduler component", "render_readme": "true", "iot_class": ["Local Push"], "domains": ["switch"]}, "selected_tag": null, "show_beta": false, "stars": 228, "topics": ["custom-component", "hacs", "homeassistant", "integration", "python", "scheduler"], "version_installed": null, "last_fetched": 1643571242.355162}, "153870340": {"authors": [], "category": "integration", "description": "\u2744 Use a Harmony Hub to control an IR controlled climate device", "domain": "harmony_ac", "downloads": 0, "etag_repository": "W/\"cc7e293134ad640a492819acf1d16bf3dd6398f9ced00cae1e6db02e69df8ff9\"", "full_name": "nickneos/HA_harmony_climate_component", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f52784f", "last_release_tag": "v0.2.1", "last_updated": "2021-03-12T13:27:19Z", "name": "harmony_ac", "new": false, "repository_manifest": {"name": "Harmony Hub Climate Controller", "domains": ["climate"], "homeassistant": "0.96.0", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 20, "topics": ["air-conditioner", "climate", "hacktoberfest", "hacs", "harmony", "hass", "home-assistant", "homeassistant", "hvac"], "version_installed": null}, "154417419": {"authors": [], "category": "integration", "description": "Home Assistant custom component for the newer (2016+) Philips Android TVs", "domain": "philips_android_tv", "downloads": 0, "etag_repository": "W/\"151a8dcf776a53068a47c16dc177ffd5a005330c7c1c161df1136b9a24578da7\"", "full_name": "nstrelow/ha_philips_android_tv", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9e9572d", "last_release_tag": null, "last_updated": "2021-07-22T15:04:24Z", "name": "philips_android_tv", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 107, "topics": ["home-automation", "homeassistant", "philips-tv", "tv"], "version_installed": null}, "144888844": {"authors": [], "category": "integration", "description": null, "domain": "ovapi", "downloads": 0, "etag_repository": "W/\"d8a405b986c540a94d0a20708bca8031174b2967ea2960eec36026fc406750f4\"", "full_name": "Paul-dH/Home-Assisant-Sensor-OvApi", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2cc564a", "last_release_tag": "v1.4.3", "last_updated": "2021-09-06T07:05:37Z", "name": "ovapi", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 13, "topics": [], "version_installed": null}, "140907992": {"authors": ["@nikrolls"], "category": "integration", "description": "Home Assistant integration for Goldair WiFi heaters, dehumidifiers and fans", "domain": "goldair_climate", "downloads": 0, "etag_repository": "W/\"7818baacf5d8028fc98b45a381b686c98f91b8079bd8a9962047edda1114f4d6\"", "full_name": "nikrolls/homeassistant-goldair-climate", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "df5f895", "last_release_tag": "0.1.3", "last_updated": "2021-05-24T23:53:41Z", "name": "goldair_climate", "new": false, "repository_manifest": {"name": "Goldair WiFi climate devices", "render_readme": true, "hide_default_branch": true, "domains": ["climate", "light", "lock"], "country": ["NZ", "AU"], "homeassistant": "0.96.0", "zip_release": true, "filename": "homeassistant-goldair-climate.zip"}, "selected_tag": null, "show_beta": false, "stars": 12, "topics": ["dehumidifier", "fan", "goldair", "hacs", "heater", "homeassistant", "wifi"], "version_installed": null, "last_fetched": 1642274177.763898}, "250022973": {"authors": ["@ollo69"], "category": "integration", "description": "HomeAssistant custom integration for SmartThinQ LG devices configurable with Lovelace User Interface.", "domain": "smartthinq_sensors", "downloads": 0, "etag_repository": "W/\"946580ca34fdf5d854942becd62be2d1afc418d630dfbf5dd267716c9bedd2f8\"", "full_name": "ollo69/ha-smartthinq-sensors", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7a962f9", "last_release_tag": "v0.12.6", "last_updated": "2022-01-30T17:40:56Z", "name": "smartthinq_sensors", "new": false, "repository_manifest": {"name": "SmartThinQ LGE Sensors", "content_in_root": false, "domains": ["sensor", "binary_sensor", "switch", "climate"], "iot_class": "cloud_poll", "homeassistant": "2021.9.0"}, "selected_tag": null, "show_beta": false, "stars": 370, "topics": ["ac", "air-purifier", "climate", "dishwasher", "dryer", "home-assistant", "homeassistant", "lg", "lg-devices", "lge", "oven", "range", "refrigerator", "sensors", "smartthinq", "thinq", "washer"], "version_installed": null, "last_fetched": 1643571242.887977}, "255110178": {"authors": ["@opravdin"], "category": "integration", "description": "Weback integration with Home Assistant", "domain": "weback", "downloads": 0, "etag_repository": "W/\"aede2dc0e023f5a03435fb6b3a5ec1934d8c5636565929cd4cd886b5221b6461\"", "full_name": "opravdin/weback-hass", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1eead80", "last_release_tag": "v1.0.3", "last_updated": "2021-08-14T11:04:06Z", "name": "weback", "new": false, "repository_manifest": {"name": "Weback cloud integration", "content_in_root": false, "render_readme": true, "domains": ["weback"], "hide_default_branch": true}, "selected_tag": null, "show_beta": false, "stars": 30, "topics": ["home-assistant", "home-assistant-component", "home-assistant-hacs", "weback"], "version_installed": null, "last_fetched": 1642851143.886779}, "247070270": {"authors": ["@ollo69"], "category": "integration", "description": "\ud83d\udcfa Home Assistant SamsungTV Smart Component with simplified SmartThings API Support configurable from User Interface.", "domain": "samsungtv_smart", "downloads": 0, "etag_repository": "W/\"05e7a000010e07da3b0cd15ff1733d6c586c59e37420f0cd4b6c38ff16be1632\"", "full_name": "ollo69/ha-samsungtv-smart", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6b80423", "last_release_tag": "v0.4.14", "last_updated": "2022-01-21T23:32:19Z", "name": "samsungtv_smart", "new": false, "repository_manifest": {"name": "SamsungTV Smart", "content_in_root": false, "domains": ["media-player"], "iot_class": "cloud_poll", "homeassistant": "2021.7.0"}, "selected_tag": null, "show_beta": false, "stars": 165, "topics": ["home-assistant", "homeassistant", "samsung", "samsung-smart-tv", "samsung-tv", "smartthings"], "version_installed": null, "last_fetched": 1643571243.078101}, "237102126": {"authors": ["@kabturek", "@peetereczek"], "category": "integration", "description": "Home Assistant (hass.io) custom component for Warsaw public transport", "domain": "ztm", "downloads": 0, "etag_repository": "W/\"2e5b337b787520309e70c819a2ac26f03b5411e605028c4c731d0db814aa1cc0\"", "full_name": "peetereczek/ztm", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1fd4870", "last_release_tag": "0.2.1", "last_updated": "2021-03-16T16:49:42Z", "name": "ztm", "new": false, "repository_manifest": {"name": "Warsaw ZTM Information", "content_in_root": false, "domains": ["sensor"], "country": ["PL"], "homeassistant": "0.100.0", "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": [], "version_installed": null}, "256733675": {"authors": ["@davidramosweb", "@nagyrobi", "@Alfiegerner"], "category": "integration", "description": "Time-based cover with customizable scripts or entity to trigger opening, stopping and closing. Position is calculated based on the fraction of time spent by the cover traveling up or down. State can be updated with information based on external sensors.", "domain": "cover_rf_time_based", "downloads": 0, "etag_repository": "W/\"74ae4513e783ead2936da13b9099d21f41156527e8347fc5f9f50c671a550f0f\"", "full_name": "nagyrobi/home-assistant-custom-components-cover-rf-time-based", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "721a152", "last_release_tag": "1.1.1", "last_updated": "2021-12-14T18:13:30Z", "name": "cover_rf_time_based", "new": false, "repository_manifest": {"name": "Cover Time Based RF (script/entity)", "content_in_root": false, "render_readme": false, "domains": ["cover"], "homeassistant": "2021.4"}, "selected_tag": null, "show_beta": false, "stars": 35, "topics": ["433", "433mhz", "cover", "home-assistant", "rf", "roller-shutters", "script", "service", "shutter", "trigger"], "version_installed": null, "last_fetched": 1643571241.401283}, "259270792": {"authors": ["@peternijssen"], "category": "integration", "description": ":convenience_store: Integrate Jumbo.com in Home Assistant", "domain": "jumbo", "downloads": 0, "etag_repository": "W/\"91ca1fecb2d400602705bfb1817fd0cdebe4723b69830365aaeaa741ee1ce322\"", "full_name": "peternijssen/home-assistant-jumbo", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "ff373ad", "last_release_tag": "0.8.1", "last_updated": "2021-03-29T18:10:16Z", "name": "jumbo", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 7, "topics": ["hacs", "home-assistant", "jumbo", "supermarket"], "version_installed": null}, "196057008": {"authors": ["@pilotak"], "category": "integration", "description": "Breaks out specified attribute from other entities to a sensor", "domain": "attributes", "downloads": 0, "etag_repository": "W/\"b53a2609b71f483197282ef6bfeda5c943e2ce8027dccee41e32295c69c4f398\"", "full_name": "pilotak/homeassistant-attributes", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "398ac4c", "last_release_tag": "v1.2.0", "last_updated": "2021-03-13T13:11:19Z", "name": "attributes", "new": false, "repository_manifest": {"name": "Attributes extractor", "homeassistant": "0.103.0", "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 63, "topics": ["attributes", "breakout", "hacs", "hass", "homeassistant", "sensor"], "version_installed": null, "last_fetched": 1643571243.316112}, "236123258": {"authors": ["@camect"], "category": "integration", "description": "A HACS integration for the Camect smart home surveillance system", "domain": "camect", "downloads": 0, "etag_repository": "W/\"09e73c2b8ddfe37210ae23bd917fce086c23fc5ff566c7105642d5ca16649080\"", "full_name": "pfunkmallone/HACS-camect-integration", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "ae1e8ca", "last_release_tag": "2021.12.23", "last_updated": "2021-12-23T17:21:08Z", "name": "camect", "new": false, "repository_manifest": {"name": "Camect Integration", "country": ["US"], "domains": "camera", "homeassistant": "0.99.9", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["camect", "hacs", "home-assistant"], "version_installed": null}, "196055705": {"authors": ["@pilotak"], "category": "integration", "description": "Clientraw weather parser (clientraw.txt) for HomeAssistant", "domain": "clientraw", "downloads": 0, "etag_repository": "W/\"891e20ede918ccf0002bbc25837e65bf5c53a6a7d72e6eb3d2653580067d7698\"", "full_name": "pilotak/homeassistant-clientraw", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d9df606", "last_release_tag": "v2.2.1", "last_updated": "2021-11-28T20:14:21Z", "name": "clientraw", "new": false, "repository_manifest": {"name": "Clientraw weather parser", "homeassistant": "0.103.0", "domains": ["sensor"], "iot_class": "cloud_poll"}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": ["clientraw", "davis", "hacs", "hass", "homeassistant", "weather"], "version_installed": null, "last_fetched": 1641895646.342355}, "199549304": {"authors": ["@PiotrMachowski"], "category": "integration", "description": "This sensor uses gkeepapi library to download a list of notes from https://keep.google.com/.", "domain": "google_keep", "downloads": 455, "etag_repository": "W/\"0c99159f75abf0570ff53d45fa0acd87c51bb944c28eee16ff78f2317a38302b\"", "full_name": "PiotrMachowski/Home-Assistant-custom-components-Google-Keep", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "82a63e3", "last_release_tag": "v1.1.4", "last_updated": "2022-01-23T03:39:58Z", "name": "google_keep", "new": false, "repository_manifest": {"name": "Google Keep", "render_readme": true, "domains": ["sensor"], "zip_release": true, "filename": "google_keep.zip"}, "selected_tag": null, "show_beta": false, "stars": 36, "topics": ["custom-component", "home-assistant", "integration", "notes"], "version_installed": null, "last_fetched": 1643571243.593595}, "193371469": {"authors": ["PiotrMachowski"], "category": "integration", "description": "This sensor uses official API to get storm warnings from https://antistorm.eu.", "domain": "antistorm", "downloads": 84, "etag_repository": "W/\"2cd2262df258bc63ec50c7f5ece848e4f146e4cdcacc137a0807119b73092571\"", "full_name": "PiotrMachowski/Home-Assistant-custom-components-Antistorm", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "29a0458", "last_release_tag": "v1.0.4", "last_updated": "2022-01-23T02:16:53Z", "name": "antistorm", "new": false, "repository_manifest": {"name": "Antistorm sensor", "domains": ["binary_sensor", "sensor"], "country": ["PL"], "render_readme": true, "zip_release": true, "filename": "antistorm.zip"}, "selected_tag": null, "show_beta": false, "stars": 10, "topics": ["custom-component", "home-assistant", "integration", "weather"], "version_installed": null, "last_fetched": 1643571243.522058}, "193371652": {"authors": ["PiotrMachowski"], "category": "integration", "description": "This sensor uses official API to get air quality data from https://looko2.com.", "domain": "looko2", "downloads": 30, "etag_repository": "W/\"97e4a5d297b03104d88c016843750ffd124377c4f08b65934c2aec25bd393e9d\"", "full_name": "PiotrMachowski/Home-Assistant-custom-components-Looko2", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "fff1812", "last_release_tag": "v1.0.3", "last_updated": "2022-01-23T17:08:49Z", "name": "looko2", "new": false, "repository_manifest": {"name": "Looko2 sensor", "domains": ["sensor"], "country": ["PL"], "render_readme": true, "zip_release": true, "filename": "looko2.zip"}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["air-quality", "custom-component", "home-assistant", "weather"], "version_installed": null, "last_fetched": 1643571244.090062}, "207881337": {"authors": ["@pinkywafer"], "category": "integration", "description": "Anniversary Countdown Sensor for Home Assistant", "domain": "anniversaries", "downloads": 1907, "etag_repository": "W/\"e2425be25b2d971f87366f2dc8d6a9da76820d23beedfed9add316966524c150\"", "full_name": "pinkywafer/Anniversaries", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "aeeb9e9", "last_release_tag": "4.5.0", "last_updated": "2022-01-11T19:14:57Z", "name": "anniversaries", "new": false, "repository_manifest": {"name": "Anniversaries", "zip_release": true, "filename": "anniversaries.zip", "domains": ["anniversaries", "sensor"], "homeassistant": "0.109.0"}, "selected_tag": null, "show_beta": false, "stars": 103, "topics": ["anniversaries", "hacktoberfest", "hacs", "home-assistant", "sensor"], "version_installed": null, "last_fetched": 1643571243.695706}, "193588464": {"authors": ["PiotrMachowski"], "category": "integration", "description": "This sensor uses unofficial API to get data from https://www.rozkladzik.pl and provide information about departures for chosen stop.", "domain": "rozkladzik", "downloads": 49, "etag_repository": "W/\"597a91bc979bbccb2b317928770d433b319c824aa703a10f82d5755bb6176414\"", "full_name": "PiotrMachowski/Home-Assistant-custom-components-Rozkladzik", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "398d1aa", "last_release_tag": "v1.1.5", "last_updated": "2022-01-24T02:34:46Z", "name": "rozkladzik", "new": false, "repository_manifest": {"name": "Rozk\u0142adzik sensor", "domains": ["sensor"], "country": ["PL"], "render_readme": true, "zip_release": true, "filename": "rozkladzik.zip"}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": ["custom-component", "home-assistant", "integration", "public-transport"], "version_installed": null, "last_fetched": 1643571244.307269}, "193588612": {"authors": ["PiotrMachowski"], "category": "integration", "description": "This sensor uses unofficial API retrieved by decompilation of iMPK application to provide a list of MPK Wroc\u0142aw news available in original app.", "domain": "impk", "downloads": 17, "etag_repository": "W/\"e2c4b9eab54497ab86eff86405188836af6ee6dd2ebb22274770cc6f255edd23\"", "full_name": "PiotrMachowski/Home-Assistant-custom-components-iMPK", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "8a87bc8", "last_release_tag": "v1.1.5", "last_updated": "2022-01-23T16:43:48Z", "name": "impk", "new": false, "repository_manifest": {"name": "iMPK sensor", "domains": ["binary_sensor"], "country": ["PL"], "render_readme": true, "zip_release": true, "filename": "impk.zip"}, "selected_tag": null, "show_beta": false, "stars": 10, "topics": ["custom-component", "home-assistant", "integration", "public-transport", "wroclaw"], "version_installed": null, "last_fetched": 1643571243.854752}, "224073673": {"authors": ["@pinkywafer"], "category": "integration", "description": "Calendarific holiday sensor for Home Assistant ", "domain": "calendarific", "downloads": 0, "etag_repository": "W/\"04700d658c44ad87798575638d4fb050d3fb1410b343cc87b2c8767e3a5c7621\"", "full_name": "pinkywafer/Calendarific", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7e0963f", "last_release_tag": "0.14.0", "last_updated": "2022-01-07T16:04:10Z", "name": "calendarific", "new": false, "repository_manifest": {"name": "Calendarific", "zip_release": true, "filename": "calendarific.zip", "domains": ["calendarific", "sensor"], "homeassistant": "2021.12.0", "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 12, "topics": ["api-client", "calendarific", "holidays", "home-assistant", "sensor"], "version_installed": null, "last_fetched": 1641587771.886148}, "193371566": {"authors": ["PiotrMachowski"], "category": "integration", "description": "This sensor uses official API to get weather warnings for Poland and storm warnings for Europe from https://burze.dzis.net.", "domain": "burze_dzis_net", "downloads": 444, "etag_repository": "W/\"86596edf72e15ece3751eb8d3dd5e4f479f3977b206331b4c96c3a289974fa8b\"", "full_name": "PiotrMachowski/Home-Assistant-custom-components-Burze.dzis.net", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "84210c1", "last_release_tag": "v1.0.4", "last_updated": "2022-01-23T02:37:19Z", "name": "burze_dzis_net", "new": false, "repository_manifest": {"name": "Burze.dzis.net sensor", "domains": ["binary_sensor"], "country": ["EU", "PL"], "render_readme": true, "zip_release": true, "filename": "antistorm.zip"}, "selected_tag": null, "show_beta": false, "stars": 26, "topics": ["custom-component", "home-assistant", "integration", "weather"], "version_installed": null, "last_fetched": 1643571243.589226}, "193371922": {"authors": ["PiotrMachowski"], "category": "integration", "description": "This sensor uses unofficial API to get energy usage and generation data from https://elicznik.tauron-dystrybucja.pl.", "domain": "tauron_amiplus", "downloads": 903, "etag_repository": "W/\"9f816f4d5d3ba99f0208ce85f0c9dc9a5bcc195051934313b6ade988b13aeeef\"", "full_name": "PiotrMachowski/Home-Assistant-custom-components-Tauron-AMIplus", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "73b07ec", "last_release_tag": "v2.0.4", "last_updated": "2022-01-24T04:57:13Z", "name": "tauron_amiplus", "new": false, "repository_manifest": {"name": "Tauron AMIplus", "render_readme": true, "domains": ["sensor"], "zip_release": true, "filename": "tauron_amiplus.zip", "country": ["PL"]}, "selected_tag": null, "show_beta": false, "stars": 44, "topics": ["custom-component", "energy-monitor", "home-assistant", "integration"], "version_installed": null, "last_fetched": 1643571244.350139}, "271398374": {"authors": ["@PiotrMachowski"], "category": "integration", "description": "This custom component allows you to save current state of any entity and use its data later to restore it.", "domain": "saver", "downloads": 0, "etag_repository": "W/\"746e3aef6bdd8cb09436efc7a2a4eea28e5973776b78eccc48df1541d115de79\"", "full_name": "PiotrMachowski/Home-Assistant-custom-components-Saver", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "813f69b", "last_release_tag": "v1.1.3", "last_updated": "2022-01-24T03:25:16Z", "name": "saver", "new": false, "repository_manifest": {"name": "Saver", "render_readme": true, "zip_release": true, "filename": "saver.zip"}, "selected_tag": null, "show_beta": false, "stars": 32, "topics": ["automation", "helper", "home-assistant", "save", "script", "variable"], "version_installed": null, "last_fetched": 1643545554.666287}, "166045890": {"authors": ["@pippyn"], "category": "integration", "description": "Provides Home Assistant sensors for multiple Dutch and Belgium waste collectors", "domain": "afvalbeheer", "downloads": 0, "etag_repository": "W/\"7c603c5c91341a44031e593571c4bdada2f39611d3e435bdf2abca53efc111a2\"", "full_name": "pippyn/Home-Assistant-Sensor-Afvalbeheer", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7393347", "last_release_tag": "v4.9.2", "last_updated": "2022-01-18T07:58:11Z", "name": "afvalbeheer", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 132, "topics": ["belgium", "dutch", "hacs", "hassio", "hassio-integration", "home-assistant", "waste-collectors"], "version_installed": null, "last_fetched": 1643571245.020053}, "165637690": {"authors": ["@pippyn"], "category": "integration", "description": "Provides sensors for the Dutch waste collector Groningen Afvalwijzer.", "domain": "groningen_afvalwijzer", "downloads": 0, "etag_repository": "W/\"aed1f6d6f115c3108dc92d9a3167fb7c97707566375a8152ac291f3af8784d8a\"", "full_name": "pippyn/Home-Assistant-Sensor-Groningen-Afvalwijzer", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "645d9f7", "last_release_tag": "v1.1.3", "last_updated": "2019-06-11T12:41:23Z", "name": "groningen_afvalwijzer", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": [], "version_installed": null}, "209996125": {"authors": [], "category": "integration", "description": "A custom component for Home Assistant which integrates my picoTTS Addon on HASS.io,", "domain": "picotts_remote", "downloads": 0, "etag_repository": "W/\"0e89c58cb6103e630a4f2670da96905daeba717d47bef46a26e15236ce7d278f\"", "full_name": "Poeschl/Remote-PicoTTS", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b2877ff", "last_release_tag": "1.0.1", "last_updated": "2021-03-05T16:22:33Z", "name": "picotts_remote", "new": false, "repository_manifest": {"name": "Remote PicoTTS", "render_readme": true, "domains": "tts", "homeassistant": "0.36", "iot_class": "Local Polling"}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": ["component", "hacs", "hassio", "home-assistant", "picotts-addon", "remote-picotts"], "version_installed": null}, "281956859": {"authors": ["@postlund"], "category": "integration", "description": "Experimental integration to Home Assistant supporting D-Link devices", "domain": "dlink_hnap", "downloads": 0, "etag_repository": "W/\"c9660dd87fbae15231e8298633f7ebc3d6fe1b8e79400a386b3af74af047ddf5\"", "full_name": "postlund/dlink_hnap", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "774df53", "last_release_tag": null, "last_updated": "2021-03-04T05:27:58Z", "name": "dlink_hnap", "new": false, "repository_manifest": {"name": "D-Link HNAP", "content_in_root": false, "domains": ["binary_sensor"], "homeassistant": "0.109.0", "iot_class": "Local Pull", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 25, "topics": ["custom-integration", "dlink", "home-assistant"], "version_installed": null, "last_fetched": 1643571244.772767}, "238568340": {"authors": ["@Pouzor"], "category": "integration", "description": "Custom Component for Home Assistant, enable to remote Freebox Player", "domain": "freebox_player", "downloads": 0, "etag_repository": "W/\"a8aec9519acb42fc666ae19d08a33c3d9bc326200cde72ef30f55eb2a5a26c12\"", "full_name": "Pouzor/freebox_player", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9f0390b", "last_release_tag": "1.0.6", "last_updated": "2021-05-12T23:52:40Z", "name": "freebox_player", "new": false, "repository_manifest": {"name": "Freebox Player"}, "selected_tag": null, "show_beta": false, "stars": 10, "topics": ["custom-component", "freebox", "home-assistant", "homeassistant", "python"], "version_installed": null, "last_fetched": 1642004309.549057}, "219035415": {"authors": ["ptimatth"], "category": "integration", "description": "GeoRide integration for Home Assistant", "domain": "georide", "downloads": 0, "etag_repository": "W/\"8eab456e3d9a5cd181717c55034a2761d27c2500d4ac0e0ae69ab7e9fad11aaf\"", "full_name": "ptimatth/GeorideHA", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e59c8cb", "last_release_tag": "0.8.1", "last_updated": "2021-10-10T11:10:44Z", "name": "georide", "new": false, "repository_manifest": {"name": "GeoRide integration", "content_in_root": false, "render_readme": true, "domains": ["devices_tracker", "sensor"], "country": ["FR"], "homeassistant": "2021.10.0"}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": [], "version_installed": null}, "289550686": {"authors": ["@raman325"], "category": "integration", "description": "Custom Home Assistant component for Zoom. Tracks when you are connected to a Zoom call by default but may allow you to track more.", "domain": "zoom", "downloads": 465, "etag_repository": "W/\"18e69db12e71f013cb123f10bc02eac8e6e442b667125f2c6a52ab20aa03ce78\"", "full_name": "raman325/ha-zoom-automation", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b2c1dfb", "last_release_tag": "v0.8.2", "last_updated": "2022-01-03T04:05:09Z", "name": "zoom", "new": false, "repository_manifest": {"name": "Zoom", "domains": ["binary_sensor"], "iot_class": "Cloud Push", "render_readme": true, "homeassistant": "2021.5.0b0", "zip_release": true, "filename": "zoom.zip"}, "selected_tag": null, "show_beta": false, "stars": 47, "topics": ["automation", "custom-component", "ha", "hacs", "hassio", "home-assistant", "homeassistant", "integration", "webhook-event", "zoom"], "version_installed": null, "last_fetched": 1643571245.489505}, "197983504": {"authors": ["@rdehuyss"], "category": "integration", "description": "Support for Denkovi IOT Relay modules in HomeAssistant", "domain": "denkovi", "downloads": 0, "etag_repository": "W/\"90d830139f4f549c3b1b20e60a5ef2b25a34277c70b1e0e818881f39dcad838e\"", "full_name": "rdehuyss/homeassistant-custom_components-denkovi", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "16d3384", "last_release_tag": "v2.0.2", "last_updated": "2021-07-24T21:00:35Z", "name": "denkovi", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["denkovi", "homeassistant", "homeassistant-components"], "version_installed": null}, "260264517": {"authors": ["@r-renato"], "category": "integration", "description": "Climacell weather provider integration is a custom component for Home Assistant. The climacell platform uses the Climacell API as a source for meteorological data for your location.", "domain": "climacell", "downloads": 0, "etag_repository": "W/\"c6dafa7ef0e081aefc30fb970344436aace539292a1cb338a9cb5e8ffd9bc46d\"", "full_name": "r-renato/ha-climacell-weather", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f5be63f", "last_release_tag": "2.0.3", "last_updated": "2021-06-10T19:48:13Z", "name": "climacell", "new": false, "repository_manifest": {"name": "ClimaCell Weather Provider", "domains": ["sensor"], "iot_class": ["Cloud Polling"]}, "selected_tag": null, "show_beta": false, "stars": 38, "topics": ["climacell", "hacs", "home-assistant", "weather"], "version_installed": null}, "268118148": {"authors": ["@py-smart-gardena"], "category": "integration", "description": "Home Assistant custom component integration for Gardena Smart System", "domain": "gardena_smart_system", "downloads": 0, "etag_repository": "W/\"10282c1c41b755d69deff297096faba248e6a83bd463aa1987b9bfcd659e5788\"", "full_name": "py-smart-gardena/hass-gardena-smart-system", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "911ffb9", "last_release_tag": "0.2.3", "last_updated": "2022-01-29T22:48:06Z", "name": "gardena_smart_system", "new": false, "repository_manifest": {"name": "Gardena Smart System", "domains": ["sensor", "switch", "vacuum", "binary_sensor"], "render_readme": true, "homeassistant": "0.115.0"}, "selected_tag": null, "show_beta": false, "stars": 74, "topics": ["gardena", "gardena-api", "gardena-smart-system", "home-assistant", "homeassistant"], "version_installed": null, "last_fetched": 1643571245.138462}, "164161024": {"authors": ["@rgruebel"], "category": "integration", "description": "Custom Component for Homeassistant to show zigbee2mqtt Networkmap", "domain": "zigbee2mqtt_networkmap", "downloads": 0, "etag_repository": "W/\"7d3b4cce1d4864b71b1df9c269153793771a13e0b426b7108f59ffdc93fab491\"", "full_name": "rgruebel/ha_zigbee2mqtt_networkmap", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "ddb1013", "last_release_tag": null, "last_updated": "2021-12-14T14:38:00Z", "name": "zigbee2mqtt_networkmap", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 167, "topics": [], "version_installed": null, "last_fetched": 1641895658.060095}, "225305915": {"authors": ["@Martinvdm", "@vloris", "@remco770"], "category": "integration", "description": "Garbage collection BAR for Home Assistant", "domain": "bar_afvalbeheer", "downloads": 0, "etag_repository": "W/\"d90e45ade1074fa9cec84edbb2634bb498153696566dcf68d03515dda4c501e2\"", "full_name": "remco770/garbage-bar-homeassistant", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e1fb3c5", "last_release_tag": "1.4", "last_updated": "2021-08-24T17:27:18Z", "name": "bar_afvalbeheer", "new": false, "repository_manifest": {"name": "BAR garbage collection", "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": [], "version_installed": null}, "257634153": {"authors": ["@rob196"], "category": "integration", "description": "This is a custom component to integrate into FXMarketAPI (https://fxmarketapi.com) to get the live mid-rates in Home Assistant.", "domain": "fxmarketapi", "downloads": 0, "etag_repository": "W/\"65a77eae76da8e3ec1dcefd7da4667b745b8f2054e31685c6d5c623a865ad05e\"", "full_name": "rob196/home-assistant-fxmarketapi", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c3e467c", "last_release_tag": "v1.0.3", "last_updated": "2021-06-01T16:32:25Z", "name": "fxmarketapi", "new": false, "repository_manifest": {"name": "FXMarketAPI Integration", "content_in_root": false, "render_readme": false, "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["custom-component", "hacs", "home-assistant", "homeassistant", "python"], "version_installed": null}, "255380953": {"authors": ["@rkoebrugge", "@reharmsen", "@pdwonline", "@jongsoftdev"], "category": "integration", "description": "Custom Youless LS110 component for Home-Assistant ", "domain": "youless", "downloads": 0, "etag_repository": "W/\"a4836852f4e92850fd7c1955a7df5e348d8da34c2b94f403f4767abf166da6f3\"", "full_name": "rkoebrugge/hacs-youless-component", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3cd8d1a", "last_release_tag": "2.0.5", "last_updated": "2020-06-19T08:52:21Z", "name": "youless", "new": false, "repository_manifest": {"name": "YouLess LS110", "country": ["NL"], "render_readme": true, "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 0, "topics": [], "version_installed": null}, "140618233": {"authors": ["@robhofmann"], "category": "integration", "description": "Custom Gree climate component written in Python3 for Home Assistant. Controls AC's supporting the Gree protocol.", "domain": "gree", "downloads": 0, "etag_repository": "W/\"1ac291ca4fd77d0be111a8c0c467c357609c65dbebf2ff74aa1639746616b1e1\"", "full_name": "RobHofmann/HomeAssistant-GreeClimateComponent", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "fdcc217", "last_release_tag": "2.3.0", "last_updated": "2022-01-29T21:49:55Z", "name": "gree", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 131, "topics": [], "version_installed": null, "last_fetched": 1643571245.844311}, "241427839": {"authors": ["@robbinjanssen"], "category": "integration", "description": "Read the current, daily and total Wh from your Omnik Inverter via local network (no cloud!)", "domain": "omnik_inverter", "downloads": 0, "etag_repository": "W/\"0ca007cfaea764b2c475fd073951306940dfec0ba7752bd32474279636f9dd55\"", "full_name": "robbinjanssen/home-assistant-omnik-inverter", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7bc3ad4", "last_release_tag": "v2.1.0", "last_updated": "2021-12-13T15:35:11Z", "name": "omnik_inverter", "new": false, "repository_manifest": {"name": "Omnik Inverter Solar Sensor (No Cloud)", "country": ["NL"], "domains": ["sensor"], "homeassistant": "2021.9.0"}, "selected_tag": null, "show_beta": false, "stars": 17, "topics": ["hacktoberfest", "hacs", "home-assistant", "home-assistant-sensor", "homeassistant", "python3"], "version_installed": null}, "196605143": {"authors": ["@SirGilbot", "@robhofmann"], "category": "integration", "description": "Custom component for Philips TV's running Android which are built between 2014 and 2016. Written in Python3 for Home Assistant.", "domain": "philips_2014", "downloads": 0, "etag_repository": "W/\"9626b4219b9f485e48dd103bd68432340a0c139b1ec743ebb0d7387513fe0cb4\"", "full_name": "RobHofmann/HomeAssistant-PhilipsAndroid2014", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "56c4d40", "last_release_tag": "1.0.0", "last_updated": "2021-05-09T12:39:18Z", "name": "philips_2014", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": [], "version_installed": null}, "213551635": {"authors": ["@roberodin"], "category": "integration", "description": "\ud83d\udcfa HomeAssistant - SamsungTV Custom Component", "domain": "samsungtv_custom", "downloads": 0, "etag_repository": "W/\"bbdd9750dfb778cb150b7c0d4c5d9655ee5dec0c8c3807fa56c27aca36175d58\"", "full_name": "roberodin/ha-samsungtv-custom", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "da6bf93", "last_release_tag": "3.0.5", "last_updated": "2021-10-15T02:14:29Z", "name": "samsungtv_custom", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 101, "topics": [], "version_installed": null, "last_fetched": 1643571245.792483}, "197116235": {"authors": ["@robmarkcole"], "category": "integration", "description": "Home Assistant custom component for using Deepstack face recognition", "domain": "deepstack_face", "downloads": 0, "etag_repository": "W/\"a60fb2ded41506377f05b6205e28e36bf45716594d9cbac535814e79c2bca53c\"", "full_name": "robmarkcole/HASS-Deepstack-face", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d35873c", "last_release_tag": "v0.12", "last_updated": "2021-12-21T11:40:37Z", "name": "deepstack_face", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 164, "topics": ["computer-vision", "deep-learning", "home-assistant"], "version_installed": null, "last_fetched": 1643571245.802518}, "165791238": {"authors": ["@robmarkcole"], "category": "integration", "description": "Home Assistant custom component for using Deepstack object detection", "domain": "deepstack_object", "downloads": 0, "etag_repository": "W/\"eb0e6295ccb84abc5041e3372b3f5d3002824b297894721b95cf0ae604664740\"", "full_name": "robmarkcole/HASS-Deepstack-object", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c673798", "last_release_tag": "v4.5", "last_updated": "2022-01-13T02:42:31Z", "name": "deepstack_object", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 331, "topics": ["home-assistant", "object-detection"], "version_installed": null, "last_fetched": 1643571246.031242}, "117426840": {"authors": ["@robinostlund"], "category": "integration", "description": "Volkswagen Carnet Component for home assistant", "domain": "volkswagencarnet", "downloads": 252, "etag_repository": "W/\"65062efad4107850f1faf818163dc74023eac4f0e6e3a651933ab3e7339fa4d7\"", "full_name": "robinostlund/homeassistant-volkswagencarnet", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "84ee2c0", "last_release_tag": "v4.4.49", "last_updated": "2022-01-29T18:49:56Z", "name": "volkswagencarnet", "new": false, "repository_manifest": {"name": "Volkswagen We Connect", "iot_class": "Cloud Polling", "homeassistant": "2021.12.0b1", "hide_default_branch": true, "zip_release": true, "filename": "volkswagencarnet.zip"}, "selected_tag": null, "show_beta": false, "stars": 160, "topics": ["custom-component", "hacs", "homeassistant", "volkswagen-carnet"], "version_installed": null, "last_fetched": 1643571246.148159}, "135166048": {"authors": ["@robmarkcole"], "category": "integration", "description": "Home-Assistant image classification using Machinebox.io", "domain": "classificationbox", "downloads": 0, "etag_repository": "W/\"3d506484f80c84835687aea52d6ff222b179c44657cea965ab7be3555baff857\"", "full_name": "robmarkcole/HASS-Machinebox-Classificationbox", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5d11474", "last_release_tag": "v0.5", "last_updated": "2019-04-28T06:44:42Z", "name": "classificationbox", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 18, "topics": ["computer-vision", "deep-neural-networks", "home-assistant", "home-automation", "machinebox"], "version_installed": null}, "160022220": {"authors": ["@robmarkcole"], "category": "integration", "description": "Home Assistant Object detection with Amazon Rekognition", "domain": "amazon_rekognition", "downloads": 0, "etag_repository": "W/\"5ef9b46603537434d5bd2a3c5bfb043f05277f4e6365ff5dd3a5412e63760ed7\"", "full_name": "robmarkcole/HASS-amazon-rekognition", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c1bb2f5", "last_release_tag": "v3.2", "last_updated": "2021-12-26T07:50:05Z", "name": "amazon_rekognition", "new": false, "repository_manifest": {"name": "Amazon Rekognition", "domains": ["image_processing"]}, "selected_tag": null, "show_beta": false, "stars": 73, "topics": ["home-assistant", "rekognition"], "version_installed": null, "last_fetched": 1641217281.547645}, "149443194": {"authors": ["@rsnodgrass"], "category": "integration", "description": "ADT Pulse sensor for Home Assistant", "domain": "adtpulse", "downloads": 0, "etag_repository": "W/\"fa26cd307047c2d8269d7aff20fecee5c6af11b917f20257c801db1d38c000e5\"", "full_name": "rsnodgrass/hass-adtpulse", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "92e5d16", "last_release_tag": "0.1.9", "last_updated": "2022-01-02T10:13:07Z", "name": "adtpulse", "new": false, "repository_manifest": {"name": "ADT Pulse", "domains": ["alarm_control_panel", "binary_sensor"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 11, "topics": ["adt-pulse", "hacktoberfest", "homeassistant"], "version_installed": null, "last_fetched": 1641217281.58954}, "179931720": {"authors": ["@rsnodgrass"], "category": "integration", "description": "Home Assistant smart home platform integrations including sensors and custom tools", "domain": "groupme", "downloads": 0, "etag_repository": "W/\"72558d49a3f60a848c2b4c4e948161dfc83fd6985e96315bd2ca018939ed927b\"", "full_name": "rsnodgrass/hass-integrations", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4d4bde8", "last_release_tag": null, "last_updated": "2019-12-17T02:59:22Z", "name": "groupme", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": ["home-assistant", "water-sensor"], "version_installed": null}, "200989730": {"authors": ["@rsnodgrass", "@snicker", "@DubhAd"], "category": "integration", "description": "Flo Water Control for Home Assistant", "domain": "flo", "downloads": 0, "etag_repository": "W/\"26393ca5e93d6871f9126bf9226b2619c8b38d6336d0958afe8e2f2c2679bd5d\"", "full_name": "rsnodgrass/hass-flo-water", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d7dcdba", "last_release_tag": "3.0.5", "last_updated": "2021-03-23T21:58:09Z", "name": "flo", "new": false, "repository_manifest": {"name": "Flo by Moen Smart Water Monitor", "domains": ["sensor", "switch"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": [], "version_installed": null}, "200927325": {"authors": ["@rsnodgrass"], "category": "integration", "description": "Pool Math for Home Assistant", "domain": "poolmath", "downloads": 0, "etag_repository": "W/\"d4957b665c4fc4d95d50bc61b2591c7e08d64b8cb87cdf6220d0ddde66d12ea9\"", "full_name": "rsnodgrass/hass-poolmath", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2f7e9f6", "last_release_tag": "0.1.3", "last_updated": "2021-06-15T16:57:07Z", "name": "poolmath", "new": false, "repository_manifest": {"name": "Pool Math (Trouble Free Pool)", "domains": ["sensor"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": ["hacktoberfest", "homeassistant"], "version_installed": null}, "205416078": {"authors": ["@rsnodgrass"], "category": "integration", "description": "SensorPush integration for Home Assistant", "domain": "sensorpush", "downloads": 0, "etag_repository": "W/\"c6cb2a4dcce8d8f2253bc3df816060aa8063456f9a87dff0b067aa2334971cfd\"", "full_name": "rsnodgrass/hass-sensorpush", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2d4b043", "last_release_tag": "0.0.9", "last_updated": "2021-06-07T19:27:11Z", "name": "sensorpush", "new": false, "repository_manifest": {"name": "SensorPush", "domains": ["sensor"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 19, "topics": ["hacktoberfest", "homeassistant"], "version_installed": null, "last_fetched": 1643571247.05943}, "153006394": {"authors": ["@yuval_mejahez"], "category": "integration", "description": null, "domain": "school_holidays", "downloads": 0, "etag_repository": "W/\"04744945ada2a5113d35eb04f8aafa9fae3d8ca9c06f335adee3b953a623a022\"", "full_name": "rt400/School-Vacation", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "fb83099", "last_release_tag": null, "last_updated": "2021-08-03T13:41:10Z", "name": "school_holidays", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": [], "version_installed": null}, "235385658": {"authors": ["@rsnodgrass"], "category": "integration", "description": "Xantech Multi-Zone Matrix Audio for Home Assistant", "domain": "xantech", "downloads": 0, "etag_repository": "W/\"092579d6c64573babadd8e905192a765a8cc241a6d1a7bafe4e021b9b94eca64\"", "full_name": "rsnodgrass/hass-xantech", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "eb635c5", "last_release_tag": "0.0.6", "last_updated": "2021-08-03T08:50:29Z", "name": "xantech", "new": false, "repository_manifest": {"name": "Xantech Multi-Zone Audio Amps", "domains": ["media_player"], "render_readme": true, "iot_class": ["Local Push"]}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["audiophile", "hacktoberfest", "home-assistant", "home-automation", "homeassistant"], "version_installed": null}, "235915302": {"authors": [], "category": "integration", "description": "Custom Home Assistant sensor for the Marta/Breeze Card.", "domain": "marta", "downloads": 0, "etag_repository": "W/\"252ba5cc1d8451938241639e4440e98b658fbc643e94f915f9c09070c83cd455\"", "full_name": "ryanmac8/Home-Assistant-Marta", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "0270a21", "last_release_tag": "1.2", "last_updated": "2021-05-13T14:56:54Z", "name": "marta", "new": false, "repository_manifest": {"name": "Marta / Breeze Card", "content_in_root": false, "domains": ["sensor"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["breeze-card", "homeassistant", "marta", "sensor"], "version_installed": null}, "279861920": {"authors": ["@yuval_mejahez"], "category": "integration", "description": "ReversoTTS component for HomeAssistant", "domain": "reversotts", "downloads": 0, "etag_repository": "W/\"f1a36d1b5c62bba2f071623068e63225492e41fa48555c1d0af830eb8fe26c43\"", "full_name": "rt400/ReversoTTS-HA", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "30d4c26", "last_release_tag": "1.0.2", "last_updated": "2021-05-23T17:14:46Z", "name": "reversotts", "new": false, "repository_manifest": {"name": "Reverso TTS / tts", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 23, "topics": ["reversotts", "tts"], "version_installed": null, "last_fetched": 1643571247.24943}, "222845480": {"authors": ["ryannazaretian"], "category": "integration", "description": "Nexia climate integration for Trane and American Standard thermostats", "domain": "nexia", "downloads": 0, "etag_repository": "W/\"7df9e62e9d12e82a61e0910bd8db24ed52c34834673c0115783d3b365ab129bb\"", "full_name": "ryannazaretian/hacs-nexia-climate-integration", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1bfa7bf", "last_release_tag": "v1.0", "last_updated": "2020-04-17T15:57:11Z", "name": "nexia", "new": false, "repository_manifest": {"name": "Nexia Climate Integration", "render_readme": true, "domains": ["sensor", "binary_sensor", "climate"], "iot_class": "Local Polling"}, "selected_tag": null, "show_beta": false, "stars": 10, "topics": ["american-standard", "hacs", "home-assistant", "nexia", "nexia-thermostat", "trane"], "version_installed": null}, "224743334": {"authors": ["@safepay"], "category": "integration", "description": "Control Hunter Douglas / Luxaflex PowerView Window Shades in Home Assistant", "domain": "hd_powerview", "downloads": 0, "etag_repository": "W/\"3ff35957be953107455111fc71be11c4ed035346e27b23c39ec70d6a5e2c8e7c\"", "full_name": "safepay/cover.hd_powerview", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "640b054", "last_release_tag": "v0.9.0", "last_updated": "2021-08-19T04:28:48Z", "name": "hd_powerview", "new": false, "repository_manifest": {"name": "Hunter Douglas and Luxaflex PowerView Cover", "domains": ["cover"]}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": [], "version_installed": null}, "194971711": {"authors": ["@safepay"], "category": "integration", "description": "A WillyWeather Australian Bureau of Meteorology (BoM) integration for Home Assistant", "domain": "willyweather", "downloads": 0, "etag_repository": "W/\"fd9ed98c437da3f005e2fb1833ab23c3bfd9e38cfa866f1ba3ef7f22f69a12b7\"", "full_name": "safepay/sensor.willyweather", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "cb4202e", "last_release_tag": "v1.5.4", "last_updated": "2021-09-24T05:00:21Z", "name": "willyweather", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 7, "topics": [], "version_installed": null, "last_fetched": 1641470296.57045}, "195308808": {"authors": ["@safepay"], "category": "integration", "description": "A Fronius Sensor for Home Assistant", "domain": "fronius_inverter", "downloads": 0, "etag_repository": "W/\"ca00a5a755610f9d4e2e4672987dd23a2fee6683ffe550be747924e8f30e3f4f\"", "full_name": "safepay/sensor.fronius", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "19c1f3e", "last_release_tag": "v0.9.7", "last_updated": "2021-12-20T07:07:42Z", "name": "fronius_inverter", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 58, "topics": [], "version_installed": null, "last_fetched": 1642430651.817982}, "228579545": {"authors": ["@sebr"], "category": "integration", "description": "Orbit BHyve custom component for Home Assistant", "domain": "bhyve", "downloads": 0, "etag_repository": "W/\"162a88f102e022132bc295974c833b671bd3fe1ea113b9b45ae81c9e1cb9a3dc\"", "full_name": "sebr/bhyve-home-assistant", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "68a7ace", "last_release_tag": "2.1.1", "last_updated": "2021-12-15T01:36:32Z", "name": "bhyve", "new": false, "repository_manifest": {"name": "Orbit BHyve", "domains": ["binary_sensor", "sensor", "switch"], "iot_class": "Cloud Push", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 119, "topics": ["bhyve", "home-assistant", "home-assistant-component", "irrigation", "orbit", "orbit-bhyve"], "version_installed": null, "last_fetched": 1641587793.053995}, "248046910": {"authors": ["@sermayoral"], "category": "integration", "description": "Samsung TV Encrypted Models (H & J Series) custom component for Home Assistant", "domain": "samsungtv_encrypted", "downloads": 0, "etag_repository": "W/\"06f08b8124ba3908cd7c66cb51e999e6b1fbf69179d4602d36637c5202e0d610\"", "full_name": "sermayoral/ha-samsungtv-encrypted", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1146f7a", "last_release_tag": "2021.11.0", "last_updated": "2021-12-06T23:49:09Z", "name": "samsungtv_encrypted", "new": false, "repository_manifest": {"name": "SamsungTV Encrypted", "render_readme": false, "homeassistant": "2021.8.0"}, "selected_tag": null, "show_beta": false, "stars": 33, "topics": ["home-assistant-custom", "iot", "python", "samsungtv"], "version_installed": null, "last_fetched": 1643571247.934823}, "220678749": {"authors": ["@shogunxam"], "category": "integration", "description": "HA Integration for Centro Funzionale Regione Toscana", "domain": "cfr", "downloads": 0, "etag_repository": "W/\"12335e2e2940462930ea9c5de6ab8564fa388e5d4cb1aa9b1868c876f9ed45b7\"", "full_name": "shogunxam/Home-Assistant-custom-components-cfr-toscana", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "23b164e", "last_release_tag": "v0.8", "last_updated": "2021-12-13T09:50:30Z", "name": "cfr", "new": false, "repository_manifest": {"name": "cfr sensor", "domains": ["sensor"], "country": ["IT"]}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": [], "version_installed": null}, "231840220": {"authors": [], "category": "integration", "description": "MoneyDashboard Net Balance sensor for HomeAssistant", "domain": "moneydashboard", "downloads": 0, "etag_repository": "W/\"a1e751f74e95447677b4ee8a4e38868a01e08829173987e3efaa6c711f497ae9\"", "full_name": "shutupflanders/sensor.moneydashboard", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6298052", "last_release_tag": "1.0.3", "last_updated": "2020-02-20T10:04:03Z", "name": "moneydashboard", "new": false, "repository_manifest": {"domains": ["sensor"], "name": "MoneyDashboard", "render_readme": true, "country": ["GB"], "homeassistant": "0.99.0"}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": [], "version_installed": null}, "246417951": {"authors": ["@SLG"], "category": "integration", "description": "This component retrieves the statistics from Whatpulse", "domain": "whatpulse", "downloads": 0, "etag_repository": "W/\"dca837f1834a3b20ee94902485acbcaa793a075994123c3d2dc9a726d3fadc5b\"", "full_name": "SLG/home-assistant-whatpulse", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "665fe09", "last_release_tag": null, "last_updated": "2021-06-03T17:59:28Z", "name": "whatpulse", "new": false, "repository_manifest": {"name": "Whatpulse Sensor", "render_readme": true, "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["custom-components", "hacs", "home-assistant", "homeassistant", "python", "whatpulse"], "version_installed": null}, "261849832": {"authors": ["sockless-coding"], "category": "integration", "description": "Garo wallbox - Home Assistant Component ", "domain": "garo_wallbox", "downloads": 0, "etag_repository": "W/\"c9dbc593edd9d29f81f3d496eccc8b55813b6ec6a0fdcf869466ae143f665dc9\"", "full_name": "sockless-coding/garo_wallbox", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "fd96ba6", "last_release_tag": "v1.0.11", "last_updated": "2022-01-12T16:22:03Z", "name": "garo_wallbox", "new": false, "repository_manifest": {"name": "Garo Wallbox"}, "selected_tag": null, "show_beta": false, "stars": 12, "topics": [], "version_installed": null, "last_fetched": 1643571248.379273}, "199332790": {"authors": ["@snarky-snark"], "category": "integration", "description": "A custom Home Assistant component for declaring and setting generic variable entities dynamically.", "domain": "var", "downloads": 0, "etag_repository": "W/\"cf4bf6283a81b7cc88e5e1eac1b9d82508975f613bc755f544dc117ecea2b37b\"", "full_name": "snarky-snark/home-assistant-variables", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "27f0169", "last_release_tag": "v0.12.3", "last_updated": "2021-05-13T16:58:42Z", "name": "var", "new": false, "repository_manifest": {"name": "Variable", "render_readme": true, "homeassistant": "2021.5.1"}, "selected_tag": null, "show_beta": false, "stars": 128, "topics": [], "version_installed": null, "last_fetched": 1643571248.408701}, "260410453": {"authors": ["sockless-coding"], "category": "integration", "description": "Panasonic Comfort Cloud - Home Assistant Component", "domain": "panasonic_cc", "downloads": 0, "etag_repository": "W/\"19d5de05888545247b000e192bf9e4f73aa49266f6e65f5511e39da316c52204\"", "full_name": "sockless-coding/panasonic_cc", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5746f9c", "last_release_tag": "v1.0.31", "last_updated": "2022-01-10T13:28:04Z", "name": "panasonic_cc", "new": false, "repository_manifest": {"name": "Panasonic Comfort Cloud"}, "selected_tag": null, "show_beta": false, "stars": 32, "topics": [], "version_installed": null, "last_fetched": 1642430656.42009}, "210966517": {"authors": ["snicker"], "category": "integration", "description": "Zwift Sensor Integration for HomeAssistant", "domain": "zwift", "downloads": 0, "etag_repository": "W/\"f9287ad4dd62b274a50e43d630be9e329526da6da7033bc5658b410e0c7509b5\"", "full_name": "snicker/zwift_hass", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "407f7dd", "last_release_tag": "v3.2.4", "last_updated": "2022-01-17T13:47:53Z", "name": "zwift", "new": false, "repository_manifest": {"name": "Zwift Sensors", "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 27, "topics": [], "version_installed": null, "last_fetched": 1643571248.389249}, "209955487": {"authors": ["@slesinger"], "category": "integration", "description": "Control BMR heating regulation system from Home Assistant", "domain": "bmr_hc64", "downloads": 0, "etag_repository": "W/\"838cdc644918386a9d5672f5de788233d4d981f43c0827023201535ef8f332d5\"", "full_name": "slesinger/HomeAssistant-BMR", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "717c935", "last_release_tag": null, "last_updated": "2021-05-25T19:26:44Z", "name": "bmr_hc64", "new": false, "repository_manifest": {"name": "BMR", "render_readme": true, "domains": ["climate", "sensor", "binary_sensor", "switch"], "country": ["CZ"], "homeassistant": "0.110.0"}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": [], "version_installed": null}, "267433712": {"authors": ["@slesinger"], "category": "integration", "description": "Home Assistant integration to display info about energy plan", "domain": "predistribuce", "downloads": 0, "etag_repository": "W/\"42d5e36507f8e6eeceb03b45af63d83572772506a907274ceadcb19e1bbef01b\"", "full_name": "slesinger/HomeAssistant-PREdistribuce", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "eb1d189", "last_release_tag": null, "last_updated": "2021-10-30T09:55:40Z", "name": "predistribuce", "new": false, "repository_manifest": {"name": "PRE Distribuce CZ", "render_readme": false, "domains": ["binary_sensor"], "country": ["CZ"], "homeassistant": "0.110.0"}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["energy", "home-assistant", "home-automation", "power", "sensor"], "version_installed": null}, "177978011": {"authors": ["@hakana", "@StyraHem"], "category": "integration", "description": "Shelly smart home platform for Home Assistant", "domain": "shelly", "downloads": 7065, "etag_repository": "W/\"319eb0d51531105ab06b9e3a15a876ac9537d84281c630a8e3585de46ac660a1\"", "full_name": "StyraHem/ShellyForHASS", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "902c04a", "last_release_tag": "0.3.3", "last_updated": "2022-01-22T08:21:14Z", "name": "shelly", "new": false, "repository_manifest": {"name": "ShellyForHass (Shelly integration)", "hide_default_branch": true, "zip_release": true, "filename": "shelly4hass.zip", "homeassistant": "0.104.0"}, "selected_tag": null, "show_beta": false, "stars": 502, "topics": [], "version_installed": null, "last_fetched": 1643571249.129374}, "292616002": {"authors": ["@swartjean"], "category": "integration", "description": "Home Assistant - Seedboxes.cc Integration", "domain": "seedboxes_cc", "downloads": 0, "etag_repository": "W/\"10c73b84969288f1764356fa0811ce3bbf468c80848ac9c549399ec6d4e61dc6\"", "full_name": "swartjean/ha-seedboxes-cc", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "06a15da", "last_release_tag": "v1.0.2", "last_updated": "2021-04-05T10:15:21Z", "name": "seedboxes_cc", "new": false, "repository_manifest": {"name": "Seedboxes.cc", "domains": ["sensor"], "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["custom-component", "hacs", "home-assistant", "home-automation", "homeassistant", "integration", "monitoring", "seedbox", "torrents"], "version_installed": null}, "289579468": {"authors": ["@swartjean"], "category": "integration", "description": "Fetches loadshedding data from Eskom", "domain": "eskom_loadshedding", "downloads": 0, "etag_repository": "W/\"066b562172ffc3b1d76737e9f0288ce26a1773c374b1cf72ba8d264282ccf565\"", "full_name": "swartjean/ha-eskom-loadshedding", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f1d1927", "last_release_tag": "v1.0.6", "last_updated": "2021-12-12T16:13:41Z", "name": "eskom_loadshedding", "new": false, "repository_manifest": {"name": "Eskom Loadshedding Interface", "domains": ["sensor"], "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 21, "topics": ["custom-component", "eskom", "hacs", "home-assistant", "home-automation", "homeassistant", "integration", "loadshedding", "south-africa"], "version_installed": null}, "181743867": {"authors": ["@tefinger"], "category": "integration", "description": "Custom component for Home Assistant to support Brematic devices", "domain": "brematic", "downloads": 0, "etag_repository": "W/\"3fdf9f1f7c9610d4319db8e1a2094d5bd958774011f063fa2fad1e661f0f0bb0\"", "full_name": "tefinger/hass-brematic", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c124566", "last_release_tag": "v0.5.0", "last_updated": "2021-11-02T17:59:24Z", "name": "brematic", "new": false, "repository_manifest": {"name": "Brematic", "homeassistant": "2021.10.0", "render_readme": true, "domains": ["switch"]}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["433mhz", "brematic", "brennenstuhl", "custom-component", "gateway", "hacktoberfest", "hass", "home-assistant", "intertechno"], "version_installed": null}, "265059207": {"authors": ["@ThermIQ"], "category": "integration", "description": "Home Assistant integration of ThermIQ-MQTT, providing control and logging of Thermia heatpumps ", "domain": "thermiq_mqtt", "downloads": 0, "etag_repository": "W/\"139e95d6c03526a5b3b8f40df94ec745885b078db8675452e38fdb1b8429a455\"", "full_name": "ThermIQ/thermiq_mqtt-ha", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2453d34", "last_release_tag": "v1.3.2", "last_updated": "2022-01-26T20:07:01Z", "name": "thermiq_mqtt", "new": false, "repository_manifest": {"name": "ThermIQ MQTT", "hacs": "0.24.0", "domains": ["binary_sensor", "sensor", "switch"], "iot_class": "Local Push", "homeassistant": "2021.12", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": ["bergvarme", "danfoss", "dhp", "diplomat", "g2", "g3", "ha", "hacs", "hass", "heatpump", "home-assistant", "home-automation", "homeassistant", "optimum", "thermal-pump", "thermia", "thermiq", "thermiq-mqtt", "varmepump"], "version_installed": null, "last_fetched": 1643571249.757958}, "121891488": {"authors": ["@thevoltagesource"], "category": "integration", "description": "Home Assistant custom component for controlling Lennox iComfort WiFi and AirEase Comfort Sync thermostats.", "domain": "myicomfort", "downloads": 0, "etag_repository": "W/\"1f1d4c3e679094c23db4cb4c5a6c13ecbc9dbc5ab19e1d06e4af420a9e741496\"", "full_name": "thevoltagesource/LennoxiComfort", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "337fef1", "last_release_tag": "v3.2.0", "last_updated": "2021-12-08T02:01:39Z", "name": "myicomfort", "new": false, "repository_manifest": {"name": "Lennox iComfort WiFi Thermostat Integration", "domains": ["climate"], "homeassistant": "2021.4.0", "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 21, "topics": ["homeassistant", "icomfort", "lennox", "thermostat"], "version_installed": null, "last_fetched": 1642094179.852643}, "194140521": {"authors": [], "category": "integration", "description": "\ud83d\udd39 A Home Assistant integration to turn your browser into a controllable entity - and also an audio player", "domain": "browser_mod", "downloads": 0, "etag_repository": "W/\"98cdff5b38d00d072165af513bdb7d45b357ef059786fa936c8103745070e183\"", "full_name": "thomasloven/hass-browser_mod", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "63d204c", "last_release_tag": "1.5.1", "last_updated": "2022-01-06T12:14:07Z", "name": "browser_mod", "new": false, "repository_manifest": {"name": "browser_mod", "homeassistant": "2021.5.0"}, "selected_tag": null, "show_beta": false, "stars": 561, "topics": [], "version_installed": null, "last_fetched": 1643571250.089936}, "202220932": {"authors": [], "category": "integration", "description": "\ud83d\udd39 Change the favicon of your Home Assistant instance", "domain": "favicon", "downloads": 0, "etag_repository": "W/\"a8a323cdc479c10f592e0200a3041d4ce51c930fe02a74e3f6c86a1201935925\"", "full_name": "thomasloven/hass-favicon", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "af5cf85", "last_release_tag": "10.4", "last_updated": "2021-07-26T15:03:33Z", "name": "favicon", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 62, "topics": [], "version_installed": null, "last_fetched": 1642430662.435702}, "200897141": {"authors": [], "category": "integration", "description": "\ud83d\udd39 Improve the lovelace yaml parser for Home Assistant", "domain": "lovelace_gen", "downloads": 0, "etag_repository": "W/\"fa040717c0f1ca066004c9e897983566a038181d27d6a6c2089b886c808e9df8\"", "full_name": "thomasloven/hass-lovelace_gen", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "200f916", "last_release_tag": "0.1.1", "last_updated": "2021-06-12T10:38:54Z", "name": "lovelace_gen", "new": false, "repository_manifest": {"name": "lovelace_gen", "homeassistant": "2021.4.0"}, "selected_tag": null, "show_beta": false, "stars": 115, "topics": [], "version_installed": null, "last_fetched": 1642184335.180555}, "164155243": {"authors": ["@TimSoethout"], "category": "integration", "description": "Sensor for Home Assistant pulling data from the GoodWe SEMS API for solar panel production metrics.", "domain": "sems", "downloads": 0, "etag_repository": "W/\"b42b5a334df9ef96a2e381df37c2a9ac39c0febc76313e1a3df19ae4388eb307\"", "full_name": "TimSoethout/goodwe-sems-home-assistant", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b260b28", "last_release_tag": "3.4.0", "last_updated": "2021-12-20T15:08:53Z", "name": "sems", "new": false, "repository_manifest": {"render_readme": true, "content_in_root": false, "iot_class": "Cloud Poll", "homeassistant": "2021.9.3"}, "selected_tag": null, "show_beta": false, "stars": 47, "topics": ["goodwe-sems", "hacs", "homeassistant", "pv", "sems-portal"], "version_installed": null}, "251020820": {"authors": ["@Tikismoke"], "category": "integration", "description": "NESPRESSO ble Home Assistant custom componenets and also a 2MQTT script", "domain": "nespresso", "downloads": 0, "etag_repository": "W/\"82a80ef26868fd8aead3971e1509241fc0765c36affe45baa8319479a8d7a805\"", "full_name": "tikismoke/home-assistant-nespressoble", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "aa595a5", "last_release_tag": "v0.0.1", "last_updated": "2021-06-04T06:05:28Z", "name": "nespresso", "new": false, "repository_manifest": {"name": "Nespresso Ble coffee machine"}, "selected_tag": null, "show_beta": false, "stars": 30, "topics": ["homeassistant", "homeassistant-components", "nespresso", "nespresso-ble"], "version_installed": null}, "261496794": {"authors": ["@Tikismoke"], "category": "integration", "description": "a plcbus custom somponents for HomeAssistant", "domain": "plcbus", "downloads": 0, "etag_repository": "W/\"224e43b119b2ee9069522d8ea2be1d17b162c2c14af29a376f4f1ae6d370f9b4\"", "full_name": "tikismoke/home-assistant-plcbus", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "93ba738", "last_release_tag": "0.0.2", "last_updated": "2021-08-15T16:14:24Z", "name": "plcbus", "new": false, "repository_manifest": {"name": "Plcbus integration"}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["customcomponents", "hass", "homeassistant", "plcbus"], "version_installed": null}, "195620540": {"authors": ["@timvancann"], "category": "integration", "description": null, "domain": "growatt", "downloads": 0, "etag_repository": "W/\"43252573361a645229c8f28cf0b29eb7320a5e25a44c51b87cab9cc9a6fe2de2\"", "full_name": "timvancann/homeassistant-growatt", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b22c18f", "last_release_tag": "0.0.3", "last_updated": "2021-05-11T11:03:42Z", "name": "growatt", "new": false, "repository_manifest": {"name": "Growatt solar panels"}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": [], "version_installed": null}, "207794499": {"authors": [], "category": "integration", "description": "A BER Status Sensor", "domain": "ber_status", "downloads": 0, "etag_repository": "W/\"c651e78aab194f35b73219bf04a794db49921cead5d461e87b33eba934b9c1f2\"", "full_name": "tmechen/ber_status", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d237174", "last_release_tag": null, "last_updated": "2020-10-31T13:57:32Z", "name": "ber_status", "new": false, "repository_manifest": {"name": "BER Status Sensor", "country": ["DE"], "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": [], "version_installed": null}, "200399989": {"authors": [], "category": "integration", "description": "Service to clean up your home assistant snapshots, so you don't manually have to.", "domain": "clean_up_snapshots_service", "downloads": 0, "etag_repository": "W/\"930836ea293e37e3182976c2051d5161d2b81f2961efb3973b493eeaf7187a8a\"", "full_name": "tmonck/clean_up_snapshots", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "24fe828", "last_release_tag": "0.8.2", "last_updated": "2021-12-30T16:33:33Z", "name": "clean_up_snapshots_service", "new": false, "repository_manifest": {"name": "Clean up snapshots service", "domains": ["clean_up_snapshots_service"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 11, "topics": [], "version_installed": null, "last_fetched": 1641470311.369215}, "225248441": {"authors": ["@tomaae"], "category": "integration", "description": "Mikrotik router integration for Home Assistant", "domain": "mikrotik_router", "downloads": 1015, "etag_repository": "W/\"a7c7a0e82cf5dd060d41fdd5f5cd9a8f45f5dcb3ea7f356c60341eade1958ed2\"", "full_name": "tomaae/homeassistant-mikrotik_router", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5db1c78", "last_release_tag": "v1.8", "last_updated": "2022-01-24T14:10:03Z", "name": "mikrotik_router", "new": false, "repository_manifest": {"name": "Mikrotik Router", "homeassistant": "2021.12.1", "iot_class": "local_poll", "domains": ["device_tracker", "switch", "button", "sensor", "binary_sensor"], "render_readme": false, "zip_release": true, "filename": "mikrotik_router.zip"}, "selected_tag": null, "show_beta": false, "stars": 107, "topics": ["hacs", "homeassistant", "homeassistant-components", "homeassistant-integration", "mikrotik"], "version_installed": null, "last_fetched": 1643571250.863928}, "257275420": {"authors": ["@tomaae"], "category": "integration", "description": "OpenMediaVault integration for Home Assistant", "domain": "openmediavault", "downloads": 0, "etag_repository": "W/\"70c288ea9a1adbca8290c2738038d433715e6b6f7b7dd13cb3b09af135598977\"", "full_name": "tomaae/homeassistant-openmediavault", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2fa230a", "last_release_tag": "1.1.7", "last_updated": "2021-12-09T19:57:55Z", "name": "openmediavault", "new": false, "repository_manifest": {"name": "OpenMediaVault", "homeassistant": "0.110.0", "iot_class": "local_poll", "domains": ["sensor", "switch"], "render_readme": false, "zip_release": true, "filename": "openmediavault.zip"}, "selected_tag": null, "show_beta": false, "stars": 33, "topics": ["hacs", "homeassistant", "homeassistant-components", "homeassistant-integration", "omv", "openmediavault"], "version_installed": null, "last_fetched": 1643545554.628268}, "277201070": {"authors": ["@toreamun"], "category": "integration", "description": "Home Assistant integrasjon for Aidon, Kaifa and Kamstrup AMS-str\u00f8mm\u00e5lere. Integrasjonen st\u00f8ter b\u00e5de streaming (serieport/TCP-IP) og MQTT. Tibber Pulse kan settes opp til \u00e5 publisere til lokal MQTT som denne integrasjonen kan benytte.", "domain": "amshan", "downloads": 0, "etag_repository": "W/\"b4db7b21d151418333cca8df9efa75c770462f1112a7c75a4ba2b315d18e7cd3\"", "full_name": "toreamun/amshan-homeassistant", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "783bd7c", "last_release_tag": "2022.1.7", "last_updated": "2022-01-25T15:55:58Z", "name": "amshan", "new": false, "repository_manifest": {"name": "AmsHan", "domains": ["sensor"], "iot_class": "Local Push", "homeassistant": "2021.12.0b0", "country": ["NO"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 27, "topics": ["aidon", "ams", "han", "home-assistant", "home-automation", "kaifa", "kamstrup", "mbus", "meterbus", "mqtt", "smart-meter", "tibberpulse"], "version_installed": null, "last_fetched": 1643571250.921653}, "299875200": {"authors": ["@toreamun"], "category": "integration", "description": "Home Assistant integration for Victor Smart-Kill WI-FI electronic mouse and rat traps from VictorPest.com.", "domain": "victorsmartkill", "downloads": 0, "etag_repository": "W/\"ce0c62d38f9eea39cb8168049b4cb939cc6f174672476145db7b2f1cc44afa0d\"", "full_name": "toreamun/victorsmartkill-homeassistant", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b382d81", "last_release_tag": "2021.12.1", "last_updated": "2021-12-27T07:17:54Z", "name": "victorsmartkill", "new": false, "repository_manifest": {"name": "Victor Smart-Kill", "domains": ["binary_sensor", "sensor"], "homeassistant": "2021.11.0", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 10, "topics": ["hacs", "home-assistant", "homeassistant-integration", "mouse", "python-library", "rat", "trap", "victor"], "version_installed": null, "last_fetched": 1641895688.294586}, "298816063": {"authors": ["@troykelly"], "category": "integration", "description": "Trackimo Integration for HACS Home Assistant", "domain": "trackimo", "downloads": 0, "etag_repository": "W/\"8760784f7b14d68ffd2b100846b5c881b2eebf69cf0afc3d21b86a46b975e4af\"", "full_name": "troykelly/hacs-trackimo", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5c45086", "last_release_tag": "v0.0.22", "last_updated": "2021-07-12T05:44:23Z", "name": "trackimo", "new": false, "repository_manifest": {"name": "Trackimo Device Tracker", "country": ["AU"], "domains": ["device_tracker"], "homeassistant": "2021.7.1", "iot_class": ["Cloud Polling"]}, "selected_tag": null, "show_beta": false, "stars": 0, "topics": ["geolocation", "hacktoberfest", "homeassistant", "homeassistant-integration", "trackimo"], "version_installed": null}, "220313935": {"authors": ["@turbokongen"], "category": "integration", "description": "Custom component reading AMS through MBus adapter into HomeAssistant", "domain": "ams", "downloads": 0, "etag_repository": "W/\"2119deaf4961829f9d6e61112060ec407c271a772de2d1044a5686109cedc1f6\"", "full_name": "turbokongen/hass-AMS", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f42ded6", "last_release_tag": "v1.9.1", "last_updated": "2021-12-29T08:09:48Z", "name": "ams", "new": false, "repository_manifest": {"name": "hass-AMS", "country": ["NO", "SE"], "domains": ["sensor"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 28, "topics": ["mbus-adapter", "meter", "sensors"], "version_installed": null}, "240459262": {"authors": ["@tuxuser"], "category": "integration", "description": "Abfall API (Jumomind) custom component for home assistant - Get an alert when garbage collection is due", "domain": "abfallapi_jumomind", "downloads": 0, "etag_repository": "W/\"87cfa966fbfb9c42aa6764be1de69e0008a5943f6abb3c1f97fcf20fa6468210\"", "full_name": "tuxuser/abfallapi_jumomind_ha", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "8b4449f", "last_release_tag": null, "last_updated": "2021-12-22T09:57:43Z", "name": "abfallapi_jumomind", "new": false, "repository_manifest": {"name": "Abfall API (Jumomind)", "country": ["DE"], "homeassistant": "0.104.3", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["abfall", "collection", "deutschland", "garbage", "germany", "hacs", "home-assistant", "homeassistant-sensor", "jumomind", "muell", "sensor", "waste"], "version_installed": null, "last_fetched": 1641058079.790084}, "272337216": {"authors": ["@turbulator"], "category": "integration", "description": "Home Assistant custom component for Pandora Car Alarm System", "domain": "pandora_cas", "downloads": 0, "etag_repository": "W/\"5434350abdae43d18ab4196f7f2e73f35f2f0c76038842ce61eeace2a5925c78\"", "full_name": "turbulator/pandora-cas", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2651170", "last_release_tag": "1.4.4", "last_updated": "2021-12-28T02:20:34Z", "name": "pandora_cas", "new": false, "repository_manifest": {"name": "Pandora Car Alarm System", "domains": ["device_tracker", "binary_sensor", "sensor"], "country": ["RU", "BY"], "iot_class": "local push", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 30, "topics": ["hacs", "home-assistant", "integration", "pandora"], "version_installed": null}, "237628853": {"authors": ["@tuxuser"], "category": "integration", "description": "Abfall API (RegioIT) custom component for home assistant - Get an alert when garbage collection is due", "domain": "abfallapi_regioit", "downloads": 0, "etag_repository": "W/\"6f2e34627eb7239a51d354c70d3162bf0500be8c682f9ad242c24d7ad1690640\"", "full_name": "tuxuser/abfallapi_regioit_ha", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d423486", "last_release_tag": null, "last_updated": "2021-12-16T16:20:32Z", "name": "abfallapi_regioit", "new": false, "repository_manifest": {"name": "Abfall API (RegioIT)", "country": ["DE"], "homeassistant": "0.104.3", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 10, "topics": ["collection", "component", "garbage", "homeassistant", "homeassistant-sensor", "muell", "muellabfuhr", "regioit", "sensor", "smart-home", "waste"], "version_installed": null}, "167885769": {"authors": ["@twrecked"], "category": "integration", "description": "Asynchronous Arlo Component for Home Assistant", "domain": "aarlo", "downloads": 0, "etag_repository": "W/\"1da16af8536fd57cbab3e53aa97058fac2218c7ad296f050d49a2c377a60c1f5\"", "full_name": "twrecked/hass-aarlo", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c00cc75", "last_release_tag": "v0.7.2b7", "last_updated": "2021-12-28T19:25:48Z", "name": "aarlo", "new": false, "repository_manifest": {"name": "Arlo Camera Support", "homeassistant": "0.110.0"}, "selected_tag": null, "show_beta": false, "stars": 223, "topics": ["arlo", "homeassistant", "homeassistant-components", "netgear", "python"], "version_installed": null, "last_fetched": 1643571251.467254}, "204700563": {"authors": ["@sherrell"], "category": "integration", "description": "Momentary Switch Component for Home Assistant", "domain": "momentary", "downloads": 0, "etag_repository": "W/\"53316e4aacf743e41b730228cf12db312ba769ef8b0d30ab5a9b2205a054f359\"", "full_name": "twrecked/hass-momentary", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "87e8a29", "last_release_tag": "v0.5.3", "last_updated": "2021-12-13T03:07:54Z", "name": "momentary", "new": false, "repository_manifest": {"name": "Momentary Switch Component"}, "selected_tag": null, "show_beta": false, "stars": 22, "topics": [], "version_installed": null}, "245267534": {"authors": ["@twrecked"], "category": "integration", "description": "Virtual Components for Home Assistant", "domain": "virtual", "downloads": 0, "etag_repository": "W/\"8912c46972e6d4c15bafcd5a4474997edda0a7f20cfbf4a82a4cf00d8c2484c2\"", "full_name": "twrecked/hass-virtual", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3a51eeb", "last_release_tag": "v0.7.5", "last_updated": "2021-12-16T20:58:08Z", "name": "virtual", "new": false, "repository_manifest": {"name": "Virtual Components"}, "selected_tag": null, "show_beta": false, "stars": 46, "topics": [], "version_installed": null, "last_fetched": 1642184345.721799}, "76125161": {"authors": ["@tybritten"], "category": "integration", "description": "an iCal Sensor for Home Assistant", "domain": "ical", "downloads": 0, "etag_repository": "W/\"3ddcfddb9c1eda298fe400d952a8c7bb5b79f0994d6893b6a8b5b40bed9c756c\"", "full_name": "tybritten/ical-sensor-homeassistant", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a171b65", "last_release_tag": "1.4.1", "last_updated": "2021-12-13T09:20:22Z", "name": "ical", "new": false, "repository_manifest": {"name": "iCal Sensor", "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 38, "topics": ["hacs", "home-assistant", "ical", "sensor"], "version_installed": null, "last_fetched": 1642851192.719341}, "272140589": {"authors": ["@ualex73"], "category": "integration", "description": "Monitor Docker containers from Home Assistant", "domain": "monitor_docker", "downloads": 0, "etag_repository": "W/\"bee7d4a9236d4fa900fffc61f7b5de191817cbbb8accaeaccb10b1ff4460cec5\"", "full_name": "ualex73/monitor_docker", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "0354dd0", "last_release_tag": "1.14", "last_updated": "2022-01-18T21:20:49Z", "name": "monitor_docker", "new": false, "repository_manifest": {"name": "Monitor Docker", "render_readme": false, "domains": ["sensor", "switch"]}, "selected_tag": null, "show_beta": false, "stars": 125, "topics": ["custom-component", "docker", "hacs", "home-assistant", "homeassistant", "python"], "version_installed": null, "last_fetched": 1643545554.672448}, "247566230": {"authors": ["@Verbalinsurection"], "category": "integration", "description": "The Next Rocket Launch sensor platform allows you to monitor the next rocket launch from Teamup.", "domain": "next_rocket_launch", "downloads": 0, "etag_repository": "W/\"02b2b25e287e1aad464221dbdac646b4de2ae04fcadf9cb1d3a3b6d2a50c9a3f\"", "full_name": "Verbalinsurection/next_rocket_launch", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a7debb9", "last_release_tag": "V1.0.3", "last_updated": "2021-04-12T16:58:03Z", "name": "next_rocket_launch", "new": false, "repository_manifest": {"name": "Next Rocket Launch", "country": ["FR"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": ["hassio", "home-assistant", "homeassistant", "homeassistant-components", "rocket"], "version_installed": null}, "120696364": {"authors": ["@vinteo"], "category": "integration", "description": "OpenSprinkler Integration for Home Assistant", "domain": "opensprinkler", "downloads": 0, "etag_repository": "W/\"e4337b3a22c45d6036019f60b4cd0d3983cd70273cc7133a12c40ee16ec03657\"", "full_name": "vinteo/hass-opensprinkler", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "eeb57f0", "last_release_tag": "v1.1.7", "last_updated": "2021-12-06T21:34:02Z", "name": "opensprinkler", "new": false, "repository_manifest": {"name": "OpenSprinkler integration for Home Assistant", "domains": ["binary_sensor", "sensor", "switch"], "render_readme": true, "iot_class": "Local Polling"}, "selected_tag": null, "show_beta": false, "stars": 120, "topics": ["hacktoberfest", "hacs", "home-assistant", "home-automation", "opensprinkler"], "version_installed": null, "last_fetched": 1642184346.580582}, "265916869": {"authors": ["@vanstinator"], "category": "integration", "description": "Melnor Raincloud Home Assistant Integration", "domain": "raincloud", "downloads": 31, "etag_repository": "W/\"58000ab27cbb2d837de1137176b14c71cd411269a7a3d5e07a5dab900c8e3bc9\"", "full_name": "vanstinator/hass-raincloud", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c247570", "last_release_tag": "1.2.4", "last_updated": "2022-01-22T15:56:33Z", "name": "raincloud", "new": false, "repository_manifest": {"name": "Melnor Raincloud", "render_readme": true, "domains": ["binary_sensor", "sensor", "switch"], "homeassistant": "2021.4.0", "zip_release": true, "filename": "raincloud.zip", "iot_class": "cloud_polling"}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": ["assistant", "home", "home-assistant", "home-automation", "irrigation", "melnor", "raincloud", "sprinkler"], "version_installed": null, "last_fetched": 1643571251.745845}, "258012818": {"authors": [], "category": "integration", "description": "Use Simple Icons in Home Assistant", "domain": "simpleicons", "downloads": 0, "etag_repository": "W/\"beb75b7da926dcef8f261416faf9e68f83d2cc7015f84fab63036ac018f8f1d4\"", "full_name": "vigonotion/hass-simpleicons", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d1bb6ac", "last_release_tag": "v1.20.0", "last_updated": "2022-01-13T04:02:59Z", "name": "simpleicons", "new": false, "repository_manifest": {"name": "simpleicons", "render_readme": true, "homeassistant": "0.110.0b0", "zip_release": true, "filename": "hass-simpleicons.zip"}, "selected_tag": null, "show_beta": false, "stars": 62, "topics": ["hacktoberfest", "home-assistant", "simple-icons"], "version_installed": null, "last_fetched": 1642184347.106817}, "234875951": {"authors": ["@nwiborg", "@vlumikero"], "category": "integration", "description": "A Home Assistant custom component for Securitas Home Alarm, for alarms bought in Sweden before 2018-12-01", "domain": "securitas", "downloads": 0, "etag_repository": "W/\"7ce1181bf8b4beca79ea1b8c42b8ee5dc34cb8bbec839e30907600b74cd442f5\"", "full_name": "vlumikero/home-assistant-securitas", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7b8ca5d", "last_release_tag": "1.0.2", "last_updated": "2021-07-24T17:58:21Z", "name": "securitas", "new": false, "repository_manifest": {"name": "Securitas Home", "render_readme": "true", "country": ["SE"], "homeassistant": "0.110.1"}, "selected_tag": null, "show_beta": false, "stars": 0, "topics": [], "version_installed": null}, "190418598": {"authors": ["@walthowd"], "category": "integration", "description": "Automower Custom Component for Home Assistant", "domain": "automower", "downloads": 0, "etag_repository": "W/\"f318c06418eba17bcd82d9eb546fe675c9061e2b2793fe49123b84e4aeb92c84\"", "full_name": "walthowd/ha-automower", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c7aac2d", "last_release_tag": "1.1.3", "last_updated": "2021-09-15T21:55:41Z", "name": "automower", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 35, "topics": [], "version_installed": null}, "235316264": {"authors": ["websylv"], "category": "integration", "description": ":sun_behind_rain_cloud: :switzerland: Meteo Swiss Integration for Home Assisant", "domain": "meteo-swiss", "downloads": 0, "etag_repository": "W/\"e01d126e4d45835002eb7dc6ea0fa7e86ab79cf43ad749b274a27a0cbe6d6b97\"", "full_name": "websylv/homeassistant-meteoswiss", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "0fccc01", "last_release_tag": "1.3", "last_updated": "2021-08-26T14:31:29Z", "name": "meteo-swiss", "new": false, "repository_manifest": {"name": "Meteo Swiss", "render_readme": true, "domains": "weather", "iot_class": "weather", "country": ["CH"]}, "selected_tag": null, "show_beta": false, "stars": 41, "topics": [], "version_installed": null, "last_fetched": 1643571252.143356}, "299967654": {"authors": ["@willholdoway"], "category": "integration", "description": "This is a custom component to allow control of HifiberryOS devices in Home Assistant using the audiocontrol2 REST API.", "domain": "hifiberry", "downloads": 0, "etag_repository": "W/\"e3d784e6173963ed0fbbc8f8795a6acd9ab973f44d92add29baf6b70c7fb4f4c\"", "full_name": "willholdoway/hifiberry", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "33ffe78", "last_release_tag": null, "last_updated": "2021-11-13T12:26:37Z", "name": "hifiberry", "new": false, "repository_manifest": {"name": "HiFiBerry", "domains": ["media_player"], "iot_class": "Local Polling", "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 20, "topics": ["hacs", "hassio", "hifiberry", "home-assistant", "home-automation", "internet-of-things", "iot", "media-player", "python"], "version_installed": null, "last_fetched": 1641470323.431651}, "127251446": {"authors": ["@xirixiz"], "category": "integration", "description": "Provides sensors for some Dutch waste collectors", "domain": "afvalwijzer", "downloads": 0, "etag_repository": "W/\"b632584d36a983bed156d916ee345fa6c20995dfffec15d044b583a580399e67\"", "full_name": "xirixiz/homeassistant-afvalwijzer", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "10752d2", "last_release_tag": "2022.01.02", "last_updated": "2022-01-21T08:58:07Z", "name": "afvalwijzer", "new": false, "repository_manifest": {"name": "Afvalwijzer", "iot_class": "Cloud Polling", "content_in_root": false, "render_readme": true, "domains": ["sensor"], "country": ["NL"], "homeassistant": "0.115.0"}, "selected_tag": null, "show_beta": false, "stars": 95, "topics": ["afvalwijzer", "hacs", "home-assistant", "homeassistant", "python", "sensor", "trash"], "version_installed": null, "last_fetched": 1642851199.151629}, "261031401": {"authors": ["@youdroid"], "category": "integration", "description": "\ud83c\udfa5 CouchPotato component to feed Upcoming Media Card.", "domain": "couchpotato", "downloads": 0, "etag_repository": "W/\"f3a657776bd2ede5b7083698a22c09f6c118278a9f88c51f4ba3778e51c7aa98\"", "full_name": "youdroid/home-assistant-couchpotato", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "0243c7c", "last_release_tag": "V1.2.1", "last_updated": "2021-03-03T23:11:55Z", "name": "couchpotato", "new": false, "repository_manifest": {"name": "couchpotato", "domains": ["sensor"], "render_readme": true, "country": ["FR"]}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["couchpotato", "customcomponents", "homeassistant", "homeassistant-components", "homeassistant-sensor", "python"], "version_installed": null}, "262645913": {"authors": ["@youdroid"], "category": "integration", "description": "\ud83c\udf75 Gitea component to follow your repositories", "domain": "gitea", "downloads": 0, "etag_repository": "W/\"fda18fcb2dcb3a645cacf23696d4f4edf5c0e7f3d6df914e03c6cf05e4dddc55\"", "full_name": "youdroid/home-assistant-gitea", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d348180", "last_release_tag": "V1.3", "last_updated": "2022-01-30T17:50:42Z", "name": "gitea", "new": false, "repository_manifest": {"name": "gitea", "domains": ["sensor"], "render_readme": true, "country": ["FR"], "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": [], "version_installed": null, "last_fetched": 1643571252.724834}, "261614146": {"authors": ["@youdroid"], "category": "integration", "description": "\ud83c\udfa5 SickChill component to feed Upcoming Media Card.", "domain": "sickchill", "downloads": 0, "etag_repository": "W/\"dcf24bbb40d7a698d88ab18f230f92d73a1faa1e07aa07da9397c348294d6dd1\"", "full_name": "youdroid/home-assistant-sickchill", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "26424d8", "last_release_tag": "V1.3.1", "last_updated": "2021-03-03T23:00:19Z", "name": "sickchill", "new": false, "repository_manifest": {"name": "SickChill", "domains": ["sensor"], "render_readme": true, "country": ["FR"]}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": ["customcomponents", "homeassistant", "homeassistant-components", "homeassistant-sensor", "python", "sickchill"], "version_installed": null}, "202987887": {"authors": ["@zachowj"], "category": "integration", "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/\"cacf4c87c984846fc3c156511b0e676df0134bea1d19d2f18f527eb4fb65a21d\"", "full_name": "zachowj/hass-node-red", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2a11f2e", "last_release_tag": "v1.0.6", "last_updated": "2022-01-16T00:01:46Z", "name": "nodered", "new": false, "repository_manifest": {"name": "Node-RED Companion", "domains": ["binary_sensor", "sensor", "switch"], "homeassistant": "2021.12.0", "iot_class": "local_push"}, "selected_tag": null, "show_beta": false, "stars": 214, "topics": ["home-assistant", "node-red"], "version_installed": null, "last_fetched": 1643571252.874709}, "231083679": {"authors": [], "category": "theme", "description": "\ud83d\udc35 Dark Theme based on clear-theme-dark by @naofireblade", "domain": "", "downloads": 0, "etag_repository": "W/\"e7630907ee722c79ef018d8747f317f5d2be9faa9b6ed119f56729e963423a14\"", "full_name": "aFFekopp/dark_teal", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d3f96b2", "last_release_tag": "1.3", "last_updated": "2020-08-10T17:15:43Z", "name": "dark_teal", "new": false, "repository_manifest": {"name": "Dark Teal"}, "selected_tag": null, "show_beta": false, "stars": 10, "topics": ["dark-theme", "hacs", "home-assistant", "home-assistant-theme"], "version_installed": null}, "233715171": {"authors": [], "category": "theme", "description": "Darkish-Theme for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"02a74aeaa52ba0b10ca0d36a96a1f352bfb8400db6eb23bfde5a6b4b49289bf3\"", "full_name": "78wesley/Home-Assistant-Darkish-Theme", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "505d536", "last_release_tag": null, "last_updated": "2021-12-14T20:45:38Z", "name": "Home-Assistant-Darkish-Theme", "new": false, "repository_manifest": {"name": "Darkish Theme"}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": [], "version_installed": null, "last_fetched": 1641470328.639185}, "253311340": {"authors": [], "category": "theme", "description": "\ud83d\ude0e My Theme 'Blue' - with semi-transparent Cards", "domain": "", "downloads": 0, "etag_repository": "W/\"39d839d1fcd7a39caf84777a2f01d62f991033e0391fd9f32b70464ce45f6a3e\"", "full_name": "3ative/3ative-blue-theme", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "138012c", "last_release_tag": "v1.6.1", "last_updated": "2021-09-01T21:35:54Z", "name": "3ative-blue-theme", "new": false, "repository_manifest": {"name": "3Ative Blue Theme"}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["3ative", "blue", "theme", "theme-ui", "themes"], "version_installed": null}, "233445397": {"authors": [], "category": "theme", "description": "Custom theme for home assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"098b03c44b3aa8e79d3d8e3f71ce251cc0250bb1d79625c7bf80fe4343c8111b\"", "full_name": "am80l/sundown", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "bdfa827", "last_release_tag": "1.0.6", "last_updated": "2020-07-29T01:28:19Z", "name": "sundown", "new": false, "repository_manifest": {"name": "Sundown Theme"}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": [], "version_installed": null}, "230974064": {"authors": [], "category": "theme", "description": "Oxford blue theme for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"0380678e5376d91a6a1b4e13062d39059bfc18e24cefa02bd5d9f644e50b325b\"", "full_name": "arsaboo/oxford_blue_theme", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "ce33c91", "last_release_tag": null, "last_updated": "2020-02-27T00:08:56Z", "name": "oxford_blue_theme", "new": false, "repository_manifest": {"name": "Oxford Blue", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": [], "version_installed": null}, "162468030": {"authors": [], "category": "theme", "description": "A collection of dark themes for Home Assistant. ", "domain": "", "downloads": 0, "etag_repository": "W/\"16bd7a42576bfd6b14b021b93b8248c3a34f0bb792994fe671fb9b2e191d50af\"", "full_name": "awolkers/home-assistant-themes", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "648aef9", "last_release_tag": null, "last_updated": "2020-09-16T14:47:00Z", "name": "home-assistant-themes", "new": false, "repository_manifest": {"name": "Dark theme pack for Home Assistant", "render_readme": true, "filename": "dark_themes.yaml"}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": ["dark-mode", "dark-theme", "hacs", "hassio", "home-assistant", "theme"], "version_installed": null}, "222422187": {"authors": [], "category": "theme", "description": "\ud83c\udfe0\ud83e\udd16 Theme by @basnijholt based on iOS Dark Mode for Lovelace Home Assistant ", "domain": "", "downloads": 0, "etag_repository": "W/\"da32c8731a6e2bae170407251b5b992d8f2c4ad3a691b4fb3c807cf36171f4ae\"", "full_name": "basnijholt/lovelace-ios-dark-mode-theme", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "555c937", "last_release_tag": null, "last_updated": "2022-01-21T03:52:42Z", "name": "lovelace-ios-dark-mode-theme", "new": false, "repository_manifest": {"name": "iOS Dark Mode Theme", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 345, "topics": ["dark-mode", "darkmode", "hacs", "home-assistant", "ios", "lovelace", "theme"], "version_installed": null, "last_fetched": 1643571214.157272}, "255366214": {"authors": [], "category": "theme", "description": "\ud83c\udf99\ufe0f Vintage theme original colours & style designed by @surendrananup HACS adapted by @Banditen01", "domain": "", "downloads": 0, "etag_repository": "W/\"543a3ffb3d712bbbb04fcadaef283b8c18456c0fd55db41229c67b225434c512\"", "full_name": "Banditen01/vintage_theme", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "51fa000", "last_release_tag": "1.3.7.5", "last_updated": "2021-05-20T16:21:54Z", "name": "vintage_theme", "new": false, "repository_manifest": {"name": "Vintage", "render_readme": true, "filename": "themes/vintage.yaml"}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["hacs", "homeassistant", "theme", "unofficial"], "version_installed": null}, "234750356": {"authors": [], "category": "theme", "description": "\ud83c\udfe0\ud83e\udd16 Theme based on iOS Light Mode for Lovelace Home Assistant ", "domain": "", "downloads": 0, "etag_repository": "W/\"b8dc7e2c79a2fe4264191319302a01928c62b61902c3e9d28d682358239d74ff\"", "full_name": "basnijholt/lovelace-ios-light-mode-theme", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d3d404b", "last_release_tag": null, "last_updated": "2020-01-20T19:48:02Z", "name": "lovelace-ios-light-mode-theme", "new": false, "repository_manifest": {"name": "iOS Light Mode Theme", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": ["hacs", "home-assistant", "ios", "light-mode", "lightmode", "lovelace", "lovelace-ui", "theme"], "version_installed": null}, "236318024": {"authors": [], "category": "theme", "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": "", "downloads": 0, "etag_repository": "W/\"3db1322651f95611cc80a548e7984956fcef25ea3bbf512a2527bad6801706c0\"", "full_name": "basnijholt/lovelace-ios-themes", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a133c62", "last_release_tag": "v2.5.0", "last_updated": "2021-06-04T14:14:31Z", "name": "lovelace-ios-themes", "new": false, "repository_manifest": {"name": "iOS Themes - Dark Mode and Light Mode", "hacs": "0.21.2", "filename": "ios-themes.yaml", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 277, "topics": [], "version_installed": null, "last_fetched": 1643571214.232735}, "202203063": {"authors": [], "category": "theme", "description": "Synthwave inspired theme for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"be1f37db72ce3e3f41dd40814dd6c2b50419bf5be3c663bc64a18c27f7b8f6a6\"", "full_name": "bbbenji/synthwave-hass", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "0b7c81b", "last_release_tag": "0.3.3.2", "last_updated": "2020-10-15T12:48:38Z", "name": "synthwave-hass", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 115, "topics": ["css", "home-assistant", "home-assistant-theme", "javascript", "synthwave"], "version_installed": null, "last_fetched": 1641470332.994315}, "261924981": {"authors": [], "category": "theme", "description": "\ud83c\udfa8 Green, dark mode theme for Home Assistant, Enjoy.\ud83e\udd18\ud83c\udffb", "domain": "", "downloads": 0, "etag_repository": "W/\"fbb4f294ccc4f3e5dffaeccda166ac9b397998f67c501932e84d9a7128620899\"", "full_name": "DickSwart/swart_ninja_dark_theme", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e5b62fd", "last_release_tag": "v1.0.2", "last_updated": "2020-10-15T23:56:45Z", "name": "swart_ninja_dark_theme", "new": false, "repository_manifest": {"name": "Swart Ninja Dark Theme"}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["dark-theme", "home-assistant", "lovelace", "theme"], "version_installed": null}, "235436539": {"authors": [], "category": "theme", "description": "Dark Grey Theme for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"db4d1c47dbb86716f802ee982ada34130683d1012789710e456b4b589761ffd5\"", "full_name": "chaptergy/noctis-grey", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2d2708c", "last_release_tag": "v1.3.2", "last_updated": "2021-02-02T17:23:35Z", "name": "noctis-grey", "new": false, "repository_manifest": {"name": "Noctis Grey", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 7, "topics": [], "version_installed": null}, "227988032": {"authors": [], "category": "theme", "description": "Theme for home assistant that makes use of pinks and purples and maybe some teal", "domain": "", "downloads": 0, "etag_repository": "W/\"249d73b84f511c8f9511dceb555e3b6bb1846f344b55bd58b51791d1629bc164\"", "full_name": "estiens/sweet_pink_hass_theme", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "0b51f9a", "last_release_tag": null, "last_updated": "2020-05-18T22:33:48Z", "name": "sweet_pink_hass_theme", "new": false, "repository_manifest": {"name": "sweet pink", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": ["home-assistant", "lovelace", "lovelace-theme", "lovelace-ui"], "version_installed": null}, "309056232": {"authors": [], "category": "theme", "description": "A Home Assistant theme inspired on Github.", "domain": "", "downloads": 0, "etag_repository": "W/\"7850f0b705f84811b91dd246e981b97867570da2c009b169717429af3bbd6107\"", "full_name": "einschmidt/github_dark_theme", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "56a0834", "last_release_tag": "v2.0", "last_updated": "2020-12-16T10:19:50Z", "name": "github_dark_theme", "new": false, "repository_manifest": {"name": "GitHub Dark Theme", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["assistant-theme", "hacs", "themes"], "version_installed": null}, "309053262": {"authors": [], "category": "theme", "description": "A Home Assistant theme inspired on Github.", "domain": "", "downloads": 0, "etag_repository": "W/\"b082475fe1382bb4f05e8f2b972f352a74ad093bb4209ffa5bd9cab3e7a82cb9\"", "full_name": "einschmidt/github_light_theme", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1c81b3b", "last_release_tag": "v1.3", "last_updated": "2020-12-16T13:49:52Z", "name": "github_light_theme", "new": false, "repository_manifest": {"name": "GitHub Light Theme", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": ["assistant-theme", "hacs", "themes"], "version_installed": null}, "234581410": {"authors": [], "category": "theme", "description": "\ud83c\udfa8 Theme for Home Assistant inspired by iOS Dark Mode \ud83c\udf16", "domain": "", "downloads": 0, "etag_repository": "W/\"f7024cdf4b155d5554d3b8a1cc653142c3c7b685347a01306bb730d36817f1a3\"", "full_name": "fi-sch/ux_goodie_theme", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "93f22c1", "last_release_tag": "1.9.1", "last_updated": "2021-11-22T13:38:06Z", "name": "ux_goodie_theme", "new": false, "repository_manifest": {"name": "UX Goodie Theme", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": ["dark", "hass", "hassio", "ios", "lovelace", "lovelace-theme", "lovelace-ui", "mode", "theme", "ux"], "version_installed": null}, "236277163": {"authors": [], "category": "theme", "description": "Reeder Dark Theme for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"77c1579d0665668bf268899f3cbe6f9e91fe98f501589f286394374e45fcb0cd\"", "full_name": "hekm77/reeder_dark_theme", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "dbd319f", "last_release_tag": null, "last_updated": "2020-09-18T07:41:54Z", "name": "reeder_dark_theme", "new": false, "repository_manifest": {"name": "Reeder Dark Theme", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": [], "version_installed": null}, "209891408": {"authors": [], "category": "theme", "description": "Amoled theme for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"cd47f6ed1adf1d996a470bdf99b3b5f19212eebe2f6c43995239d4d8fb141ad2\"", "full_name": "home-assistant-community-themes/amoled", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2fd8f0a", "last_release_tag": null, "last_updated": "2021-11-25T07:20:27Z", "name": "amoled", "new": false, "repository_manifest": {"name": "Amoled Theme"}, "selected_tag": null, "show_beta": false, "stars": 25, "topics": ["hacs", "home-assistant", "theme"], "version_installed": null}, "235984421": {"authors": [], "category": "theme", "description": "Blackened theme for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"997edc9a0cc60698425e73d64640602891d961f7b680dbc6e6f08c7a84291c39\"", "full_name": "home-assistant-community-themes/blackened", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "aa953e0", "last_release_tag": null, "last_updated": "2021-11-25T07:20:36Z", "name": "blackened", "new": false, "repository_manifest": {"name": "Blackened Theme"}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": ["hacs", "home-assistant", "theme"], "version_installed": null}, "225969186": {"authors": [], "category": "theme", "description": "Aqua Fiesta theme for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"ae0ce88783842e5b68a744500a019146c3df8e12cdd39e5e044081fea62a6ae1\"", "full_name": "home-assistant-community-themes/aqua-fiesta", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9189485", "last_release_tag": "v1.0", "last_updated": "2021-11-29T15:12:10Z", "name": "aqua-fiesta", "new": false, "repository_manifest": {"name": "Aqua Fiesta Theme"}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": ["hacs", "home-assistant", "theme"], "version_installed": null}, "216173358": {"authors": [], "category": "theme", "description": "Christmas theme for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"ec277043909de125a9edb53b2aa275dbae8659c44dd9096cb3b2b84be980e32c\"", "full_name": "home-assistant-community-themes/christmas", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6191964", "last_release_tag": null, "last_updated": "2021-11-30T07:12:40Z", "name": "christmas", "new": false, "repository_manifest": {"name": "Christmas Theme"}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["hacs", "home-assistant", "theme"], "version_installed": null}, "215075805": {"authors": [], "category": "theme", "description": "Blue Night theme for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"3ffe5356f58bea61da6a6f7cd7f434451e86204578349a81e00239b6d4aea452\"", "full_name": "home-assistant-community-themes/blue-night", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1a58556", "last_release_tag": null, "last_updated": "2021-12-12T21:11:14Z", "name": "blue-night", "new": false, "repository_manifest": {"name": "Blue Night Theme"}, "selected_tag": null, "show_beta": false, "stars": 7, "topics": ["hacs", "home-assistant", "theme"], "version_installed": null}, "220641275": {"authors": [], "category": "theme", "description": "Dark Orange theme for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"3a354d63d198bebebe9e99464a04459a31312c26ea6f896381b3076f9b6ee9b7\"", "full_name": "home-assistant-community-themes/dark-orange", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f05d343", "last_release_tag": null, "last_updated": "2021-11-25T07:20:14Z", "name": "dark-orange", "new": false, "repository_manifest": {"name": "Dark Orange Theme"}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": ["hacs", "home-assistant", "theme"], "version_installed": null}, "214979604": {"authors": [], "category": "theme", "description": "Another Dark theme for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"6087e5bc4ee0e29d1531ff70033ab9e032a7a13a96706bd67ba00f1c35cd4c02\"", "full_name": "home-assistant-community-themes/dark-mint", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "bef8fdb", "last_release_tag": null, "last_updated": "2021-11-30T07:12:51Z", "name": "dark-mint", "new": false, "repository_manifest": {"name": "Dark Mint Theme"}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["hacs", "home-assistant", "theme"], "version_installed": null}, "215075899": {"authors": [], "category": "theme", "description": "Grey Night theme for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"6841c1f3cafe9020476e1d9c711b88a723fd0d68ce45f458808f93c8af77cac5\"", "full_name": "home-assistant-community-themes/grey-night", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6c6835b", "last_release_tag": null, "last_updated": "2021-11-25T07:20:29Z", "name": "grey-night", "new": false, "repository_manifest": {"name": "Grey Night Theme"}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["hacs", "home-assistant", "theme"], "version_installed": null}, "217374413": {"authors": [], "category": "theme", "description": "Halloween theme for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"8fda60a56805bc35eed2453f586735bf9187cba3b24ffe5994caad46ec3e633e\"", "full_name": "home-assistant-community-themes/halloween", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c3be63d", "last_release_tag": null, "last_updated": "2021-11-30T07:13:12Z", "name": "halloween", "new": false, "repository_manifest": {"name": "Halloween Theme"}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["hacs", "home-assistant", "theme"], "version_installed": null}, "235057110": {"authors": [], "category": "theme", "description": "Material Dark Red theme for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"0065ebc93cdf84a3c2e75047b19d566b9618c20de625f84cbacf0c18a153eedb\"", "full_name": "home-assistant-community-themes/material-dark-red", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4f0e2cc", "last_release_tag": null, "last_updated": "2021-11-25T07:20:13Z", "name": "material-dark-red", "new": false, "repository_manifest": {"name": "Material Dark Red Theme"}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["hacs", "home-assistant", "theme"], "version_installed": null}, "216183299": {"authors": [], "category": "theme", "description": "Material Dark Pink theme for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"41d24bd82b5e25ef2cec8ed92896d0a42849410a2bdb48f0b6c131007b5ed861\"", "full_name": "home-assistant-community-themes/material-dark-pink", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "69b9d42", "last_release_tag": null, "last_updated": "2021-11-30T07:12:56Z", "name": "material-dark-pink", "new": false, "repository_manifest": {"name": "Material Dark Pink Theme"}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": ["hacs", "home-assistant", "theme"], "version_installed": null}, "214664317": {"authors": [], "category": "theme", "description": "Midnight theme for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"4cdd706b0f26ed9f5304fa16fa4b0dfa277e696ebd8bdb2d97596ef00aa1f593\"", "full_name": "home-assistant-community-themes/midnight", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c018255", "last_release_tag": null, "last_updated": "2022-01-07T08:45:34Z", "name": "midnight", "new": false, "repository_manifest": {"name": "Midnight Theme"}, "selected_tag": null, "show_beta": false, "stars": 52, "topics": ["hacs", "home-assistant", "theme"], "version_installed": null, "last_fetched": 1642851215.948326}, "216178553": {"authors": [], "category": "theme", "description": "Material Dark Green theme for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"bad698fb82482d8a92c028765e0761f093093ad22718d67795c0529317bc9e93\"", "full_name": "home-assistant-community-themes/material-dark-green", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "cf5e6af", "last_release_tag": null, "last_updated": "2022-01-07T08:46:43Z", "name": "material-dark-green", "new": false, "repository_manifest": {"name": "Material Dark Green Theme"}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["hacs", "home-assistant", "theme"], "version_installed": null, "last_fetched": 1643571216.769365}, "223938651": {"authors": [], "category": "theme", "description": "Midnight Blue theme for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"12ad7be16d27c2c59358f849c51b1941ed7e07434d8f5bccdda39891cb09e067\"", "full_name": "home-assistant-community-themes/midnight-blue", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "dd26c01", "last_release_tag": null, "last_updated": "2021-11-30T07:12:47Z", "name": "midnight-blue", "new": false, "repository_manifest": {"name": "Midnight Blue Theme"}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": ["hacs", "home-assistant", "theme"], "version_installed": null}, "270638476": {"authors": [], "category": "theme", "description": "Nord theme for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"8d3ce20f69aab421e78eb059fa674e32d5e1e7786b54241a32e1557c1b83e2f9\"", "full_name": "home-assistant-community-themes/nord", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "13e0d35", "last_release_tag": null, "last_updated": "2021-11-29T15:11:51Z", "name": "nord", "new": false, "repository_manifest": {"name": "Nord Theme"}, "selected_tag": null, "show_beta": false, "stars": 10, "topics": ["hacs", "home-assistant", "theme"], "version_installed": null}, "216165131": {"authors": [], "category": "theme", "description": "Solarized Light theme for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"169bbe0af93ad59124d09649e509d2919bbd8e6f55f15139954bbeb311dd0db6\"", "full_name": "home-assistant-community-themes/solarized-light", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1f855d3", "last_release_tag": null, "last_updated": "2021-11-29T07:57:21Z", "name": "solarized-light", "new": false, "repository_manifest": {"name": "Solarized Light Theme"}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["hacs", "home-assistant", "theme"], "version_installed": null}, "255270395": {"authors": [], "category": "theme", "description": "Stell Blue with Colors theme for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"5077767a0aa28cc4a56403ca6b8d9e955516f26b40e5317d5f6d6f1cfb43bd9e\"", "full_name": "home-assistant-community-themes/stell-blue-with-colors", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f90d462", "last_release_tag": null, "last_updated": "2021-11-29T09:05:41Z", "name": "stell-blue-with-colors", "new": false, "repository_manifest": {"name": "Stell Blue with Colors Theme"}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["hacs", "home-assistant", "theme"], "version_installed": null}, "230672465": {"authors": [], "category": "theme", "description": "Christmas theme for Home-Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"73d7508c5ee3f8de942d3365393ae40581ba808bcbfa5f7d1d12ce6b988c130d\"", "full_name": "houtknots/UglyChristmas-Theme", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "76b0da9", "last_release_tag": null, "last_updated": "2021-12-30T13:46:19Z", "name": "UglyChristmas-Theme", "new": false, "repository_manifest": {"name": "Ugly Christmas Theme"}, "selected_tag": null, "show_beta": false, "stars": 0, "topics": [], "version_installed": null}, "234375294": {"authors": [], "category": "theme", "description": "Vaporwave Pink Theme for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"46640e82c85d46bc8357424013cd0522e354d07d1b4ede70a039e446366ab2fb\"", "full_name": "home-assistant-community-themes/vaporwave-pink", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f61c8be", "last_release_tag": "v1.1", "last_updated": "2020-01-16T19:26:58Z", "name": "vaporwave-pink", "new": false, "repository_manifest": {"name": "Vaporwave Pink Theme", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": ["80s", "hacs", "home-assistant", "pink", "theme", "vaporwave"], "version_installed": null}, "216181396": {"authors": [], "category": "theme", "description": "Teal theme for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"8cbdbec442c85ef844f76d9a1ea9a18d28674d564255ce7d3323cd80d844995d\"", "full_name": "home-assistant-community-themes/teal", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a6cf3c6", "last_release_tag": null, "last_updated": "2021-11-29T15:11:48Z", "name": "teal", "new": false, "repository_manifest": {"name": "Teal Theme"}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["hacs", "home-assistant", "theme"], "version_installed": null}, "234491154": {"authors": [], "category": "theme", "description": "\ud83c\udfa8 By JuanMTech -- A true black Home Assistant theme for devices with AMOLED displays", "domain": "", "downloads": 0, "etag_repository": "W/\"d4ad67925556da906c506ace70fc76e586f12d21b732b24053377dd1079f6ef8\"", "full_name": "JuanMTech/amoled_blue", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e6173a4", "last_release_tag": "v1.8", "last_updated": "2021-11-25T23:27:40Z", "name": "amoled_blue", "new": false, "repository_manifest": {"name": "AMOLED Blue", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 12, "topics": ["hacs", "home-assistant", "themes"], "version_installed": null}, "306914292": {"authors": [], "category": "theme", "description": "A transparent blue theme for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"3ab90782f74c60f601df1dd459a003b8b1f414847452bfd8ffb1ff822b49d217\"", "full_name": "JOHLC/transparentblue", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e9e09e8", "last_release_tag": "v202104.1", "last_updated": "2021-12-31T02:27:24Z", "name": "transparentblue", "new": false, "repository_manifest": {"name": "Transparent Blue", "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 21, "topics": ["hacs", "home-assistant", "home-automation", "homeassistant", "homeassistant-addons", "theme", "transparent-blue-theme", "transparentblue", "yaml"], "version_installed": null, "last_fetched": 1641058113.140582}, "234032927": {"authors": [], "category": "theme", "description": "\ud83c\udfa8 By JuanMTech -- A Home Assistant theme inspired on the Google app light mode.", "domain": "", "downloads": 0, "etag_repository": "W/\"6e73393b188371716d5886d47b46886bcf758863d124803e9985415f1f7011ec\"", "full_name": "JuanMTech/google_light_theme", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "31ec400", "last_release_tag": "v1.11", "last_updated": "2021-11-25T23:24:12Z", "name": "google_light_theme", "new": false, "repository_manifest": {"name": "Google Light Theme", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 56, "topics": ["assistant-theme", "hacs", "themes"], "version_installed": null, "last_fetched": 1641895721.726491}, "235862795": {"authors": [], "category": "theme", "description": "\ud83c\udfa8 By JuanMTech -- A matte black theme with a green accent color", "domain": "", "downloads": 0, "etag_repository": "W/\"ec0f4c26d0eb1c7dfc7f3a33d0a70d84aea32ce0fd5bd50dfa7c28546983caba\"", "full_name": "JuanMTech/green_dark_mode", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "87fe94d", "last_release_tag": "v1.7", "last_updated": "2020-07-29T22:52:55Z", "name": "green_dark_mode", "new": false, "repository_manifest": {"name": "Green Dark mode", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": ["hacs", "home-assistant", "themes"], "version_installed": null, "last_fetched": 1641587843.275071}, "235865145": {"authors": [], "category": "theme", "description": "\ud83c\udfa8 By JuanMTech -- A light mode theme with a green accent color", "domain": "", "downloads": 0, "etag_repository": "W/\"0422d4984525067b48f1c765e84c814690080b9489717eb4d566e78bcebd6cf5\"", "full_name": "JuanMTech/green_light_mode", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b8bd5e8", "last_release_tag": "v1.7", "last_updated": "2020-07-29T22:54:27Z", "name": "green_light_mode", "new": false, "repository_manifest": {"name": "Green Light mode", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["hacs", "home-assistant", "themes"], "version_installed": null}, "284293899": {"authors": [], "category": "theme", "description": "\ud83c\udfa8 By JuanMTech -- A Home Assistant theme inspired on the iOS dark mode interface.", "domain": "", "downloads": 0, "etag_repository": "W/\"b8641f1a0b4f4e4d2f8f1e0cca7cc39817b9ca090b10df6da089d698648f5c21\"", "full_name": "JuanMTech/ios_dark_mode_theme", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5e055e1", "last_release_tag": "v1.2", "last_updated": "2021-11-25T23:25:57Z", "name": "ios_dark_mode_theme", "new": false, "repository_manifest": {"name": "iOS Dark Mode", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 19, "topics": ["hacs", "home-assistant", "theme"], "version_installed": null, "last_fetched": 1643571218.670597}, "284294048": {"authors": [], "category": "theme", "description": "\ud83c\udfa8 By JuanMTech -- A Home Assistant theme inspired on the iOS light mode interface.", "domain": "", "downloads": 0, "etag_repository": "W/\"f35eeb22c4d06f884b6e8505b3d24412f72d1f958856b85aa94918862fb3ce4d\"", "full_name": "JuanMTech/ios_light_mode_theme", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f66106c", "last_release_tag": "v1.2", "last_updated": "2021-11-25T23:25:11Z", "name": "ios_light_mode_theme", "new": false, "repository_manifest": {"name": "iOS Light Mode", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 14, "topics": ["hacs", "home-assistant", "theme"], "version_installed": null, "last_fetched": 1641895724.386669}, "235867730": {"authors": [], "category": "theme", "description": "\ud83c\udfa8 By JuanMTech -- A matte black theme with an orange accent color", "domain": "", "downloads": 0, "etag_repository": "W/\"2ceced4f48c67cec92ce1068a8c3e482d5ae1db28899cc2131995ec7f8c594b8\"", "full_name": "JuanMTech/orange_dark", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "60213dc", "last_release_tag": "v1.7", "last_updated": "2020-07-29T22:55:59Z", "name": "orange_dark", "new": false, "repository_manifest": {"name": "Orange Dark", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["hacs", "home-assistant", "themes"], "version_installed": null}, "235869023": {"authors": [], "category": "theme", "description": "\ud83c\udfa8 By JuanMTech -- A light mode theme with an orange accent color", "domain": "", "downloads": 0, "etag_repository": "W/\"654e166cd6ad22ad3037120a92633d0e6f40f1cefc8d82104bfc416b4e2c66cd\"", "full_name": "JuanMTech/orange_light", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "af3be93", "last_release_tag": "v1.5", "last_updated": "2020-07-29T22:57:13Z", "name": "orange_light", "new": false, "repository_manifest": {"name": "Orange Light", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["hacs", "home-assistant", "themes"], "version_installed": null}, "262748544": {"authors": [], "category": "theme", "description": "A milky glass theme for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"e58f7bc7eab893fd2f24c85cf5bdb467a2dafeed28fd4ec6362c8627a2a0c101\"", "full_name": "Kibibit/hass-kibibit-theme", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1416d7d", "last_release_tag": "v1.1.1", "last_updated": "2022-01-21T03:04:59Z", "name": "hass-kibibit-theme", "new": false, "repository_manifest": {"name": "kibibit Theme"}, "selected_tag": null, "show_beta": false, "stars": 122, "topics": [], "version_installed": null, "last_fetched": 1642851225.969692}, "282325367": {"authors": [], "category": "theme", "description": "\ud83c\udfa8 Home Assistant soft UI dark theme, with help from @JuanMTech, @thomasloven, and @N-l1.", "domain": "", "downloads": 0, "etag_repository": "W/\"e672f602c6124878a28d09d1b7aa585b365cfa3a25af70fdc47b5e72273ef7d9\"", "full_name": "KTibow/lovelace-dark-soft-ui-theme", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e3fc029", "last_release_tag": "v0.60", "last_updated": "2021-01-06T02:29:32Z", "name": "lovelace-dark-soft-ui-theme", "new": false, "repository_manifest": {"name": "Dark Soft UI Theme", "homeassistant": "0.98.0", "country": ["US"]}, "selected_tag": null, "show_beta": false, "stars": 44, "topics": ["dark-theme", "hacktoberfest", "hacktoberfest2020", "hacs", "home-assistant", "homeassistant", "skin", "soft-ui", "theme", "theme-ui", "themes"], "version_installed": null, "last_fetched": 1642851226.04224}, "292621909": {"authors": [], "category": "theme", "description": "Home Assistant Windows 10 inspired themes", "domain": "", "downloads": 0, "etag_repository": "W/\"7240da4c6a6a2ac022f333d1f07e0b6eeda65036e9538d6438f249ffa60d67ae\"", "full_name": "mikosoft83/hass-windows10-themes", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6ff0b9c", "last_release_tag": "2.0", "last_updated": "2021-06-27T19:55:52Z", "name": "hass-windows10-themes", "new": false, "repository_manifest": {"name": "Windows 10 themes", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 7, "topics": ["accent-color", "hacs", "homeassistant", "theme", "themes", "windows", "windows-10"], "version_installed": null}, "221287384": {"authors": [], "category": "theme", "description": "Clear Theme for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"86dcad17baaef0c5c10a554d3b3648b1428467c89ece9e6a3997aeedc562441b\"", "full_name": "naofireblade/clear-theme", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a9f68e1", "last_release_tag": "v1.1", "last_updated": "2020-10-08T10:10:49Z", "name": "clear-theme", "new": false, "repository_manifest": {"name": "Clear Theme", "homeassistant": "0.102.0"}, "selected_tag": null, "show_beta": false, "stars": 20, "topics": [], "version_installed": null, "last_fetched": 1641217343.812815}, "282315875": {"authors": [], "category": "theme", "description": "\ud83c\udfa8 Home Assistant soft UI light theme, with help from @JuanMTech, @thomasloven, and @N-L1.", "domain": "", "downloads": 0, "etag_repository": "W/\"4cb8282ab70a00fc7e5e42d62c62a49877f1574748e4a72b88c389dd172293ea\"", "full_name": "KTibow/lovelace-light-soft-ui-theme", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7749eed", "last_release_tag": "v0.61", "last_updated": "2021-12-09T01:53:32Z", "name": "lovelace-light-soft-ui-theme", "new": false, "repository_manifest": {"name": "Light Soft UI Theme", "homeassistant": "0.98.0", "country": ["US"]}, "selected_tag": null, "show_beta": false, "stars": 54, "topics": ["hacktoberfest", "hacktoberfest2020", "hacs", "home-assistant", "homeassistant", "light-theme", "skin", "soft-ui", "theme", "theme-ui", "themes"], "version_installed": null, "last_fetched": 1642004380.175493}, "249722008": {"authors": [], "category": "theme", "description": "Home Assistant theme - A dark, electric blue theme that reminds the movie Your Name. ", "domain": "", "downloads": 0, "etag_repository": "W/\"921a5f32e714d9b6ed2d0ff8dbda690b6576e44522169523ab3ca0e7f819fedc\"", "full_name": "Nihvel/your_name", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6521402", "last_release_tag": null, "last_updated": "2021-03-03T00:31:27Z", "name": "your_name", "new": false, "repository_manifest": {"name": "Your Name.", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 17, "topics": [], "version_installed": null}, "277068969": {"authors": [], "category": "theme", "description": "10 modern colors | 4 categories of styles (Black Glass, Black, Dark, Light) | 40 themes in total | Animated icons for the weather forecast card | And a bonus automatic theme selector for your interface.", "domain": "", "downloads": 0, "etag_repository": "W/\"bcdc141c68bc3a049c2f32a98a87901e63d1c0868a59073d8ad714d3a79d35b1\"", "full_name": "orickcorreia/caule-themes-pack-1", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d172707", "last_release_tag": "v.1.3", "last_updated": "2022-01-10T14:35:38Z", "name": "caule-themes-pack-1", "new": false, "repository_manifest": {"name": "Caule Themes Pack 1 - by caulecriativo.com", "filename": "caule-themes-pack-1.yaml", "render_readme": false}, "selected_tag": null, "show_beta": false, "stars": 162, "topics": ["caule", "hassio", "homeassistant", "lovelace", "pack", "themes"], "version_installed": null, "last_fetched": 1643571219.546806}, "221288367": {"authors": [], "category": "theme", "description": "Dark variant of Clear Theme for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"3258bb4fc3b7fb911d9c1697703e4a6b06de258245e8668618fe56fbf9001385\"", "full_name": "naofireblade/clear-theme-dark", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "75af86a", "last_release_tag": "v1.3", "last_updated": "2020-10-08T10:10:57Z", "name": "clear-theme-dark", "new": false, "repository_manifest": {"name": "Clear Theme Dark", "homeassistant": "0.108.9"}, "selected_tag": null, "show_beta": false, "stars": 12, "topics": [], "version_installed": null}, "223028160": {"authors": [], "category": "theme", "description": "Green adaptation of this Home-Assistant theme: https://github.com/seangreen2/slate_theme", "domain": "", "downloads": 0, "etag_repository": "W/\"2ed1825986f40ee57d47a9e22773735d5e181ee2b31de0fcc498e9d3da1f18fe\"", "full_name": "pbeckcom/green_slate_theme", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c67b3f1", "last_release_tag": null, "last_updated": "2019-11-20T22:22:55Z", "name": "green_slate_theme", "new": false, "repository_manifest": {"name": "Green Slate Theme"}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": [], "version_installed": null}, "197006509": {"authors": [], "category": "theme", "description": "A Dark Theme for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"883830e59108f04940ecf26faba01b13b902c996886e5ad890b61e615c20c846\"", "full_name": "seangreen2/slate_theme", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c18ae17", "last_release_tag": null, "last_updated": "2020-11-21T01:36:26Z", "name": "slate_theme", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 82, "topics": ["hacs", "home-assistant", "theme"], "version_installed": null, "last_fetched": 1643571219.280988}, "226567922": {"authors": [], "category": "theme", "description": "My red\"isch\" home assistant theme.", "domain": "", "downloads": 0, "etag_repository": "W/\"9613b0e9ffd2da9e1f94820627ff9179b17ada9417950c46d6799c6b74229739\"", "full_name": "Poeschl/slate_red", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "bbdbafa", "last_release_tag": "1.4.0", "last_updated": "2022-01-06T14:43:48Z", "name": "slate_red", "new": false, "repository_manifest": {"name": "Red slate theme", "render_readme": "True"}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["hacs", "home-assistant", "material-design", "red", "theme"], "version_installed": null, "last_fetched": 1641587851.19915}, "287840715": {"authors": [], "category": "plugin", "description": "Lovelace custom card for visualizing the ZWave network with the OpenZWave (beta) integration.", "domain": "", "downloads": 0, "etag_repository": "W/\"bb0c39430097779cb5449df602ffa21284db09f5cd137a3631d4e5c3789bd118\"", "full_name": "abmantis/ozw-network-visualization-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2c956b8", "last_release_tag": null, "last_updated": "2020-12-27T19:18:28Z", "name": "ozw-network-visualization-card", "new": false, "repository_manifest": {"name": "OZW Network Visualization Card", "content_in_root": true, "filename": "ozw-network-visualization-card.js", "homeassistant": "0.115.0", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 30, "topics": ["home-automation", "homeassistant", "ozw", "zwave", "zwave2mqtt"], "version_installed": null}, "274111031": {"authors": [], "category": "theme", "description": "Animated icons for default Home Assistant weather card", "domain": "", "downloads": 0, "etag_repository": "W/\"7949c9ca21fedc6c6572901a2cdb22fb9d6b56d3b7d7537708824eab379916d2\"", "full_name": "wowgamr/animated-weather-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6ed3229", "last_release_tag": "1.2", "last_updated": "2020-07-04T13:45:21Z", "name": "animated-weather-card", "new": false, "repository_manifest": {"name": "Animated Weather Card", "render_readme": true, "homeassistant": "0.109.0"}, "selected_tag": null, "show_beta": false, "stars": 16, "topics": ["hacs", "home-assistant", "lovelace", "theme", "weather-card"], "version_installed": null, "last_fetched": 1641895732.113056}, "200081161": {"authors": [], "category": "plugin", "description": "Custom Lovelace card for Budapest Public Transportation custom component", "domain": "", "downloads": 0, "etag_repository": "W/\"b1566a1bda4c24a5b942057a6733b24fb88c1ab4370a1415020b0fb5b66f7dcf\"", "full_name": "amaximus/bkk-stop-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d252cb5", "last_release_tag": "1.0.1", "last_updated": "2021-12-01T19:32:24Z", "name": "bkk-stop-card", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": ["bkk", "budapest", "homeassistant", "lovelace-custom-card", "lovelace-ui", "transportation"], "version_installed": null}, "257102434": {"authors": [], "category": "plugin", "description": "FKF Budapest Garbage Collection Card for Home Assistant/Lovelace", "domain": "", "downloads": 0, "etag_repository": "W/\"c1e19b914a4d4a3608490561d2efdd1e9bbdf48502ad8300e9a6b9ba2852e551\"", "full_name": "amaximus/fkf-garbage-collection-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9cc7d35", "last_release_tag": "0.8.0", "last_updated": "2021-04-23T12:53:23Z", "name": "fkf-garbage-collection-card", "new": false, "repository_manifest": {"name": "FKF Budapest Garbage Collection Card", "filename": "fkf-garbage-collection-card.js", "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": ["budapest", "homeassistant", "lovelace", "lovelace-custom-card", "lovelace-ui"], "version_installed": null}, "207018200": {"authors": [], "category": "plugin", "description": "Custom Lovelace card for Garbage Collection custom component", "domain": "", "downloads": 0, "etag_repository": "W/\"939217e4ac8015fb4982ffbd3e7c67d25ea3fb4bc5ad9fb99cea369f9f449dc2\"", "full_name": "amaximus/garbage-collection-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "38ceb7a", "last_release_tag": "1.20.0", "last_updated": "2021-11-04T12:23:07Z", "name": "garbage-collection-card", "new": false, "repository_manifest": {"name": "Garbage Collection Card", "filename": "garbage-collection-card.js", "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 65, "topics": ["garbage-collection", "homeassistant", "lovelace", "lovelace-custom-card", "ui-lovelace"], "version_installed": null, "last_fetched": 1642004387.925513}, "207292725": {"authors": [], "category": "plugin", "description": "Flexible Horseshoe card for Home Assistant Lovelace UI. A card with a flexible layout, a horseshoe-like donut graph, multiple entities or attributes, graphics and animations!", "domain": "", "downloads": 0, "etag_repository": "W/\"77b2b96e81809091445f21b40bf3735741874d711948a66fd236cfa5b7c68837\"", "full_name": "AmoebeLabs/flex-horseshoe-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e09bb7b", "last_release_tag": "0.9.0", "last_updated": "2021-01-16T21:41:16Z", "name": "flex-horseshoe-card", "new": false, "repository_manifest": {"name": "Flexible Horseshoe Card for Lovelace", "content_in_root": true, "filename": "flex-horseshoe-card.js"}, "selected_tag": null, "show_beta": false, "stars": 107, "topics": ["home-assistant", "home-assistant-custom", "home-assistant-frontend", "lovelace-card", "lovelace-custom-card", "lovelace-ui"], "version_installed": null, "last_fetched": 1643571253.494573}, "214365813": {"authors": [], "category": "plugin", "description": "StarLine lovelace card for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"fc0dca68caa03904242969ba6bae3c3aa21aaacd885f5bcee2af5102d7250f10\"", "full_name": "Anonym-tsk/lovelace-starline-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "8a15c42", "last_release_tag": "v1.1.2", "last_updated": "2020-08-06T09:16:49Z", "name": "lovelace-starline-card", "new": false, "repository_manifest": {"name": "StarLine Card", "homeassistant": "0.103.0"}, "selected_tag": null, "show_beta": false, "stars": 21, "topics": [], "version_installed": null, "last_fetched": 1641895735.685883}, "253019926": {"authors": [], "category": "plugin", "description": "Minimalistic humidifier card for Home Assistant Lovelace UI", "domain": "", "downloads": 2014, "etag_repository": "W/\"16c272b18ecf78bcebaec3ab1c92275bd5bc8e9d34d1637591d54e9f914f1648\"", "full_name": "artem-sedykh/mini-humidifier", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "944ba3d", "last_release_tag": "v2.5.5", "last_updated": "2021-12-14T11:58:29Z", "name": "mini-humidifier", "new": false, "repository_manifest": {"name": "mini humidifier", "render_readme": false, "filename": "mini-humidifier-bundle.js", "domains": ["fan"]}, "selected_tag": null, "show_beta": false, "stars": 107, "topics": ["automation", "custom", "hassio", "home-assistant", "humidifier", "lovelace", "lovelace-ui"], "version_installed": null, "last_fetched": 1643571253.845544}, "268163975": {"authors": [], "category": "plugin", "description": "Minimalistic climate card for Home Assistant Lovelace UI", "domain": "", "downloads": 4479, "etag_repository": "W/\"2870fb7ccfd3e4e88db3ca923a164e741bd200fcdeeed78fed10b53876c9bf2a\"", "full_name": "artem-sedykh/mini-climate-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a2a1749", "last_release_tag": "v1.2.10", "last_updated": "2021-12-25T17:00:09Z", "name": "mini-climate-card", "new": false, "repository_manifest": {"name": "mini climate card", "render_readme": false, "filename": "mini-climate-card-bundle.js", "domains": ["climate"]}, "selected_tag": null, "show_beta": false, "stars": 124, "topics": ["automation", "climate", "climate-entity", "custom", "hacktoberfest", "hacktoberfest2021", "hassio", "home-assistant", "lovelace", "lovelace-ui"], "version_installed": null, "last_fetched": 1643571253.677261}, "201292040": {"authors": [], "category": "plugin", "description": "Home Assistant Custom Card to show Zigbee2mqtt network map", "domain": null, "downloads": 0, "etag_repository": "W/\"554779e48b9a21e3b653f90cdce05f5fb4e8cf276c33ee9f53e9db153536c20e\"", "full_name": "azuwis/zigbee2mqtt-networkmap", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "10e76eb", "last_release_tag": "v0.7.0", "last_updated": "2021-08-18T01:44:10Z", "name": "zigbee2mqtt-networkmap", "new": false, "repository_manifest": {"name": "Zigbee2mqtt Networkmap Card", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 118, "topics": ["home-assistant", "zigbee2mqtt"], "version_installed": null, "last_fetched": 1643545555.64818}, "271886611": {"authors": [], "category": "plugin", "description": "Like a picture glance card, but for plant data", "domain": "", "downloads": 0, "etag_repository": "W/\"5f2d4dc7d15d1e6d2ecee6679788321d440ba23071d6e0458e34c12a40348599\"", "full_name": "badguy99/PlantPictureCard", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "eb06132", "last_release_tag": "v0.1.4", "last_updated": "2020-09-13T17:45:01Z", "name": "PlantPictureCard", "new": false, "repository_manifest": {"name": "Plant Picture Card", "render_readme": true, "filename": "PlantPictureCard.js"}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": ["image", "lovelace-card", "plants"], "version_installed": null, "last_fetched": 1641895737.305851}, "202546107": {"authors": [], "category": "plugin", "description": "Extras for the synthwave inspired theme for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"869597dab76050e759138e385451d0731f00a5cf1c21df89de82a75e8f6d6c47\"", "full_name": "bbbenji/synthwave-hass-extras", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2a2542d", "last_release_tag": "0.2.4", "last_updated": "2020-10-30T00:24:02Z", "name": "synthwave-hass-extras", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 14, "topics": [], "version_installed": null, "last_fetched": 1642851237.197368}, "269474857": {"authors": [], "category": "plugin", "description": "Custom lovelace card to use in\u00a0Home assistant allowing you to redirect a user to certain view based on entity states.", "domain": "", "downloads": 0, "etag_repository": "W/\"a34eda5ee8e296d676ee30e34a8eb29b5925f414b7be5fb6e24bf3e0469641e2\"", "full_name": "ben8p/lovelace-tab-redirect-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "25d35e4", "last_release_tag": null, "last_updated": "2020-11-23T21:30:41Z", "name": "lovelace-tab-redirect-card", "new": false, "repository_manifest": {"name": "Tab Redirect Card", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 7, "topics": ["hacs", "homeassistant", "lovelace-custom-card", "lovelace-ui"], "version_installed": null, "last_fetched": 1641217354.262564}, "303857065": {"authors": [], "category": "plugin", "description": "Show battery states or attributes with dynamic icon on entity rows in Home Assistant's Lovelace UI", "domain": "", "downloads": 6669, "etag_repository": "W/\"00cfa03f5a53bf8ecfd731a54de0d1eef34673f2e4549aeb402717867ba6eb1e\"", "full_name": "benct/lovelace-battery-entity-row", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e7d1eab", "last_release_tag": "v1.3.1", "last_updated": "2021-03-12T15:50:43Z", "name": "lovelace-battery-entity-row", "new": false, "repository_manifest": {"name": "Battery Entity Row", "filename": "battery-entity-row.js", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 42, "topics": ["attribute", "battery", "card", "entity", "entity-rows", "hacs", "home-assistant", "home-assistant-frontend", "lovelace", "lovelace-ui", "state"], "version_installed": null, "last_fetched": 1643571254.136882}, "184658908": {"authors": [], "category": "plugin", "description": "GitHub repository sensor data on entity rows in Home Assistant's Lovelace UI", "domain": "", "downloads": 0, "etag_repository": "W/\"87dcdafe16059c09c5cfdcb54fc08deb7e944e28b8e92ae0b50278331ffea8d2\"", "full_name": "benct/lovelace-github-entity-row", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e273046", "last_release_tag": "v1.0.0", "last_updated": "2020-10-19T20:51:09Z", "name": "lovelace-github-entity-row", "new": false, "repository_manifest": {"name": "GitHub Entity Row", "filename": "github-entity-row.js", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 17, "topics": ["card", "entity", "entity-rows", "github", "hacs", "home-assistant", "home-assistant-frontend", "lovelace", "lovelace-ui", "sensor"], "version_installed": null}, "178921037": {"authors": [], "category": "plugin", "description": "Show multiple entity states and attributes on entity rows in Home Assistant's Lovelace UI", "domain": null, "downloads": 0, "etag_repository": "W/\"32b9a2d7965ed7d63f26d0bc444cffc0c7599063194ee53efa73461b250e10c8\"", "full_name": "benct/lovelace-multiple-entity-row", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e2d2508", "last_release_tag": "v4.4.1", "last_updated": "2021-12-23T16:37:22Z", "name": "lovelace-multiple-entity-row", "new": false, "repository_manifest": {"name": "Multiple Entity Row", "filename": "multiple-entity-row.js", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 440, "topics": ["attribute", "card", "entity", "entity-attribute", "entity-rows", "format", "hacs", "home-assistant", "home-assistant-frontend", "lovelace", "lovelace-ui", "multiple", "state"], "version_installed": null, "last_fetched": 1643545555.771677}, "180229356": {"authors": [], "category": "plugin", "description": "Simple card for various robot vacuums in Home Assistant's Lovelace UI", "domain": null, "downloads": 0, "etag_repository": "W/\"a58718f295fc48b1b2d8e185374304ad71fbbafcdf45102e9b5dd29895cbfa31\"", "full_name": "benct/lovelace-xiaomi-vacuum-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2f8a67a", "last_release_tag": "v4.4.0", "last_updated": "2021-11-07T01:37:36Z", "name": "lovelace-xiaomi-vacuum-card", "new": false, "repository_manifest": {"name": "Simple Vacuum Card", "filename": "xiaomi-vacuum-card.js", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 192, "topics": ["card", "hacs", "home-assistant", "home-assistant-frontend", "lovelace", "lovelace-ui", "roborock", "robot-vacuums", "vacuum", "xiaomi", "xiaomi-vacuum"], "version_installed": null, "last_fetched": 1643545555.632847}, "215327195": {"authors": [], "category": "plugin", "description": "\ud83d\udca1 A Lovelace custom card for RGB lights", "domain": "", "downloads": 0, "etag_repository": "W/\"220ef04c68899093d9fe5c4ca72d49c5f9ce8bcc1724b70b80730beb9fd92945\"", "full_name": "bokub/rgb-light-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7bae317", "last_release_tag": "1.10.0", "last_updated": "2021-10-06T10:05:27Z", "name": "rgb-light-card", "new": false, "repository_manifest": {"name": "RGB Light Card", "content_in_root": true, "filename": "card.js", "render_readme": true, "domains": ["light"]}, "selected_tag": null, "show_beta": false, "stars": 276, "topics": ["hacktoberfest", "home-assistant", "lovelace", "lovelace-custom-card", "rgb-lights"], "version_installed": null, "last_fetched": 1642851241.546801}, "192732887": {"authors": [], "category": "plugin", "description": "Card that allows you to swipe throught multiple cards for Home Assistant Lovelace", "domain": "", "downloads": 0, "etag_repository": "W/\"dc2825205eaa5a1be7eef5498f848c2671512954b842a45e4d2180fff533ec1d\"", "full_name": "bramkragten/swipe-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "41a735d", "last_release_tag": "v4.0.0", "last_updated": "2022-01-22T04:02:46Z", "name": "swipe-card", "new": false, "repository_manifest": {"homeassistant": "0.110.0"}, "selected_tag": null, "show_beta": false, "stars": 88, "topics": [], "version_installed": null, "last_fetched": 1643571254.497198}, "192732636": {"authors": [], "category": "plugin", "description": "Weather Card with animated icons for Home Assistant Lovelace", "domain": "", "downloads": 0, "etag_repository": "W/\"0e500a40c12a4d4ccd10b0feb136d4aa94e7bfc8251383ba77785ea7278a1c3a\"", "full_name": "bramkragten/weather-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "8773e03", "last_release_tag": "v1.5.0", "last_updated": "2022-01-19T12:48:22Z", "name": "weather-card", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 281, "topics": [], "version_installed": null, "last_fetched": 1643571254.358247}, "194037195": {"authors": [], "category": "plugin", "description": "A custom card for displaying information provided by Beerbolaget (https://github.com/Ceerbeerus/beerbolaget).", "domain": "", "downloads": 0, "etag_repository": "W/\"c2ecbd483c13950c60aace6a4da200b75828e18a22afebcaf43bd49f029ca586\"", "full_name": "Ceerbeerus/beerbolaget-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "ac8da42", "last_release_tag": "0.1.55", "last_updated": "2020-08-07T06:24:51Z", "name": "beerbolaget-card", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": [], "version_installed": null}, "235449701": {"authors": [], "category": "plugin", "description": "\u23f0 Lovelace Card to Control Light Alarm Properties", "domain": "", "downloads": 0, "etag_repository": "W/\"52411f4e2d51a1c4d5626c98a32f48c29cbc6e49e736c55d2915303c41cf050e\"", "full_name": "chaptergy/lightalarm-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "79f4a02", "last_release_tag": "v3.0.3", "last_updated": "2021-12-03T14:59:52Z", "name": "lightalarm-card", "new": false, "repository_manifest": {"name": "Lightalarm Card", "content_in_root": false, "filename": "lightalarm-card.js"}, "selected_tag": null, "show_beta": false, "stars": 27, "topics": [], "version_installed": null, "last_fetched": 1641587863.693563}, "143850865": {"authors": [], "category": "plugin", "description": "This card give you a list of your wishlist items.", "domain": "", "downloads": 0, "etag_repository": "W/\"2081bc26ffbee01b69fea30575525113bd5395d0e325e11a183f4fc76cd65b7d\"", "full_name": "custom-cards/beer-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c48a090", "last_release_tag": "0.2.4", "last_updated": "2021-01-13T09:25:20Z", "name": "beer-card", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": [], "version_installed": null}, "260526528": {"authors": [], "category": "plugin", "description": "Custom Dark Sky Weather plugin for HACS. This creates a rich weather card using the Dark Sky weather plugin.", "domain": null, "downloads": 0, "etag_repository": "W/\"cfa22867cfccf7475f60f8de2fe1080b923f2bce58aeee61ddc182343c9fd182\"", "full_name": "clayauld/lovelace-darksky-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "165ba20", "last_release_tag": null, "last_updated": "2021-10-13T22:52:46Z", "name": "lovelace-darksky-card", "new": false, "repository_manifest": {"name": "Dark Sky Rich Weather Card", "content_in_root": true, "filename": "lovelace-darksky-card.js", "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 13, "topics": ["hacktoberfest", "home-assistant", "home-assistant-frontend", "home-assistant-hacs"], "version_installed": null, "last_fetched": 1643545555.658142}, "163363577": {"authors": [], "category": "plugin", "description": "Customizable Animated Bar card for Home Assistant Lovelace", "domain": null, "downloads": 0, "etag_repository": "W/\"fcbc6bda8325accac51a77d72df9149e2fbcf06449bf15e576fd0981434a6492\"", "full_name": "custom-cards/bar-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3bf4796", "last_release_tag": "3.2.0", "last_updated": "2021-08-12T06:59:44Z", "name": "bar-card", "new": false, "repository_manifest": {"name": "Bar Card", "render_readme": true, "filename": "bar-card.js"}, "selected_tag": null, "show_beta": false, "stars": 224, "topics": [], "version_installed": null, "last_fetched": 1643545555.800904}, "187245418": {"authors": [], "category": "plugin", "description": null, "domain": "", "downloads": 0, "etag_repository": "W/\"cadd93d72338ee9d9e89fb6199b0559a7679ab1ef14a3a4523e97018e38f066f\"", "full_name": "custom-cards/bignumber-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "fee532a", "last_release_tag": "0.0.5", "last_updated": "2022-01-26T03:21:08Z", "name": "bignumber-card", "new": false, "repository_manifest": {"name": "bignumber-card", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 70, "topics": [], "version_installed": null, "last_fetched": 1643571255.003348}, "146194325": {"authors": [], "category": "plugin", "description": "\u2747\ufe0f Lovelace button-card for home assistant", "domain": null, "downloads": 0, "etag_repository": "W/\"1f6db28712fb35d687badd1c74c60f05ce1f3877867752938a68569f17c5d7a4\"", "full_name": "custom-cards/button-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "29b10a6", "last_release_tag": "v3.4.2", "last_updated": "2021-12-22T15:01:24Z", "name": "button-card", "new": false, "repository_manifest": {"name": "button-card", "content_in_root": false, "render_readme": true, "filename": "button-card.js"}, "selected_tag": null, "show_beta": false, "stars": 988, "topics": ["home-assistant", "home-assistant-custom", "home-automation", "lovelace", "lovelace-ui"], "version_installed": null, "last_fetched": 1643545555.855772}, "164022050": {"authors": [], "category": "plugin", "description": "Check Button Card is a button that tracks when it is last pressed, for the Home Assistant Lovelace front-end using MQTT auto discovery.", "domain": "", "downloads": 1340, "etag_repository": "W/\"fc90c1827ee2c915b42ddb66407120d7211d18d75e237b841f439fbb194d3523\"", "full_name": "custom-cards/check-button-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d8350ca", "last_release_tag": "1.3.0", "last_updated": "2021-12-22T18:23:08Z", "name": "check-button-card", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 80, "topics": [], "version_installed": null, "last_fetched": 1643571254.794013}, "142545838": {"authors": [], "category": "plugin", "description": "The card makes it possible to use gauges from https://canvas-gauges.com/", "domain": "", "downloads": 6600, "etag_repository": "W/\"5de9a224c78a33238363468755f13f2c457efd4703ef4f2c86e385ad5dbc54e7\"", "full_name": "custom-cards/canvas-gauge-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e117ac5", "last_release_tag": "0.4.1", "last_updated": "2021-05-09T14:02:19Z", "name": "canvas-gauge-card", "new": false, "repository_manifest": {"name": "Canvas Gauge Card", "render_readme": true, "filename": "canvas-gauge-card.js"}, "selected_tag": null, "show_beta": false, "stars": 93, "topics": [], "version_installed": null, "last_fetched": 1643571254.972681}, "141952963": {"authors": [], "category": "plugin", "description": "A custom component for displaying sensor values as cards or elements", "domain": "", "downloads": 0, "etag_repository": "W/\"d86d5a2adfe2ab0d087dd8645983300273a61cb1b6a774405d108f082ca3f43b\"", "full_name": "custom-cards/circle-sensor-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4964b06", "last_release_tag": "1.2.2", "last_updated": "2021-09-04T21:10:47Z", "name": "circle-sensor-card", "new": false, "repository_manifest": {"name": "Circle Sensor Card", "homeassistant": "2020.12.0", "content_in_root": true, "filename": "circle-sensor-card.js"}, "selected_tag": null, "show_beta": false, "stars": 125, "topics": [], "version_installed": null, "last_fetched": 1641895748.641069}, "180000010": {"authors": [], "category": "plugin", "description": null, "domain": "", "downloads": 2433, "etag_repository": "W/\"49594f479ba7317ec8a53a010ace9988e4c0f78a1d12019082122abd26b9ced5\"", "full_name": "custom-cards/cover-element", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "495f600", "last_release_tag": "0.3.0", "last_updated": "2019-06-03T04:34:16Z", "name": "cover-element", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 15, "topics": [], "version_installed": null, "last_fetched": 1643571254.599618}, "188686483": {"authors": [], "category": "plugin", "description": "\ud83e\uddf9 Declutter your lovelace configuration with the help of this card", "domain": "", "downloads": 7731, "etag_repository": "W/\"bd0455fa3125f0fd99c13b7e352b731de528dc6941fd344282b5bb8154043aa7\"", "full_name": "custom-cards/decluttering-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "0e86dec", "last_release_tag": "0.6.3", "last_updated": "2021-08-11T01:21:07Z", "name": "decluttering-card", "new": false, "repository_manifest": {"name": "Decluttering Card", "render_readme": true, "filename": "decluttering-card.js"}, "selected_tag": null, "show_beta": false, "stars": 169, "topics": ["custom-cards", "home-assistant", "homeassistant", "lovelace"], "version_installed": null, "last_fetched": 1643571255.112433}, "143762825": {"authors": [], "category": "plugin", "description": "Dual gauge custom card for Lovelace in Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"eaaa398fe0ae09c9fd25fac4c38fc345cd59a01bff31d4cd961a585cff0226d2\"", "full_name": "custom-cards/dual-gauge-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2a33450", "last_release_tag": "0.5.3", "last_updated": "2021-09-05T15:48:58Z", "name": "dual-gauge-card", "new": false, "repository_manifest": {"name": "Dual gauge card", "filename": "dual-gauge-card.js", "content_in_root": true}, "selected_tag": null, "show_beta": false, "stars": 109, "topics": [], "version_installed": null, "last_fetched": 1642184400.366903}, "187245461": {"authors": [], "category": "plugin", "description": "Entity Attributes", "domain": "", "downloads": 0, "etag_repository": "W/\"4a2f0982b577231d5a80721e08603a63e5b352be222011a2108a29e297cc85b4\"", "full_name": "custom-cards/entity-attributes-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9530504", "last_release_tag": "0.1.2", "last_updated": "2021-06-05T21:05:54Z", "name": "entity-attributes-card", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 50, "topics": [], "version_installed": null, "last_fetched": 1642094183.215312}, "144902010": {"authors": [], "category": "plugin", "description": "Adds ext weblink with icon to picture-elements or entity cards", "domain": "", "downloads": 0, "etag_repository": "W/\"ca949f925b7434d06ae1c97c97fd8694f0659bd9d85dbe7e77edd92c3ad9b1c6\"", "full_name": "custom-cards/ext-weblink", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "ce143ab", "last_release_tag": "0.3.2", "last_updated": "2021-06-05T21:08:45Z", "name": "ext-weblink", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 14, "topics": [], "version_installed": null}, "187245495": {"authors": [], "category": "plugin", "description": null, "domain": "", "downloads": 0, "etag_repository": "W/\"27eee16b92a476bc9c4e0a76ed094c031f4cec298b3e5dce724d81c64a9f3062\"", "full_name": "custom-cards/gauge-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "bbe2d01", "last_release_tag": "0.2.2", "last_updated": "2021-06-05T21:08:30Z", "name": "gauge-card", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 20, "topics": [], "version_installed": null, "last_fetched": 1642851251.030556}, "187245511": {"authors": [], "category": "plugin", "description": null, "domain": "", "downloads": 0, "etag_repository": "W/\"e55288664e38cc5029e35d0f267768e52ef1b1d5646d08389c294c4437f72c4b\"", "full_name": "custom-cards/group-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a5e69ab", "last_release_tag": "0.0.6", "last_updated": "2021-06-12T14:19:18Z", "name": "group-card", "new": false, "repository_manifest": {"name": "group-card", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 20, "topics": [], "version_installed": null, "last_fetched": 1642851251.90855}, "179491130": {"authors": [], "category": "plugin", "description": "A group element for picture-elements with dynamic toggle capability", "domain": "", "downloads": 1331, "etag_repository": "W/\"f280bd7ea45024ad9ec4e719941a0745efefef5c9bc102c0f2c3fd8779a1b4bb\"", "full_name": "custom-cards/group-element", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "04ad4c4", "last_release_tag": "0.6.0", "last_updated": "2020-08-22T03:29:44Z", "name": "group-element", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 47, "topics": [], "version_installed": null, "last_fetched": 1643571255.196892}, "151318225": {"authors": [], "category": "plugin", "description": "Entity row for lights with sliders for adjusting different values based on features", "domain": "", "downloads": 0, "etag_repository": "W/\"a9273441a7b7cfc852cfe71542e2a9676fa6ac9a769fcfbe5062f2a85e1517e4\"", "full_name": "custom-cards/light-entity-row", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5b3c904", "last_release_tag": "v0.2.3", "last_updated": "2021-10-20T09:53:08Z", "name": "light-entity-row", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 41, "topics": [], "version_installed": null, "last_fetched": 1642430731.557151}, "156292058": {"authors": [], "category": "plugin", "description": "Highly Flexible Lovelace Card - arbitrary contents/columns/rows, regex matched, perfect to show appdaemon created content and anything breaking out of the entity_id + attributes concept", "domain": null, "downloads": 0, "etag_repository": "W/\"5b075e2e92025a8444c6bca7c82cd446a29fccad4aa4cc3425addba4f0c5ecc4\"", "full_name": "custom-cards/flex-table-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "cb682d1", "last_release_tag": null, "last_updated": "2022-01-26T14:36:09Z", "name": "flex-table-card", "new": false, "repository_manifest": {"name": "Flex Table - Highly customizable, Data visualization", "content_in_root": true, "filename": "flex-table-card.js"}, "selected_tag": null, "show_beta": false, "stars": 100, "topics": ["data-table", "data-visualization", "flexible-table", "high-configurability", "home-automation", "homeassistant", "javascript", "lovelace", "single-file", "table-visualization"], "version_installed": null, "last_fetched": 1643545555.733973}, "196250835": {"authors": [], "category": "plugin", "description": "Show a notification count badge.", "domain": "", "downloads": 0, "etag_repository": "W/\"d213af345d7db9a27bf2ea2ef25e79dacf6f26855b19ff112041253ea4759902\"", "full_name": "custom-cards/favicon-counter", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1611db6", "last_release_tag": "1.0.0", "last_updated": "2019-12-25T19:05:15Z", "name": "favicon-counter", "new": false, "repository_manifest": {"name": "Favicon counter", "filename": "favicon-counter.js"}, "selected_tag": null, "show_beta": false, "stars": 15, "topics": [], "version_installed": null}, "196132939": {"authors": [], "category": "plugin", "description": "Displays a card showing Nintendo Switch games that are on sale from your wish list.", "domain": "", "downloads": 0, "etag_repository": "W/\"034ab46d653b6c33997df4061f06607ad92366356e79857a721e2f70e90cf082\"", "full_name": "custom-cards/nintendo-wishlist-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "33bba15", "last_release_tag": "v2.2.0", "last_updated": "2021-03-04T02:29:13Z", "name": "nintendo-wishlist-card", "new": false, "repository_manifest": {"homeassistant": "0.106.0", "name": "Nintendo Wishlist Card", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": ["home-assistant", "lovelace-ui"], "version_installed": null}, "165156754": {"authors": [], "category": "plugin", "description": "\ud83d\udcb5 Personal Capital Card", "domain": "", "downloads": 0, "etag_repository": "W/\"31c9d4d4d0a5ac723c5fb3d0d983c755fd064c9fe54e127ef6541b6187fd22b0\"", "full_name": "custom-cards/pc-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "033af45", "last_release_tag": "v0.0.3", "last_updated": "2019-10-21T03:36:31Z", "name": "pc-card", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": [], "version_installed": null}, "187247927": {"authors": [], "category": "plugin", "description": null, "domain": "", "downloads": 0, "etag_repository": "W/\"4f60682f70dde07ed3cbc36cbb956747ff96c10800d906e30fb487a141e77721\"", "full_name": "custom-cards/plan-coordinates", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "428ce44", "last_release_tag": "0.1.1", "last_updated": "2021-06-05T21:07:14Z", "name": "plan-coordinates", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 26, "topics": [], "version_installed": null}, "159711605": {"authors": [], "category": "plugin", "description": "Custom entity row for HomeAssistant, providing additional types of data to be displayed in the secondary info area of the Lovelace Entities card", "domain": "", "downloads": 0, "etag_repository": "W/\"e2b2d4fb5748d4f6cd507f5ba8f9f74cca791b63f90aac36753ad8df4101505d\"", "full_name": "custom-cards/secondaryinfo-entity-row", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2ea0f5d", "last_release_tag": "5.0", "last_updated": "2021-06-05T21:12:36Z", "name": "secondaryinfo-entity-row", "new": false, "repository_manifest": {"name": "Secondaryinfo Entity Row", "content_in_root": true, "filename": "secondaryinfo-entity-row.js", "render_readme": true, "homeassistant": "0.88"}, "selected_tag": null, "show_beta": false, "stars": 139, "topics": [], "version_installed": null, "last_fetched": 1642851255.330637}, "146335411": {"authors": [], "category": "plugin", "description": "Custom card for the RMV component.", "domain": "", "downloads": 0, "etag_repository": "W/\"aed6017426e745036438ee6292e92d9f6eed060f0b5cf0dde345c1000c233dcf\"", "full_name": "custom-cards/rmv-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "fcfae8e", "last_release_tag": null, "last_updated": "2020-07-08T15:41:50Z", "name": "rmv-card", "new": false, "repository_manifest": {"name": "RMV Card", "content_in_root": true, "filename": "rmv-card.js"}, "selected_tag": null, "show_beta": false, "stars": 10, "topics": [], "version_installed": null, "last_fetched": 1642184408.432934}, "173955605": {"authors": [], "category": "plugin", "description": "Spotify playlist card for Home Assistant card", "domain": "", "downloads": 0, "etag_repository": "W/\"fb7b7586f33c123b0a687411d89143aa3ae94d39ab2335fdf999485a80d9aa53\"", "full_name": "custom-cards/spotify-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4297715", "last_release_tag": "v2.4.0", "last_updated": "2022-01-13T13:27:21Z", "name": "spotify-card", "new": false, "repository_manifest": {"name": "Spotify Lovelace Card", "render_readme": true, "filename": "spotify-card.js"}, "selected_tag": null, "show_beta": false, "stars": 234, "topics": [], "version_installed": null, "last_fetched": 1643571255.911267}, "248954055": {"authors": [], "category": "plugin", "description": "\ud83d\udee0 group multiple cards into one card without the borders", "domain": "", "downloads": 0, "etag_repository": "W/\"c53ab06284eb34beaf2e41a60b12dc3e9171d32fc9492347e03fd632222476ff\"", "full_name": "custom-cards/stack-in-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6d8401d", "last_release_tag": "0.2.0", "last_updated": "2021-09-02T08:20:44Z", "name": "stack-in-card", "new": false, "repository_manifest": {"name": "Stack In Card", "render_readme": true, "filename": "stack-in-card.js"}, "selected_tag": null, "show_beta": false, "stars": 94, "topics": [], "version_installed": null, "last_fetched": 1642851258.621061}, "142038085": {"authors": [], "category": "plugin", "description": "Give you the specified attribute of an entity", "domain": "", "downloads": 0, "etag_repository": "W/\"87b39249865fa32721730bcbb01e80fb8bccb39c6a4b4080b4e249806cab8505\"", "full_name": "custom-cards/state-attribute-element", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6e4da57", "last_release_tag": "0.4.0", "last_updated": "2020-02-29T16:14:12Z", "name": "state-attribute-element", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 22, "topics": [], "version_installed": null, "last_fetched": 1642004410.770395}, "142344403": {"authors": [], "category": "plugin", "description": "Give you the option to prefix the state-label with a formated string.", "domain": "", "downloads": 0, "etag_repository": "W/\"aef3f92198df3902138cf66fb65e9d09313f4647434c9bfa738d2ca2bf22149e\"", "full_name": "custom-cards/state-element", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f5f596a", "last_release_tag": "0.0.1", "last_updated": "2020-08-11T08:32:17Z", "name": "state-element", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 17, "topics": [], "version_installed": null, "last_fetched": 1643571255.535518}, "185304888": {"authors": [], "category": "plugin", "description": null, "domain": "", "downloads": 0, "etag_repository": "W/\"61aedf68e2d804c79f8fbb08f3789af599f239d9ccfc5415a72df9b0495e79c1\"", "full_name": "custom-cards/text-action-element", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "24dffd9", "last_release_tag": "0.1.0", "last_updated": "2019-06-03T04:44:08Z", "name": "text-action-element", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": [], "version_installed": null}, "141897999": {"authors": [], "category": "plugin", "description": "An element that can be used to show static text on the `picture-elements` card", "domain": "", "downloads": 0, "etag_repository": "W/\"8efbf1393fdcae4b5e2158f1b53bd674553016d06dd74943831d19deb24c363f\"", "full_name": "custom-cards/text-element", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "be4ea0f", "last_release_tag": "0.0.2", "last_updated": "2018-07-22T19:11:28Z", "name": "text-element", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 14, "topics": [], "version_installed": null, "last_fetched": 1643571255.633078}, "145143666": {"authors": [], "category": "plugin", "description": "Show the current logged in user.", "domain": "", "downloads": 0, "etag_repository": "W/\"32a79f051901d55034a0fd116d18e612fea86a59a7573a3f6be11e493c1b2de4\"", "full_name": "custom-cards/username-element", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "bfc0791", "last_release_tag": "0.0.1", "last_updated": "2021-06-05T21:07:05Z", "name": "username-element", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": [], "version_installed": null}, "146783593": {"authors": [], "category": "plugin", "description": "\ud83d\udcfa A card to display upcoming episodes and movies from services like: Plex, Kodi, Radarr, Sonarr, and Trakt.", "domain": "", "downloads": 0, "etag_repository": "W/\"bfc3b4b6bd2799ceab9ed057c07b7cf9f8bdd90a4fc2b0ae9f6e5805d68d020b\"", "full_name": "custom-cards/upcoming-media-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c0c83a1", "last_release_tag": "0.4.3", "last_updated": "2021-07-11T00:25:33Z", "name": "upcoming-media-card", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 160, "topics": [], "version_installed": null, "last_fetched": 1643571255.9652}, "147764937": {"authors": [], "category": "plugin", "description": "A custom component for displaying camera feeds in the style of a surveillance system.", "domain": "", "downloads": 0, "etag_repository": "W/\"b44fcc6a2d53292298bfe78a00bc5b586a68c6e723a080e7b81cc07b2209bfb3\"", "full_name": "custom-cards/surveillance-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "290acf7", "last_release_tag": "0.0.5", "last_updated": "2022-01-13T21:20:48Z", "name": "surveillance-card", "new": false, "repository_manifest": {"name": "surveillance-card", "content_in_root": true, "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 146, "topics": [], "version_installed": null, "last_fetched": 1643545555.766685}, "203294272": {"authors": [], "category": "plugin", "description": "All your unused entities in a list", "domain": "", "downloads": 0, "etag_repository": "W/\"29df501a32f9fbe5818962c9538c969551778294bbe7ba4e994fba03b9c7effa\"", "full_name": "custom-cards/unused-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "32a053e", "last_release_tag": "1.1", "last_updated": "2021-08-12T04:05:00Z", "name": "unused-card", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 23, "topics": [], "version_installed": null}, "192835334": {"authors": [], "category": "plugin", "description": "Home Assistant Lovelace card to lock entire cards behind passwords or prompts.", "domain": "", "downloads": 0, "etag_repository": "W/\"5792c656ce3a4dac0dd95cd6a482a6a0cea84a683f4a60bdf18f1c169e6de568\"", "full_name": "CyrisXD/love-lock-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c82e15d", "last_release_tag": null, "last_updated": "2022-01-17T23:16:50Z", "name": "love-lock-card", "new": false, "repository_manifest": {"name": "Lovelace Lock Card", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 95, "topics": [], "version_installed": null, "last_fetched": 1642520510.86734}, "254206234": {"authors": [], "category": "plugin", "description": "Home Assistant Lovelace custom card to use with Spain electricity hourly pricing (PVPC) integration", "domain": "", "downloads": 2477, "etag_repository": "W/\"36f4aba0c261585c89ef93d483a54554fbf9c8c75762fb6f39f7109b5053c414\"", "full_name": "danimart1991/pvpc-hourly-pricing-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "8d07f23", "last_release_tag": "1.5.1", "last_updated": "2021-10-26T08:56:57Z", "name": "pvpc-hourly-pricing-card", "new": false, "repository_manifest": {"name": "PVPC Hourly Pricing Card", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 50, "topics": ["esios", "graphics", "hacs", "home-assistant", "home-assistant-custom", "home-assistant-hacs", "home-automation", "lovelace", "lovelace-card", "lovelace-custom-card", "lovelace-ui", "pvpc", "ree"], "version_installed": null, "last_fetched": 1643571256.248662}, "296396632": {"authors": [], "category": "plugin", "description": "Lovelace card for listing departures from Rejseplanen sensors, in the style of S-Tog departure boards.", "domain": "", "downloads": 0, "etag_repository": "W/\"602d6041a65f49180257a59874b8c4f8603db7e30b36dd6e03cb60b24104fe0d\"", "full_name": "DarkFox/rejseplanen-stog-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "568114a", "last_release_tag": "1.5.0", "last_updated": "2021-08-12T21:33:55Z", "name": "rejseplanen-stog-card", "new": false, "repository_manifest": {"name": "Rejseplanen S-Tog Card", "country": ["DK"]}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["denmark", "hacs", "home-assistant", "lovelace-card", "lovelace-ui", "rejseplanen", "rejseplanen-sensors"], "version_installed": null}, "195497310": {"authors": [], "category": "plugin", "description": "Custom Animated Weather Card for any weather provider", "domain": "", "downloads": 0, "etag_repository": "W/\"a72483ccca41e91d31d13e31969ed428838f0b072a14a6a271dbf797c0ed087e\"", "full_name": "DavidFW1960/bom-weather-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "ab874c7", "last_release_tag": "0.91", "last_updated": "2022-01-28T03:32:56Z", "name": "bom-weather-card", "new": false, "repository_manifest": {"name": "Custom Animated Weather Card", "content_in_root": true, "filename": "bom-weather-card.js", "country": ["IT", "FR", "DE", "NL", "PL", "HE", "RU", "DA", "UA", "EN"]}, "selected_tag": null, "show_beta": false, "stars": 94, "topics": ["bom", "home-assistant", "home-automation", "homeassistant", "weather-forecast"], "version_installed": null, "last_fetched": 1643571256.310447}, "198066338": {"authors": [], "category": "plugin", "description": "Lovelace card for listing departures from Rejseplanen sensors", "domain": "", "downloads": 0, "etag_repository": "W/\"0207f155e5f45200428e9b4cbac8a1f842026d1d51a7618f2d2d0a74f3759d1b\"", "full_name": "DarkFox/rejseplanen-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5b6eed3", "last_release_tag": "1.5.4", "last_updated": "2021-08-11T08:32:56Z", "name": "rejseplanen-card", "new": false, "repository_manifest": {"name": "Rejseplanen Card", "country": ["DK"]}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["denmark", "hacs", "home-assistant", "lovelace-card", "lovelace-ui", "rejseplanen", "rejseplanen-card", "rejseplanen-sensors"], "version_installed": null}, "273007955": {"authors": [], "category": "plugin", "description": "Lovelace pie chart card that displays current energy usage", "domain": "", "downloads": 0, "etag_repository": "W/\"194ea82a8e02ed8639d583821b2ec65a0efd7a10032c540098de4f0602cc5f4f\"", "full_name": "DBa2016/power-usage-card-regex", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "cf6d4cd", "last_release_tag": null, "last_updated": "2021-06-24T17:07:11Z", "name": "power-usage-card-regex", "new": false, "repository_manifest": {"name": "Power Usage Card with Regular Expressions", "content_in_root": true, "filename": "power-usage-card-regex.js", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 7, "topics": ["homeassistant", "lovelace-custom-card", "power-usage"], "version_installed": null}, "231145540": {"authors": [], "category": "plugin", "description": "A card giving richer public transit display using NextBus sensors.", "domain": "", "downloads": 0, "etag_repository": "W/\"f072ad6dcdd3a7e4ee3f7230b3a89fae834d53ec5c05909652afa7e96c0aa419\"", "full_name": "dcramer/lovelace-nextbus-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4f69bcb", "last_release_tag": "0.2.0", "last_updated": "2021-08-11T20:36:30Z", "name": "lovelace-nextbus-card", "new": false, "repository_manifest": {"name": "NextBus Card", "render_readme": true, "filename": "nextbus-card.js"}, "selected_tag": null, "show_beta": false, "stars": 7, "topics": ["hacs", "homeassistant", "lovelace-custom-card", "nextbus", "public-transit"], "version_installed": null}, "269011342": {"authors": [], "category": "plugin", "description": "Shutter card for Home Assistant Lovelace UI", "domain": "", "downloads": 0, "etag_repository": "W/\"86472f7d6fc3dd343780e85ef08eba7fc55e12955ca12a72b4d7d9d4f8152942\"", "full_name": "Deejayfool/hass-shutter-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7b2c711", "last_release_tag": "v1.3.0", "last_updated": "2021-11-16T22:54:27Z", "name": "hass-shutter-card", "new": false, "repository_manifest": {"name": "Shutter Card", "filename": "hass-shutter-card.js", "render_readme": true, "homeassistant": "2021.11.0"}, "selected_tag": null, "show_beta": false, "stars": 145, "topics": ["custom-cards", "hacs", "hassio", "home-assistant", "lovelace"], "version_installed": null, "last_fetched": 1643545555.858301}, "274738925": {"authors": [], "category": "plugin", "description": "Air Purifier card for Home Assistant Lovelace UI", "domain": "", "downloads": 2927, "etag_repository": "W/\"19dec665a9b1a2f6489e66fd5a9be8d934291c24d2b63d2d9443338417005153\"", "full_name": "denysdovhan/purifier-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7809eca", "last_release_tag": "v2.0.0", "last_updated": "2022-01-28T19:36:57Z", "name": "purifier-card", "new": false, "repository_manifest": {"name": "Purifier Card", "render_readme": true, "filename": "purifier-card.js"}, "selected_tag": null, "show_beta": false, "stars": 122, "topics": ["air-purifier", "custom-cards", "hacs", "hass", "home-assistant", "homeassistant", "lovelace", "purifier", "smart-home"], "version_installed": null, "last_fetched": 1643571256.537146}, "193262086": {"authors": [], "category": "plugin", "description": "Home assistant remote control", "domain": "", "downloads": 0, "etag_repository": "W/\"cc8680b011dfd896db7b36f6d419c1cf858bc8c496dddaa9b50665399ddb56d3\"", "full_name": "dimagoltsman/content-card-remote-control", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f4acaf4", "last_release_tag": null, "last_updated": "2020-09-27T22:35:55Z", "name": "content-card-remote-control", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": [], "version_installed": null}, "197929015": {"authors": [], "category": "plugin", "description": "Custom Lovelace card that displays ZHA network and device information", "domain": "", "downloads": 0, "etag_repository": "W/\"ce5adeca685e413778637681604f88398d720f141295291930ccff183e3eca0e\"", "full_name": "dmulcahey/zha-network-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b6b05fa", "last_release_tag": null, "last_updated": "2020-11-25T23:16:49Z", "name": "zha-network-card", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 66, "topics": [], "version_installed": null, "last_fetched": 1643571256.386886}, "261291295": {"authors": [], "category": "plugin", "description": "Vacuum cleaner card for Home Assistant Lovelace UI", "domain": null, "downloads": 0, "etag_repository": "W/\"890042e1b4c82e73ca1306814804e745160d4d630d3154daa48069e8b26d745c\"", "full_name": "denysdovhan/vacuum-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "8a241cf", "last_release_tag": "v2.2.5", "last_updated": "2022-01-25T00:31:56Z", "name": "vacuum-card", "new": false, "repository_manifest": {"name": "Vacuum Card", "render_readme": true, "filename": "vacuum-card.js"}, "selected_tag": null, "show_beta": false, "stars": 504, "topics": ["custom-cards", "hacs", "hass", "home-assistant", "homeassistant", "lovelace", "robot-vacuum", "vacuum"], "version_installed": null, "last_fetched": 1643545556.376485}, "263901624": {"authors": [], "category": "plugin", "description": "Generic Remote control card for HACS", "domain": null, "downloads": 0, "etag_repository": "W/\"ab3903cba24841ea6915d87fb05145e61226d1269a8ee761045803a678b5cf09\"", "full_name": "dimagoltsman/generic-remote-control-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "92bb62c", "last_release_tag": "0.2.5", "last_updated": "2022-01-29T10:30:37Z", "name": "generic-remote-control-card", "new": false, "repository_manifest": {"name": "Generic Remote Control Card", "description": "a remote control card that can be used with any HA service", "content_in_root": false, "filename": "generic-remote-control-card.js", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 45, "topics": [], "version_installed": null, "last_fetched": 1643545556.983797}, "265313034": {"authors": [], "category": "plugin", "description": "a refreshable picture card for HACS", "domain": "", "downloads": 0, "etag_repository": "W/\"60ba9e4e6835842057753caac0eb6e0bc6b5cb127786a636ff5039e17a337575\"", "full_name": "dimagoltsman/refreshable-picture-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7f02a56", "last_release_tag": "0.1.6", "last_updated": "2021-12-03T09:17:49Z", "name": "refreshable-picture-card", "new": false, "repository_manifest": {"name": "Refreshable picture card", "description": "a picture that can be loaded from url or entity attribute and refreshed every N seconds", "content_in_root": false, "filename": "refreshable-picture-card.js", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 13, "topics": [], "version_installed": null, "last_fetched": 1641217384.705725}, "157674859": {"authors": [], "category": "plugin", "description": "A Lovelace card showing air quality data from airvisual.com. Requires the AirVisual component.", "domain": "", "downloads": 0, "etag_repository": "W/\"ad230b82927a5524b26c8234af913e9eea9631849c9596ab89d988286b6cf556\"", "full_name": "dnguyen800/air-visual-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "afd7a87", "last_release_tag": "2.0.1", "last_updated": "2021-12-03T01:41:18Z", "name": "air-visual-card", "new": false, "repository_manifest": {"name": "Air Visual Card"}, "selected_tag": null, "show_beta": false, "stars": 68, "topics": ["air-quality", "air-visual", "home-assistant", "lovelace"], "version_installed": null, "last_fetched": 1643571256.919525}, "236664033": {"authors": [], "category": "plugin", "description": ":point_up_2: Swipe Glance Card", "domain": "", "downloads": 0, "etag_repository": "W/\"f7f26273e0f631e4d3e3903469ffc0c68b23f4d038f78eb1b111f502d3b2831f\"", "full_name": "dooz127/swipe-glance-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9b4f41a", "last_release_tag": "0.3", "last_updated": "2021-08-11T22:48:45Z", "name": "swipe-glance-card", "new": false, "repository_manifest": {"name": "Swipe Glance Card", "render_readme": true, "filename": "swipe-glance-card.js"}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": ["automation", "custom-cards", "hass", "home-assistant", "homeassistant", "lovelace"], "version_installed": null}, "260597137": {"authors": [], "category": "plugin", "description": "\u7528\u4e8eLovelace\u7684\u5c0f\u7c73\u7a7a\u6c14\u51c0\u5316\u5668\u5361\u7247", "domain": "", "downloads": 0, "etag_repository": "W/\"075bcd8ee0ea615f4674939b08ecb1ccf729392feb141ed07884ca121edc4b86\"", "full_name": "fineemb/lovelace-air-filter-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a20f6b2", "last_release_tag": "v1.1.3", "last_updated": "2021-09-13T17:10:23Z", "name": "lovelace-air-filter-card", "new": false, "repository_manifest": {"name": "Air Purifier Card", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 13, "topics": [], "version_installed": null}, "247134044": {"authors": [], "category": "plugin", "description": "A simple lovelace multiline text input card", "domain": "", "downloads": 0, "etag_repository": "W/\"db6335f5c5e49247a555a6629b47f7bbc02f28f395eed1a415dcd06b13ceb8c2\"", "full_name": "faeibson/lovelace-multiline-text-input-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7b5040b", "last_release_tag": "1.0.4", "last_updated": "2020-10-15T00:16:17Z", "name": "lovelace-multiline-text-input-card", "new": false, "repository_manifest": {"name": "Multiline Text Input Card", "render_readme": false}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": ["home-assistant", "home-assistant-frontend", "lovelace", "lovelace-card", "lovelace-ui", "multiline", "text-input"], "version_installed": null, "last_fetched": 1642430751.060108}, "307058107": {"authors": [], "category": "plugin", "description": "\u8f66\u8f86\u4eea\u8868\u76d8", "domain": "", "downloads": 0, "etag_repository": "W/\"2544289ec2bfb4dd4fe67da3a14fa0738d3694391a67db5c5d4f5a2618b2129e\"", "full_name": "fineemb/lovelace-car-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a28bca5", "last_release_tag": null, "last_updated": "2020-11-01T23:45:40Z", "name": "lovelace-car-card", "new": false, "repository_manifest": {"name": "Car card", "render_readme": true, "country": ["CN"]}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["car", "hacs", "hass", "lovelace", "lovelace-custom-card", "lynkco"], "version_installed": null, "last_fetched": 1642851273.180509}, "286408741": {"authors": [], "category": "plugin", "description": "A Lovelace card to display Norwegian mail delivery days", "domain": "", "downloads": 1084, "etag_repository": "W/\"0467bc0a8b50ba2714978be3a5fd98815de27d47980f6e086025bc4a9d6fa8bc\"", "full_name": "ezand/lovelace-posten-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3a00f67", "last_release_tag": "1.0.1", "last_updated": "2021-08-12T20:35:21Z", "name": "lovelace-posten-card", "new": false, "repository_manifest": {"name": "Posten Card", "render_readme": true, "filename": "posten-card.js", "country": ["NO"]}, "selected_tag": null, "show_beta": false, "stars": 13, "topics": ["home-assistant", "lovelace-card", "mail-delivery"], "version_installed": null, "last_fetched": 1643571257.298487}, "259784620": {"authors": [], "category": "plugin", "description": "\u590d\u523b\u5b98\u65b9Lovelace\u5730\u56fe\u5361\u7247,\u57fa\u4e8e\u9ad8\u5fb7\u5730\u56fe", "domain": "", "downloads": 0, "etag_repository": "W/\"fbeb8bfee8584e4143adfbd65499ec2193331465c0eebc505ee932c7df4ecbe9\"", "full_name": "fineemb/lovelace-cn-map-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "fce3dbf", "last_release_tag": "v1.2.7", "last_updated": "2020-10-26T06:35:55Z", "name": "lovelace-cn-map-card", "new": false, "repository_manifest": {"name": "Gaode Map card", "render_readme": true, "country": ["CN"]}, "selected_tag": null, "show_beta": false, "stars": 31, "topics": [], "version_installed": null, "last_fetched": 1643571257.389109}, "291480917": {"authors": [], "category": "plugin", "description": "\u8fd9\u662f\u4e00\u4e2a\u9002\u7528\u4e8e\u5f69\u4e91\u5929\u6c14\u96c6\u6210\u7684Lovelace\u5361\u7247", "domain": "", "downloads": 0, "etag_repository": "W/\"f856d3d1f949c329769595c344b7f5459355652219f6274ada54e844b8c09931\"", "full_name": "fineemb/lovelace-colorfulclouds-weather-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1910cb7", "last_release_tag": "v1.3.2", "last_updated": "2022-01-06T15:47:26Z", "name": "lovelace-colorfulclouds-weather-card", "new": false, "repository_manifest": {"name": "Colorfulclouds Weather Card", "render_readme": true, "filename": "colorfulclouds-weather-card.js", "country": ["CN"]}, "selected_tag": null, "show_beta": false, "stars": 18, "topics": ["lovelace-custom-card", "weather"], "version_installed": null, "last_fetched": 1642094184.714186}, "240906060": {"authors": [], "category": "plugin", "description": "\u6590\u8bafDC1\u6392\u63d2\u7684Lovelace\u5361\u7247", "domain": "", "downloads": 0, "etag_repository": "W/\"a02559ee163f878edc0e208d5a15967f1f74b984f29fce971901e78416c58a93\"", "full_name": "fineemb/lovelace-dc1-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4c2c109", "last_release_tag": "v1.2.0", "last_updated": "2020-08-26T08:19:40Z", "name": "lovelace-dc1-card", "new": false, "repository_manifest": {"name": "PHICOMM DC1 card", "render_readme": true, "country": ["CN"]}, "selected_tag": null, "show_beta": false, "stars": 17, "topics": [], "version_installed": null}, "214792276": {"authors": [], "category": "plugin", "description": "Xiaomi Smartmi Fan Lovelace card for HASS/Home Assistant.", "domain": "", "downloads": 0, "etag_repository": "W/\"558c08119f3b617d10d8903b7ce7da576ddcdc8be7b2d7421900c99822878e94\"", "full_name": "fineemb/lovelace-fan-xiaomi", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "54a9958", "last_release_tag": "v1.3.4", "last_updated": "2021-05-13T17:12:08Z", "name": "lovelace-fan-xiaomi", "new": false, "repository_manifest": {"name": "Xiaomi Fan Lovelace Card", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 36, "topics": [], "version_installed": null}, "237887092": {"authors": [], "category": "plugin", "description": "Thermostat Lovelace card", "domain": "", "downloads": 0, "etag_repository": "W/\"c912250356c6845ac64570a974f91a1885c435e94d0102d1906330e007c67081\"", "full_name": "fineemb/lovelace-thermostat-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f95cd32", "last_release_tag": "v1.3.0", "last_updated": "2020-11-23T15:27:28Z", "name": "lovelace-thermostat-card", "new": false, "repository_manifest": {"name": "Climate thermostat card", "render_readme": true, "filename": "main.js"}, "selected_tag": null, "show_beta": false, "stars": 66, "topics": [], "version_installed": null, "last_fetched": 1642430753.764389}, "250552447": {"authors": [], "category": "plugin", "description": "Provides a customizable button row for binary entities in Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"89d556071237538ab871cd456be7ca2640ab9366c1996c2372d08aad46b90930\"", "full_name": "finity69x2/binary-control-button-row", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "ed9d1bd", "last_release_tag": "1.7", "last_updated": "2021-06-05T12:09:32Z", "name": "binary-control-button-row", "new": false, "repository_manifest": {"name": "Binary Control Button Row", "filename": "binary-control-button-row.js"}, "selected_tag": null, "show_beta": false, "stars": 16, "topics": [], "version_installed": null}, "191663150": {"authors": [], "category": "plugin", "description": "Provides a means to show a compact graphical control row for 2 or 3 speed fans in Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"ac3481d7dcafdd53963e5fc7b0858ffe7ff50987a8f1f4ad58456717e8bf7841\"", "full_name": "finity69x2/fan-control-entity-row", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e4d1e91", "last_release_tag": "2.2", "last_updated": "2021-06-05T12:04:09Z", "name": "fan-control-entity-row", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 55, "topics": [], "version_installed": null}, "287409957": {"authors": [], "category": "plugin", "description": "button row for controlling open/close covers in Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"65c1028268517ce660410e76bbd074d46e8dfd22f5d2fbd16e15448c94210f20\"", "full_name": "finity69x2/cover-control-button-row", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "dff851f", "last_release_tag": "1.4", "last_updated": "2021-07-29T21:53:08Z", "name": "cover-control-button-row", "new": false, "repository_manifest": {"name": "Cover Control Button Row", "filename": "cover-control-button-row.js"}, "selected_tag": null, "show_beta": false, "stars": 10, "topics": ["cover", "lovelace-ui", "plugin"], "version_installed": null, "last_fetched": 1641587896.016816}, "286860710": {"authors": [], "category": "plugin", "description": "pluig-in for Home Assistant that provides an easy means set 3 fixed positions for a programmable cover entity.", "domain": "", "downloads": 0, "etag_repository": "W/\"04435ef1c6d405e987371f257801d69ea4facfdb554119435f59571b45b01559\"", "full_name": "finity69x2/cover-position-preset-row", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "0784c07", "last_release_tag": "1.4", "last_updated": "2021-07-29T21:44:05Z", "name": "cover-position-preset-row", "new": false, "repository_manifest": {"name": "Cover Position Preset Row", "filename": "cover-position-preset-row.js"}, "selected_tag": null, "show_beta": false, "stars": 12, "topics": ["cover", "lovelace-custom-card", "plugin"], "version_installed": null}, "226862969": {"authors": [], "category": "plugin", "description": "Provides a means to program 3 preset brightness settings for dimmable lights in Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"e7bea0388fdf9d1eebb4783e0945a865a2234944d2fc57bc766c314577b17ae2\"", "full_name": "finity69x2/light-brightness-preset-row", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "df6810d", "last_release_tag": "2.1", "last_updated": "2021-12-13T04:02:13Z", "name": "light-brightness-preset-row", "new": false, "repository_manifest": {"name": "Light Brightness Preset Row", "filename": "light-brightness-preset-row.js"}, "selected_tag": null, "show_beta": false, "stars": 19, "topics": [], "version_installed": null, "last_fetched": 1643571257.824531}, "245239101": {"authors": [], "category": "plugin", "description": "Allows preloading of Lovelace cards as a work around for changes in Home Assistant 0.107", "domain": "", "downloads": 0, "etag_repository": "W/\"c283b069259438fad8ceaf5e294767c7ea06e9962e33018045fd13b3f6b8debd\"", "full_name": "gadgetchnnel/lovelace-card-preloader", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "49e93da", "last_release_tag": "0.0.5", "last_updated": "2021-04-30T16:48:45Z", "name": "lovelace-card-preloader", "new": false, "repository_manifest": {"name": "Lovelace Card Preloader", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 19, "topics": [], "version_installed": null}, "182113743": {"authors": [], "category": "plugin", "description": "A custom Lovelace text input row for use in entities cards", "domain": "", "downloads": 0, "etag_repository": "W/\"04d0b71f139b7f329dab33d54a018623f75e5acc7b6bc63cb75f71229d444c64\"", "full_name": "gadgetchnnel/lovelace-text-input-row", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2b1e1ff", "last_release_tag": "v0.0.8", "last_updated": "2020-08-18T05:04:31Z", "name": "lovelace-text-input-row", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 22, "topics": [], "version_installed": null, "last_fetched": 1642851279.347631}, "184333163": {"authors": [], "category": "plugin", "description": "Custom Lovelace card which allows Jinja2 templates to be applied to other cards", "domain": "", "downloads": 0, "etag_repository": "W/\"4f10e7fd36f630773b6aad50762105b1516829de3da77c3ed7d1e5883c8218a9\"", "full_name": "gadgetchnnel/lovelace-card-templater", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b7161d5", "last_release_tag": "0.0.17", "last_updated": "2022-01-26T16:33:55Z", "name": "lovelace-card-templater", "new": false, "repository_manifest": {"name": "Lovelace Card Templater", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 70, "topics": [], "version_installed": null, "last_fetched": 1643571258.004218}, "250865851": {"authors": [], "category": "plugin", "description": "\ud83d\udcc2 Folder Card for Home Assistant's Lovelace UI", "domain": "", "downloads": 0, "etag_repository": "W/\"5e49983c3cf21457c46edc8e9da11291f3aecce05472a5180fb46cfe3dd7afad\"", "full_name": "GeorgeSG/lovelace-folder-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "da75f81", "last_release_tag": "0.4.0", "last_updated": "2021-08-12T05:08:36Z", "name": "lovelace-folder-card", "new": false, "repository_manifest": {"name": "Folder Card", "render_readme": true, "filename": "folder-card.js"}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["home-assistant", "homeassistant", "lovelace", "lovelace-card", "lovelace-custom-card"], "version_installed": null, "last_fetched": 1642430758.837678}, "174016256": {"authors": [], "category": "plugin", "description": "A custom Lovelace card for displaying a combination of persistent notifications, calendar events, and entities in the style of a feed.", "domain": "", "downloads": 0, "etag_repository": "W/\"d8601abc5034d49e3fe60f69798a776ae60679abeff5a7409686f63e66442042\"", "full_name": "gadgetchnnel/lovelace-home-feed-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c0fc43c", "last_release_tag": "0.6.3", "last_updated": "2021-11-15T07:58:31Z", "name": "lovelace-home-feed-card", "new": false, "repository_manifest": {"name": "Lovelace Home Feed Card", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 148, "topics": [], "version_installed": null, "last_fetched": 1641058170.612333}, "261262884": {"authors": [], "category": "plugin", "description": "\ud83d\udd70\ufe0f Time Picker Card for Home Assistant's Lovelace UI", "domain": "", "downloads": 4917, "etag_repository": "W/\"9392d4b303edd781dd59d733df139142e020d676454335b98f385b47b9c5f68f\"", "full_name": "GeorgeSG/lovelace-time-picker-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e5c16c2", "last_release_tag": "1.2.1", "last_updated": "2022-01-21T22:34:00Z", "name": "lovelace-time-picker-card", "new": false, "repository_manifest": {"name": "Time Picker Card", "render_readme": true, "filename": "time-picker-card.js"}, "selected_tag": null, "show_beta": false, "stars": 127, "topics": ["home-assistant", "homeassistant", "lovelace", "lovelace-card", "lovelace-custom-card"], "version_installed": null, "last_fetched": 1643571258.185397}, "160042309": {"authors": [], "category": "plugin", "description": "An intuitive way to represent the power and energy that your home is consuming or producing. (A custom card for the Lovelace UI of Home Assistant.)", "domain": "", "downloads": 0, "etag_repository": "W/\"a50936990f55a8c2649eb757d5b80be4cbd084dbe915ff3b5ef5f24c76e9bc8b\"", "full_name": "gurbyz/power-wheel-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d136d6d", "last_release_tag": "v0.1.5", "last_updated": "2020-12-18T12:01:38Z", "name": "power-wheel-card", "new": false, "repository_manifest": {"name": "Power wheel card"}, "selected_tag": null, "show_beta": false, "stars": 132, "topics": ["custom-card", "energy", "home-assistant", "lovelace-ui", "solar-panels"], "version_installed": null, "last_fetched": 1643571258.28203}, "220679143": {"authors": [], "category": "plugin", "description": "Lovelace Departure Card for the HASL Platform", "domain": "", "downloads": 0, "etag_repository": "W/\"5bd002adf74579a468e652e8002cb2b9e33af619a0d9d1862e76b733ff5bc1a7\"", "full_name": "hasl-sensor/lovelace-hasl-departure-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "029e094", "last_release_tag": "v2.5.0", "last_updated": "2022-01-08T23:27:15Z", "name": "lovelace-hasl-departure-card", "new": false, "repository_manifest": {"name": "HASL Departure Card", "content_in_root": false, "render_readme": false, "filename": "hasl-departure-card.js", "homeassistant": "0.92", "zip_release": false}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": ["departures", "hasl", "sl", "stockholms-lokaltrafik"], "version_installed": null, "last_fetched": 1641895781.615156}, "220679530": {"authors": [], "category": "plugin", "description": "Lovelace Traffic Status Card for the HASL Platform", "domain": "", "downloads": 0, "etag_repository": "W/\"287db3f3718be02514d2e7959c933de3d9fc18910396cf456ae5591824beed85\"", "full_name": "hasl-sensor/lovelace-hasl-traffic-status-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "fdf9915", "last_release_tag": "v2.3.1", "last_updated": "2020-03-04T12:20:16Z", "name": "lovelace-hasl-traffic-status-card", "new": false, "repository_manifest": {"name": "HASL Traffic Status Card", "content_in_root": false, "render_readme": false, "filename": "hasl-traffic-status-card.js", "homeassistant": "0.92", "zip_release": false}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["hasl", "sl", "stockholms-lokaltrafik", "traffic-status"], "version_installed": null}, "304967918": {"authors": [], "category": "plugin", "description": "Replace input_number sliders with plus and minus buttons", "domain": "", "downloads": 0, "etag_repository": "W/\"01f7cbb8f1568748d951821553bc7a0fd18823c0aa1114ea2afdd1f1755bacf7\"", "full_name": "htmltiger/numberbox-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "09a2646", "last_release_tag": "3.3", "last_updated": "2022-01-01T17:31:32Z", "name": "numberbox-card", "new": false, "repository_manifest": {"name": "Number Box", "filename": "numberbox-card.js", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 45, "topics": ["hacs", "home-assistant", "input", "lovelace", "lovelace-card", "lovelace-cards", "lovelace-custom-card", "lovelace-ui", "number", "numberbox-card", "slider"], "version_installed": null, "last_fetched": 1642851284.44118}, "145142810": {"authors": [], "category": "plugin", "description": "\ud83d\udce6 Aftership Card for package tracking", "domain": null, "downloads": 0, "etag_repository": "W/\"b4224e384df0e53e864d0f89b89209cf42170e1a9aac7180e5ce00a0ca0036be\"", "full_name": "iantrich/aftership-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3fb1033", "last_release_tag": "1.2.2", "last_updated": "2021-08-11T00:00:14Z", "name": "aftership-card", "new": false, "repository_manifest": {"name": "Aftership Card", "render_readme": true, "filename": "aftership-card.js"}, "selected_tag": null, "show_beta": false, "stars": 40, "topics": [], "version_installed": null, "last_fetched": 1643545557.505481}, "172177543": {"authors": [], "category": "plugin", "description": "\ud83d\udcdd Templatable Lovelace Configurations", "domain": "", "downloads": 6885, "etag_repository": "W/\"f0b41b5f0da58b96077417a7c86393a6b74bcbed7342b82ff18134f9490c33c6\"", "full_name": "iantrich/config-template-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d7bedfe", "last_release_tag": "1.3.6", "last_updated": "2021-10-06T03:36:41Z", "name": "config-template-card", "new": false, "repository_manifest": {"name": "Config Template Card", "render_readme": true, "homeassistant": "0.110.0"}, "selected_tag": null, "show_beta": false, "stars": 221, "topics": [], "version_installed": null, "last_fetched": 1643571258.590069}, "175927964": {"authors": [], "category": "plugin", "description": "\ud83c\udfa7 Podcast Player Card", "domain": "", "downloads": 0, "etag_repository": "W/\"739ace3027accc781d0077f47d0c969e3e03811aa25d983a9c85998ef77dc859\"", "full_name": "iantrich/podcast-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1dd0645", "last_release_tag": "1.0.9", "last_updated": "2021-08-11T16:06:20Z", "name": "podcast-card", "new": false, "repository_manifest": {"name": "Podcast Card", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 21, "topics": [], "version_installed": null}, "215633404": {"authors": [], "category": "plugin", "description": "\ud83d\udd12 Apply restrictions to Lovelace cards", "domain": "", "downloads": 2337, "etag_repository": "W/\"6ab775e976f6ab9ce868c33664f4fada9b3dacc339967f8462a2aa241713e4f5\"", "full_name": "iantrich/restriction-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "55732c0", "last_release_tag": "1.2.7", "last_updated": "2021-12-17T16:38:44Z", "name": "restriction-card", "new": false, "repository_manifest": {"name": "Restriction Card", "render_readme": true, "homeassistant": "0.110.0"}, "selected_tag": null, "show_beta": false, "stars": 135, "topics": ["custom-card", "home-assistant", "lovelace", "security"], "version_installed": null, "last_fetched": 1643571258.749342}, "164367214": {"authors": [], "category": "plugin", "description": "\ud83d\udcfa Roku Remote Card", "domain": "", "downloads": 2081, "etag_repository": "W/\"02360b373eb01e4a7f29e255bf6964d3527df6296165f8afeb7fc1b8def9c8af\"", "full_name": "iantrich/roku-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4cb653a", "last_release_tag": "1.2.4", "last_updated": "2021-12-17T16:27:36Z", "name": "roku-card", "new": false, "repository_manifest": {"name": "Roku Card", "render_readme": true, "homeassistant": "0.110.0"}, "selected_tag": null, "show_beta": false, "stars": 83, "topics": ["custom-card", "home-assistant", "lovelace", "roku"], "version_installed": null, "last_fetched": 1643571258.8153}, "179788256": {"authors": [], "category": "plugin", "description": "\ud83d\uddc2 Text Divider Row", "domain": "", "downloads": 0, "etag_repository": "W/\"7782c3003421741167de65ce0ae4561ef5db4855a2e7d52849a124faa7a112de\"", "full_name": "iantrich/text-divider-row", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d8e7915", "last_release_tag": "1.4.1", "last_updated": "2021-12-17T16:35:28Z", "name": "text-divider-row", "new": false, "repository_manifest": {"name": "Text Divider Row", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 49, "topics": ["homeassistant", "lovelace"], "version_installed": null, "last_fetched": 1642851286.047456}, "181124811": {"authors": [], "category": "plugin", "description": "\u2b55 Radial Menu Element", "domain": "", "downloads": 1745, "etag_repository": "W/\"7861d7d9abfc60c3e5019c6aa6b5aa6535b34c30d13d2599e1549618cadd1197\"", "full_name": "iantrich/radial-menu", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "688e6c9", "last_release_tag": "1.6.0", "last_updated": "2020-06-30T03:42:08Z", "name": "radial-menu", "new": false, "repository_manifest": {"name": "Radial Menu Element", "render_readme": true, "homeassistant": "0.110.0"}, "selected_tag": null, "show_beta": false, "stars": 54, "topics": [], "version_installed": null, "last_fetched": 1643571258.687765}, "194824532": {"authors": [], "category": "plugin", "description": "Weather Card with animated icons for Home Assistant Lovelace adapted to display all informations from M\u00e9t\u00e9o France integration", "domain": "", "downloads": 0, "etag_repository": "W/\"2d20ed0c7a875d5efc24a257d2df79818978657e0f526066cea5b96b3ae19c86\"", "full_name": "Imbuzi/meteo-france-weather-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "79d0464", "last_release_tag": "v1.13", "last_updated": "2021-03-07T18:12:04Z", "name": "meteo-france-weather-card", "new": false, "repository_manifest": {"name": "M\u00e9t\u00e9o France Weather Card", "country": ["FR"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 19, "topics": ["animated-icons", "home-assistant", "lovelace-card", "meteo-france", "weather"], "version_installed": null, "last_fetched": 1641587907.383895}, "273405252": {"authors": [], "category": "plugin", "description": "A Lightning Detection Display Card for Home Assistant Lovelace", "domain": "", "downloads": 0, "etag_repository": "W/\"d760ab1000312a3f2d2b2473edfe3531b2a058a1325810e86f117b287fbe4beb\"", "full_name": "ironsheep/lovelace-lightning-detector-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e017e81", "last_release_tag": "v1.0.3", "last_updated": "2021-08-12T15:08:48Z", "name": "lovelace-lightning-detector-card", "new": false, "repository_manifest": {"name": "Lightning Detector Card", "render_readme": false, "filename": "lightning-detector-card.js"}, "selected_tag": null, "show_beta": false, "stars": 14, "topics": ["as3935", "hassio", "home-assistant", "home-assistant-custom", "homeassistant", "lovelace-card", "lovelace-custom-card"], "version_installed": null}, "231015759": {"authors": [], "category": "plugin", "description": "Xiaomi Smartmi Fan Lovelace card with CSS fan animation", "domain": "", "downloads": 0, "etag_repository": "W/\"33b294106745b56f2f54008a153aab7bf5ec5ba700151b4d6d08ddfc42a77025\"", "full_name": "ikaruswill/lovelace-fan-xiaomi", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5cb1b0a", "last_release_tag": "1.5.6", "last_updated": "2021-07-02T14:22:45Z", "name": "lovelace-fan-xiaomi", "new": false, "repository_manifest": {"name": "Xiaomi Smartmi Fan Card", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 42, "topics": ["custom-card", "hacs", "home-assistant", "lovelace", "xiaomi", "xiaomi-fan"], "version_installed": null}, "281214271": {"authors": [], "category": "plugin", "description": "A Raspberry Pi status display Card for Home Assistant Lovelace", "domain": "", "downloads": 12216, "etag_repository": "W/\"f3114cb7348fbe4fa4e48e0a7993b5e7721f9c2bb82db72dcb45b8ad8e20213d\"", "full_name": "ironsheep/lovelace-rpi-monitor-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "af733c0", "last_release_tag": "v1.2.5", "last_updated": "2021-12-03T01:43:41Z", "name": "lovelace-rpi-monitor-card", "new": false, "repository_manifest": {"name": "RPi Monitor Card", "render_readme": false, "filename": "rpi-monitor-card.js"}, "selected_tag": null, "show_beta": false, "stars": 76, "topics": ["hassio", "home-assistant", "home-assistant-custom", "homeassistant", "lovelace-card", "lovelace-custom-card", "raspberry-pi"], "version_installed": null, "last_fetched": 1643571259.242365}, "164887047": {"authors": [], "category": "plugin", "description": "A Lovelace custom card for custom component Krisinformation is Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"0de41a7104dc59fcc5940a7c5eface92b319f0eedd907b7927800a115485a484\"", "full_name": "isabellaalstrom/krisinfo-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "962f549", "last_release_tag": "v1.3.0", "last_updated": "2020-09-18T17:45:35Z", "name": "krisinfo-card", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 7, "topics": ["hacktoberfest"], "version_installed": null}, "195671060": {"authors": [], "category": "plugin", "description": "A card to track chores and tasks in Grocy.", "domain": null, "downloads": 0, "etag_repository": "W/\"3f57c10c2ec034146d622d7f96d61ae90be5734aa48aa29230da5bc344df940b\"", "full_name": "isabellaalstrom/lovelace-grocy-chores-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b80d58b", "last_release_tag": "v3.1.2", "last_updated": "2021-12-09T08:37:46Z", "name": "lovelace-grocy-chores-card", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 65, "topics": ["hacktoberfest"], "version_installed": null, "last_fetched": 1643545557.68274}, "237812136": {"authors": [], "category": "plugin", "description": "\u0418\u043a\u043e\u043d\u043a\u0438 \u042f\u043d\u0434\u0435\u043a\u0441 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432 \u0434\u043b\u044f Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"fb6640286619d7d6850e1f7265cc31224bfc603c93d2f4cbb0367df9eae6b787\"", "full_name": "iswitch/ha-yandex-icons", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "236a4ad", "last_release_tag": null, "last_updated": "2021-11-04T16:00:26Z", "name": "ha-yandex-icons", "new": false, "repository_manifest": {"name": "Yandex Icons", "filename": "yandex-icons.js", "render_readme": true, "country": ["RU"], "homeassistant": "0.110.0"}, "selected_tag": null, "show_beta": false, "stars": 40, "topics": ["home-assistant", "homeassistant", "icon-pack", "icons", "media-player", "yandex"], "version_installed": null, "last_fetched": 1642520512.412412}, "245159052": {"authors": [], "category": "plugin", "description": "\ud83d\udc24 Adds many useful extensions to lovelace, such as templating secondary info, stacking within a card and more!", "domain": "", "downloads": 0, "etag_repository": "W/\"5ace2c434583ff4101d6e298c3a63f5a32c36733dbe16304e6907a509c3b907f\"", "full_name": "jcwillox/lovelace-canary", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7bb346c", "last_release_tag": "0.3.4", "last_updated": "2021-06-04T10:43:19Z", "name": "lovelace-canary", "new": false, "repository_manifest": {"name": "Canary"}, "selected_tag": null, "show_beta": false, "stars": 28, "topics": ["canary-card", "extensions", "home-assistant", "lovelace"], "version_installed": null, "last_fetched": 1642274184.060109}, "244872232": {"authors": [], "category": "plugin", "description": "Adds highly configurable buttons that use actions and per-state styling.", "domain": null, "downloads": 0, "etag_repository": "W/\"a6e05034e88354c884b70fcd9494246d58afe9bc779e9062b923187e4f324761\"", "full_name": "jcwillox/lovelace-paper-buttons-row", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "89f168c", "last_release_tag": "1.0.0", "last_updated": "2022-01-21T02:33:13Z", "name": "lovelace-paper-buttons-row", "new": false, "repository_manifest": {"name": "Paper Buttons Row"}, "selected_tag": null, "show_beta": false, "stars": 117, "topics": ["actions", "buttons", "haptic", "home-assistant", "paper"], "version_installed": null, "last_fetched": 1643545557.871533}, "283578257": {"authors": [], "category": "plugin", "description": "A Lovelace Card for visualizing power distributions.", "domain": "", "downloads": 348, "etag_repository": "W/\"d7ccf59368393fecfb343f40a0c926846115b8884a76bdce932e9c8904f1229d\"", "full_name": "JonahKr/power-distribution-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f69a165", "last_release_tag": "v2.5.1", "last_updated": "2022-01-29T17:13:14Z", "name": "power-distribution-card", "new": false, "repository_manifest": {"name": "power-distribution-card", "render_readme": true, "content_in_root": false, "filename": "power-distribution-card.js"}, "selected_tag": null, "show_beta": false, "stars": 89, "topics": ["e3dc", "hacs", "homeassistant", "lovelace-card"], "version_installed": null, "last_fetched": 1643571259.579411}, "238802974": {"authors": [], "category": "plugin", "description": "HA Lovelace Card for iRobot Roomba Vacuum Cleaner leveraging the rest980 Docker Image", "domain": "", "downloads": 0, "etag_repository": "W/\"8ad53b0108ebab2d1bfa201586d5d25ea03b0f9c805686e0879f37dd3d31f810\"", "full_name": "jeremywillans/lovelace-roomba-vacuum-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "8a36879", "last_release_tag": "0.11", "last_updated": "2021-07-28T12:33:28Z", "name": "lovelace-roomba-vacuum-card", "new": false, "repository_manifest": {"name": "Roomba Vacuum Card", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 27, "topics": ["home-assistant", "home-assistant-frontend", "irobot", "irobot-roomba", "lovelace", "lovelace-custom-card", "lovelace-ui", "vacuum"], "version_installed": null, "last_fetched": 1643571259.440707}, "163446489": {"authors": [], "category": "plugin", "description": "Home Assistant Lovelace card card for the Entur public transport component.", "domain": "", "downloads": 0, "etag_repository": "W/\"e9eaad1b307854c4d9c99c5f72d71b3ed734d40a531099106a1c28cbc7cc5b70\"", "full_name": "jonkristian/entur-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "37b2a2e", "last_release_tag": null, "last_updated": "2022-01-27T09:42:11Z", "name": "entur-card", "new": false, "repository_manifest": {"name": "Entur Card", "render_readme": true, "filename": "entur-card.js"}, "selected_tag": null, "show_beta": false, "stars": 38, "topics": ["entur", "hacs", "home-assistant", "homeassistant", "lovelace", "transportation"], "version_installed": null, "last_fetched": 1643571259.759724}, "148520838": {"authors": [], "category": "plugin", "description": "Minimalistic media card for Home Assistant Lovelace UI", "domain": "", "downloads": 31036, "etag_repository": "W/\"1a9ae49309bb703956dee786c4e7d2349b7cd0be5af74a62bd58ce8885c39203\"", "full_name": "kalkih/mini-media-player", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e5ac7b5", "last_release_tag": "v1.15.0", "last_updated": "2022-01-19T15:20:59Z", "name": "mini-media-player", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 1033, "topics": ["automation", "custom", "hacktoberfest", "hassio", "home-assistant", "homeassistant", "lovelace", "lovelace-ui", "media-player", "sonos"], "version_installed": null, "last_fetched": 1643571259.724483}, "172998062": {"authors": [], "category": "plugin", "description": "Minimalistic weather card for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"a82b0f04aed413b730d2f50cd76d5153aeb305f3c57cf37959ebb3a9590eb77b\"", "full_name": "kalkih/simple-weather-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e9e34a8", "last_release_tag": "v0.8.2", "last_updated": "2021-05-01T09:46:48Z", "name": "simple-weather-card", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 174, "topics": ["home-assistant", "home-automation", "homeassistant", "lovelace", "weather"], "version_installed": null, "last_fetched": 1641895795.894226}, "292008305": {"authors": [], "category": "plugin", "description": "A Home Assistant card for Steam integrations", "domain": "", "downloads": 0, "etag_repository": "W/\"f07a34dad2fafa4b7c851b8360e879099349baaf0f70713c8a43064d93de7b1d\"", "full_name": "Kibibit/kb-steam-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e794375", "last_release_tag": "v1.1.1", "last_updated": "2021-01-10T17:01:30Z", "name": "kb-steam-card", "new": false, "repository_manifest": {"name": "Steam Card", "render_readme": true, "filename": "kb-steam-card.js"}, "selected_tag": null, "show_beta": false, "stars": 17, "topics": ["card", "hacs", "home-assistant", "steam"], "version_installed": null, "last_fetched": 1643545557.933353}, "276636213": {"authors": [], "category": "plugin", "description": "Cover card with homekit style vertical position slider (best with panel-mode but normal-mode works also)", "domain": "", "downloads": 4431, "etag_repository": "W/\"688a37de5f7e0a112ada3890962500013f86f6076a942a543d922baa334b72ff\"", "full_name": "konnectedvn/lovelace-vertical-slider-cover-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1b119b8", "last_release_tag": "v0.1.2", "last_updated": "2022-01-19T12:43:46Z", "name": "lovelace-vertical-slider-cover-card", "new": false, "repository_manifest": {"name": "Vertical Slider Cover Card", "render_readme": true, "filename": "vertical-slider-cover-card.js"}, "selected_tag": null, "show_beta": false, "stars": 31, "topics": ["card", "home-assistant", "lovelace"], "version_installed": null, "last_fetched": 1643571260.157959}, "290281267": {"authors": [], "category": "plugin", "description": "Make your Home Assistant browser fullscreen with one tap.", "domain": "", "downloads": 0, "etag_repository": "W/\"e7c061a5bc5f32d1918eb13bd773b7f16f30fcadd72674b26ac1b919a8a02809\"", "full_name": "KTibow/fullscreen-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f0b8016", "last_release_tag": "v0.7", "last_updated": "2021-12-30T17:18:35Z", "name": "fullscreen-card", "new": false, "repository_manifest": {"name": "Fullscreen Card", "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 19, "topics": ["card", "custom-card", "fullscreen", "hacktoberfest", "hacktoberfest2020", "hacs", "home-assistant", "homeassistant"], "version_installed": null, "last_fetched": 1641058185.651461}, "168570875": {"authors": [], "category": "plugin", "description": "fitbit-card for lovelace", "domain": "", "downloads": 0, "etag_repository": "W/\"a395e692cbf73cf10219b43ef9aca0aa0af7b0b18e3303876b33b39199aef483\"", "full_name": "ljmerza/fitbit-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9ead350", "last_release_tag": "1.1.1", "last_updated": "2020-07-10T20:55:32Z", "name": "fitbit-card", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 22, "topics": [], "version_installed": null, "last_fetched": 1642430776.097922}, "169783299": {"authors": [], "category": "plugin", "description": "Track your repo issues, starts, forks, and pull requests", "domain": "", "downloads": 0, "etag_repository": "W/\"e1a5335ca7eed3790109eb28e787d7d882ba160a9057b06d2fd0d444f42606df\"", "full_name": "ljmerza/github-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7e4c628", "last_release_tag": "1.4.1", "last_updated": "2020-01-13T23:55:00Z", "name": "github-card", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 10, "topics": [], "version_installed": null}, "197960232": {"authors": [], "category": "plugin", "description": "our groceries lovelace card", "domain": "", "downloads": 0, "etag_repository": "W/\"a4f2f56a30a14ae7413d956e7f8ed141ef515dfa955a2be21df046c3fdedf588\"", "full_name": "ljmerza/our-groceries-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "059b315", "last_release_tag": "1.6.1", "last_updated": "2021-04-28T00:16:13Z", "name": "our-groceries-card", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 24, "topics": [], "version_installed": null}, "168744428": {"authors": [], "category": "plugin", "description": "Control any light or switch entity", "domain": "", "downloads": 6049, "etag_repository": "W/\"7326e6fa5b597f8a02519bb5b7a3e258cbc34ffd2a99b252aa6e9ff83f340ec7\"", "full_name": "ljmerza/light-entity-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "74cb554", "last_release_tag": "4.6.0", "last_updated": "2022-01-03T18:06:11Z", "name": "light-entity-card", "new": false, "repository_manifest": {"name": "Light Entity Card", "render_readme": true, "filename": "dist/light-entity-card.js"}, "selected_tag": null, "show_beta": false, "stars": 145, "topics": [], "version_installed": null, "last_fetched": 1643571260.440564}, "175727366": {"authors": [], "category": "plugin", "description": "Reddit Card for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"4a72289a9c5d5b8630e1c5635d522b0cc2379a437d71db32801000d5455df47a\"", "full_name": "ljmerza/reddit-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "11b0e51", "last_release_tag": "1.0.0", "last_updated": "2020-01-13T23:59:31Z", "name": "reddit-card", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": [], "version_installed": null}, "183499944": {"authors": [], "category": "plugin", "description": "Show Tracking Numbers from the Email Sensor for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"cf000f148973e1d2f4b3deb244fb21e17c66211398fc819a0d8c1781e145f2a3\"", "full_name": "ljmerza/tracking-number-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9317872", "last_release_tag": "1.3.0", "last_updated": "2021-01-11T23:15:17Z", "name": "tracking-number-card", "new": false, "repository_manifest": {"name": "Tracking Number Card", "render_readme": true, "filename": "dist/tracking-number-card.js"}, "selected_tag": null, "show_beta": false, "stars": 15, "topics": [], "version_installed": null}, "236945951": {"authors": [], "category": "plugin", "description": "Graph of Buienradars rain forecast ", "domain": "", "downloads": 2551, "etag_repository": "W/\"a94afd4327cadbc0cdb7d9f160b4e9fa0c770ec2f462f0e41906ba20e3db9d79\"", "full_name": "lukevink/lovelace-buien-rain-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b806ecb", "last_release_tag": "0.0.4", "last_updated": "2020-05-01T14:26:54Z", "name": "lovelace-buien-rain-card", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 36, "topics": ["buienradar", "chartjs", "custom-card", "forecast", "graph", "home-assistant"], "version_installed": null, "last_fetched": 1643571260.643651}, "180464361": {"authors": [], "category": "plugin", "description": "show travel times for you travel time sensors", "domain": "", "downloads": 0, "etag_repository": "W/\"974e9ca79a720d0886c47fd0d915d72da8895a9d5ef0b4ef8eb1a3cd3311312f\"", "full_name": "ljmerza/travel-time-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "ef15306", "last_release_tag": "1.1.3", "last_updated": "2021-09-01T20:00:20Z", "name": "travel-time-card", "new": false, "repository_manifest": {"name": "Travel Time Card", "render_readme": true, "filename": "dist/travel-time-card.js"}, "selected_tag": null, "show_beta": false, "stars": 19, "topics": [], "version_installed": null}, "257005990": {"authors": [], "category": "plugin", "description": "Remote Control for LG TV WebOS", "domain": null, "downloads": 0, "etag_repository": "W/\"98bfa558f804c4e52be4db2c8795735968030f68886d5a11015acc70f001087c\"", "full_name": "madmicio/LG-WebOS-Remote-Control", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a2b8ff5", "last_release_tag": null, "last_updated": "2021-12-17T22:12:19Z", "name": "LG-WebOS-Remote-Control", "new": false, "repository_manifest": {"name": "LG WebOS Remote Control", "content_in_root": true, "filename": "lg-remote-control.js", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 185, "topics": [], "version_installed": null, "last_fetched": 1643545557.813469}, "257123327": {"authors": [], "category": "plugin", "description": "channel pad for LG TV Remote control", "domain": "", "downloads": 0, "etag_repository": "W/\"7d6ade350acc381af265f158c008e262406991dc016130790c34a35a897c0152\"", "full_name": "madmicio/channel-pad", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "abdbcc9", "last_release_tag": null, "last_updated": "2020-05-28T19:17:53Z", "name": "channel-pad", "new": false, "repository_manifest": {"name": "LG WebOS channel pad", "content_in_root": false, "filename": "card-channel-pad.js", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 10, "topics": ["channel-pad", "lg", "tv-remote"], "version_installed": null, "last_fetched": 1643545557.850343}, "187501032": {"authors": [], "category": "plugin", "description": "\ud83d\udcfa FireTV Remote Card", "domain": "", "downloads": 0, "etag_repository": "W/\"f4dac76ac45a9221d34d5a8ecb06c0fd360d59936be02f644cb28157f65ad0d6\"", "full_name": "marrobHD/firetv-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5c36a3a", "last_release_tag": "v0.2.1", "last_updated": "2021-12-12T13:49:55Z", "name": "firetv-card", "new": false, "repository_manifest": {"name": "FireTV Remote Card", "content_in_root": true}, "selected_tag": null, "show_beta": false, "stars": 18, "topics": ["custom-cards", "firetv-card", "hassio", "home-assistant", "home-assistant-custom", "home-assistant-frontend", "lovelace", "lovelace-card", "lovelace-firetv", "lovelace-ui"], "version_installed": null, "last_fetched": 1642430781.858178}, "188572845": {"authors": [], "category": "plugin", "description": "\ud83d\udd0a Rotel Remote Card", "domain": "", "downloads": 0, "etag_repository": "W/\"382510f7caa864b7d4f457c89ff0f09b7dcadd2732269cca656d9054adc4ece5\"", "full_name": "marrobHD/rotel-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5645333", "last_release_tag": "v.0.2.1", "last_updated": "2022-01-08T15:15:06Z", "name": "rotel-card", "new": false, "repository_manifest": {"name": "Rotel Remote Card", "content_in_root": true}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["custom-cards", "hassio", "home-assistant", "home-assistant-custom", "home-assistant-frontend", "home-assistant-rotel-card", "lovelace", "lovelace-card", "lovelace-ui"], "version_installed": null, "last_fetched": 1642851302.96475}, "187339794": {"authors": [], "category": "plugin", "description": "\ud83d\udcfa TV Remote Card", "domain": "", "downloads": 0, "etag_repository": "W/\"a1573975555a3f3b186d77085c67404c4480fd69ad74890f72fce2bcaec4ba8b\"", "full_name": "marrobHD/tv-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d570124", "last_release_tag": "v0.2.0", "last_updated": "2021-12-12T15:32:18Z", "name": "tv-card", "new": false, "repository_manifest": {"name": "TV Remote Card", "content_in_root": true}, "selected_tag": null, "show_beta": false, "stars": 81, "topics": ["custom-cards", "hassio", "home-assistant", "home-assistant-custom", "home-assistant-frontend", "homeassistant-tv-card", "lovelace", "lovelace-card", "lovelace-ui", "tv-card"], "version_installed": null, "last_fetched": 1642851303.174847}, "275672933": {"authors": [], "category": "plugin", "description": "Select List Card displays an input_select entity as a list in lovelace", "domain": "", "downloads": 4733, "etag_repository": "W/\"813e874a21b973fa39d4ba3f19c64de33410d2b315ea9ddebc7b40cf1f5ac74b\"", "full_name": "mattieha/select-list-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9446704", "last_release_tag": "v1.2.0", "last_updated": "2022-01-15T06:44:30Z", "name": "select-list-card", "new": false, "repository_manifest": {"name": "Select list Card", "render_readme": true, "domains": ["input_select"], "filename": "select-list-card.js"}, "selected_tag": null, "show_beta": false, "stars": 40, "topics": ["homeassistant", "lovelace", "lovelace-custom-card"], "version_installed": null, "last_fetched": 1643571260.999506}, "256292682": {"authors": [], "category": "plugin", "description": "Battery state card for Home Assistant", "domain": null, "downloads": 0, "etag_repository": "W/\"1e1e15ba0be388e6e3c4e8077021c8c70600041c48d222ded6c97e44fcf5b484\"", "full_name": "maxwroc/battery-state-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b6e141f", "last_release_tag": "v2.1.1", "last_updated": "2022-01-29T22:05:33Z", "name": "battery-state-card", "new": false, "repository_manifest": {"name": "Battery State Card / Entity Row", "content_in_root": false, "filename": "battery-state-card.js", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 366, "topics": ["battery", "hassio", "home-assistant", "lovelace-custom-card", "sensor"], "version_installed": null, "last_fetched": 1643545558.088353}, "183995552": {"authors": [], "category": "plugin", "description": "\u2194\ufe0f Swipe through Lovelace views on mobile.", "domain": "", "downloads": 13589, "etag_repository": "W/\"e3f6f9cdc437921b0dfe34cf20cb2ac532eb9503fb24a00abdeb5297838fa990\"", "full_name": "maykar/lovelace-swipe-navigation", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "168e0e3", "last_release_tag": "1.3.6", "last_updated": "2021-09-28T16:11:56Z", "name": "lovelace-swipe-navigation", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 174, "topics": [], "version_installed": null, "last_fetched": 1643571260.956566}, "302895020": {"authors": [], "category": "plugin", "description": "Github stats card for Home Assistant", "domain": "", "downloads": 745, "etag_repository": "W/\"9ae74e7b5ec143b6b1004fcc660acf626eb2aa78caa63692104324f2dae6713e\"", "full_name": "maxwroc/github-flexi-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "110771b", "last_release_tag": "v1.0.0", "last_updated": "2021-06-02T21:00:27Z", "name": "github-flexi-card", "new": false, "repository_manifest": {"name": "Github Flexi Card / Entity Row", "content_in_root": false, "filename": "github-flexi-card.js", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 17, "topics": ["card", "flexi", "github", "github-flexi-card", "home-assistant"], "version_installed": null, "last_fetched": 1643571260.995978}, "204049047": {"authors": [], "category": "plugin", "description": "A Home-Assistant Lovelace card which displays information from the openmensa-sensor.", "domain": "", "downloads": 0, "etag_repository": "W/\"2b39f540a53a8a1f5e9e0a4d3a9832079a2fea98c8d3475cf72719639d2f965c\"", "full_name": "Mofeywalker/openmensa-lovelace-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "924327a", "last_release_tag": null, "last_updated": "2019-08-23T19:16:54Z", "name": "openmensa-lovelace-card", "new": false, "repository_manifest": {"name": "OpenMensa Lovelace Card", "content_in_root": true}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": [], "version_installed": null}, "158654878": {"authors": [], "category": "plugin", "description": "A different take on the thermostat card for Home Assistant \u2668\ufe0f", "domain": null, "downloads": 0, "etag_repository": "W/\"205ff653a803325fa560d14f11d0bf30ed42bea2dbdff42b365a7ed3c150f540\"", "full_name": "nervetattoo/simple-thermostat", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "8acf593", "last_release_tag": "v2.4.3", "last_updated": "2022-01-22T03:18:40Z", "name": "simple-thermostat", "new": false, "repository_manifest": {"name": "Simple Thermostat", "homeassistant": "0.84.0", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 491, "topics": ["hassio", "home-assistant", "home-assistant-custom", "lovelace", "lovelace-ui", "polymer-3"], "version_installed": null, "last_fetched": 1643545558.123608}, "286270157": {"authors": [], "category": "plugin", "description": "HA Lovelace card for control of scheduler entities", "domain": "", "downloads": 1624, "etag_repository": "W/\"b8c04130f6a0525b3a34c296f109c967c9c998f7212a60a751f65e578b14a0ff\"", "full_name": "nielsfaber/scheduler-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f1fb979", "last_release_tag": "v2.3.2", "last_updated": "2022-01-30T11:21:22Z", "name": "scheduler-card", "new": false, "repository_manifest": {"name": "Scheduler Card", "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 348, "topics": ["assistant", "automation", "card", "custom-card", "home", "home-assistant", "homeassistant", "lovelace", "schedule", "scheduler", "sunrise", "sunset", "week", "weekly"], "version_installed": null, "last_fetched": 1643571261.561179}, "238414582": {"authors": [], "category": "plugin", "description": "Custom Lovelace card for Warsaw public transport", "domain": "", "downloads": 0, "etag_repository": "W/\"12196cc892fbee362e1c3d34eebf2f745208e252986515c88ddf9ec306d9b85c\"", "full_name": "peetereczek/ztm-stop-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5dea9aa", "last_release_tag": null, "last_updated": "2020-12-20T14:51:31Z", "name": "ztm-stop-card", "new": false, "repository_manifest": {"name": "Custom Card for Warsaw ZTM Information", "country": ["PL"], "homeassistant": "0.100.0"}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": [], "version_installed": null}, "236127727": {"authors": [], "category": "plugin", "description": "A custom card which exposes Camect video streams via the Home Assistant Lovelace interface. To use this card, you MUST have already installed the Camect HACS integration.", "domain": "", "downloads": 0, "etag_repository": "W/\"f3b504af9277dd8492635fb97503dae9294e20b9cd5a8b61de1d3e0af9c29ef4\"", "full_name": "pfunkmallone/HACS-camect-custom_card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "321c001", "last_release_tag": "2020051001", "last_updated": "2020-05-15T18:42:57Z", "name": "HACS-camect-custom_card", "new": false, "repository_manifest": {"name": "Camect Camera Card", "filename": "HACS-camect-custom_card.js"}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": ["camect", "custom-card", "hacs", "home-assistant"], "version_installed": null}, "205261230": {"authors": [], "category": "plugin", "description": "This card displays provided Jinja2 template as an HTML content of a card. It uses exactly the same engine as Home Assistant in Developer tools.", "domain": "", "downloads": 0, "etag_repository": "W/\"c96aa62d921e54c7486a46679d4bd235da9aa11350042ed103d0118fc5f640f8\"", "full_name": "PiotrMachowski/Home-Assistant-Lovelace-HTML-Jinja2-Template-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3cbbd43", "last_release_tag": "v1.0.2", "last_updated": "2021-01-29T11:46:53Z", "name": "Home-Assistant-Lovelace-HTML-Jinja2-Template-card", "new": false, "repository_manifest": {"name": "HTML Jinja2 Template card", "filename": "html-template-card.js"}, "selected_tag": null, "show_beta": false, "stars": 25, "topics": ["home-assistant", "jinja2", "lovelace-card", "template"], "version_installed": null, "last_fetched": 1643571261.854921}, "218178802": {"authors": [], "category": "plugin", "description": "This card can show and hide a specific card on current device while not affecting other windows. It does not require any integration to run.", "domain": "", "downloads": 0, "etag_repository": "W/\"3f0db1f71b554bda23590885c9dab23c0b038611ff88c1914b8b23c94dcdd6b5\"", "full_name": "PiotrMachowski/Home-Assistant-Lovelace-Local-Conditional-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b3de1be", "last_release_tag": "v1.1.1", "last_updated": "2021-08-26T12:20:18Z", "name": "Home-Assistant-Lovelace-Local-Conditional-card", "new": false, "repository_manifest": {"name": "Local Conditional card", "filename": "local-conditional-card.js"}, "selected_tag": null, "show_beta": false, "stars": 27, "topics": ["home-assistant", "lovelace-card"], "version_installed": null}, "199546187": {"authors": [], "category": "plugin", "description": "This is a companion card for Google Keep sensor. It displays notes downloaded by integration in a friendly way, similar to Google Keep app.", "domain": "", "downloads": 0, "etag_repository": "W/\"f263cc2e4f95de63e1d31ae1cbe6027d5e7c30789e4ba5424ce57df0a9ee14d7\"", "full_name": "PiotrMachowski/lovelace-google-keep-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f944c93", "last_release_tag": "v1.2.0", "last_updated": "2021-10-27T01:22:05Z", "name": "lovelace-google-keep-card", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 32, "topics": ["home-assistant", "lovelace-card"], "version_installed": null, "last_fetched": 1643571261.912205}, "193372044": {"authors": [], "category": "plugin", "description": "This card provides a user-friendly way to fully control Xiaomi (Roborock/Viomi/Dreame/Roidmi) and Neato (+ possibly other) vacuums in Home Assistant.", "domain": null, "downloads": 5720, "etag_repository": "W/\"7af1526885ba173648aa1704e7f2d8559b991a0dc2a37a98a7696a6026107ca1\"", "full_name": "PiotrMachowski/lovelace-xiaomi-vacuum-map-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "13d63b9", "last_release_tag": "v2.0.10", "last_updated": "2022-01-29T14:35:46Z", "name": "lovelace-xiaomi-vacuum-map-card", "new": false, "repository_manifest": {"name": "Xiaomi Vacuum Map Card", "render_readme": true, "filename": "xiaomi-vacuum-map-card.js"}, "selected_tag": null, "show_beta": false, "stars": 748, "topics": ["home-assistant", "home-automation", "homeassistant", "lovelace-card", "neato", "roborock", "vacuum", "xiaomi", "xiaomi-vacuum"], "version_installed": null, "last_fetched": 1643571262.303559}, "193408399": {"authors": [], "category": "plugin", "description": "This card displays provided data as an HTML content of a card.", "domain": "", "downloads": 0, "etag_repository": "W/\"89df29adda2067a4ad3b948b9f838db9f3614095953e53a5015a4d4262292fe8\"", "full_name": "PiotrMachowski/lovelace-html-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2bc79ab", "last_release_tag": "v1.0.0", "last_updated": "2021-01-29T11:47:28Z", "name": "lovelace-html-card", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 21, "topics": ["home-assistant", "lovelace-card"], "version_installed": null, "last_fetched": 1642430789.514634}, "197759180": {"authors": [], "category": "plugin", "description": "Quickly search for entities from a Lovelace card.", "domain": "", "downloads": 0, "etag_repository": "W/\"62349a84adcd8f31639f69ec621e1cd55a6bd3bbf35b5f2000c1d3d25d57916b\"", "full_name": "postlund/search-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "096c038", "last_release_tag": null, "last_updated": "2021-07-26T16:14:39Z", "name": "search-card", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 78, "topics": [], "version_installed": null, "last_fetched": 1641217426.22358}, "186765704": {"authors": [], "category": "plugin", "description": "A fluffy banner card for Home Assistant \ud83e\udd70", "domain": "", "downloads": 0, "etag_repository": "W/\"0d14c974a8f03292d773f3303d09fb26d41a5ad6a3b81910df52c347c4346ab6\"", "full_name": "nervetattoo/banner-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c2df3d1", "last_release_tag": "0.13.0", "last_updated": "2021-11-12T16:37:35Z", "name": "banner-card", "new": false, "repository_manifest": {"homeassistant": "0.100.0", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 431, "topics": ["custom-cards", "hassio", "home-assistant", "home-assistant-custom", "home-assistant-frontend", "lovelace", "lovelace-ui"], "version_installed": null, "last_fetched": 1642851313.401472}, "142051833": {"authors": [], "category": "plugin", "description": "\ud83d\udcd0 Home Assistant Card: Similar to vertical/horizontal-stack, but removes card borders", "domain": "", "downloads": 0, "etag_repository": "W/\"0e4b6e2387d25a611eceb38e661e8692fefff59881e8b19dbde7836e7472bca2\"", "full_name": "ofekashery/vertical-stack-in-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "02177cc", "last_release_tag": "v0.4.2", "last_updated": "2021-10-26T18:21:41Z", "name": "vertical-stack-in-card", "new": false, "repository_manifest": {"name": "Vertical Stack In Card", "render_readme": true, "filename": "vertical-stack-in-card.js"}, "selected_tag": null, "show_beta": false, "stars": 619, "topics": ["hacktoberfest", "homeassistant", "lovelace", "lovelace-ui"], "version_installed": null, "last_fetched": 1643571261.595906}, "260940136": {"authors": [], "category": "plugin", "description": "Weather condition card (Lovelace) for Home Assistant.", "domain": "", "downloads": 0, "etag_repository": "W/\"2c1f9e658634acab6deea77581741e74f72b11fa7509f7fc2af6c9c3ef713dc7\"", "full_name": "r-renato/ha-card-weather-conditions", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9bb2992", "last_release_tag": "1.9.12", "last_updated": "2021-01-29T18:11:03Z", "name": "ha-card-weather-conditions", "new": false, "repository_manifest": {"name": "HA (Lovelace) Card Weather Conditions", "domains": ["weather"], "render_readme": false, "filename": "ha-card-weather-conditions.js"}, "selected_tag": null, "show_beta": false, "stars": 85, "topics": ["card", "home-assistant", "home-assistant-hacs", "lovelace", "weather-conditions"], "version_installed": null, "last_fetched": 1643571262.520612}, "215037975": {"authors": [], "category": "plugin", "description": "Home Assistant Lovelace card for Waze Travel Time Sensor", "domain": "", "downloads": 0, "etag_repository": "W/\"18781f8d06f86860636eb0a328b0b2f4624425779d9c33f98f56fdf02874832a\"", "full_name": "r-renato/ha-card-waze-travel-time", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "038f2a8", "last_release_tag": null, "last_updated": "2020-05-15T12:43:51Z", "name": "ha-card-waze-travel-time", "new": false, "repository_manifest": {"name": "HA (Lovelace) Card Waze Travel Time", "domains": ["plugin"]}, "selected_tag": null, "show_beta": false, "stars": 29, "topics": ["hacs", "home-assistant", "home-assistant-hacs", "lovelace-card"], "version_installed": null}, "289188530": {"authors": [], "category": "plugin", "description": "Home assistant power card mimicking the one tesla provides for the powerwall app.", "domain": "", "downloads": 0, "etag_repository": "W/\"2cd67a148cf6dbe32c7a8d6236db2532f5f7f7c733c92e5ff1ec40c131256da8\"", "full_name": "reptilex/tesla-style-solar-power-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b46b1fb", "last_release_tag": "1.2.4", "last_updated": "2021-12-03T08:23:41Z", "name": "tesla-style-solar-power-card", "new": false, "repository_manifest": {"name": "Tesla style solar power card", "content_in_root": true, "filename": "tesla-style-solar-power-card.js", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 97, "topics": ["battery", "card", "eletric-car", "homeassistant", "lovelace", "power", "solar-energy"], "version_installed": null, "last_fetched": 1643571262.676279}, "197715418": {"authors": [], "category": "plugin", "description": "A Home Assistant Lovelace card to report MiFlora plant sensors based on the HA Plant Card.", "domain": "", "downloads": 0, "etag_repository": "W/\"53c04921abac38eab330e6bae7b1f18bcca046dd18917aec4dc8c414eaaf8848\"", "full_name": "RodBr/miflora-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "889ee81", "last_release_tag": "0.1.0", "last_updated": "2020-06-06T04:43:54Z", "name": "miflora-card", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 16, "topics": [], "version_installed": null, "last_fetched": 1641058203.086864}, "216008446": {"authors": [], "category": "plugin", "description": "Logbook card for Home Assistant UI Lovelace", "domain": "", "downloads": 0, "etag_repository": "W/\"44f71b0ca397705e85ccde6bc6a9da0cf89c8a8b38b892e1f0109b72f369fb32\"", "full_name": "royto/logbook-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "982a37a", "last_release_tag": "1.4.1", "last_updated": "2021-09-08T20:09:56Z", "name": "logbook-card", "new": false, "repository_manifest": {"name": "Logbook Card", "filename": "logbook-card.js"}, "selected_tag": null, "show_beta": false, "stars": 70, "topics": ["custom-card", "hacs", "home-assistant", "lovelace"], "version_installed": null, "last_fetched": 1642430794.018492}, "279157206": {"authors": [], "category": "plugin", "description": "Water Heater card for Home Assistant's Lovelace UI", "domain": "", "downloads": 0, "etag_repository": "W/\"ddee77d3622bb42c14be8de76e8b63c47273403c958081ed79fbf5c7786124a7\"", "full_name": "rsnodgrass/water-heater-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "56e1c3f", "last_release_tag": "0.0.2", "last_updated": "2021-05-10T22:20:50Z", "name": "water-heater-card", "new": false, "repository_manifest": {"name": "Water Heater Card", "render_readme": true, "content_in_root": false, "homeassistant": "0.81.0", "filename": "water-heater-card.js"}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["hacs", "home-assistant", "lovelace"], "version_installed": null}, "241706284": {"authors": [], "category": "plugin", "description": "Custom, \"neumorphism\" Lovelace card", "domain": "", "downloads": 0, "etag_repository": "W/\"e9b184e703432d474a12ccebca8f890a755af96e246f3f45bc18839ad200b784\"", "full_name": "Savjee/button-text-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "426229c", "last_release_tag": null, "last_updated": "2020-12-17T08:00:02Z", "name": "button-text-card", "new": false, "repository_manifest": {"name": "Button Text Card", "render_readme": true, "filename": "button-text-card.js"}, "selected_tag": null, "show_beta": false, "stars": 77, "topics": ["home-assistant", "lovelace-card", "templating", "typescript"], "version_installed": null, "last_fetched": 1642430795.670665}, "237532750": {"authors": [], "category": "plugin", "description": "A Home Assistant Lovelace Care for Harmony Integration", "domain": null, "downloads": 0, "etag_repository": "W/\"4e82aadd38855d40844cd6414bc714770f884c444efa1799df2f8eb181fd3617\"", "full_name": "sbryfcz/harmony-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "dc46d1e", "last_release_tag": "v0.14.1", "last_updated": "2021-11-10T15:51:07Z", "name": "harmony-card", "new": false, "repository_manifest": {"name": "Harmony Card", "render_readme": true, "filename": "harmony-card.js"}, "selected_tag": null, "show_beta": false, "stars": 76, "topics": [], "version_installed": null, "last_fetched": 1643545558.111391}, "259126760": {"authors": [], "category": "plugin", "description": "Honeycomb menu is a Home Assistant module (not a card) that can be applied to any lovelace card. When activated by the defined action on said card, the module will display a 'rounded' list of honeycomb buttons with an optional XY pad to make interfacing with lovelace more fluent", "domain": "", "downloads": 1105, "etag_repository": "W/\"0e850ea4f363f6debc10bacb1a813ad646451094f8fe9fd698e820e3df7b22a3\"", "full_name": "Sian-Lee-SA/honeycomb-menu", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "352cd65", "last_release_tag": "0.10.0", "last_updated": "2021-08-22T01:15:31Z", "name": "honeycomb-menu", "new": false, "repository_manifest": {"name": "Honeycomb Menu", "render_readme": true, "filename": "honeycomb-menu.js"}, "selected_tag": null, "show_beta": false, "stars": 88, "topics": ["home-assistant", "home-assistant-frontend", "lovelace-module", "lovelace-ui", "menu", "module"], "version_installed": null, "last_fetched": 1643571262.752661}, "202874270": {"authors": [], "category": "plugin", "description": "Sets the background of your Home Assistant to match the entity picture of a media player", "domain": "", "downloads": 0, "etag_repository": "W/\"c75bab0525250257ca55eedae7e9855554daffac385af21f3c936b5d315b03aa\"", "full_name": "TheLastProject/lovelace-media-art-background", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d5137b0", "last_release_tag": null, "last_updated": "2021-04-14T16:38:05Z", "name": "lovelace-media-art-background", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 16, "topics": [], "version_installed": null}, "284283867": {"authors": [], "category": "plugin", "description": "A custom card for Home Assistant that will display images and/or videos from a folder in the style of a gallery. ", "domain": "", "downloads": 0, "etag_repository": "W/\"ab9cac5536a47d2f2ee2d7fee25b8b0a1c803074f24184d5ceaf2d1a801d48a0\"", "full_name": "TarheelGrad1998/gallery-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5fc152d", "last_release_tag": "3.3.1", "last_updated": "2022-01-20T20:51:25Z", "name": "gallery-card", "new": false, "repository_manifest": {"name": "Gallery Card", "filename": "gallery-card.js", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 42, "topics": ["gallery", "gallery-card", "home-assistant", "images", "videos"], "version_installed": null, "last_fetched": 1643571263.182555}, "191580766": {"authors": [], "category": "plugin", "description": "Turn on lights based on light_profiles.csv", "domain": "", "downloads": 0, "etag_repository": "W/\"34bdb30fc8138e3c0ffb9eafde7bc8070745fce291c77558b7349a0cb60eff23\"", "full_name": "tcarlsen/lovelace-light-with-profiles", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "0110446", "last_release_tag": "2.3.0", "last_updated": "2020-04-02T14:22:23Z", "name": "lovelace-light-with-profiles", "new": false, "repository_manifest": {"name": "Light with profiles", "content_in_root": true, "filename": "light-with-profiles.js", "homeassistant": "0.100.0"}, "selected_tag": null, "show_beta": false, "stars": 52, "topics": ["custom-card", "home-assistant", "home-assistant-frontend", "light", "light-profiles", "lovelace", "lovelace-card", "profiles"], "version_installed": null}, "236317072": {"authors": [], "category": "plugin", "description": "Generalized Lovelace pie chart card", "domain": "", "downloads": 0, "etag_repository": "W/\"303f0eaf801a9bcd58bf6d1a9a4b50bd12eae07a90350674974d4af7f7fbe158\"", "full_name": "sdelliot/pie-chart-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "03a951f", "last_release_tag": null, "last_updated": "2020-03-07T21:19:19Z", "name": "pie-chart-card", "new": false, "repository_manifest": {"name": "Pie Chart Card", "content_in_root": true, "filename": "pie-chart-card.js", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 10, "topics": [], "version_installed": null}, "203036108": {"authors": [], "category": "plugin", "description": "Draws the map available from a Xiaomi Vacuum cleaner flashed with Valetudo in a Home Assistant Lovelace card", "domain": null, "downloads": 0, "etag_repository": "W/\"77fe80d06332a16f9f368ae62bc03a0d6a9fe27c2135acffc9d5ce677a34a677\"", "full_name": "TheLastProject/lovelace-valetudo-map-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f9134ee", "last_release_tag": "v2022.01.2", "last_updated": "2022-01-09T20:54:21Z", "name": "lovelace-valetudo-map-card", "new": false, "repository_manifest": {"name": "Valetudo Map Card", "content_in_root": true, "filename": "valetudo-map-card.js", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 126, "topics": ["hacktoberfest", "hacs", "home-assistant", "homeassistant", "lovelace", "valetudo"], "version_installed": null, "last_fetched": 1643545558.630588}, "167744584": {"authors": [], "category": "plugin", "description": "\ud83d\udd39Automatically populate the entities-list of lovelace cards", "domain": "", "downloads": 0, "etag_repository": "W/\"f902f81424192bb42b97964dacaef9f0bd33f83e0f4def7bed1fc0508243895f\"", "full_name": "thomasloven/lovelace-auto-entities", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9961ee0", "last_release_tag": "1.9.1", "last_updated": "2022-01-12T10:51:33Z", "name": "lovelace-auto-entities", "new": false, "repository_manifest": {"name": "auto-entities", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 546, "topics": [], "version_installed": null, "last_fetched": 1643571263.55225}, "281453608": {"authors": [], "category": "plugin", "description": "\ud83d\udd39 Place badges anywhere in the lovelace layout", "domain": "", "downloads": 0, "etag_repository": "W/\"5fd9599214caf624b24c005ceeac4caae9f2b94573c7b3ba751f1f5e70cc2839\"", "full_name": "thomasloven/lovelace-badge-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5bf6f72", "last_release_tag": null, "last_updated": "2021-06-29T13:39:38Z", "name": "lovelace-badge-card", "new": false, "repository_manifest": {"name": "badge-card", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 32, "topics": ["home-assistant"], "version_installed": null, "last_fetched": 1642851322.34714}, "190927524": {"authors": [], "category": "plugin", "description": "\ud83d\udd39 Add CSS styles to (almost) any lovelace card", "domain": "", "downloads": 0, "etag_repository": "W/\"57cad0803323e0ea6ab94f9039238fc31d2fe091f5cfea70cc10403c5d222176\"", "full_name": "thomasloven/lovelace-card-mod", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "94d4fbc", "last_release_tag": "3.1.1", "last_updated": "2022-01-04T05:55:18Z", "name": "lovelace-card-mod", "new": false, "repository_manifest": {"name": "card-mod", "homeassistant": "0.98.0"}, "selected_tag": null, "show_beta": false, "stars": 420, "topics": [], "version_installed": null, "last_fetched": 1643571263.567337}, "161403328": {"authors": [], "category": "plugin", "description": "\ud83d\udd39A collection of tools for other lovelace plugins to use", "domain": null, "downloads": 0, "etag_repository": "W/\"74a9fa156d39c6a27bd87d5012426635017c04d5cbf828437aeb787f4be38cd8\"", "full_name": "thomasloven/lovelace-card-tools", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "477f3d4", "last_release_tag": "11", "last_updated": "2021-04-30T12:06:43Z", "name": "lovelace-card-tools", "new": false, "repository_manifest": {"name": "card-tools", "homeassistant": "0.100.0"}, "selected_tag": null, "show_beta": false, "stars": 177, "topics": [], "version_installed": null, "last_fetched": 1643545558.742725}, "150781994": {"authors": [], "category": "plugin", "description": "\ud83d\udd39 A foldable row for entities card, containing other rows", "domain": "", "downloads": 0, "etag_repository": "W/\"ab22351aacbc97f07f54b4eedb00cd7557d3d72286921713c21ebee5a5afa562\"", "full_name": "thomasloven/lovelace-fold-entity-row", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "609ad3b", "last_release_tag": "2.0.15", "last_updated": "2022-01-30T01:11:15Z", "name": "lovelace-fold-entity-row", "new": false, "repository_manifest": {"name": "fold-entity-row", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 338, "topics": [], "version_installed": null, "last_fetched": 1643571263.659623}, "249942054": {"authors": [], "category": "plugin", "description": "\ud83d\udd39 Use built-in elements in the wrong place", "domain": "", "downloads": 0, "etag_repository": "W/\"24fdc8521b47aef467219017928a37246e26f44d5849fb6a4a8e3456384f1203\"", "full_name": "thomasloven/lovelace-hui-element", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "77c482c", "last_release_tag": null, "last_updated": "2021-11-19T10:30:35Z", "name": "lovelace-hui-element", "new": false, "repository_manifest": {"name": "hui-element", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 50, "topics": [], "version_installed": null, "last_fetched": 1643571263.65028}, "156434866": {"authors": [], "category": "plugin", "description": "\ud83d\udd39 Get more control over the placement of lovelace cards.", "domain": "", "downloads": 0, "etag_repository": "W/\"2139e03d6914f24f7f9bb9ed230e59e7ec3fc8c09c4b28e4392d25394de4d8fc\"", "full_name": "thomasloven/lovelace-layout-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "866284a", "last_release_tag": "2.3.1", "last_updated": "2022-01-25T08:40:13Z", "name": "lovelace-layout-card", "new": false, "repository_manifest": {"name": "layout-card", "render_readme": true, "homeassistant": "2021.8.0"}, "selected_tag": null, "show_beta": false, "stars": 472, "topics": [], "version_installed": null, "last_fetched": 1643571263.796891}, "231674882": {"authors": [], "category": "plugin", "description": "\ud83d\udd39 Display whatever you want in an entities card row.", "domain": "", "downloads": 0, "etag_repository": "W/\"eca33899fa237167a9a3f3d785072bc0777ef55796eca453b15ca561b065df89\"", "full_name": "thomasloven/lovelace-template-entity-row", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3c7d493", "last_release_tag": "1.3.0", "last_updated": "2021-06-26T18:46:48Z", "name": "lovelace-template-entity-row", "new": false, "repository_manifest": {"name": "template-entity-row", "render_readme": true, "homeassistant": "0.107.0b1"}, "selected_tag": null, "show_beta": false, "stars": 90, "topics": [], "version_installed": null, "last_fetched": 1643571263.923695}, "158756598": {"authors": [], "category": "plugin", "description": "\ud83d\udd39Dynamically replace lovelace cards depending on occasion", "domain": "", "downloads": 0, "etag_repository": "W/\"940e45aa79ec79a9143495f1595361cc97935665e9b54c540ca6df3be51b96bc\"", "full_name": "thomasloven/lovelace-state-switch", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "8a7c611", "last_release_tag": "1.9.1", "last_updated": "2022-01-04T12:58:23Z", "name": "lovelace-state-switch", "new": false, "repository_manifest": {"name": "state-switch", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 197, "topics": [], "version_installed": null, "last_fetched": 1643571263.840804}, "144899700": {"authors": [], "category": "plugin", "description": "\ud83d\udd39 Add sliders to entity cards", "domain": null, "downloads": 0, "etag_repository": "W/\"0766c21922ed3e096fb7ae5b6a4314b8bcaf43e7a74b3ba999365a3bc4ccd2fe\"", "full_name": "thomasloven/lovelace-slider-entity-row", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3587bef", "last_release_tag": "17.2.1", "last_updated": "2021-11-04T16:04:59Z", "name": "lovelace-slider-entity-row", "new": false, "repository_manifest": {"name": "slider-entity-row", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 580, "topics": [], "version_installed": null, "last_fetched": 1643571263.859636}, "180528950": {"authors": [], "category": "plugin", "description": "\ud83d\udd39 Display the more-info dialog of any entity as a lovelace card", "domain": "", "downloads": 0, "etag_repository": "W/\"b1c0b7586b043df589cf7a23de895c6af78b1f074854107379a1798d7aeda658\"", "full_name": "thomasloven/lovelace-more-info-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c0a9c94", "last_release_tag": null, "last_updated": "2021-06-29T21:53:45Z", "name": "lovelace-more-info-card", "new": false, "repository_manifest": {"name": "more-info-card", "render_readme": true, "homeassistant": "0.113"}, "selected_tag": null, "show_beta": false, "stars": 58, "topics": [], "version_installed": null, "last_fetched": 1642184478.948907}, "286038496": {"authors": [], "category": "plugin", "description": "A Lovelace card that shows a directional indicator on a compass for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"47560eac49fc1286ef80e7c63a67810e0deb585e253143fd087fbebcfca3893d\"", "full_name": "tomvanswam/compass-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "fbe7dfe", "last_release_tag": "v1.4.0", "last_updated": "2022-01-18T05:08:22Z", "name": "compass-card", "new": false, "repository_manifest": {"name": "Compass Card", "render_readme": true, "filename": "compass-card.js"}, "selected_tag": null, "show_beta": false, "stars": 61, "topics": ["compass", "hacs", "home-assistant", "lovelace-card"], "version_installed": null, "last_fetched": 1642520515.027511}, "264796130": {"authors": [], "category": "plugin", "description": "Pandora lovelace card for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"f69ceb715f8892c54d64f2541a8d93caf430ddf8669ca6cdc44f1050219fdc44\"", "full_name": "turbulator/pandora-cas-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "32ad046", "last_release_tag": "0.2", "last_updated": "2020-10-03T15:41:00Z", "name": "pandora-cas-card", "new": false, "repository_manifest": {"name": "Pandora CAS card", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["home-assistant", "lovelace-custom-card", "pandora"], "version_installed": null}, "197245179": {"authors": [], "category": "plugin", "description": "Lovelace card for hass-aarlo integration.", "domain": "", "downloads": 0, "etag_repository": "W/\"843549d79890beb8d7950775a3efd02b5e7fa20080267f65a9fdb8a7eaa0bfb6\"", "full_name": "twrecked/lovelace-hass-aarlo", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "8182174", "last_release_tag": "v0.2.0b5", "last_updated": "2021-08-11T03:14:55Z", "name": "lovelace-hass-aarlo", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 41, "topics": ["arlo", "camera", "homeassistant", "lovelace-card", "streaming"], "version_installed": null, "last_fetched": 1643571264.636705}, "223008910": {"authors": [], "category": "plugin", "description": "Custom Sidebar for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"93f93396affaedd5a4d6eeec76afb82eb6949cb1cabe4ab9d5351959d6a3c0a9\"", "full_name": "Villhellm/custom-sidebar", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3ed0a8f", "last_release_tag": "v0.2.2", "last_updated": "2021-03-15T16:47:47Z", "name": "custom-sidebar", "new": false, "repository_manifest": {"name": "Custom Sidebar", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 90, "topics": ["custom", "hacktoberfest", "sidebar"], "version_installed": null, "last_fetched": 1641895830.98078}, "283542587": {"authors": [], "category": "plugin", "description": "Basic analog clock for Lovelace", "domain": "", "downloads": 0, "etag_repository": "W/\"0cf1d32c7d395d5d404b22408dd6e551204a9a533abe6fd61e26b7e09f9e89c4\"", "full_name": "Villhellm/lovelace-clock-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7a89550", "last_release_tag": "v0.4.1", "last_updated": "2020-11-24T17:31:42Z", "name": "lovelace-clock-card", "new": false, "repository_manifest": {"name": "Lovelace Clock Card", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 35, "topics": ["analog", "clock", "hacktoberfest", "lovelace"], "version_installed": null}, "202743061": {"authors": [], "category": "plugin", "description": "Animated backgrounds for lovelace ", "domain": "", "downloads": 0, "etag_repository": "W/\"a536927bd8351da0fca81f9c053e2e7d91c79d106b8ba1dbf3476c896f8a2076\"", "full_name": "Villhellm/lovelace-animated-background", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "cbacf95", "last_release_tag": "v0.6.3", "last_updated": "2020-11-26T03:49:25Z", "name": "lovelace-animated-background", "new": false, "repository_manifest": {"name": "Lovelace Animated Background", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 123, "topics": ["animated", "background", "hacktoberfest"], "version_installed": null, "last_fetched": 1641217445.659105}, "259904390": {"authors": [], "category": "plugin", "description": "A custom lovelace card for the custom Jumbo component.", "domain": "", "downloads": 0, "etag_repository": "W/\"1ead81ddc1456d55c47b22a30cf46f2795ffddbb4dd95012d2cac0ad4faf8a19\"", "full_name": "Voxxie/lovelace-jumbo-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7d5b2e7", "last_release_tag": "v0.2.1", "last_updated": "2020-05-04T10:11:59Z", "name": "lovelace-jumbo-card", "new": false, "repository_manifest": {"name": "Jumbo Card", "filename": "jumbo-card.js"}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["home-assistant", "jumbo", "lovelace-card", "lovelace-custom-card"], "version_installed": null}, "245832290": {"authors": [], "category": "netdaemon", "description": "Create a notification when there is an update available in HACS", "domain": "HacsNotifyOnUpdate", "downloads": 0, "etag_repository": "W/\"cf46d1f2304fe3d42d15fb2365cad5c71e3a197c202029f478e98885d3805eef\"", "full_name": "hacs/ND-NotifyUpdates", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1af01e5", "last_release_tag": "0.1.2", "last_updated": "2020-10-30T23:55:11Z", "name": "HacsNotifyOnUpdate", "new": false, "repository_manifest": {"name": "HACS Update Notifications", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": ["automation", "hacktoberfest", "hacs", "home-assistant", "netdaemon"], "version_installed": null}, "247953716": {"authors": [], "category": "netdaemon", "description": "Takes snapshots of your cameras and sends to discord", "domain": "MotionSnapshot", "downloads": 0, "etag_repository": "W/\"f213b3665803a8c12e0547298d00a145da60cd7922460cbb1084722e21504bcb\"", "full_name": "isabellaalstrom/ND-MotionSnapshot", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7fc4b01", "last_release_tag": "0.0.1", "last_updated": "2020-07-31T06:41:24Z", "name": "MotionSnapshot", "new": false, "repository_manifest": {"name": "Motion Snapshots to Discord", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": ["automation", "camera", "cameras", "discord", "hacs", "home-assistant", "netdaemon", "security", "snapshot"], "version_installed": null}, "299431188": {"authors": [], "category": "netdaemon", "description": "ITach Wifi2IR daemon - send commands to IR operated devices", "domain": "Wifi2IrApp", "downloads": 0, "etag_repository": "W/\"e323aa9e7ce0c6ce029cb15ca05f1e40be1f39b2866dc9d7c8792fd9f7473142\"", "full_name": "LiranSX/NetDaemon-ITach-Wifi2IR", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "0bda03e", "last_release_tag": null, "last_updated": "2020-09-29T22:45:11Z", "name": "Wifi2IrApp", "new": false, "repository_manifest": {"name": "Home Assistant to ITach Wifi2IR", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": ["automation", "csharp", "hacs", "home-assistant", "itach", "netdaemon", "wifi2ir"], "version_installed": null}, "198460710": {"authors": [], "category": "python_script", "description": "A python script for Homeassistant that counts down the days to birthdays, anniversaries etc", "domain": "", "downloads": 0, "etag_repository": "W/\"1d1c5c2b110edc96d786ef2fdfa0625e680e58a5ab1e5edda84e49fe9667df11\"", "full_name": "mf-social/ps-date-countdown", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "bd6ceaa", "last_release_tag": "v6.0", "last_updated": "2021-05-15T02:00:07Z", "name": "ps-date-countdown", "new": false, "repository_manifest": {"name": "Date Countdown"}, "selected_tag": null, "show_beta": false, "stars": 19, "topics": ["python", "python-script", "home-assistant", "homeassistant", "hacs"], "version_installed": null}, "258712314": {"authors": [], "category": "python_script", "description": "A python script for Home Assistant that control fan speed with Fan Template and Broadlink.", "domain": "", "downloads": 0, "etag_repository": "W/\"6d57b1c503f1da8ced3c145a7838e5de5fde0e8d75cd80e99639b73b226739b5\"", "full_name": "iml885203/HA-FanSpeedControl", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "fecb3a8", "last_release_tag": "v1.5.2", "last_updated": "2021-05-11T10:47:11Z", "name": "HA-FanSpeedControl", "new": false, "repository_manifest": {"name": "Fan Speed Control", "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": ["python", "python-script", "home-assistant", "homeassistant", "hacs"], "version_installed": null}, "194319685": {"authors": [], "category": "python_script", "description": "Script that adds MQTT discovery support for Shellies devices", "domain": "", "downloads": 0, "etag_repository": "W/\"c085a321639587be396940899e43a49d9cb41168ccbb7d3ebcaed898ae6eda52\"", "full_name": "bieniu/ha-shellies-discovery", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "53b58b0", "last_release_tag": "0.40.0", "last_updated": "2021-07-29T12:53:26Z", "name": "ha-shellies-discovery", "new": false, "repository_manifest": {"name": "Shellies Discovery", "homeassistant": "2021.6.0", "zip_release": true, "filename": "shellies-discovery.zip"}, "selected_tag": null, "show_beta": false, "stars": 137, "topics": ["python", "mqtt", "python-script", "discovery", "home-assistant", "shelly"], "version_installed": null}, "233093604": {"authors": [], "category": "python_script", "description": "merge master/slave device trackers", "domain": "", "downloads": 0, "etag_repository": "W/\"103983e547487bd05d408d114a9a78a3bcc65066d4685d195932a524abfc1104\"", "full_name": "kodi1/tracker_merge", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3c517e9", "last_release_tag": null, "last_updated": "2021-04-21T19:05:19Z", "name": "tracker_merge", "new": false, "repository_manifest": {"name": "kodi1/tracker_merge", "render_readme": "true", "country": ["NO"]}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": ["python", "tracking", "python-script", "home-assistant", "hacs"], "version_installed": null}, "246406566": {"authors": [], "category": "python_script", "description": "Python script to update climate devices", "domain": "", "downloads": 0, "etag_repository": "W/\"b7c5684c9099c2bfce08cef9abf3590d7fd5b04c4ea96137696a356cbcbe07a0\"", "full_name": "Santobert/HA-UpdateClimate", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "73e488b", "last_release_tag": "2.0.3", "last_updated": "2021-03-30T17:22:29Z", "name": "HA-UpdateClimate", "new": false, "repository_manifest": {"name": "UpdateClimate", "render_readme": true, "domains": "climate", "homeassistant": "0.47.0"}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": ["climate", "scheduler", "python-script", "home-assistant", "hvac", "preset", "hacs"], "version_installed": null}, "194381263": {"authors": [], "category": "python_script", "description": "This script updates Z-Wave thermostat entity state and current temperature from external sensor", "domain": "", "downloads": 0, "etag_repository": "W/\"52abc876d0372b8612ae0d4bb1c4d9302e774b316a414a2733a508adb3f3e61f\"", "full_name": "bieniu/ha-thermostat-update", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "08d0fc6", "last_release_tag": "0.3.5", "last_updated": "2020-04-28T06:54:52Z", "name": "ha-thermostat-update", "new": false, "repository_manifest": {"name": "Thermostat Update"}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": ["python", "python-script", "thermostat", "home-assistant", "z-wave"], "version_installed": null}, "240900380": {"authors": [], "category": "python_script", "description": "Python script to handle state and attributes of existing sensors and entities", "domain": "", "downloads": 0, "etag_repository": "W/\"7f35fd804da3ba6e1044c7ea6e4e6daa5c0b89589a24ade5712bfeeed18cf58d\"", "full_name": "pmazz/ps_hassio_entities", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5a14ea2", "last_release_tag": "v1.1.0", "last_updated": "2021-03-07T22:15:32Z", "name": "ps_hassio_entities", "new": false, "repository_manifest": {"name": "Entities Script", "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 17, "topics": ["python", "python-script", "home-assistant", "hacs"], "version_installed": null}, "313269367": {"authors": [], "category": "plugin", "description": "Replace the history graph colors with a material design color palette.", "domain": "", "downloads": 0, "etag_repository": "W/\"212092c29f3ec16b74ef285c97b11b98fda6487be1e379fa2e0ffdceac2d42f4\"", "full_name": "Kibibit/kb-better-graph-colors", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "bf18c68", "last_release_tag": "v1.1.0", "last_updated": "2021-02-16T18:58:53Z", "name": "kb-better-graph-colors", "new": false, "repository_manifest": {"name": "kibibit Better Graph Colors", "render_readme": true, "filename": "kb-better-graph-colors.js"}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": ["color-scheme", "graphs", "hacs", "home-assistant", "palette"], "version_installed": null}, "312649007": {"authors": [], "category": "python_script", "description": "A python script for Home Assistant that counts down the days to reminder", "domain": "", "downloads": 0, "etag_repository": "W/\"06940d7d5711f8ef4e782a027965095d4662b6874a9984429f0c28a1033089a5\"", "full_name": "eyalcha/ha-reminder", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "ed737c2", "last_release_tag": "1.0.7", "last_updated": "2020-12-20T21:07:41Z", "name": "ha-reminder", "new": false, "repository_manifest": {"name": "Reminder"}, "selected_tag": null, "show_beta": false, "stars": 11, "topics": ["home-assistant", "python-scripts", "hacs"], "version_installed": null}, "308883876": {"authors": [], "category": "plugin", "description": "Custom card for bluetooth bulb (BLE light) control for Homeassistant", "domain": "", "downloads": 0, "etag_repository": "W/\"4043b4b32210ed8eba426b5902649c1ff69d318393432d3bc7758e01d3b0d3b9\"", "full_name": "marcomow/ble-bulb-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9cf1266", "last_release_tag": "v0.1.0", "last_updated": "2021-11-05T19:42:44Z", "name": "ble-bulb-card", "new": false, "repository_manifest": {"name": "BLE bulb card", "content_in_root": true, "filename": "ble-bulb-card.js", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["ble", "ble-bulb", "ble-bulb-card", "custom-card", "hacs", "hass", "home-assistant", "home-assistant-card", "home-assistant-custom", "magic-blue-bulbs", "magicblue", "triones", "web-bluetooth"], "version_installed": null}, "303101606": {"authors": [], "category": "plugin", "description": "\ud83d\ude48 Hides the Home Assistant header and/or sidebar", "domain": "", "downloads": 13175, "etag_repository": "W/\"67a31f1de11062ae98376221b49142cfc4b01bdcd2748db706c067a7c511a05a\"", "full_name": "maykar/kiosk-mode", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5c29a5a", "last_release_tag": "1.7.2", "last_updated": "2021-10-15T16:23:37Z", "name": "kiosk-mode", "new": false, "repository_manifest": {"name": "Kiosk Mode", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 197, "topics": ["home-assistant", "kiosk", "kiosk-mode", "lovelace"], "version_installed": null, "last_fetched": 1643571261.133304}, "313270182": {"authors": [], "category": "plugin", "description": "Make Cards and Popups blur everything behind them.", "domain": "", "downloads": 0, "etag_repository": "W/\"ffd1bcf3f48c9bf33f408347e9ae4c4faee764654977f90ac8e15737b465a0a2\"", "full_name": "Kibibit/kb-frosted-cards", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5e1586e", "last_release_tag": "v1.3.1", "last_updated": "2020-11-22T22:02:11Z", "name": "kb-frosted-cards", "new": false, "repository_manifest": {"name": "kibibit Frosted Cards", "render_readme": true, "filename": "kb-frosted-cards.js"}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": ["effect", "frosted-glass", "hacs", "home-assistant"], "version_installed": null}, "203592862": {"authors": ["@blindlight"], "category": "integration", "description": "USR-R16 integration for Home Assistant", "domain": "usr_r16", "downloads": 0, "etag_repository": "W/\"b4008ee2896552ddcc38374d4704879dd1fd3ff154452b52978b61d2c2284a5d\"", "full_name": "blindlight86/HA_USR-R16", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7c81295", "last_release_tag": null, "last_updated": "2020-10-20T13:45:02Z", "name": "usr_r16", "new": false, "repository_manifest": {"name": "USR-R16 16\u8def\u7f51\u7edc\u7ee7\u7535\u5668", "domains": ["switch"], "render_readme": true, "homeassistant": "0.106.0", "country": ["CN"], "iot_class": ["Assumed State", "Local Push"]}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["hacs", "home-assistant", "relays"], "version_installed": null}, "299476136": {"authors": ["@9rpp"], "category": "integration", "description": "This is a partial implementation of the Securifi RESTful API for Home Assistant", "domain": "securifi", "downloads": 0, "etag_repository": "W/\"4c0dfdcfa7cc412608d5e515f7118891d148cbf37a1ae301ff6f0866ef83b481\"", "full_name": "9rpp/securifi", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3b6c2eb", "last_release_tag": "v1.1", "last_updated": "2020-10-29T15:54:45Z", "name": "securifi", "new": false, "repository_manifest": {"name": "Securifi RESTful API", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["automation", "homeassistant-integration", "iot", "securifi"], "version_installed": null}, "282427417": {"authors": ["@bremor"], "category": "integration", "description": "Custom component for retrieving departure times for Public Transport Victoria.", "domain": "public_transport_victoria", "downloads": 0, "etag_repository": "W/\"6f6be4bb5bdb17c18ccd1be6ccd8181154e7793b199df41fff13cfe201d8906c\"", "full_name": "bremor/public_transport_victoria", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6abcb14", "last_release_tag": "0.3.2", "last_updated": "2021-03-15T03:41:11Z", "name": "public_transport_victoria", "new": false, "repository_manifest": {"name": "Public Transport Victoria", "render_readme": "true", "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": ["australia", "bus", "hacktoberfest", "hacs", "ptv", "public", "train", "tram", "transport", "victoria"], "version_installed": null}, "307586942": {"authors": ["@bremor"], "category": "integration", "description": "Custom component for retrieving weather information from the Bureau of Meteorology.", "domain": "bureau_of_meteorology", "downloads": 0, "etag_repository": "W/\"3365b193e78ec27d1710f4616b1d531c39467481800fd323c6f836bee5f4b20d\"", "full_name": "bremor/bureau_of_meteorology", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "bda3d14", "last_release_tag": "1.1.1", "last_updated": "2021-12-06T10:11:48Z", "name": "bureau_of_meteorology", "new": false, "repository_manifest": {"name": "Bureau of Meteorology", "render_readme": "true", "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 71, "topics": ["bom", "bureau", "forecast", "hacs", "meteorology", "observations", "weather", "weather-information"], "version_installed": null, "last_fetched": 1642851336.401807}, "307503425": {"authors": ["@exxamalte", "@caiosweet"], "category": "integration", "description": "INGV - National Institute of Geophysics and Volcanology [Istituto Nazionale di Geofisica e Vulcanologia] Terremoti Italia.", "domain": "ingv_centro_nazionale_terremoti", "downloads": 0, "etag_repository": "W/\"0507da71a03b54f3cf442a280608d3318cf8560190440ed60010661e6832ea1b\"", "full_name": "caiosweet/Home-Assistant-custom-components-INGV", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3f701ee", "last_release_tag": "2021.06.0", "last_updated": "2021-12-31T21:35:46Z", "name": "ingv_centro_nazionale_terremoti", "new": false, "repository_manifest": {"name": "INGV Istituto Nazionale di Geofisica e Vulcanologia", "domains": ["geo_location"], "country": ["IT"], "render_readme": true, "iot_class": ["Cloud Polling"]}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": ["assistant", "geofisica", "home", "homeassistant", "ingv", "terremoti", "vulcanologia"], "version_installed": null, "last_fetched": 1641058225.993408}, "308690707": {"authors": ["@djtimca"], "category": "integration", "description": "Home Assistant integration for Google Wifi systems.", "domain": "googlewifi", "downloads": 0, "etag_repository": "W/\"ba1dfacec9fef7cf41a3af44b82da8c9e506f82294bf36f1f3c1f8c098572387\"", "full_name": "djtimca/hagooglewifi", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "30fb1c9", "last_release_tag": "0.1.29", "last_updated": "2022-01-18T15:19:15Z", "name": "googlewifi", "new": false, "repository_manifest": {"name": "Google WiFi", "country": ["CA"], "domains": ["binary_sensor"], "homeassistant": "0.115.0", "iot_class": ["Cloud Polling"]}, "selected_tag": null, "show_beta": false, "stars": 33, "topics": ["custom-component", "google-wifi", "hacs", "home-assistant", "home-automation"], "version_installed": null, "last_fetched": 1643571228.6765}, "304573324": {"authors": ["@dgomes", "@crowbarz"], "category": "integration", "description": "Updated SQL integration for Home Assistant that supports JSON attributes", "domain": "sql_json", "downloads": 0, "etag_repository": "W/\"c14f09f4a7ff1c5d621888e79ed4c668637c5a8c6cc71d3da9eae5e7ef2997d8\"", "full_name": "crowbarz/ha-sql_json", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "811d061", "last_release_tag": "1.1.0", "last_updated": "2021-12-05T15:25:13Z", "name": "sql_json", "new": false, "repository_manifest": {"name": "SQL (with JSON detection)", "render_readme": true, "domains": ["sensor"], "homeassistant": "0.99.9", "persistent_directory": "userfiles", "iot_class": ["Local Polling", "Cloud Polling"]}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["hacs", "home-assistant", "integration", "json", "sql"], "version_installed": null}, "223993584": {"authors": ["@Magalex2x14", "@Ernst79"], "category": "integration", "description": "BLE monitor passively monitors BLE sensors (Xiaomi, Qingping, ATC, BlueMaestro, Brifit, Govee, Kegtron, Moat, Inkbird, iNode, Yeelight, RuuviTag, SensorPush, Teltonika and Thermoplus)", "domain": "ble_monitor", "downloads": 0, "etag_repository": "W/\"ca65d5f235d2b5221d628d17f4ac95c2f7d0057aa9fee982b68a14b86cea5064\"", "full_name": "custom-components/ble_monitor", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9e4c7c9", "last_release_tag": "7.4.0", "last_updated": "2022-01-30T14:43:00Z", "name": "ble_monitor", "new": false, "repository_manifest": {"name": "Passive BLE monitor integration", "domains": "ble_monitor", "iot_class": "local push", "homeassistant": "2021.12.0"}, "selected_tag": null, "show_beta": false, "stars": 1122, "topics": ["atc", "custom-component", "govee", "hacs", "hassio", "home-assistant", "homeassistant", "inkbird", "kegtron", "mibeacon", "mijia", "mitemp-bt", "qingping", "scales", "thermoplus", "xiaomi", "xiaomi-sensors"], "version_installed": null, "last_fetched": 1643571225.316781}, "178838527": {"authors": ["@filipvh"], "category": "integration", "description": "Niko Home Control II Home Assistant Integration", "domain": "nhc2", "downloads": 0, "etag_repository": "W/\"af1fe196a05e476d5125cb3ab4eb173e98f43b0c27a105abde449f61ac964f1f\"", "full_name": "filipvh/hass-nhc2", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6efc1b4", "last_release_tag": "1.6.0", "last_updated": "2021-10-30T21:16:51Z", "name": "nhc2", "new": false, "repository_manifest": {"name": "Niko Home Control II", "domains": ["light", "switch"], "iot_class": ["Local Push"], "render_readme": true, "homeassistant": "0.114.1"}, "selected_tag": null, "show_beta": false, "stars": 31, "topics": ["coco", "domotica", "nhc", "nhc2", "niko", "niko-home-control"], "version_installed": null, "last_fetched": 1642520515.664955}, "266779715": {"authors": ["@induprakash"], "category": "integration", "description": "Home Assistant component which allows you to get stock updates from Yahoo finance.", "domain": "yahoofinance", "downloads": 0, "etag_repository": "W/\"c43370e1ce9d69e49d2bfa9a566b95dda1a67fde45e96dfaed171463777c2724\"", "full_name": "iprak/yahoofinance", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "89adcd9", "last_release_tag": "v1.1.5", "last_updated": "2021-12-25T17:46:44Z", "name": "yahoofinance", "new": false, "repository_manifest": {"name": "Yahoo Finance", "domains": ["sensor"], "iot_class": "cloud_poll", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 40, "topics": ["hacs", "home-assistant", "homeassistant", "homeassistant-components", "stock-updates", "yahoo-finance"], "version_installed": null, "last_fetched": 1643571234.171706}, "309018094": {"authors": ["@itchannel"], "category": "integration", "description": "Fordpass integration for Home Assistant", "domain": "fordpass", "downloads": 0, "etag_repository": "W/\"1baf68ddd22da54ea62946905b449be550fe2ad3682e6f9e4c9d8fa3e77aa069\"", "full_name": "itchannel/fordpass-ha", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6b35a05", "last_release_tag": "1.30", "last_updated": "2021-12-21T06:38:47Z", "name": "fordpass", "new": false, "repository_manifest": {"name": "fordpass", "content_in_root": false, "iot_class": "cloud_polling"}, "selected_tag": null, "show_beta": false, "stars": 74, "topics": ["assistant", "car", "fordpass", "home"], "version_installed": null, "last_fetched": 1643571234.232362}, "299123388": {"authors": ["@jseidl"], "category": "integration", "description": "Magic Areas custom_component for Home Assistant", "domain": "magic_areas", "downloads": 0, "etag_repository": "W/\"917e95dc10ce278b9ed64a065d82a79f41a04d084eb88b26a72fa312f5f24cd7\"", "full_name": "jseidl/hass-magic_areas", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b2a5d2b", "last_release_tag": "v2.0.5", "last_updated": "2022-01-06T12:14:31Z", "name": "magic_areas", "new": false, "repository_manifest": {"name": "Magic Areas", "homeassistant": "0.115.0"}, "selected_tag": null, "show_beta": false, "stars": 117, "topics": ["automation", "homeassistant", "python"], "version_installed": null, "last_fetched": 1643571235.711092}, "306078097": {"authors": ["@nagyrobi"], "category": "integration", "description": "Monitor and react on your pfSense gateway's status with Home Assistant.", "domain": "pfsense_gateways", "downloads": 0, "etag_repository": "W/\"b246415d3b19b9dd58336a66f824251314290e88f069c01899ed15a8321bd924\"", "full_name": "nagyrobi/home-assistant-custom-components-pfsense-gateways", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3acb19c", "last_release_tag": "v1.00", "last_updated": "2021-03-04T17:19:47Z", "name": "pfsense_gateways", "new": false, "repository_manifest": {"name": "pfSense gateways monitoring", "content_in_root": false, "render_readme": true, "domains": ["pfsense_gateways"], "homeassistant": "0.115.0"}, "selected_tag": null, "show_beta": false, "stars": 15, "topics": ["gateways", "isp", "modem", "pfsense", "reboot", "router"], "version_installed": null, "last_fetched": 1643571241.579049}, "249381778": {"authors": ["@rospogrigio", "@postlund"], "category": "integration", "description": "local handling for Tuya devices", "domain": "localtuya", "downloads": 0, "etag_repository": "W/\"f70ecaaaa7bdf860c21c365df97b155232d916c6beed4d51961f378befb84853\"", "full_name": "rospogrigio/localtuya", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2688a17", "last_release_tag": "v3.4.0", "last_updated": "2022-01-30T05:29:24Z", "name": "localtuya", "new": false, "repository_manifest": {"name": "Local Tuya", "domains": ["climate", "cover", "fan", "light", "number", "select", "sensor", "switch"], "homeassistant": "0.116.0", "iot_class": ["Local Push"]}, "selected_tag": null, "show_beta": false, "stars": 904, "topics": ["localtuya", "tuya", "tuya-api"], "version_installed": null, "last_fetched": 1643571246.73298}, "268722568": {"authors": ["@Sennevds"], "category": "integration", "description": "Template media_player for Home Assistant", "domain": "media_player_template", "downloads": 0, "etag_repository": "W/\"a936551d8209c46de364893c8d853ca7faf905c0cd2273baa9dd86485aa8a70c\"", "full_name": "Sennevds/media_player.template", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b9285c5", "last_release_tag": "1.0.0", "last_updated": "2021-05-17T15:12:21Z", "name": "media_player_template", "new": false, "repository_manifest": {"name": "Media player template", "domains": ["media_player", "template"], "homeassistant": "0.116", "render_readme": true, "iot_class": ["Local Polling", "Local Push"]}, "selected_tag": null, "show_beta": false, "stars": 55, "topics": ["custom-component", "home-assistant", "homeassistant", "media-player"], "version_installed": null, "last_fetched": 1642274187.043107}, "303827752": {"authors": ["@sbabcock23"], "category": "integration", "description": "Home Assistant integration for TryFi Dog Collar GPS monitoring.", "domain": "tryfi", "downloads": 0, "etag_repository": "W/\"1694b659b4c2dc5c7bf1ee4b1f1d25cc2c07c604a23d44de42330b970edad860\"", "full_name": "sbabcock23/hass-tryfi", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4da502b", "last_release_tag": "0.0.10", "last_updated": "2021-10-16T07:34:17Z", "name": "tryfi", "new": false, "repository_manifest": {"config_flow": true, "documentation": "https://github.com/sbabcock23/hass-pytryfi", "domains": ["device_tracker", "light", "sensor", "select"], "homeassistant": "0.117.0", "iot_class": "Local Polling", "name": "TryFi Dog Monitor", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 23, "topics": ["dog", "dog-collar", "gps", "hacs", "home-assistant", "homeassistant-integration", "iot", "python", "tryfi"], "version_installed": null, "last_fetched": 1642004494.42201}, "164489685": {"authors": ["@syssi"], "category": "integration", "description": "Nextbike integration for Home Assistant", "domain": "nextbike", "downloads": 0, "etag_repository": "W/\"4c1fe586e4e5ed4ff1a56971ad3e2e17acc5c22832d8a91f71d458f534ecfd0f\"", "full_name": "syssi/nextbike", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2cf2ed5", "last_release_tag": "1.0.2", "last_updated": "2022-01-03T10:28:27Z", "name": "nextbike", "new": false, "repository_manifest": {"name": "Nextbike Integration", "content_in_root": false, "render_readme": true, "iot_class": "local_polling"}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": ["custom-component", "free-floating", "hacktoberfest", "home-assistant", "nextbike"], "version_installed": null, "last_fetched": 1641217458.836571}, "129353521": {"authors": ["@syssi"], "category": "integration", "description": "Custom component for Home Assistant to faciliate the reverse engeneering of Xiaomi MiIO devices", "domain": "xiaomi_miio_raw", "downloads": 0, "etag_repository": "W/\"ad1075f9973b2bcb5c3d762c87e98af78ba99beba610dbb66965a322ab6ad4df\"", "full_name": "syssi/xiaomi_raw", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3ef28a5", "last_release_tag": "1.4.4", "last_updated": "2021-12-22T07:11:29Z", "name": "xiaomi_miio_raw", "new": false, "repository_manifest": {"name": "Xiaomi MiIO Raw", "content_in_root": false, "render_readme": true, "iot_class": "local_polling"}, "selected_tag": null, "show_beta": false, "stars": 85, "topics": ["custom-component", "hacktoberfest", "home-assistant", "miio", "miio-device", "miio-protocol", "monitoring", "sensor"], "version_installed": null, "last_fetched": 1643571249.436979}, "121934877": {"authors": ["@syssi"], "category": "integration", "description": "Xiaomi Mi and Aqara Air Conditioning Companion integration for Home Assistant", "domain": "xiaomi_miio_airconditioningcompanion", "downloads": 0, "etag_repository": "W/\"7ee5f35d55ad6ab76a78d0c605b144d82236c6278575137679f6c83f328e08e5\"", "full_name": "syssi/xiaomi_airconditioningcompanion", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7f63dd6", "last_release_tag": "0.2.4", "last_updated": "2022-01-06T19:33:50Z", "name": "xiaomi_miio_airconditioningcompanion", "new": false, "repository_manifest": {"name": "Xiaomi Mi and Aqara Air Conditioning Companion Integration", "content_in_root": false, "render_readme": true, "iot_class": "local_polling"}, "selected_tag": null, "show_beta": false, "stars": 348, "topics": ["acpartner", "airconditioning", "aqara", "custom-component", "hacktoberfest", "home-assistant", "infrared", "xiaomi"], "version_installed": null, "last_fetched": 1641587963.829981}, "101482973": {"authors": ["@syssi"], "category": "integration", "description": "Xiaomi Mi Air Purifier and Xiaomi Mi Air Humidifier integration for Home Assistant", "domain": "xiaomi_miio_airpurifier", "downloads": 0, "etag_repository": "W/\"7e71cdf1e215618839b955eb2b366471179bed322267614413a6f895cc182a1a\"", "full_name": "syssi/xiaomi_airpurifier", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7c4eaba", "last_release_tag": "0.6.17", "last_updated": "2021-12-20T17:16:04Z", "name": "xiaomi_miio_airpurifier", "new": false, "repository_manifest": {"name": "Xiaomi Mi Air Purifier, Air Humidifier, Air Fresh and Pedestal Fan Integration", "content_in_root": false, "render_readme": true, "iot_class": "local_polling", "homeassistant": "2021.5.1"}, "selected_tag": null, "show_beta": false, "stars": 332, "topics": ["airfresh", "airhumidifier", "airpurifier", "custom-component", "fan", "hacktoberfest", "home-assistant", "miio", "miio-protocol", "miot", "xiaomi"], "version_installed": null, "last_fetched": 1643571249.39898}, "307098646": {"authors": ["@nielsfaber"], "category": "integration", "description": "Easy to use alarm system integration for Home Assistant", "domain": "alarmo", "downloads": 3301, "etag_repository": "W/\"004168e6b06e00e1f7638ef184c7f0ba21fc9c3f0689b575aa6aac757e247b39\"", "full_name": "nielsfaber/alarmo", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4e51c17", "last_release_tag": "v1.8.3", "last_updated": "2022-01-16T17:58:35Z", "name": "alarmo", "new": false, "repository_manifest": {"name": "Alarmo", "render_readme": "true", "iot_class": ["Local Push"], "domains": ["alarm_control_panel"], "zip_release": true, "filename": "alarmo.zip", "hide_default_branch": true}, "selected_tag": null, "show_beta": false, "stars": 360, "topics": ["alarm", "assistant", "hass", "home", "integration", "lovelace", "security"], "version_installed": null, "last_fetched": 1643571243.16842}, "97201395": {"authors": ["@syssi"], "category": "integration", "description": "Xiaomi Mi Smart WiFi Socket integration for Home Assistant", "domain": "xiaomi_miio_plug", "downloads": 0, "etag_repository": "W/\"190da4ddddf22a807ea642ee1136a6b2658d2c25da50715df48e207c81dc53ce\"", "full_name": "syssi/xiaomiplug", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1abf75f", "last_release_tag": "1.4.4", "last_updated": "2021-12-18T20:16:21Z", "name": "xiaomi_miio_plug", "new": false, "repository_manifest": {"name": "Xiaomi Mi Smart WiFi Socket Integration", "content_in_root": false, "render_readme": true, "iot_class": "local_polling"}, "selected_tag": null, "show_beta": false, "stars": 91, "topics": ["custom-component", "hacktoberfest", "home-assistant", "miio", "miio-device", "miio-protocol", "switch", "xiaomi"], "version_installed": null}, "307974458": {"authors": ["@iesus"], "category": "integration", "description": "Get departure times for swedish public transportation", "domain": "resrobot", "downloads": 0, "etag_repository": "W/\"7dd562bb1017587f0e869f5d0d94d50eb64d8806e6c39e89dc2ae55a8caa6b60\"", "full_name": "TekniskSupport/home-assistant-resrobot", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7da8dff", "last_release_tag": "v0.0.12", "last_updated": "2022-01-09T07:41:03Z", "name": "resrobot", "new": false, "repository_manifest": {"name": "ResRobot", "country": ["SE"], "domains": ["sensor"], "homeassistant": "2021.12.8"}, "selected_tag": null, "show_beta": false, "stars": 10, "topics": ["bus", "ferry", "hacs", "homeassistant", "iesus", "integration", "public", "sweden", "train", "tram", "transportation"], "version_installed": null, "last_fetched": 1641895848.62499}, "305147191": {"authors": ["@zigul"], "category": "integration", "description": "CEZ Distribuce - Home Assistant Sensor", "domain": "cezdistribuce", "downloads": 0, "etag_repository": "W/\"38edd91c2b64c9de08df997f51fa90a45a911e9000a2636b724b23f679239066\"", "full_name": "zigul/HomeAssistant-CEZdistribuce", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5fb8bfe", "last_release_tag": "0.4.4", "last_updated": "2021-12-07T18:40:34Z", "name": "cezdistribuce", "new": false, "repository_manifest": {"name": "CEZ Distribuce CZ", "render_readme": false, "domains": ["binary_sensor"], "country": ["CZ"], "homeassistant": "0.110.0"}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": ["cez", "hacs", "home-assistant", "home-automation"], "version_installed": null, "last_fetched": 1643571252.799866}, "287318591": {"authors": ["@Thomas55555"], "category": "integration", "description": "Custom component for Home Assistant to monitor and control your Husqvrana Automower", "domain": "husqvarna_automower", "downloads": 0, "etag_repository": "W/\"c15f1f14f6627db01d9f843a98ff03c21fc88292e15875c4ec8950be8da168f1\"", "full_name": "Thomas55555/husqvarna_automower", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6c6dd2d", "last_release_tag": "2021.12.0", "last_updated": "2021-12-19T22:42:26Z", "name": "husqvarna_automower", "new": false, "repository_manifest": {"name": "Husqvarna Automower", "domains": ["vacuum"], "homeassistant": "2021.5.0b0", "iot_class": ["Cloud Polling"], "render_readme": true, "zip_release": true, "filename": "husqvarna_automower.zip"}, "selected_tag": null, "show_beta": false, "stars": 21, "topics": ["hass", "homeassistant", "husqvarna-automower"], "version_installed": null}, "139634406": {"authors": [], "category": "plugin", "description": "\ud83c\udf21 Thermostat card with a round and black feel to it", "domain": "", "downloads": 9392, "etag_repository": "W/\"664e74d216c53bafed3b00a2ea59d3d6dd97c079b40fe37649a5b26cc58b89a6\"", "full_name": "ciotlosm/lovelace-thermostat-dark-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a123d3b", "last_release_tag": "0.0.5", "last_updated": "2022-01-24T11:26:47Z", "name": "lovelace-thermostat-dark-card", "new": false, "repository_manifest": {"name": "Dark Thermostat", "render_readme": true, "filename": "thermostat-dark-card.js"}, "selected_tag": null, "show_beta": false, "stars": 639, "topics": ["custom-cards", "hacs", "home-assistant", "lovelace", "thermostat"], "version_installed": null, "last_fetched": 1643571254.633427}, "315044466": {"authors": [], "category": "plugin", "description": "Custom Transmission card for Home Assistant/Lovelace", "domain": "", "downloads": 1205, "etag_repository": "W/\"70f2989f8c17f04db7949415e4c89fee8951cfd9e90f88ed376470e7f8fa48fe\"", "full_name": "amaximus/transmission-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a62be30", "last_release_tag": "0.8.2", "last_updated": "2021-11-20T13:14:11Z", "name": "transmission-card", "new": false, "repository_manifest": {"name": "Transmission Card", "filename": "transmission-card.js", "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 21, "topics": ["home-assistant", "homeassistant", "lovelace", "lovelace-card", "lovelace-custom-card", "transmission"], "version_installed": null, "last_fetched": 1643571253.781456}, "188106531": {"authors": ["@moralmunky", "@firstof9"], "category": "integration", "description": "Home Assistant integration providing day of package counts and USPS informed delivery images.", "domain": "mail_and_packages", "downloads": 3499, "etag_repository": "W/\"022bfdd5958173ec1d652b54094d6337e11212d7e7d1d2d017b8c1526d627db3\"", "full_name": "moralmunky/Home-Assistant-Mail-And-Packages", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "839f87d", "last_release_tag": "0.3.3-2", "last_updated": "2022-01-23T09:45:55Z", "name": "mail_and_packages", "new": false, "repository_manifest": {"name": "Mail and Packages", "domains": ["camera", "sensor"], "homeassistant": "0.109.0", "iot_class": "Cloud Polling", "zip_release": true, "filename": "mail_and_packages.zip"}, "selected_tag": null, "show_beta": false, "stars": 286, "topics": ["home-assistant", "home-assistant-config", "home-automation", "homeassistant", "lovelace-card", "lovelace-custom-card"], "version_installed": null, "last_fetched": 1643571240.640675}, "222118751": {"authors": ["AlexxIT"], "category": "integration", "description": "Control Sonoff Devices with eWeLink (original) firmware over LAN and/or Cloud from Home Assistant", "domain": "sonoff", "downloads": 0, "etag_repository": "W/\"3edcde8a62e437e13c0ccf71451073cc568e79d5eeccf0312d3694599c4b2a28\"", "full_name": "AlexxIT/SonoffLAN", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9ceb51d", "last_release_tag": "v2.4.6", "last_updated": "2021-12-19T03:30:23Z", "name": "sonoff", "new": false, "repository_manifest": {"name": "Sonoff LAN", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 1503, "topics": ["ewelink", "hacs", "home-assistant", "sonoff"], "version_installed": null, "last_fetched": 1643571220.087619}, "146660369": {"authors": ["@gerard33"], "category": "integration", "description": "Sony Bravia TV (Pre-Shared Key) component for Home Assistant", "domain": "braviatv_psk", "downloads": 0, "etag_repository": "W/\"18b13afacc63ab61d3209352db4f277ef6519ba65c6e65ae987defd5d544da4b\"", "full_name": "custom-components/media_player.braviatv_psk", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "bfd45b5", "last_release_tag": "v0.4.1", "last_updated": "2022-01-24T18:22:34Z", "name": "braviatv_psk", "new": false, "repository_manifest": {"name": "Bravia TV PSK", "domains": ["media_player"], "iot_class": "Local Polling"}, "selected_tag": null, "show_beta": false, "stars": 83, "topics": ["bravia", "home-assistant", "psk", "sony"], "version_installed": null, "last_fetched": 1643571225.765239}, "321140869": {"authors": [], "category": "plugin", "description": "Custom home assitant lovelace for UI auto reload", "domain": "", "downloads": 0, "etag_repository": "W/\"08c2929502d28e1d296f9f782fa891b372587b53e179f7a7076f9985529496cc\"", "full_name": "ben8p/lovelace-auto-reload-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e6a1387", "last_release_tag": null, "last_updated": "2021-03-04T02:17:00Z", "name": "lovelace-auto-reload-card", "new": false, "repository_manifest": {"name": "Auto Reload", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 20, "topics": ["home-assistant", "lovelace-card"], "version_installed": null}, "321773656": {"authors": [], "category": "plugin", "description": "\ud83c\udc39 Lovelace responsive grid card that can be tweaked in your theme definition.", "domain": "", "downloads": 0, "etag_repository": "W/\"fe48d5fee63f822dc29c21712606b11ef13b21dd07fbfd47b027b56cc8a8baa5\"", "full_name": "nervetattoo/themable-grid", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a7defcb", "last_release_tag": "v2.1.0", "last_updated": "2021-04-24T20:50:07Z", "name": "themable-grid", "new": false, "repository_manifest": {"render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 13, "topics": ["home-assistant", "lovelace-card", "lovelace-custom-card", "lovelace-ui"], "version_installed": null}, "320117484": {"authors": [], "category": "theme", "description": "Vibrant (Dark) Version of Clear Theme", "domain": "", "downloads": 0, "etag_repository": "W/\"308ab1f42553cf6fd9cf26cef97a101a529540568d7d7a9df2a0e6e15561c310\"", "full_name": "myleskeeffe/clear-theme-dark-vibrant", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "bec2afe", "last_release_tag": "v2.0.7", "last_updated": "2021-02-10T10:21:44Z", "name": "clear-theme-dark-vibrant", "new": false, "repository_manifest": {"name": "Vibrant (Dark) Clear Theme", "homeassistant": "0.109.0"}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["clear", "dark", "theme", "vibrant"], "version_installed": null}, "320381430": {"authors": [], "category": "plugin", "description": "An analog clock for Home Assistant Lovelace", "domain": "", "downloads": 0, "etag_repository": "W/\"e05c7fba200ef75e63f77cf2b7d3a098362ddbe05fa9b175096540a8c4592ad6\"", "full_name": "tomasrudh/analogclock", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1b2e994", "last_release_tag": "1.10", "last_updated": "2021-05-15T08:10:56Z", "name": "analogclock", "new": false, "repository_manifest": {"name": "Analog Clock", "render_readme": true, "filename": "analogclock.js"}, "selected_tag": null, "show_beta": false, "stars": 15, "topics": ["analog", "analog-clock", "assistant-lovelace", "clock", "lovelace"], "version_installed": null, "last_fetched": 1642184503.377032}, "302145522": {"authors": ["@djtimca"], "category": "integration", "description": "Home Assistant custom HACS integration to integrate the next 5 global rocket launches from https://rocketlaunch.live", "domain": "rocketlaunchlive", "downloads": 0, "etag_repository": "W/\"774f0545a82a5bb67fe051b8bddf4ce8a1351dee7055391da4390af2c10d19d9\"", "full_name": "djtimca/harocketlaunchlive", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3714322", "last_release_tag": "009", "last_updated": "2022-01-18T15:25:41Z", "name": "rocketlaunchlive", "new": false, "repository_manifest": {"name": "Rocket Launch Live - Next 5 Launches", "country": ["CA"], "domains": ["sensor"], "homeassistant": "0.115.0", "iot_class": ["Cloud Polling"]}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": ["home-assistant", "home-assistant-custom", "launch", "nasa", "rocket", "spacex", "ula"], "version_installed": null, "last_fetched": 1642520516.950142}, "245694520": {"authors": ["@asev"], "category": "integration", "description": "Custom component for Home Assistant to connect Helios ventilation system.", "domain": "helios", "downloads": 0, "etag_repository": "W/\"7416f432558530625dd8f41f5f2598f8f5125161146c254cc28fdc36648d4642\"", "full_name": "asev/homeassistant-helios", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6689bfb", "last_release_tag": "v0.4.1", "last_updated": "2021-12-03T21:19:51Z", "name": "helios", "new": false, "repository_manifest": {"name": "Helios ventilation", "iot_class": "Local Polling", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["helios", "homeassistant", "homeassistant-integration", "ventilation"], "version_installed": null}, "314593331": {"authors": ["@djtimca"], "category": "integration", "description": "Using the N2YO API, this Home Assistant integration will provide visible satellite passes (general) and to add specific satellites for monitoring.", "domain": "satellitetracker", "downloads": 0, "etag_repository": "W/\"c2807e9aed29bf98ea0d8fdb36edd838787ba52a8d6176e68d5cc55d29d9a157\"", "full_name": "djtimca/hasatellitetracker", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "0fc62d3", "last_release_tag": "0.0.7", "last_updated": "2022-01-18T15:30:25Z", "name": "satellitetracker", "new": false, "repository_manifest": {"name": "Satellite Tracker (N2YO)", "country": ["CA"], "domains": ["binary_sensor", "device_tracker", "sensor"], "homeassistant": "0.115.0", "iot_class": ["Cloud Polling"]}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["home-assistant", "home-assistant-hacs", "international-space-station", "iss", "satellite", "satellite-tracker", "starlink", "tracking-satellites", "visible-passes"], "version_installed": null, "last_fetched": 1642520517.076959}, "248462859": {"authors": ["@uvjustin"], "category": "integration", "description": "Custom component to allow Home Assistant to interface with Alarm.com", "domain": "alarmdotcom", "downloads": 0, "etag_repository": "W/\"3ce0ca90f5fc9249d3970eab7968934efb3c20f22f78b754937e95e5c41a48aa\"", "full_name": "uvjustin/alarmdotcom", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "42433a5", "last_release_tag": "v0.1.12", "last_updated": "2022-01-29T18:08:31Z", "name": "alarmdotcom", "new": false, "repository_manifest": {"name": "Alarmdotcom", "render_readme": true, "homeassistant": "0.105.0"}, "selected_tag": null, "show_beta": false, "stars": 72, "topics": ["alarm", "hacs", "home-assistant"], "version_installed": null, "last_fetched": 1643571251.610799}, "317051290": {"authors": ["@eyalcha"], "category": "integration", "description": "Home assistant custom component to fetch kan program guide", "domain": "kan_program", "downloads": 0, "etag_repository": "W/\"20b3a4d3077e80339ffc76d5e85f75a826a33a3697e90e9eed1208031929afb0\"", "full_name": "eyalcha/kan_program", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "0e70f0f", "last_release_tag": "1.0.0", "last_updated": "2021-06-26T12:35:00Z", "name": "kan_program", "new": false, "repository_manifest": {"name": "Kan Program", "domains": ["sensor"], "country": ["IL"], "iot_class": "cloud_poll", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["custom-component", "hacs", "home-assistant"], "version_installed": null}, "199399946": {"authors": ["@jessevl"], "category": "integration", "description": "This is a Home Assistant custom component that connects to the Greenchoice API", "domain": "greenchoice", "downloads": 0, "etag_repository": "W/\"69e8eae5b7d23ccc6536bfc2e922d5a227a616b765b3fa06cc272e6dd9e28af6\"", "full_name": "jessevl/homeassistant-greenchoice", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "622eab3", "last_release_tag": null, "last_updated": "2021-04-08T13:40:36Z", "name": "greenchoice", "new": false, "repository_manifest": {"name": "Greenchoice", "country": ["NL"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 20, "topics": ["greenchoice", "homeassistant", "sensor"], "version_installed": null, "last_fetched": 1643571234.788655}, "319343045": {"authors": ["@caronc"], "category": "integration", "description": "Interlogix ZeroWire and Hills ComNav (NX-595E) UltraSync Security Panel for Integration for Home Assistant Comunity Store (HACS)", "domain": "ultrasync", "downloads": 0, "etag_repository": "W/\"7c500957e5ad8297c55bbccc7d50d5def2e2113833bdd4c011de193d34345d59\"", "full_name": "caronc/ha-ultrasync", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c96ec26", "last_release_tag": null, "last_updated": "2021-10-22T17:54:48Z", "name": "ultrasync", "new": false, "repository_manifest": {"name": "UltraSync Beta", "hacs": "0.24.0", "domains": ["sensor"], "render_readme": true, "homeassistant": "0.110.0"}, "selected_tag": null, "show_beta": false, "stars": 7, "topics": ["comnav", "hacs", "homeassistant", "homeassistant-custom-component", "homeassistant-integration", "interlogix", "nx-595e", "security", "ultrasync"], "version_installed": null, "last_fetched": 1642851356.971667}, "316527506": {"authors": ["@iprak"], "category": "integration", "description": "Home Assistant component for C545 Winix Air Purifier", "domain": "winix", "downloads": 0, "etag_repository": "W/\"4896afc32e43c580e189dfeaca281c554315acc0c5e9713dff678679d0f64e94\"", "full_name": "iprak/winix", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "dc0bec5", "last_release_tag": "v.11", "last_updated": "2022-01-08T10:26:20Z", "name": "winix", "new": false, "repository_manifest": {"name": "Winix Purifier", "domains": ["sensor", "fan"], "iot_class": "cloud_poll", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 31, "topics": ["home-assistant", "homeassistant", "purifier", "winix"], "version_installed": null, "last_fetched": 1642851357.701492}, "316807165": {"authors": ["@kloknibor", "@docbobo"], "category": "integration", "description": "Miele integration for Home assistant", "domain": "miele", "downloads": 0, "etag_repository": "W/\"60a16e54b24f724c4ced36b41842d979fb970454290f42d6b516cda605b7b47b\"", "full_name": "HomeAssistant-Mods/home-assistant-miele", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1ac1b91", "last_release_tag": "v0.9.1", "last_updated": "2022-01-20T22:46:02Z", "name": "miele", "new": false, "repository_manifest": {"name": "Miele integration", "iot_class": ["Cloud Polling"]}, "selected_tag": null, "show_beta": false, "stars": 56, "topics": ["hacs", "homeassistant", "homeassistant-integration", "miele"], "version_installed": null, "last_fetched": 1643571233.046946}, "312896602": {"authors": ["@lendy007"], "category": "integration", "description": "Skoda Connect - An home assistant plugin to add integration with your car", "domain": "skodaconnect", "downloads": 0, "etag_repository": "W/\"699dfd91c6d4d2c2ff71fa157dc4455f09611836958f747b5b0b12d7910fcc0b\"", "full_name": "lendy007/homeassistant-skodaconnect", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9bde67c", "last_release_tag": "v1.0.63", "last_updated": "2022-01-29T11:33:23Z", "name": "skodaconnect", "new": false, "repository_manifest": {"name": "Skoda Connect", "iot_class": "Cloud Polling", "homeassistant": "2021.12.0", "hide_default_branch": true, "zip_release": false, "filename": "skodaconnect.zip"}, "selected_tag": null, "show_beta": false, "stars": 95, "topics": ["custom-component", "hacs", "homeassistant", "skoda-connect"], "version_installed": null, "last_fetched": 1643571238.351899}, "300754203": {"authors": [], "category": "plugin", "description": "A simple clock widget using Japanese Kanji for date and time", "domain": "", "downloads": 0, "etag_repository": "W/\"7ed924d663a09f693c7769511af013cf0049289224d664c484ff0336ce62661c\"", "full_name": "sopelj/lovelace-kanji-clock-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "79992f6", "last_release_tag": "0.2.2", "last_updated": "2021-12-26T17:55:49Z", "name": "lovelace-kanji-clock-card", "new": false, "repository_manifest": {"name": "Kanji Clock Card", "render_readme": true, "filename": "kanji-clock-card.js", "country": ["JP"]}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["hacs", "lovelace", "lovelace-card", "lovelace-custom-card"], "version_installed": null}, "316597224": {"authors": ["@DarkPark"], "category": "integration", "description": "A Home Assistant Budova Smart Home integration", "domain": "bsh", "downloads": 0, "etag_repository": "W/\"b06c4df8064aeff9d855d3ebf94c284d55804b82f22e8fa574e288f517214e21\"", "full_name": "dphae/bsh", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1c9ac28", "last_release_tag": "v1.3.5", "last_updated": "2021-08-05T21:00:50Z", "name": "bsh", "new": false, "repository_manifest": {"name": "Budova Smart Home", "country": ["UA"], "content_in_root": false, "render_readme": true, "domains": ["sensor"], "iot_class": "Cloud Polling", "homeassistant": "2021.8.1"}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": ["budova", "custom-component", "hacs", "home-assistant", "integration", "smart-home"], "version_installed": null}, "316421110": {"authors": ["@rccoleman"], "category": "integration", "description": "Interact with your La Marzocco espresso machine", "domain": "lamarzocco", "downloads": 0, "etag_repository": "W/\"0d410f3b370f60bc9010b95e6b04e192252e16959790448c3af830994dbf0dab\"", "full_name": "rccoleman/lamarzocco", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a0b34e3", "last_release_tag": "v0.8.0", "last_updated": "2021-12-05T17:10:07Z", "name": "lamarzocco", "new": false, "repository_manifest": {"name": "La Marzocco", "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": ["hacs", "home-assistant", "home-assistant-component", "homeassistant", "la-marzocco", "lamarzocco"], "version_installed": null}, "228299254": {"authors": ["@rsnodgrass"], "category": "integration", "description": "LUNOS HRV Ventilation Fan Control for Home Assistant", "domain": "lunos", "downloads": 0, "etag_repository": "W/\"f2e9fb0d4259e163fb469138b789a5b150705b4cc9b338091de8bcc4be802f65\"", "full_name": "rsnodgrass/hass-lunos", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4ce9000", "last_release_tag": "0.1.3", "last_updated": "2021-09-29T20:55:52Z", "name": "lunos", "new": false, "repository_manifest": {"name": "LUNOS Heat Recovery Ventilation", "domains": ["fan"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 11, "topics": ["homeassistant", "hvac", "ventilation"], "version_installed": null}, "313759590": {"authors": ["@ryanmac8"], "category": "integration", "description": "Mint Mobile Integration for Data Usage Monitoring", "domain": "mintmobile", "downloads": 0, "etag_repository": "W/\"2cc94deaeac6d7d64f763de33ffce910c8ef4115159f9e85982a887f41b32fff\"", "full_name": "ryanmac8/HA-Mint-Mobile", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "0d9c8af", "last_release_tag": "v1.9", "last_updated": "2022-01-18T01:00:09Z", "name": "mintmobile", "new": false, "repository_manifest": {"name": "Mint Mobile", "content_in_root": false, "domains": ["sensor"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": ["automation", "home-assistant"], "version_installed": null, "last_fetched": 1642520517.749859}, "318801320": {"authors": ["@thebino"], "category": "integration", "description": " \ud83e\udda0 Custom integration for Home Assistant to monitor covid numbers provided by Robert-Koch Institut", "domain": "rki_covid", "downloads": 2153, "etag_repository": "W/\"9c98997e198307321be114edad7dcfa67c838cd88e7a8e121baef7311a45c892\"", "full_name": "thebino/rki_covid", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "948337e", "last_release_tag": "1.5.6", "last_updated": "2022-01-09T19:09:32Z", "name": "rki_covid", "new": false, "repository_manifest": {"name": "RKI Covid numbers", "zip_release": true, "filename": "rki_covid.zip", "country": ["DE"], "domains": ["rki_covid", "sensor"], "homeassistant": "0.110.0", "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 38, "topics": ["automation", "custom", "hassio", "home-assistant", "lovelace", "sensor"], "version_installed": null, "last_fetched": 1643571249.747555}, "188323494": {"authors": [], "category": "plugin", "description": "Bring new life to Home Assistant. By mapping entities to a SVG-object, you're able to control devices, show states, calling services - and much more. Add custom styling on top, to visualize whatever you can think of. Your imagination just become the new limit.", "domain": "", "downloads": 0, "etag_repository": "W/\"b8aa61e2587d3ef89d45f966f97900415d33b3d9c3eeef71d01d637f3627b76f\"", "full_name": "ExperienceLovelace/ha-floorplan", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "83cc2e8", "last_release_tag": "1.0.30", "last_updated": "2022-01-17T17:16:43Z", "name": "ha-floorplan", "new": false, "repository_manifest": {"name": "Ha Floorplan", "filename": "floorplan.js"}, "selected_tag": null, "show_beta": false, "stars": 390, "topics": ["floorplan", "homeassistant", "lovelace-card", "lovelace-floorplan", "panel"], "version_installed": null, "last_fetched": 1643545559.024828}, "318359434": {"authors": ["@FutureTense", "@firstof9"], "category": "integration", "description": "Home Assistant integration for managing Z-Wave enabled locks", "domain": "keymaster", "downloads": 2557, "etag_repository": "W/\"4499bf7e6caf71cbb782bec3066df0e032496d9208414845c6c4e3ccaa3be39f\"", "full_name": "FutureTense/keymaster", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "05d6d37", "last_release_tag": "v0.0.77", "last_updated": "2021-11-19T01:44:23Z", "name": "keymaster", "new": false, "repository_manifest": {"name": "keymaster", "domains": ["automation", "binary_sensor", "input_boolean", "input_datetime", "input_number", "input_text", "script", "sensor", "template"], "iot_class": "Local Polling", "zip_release": true, "filename": "keymaster.zip", "homeassistant": "2021.9.0"}, "selected_tag": null, "show_beta": false, "stars": 92, "topics": ["home-assistant", "keymaster", "locks", "zwave", "zwave-enabled-locks"], "version_installed": null, "last_fetched": 1643571231.5456}, "325097827": {"authors": ["@andvikt"], "category": "integration", "description": "MegaD HomeAssistant integration", "domain": "mega", "downloads": 0, "etag_repository": "W/\"1b857a9d4066e7a6dc9777775645335db4507e63fbc91828342562b063316f20\"", "full_name": "andvikt/mega_hacs", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "16ad1ea", "last_release_tag": "v1.1.1", "last_updated": "2021-12-19T14:53:40Z", "name": "mega", "new": false, "repository_manifest": {"name": "MegaD", "country": ["RU"], "domains": ["mega"], "persistent_directory": "userfiles", "iot_class": ["Assumed State", "Local Push"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 69, "topics": ["custom-integration", "hacs", "homeassistant", "megad"], "version_installed": null, "last_fetched": 1643571221.419354}, "325635211": {"authors": ["@kesteraernoudt"], "category": "integration", "description": "Custom Home Assistant Integration for the Dobiss NXT platform", "domain": "dobiss", "downloads": 0, "etag_repository": "W/\"5cf72dc8b506c35a53452f9218391dbfd870cdf09ad57b9f3b99b3ead7da447f\"", "full_name": "kesteraernoudt/dobiss", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9bf662e", "last_release_tag": "v1.4", "last_updated": "2022-01-07T18:24:35Z", "name": "dobiss", "new": false, "repository_manifest": {"name": "dobiss", "hacs": "1.6.0", "domains": ["binary_sensor", "sensor", "switch", "light", "climate", "cover"], "iot_class": ["Local Push", "Cloud Push"], "homeassistant": "0.118.0"}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["hacs", "hass", "home-assistant", "integration"], "version_installed": null, "last_fetched": 1641587982.004159}, "311913208": {"authors": ["@gazoodle"], "category": "integration", "description": "Home Assistant integration for spas equipped with Gecko Alliance in.touch2 modules", "domain": "gecko", "downloads": 0, "etag_repository": "W/\"fe22f48bbdcc1ea5da3d29c1fcb2705a0894d4006944b2546fc0d883f2e58a75\"", "full_name": "gazoodle/gecko-home-assistant", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "8eac2e2", "last_release_tag": "v0.0.7", "last_updated": "2021-08-11T09:23:47Z", "name": "gecko", "new": false, "repository_manifest": {"name": "Gecko", "hacs": "0.24.0", "domains": ["binary_sensor", "sensor", "switch", "climate", "light"], "iot_class": "Local Push", "homeassistant": "0.115.0"}, "selected_tag": null, "show_beta": false, "stars": 24, "topics": ["gecko", "hacs", "home-assistant", "home-assistant-integration", "hot-tub", "intouch2", "jacuzzi", "spa"], "version_installed": null, "last_fetched": 1641307475.129335}, "299556199": {"authors": ["@xraver"], "category": "integration", "description": "Script to use Mercedes Me APIs.", "domain": "mercedesmeapi", "downloads": 0, "etag_repository": "W/\"372019ef96f8d311a1f43e9707b56690c517ad8bee0b0a608e8a733a303de980\"", "full_name": "xraver/mercedes_me_api", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "ee64462", "last_release_tag": "v0.11", "last_updated": "2021-02-04T08:01:28Z", "name": "mercedesmeapi", "new": false, "repository_manifest": {"name": "Mercedes Me API", "domains": ["sensor"], "render_readme": false, "homeassistant": "0.100.0", "iot_class": ["Cloud Polling"]}, "selected_tag": null, "show_beta": false, "stars": 32, "topics": ["hacs", "homeassistant", "mercedes", "mercedes-benz-car", "python"], "version_installed": null, "last_fetched": 1643571252.677888}, "303793543": {"authors": ["@tomasbedrich"], "category": "integration", "description": "A Home Assistant integration for communication with Skydance lighting WiFi relay.", "domain": "skydance", "downloads": 0, "etag_repository": "W/\"acd134673a77eef42a62354521c279e96a0ed8e163ace5454a4f23c5c29857a4\"", "full_name": "tomasbedrich/home-assistant-skydance", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a1630b7", "last_release_tag": "2.0.1", "last_updated": "2021-11-30T23:47:20Z", "name": "skydance", "new": false, "repository_manifest": {"name": "Skydance", "domains": ["skydance"], "country": ["EN", "CZ"], "render_readme": true, "iot_class": ["Local Polling"]}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": ["hacs", "home-assistant", "home-automation", "networking", "python"], "version_installed": null, "last_fetched": 1642851364.709123}, "315447202": {"authors": ["@KoljaWindeler"], "category": "integration", "description": "YouTube music player for homeassistant", "domain": "ytube_music_player", "downloads": 0, "etag_repository": "W/\"4e4f8d49105d3ae7321ae25d0446883933d7395927e7cab2e864063a3103da0f\"", "full_name": "KoljaWindeler/ytube_music_player", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "418b3bc", "last_release_tag": "20220123.01", "last_updated": "2022-01-23T08:37:22Z", "name": "ytube_music_player", "new": false, "repository_manifest": {"name": "ytube_music_player", "content_in_root": false, "render_readme": true, "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 124, "topics": ["custom-component", "homeassistant", "youtube"], "version_installed": null, "last_fetched": 1643571237.081738}, "157618389": {"authors": [], "category": "integration", "description": "\ud83d\udd39 Use icons from fontawesome in home-assistant", "domain": "fontawesome", "downloads": 0, "etag_repository": "W/\"9a5fece5aaaf48609cffe62ae79ac8452b4ad3c87d9f5d6dd0ac067f39b21c89\"", "full_name": "thomasloven/hass-fontawesome", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "cb7b171", "last_release_tag": "2.1.5", "last_updated": "2021-11-23T09:13:29Z", "name": "fontawesome", "new": false, "repository_manifest": {"name": "fontawesome", "render_readme": true, "homeassistant": "2021.11.0b0"}, "selected_tag": null, "show_beta": false, "stars": 154, "topics": [], "version_installed": null, "last_fetched": 1643571250.148892}, "306666927": {"authors": ["@unsigus", "@DCSBL"], "category": "integration", "description": "Custom Home Assistant integration for HomeWizard Energy", "domain": "homewizard_energy", "downloads": 1679, "etag_repository": "W/\"516fa941ff011f2e180d64bdf4987f72af1ff450c0b5578abd5f2450f7b921b3\"", "full_name": "DCSBL/ha-homewizard-energy", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "de4d4d8", "last_release_tag": "0.12.1", "last_updated": "2022-01-17T11:30:27Z", "name": "homewizard_energy", "new": false, "repository_manifest": {"name": "HomeWizard Energy", "render_readme": true, "domains": ["sensor", "switch"], "homeassistant": "2021.11.0", "iot_class": "local_polling", "zip_release": true, "filename": "homewizard_energy.zip"}, "selected_tag": null, "show_beta": false, "stars": 25, "topics": ["custom-integration", "dsmr", "hacs", "home-assistant", "homeassistant", "homewizard", "homewizard-energy", "homewizard-p1-meter", "p1"], "version_installed": null, "last_fetched": 1643571227.966338}, "203246690": {"authors": [], "category": "plugin", "description": "Home Assistant Lovelace custom card with Barometer, Thermomer themes and customs themes as well !", "domain": "", "downloads": 0, "etag_repository": "W/\"74e7e0414b1b654f441623138358d57a355c6aeba614c5da57987fdb88568990\"", "full_name": "SNoof85/lovelace-tempometer-gauge-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "59e1a34", "last_release_tag": "1.40", "last_updated": "2021-06-07T09:26:09Z", "name": "lovelace-tempometer-gauge-card", "new": false, "repository_manifest": {"name": "Tempometer Gauge Card", "render_readme": true, "content_in_root": true, "filename": "tempometer-gauge-card.js"}, "selected_tag": null, "show_beta": false, "stars": 84, "topics": ["barometer", "custom-card", "home-assistant", "lovelace", "thermometer"], "version_installed": null, "last_fetched": 1643571263.133605}, "179808576": {"authors": [], "category": "plugin", "description": "Additional icons for Home Assistant to accompany the MDI icons", "domain": "", "downloads": 0, "etag_repository": "W/\"7e3c5b703209201b9acb26f9d60a488c0b4eea50225225527e9adb033ba3e8ba\"", "full_name": "hulkhaugen/hass-bha-icons", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c9f8057", "last_release_tag": null, "last_updated": "2022-01-28T19:07:08Z", "name": "hass-bha-icons", "new": false, "repository_manifest": {"name": "BHA Icon Pack", "render_readme": false, "content_in_root": false}, "selected_tag": null, "show_beta": false, "stars": 129, "topics": ["hacs", "home-assistant", "homeassistant", "icons", "iconset"], "version_installed": null, "last_fetched": 1643545558.910635}, "237620254": {"authors": [], "category": "plugin", "description": "This is a custom lovelace card for displaying a todoist calendar in Home Assistant.", "domain": "", "downloads": 0, "etag_repository": "W/\"0b23f2994406c5ecf139ad5126e1268b6f975ddad2750667c33753b8afdc72c4\"", "full_name": "tholgir/TodoIst-Task-List", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "23c9f66", "last_release_tag": "v1.1.1", "last_updated": "2021-04-25T07:36:09Z", "name": "TodoIst-Task-List", "new": false, "repository_manifest": {"name": "todoist-task-list", "content_in_root": true, "render_readme": true, "filename": "todoist-task-list.js"}, "selected_tag": null, "show_beta": false, "stars": 10, "topics": ["homeassistant", "lovelace", "lovelace-custom-card", "lovelace-ui", "todoist"], "version_installed": null}, "328957716": {"authors": [], "category": "plugin", "description": "Home Assistant Lovelace Custom Card to calculate time elapsed/left", "domain": "", "downloads": 0, "etag_repository": "W/\"9448c4a172fc46581115a1dad10addfb3da730b136948abb6896dfa85f773e6b\"", "full_name": "Kirbo/ha-lovelace-elapsed-time-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "84704a2", "last_release_tag": "0.4.2", "last_updated": "2021-06-03T08:58:27Z", "name": "ha-lovelace-elapsed-time-card", "new": false, "repository_manifest": {"name": "Time Elapsed Card", "render_readme": true, "filename": "elapsed-time-card.js"}, "selected_tag": null, "show_beta": false, "stars": 19, "topics": ["hacs", "homeassistant", "lovelace-custom-card"], "version_installed": null, "last_fetched": 1641217483.958615}, "328132422": {"authors": [], "category": "plugin", "description": "This repository is used to contain the code of a kodi playlist card for Home Assistant and publish it via HACS", "domain": "", "downloads": 0, "etag_repository": "W/\"91866afe904c89043fdf11b65f6a552e00dc52ed3cb5b0feba28b51d123c2a3d\"", "full_name": "jtbgroup/kodi-playlist-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "864bed7", "last_release_tag": "3.2.0", "last_updated": "2021-12-05T07:17:07Z", "name": "kodi-playlist-card", "new": false, "repository_manifest": {"name": "Kodi Playlist Card", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["home-assistant", "home-assistant-frontend", "home-assistant-hacs", "homeassistant", "kodi"], "version_installed": null}, "331701152": {"authors": [], "category": "plugin", "description": "\ud83d\udcc8 A Lovelace card to display advanced graphs and charts based on ApexChartsJS for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"1f4e541aaaf4fc5481e80109b6bda4d27ee9e439a2bed8461fbc8d17fdc4a5ca\"", "full_name": "RomRider/apexcharts-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4d72937", "last_release_tag": "v1.10.0", "last_updated": "2022-01-03T18:03:25Z", "name": "apexcharts-card", "new": false, "repository_manifest": {"name": "apexcharts-card", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 328, "topics": ["apexcharts", "home-assistant", "iot", "lovelace"], "version_installed": null, "last_fetched": 1643545559.208369}, "327779379": {"authors": ["@itchannel"], "category": "integration", "description": "Optus Mobile Home Assistant Integration", "domain": "optus", "downloads": 0, "etag_repository": "W/\"76247ea11beb07b89e9380811fd7f27d91be810b51b5969f11cb5b32288b4e5b\"", "full_name": "itchannel/optus-ha", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7186455", "last_release_tag": "0.0.2", "last_updated": "2021-06-13T00:40:48Z", "name": "optus", "new": false, "repository_manifest": {"name": "Optus", "content_in_root": false, "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": ["assistant", "mobile", "optus"], "version_installed": null}, "257988102": {"authors": ["@cgarwood"], "category": "integration", "description": "Fully Kiosk Browser integration for Home Assistant", "domain": "fullykiosk", "downloads": 0, "etag_repository": "W/\"9ad4c084b7f8e7449720c3ac1219fab3c85e0b59d3817bc4cf66f24ff53cd5fb\"", "full_name": "cgarwood/homeassistant-fullykiosk", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7405866", "last_release_tag": "1.0.1", "last_updated": "2022-01-08T14:11:03Z", "name": "fullykiosk", "new": false, "repository_manifest": {"name": "Fully Kiosk Browser", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 93, "topics": ["fully-kiosk-browser", "hacktoberfest", "home-assistant"], "version_installed": null, "last_fetched": 1643571224.437525}, "328361159": {"authors": ["@jellespijker"], "category": "integration", "description": "Home-Assistant component for Ultimaker printers (UM3, S3, S5)", "domain": "ultimaker", "downloads": 0, "etag_repository": "W/\"b5d986842221d7e6b9a33dcfd6b2f5b31cfc60f6068919ff8018d21f92a832fd\"", "full_name": "jellespijker/home-assistant-ultimaker", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5324b44", "last_release_tag": "V0.1.5", "last_updated": "2021-03-07T12:11:04Z", "name": "ultimaker", "new": false, "repository_manifest": {"name": "ultimaker", "render_readme": true, "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": ["3d-printing", "hass", "hassio", "home-assistant", "home-assistant-component", "home-assistant-hacs", "home-assistant-sensor", "s3", "s5", "ultimaker", "um3"], "version_installed": null}, "326288498": {"authors": ["@jugla"], "category": "integration", "description": "world tides info custom component for home assistant", "domain": "worldtidesinfocustom", "downloads": 0, "etag_repository": "W/\"7d616285d305b4ec252f1ef5df4e30b445f5b5c7ceb4aa730695426484e3c9b8\"", "full_name": "jugla/worldtidesinfocustom", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "85f5079", "last_release_tag": "V9.1.0", "last_updated": "2022-01-25T17:54:16Z", "name": "worldtidesinfocustom", "new": false, "repository_manifest": {"name": "worldtidesinfocustom", "domains": ["sensor", "camera"], "iot_class": "cloud_polling"}, "selected_tag": null, "show_beta": false, "stars": 14, "topics": ["customcomponents", "hacs", "homeassistant", "tides", "worldtides"], "version_installed": null, "last_fetched": 1643571235.91743}, "330454534": {"authors": [], "category": "plugin", "description": "Lovelace card to configure network-connected La Marzocco espresso machines", "domain": "", "downloads": 0, "etag_repository": "W/\"834c5ba895093871d0278bf5d24283be5d0cbbf2041432f3a1080e985037af26\"", "full_name": "rccoleman/lovelace-lamarzocco-config-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1022444", "last_release_tag": "v0.0.7", "last_updated": "2021-02-14T21:51:13Z", "name": "lovelace-lamarzocco-config-card", "new": false, "repository_manifest": {"name": "La Marzocco Config Card", "render_readme": true, "filename": "lamarzocco-config-card.js"}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["automation", "espresso", "hass", "home-assistant", "homeassistant", "lamarzocco", "lovelace", "lovelace-card", "lovelace-custom-card"], "version_installed": null}, "306822538": {"authors": ["@exxamalte"], "category": "integration", "description": "Home Assistant Custom Component: NSW Rural Fire Service Fire Danger", "domain": "nsw_rural_fire_service_fire_danger", "downloads": 0, "etag_repository": "W/\"6015dffad130bb99d7f11ec0edd0674f3cae4514f70910e82a928c3889733357\"", "full_name": "exxamalte/home-assistant-custom-components-nsw-rural-fire-service-fire-danger", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9d125bd", "last_release_tag": "v0.8", "last_updated": "2021-12-25T12:03:39Z", "name": "nsw_rural_fire_service_fire_danger", "new": false, "repository_manifest": {"name": "NSW Rural Fire Service - Fire Danger", "domains": ["binary_sensor", "sensor"], "country": ["AU"], "homeassistant": "0.117.0", "iot_class": ["Cloud Polling"]}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["custom-component", "fire-danger", "homeassistant", "nsw", "rural-fire-service", "sensor"], "version_installed": null, "last_fetched": 1642520518.567378}, "291484700": {"authors": ["@AlexxIT"], "category": "integration", "description": "Control Zigbee, BLE and Mesh devices from Home Assistant with Xiaomi Gateway 3 (ZNDMWG03LM) on original firmware", "domain": "xiaomi_gateway3", "downloads": 0, "etag_repository": "W/\"d86ae8c1553b7a10c2556d979df00cbc5ab5c986a8bbf7e78474c63af19f0036\"", "full_name": "AlexxIT/XiaomiGateway3", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "0488afc", "last_release_tag": "v1.6.5", "last_updated": "2022-01-30T12:22:47Z", "name": "xiaomi_gateway3", "new": false, "repository_manifest": {"name": "Xiaomi Gateway 3", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 1250, "topics": ["ble", "hacs", "home-assistant", "xiaomi", "zigbee"], "version_installed": null, "last_fetched": 1643571220.148948}, "334523683": {"authors": ["@B5r1oJ0A9G"], "category": "integration", "description": "Integration for Teufel smart speaker (aka Raumfeld Multiroom) into https://www.home-assistant.io/.", "domain": "teufel_raumfeld", "downloads": 0, "etag_repository": "W/\"7a0c134f283ea4291b75e50ef9cff060ceb12c4dd8b25ed3569e9186abc5dbb9\"", "full_name": "B5r1oJ0A9G/teufel_raumfeld", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "abb330c", "last_release_tag": null, "last_updated": "2021-08-24T22:21:56Z", "name": "teufel_raumfeld", "new": false, "repository_manifest": {"name": "Teufel Raumfeld", "domains": ["media_player", "sensor"], "iot_class": ["Local Polling"], "zip_release": true, "filename": "teufel_raumfeld.zip"}, "selected_tag": null, "show_beta": false, "stars": 15, "topics": ["hassfeld", "home-assistant", "media-player", "multiroom", "multiroom-audio", "raumfeld", "smart-speaker", "teufel"], "version_installed": null, "last_fetched": 1643571222.419727}, "276915021": {"authors": ["@fondberg", "@tmjo", "@olalid", "@astrandb"], "category": "integration", "description": "Custom component for Easee EV charger", "domain": "easee", "downloads": 0, "etag_repository": "W/\"e578a60c45595826a2bc3b3e57433bae049cde20cdb6cf25c8129ecba35d3371\"", "full_name": "fondberg/easee_hass", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "91fe608", "last_release_tag": "v0.9.39", "last_updated": "2022-01-28T09:41:00Z", "name": "easee", "new": false, "repository_manifest": {"name": "Easee EV Charger", "domains": ["binary_sensor", "sensor", "switch"], "homeassistant": "2021.11.0", "iot_class": ["Cloud Push"]}, "selected_tag": null, "show_beta": false, "stars": 74, "topics": ["easee", "ev-charging", "hass", "home-assistant"], "version_installed": null, "last_fetched": 1643571230.885064}, "325755578": {"authors": ["@ReneNulschDE"], "category": "integration", "description": "Custom Component to integrate MercedesME devices into Home-Assistant", "domain": "mbapi2020", "downloads": 0, "etag_repository": "W/\"aaf6bc11f86b3bafaaf2e842f4d3039711c3c0b8141757955d6d9f9443d6fdec\"", "full_name": "ReneNulschDE/mbapi2020", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c2df37d", "last_release_tag": "v0.6.1", "last_updated": "2022-01-30T16:59:42Z", "name": "mbapi2020", "new": false, "repository_manifest": {"name": "MercedesME 2020", "domains": ["lock", "sensor", "device_tracker", "binary_sensor", "switch"], "iot_class": "Cloud Pull"}, "selected_tag": null, "show_beta": false, "stars": 51, "topics": ["car", "home-assistant", "home-assistant-component", "lock", "sensor", "switch"], "version_installed": null, "last_fetched": 1643571245.715936}, "325962977": {"authors": ["@msekoranja"], "category": "integration", "description": "EMSC Home Assistant Integration", "domain": "emscrss", "downloads": 0, "etag_repository": "W/\"d6e74e4c98906a961e5fabe8d993df2fe88cbd9fd27b885e5254095f98c25b5a\"", "full_name": "msekoranja/emsc-hacs-repository", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e024cc1", "last_release_tag": null, "last_updated": "2021-12-16T18:29:28Z", "name": "emscrss", "new": false, "repository_manifest": {"name": "EMSC Earthquake RSS Feed", "hacs": "1.6.0", "domains": ["sensor"], "iot_class": "Cloud Polling", "homeassistant": "0.118.0"}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["custom-component", "home-assistant"], "version_installed": null, "last_fetched": 1643545556.696503}, "319744131": {"authors": ["@martindybal"], "category": "integration", "description": "TapHome integration into Home Assistant.", "domain": "taphome", "downloads": 0, "etag_repository": "W/\"56d90ea97718f8cc5c34e1939afc5c548545efd74bf1854fe6c2572f26a0e34c\"", "full_name": "martindybal/taphome-homeassistant", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "79d1f47", "last_release_tag": null, "last_updated": "2022-01-16T05:54:53Z", "name": "taphome", "new": false, "repository_manifest": {"name": "TapHome", "render_readme": true, "homeassistant": "2021.7.0", "domains": ["binary_sensor", "climate", "cover", "light", "sensor", "switch", "select"], "content_in_root": true}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": ["home-assistant", "home-automation", "taphome"], "version_installed": null, "last_fetched": 1642430855.853559}, "236611771": {"authors": ["@PrairieSnpr"], "category": "integration", "description": "TDAmeritrade component for Home Assistant", "domain": "tdameritrade", "downloads": 0, "etag_repository": "W/\"4b4636130839f61b04ea3b9bb184a3887b9f48db9be36f8911ef29896f21e5f0\"", "full_name": "prairiesnpr/hass-tdameritrade", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c16f7ec", "last_release_tag": "v0.2", "last_updated": "2021-09-26T20:27:15Z", "name": "tdameritrade", "new": false, "repository_manifest": {"name": "TDAmeritrade", "country": ["US"], "domains": ["binary_sensor", "sensor"], "homeassistant": "2021.1.4", "iot_class": ["Cloud Polling"]}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["hacs", "home-assistant", "tdameritrade"], "version_installed": null}, "321172020": {"authors": ["@natekspencer"], "category": "integration", "description": "Home Assistant integration for a Litter-Robot Connect self-cleaning litter box", "domain": "litterrobot", "downloads": 0, "etag_repository": "W/\"9cc00dc169650c071db9f4b4dd03ccb36469d6af166ef0594b5e682f6c5e6226\"", "full_name": "natekspencer/hacs-litterrobot", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1a1bc12", "last_release_tag": "2021.8.0", "last_updated": "2021-09-14T00:21:28Z", "name": "litterrobot", "new": false, "repository_manifest": {"name": "Litter-Robot", "render_readme": true, "domains": ["sensor", "switch", "vacuum"], "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": ["hacs", "home-assistant", "home-assistant-hacs", "homeassistant", "homeassistant-components", "homeassistant-custom-component", "homeassistant-integration", "litter-robot", "python3"], "version_installed": null, "last_fetched": 1641217493.557287}, "335750566": {"authors": ["@metbril"], "category": "integration", "description": "Home Assistant component for fuel prices from United Consumers", "domain": "brandstofprijzen", "downloads": 0, "etag_repository": "W/\"d74db9c0926372d170ef8f49196e9c5f3281f9e4617ff3895a6dce7b1ca37e18\"", "full_name": "metbril/home-assistant-brandstofprijzen", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c1ad1f5", "last_release_tag": "v0.3.0", "last_updated": "2021-12-25T17:27:20Z", "name": "brandstofprijzen", "new": false, "repository_manifest": {"name": "Brandstofprijzen", "content_in_root": false, "render_readme": true, "country": ["NL"], "domains": ["sensor"], "iot_class": ["Assumed State", "Cloud Polling"]}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": ["custom-component", "home-assistant"], "version_installed": null}, "332651510": {"authors": ["@jcgoette"], "category": "integration", "description": "This custom integration provides sensors for Baby Buddy API endpoints.", "domain": "babybuddy", "downloads": 0, "etag_repository": "W/\"9b94fc4737f3ba865ac135f2772b82709943780b7dd9baf63e45a25ec541af43\"", "full_name": "jcgoette/baby_buddy_homeassistant", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "abb4c50", "last_release_tag": "v2.3.0", "last_updated": "2021-12-18T03:52:25Z", "name": "babybuddy", "new": false, "repository_manifest": {"domains": ["sensor", "switch"], "homeassistant": "2021.9", "iot_class": "Cloud Polling", "name": "Baby Buddy", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 18, "topics": ["baby", "home-assistant", "home-assistant-component", "home-assistant-custom", "home-assistant-sensor", "parents", "python"], "version_installed": null, "last_fetched": 1642430857.32164}, "334718103": {"authors": ["@fred-oranje"], "category": "integration", "description": "Add Rituals Genie to your HomeAssistant", "domain": "rituals_genie", "downloads": 0, "etag_repository": "W/\"134c760881a3629df584d2b62091a66a33188c060257342747aa089f66514a0f\"", "full_name": "fred-oranje/rituals-genie", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c7589d3", "last_release_tag": "v0.0.2", "last_updated": "2021-12-06T12:08:47Z", "name": "rituals_genie", "new": false, "repository_manifest": {"name": "Rituals Genie", "hacs": "1.6.0", "domains": ["sensor", "switch"], "iot_class": "Cloud Polling", "homeassistant": "2021.1.5"}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["genie", "homeassistant", "integration", "rituals"], "version_installed": null}, "295523408": {"authors": ["@jvitkauskas"], "category": "integration", "description": "Home Assistant integration with Salus devices", "domain": "salus", "downloads": 0, "etag_repository": "W/\"95fa6c21697809190fc02e76e65a8b58c0371f314856ba019b6f5525e49c8d44\"", "full_name": "jvitkauskas/homeassistant_salus", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "86d0d52", "last_release_tag": "0.3.1", "last_updated": "2022-01-14T20:26:10Z", "name": "salus", "new": false, "repository_manifest": {"name": "Salus iT600", "render_readme": true, "iot_class": "Local Polling", "domains": ["climate", "binary_sensor", "switch", "cover", "sensor"]}, "selected_tag": null, "show_beta": false, "stars": 19, "topics": ["hacs", "hass", "home-assistant", "integration"], "version_installed": null, "last_fetched": 1643571236.44543}, "327695137": {"authors": ["@boralyl", "@Gautier Vanderslyen"], "category": "integration", "description": "Custom component to feed multiple sensors in Home Assistan and so custom cards can be to display those sensors. This repository is a fork of https://github.com/boralyl/kodi-recently-added", "domain": "kodi_media_sensors", "downloads": 0, "etag_repository": "W/\"7cdc679cb850cd9a5cbfd0159067d19f002baaf21c01a106e9b5bee8d1831e4d\"", "full_name": "jtbgroup/kodi-media-sensors", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7daf4fc", "last_release_tag": "3.3.0", "last_updated": "2021-12-26T08:56:02Z", "name": "kodi_media_sensors", "new": false, "repository_manifest": {"config_flow": true, "documentation": "https://github.com/jtbgroup/kodi-media-sensors", "domains": ["sensor"], "homeassistant": "2021.1.3", "iot_class": "Local Polling", "name": "Kodi Media Sensors", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["hacs", "home-assistant", "home-assistant-component", "home-assistant-custom", "home-assistant-hacs", "homeassistant", "homeassistant-components", "homeassistant-custom-component", "homeassistant-integration", "homeassistant-sensor", "kodi", "playlist", "playlists", "pyth"], "version_installed": null}, "334284822": {"authors": ["@rj175"], "category": "integration", "description": "An integration to monitor and execute AWS Codepipeline projects within Home Assistant.", "domain": "aws_codepipeline", "downloads": 0, "etag_repository": "W/\"dd3f1ad21b89814df953d20283c07dc9f11f767559ec92689570207215d03888\"", "full_name": "rj175/home-assistant-aws-codepipeline", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3b374af", "last_release_tag": "v1.0.0", "last_updated": "2021-01-30T22:52:54Z", "name": "aws_codepipeline", "new": false, "repository_manifest": {"name": "AWS Codepipeline", "domains": ["sensors"], "iot_class": ["Cloud Poll"]}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["aws", "ci", "cloud", "codepipeline"], "version_installed": null}, "232424544": {"authors": ["@tschamm"], "category": "integration", "description": "Home Assistant component for accessing Bosch Smart Home Controller using boschshcpy python library.", "domain": "bosch_shc", "downloads": 0, "etag_repository": "W/\"8c7b5b22bf7dca0ad539b15af167fbe659d0f81504c59787b1618f0595d0a33b\"", "full_name": "tschamm/boschshc-hass", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2ff102c", "last_release_tag": "0.4.23", "last_updated": "2021-12-25T19:41:03Z", "name": "bosch_shc", "new": false, "repository_manifest": {"name": "Bosch Smart Home Controller (SHC) integration", "domains": ["alarm_control_panel", "binary_sensor", "climate", "cover", "light", "sensor", "switch"], "iot_class": ["Local Push", "Local Polling"], "render_readme": false, "homeassistant": "2021.1.5"}, "selected_tag": null, "show_beta": false, "stars": 40, "topics": ["bosch-smart-home", "boschshcpy", "home-assistant", "home-assistant-component", "smart-home"], "version_installed": null, "last_fetched": 1643571251.209285}, "328671547": {"authors": ["@dmoranf"], "category": "integration", "description": "Wattio Smart Home custom integration for Home Assistant", "domain": "wattio", "downloads": 0, "etag_repository": "W/\"63d645f3dd5184c7cc13cfc9e5be72af788278c459b0b44695fcd1c91ab122ee\"", "full_name": "dmoranf/home-assistant-wattio", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "bc63885", "last_release_tag": "0.2.13", "last_updated": "2021-06-04T07:27:56Z", "name": "wattio", "new": false, "repository_manifest": {"name": "wattio", "domains": ["binary_sensor", "sensor", "climate", "switch"], "homeassistant": "0.96.0", "render_readme": true, "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["hacs", "hass", "home-assistant", "home-assistant-component", "home-automation", "wattio"], "version_installed": null}, "326220257": {"authors": [], "category": "integration", "description": "Hacky Home assistant support for Viomi SE (V-RVCLM21A)", "domain": "viomise", "downloads": 1244, "etag_repository": "W/\"a4b5815e6738f22a3a7cac46866f139773e6a036e2aaf80c54b93117ec436113\"", "full_name": "marotoweb/home-assistant-vacuum-viomise", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "23fdeb4", "last_release_tag": "v2021.05.16", "last_updated": "2022-01-30T18:32:27Z", "name": "viomise", "new": false, "repository_manifest": {"name": "Viomi Robot Vacuum Cleaner SE (V-RVCLM21A)", "country": ["FR", "PL", "PT"], "domains": ["vacuum"], "iot_class": "Local Polling", "content_in_root": false, "render_readme": false, "zip_release": true, "filename": "viomi_se.zip"}, "selected_tag": null, "show_beta": false, "stars": 11, "topics": ["hacs", "hass", "home-assistant", "homeassistant", "robot-vacuum", "vacuum", "viomi"], "version_installed": null, "last_fetched": 1643571239.744105}, "325470745": {"authors": ["@ha0y"], "category": "integration", "description": "All-in-one & Easy-to-use. Integrate all your Xiaomi Smart Home - with a single integration and NO YAML files - into Home Assistant.", "domain": "xiaomi_miot_raw", "downloads": 0, "etag_repository": "W/\"49738e395f3606f6126996b0a2b310c30397e355444600ea8fd98cb1db20c5d9\"", "full_name": "ha0y/xiaomi_miot_raw", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d1b70a6", "last_release_tag": "v1.4.0", "last_updated": "2022-01-30T19:15:59Z", "name": "xiaomi_miot_raw", "new": false, "repository_manifest": {"name": "Xiaomi MIoT", "content_in_root": false, "render_readme": true, "iot_class": "local_polling"}, "selected_tag": null, "show_beta": false, "stars": 1113, "topics": ["hacs", "home-assistant", "home-assistant-addons", "homeassistant", "miot", "miot-protocol", "xiaomi", "xiaomi-miot"], "version_installed": null, "last_fetched": 1643571232.71321}, "186605347": {"authors": ["@pszafer"], "category": "integration", "description": "HA custom component for Bosch thermostats", "domain": "bosch", "downloads": 0, "etag_repository": "W/\"eda84242d76d09b4478a3eeaa75a2cde4196e97cbfc8564eca2112e0dd757c39\"", "full_name": "bosch-thermostat/home-assistant-bosch-custom-component", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a733f48", "last_release_tag": "v0.17.0", "last_updated": "2022-01-24T16:12:34Z", "name": "bosch", "new": false, "repository_manifest": {"name": "Bosch thermostat", "domains": ["climate", "water_heater", "sensor"], "homeassistant": "2021.4.0", "render_readme": true, "iot_class": ["Cloud Polling", "Cloud Push", "Local Polling", "Local Push"]}, "selected_tag": null, "show_beta": false, "stars": 60, "topics": ["bosch", "bosch-thermostat", "buderus", "home-assistant", "nefit", "sensors", "thermostat", "xmpp"], "version_installed": null, "last_fetched": 1643571223.362112}, "100234318": {"authors": ["@syssi"], "category": "integration", "description": "Xiaomi Philips Lights integration for Home Assistant", "domain": "xiaomi_miio_philipslight", "downloads": 0, "etag_repository": "W/\"8f6106830200eaa50f1aafb7fff139924fe7bb54875abb1d6c231428351295c8\"", "full_name": "syssi/philipslight", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b46c1a2", "last_release_tag": "1.5.0", "last_updated": "2021-12-20T21:06:22Z", "name": "xiaomi_miio_philipslight", "new": false, "repository_manifest": {"name": "Xiaomi Philips Lights Integration", "content_in_root": false, "render_readme": true, "iot_class": "local_polling"}, "selected_tag": null, "show_beta": false, "stars": 56, "topics": ["custom-component", "hacktoberfest", "home-assistant", "light", "miio", "miio-protocol", "xiaomi", "xiaomi-philips-lights"], "version_installed": null, "last_fetched": 1641217499.701443}, "332911333": {"authors": ["@rgc99"], "category": "integration", "description": "\u2652Irrigation controller for Home Assistant", "domain": "irrigation_unlimited", "downloads": 0, "etag_repository": "W/\"f259afd0b4e615cd1e858649903a50f1a19d7d89aaf8e3fbf5a9555a311b9e8e\"", "full_name": "rgc99/irrigation_unlimited", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "185a04d", "last_release_tag": "2022.1.2", "last_updated": "2022-01-26T00:57:50Z", "name": "irrigation_unlimited", "new": false, "repository_manifest": {"name": "Irrigation Unlimited", "hacs": "1.6.0", "domains": ["binary_sensor"], "homeassistant": "0.118.0"}, "selected_tag": null, "show_beta": false, "stars": 97, "topics": ["garden-automation", "hacs", "home-assistant", "home-automation", "irrigation", "irrigation-control-system", "irrigation-controller", "sprinkler-controller", "water", "watering-controller", "watering-system"], "version_installed": null, "last_fetched": 1643571246.612825}, "313850121": {"authors": ["@al-one"], "category": "integration", "description": "Xiaomi Miio Yeelink/Yeelight devices for Home Assistant", "domain": "miio_yeelink", "downloads": 0, "etag_repository": "W/\"ac4ad42f498e257c19ba40052f5a887c4de63f2825716a9fc0dea0d9083bccdd\"", "full_name": "al-one/hass-miio-yeelink", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4f36887", "last_release_tag": "v0.1.11", "last_updated": "2021-12-21T21:38:04Z", "name": "miio_yeelink", "new": false, "repository_manifest": {"name": "Xiaomi Miio For Yeelink", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 89, "topics": ["home-assistant", "miio", "miot", "xiaomi", "yeelight", "yeelink"], "version_installed": null, "last_fetched": 1642184535.634598}, "318182014": {"authors": ["@al-one"], "category": "integration", "description": "Automatic integrate all Xiaomi devices to HomeAssistant via miot-spec, support Wi-Fi, BLE, ZigBee devices.", "domain": "xiaomi_miot", "downloads": 3927, "etag_repository": "W/\"2d6295e06a910161f8f4c4ed416bf1a94be265c5e4ab43e1b6fa381743a33d76\"", "full_name": "al-one/hass-xiaomi-miot", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "cc814e2", "last_release_tag": "v0.5.1", "last_updated": "2022-01-29T18:47:58Z", "name": "xiaomi_miot", "new": false, "repository_manifest": {"name": "Xiaomi Miot Auto", "content_in_root": false, "zip_release": true, "filename": "xiaomi_miot.zip", "render_readme": true, "iot_class": ["Local Polling", "Cloud Polling"]}, "selected_tag": null, "show_beta": false, "stars": 801, "topics": ["custom-component", "home-assistant", "homeassistant", "iot", "miio", "miot", "miot-spec", "smart-home", "xiaoai", "xiaomi", "xiaomi-miot"], "version_installed": null, "last_fetched": 1643571220.012333}, "335019855": {"authors": [], "category": "plugin", "description": "Home Assistant Lovelace Card for controlling desks based on linak bluetooth controller.", "domain": "", "downloads": 0, "etag_repository": "W/\"8841be7e14c30e3888e42dc48c9fcbefa84ab30f3bd68c0209bf6ca47c9756b7\"", "full_name": "IhorSyerkov/linak-desk-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "666de7c", "last_release_tag": "v1.3.1", "last_updated": "2021-11-03T18:16:13Z", "name": "linak-desk-card", "new": false, "repository_manifest": {"name": "LinakDesk Card", "render_readme": true, "filename": "linak-desk-card.js"}, "selected_tag": null, "show_beta": false, "stars": 20, "topics": ["custom-card", "hacs", "home-assistant", "linak-desk-card", "lovelace"], "version_installed": null}, "337387822": {"authors": ["@muhlba91"], "category": "integration", "description": "Home Assistant integration (HACS) for Hella's ONYX.CENTER appliance", "domain": "hella_onyx", "downloads": 0, "etag_repository": "W/\"6229887c7aa4db86e91ce26c0ebf8a1106feaf4f538e968da374f3e79a0bf202\"", "full_name": "muhlba91/onyx-homeassistant-integration", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f50f17d", "last_release_tag": "v2.0.0", "last_updated": "2021-11-24T14:52:27Z", "name": "hella_onyx", "new": false, "repository_manifest": {"name": "Hella ONYX.CENTER", "iot_class": "Cloud Polling", "domains": ["hella_onyx", "cover"], "homeassistant": "2021.11.5", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["hacs", "hella", "homeassistant", "homeassistant-integration", "onyx"], "version_installed": null}, "320324937": {"authors": ["@tetienne"], "category": "integration", "description": "Home Assistant custom component to retrieve information from Veolia ", "domain": "veolia", "downloads": 0, "etag_repository": "W/\"8973c18395ed7281745166e05f1066791fd935dedce291213de6df16d7d6e7d4\"", "full_name": "tetienne/veolia-custom-component", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2a2789c", "last_release_tag": "v0.3.3", "last_updated": "2021-12-22T07:52:40Z", "name": "veolia", "new": false, "repository_manifest": {"name": "Veolia", "hacs": "0.24.0", "domains": ["sensor"], "iot_class": "Cloud Polling", "homeassistant": "0.115.0", "country": ["FR"]}, "selected_tag": null, "show_beta": false, "stars": 0, "topics": ["hacs", "home-assistant", "home-assistant-component", "veolia"], "version_installed": null}, "335713085": {"authors": [], "category": "plugin", "description": "Todoist card for Home Assistant Lovelace UI.", "domain": "", "downloads": 0, "etag_repository": "W/\"6f84c5fd0ba0c1af09c78d5bfad2b1230205f8f81eef5b3b92a5373227e20580\"", "full_name": "grinstantin/todoist-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "57157d5", "last_release_tag": "v1.0.8", "last_updated": "2022-01-24T20:50:45Z", "name": "todoist-card", "new": false, "repository_manifest": {"name": "Todoist Card", "content_in_root": true, "filename": "todoist-card.js", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 20, "topics": ["custom-cards", "hacs", "home-assistant", "homeassistant", "lovelace", "todoist"], "version_installed": null, "last_fetched": 1643571258.119419}, "334076222": {"authors": ["@mawinkler"], "category": "integration", "description": "Asynchronous Astro Weather Forecast for Home Assistant", "domain": "astroweather", "downloads": 0, "etag_repository": "W/\"a522262e7eb1b7fbca336bef746408a48e614d5f86343796e9c09abcc62da838\"", "full_name": "mawinkler/astroweather", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "62cb0b5", "last_release_tag": "v0.0.18.3", "last_updated": "2021-04-30T04:38:10Z", "name": "astroweather", "new": false, "repository_manifest": {"name": "AstroWeather", "render_readme": true, "domains": ["binary_sensor", "sensor"], "iot_class": ["Cloud Polling"]}, "selected_tag": null, "show_beta": false, "stars": 15, "topics": ["7timer", "astronomy", "forecast", "homeassistant", "homeassistant-integration"], "version_installed": null, "last_fetched": 1641307499.458657}, "339464185": {"authors": ["@erikkastelec"], "category": "integration", "description": "Custom component for retrieving sensor information from Weishaupt WEM Portal", "domain": "wemportal", "downloads": 0, "etag_repository": "W/\"c6a62af155082fd165ece653159873d0214b97f7fe3a0addae10387f8889441c\"", "full_name": "erikkastelec/hass-WEM-Portal", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "8a2c168", "last_release_tag": "1.2.2", "last_updated": "2021-12-17T20:32:03Z", "name": "wemportal", "new": false, "repository_manifest": {"name": "Weishaupt WEM Portal", "domains": ["sensor"], "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": ["home-assistant-hacs", "homeassistant-integration", "weishaupt", "wem-portal"], "version_installed": null, "last_fetched": 1643571230.398915}, "152294445": {"authors": ["@lukas-hetzenecker"], "category": "integration", "description": "Links multiple home-assistant instances together", "domain": "remote_homeassistant", "downloads": 0, "etag_repository": "W/\"fd051c654c50cd042d40138fa6b9a223bd6c36e4df56f4fed9adfd35d0bc0fde\"", "full_name": "custom-components/remote_homeassistant", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "841153c", "last_release_tag": "3.6", "last_updated": "2022-01-27T02:39:20Z", "name": "remote_homeassistant", "new": false, "repository_manifest": {"name": "Remote Home-Assistant", "render_readme": true, "iot_class": "Local Polling"}, "selected_tag": null, "show_beta": false, "stars": 411, "topics": ["hacktoberfest", "hacs", "home-assistant"], "version_installed": null, "last_fetched": 1643571225.964868}, "342026799": {"authors": ["@amaximus"], "category": "integration", "description": "Home Assistant custom component for Pollen Information in Hungary", "domain": "pollen_hu", "downloads": 0, "etag_repository": "W/\"5f2ce1eb392cc50b0ee01b8ff8e59b0eac2ef7ce71a2ab45704cc1b189198140\"", "full_name": "amaximus/pollen_hu", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f499306", "last_release_tag": "0.0.6", "last_updated": "2021-12-19T18:02:47Z", "name": "pollen_hu", "new": false, "repository_manifest": {"name": "Pollen Information Hungary", "country": ["HU"], "domains": ["pollen_hu"], "render_readme": "true", "iot_class": ["Assumed State", "Cloud Polling"]}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": ["home-assistant", "homeassistant", "homeassistant-custom-component", "hungary"], "version_installed": null}, "338782385": {"authors": ["@frimtec"], "category": "integration", "description": ":house_with_garden::satellite: Home Assistant component to switch WiFi on/off of a Compal CH7465LG modem.", "domain": "compal_wifi", "downloads": 0, "etag_repository": "W/\"75c1dac78a1be9891d992720b798155fb818d23ef3a5991a6c800a0fd5922854\"", "full_name": "frimtec/hass-compal-wifi", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2747455", "last_release_tag": "1.3.1", "last_updated": "2021-10-30T15:59:48Z", "name": "compal_wifi", "new": false, "repository_manifest": {"name": "Compal WiFi", "country": ["CH"], "domains": ["switch"], "zip_release": true, "filename": "compal_wifi.zip", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["ch7465lg", "compal", "compal-wifi-switch", "home-assistant", "home-automation", "switch", "wifi", "wlan"], "version_installed": null}, "323346718": {"authors": ["@fsaris"], "category": "integration", "description": "AwoX mesh light integration for Home Assistant", "domain": "awox", "downloads": 0, "etag_repository": "W/\"d7c44088b219479fd490ada588a67ceb69e1742e1a360114e80be091f0e2212c\"", "full_name": "fsaris/home-assistant-awox", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b89246c", "last_release_tag": "0.1.2", "last_updated": "2021-12-15T19:30:28Z", "name": "awox", "new": false, "repository_manifest": {"name": "AwoX MESH control", "domains": ["light"], "homeassistant": "2021.11.0", "render_readme": true, "iot_class": ["Local Push", "Local Polling"]}, "selected_tag": null, "show_beta": false, "stars": 31, "topics": ["awox", "bluetooth", "eglo", "home-assistant"], "version_installed": null, "last_fetched": 1643571231.066121}, "339124227": {"authors": ["@fsaris"], "category": "integration", "description": "Unofficial Zonneplan ONE + connect integration for Home Assistant", "domain": "zonneplan_one", "downloads": 0, "etag_repository": "W/\"1a182f25c41ca01d63cf4c3c2096fce721914b7482ec9881b2e9ea8dd1f83635\"", "full_name": "fsaris/home-assistant-zonneplan-one", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "24b72a7", "last_release_tag": "0.0.9", "last_updated": "2022-01-14T14:37:33Z", "name": "zonneplan_one", "new": false, "repository_manifest": {"name": "Zonneplan ONE", "domains": ["sensor"], "homeassistant": "2021.12.0", "render_readme": true, "iot_class": ["Cloud Polling"], "country": ["NL"]}, "selected_tag": null, "show_beta": false, "stars": 18, "topics": ["hacs", "home-assistant", "home-assistant-component", "sensor", "zonneplan", "zonneplan-connect", "zonneplan-one"], "version_installed": null, "last_fetched": 1642851391.58742}, "309178213": {"authors": ["@jadson179"], "category": "integration", "description": "home-assistant service for control the controlid \ud83d\udeaa\ud83d\udd11", "domain": "controlid", "downloads": 0, "etag_repository": "W/\"157a972d436f022c90c2f64c612b63af4c51a7ffc8c3a8fb0f0a3ecf2e2f22c3\"", "full_name": "jadson179/controlid", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "64c8927", "last_release_tag": "v2021.1.0", "last_updated": "2021-06-24T16:29:59Z", "name": "controlid", "new": false, "repository_manifest": {"name": "controlid", "render_readme": "true", "iot_class": ["Local Push"], "version": "0.1.0"}, "selected_tag": null, "show_beta": false, "stars": 0, "topics": ["controlid", "hacs", "homeassistant"], "version_installed": null}, "340616586": {"authors": ["@Limych"], "category": "integration", "description": "Component to integrate Narodmon.ru cloud into Home Assistant", "domain": "narodmon", "downloads": 2, "etag_repository": "W/\"76d482332bf5d4948a362fd9917c1787099f4c901b735b581ff655ad916304b0\"", "full_name": "Limych/ha-narodmon", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6f6b408", "last_release_tag": "1.1.3", "last_updated": "2022-01-23T11:55:34Z", "name": "narodmon", "new": false, "repository_manifest": {"name": "Narodmon.ru Cloud Integration", "hacs": "1.6.0", "domains": ["binary_sensor", "sensor", "switch"], "iot_class": "Cloud Polling", "homeassistant": "0.118.0"}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["home-assistant", "home-assistant-component", "narodmon", "sensor", "weather"], "version_installed": null, "last_fetched": 1643571238.639852}, "340759468": {"authors": ["@muxa"], "category": "integration", "description": "Custom integration for Home Assistant to get New Zealand tide information from NIWA Tides API", "domain": "niwa_tides", "downloads": 0, "etag_repository": "W/\"a072b7d4fb7751a4fcfd61dd4b31060d939cf19d1ef04bad1c19c64e65c94456\"", "full_name": "muxa/home-assistant-niwa-tides", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1258c54", "last_release_tag": "v1.1.2", "last_updated": "2022-01-14T22:29:11Z", "name": "niwa_tides", "new": false, "repository_manifest": {"name": "NIWA Tides", "domains": "sensor", "iot_class": ["Cloud Polling", "Assumed State"], "country": ["NZ"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": ["home-assistant", "tides"], "version_installed": null, "last_fetched": 1643571240.847023}, "259739166": {"authors": ["@markgdev"], "category": "integration", "description": "Octopus Agile custom component for Home Assistant", "domain": "octopusagile", "downloads": 0, "etag_repository": "W/\"351a6aeb2fc79b8f1a425b0e0df1a86ec2c0a3f678829be97c6b297ad39a37b8\"", "full_name": "markgdev/home-assistant_OctopusAgile", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b09a118", "last_release_tag": "v0.1.1", "last_updated": "2021-08-29T11:52:01Z", "name": "octopusagile", "new": false, "repository_manifest": {"name": "Octopus Agile", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 56, "topics": ["energy", "home-assistant", "home-automation", "octopus", "octopus-agile", "octopus-energy"], "version_installed": null, "last_fetched": 1642851394.341927}, "319346850": {"authors": ["@limych"], "category": "integration", "description": "Home Assistant sensor to predict if it's time to change car tires from summer to winter and vice versa.", "domain": "snowtire", "downloads": 0, "etag_repository": "W/\"f0165dcecaaa5eb190c4e8b64d6043e64c3b72cd282fad4f0807f7d1435947c5\"", "full_name": "Limych/ha-snowtire", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "637ffba", "last_release_tag": "1.4.1", "last_updated": "2022-01-04T17:38:38Z", "name": "snowtire", "new": false, "repository_manifest": {"name": "Snowtire Sensor", "domains": ["sensor"], "hacs": "1.6.0", "iot_class": "Assumed State", "homeassistant": "0.118.0"}, "selected_tag": null, "show_beta": false, "stars": 20, "topics": ["car-winter-tires", "hacs", "home-assistant", "home-assistant-component", "sensor", "tires"], "version_installed": null, "last_fetched": 1641470519.513348}, "236358405": {"authors": ["@nick2525"], "category": "integration", "description": "Broadlink s2c and Broadlink s1c sensors for Home Assistant", "domain": "broadlink_s1c", "downloads": 0, "etag_repository": "W/\"552d77089b8241b0f092162c8eae194d6c0659e359f2156ebe989c8ffaeff254\"", "full_name": "nick2525/broadlink_s1c_s2c", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f8f2b1b", "last_release_tag": null, "last_updated": "2021-12-07T18:44:13Z", "name": "broadlink_s1c", "new": false, "repository_manifest": {"name": "Broadlink s2c and s1c sensors", "render_readme": true, "homeassistant": "0.112.0"}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": ["broadlink", "hacz", "home-assistant", "s1c", "s2c"], "version_installed": null}, "342944383": {"authors": [], "category": "plugin", "description": "Display Buienalarm and/or Buienradar data in a graph for Home Assistant.", "domain": "", "downloads": 0, "etag_repository": "W/\"e36445946e3ef3f2476c41889f9cd66f9165ea7e4a040ea845fab0095f209945\"", "full_name": "aex351/home-assistant-neerslag-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "cc9c617", "last_release_tag": "2021.10.21.0", "last_updated": "2021-10-21T20:36:03Z", "name": "home-assistant-neerslag-card", "new": false, "repository_manifest": {"name": "Neerslag Card", "render_readme": true, "country": ["NL", "BE"], "domains": ["sensor"], "filename": "neerslag-card.js"}, "selected_tag": null, "show_beta": false, "stars": 17, "topics": ["home-assistant"], "version_installed": null}, "341931266": {"authors": [], "category": "plugin", "description": "Simple clock card for Home assistant lovelace", "domain": "", "downloads": 0, "etag_repository": "W/\"90b6f2713bd6c3b289d428a2e56132d428c80051263a208a81e792001fdf6758\"", "full_name": "fufar/simple-clock-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b8a6905", "last_release_tag": "1.5", "last_updated": "2021-05-21T10:50:38Z", "name": "simple-clock-card", "new": false, "repository_manifest": {"name": "Simple Clock Card", "content_in_root": true, "render_readme": true, "filename": "simple-clock-card.js"}, "selected_tag": null, "show_beta": false, "stars": 19, "topics": ["clock", "hassio", "home-assistant", "homeassistant", "lovelace", "lovelace-custom-card", "lovelace-ui"], "version_installed": null, "last_fetched": 1643571257.783716}, "344636306": {"authors": ["@wimb0"], "category": "integration", "description": "Home Assistant Component for reading data locally from SAJ (and Zonneplan) Inverters through modbus TCP.", "domain": "saj_modbus", "downloads": 0, "etag_repository": "W/\"be39bf82262005cd93e6ba1f846fb19e7b38e755c3fc6898e2552bac5712534e\"", "full_name": "wimb0/home-assistant-saj-modbus", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "89d024f", "last_release_tag": "v1.6.0", "last_updated": "2021-09-04T06:40:15Z", "name": "saj_modbus", "new": false, "repository_manifest": {"name": "SAJ Inverter Modbus", "content_in_root": false, "domains": ["sensor"], "homeassistant": "2021.9.0", "iot_class": "local_poll"}, "selected_tag": null, "show_beta": false, "stars": 12, "topics": ["hacs", "home-assistant", "saj-inverters", "saj-r5", "zonneplan"], "version_installed": null, "last_fetched": 1641895899.054389}, "234961647": {"authors": [], "category": "plugin", "description": "Climate mode entity for Lovelace", "domain": "", "downloads": 0, "etag_repository": "W/\"bc11fd3a3fb39a7af3d8b565f4c97a396ef31707ceeab8ccbb0ecaccbfeb12f0\"", "full_name": "piitaya/lovelace-climate-mode-entity-row", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "bf684be", "last_release_tag": "v1.3.3", "last_updated": "2022-01-28T22:58:58Z", "name": "lovelace-climate-mode-entity-row", "new": false, "repository_manifest": {"name": "Climate Mode Entity Row", "filename": "climate-mode-entity-row.js", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 36, "topics": ["card", "home-assistant", "lovelace", "thermostat"], "version_installed": null, "last_fetched": 1643571261.906326}, "293488791": {"authors": ["@Antoni-Czaplicki"], "category": "integration", "description": "Vulcan inegration for home assistamt", "domain": "vulcan", "downloads": 0, "etag_repository": "W/\"e66fe66fa0c08c6f00738afac42ccb706f7178be6bcf009e82aac8455cb7b440\"", "full_name": "Antoni-Czaplicki/vulcan-for-hassio", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "795cdc3", "last_release_tag": "0.11.0", "last_updated": "2021-11-07T20:13:02Z", "name": "vulcan", "new": false, "repository_manifest": {"name": "Uonet+ Vulcan", "country": ["PL"], "domains": ["sensor", "calendar"], "iot_class": "Cloud Polling", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 16, "topics": ["hacktoberfest", "home-assistant", "homeassistant", "timetable", "vulcan"], "version_installed": null}, "341707887": {"authors": [], "category": "plugin", "description": "Home Assistant custom Lovelace card for pollen information in Hungary", "domain": "", "downloads": 0, "etag_repository": "W/\"1b2fef7b5cf75091a43570f472b7492a86c2848a7b8741afd351ac24c4286e66\"", "full_name": "amaximus/pollen-hu-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7307ad1", "last_release_tag": "0.0.1", "last_updated": "2021-04-23T12:56:39Z", "name": "pollen-hu-card", "new": false, "repository_manifest": {"name": "Pollen Information Card for Hungary ", "filename": "pollen-hu-card.js", "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 7, "topics": ["homeassistant", "hungary", "lovelace", "lovelace-custom-card", "lovelace-ui"], "version_installed": null}, "342208616": {"authors": ["@dm82m"], "category": "integration", "description": "Custom component for retrieving sensor information from Deltasol KM2", "domain": "deltasol", "downloads": 0, "etag_repository": "W/\"d4d527fed9637565de9c0ee2141949faf152e4072a3dd2c2f6e742ec29e45918\"", "full_name": "dm82m/hass-Deltasol-KM2", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7f1b989", "last_release_tag": "0.0.3", "last_updated": "2021-12-18T08:18:35Z", "name": "deltasol", "new": false, "repository_manifest": {"name": "Deltasol KM2", "domains": ["sensor"], "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["deltasol", "home-assistant-hacs", "homeassistant-integration", "km2"], "version_installed": null}, "330644825": {"authors": ["@leikoilja", "@DurgNomis-drol", "@ArnyminerZ", "@KapJI"], "category": "integration", "description": "Home Assistant Google Home custom component ", "domain": "google_home", "downloads": 0, "etag_repository": "W/\"2808bde41376d7f4485b58b1099e102d97cfe32b861b39e7ad32b454638e1590\"", "full_name": "leikoilja/ha-google-home", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "421cccf", "last_release_tag": "v1.9.4", "last_updated": "2022-01-24T14:15:46Z", "name": "google_home", "new": false, "repository_manifest": {"name": "Google Home", "hacs": "1.6.0", "domains": ["sensor"], "iot_class": "Cloud Polling", "homeassistant": "2021.11.0", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 221, "topics": ["google-assistent", "google-home", "homeassistant", "homeassistant-integration", "python"], "version_installed": null, "last_fetched": 1643571238.329873}, "211393677": {"authors": ["@piitaya"], "category": "integration", "description": "Home Assistant Component for Qubino Wire Pilot", "domain": "qubino_wire_pilot", "downloads": 0, "etag_repository": "W/\"4b88195059bdb278252ce0d51ba57b4b123d153cd34d186aeb17dce9083e1996\"", "full_name": "piitaya/home-assistant-qubino-wire-pilot", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "32af168", "last_release_tag": "2.0.0", "last_updated": "2022-01-07T13:01:40Z", "name": "qubino_wire_pilot", "new": false, "repository_manifest": {"domains": ["climate"], "name": "Qubino Wire Pilot", "render_readme": true, "homeassistant": "0.96.0"}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": ["climate", "home-assistant", "qubino", "qubino-wire-pilot", "thermostat"], "version_installed": null, "last_fetched": 1643571243.136589}, "349455097": {"authors": ["@mzdrale", "@kevinhaendel"], "category": "integration", "description": "This platform integrates Ubee Routers into Home Assistant.", "domain": "ubee", "downloads": 0, "etag_repository": "W/\"c84d1e872393e537334c7934e1ad285c6eeb5a30c1916ef7d86f16e987a1984f\"", "full_name": "kevinhaendel/ha-ubee", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a943387", "last_release_tag": null, "last_updated": "2021-03-21T14:38:17Z", "name": "ubee", "new": false, "repository_manifest": {"name": "Ubee Router", "render_readme": true, "domains": ["ubee"], "iot_class": ["Local Polling"]}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["home-assistant", "homeassistant", "homeassistant-components", "ubee"], "version_installed": null}, "157980832": {"authors": ["@echoromeo"], "category": "integration", "description": "Home Assistant implementation of pynobo - to control Nob\u00f8 / Glen Dimplex heaters", "domain": "nobo_hub", "downloads": 0, "etag_repository": "W/\"31ced013d843bec6f0492a9dca17799c9c189ad9175a1f40f399e170ff35967e\"", "full_name": "echoromeo/hanobo", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "88bf476", "last_release_tag": "v1.1.3", "last_updated": "2021-06-12T13:04:57Z", "name": "nobo_hub", "new": false, "repository_manifest": {"name": "Nob\u00f8 Hub / Nob\u00f8 Energy Control", "country": ["NO"], "domains": ["climate"], "render_readme": true, "iot_class": ["Local Polling"]}, "selected_tag": null, "show_beta": false, "stars": 19, "topics": ["glen-dimplex", "heaters", "home-assistant", "hvac", "nobo"], "version_installed": null, "last_fetched": 1643571229.41341}, "340085507": {"authors": ["@WolfRevo"], "category": "integration", "description": "A clone created from the Home Assistant generic_thermostat to use EUROTRONIC Zigbee SPZB0001 Thermostats with external temperature sensors", "domain": "spzb0001_thermostat", "downloads": 0, "etag_repository": "W/\"7f51bfdf4aab58c1b03740b2bb6e1b06a88a0cd49f49e26573932b69d6d51736\"", "full_name": "WolfRevo/climate.spzb0001_thermostat", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7056bca", "last_release_tag": null, "last_updated": "2021-11-02T07:54:59Z", "name": "spzb0001_thermostat", "new": false, "repository_manifest": {"name": "SPZB0001 Thermostat", "render_readme": true, "domains": ["climate"], "iot_class": "Local Push"}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["custom-component", "home-assistant", "integration", "thermostat"], "version_installed": null}, "242528119": {"authors": ["@smaisidoro"], "category": "integration", "description": "Ruuvi tag BLE sensor for Home Assistant.", "domain": "ruuvi", "downloads": 0, "etag_repository": "W/\"0492a9db9cbc9f3ff025f706377d216531eddfffdc30cc0f575f35628eafc6fc\"", "full_name": "ruuvi-friends/ruuvi-hass.io", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "ef60f8d", "last_release_tag": null, "last_updated": "2022-01-25T13:23:39Z", "name": "ruuvi", "new": false, "repository_manifest": {"name": "RuuviTag Sensor", "render_readme": true, "domains": "sensor", "iot_class": "Local Push"}, "selected_tag": null, "show_beta": false, "stars": 30, "topics": ["hacs", "hass", "ruuvi-ble-devices", "ruuvitag", "ruuvitag-sensor"], "version_installed": null, "last_fetched": 1643571247.282558}, "344660161": {"authors": ["@neggert"], "category": "integration", "description": "Home Assistant custom component for eGauge monitor", "domain": "egauge", "downloads": 0, "etag_repository": "W/\"927bc8c4fe339363073cd6fd0dad351b5d8e051a346e020c7c18cea3bf24daa2\"", "full_name": "neggert/hass-egauge", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "afbb549", "last_release_tag": "v0.4.0", "last_updated": "2021-12-20T06:12:12Z", "name": "egauge", "new": false, "repository_manifest": {"name": "eGauge", "hacs": "1.6.0", "domains": ["sensor"], "iot_class": "Local Polling", "homeassistant": "2021.9.0", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": ["custom-component", "home-assistant"], "version_installed": null}, "266595512": {"authors": ["@hellqvio86"], "category": "integration", "description": "Home assistant Integration for Casambi Cloud lights", "domain": "casambi", "downloads": 0, "etag_repository": "W/\"5bad1035051069eb0cf83398b7b79ca4a3a2e358dd56b340eea7f52585170dfd\"", "full_name": "hellqvio86/home_assistant_casambi", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3e49505", "last_release_tag": "v0.61", "last_updated": "2022-01-07T11:28:02Z", "name": "casambi", "new": false, "repository_manifest": {"name": "home_assistant_casambi"}, "selected_tag": null, "show_beta": false, "stars": 14, "topics": ["casambi", "hacs", "home-assistant", "home-automation"], "version_installed": null, "last_fetched": 1641588021.318665}, "347143701": {"authors": ["@rccoleman"], "category": "integration", "description": "\u25b6\ufe0f Channels DVR component to feed Upcoming Media Card.", "domain": "channels_dvr_recently_recorded", "downloads": 0, "etag_repository": "W/\"632cb7ecceb6006f5a9249de7466507ba4ee9b6b01cfcd6548ba11be5aeaa122\"", "full_name": "rccoleman/channels_dvr_recently_recorded", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "04d245b", "last_release_tag": "v0.0.8", "last_updated": "2021-12-05T17:10:49Z", "name": "channels_dvr_recently_recorded", "new": false, "repository_manifest": {"name": "Channels DVR Recently Recorded", "iot_class": "Local Polling"}, "selected_tag": null, "show_beta": false, "stars": 11, "topics": ["channels-dvr", "custom-component", "home-assistant", "homeassista"], "version_installed": null, "last_fetched": 1643571245.264041}, "340664955": {"authors": ["@dimagoltsman"], "category": "integration", "description": "HACS integration to proof.co.il dashcam", "domain": "proof", "downloads": 0, "etag_repository": "W/\"bf55041246f16b26dafae40aaa1e2cd6b1b261433a9a915447df745be7bc2e9f\"", "full_name": "dimagoltsman/ha-proof-dashcam-integration", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "46562f0", "last_release_tag": "0.1.3", "last_updated": "2021-03-13T18:43:28Z", "name": "proof", "new": false, "repository_manifest": {"name": "Proof Dashcam Integration", "iot_class": ["Assumed State"], "country": ["IL"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["homeassistant", "proof"], "version_installed": null}, "309195773": {"authors": ["@jadson179"], "category": "integration", "description": "home-assistant service for control the vapix \ud83d\udeaa\ud83d\udd11", "domain": "vapix", "downloads": 0, "etag_repository": "W/\"3dd03325b6a91acdc1f6f9ff01c9039e9068355bece345815b0b57bccb37a05a\"", "full_name": "jadson179/vapix", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "152bd7d", "last_release_tag": "v2021.2.0", "last_updated": "2021-06-22T11:49:49Z", "name": "vapix", "new": false, "repository_manifest": {"name": "vapix", "render_readme": "true", "iot_class": ["Local Push"], "version": "2021.1.1"}, "selected_tag": null, "show_beta": false, "stars": 0, "topics": ["axis", "hacs", "homeassistant", "services"], "version_installed": null}, "350509867": {"authors": [], "category": "plugin", "description": "Minimalistic uptime card for Home Assistant Lovelace UI", "domain": "", "downloads": 2851, "etag_repository": "W/\"23b29a2a654a6053544594898f7665c68bef345cf93211f4595b34b81fd9ad4b\"", "full_name": "dylandoamaral/uptime-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9055902", "last_release_tag": "v0.9.3", "last_updated": "2022-01-19T21:01:43Z", "name": "uptime-card", "new": false, "repository_manifest": {"name": "Uptime Card", "render_readme": true, "filename": "uptime-card.js"}, "selected_tag": null, "show_beta": false, "stars": 121, "topics": ["card", "custom", "hacs", "hassio", "home-assistant", "lovelace", "sensor", "uptime", "uptime-card"], "version_installed": null, "last_fetched": 1643571257.110144}, "164419416": {"authors": ["@epenet"], "category": "integration", "description": "\ud83d\ude97 Renault ZE sensor for home assistant", "domain": "renault", "downloads": 0, "etag_repository": "W/\"1012cbab75733f6f98bcd6bdd3fa8eecd25cfc658ca282a27a4292239c9f8254\"", "full_name": "hacf-fr/hassRenaultZE", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c1c3d65", "last_release_tag": "v3.0.8", "last_updated": "2021-07-19T13:19:13Z", "name": "renault", "new": false, "repository_manifest": {"name": "Renault", "domains": ["binary_sensor", "device_tracker", "sensor"], "iot_class": "Cloud Polling", "homeassistant": "0.115.0"}, "selected_tag": null, "show_beta": false, "stars": 50, "topics": ["custom-components", "home-assistant", "renault", "renault-ze", "renault-zoe"], "version_installed": null}, "356821955": {"authors": [], "category": "theme", "description": "\ud83c\udfa8 Home Assistant Theme: Outline", "domain": "", "downloads": 0, "etag_repository": "W/\"145a4ff274062ff39f5840c686f77e02838ca4c88ab3bb67860c4e79b935ef37\"", "full_name": "frenck/home-assistant-theme-outline", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2775cbf", "last_release_tag": "v2.0.1", "last_updated": "2021-12-28T07:43:04Z", "name": "home-assistant-theme-outline", "new": false, "repository_manifest": {"name": "Outline", "render_readme": true, "homeassistant": "2021.6.0b0"}, "selected_tag": null, "show_beta": false, "stars": 20, "topics": ["hacs", "home-assistant", "homeassistant", "minimalistic", "theme", "themes"], "version_installed": null}, "231829137": {"authors": [], "category": "theme", "description": "\ud83d\udc35 Dark Blue Theme for Home Assistant", "domain": null, "downloads": 0, "etag_repository": "W/\"8cadce2248120134cb08200839e45be6f0e51afa1187d66bd3df7ec5d204c230\"", "full_name": "aFFekopp/noctis", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2a439e9", "last_release_tag": "2.6", "last_updated": "2021-05-14T08:16:34Z", "name": "noctis", "new": false, "repository_manifest": {"name": "Noctis"}, "selected_tag": null, "show_beta": false, "stars": 119, "topics": ["dark-theme", "hacs", "home-assistant", "home-assistant-theme"], "version_installed": null, "last_fetched": 1641470531.195539}, "234022648": {"authors": [], "category": "theme", "description": "\ud83c\udfa8 By JuanMTech -- A Home Assistant theme inspired on the Google app dark mode.", "domain": null, "downloads": 0, "etag_repository": "W/\"682c5ebd64a41df31e2374a5a30257639353db0f715f3043d6fe5611f22e62e2\"", "full_name": "JuanMTech/google_dark_theme", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "ef86097", "last_release_tag": "v1.11", "last_updated": "2021-11-25T23:22:14Z", "name": "google_dark_theme", "new": false, "repository_manifest": {"name": "Google Dark Theme", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 135, "topics": ["hacs", "home-assistant", "theme"], "version_installed": null, "last_fetched": 1642430885.581991}, "326033921": {"authors": [], "category": "plugin", "description": "A one-button control row for any Home Assistant binary entity", "domain": "", "downloads": 0, "etag_repository": "W/\"792771a2df12a55f46588aabd2badbef2d24150b75ffd1195eaeff3b52a9b287\"", "full_name": "finity69x2/toggle-control-button-row", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "64f918f", "last_release_tag": "1.3", "last_updated": "2021-06-05T12:11:30Z", "name": "toggle-control-button-row", "new": false, "repository_manifest": {"name": "Toggle Control Button Row", "filename": "toggle-control-button-row.js"}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": ["button", "home-assistant", "plugin", "toggle"], "version_installed": null}, "358962656": {"authors": [], "category": "plugin", "description": "Send notifications directly from the dashboard", "domain": "", "downloads": 0, "etag_repository": "W/\"80ddaa9168769e17edbf9ea2c5cf98acdb282744a1d1c933aa587fc4fc4da594\"", "full_name": "bernikr/lovelace-notify-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4459742", "last_release_tag": null, "last_updated": "2021-12-17T14:39:09Z", "name": "lovelace-notify-card", "new": false, "repository_manifest": {"name": "Notify Card", "content_in_root": true, "filename": "notify-card.js", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 13, "topics": ["card", "homeassistant", "lovelace", "notification", "notifications", "notify", "service"], "version_installed": null, "last_fetched": 1641470532.737729}, "351472550": {"authors": [], "category": "plugin", "description": "A custom entity card for Home Assistant that allows text to span multiple lines.", "domain": "", "downloads": 0, "etag_repository": "W/\"8f62c1798cc9d81faac87ef851d74df65c186b1f6e2b23afc692566cf176ed67\"", "full_name": "jampez77/Multiline-Entity-Card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b04fb03", "last_release_tag": "1.1.1", "last_updated": "2021-08-04T15:44:50Z", "name": "Multiline-Entity-Card", "new": false, "repository_manifest": {"name": "Multiline Entity Card", "render_readme": true, "filename": "multiline-entity-card.js"}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": ["automation", "custom-cards", "hacs", "hass", "hassio", "home-assistant", "homeassistant", "lovelace"], "version_installed": null, "last_fetched": 1642094193.251337}, "229140999": {"authors": ["@cathiele"], "category": "integration", "description": "Home Assistant custom_component for controlling the go-eCharger EV-Charger", "domain": "goecharger", "downloads": 0, "etag_repository": "W/\"77fac81c1123bccb1e672c243f2509785b2ae9202622c562eab92b2471a65fcf\"", "full_name": "cathiele/homeassistant-goecharger", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9805ce6", "last_release_tag": "0.24.1", "last_updated": "2021-12-28T19:59:46Z", "name": "goecharger", "new": false, "repository_manifest": {"name": "go-eCharger", "content_in_root": false, "render_readme": true, "domains": ["switch", "sensor"]}, "selected_tag": null, "show_beta": false, "stars": 46, "topics": ["charger", "component", "custom", "go-echarger", "home-assistant", "python"], "version_installed": null, "last_fetched": 1643571224.386474}, "345753205": {"authors": [], "category": "plugin", "description": "Frontend plugin to control fans in Home Assistant using percent values for speeds", "domain": "", "downloads": 0, "etag_repository": "W/\"f32f4e395ddb20582bfb843c62a04f62447902138d04b0bc58e2a81e5f5bee1e\"", "full_name": "finity69x2/fan-percent-button-row", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5ad1cf9", "last_release_tag": "1.8", "last_updated": "2021-10-16T15:55:13Z", "name": "fan-percent-button-row", "new": false, "repository_manifest": {"name": "Fan Percent Button Row", "filename": "fan-percent-button-row.js"}, "selected_tag": null, "show_beta": false, "stars": 11, "topics": ["assistant", "fan", "home", "percent", "plugin", "speed"], "version_installed": null}, "343112953": {"authors": [], "category": "plugin", "description": "Custom card for home assistant allowing to search in the libraries of kodi", "domain": "", "downloads": 0, "etag_repository": "W/\"e8bfad5dd8ce887d1b43749ce712e07446a3235688a5832ae3809db371cc0080\"", "full_name": "jtbgroup/kodi-search-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3b7ea06", "last_release_tag": "2.5.1", "last_updated": "2021-12-29T05:15:24Z", "name": "kodi-search-card", "new": false, "repository_manifest": {"name": "Kodi Search Card", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": ["hacs", "home-assistant", "home-assistant-frontend", "home-assistant-hacs", "homeassistant", "kodi", "kodi-media-sensors"], "version_installed": null}, "350622451": {"authors": ["@bieniu"], "category": "integration", "description": "\u017badnego Ale allergen concentration custom integration", "domain": "zadnego_ale", "downloads": 0, "etag_repository": "W/\"99bb3e097a189207d77c1132cb4ec1439717aa9e38fde68b3408d53d6da0df78\"", "full_name": "bieniu/ha-zadnego-ale", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "96756f4", "last_release_tag": "0.6.3", "last_updated": "2022-01-10T15:26:59Z", "name": "zadnego_ale", "new": false, "repository_manifest": {"name": "\u017badnego Ale", "homeassistant": "2021.12.0", "iot_class": "Cloud Polling", "domains": ["sensor"], "zip_release": true, "filename": "zadnego_ale.zip", "country": ["PL"]}, "selected_tag": null, "show_beta": false, "stars": 11, "topics": ["allergen", "allergy", "home-assistant", "python"], "version_installed": null, "last_fetched": 1642520520.805592}, "330645002": {"authors": ["@MTrab"], "category": "integration", "description": "Danfoss Ally intragration for Home Assistant", "domain": "danfoss_ally", "downloads": 0, "etag_repository": "W/\"6ec839d897c2fad65394335ef31856eb43cb493f55d61962bd67e4ef006ef60c\"", "full_name": "MTrab/danfoss_ally", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a23e19f", "last_release_tag": "1.0.3", "last_updated": "2021-12-08T08:25:35Z", "name": "danfoss_ally", "new": false, "repository_manifest": {"name": "Danfoss Ally", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": ["homeassistant", "homeassistant-custom-component", "homeassistant-integration"], "version_installed": null, "last_fetched": 1642430889.777669}, "356053801": {"authors": ["@pcourbin"], "category": "integration", "description": "Home Assistant custom component for IMA Protect Alarm", "domain": "imaprotect", "downloads": 0, "etag_repository": "W/\"f8c029b7f5ec646c4f4620552a56b2b9b6146c9bfe051c6bb24dff0a7745c4a3\"", "full_name": "pcourbin/imaprotect", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "53c20b8", "last_release_tag": "v1.0.2", "last_updated": "2022-01-06T09:15:13Z", "name": "imaprotect", "new": false, "repository_manifest": {"name": "IMA Protect Alarm", "domains": ["alarm_control_panel"], "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 0, "topics": ["alarm", "home-assistant"], "version_installed": null, "last_fetched": 1641470537.462143}, "354924085": {"authors": ["@gjohansson-ST"], "category": "integration", "description": "Svenska Trygghetsl\u00f6sningar - Home Assistant", "domain": "stl", "downloads": 0, "etag_repository": "W/\"7d35e1269f9d75bfa751d4953e42ea31584b813c877c8d8eaa49047b20716560\"", "full_name": "gjohansson-ST/stl", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2628b84", "last_release_tag": "v0.1.3", "last_updated": "2021-12-19T15:21:38Z", "name": "stl", "new": false, "repository_manifest": {"name": "Svenska Trygghetslosningar", "render_readme": true, "domains": ["alarm_control_panel"], "iot_class": "Cloud Polling", "country": ["SE"]}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["alarm", "stl"], "version_installed": null}, "358505160": {"authors": ["@eifinger"], "category": "integration", "description": "Homeassistant integration for weenect", "domain": "weenect", "downloads": 0, "etag_repository": "W/\"14711e4e41464e9b8182a47f23f2aafe6da1c74422fe40aae4a8a9d00f5b1ba8\"", "full_name": "eifinger/hass-weenect", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "00f9705", "last_release_tag": "v2.1.0", "last_updated": "2022-01-11T06:30:20Z", "name": "weenect", "new": false, "repository_manifest": {"name": "Weenect", "hacs": "1.6.0", "domains": ["binary_sensor", "device_tracker", "sensor"], "iot_class": "Cloud Polling", "homeassistant": "2021.12.0"}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["hacktoberfest", "hacs", "home-assistant", "home-assistant-hacs", "homeassistant", "homeassistant-integration", "python", "weenect"], "version_installed": null, "last_fetched": 1641895915.721014}, "357338258": {"authors": ["@Limych"], "category": "integration", "description": "Sensor of Temperature Feels Like for Home Assistant.", "domain": "temperature_feels_like", "downloads": 7, "etag_repository": "W/\"c6128f82d5e39b4a6f05e79f2429753da0981e42f067d8795573c165dfbda227\"", "full_name": "Limych/ha-temperature-feels-like", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "df4782e", "last_release_tag": "0.3.2", "last_updated": "2022-01-19T09:13:57Z", "name": "temperature_feels_like", "new": false, "repository_manifest": {"name": "Temperature Feels Like", "hacs": "1.6.0", "domains": ["binary_sensor", "sensor", "switch"], "iot_class": "Cloud Polling", "homeassistant": "0.118.0"}, "selected_tag": null, "show_beta": false, "stars": 40, "topics": ["home-assistant-climate", "home-assistant-component", "home-assistant-sensor", "home-assistant-temperature", "home-assistant-weather"], "version_installed": null, "last_fetched": 1643571238.726962}, "299753146": {"authors": ["@PiotrMachowski"], "category": "integration", "description": "This custom integration provides a way to present a live view of a map for Xiaomi, Roborock, Viomi and Roidmi vacuums without a need for rooting.", "domain": "xiaomi_cloud_map_extractor", "downloads": 7274, "etag_repository": "W/\"b26470629cee5ecba29cb0383c32de8b99849abd247425d6939aebb9f1ef3431\"", "full_name": "PiotrMachowski/Home-Assistant-custom-components-Xiaomi-Cloud-Map-Extractor", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7bc8682", "last_release_tag": "v2.1.5", "last_updated": "2022-01-27T20:56:14Z", "name": "xiaomi_cloud_map_extractor", "new": false, "repository_manifest": {"name": "Xiaomi Cloud Map Extractor", "render_readme": true, "domain": "xiaomi_cloud_map_extractor", "documentation": "https://github.com/PiotrMachowski/Home-Assistant-custom-components-Xiaomi-Cloud-Map-Extractor", "issue_tracker": "https://github.com/PiotrMachowski/Home-Assistant-custom-components-Xiaomi-Cloud-Map-Extractor/issues", "zip_release": true, "filename": "xiaomi_cloud_map_extractor.zip"}, "selected_tag": null, "show_beta": false, "stars": 640, "topics": ["cloud", "custom-component", "hacs", "home-assistant", "map", "roborock", "robot", "roidmi", "vacuum", "vacuum-map", "viomi", "xiaomi", "xiaomi-smart-home", "xiaomi-vacuum"], "version_installed": null, "last_fetched": 1643571244.691844}, "358585486": {"authors": ["@danieldotnl"], "category": "integration", "description": "Home Assistant custom component for scraping (html, xml or json) multiple values (from a single HTTP request) with a separate sensor/attribute for each value. Support for (login) form-submit functionality.", "domain": "multiscrape", "downloads": 0, "etag_repository": "W/\"a4cedd0887928692b99b4fe6eaba07e3dd5833f3d6e2436675eac3b06b05837a\"", "full_name": "danieldotnl/ha-multiscrape", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4cddd5f", "last_release_tag": "v5.7.0", "last_updated": "2022-01-26T14:10:26Z", "name": "multiscrape", "new": false, "repository_manifest": {"name": "Multiscrape", "hacs": "1.6.0", "domains": ["sensor", "binary_sensor", "button"], "iot_class": "Local Polling", "homeassistant": "2021.9.0", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 57, "topics": ["hacs", "home-assistant", "home-assistant-custom", "rest", "scrape", "scraper", "scraping", "sensor"], "version_installed": null, "last_fetched": 1643571227.66772}, "264415552": {"authors": ["@Rendili", "@KJonline"], "category": "integration", "description": "A custom version of the home assistant hive component", "domain": "hive", "downloads": 0, "etag_repository": "W/\"255268c8237418803e099ff13eb14c8db6f6e40bd60d7d464f94e87f687411e6\"", "full_name": "Pyhass/Hive-Custom-Component", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7c9626c", "last_release_tag": "2021.5.4", "last_updated": "2021-06-20T21:21:29Z", "name": "hive", "new": false, "repository_manifest": {"name": "Hive Custom Component", "render_readme": true, "domains": ["binary_sensor", "climate", "light", "sensor", "switch", "water_heater"]}, "selected_tag": null, "show_beta": false, "stars": 26, "topics": ["hive"], "version_installed": null}, "352399227": {"authors": [], "category": "plugin", "description": "Icon set from KNX User Forum for Home Assistant. The icon set contains more than 900 icons for home automation.", "domain": "", "downloads": 0, "etag_repository": "W/\"fb25fcae85ccad0837b860974e36a964f8cdc4364b9a113d509068e6afbc2f77\"", "full_name": "mampfes/ha-knx-uf-iconset", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a7721ad", "last_release_tag": "1.1.0", "last_updated": "2021-12-15T18:26:29Z", "name": "ha-knx-uf-iconset", "new": false, "repository_manifest": {"name": "KNX User Forum Icon Set", "render_readme": true, "homeassistant": "2021.10"}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["hacs", "home-assistant", "homeassistant", "icons", "iconset"], "version_installed": null}, "308752409": {"authors": [], "category": "plugin", "description": "A lovelace card for electrical vehicle (EV) home chargers and charging robots.", "domain": "", "downloads": 864, "etag_repository": "W/\"b1c93f8aba5a2f6be2dfe082311d3472c1afdf5f53cc0f849a053923865067d4\"", "full_name": "tmjo/charger-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2b8de9b", "last_release_tag": "v0.0.14", "last_updated": "2022-01-04T15:50:41Z", "name": "charger-card", "new": false, "repository_manifest": {"name": "Charger Card", "render_readme": true, "filename": "charger-card.js"}, "selected_tag": null, "show_beta": false, "stars": 37, "topics": ["charger", "charging-robot", "easee", "elbil", "electric-vehicle", "evcharger", "hacs", "hass", "home-assistant", "homeassistant", "lovelace"], "version_installed": null, "last_fetched": 1643571264.225065}, "356725611": {"authors": ["@djerik"], "category": "integration", "description": "Home Assistant component for monitoring and administration of Wavin Sentio underfloor heating system", "domain": "wavinsentio", "downloads": 0, "etag_repository": "W/\"65128d70a414ca4dee120253d78ba9f624f43215c04d2a6f73f24428ce69eef9\"", "full_name": "djerik/wavinsentio-ha", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "803182d", "last_release_tag": null, "last_updated": "2021-12-04T08:35:46Z", "name": "wavinsentio", "new": false, "repository_manifest": {"name": "Wavin Sentio", "render_readme": true, "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["custom-components", "hacs", "home-assistant", "integration", "sentio", "wavin"], "version_installed": null, "last_fetched": 1641895920.280276}, "362214884": {"authors": ["@dreed47"], "category": "integration", "description": "Redfin property estimate Sensor for Home Assistant", "domain": "redfin", "downloads": 0, "etag_repository": "W/\"811fbf0db891b34372ba22a520242b50c103e091f95f69a0e251745c1980160e\"", "full_name": "dreed47/redfin", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "56bcb52", "last_release_tag": "v1.1.4", "last_updated": "2021-06-14T19:28:05Z", "name": "redfin", "new": false, "repository_manifest": {"name": "Redfin", "render_readme": false, "domains": ["sensor"], "homeassistant": "2021.6.0", "iot_class": ["Cloud Polling"]}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": ["home-assistant", "homeassistant-components", "homeassistant-integration", "homeassistant-sensor", "real-estate", "redfin", "sensor"], "version_installed": null, "last_fetched": 1643571229.165637}, "357930725": {"authors": ["@elad-bar"], "category": "integration", "description": "Shinobi Video custom component for HA", "domain": "shinobi", "downloads": 0, "etag_repository": "W/\"28e178e8dcc35f679dabef408bc921ed2aceddbde1ffa096a54d53fa41ecad96\"", "full_name": "elad-bar/ha-shinobi", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7a20bc3", "last_release_tag": "v1.1.20", "last_updated": "2022-01-18T09:52:29Z", "name": "shinobi", "new": false, "repository_manifest": {"name": "Shinobi Video NVR", "iot_class": "Local Polling", "homeassistant": "2021.12.0"}, "selected_tag": null, "show_beta": false, "stars": 21, "topics": ["home-assistant", "shinobi"], "version_installed": null, "last_fetched": 1643571230.289096}, "234290263": {"authors": ["@And3rsL"], "category": "integration", "description": "Vacuum component for Ecovacs Deebot Vacuums", "domain": ["deebot", "vacuum", "sensor", "binary_sensor", "camera"], "downloads": 5171, "etag_repository": "W/\"587d81e24d4f84669c7c0302d0855a4f944fada6169bfa171b8a777072747141\"", "full_name": "And3rsL/Deebot-for-Home-Assistant", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1dff3fd", "last_release_tag": "3.2.1", "last_updated": "2022-01-19T02:19:12Z", "name": ["deebot", "vacuum", "sensor", "binary_sensor", "camera"], "new": false, "repository_manifest": {"name": "Deebot for Home Assistant", "iot_class": "Cloud Polling", "zip_release": true, "filename": "deebot.zip", "hide_default_branch": true, "domain": ["deebot", "vacuum", "sensor", "binary_sensor", "camera"], "homeassistant": "2021.9.0b0"}, "selected_tag": null, "show_beta": false, "stars": 176, "topics": ["deebot", "deebot920", "deebot950", "deebot960", "deebotozmot8", "ecovacs", "hasso", "homeassistant", "ozmot8"], "version_installed": null, "last_fetched": 1643571221.415844}, "312080478": {"authors": ["@LaggAt"], "category": "integration", "description": "A HACS repository for Govee light integration", "domain": "govee", "downloads": 0, "etag_repository": "W/\"3bb4967b92a52339b63817a36d763f0fbe7516302800c8125dad93af2fdf612e\"", "full_name": "LaggAt/hacs-govee", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2f902d1", "last_release_tag": "0.2.1", "last_updated": "2022-01-04T05:01:41Z", "name": "govee", "new": false, "repository_manifest": {"name": "govee", "hacs": "0.2.1", "domains": ["light"], "iot_class": "Cloud Polling", "homeassistant": "2021.4.5"}, "selected_tag": null, "show_beta": false, "stars": 92, "topics": ["devcontainer", "govee", "hacs", "home-assistant", "light", "python"], "version_installed": null, "last_fetched": 1643571237.511852}, "279538782": {"authors": ["@pcourbin"], "category": "integration", "description": "Home Assistant custom component for GCE Ecodevices RT2", "domain": "ecodevices_rt2", "downloads": 0, "etag_repository": "W/\"636a201ce28fd3000961b2318bd4a0ba24dc141d01dd624e494c8d52d048d075\"", "full_name": "pcourbin/ecodevices_rt2", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "0901837", "last_release_tag": "v2.2.3", "last_updated": "2022-01-06T09:15:40Z", "name": "ecodevices_rt2", "new": false, "repository_manifest": {"name": "Ecodevices RT2", "domains": ["sensor", "switch", "climate", "light", "binary_sensor"], "iot_class": ["Local Polling"]}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["home-assistant"], "version_installed": null, "last_fetched": 1641470545.551656}, "342427139": {"authors": ["@dgomes"], "category": "integration", "description": "Home Assistant custom component for openHASP", "domain": "openhasp", "downloads": 0, "etag_repository": "W/\"2640db26957a0ace77b4fa688222f81b0f7736afbe7e984d559268dc6572cf9d\"", "full_name": "HASwitchPlate/openHASP-custom-component", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "46985e4", "last_release_tag": "0.6.4", "last_updated": "2022-01-03T00:54:09Z", "name": "openhasp", "new": false, "repository_manifest": {"name": "openHASP", "hacs": "1.7.1", "domains": ["openHASP", "light", "switch", "binary_sensor"], "render_readme": false, "iot_class": "Local Push", "homeassistant": "2021.12.0"}, "selected_tag": null, "show_beta": false, "stars": 24, "topics": ["home-assistant-custom", "home-automation", "openhasp"], "version_installed": null, "last_fetched": 1641588038.909965}, "363468409": {"authors": ["@mbillow"], "category": "integration", "description": "RedPocket Integration for Data Usage Monitoring", "domain": "redpocket", "downloads": 0, "etag_repository": "W/\"f0431903cbd0b5dea7cb2f7a212d0eb26c54164c783316392889f0c69aff5ea9\"", "full_name": "mbillow/ha-redpocket", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5c54fd1", "last_release_tag": "v2.3.3", "last_updated": "2021-06-06T19:51:29Z", "name": "redpocket", "new": false, "repository_manifest": {"name": "RedPocket Mobile", "content_in_root": false, "domains": ["sensor"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["home", "home-assistant", "home-automation", "mvno", "redpocket"], "version_installed": null}, "356778495": {"authors": ["@AlexxIT"], "category": "integration", "description": "Home Assistant custom component for viewing IP cameras RTSP stream in real time using WebRTC and MSE technology", "domain": "webrtc", "downloads": 0, "etag_repository": "W/\"4c471234c696069ceb04346f2e6e0b73a49bac72d095dce27bcea2e1b91022b9\"", "full_name": "AlexxIT/WebRTC", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "29c1ce0", "last_release_tag": "v2.2.0", "last_updated": "2022-01-28T07:21:26Z", "name": "webrtc", "new": false, "repository_manifest": {"name": "WebRTC Camera", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 456, "topics": ["hacs", "home-assistant", "ip-camera", "mediasource-extensions", "rtsp", "webrtc"], "version_installed": null, "last_fetched": 1643571220.094146}, "356827073": {"authors": ["@bahorn", "@koying"], "category": "integration", "description": "OpenRGB integration for Home Assistant", "domain": "openrgb", "downloads": 0, "etag_repository": "W/\"ef83b1dc95554b1f08bc388ea15ae33a6e97fc2dae31d89e66111a40baf32932\"", "full_name": "koying/openrgb_ha", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "21daae9", "last_release_tag": "v2.0", "last_updated": "2021-08-17T13:51:16Z", "name": "openrgb", "new": false, "repository_manifest": {"name": "OpenRGB", "domains": ["light"], "iot_class": ["Assumed State", "Local Polling"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 33, "topics": ["custom-component", "hacs", "home-assistant", "homeassistant", "light", "openrgb"], "version_installed": null, "last_fetched": 1643571237.084838}, "341500126": {"authors": ["@krahabb"], "category": "integration", "description": "Home Assistant integration for Meross devices", "domain": "meross_lan", "downloads": 0, "etag_repository": "W/\"e8a06cdd2fec2e75c620fe8d44c6f574d91f845c4dabff452caa15b01118a704\"", "full_name": "krahabb/meross_lan", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e428a9d", "last_release_tag": "v2.4.3", "last_updated": "2021-12-15T10:18:20Z", "name": "meross_lan", "new": false, "repository_manifest": {"name": "Meross LAN", "render_readme": true, "country": ["IT", "UK", "US", "JP", "ES", "FR", "DE"], "domains": ["switch", "sensor", "light", "cover", "climate", "binary_sensor", "select", "number"], "homeassistant": "2021.4.0", "iot_class": "local_polling", "persistent_directory": "traces", "hacs": "1.6.0"}, "selected_tag": null, "show_beta": false, "stars": 94, "topics": ["hacs", "homeassistant", "meross", "meross-devices", "meross-homeassistant", "meross-lan"], "version_installed": null, "last_fetched": 1643571237.337891}, "236572107": {"authors": ["@AlexxIT"], "category": "integration", "description": "\u0423\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u042f\u043d\u0434\u0435\u043a\u0441.\u0421\u0442\u0430\u043d\u0446\u0438\u0435\u0439 \u0438 \u0434\u0440\u0443\u0433\u0438\u043c\u0438 \u043a\u043e\u043b\u043e\u043d\u043a\u0430\u043c\u0438 \u0441 \u0410\u043b\u0438\u0441\u043e\u0439 \u0438\u0437 Home Assistant", "domain": "yandex_station", "downloads": 0, "etag_repository": "W/\"8b355cbfa7e2fa1dbd15a636d2c9f29d1bc60aa887535ccf5699ed377f291844\"", "full_name": "AlexxIT/YandexStation", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "400e60c", "last_release_tag": "v3.8.0", "last_updated": "2022-01-18T13:31:38Z", "name": "yandex_station", "new": false, "repository_manifest": {"name": "Yandex.Station", "render_readme": true, "country": ["RU"]}, "selected_tag": null, "show_beta": false, "stars": 653, "topics": ["hacs", "home-assistant", "tts", "yandex-station"], "version_installed": null, "last_fetched": 1643571220.328278}, "359524726": {"authors": ["@thomasprior"], "category": "integration", "description": "Provides data from Ethermine.org on a specified miner.", "domain": "ethermineinfo", "downloads": 0, "etag_repository": "W/\"4e9f49307e28971b4f8afcdedbadda7183b3735152580ed4e010bc09e5171144\"", "full_name": "ThomasPrior/EthermineInfo", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "293996b", "last_release_tag": "v1.0.12", "last_updated": "2022-01-23T03:08:29Z", "name": "ethermineinfo", "new": false, "repository_manifest": {"name": "EthermineInfo", "content_in_root": false, "render_readme": true, "domains": ["sensor"], "homeassistant": "0.100.0", "iot_class": "cloud_poll"}, "selected_tag": null, "show_beta": false, "stars": 27, "topics": ["ethermine", "ethermine-api", "hacs", "homeassistant", "miner", "statistics"], "version_installed": null, "last_fetched": 1643571250.476168}, "365567023": {"authors": ["@sprocket-9"], "category": "integration", "description": "Custom component to control a Nuvo Grand Concerto/Essentia G multi-zone amplifier via serial connection", "domain": "nuvo_serial", "downloads": 0, "etag_repository": "W/\"fc7b8bb77829420e8e165a1a2e58a1473701b49724c2a82d9473f15410e5c18f\"", "full_name": "sprocket-9/hacs-nuvo-serial", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "fff0f1b", "last_release_tag": "v1.2.1", "last_updated": "2021-11-25T18:10:21Z", "name": "nuvo_serial", "new": false, "repository_manifest": {"name": "Nuvo multi-zone amplifier (serial)", "render_readme": true, "country": ["EN"], "domains": ["media_player", "number", "switch"], "homeassistant": "2021.10.0", "iot_class": ["Local Push"], "zip_release": true, "filename": "nuvo_serial.zip"}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["home-assistant", "home-assistant-component", "home-assistant-hacs", "home-assistant-integration"], "version_installed": null}, "353966616": {"authors": ["@viktak"], "category": "integration", "description": "Home Assistant custom component combining multiple OpenWeatherMap API calls", "domain": "openweathermap_all", "downloads": 0, "etag_repository": "W/\"bf4d73af160b52c13de1d684bd5240fc127cf36429ecc3df9a383309ac7ce66a\"", "full_name": "viktak/ha-cc-openweathermap_all", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "fd55701", "last_release_tag": null, "last_updated": "2021-12-15T08:19:44Z", "name": "openweathermap_all", "new": false, "repository_manifest": {"name": "OpenWeatherMap All", "country": ["GR"], "domains": ["sensor"], "homeassistant": "core-2021.3.4", "iot_class": ["Cloud Polling"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": ["home-assistant-custom", "openweathermap"], "version_installed": null, "last_fetched": 1641058312.915815}, "354887961": {"authors": ["@viktak"], "category": "integration", "description": "Home Assistant custom component for the abalin name day API", "domain": "abalin_nameday", "downloads": 0, "etag_repository": "W/\"0ba05502484ef68532ff1fd448dd7dc0de0ddd472dfdd1f3a51eaab54636c4cb\"", "full_name": "viktak/ha-cc-abalin-nameday", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "bef7358", "last_release_tag": null, "last_updated": "2021-05-24T06:23:55Z", "name": "abalin_nameday", "new": false, "repository_manifest": {"name": "Abalin Name Day", "country": ["GR"], "domains": ["sensor"], "homeassistant": "core-2021.4.0", "iot_class": ["Cloud Polling"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": ["hacs", "hacs-default", "home-assistant-custom", "namedays"], "version_installed": null}, "366862031": {"authors": [], "category": "plugin", "description": "Custom brand icons for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"9af5d711af4af7623d1cb97f1ced5009dffe50d9ed3830748798621c712163a1\"", "full_name": "elax46/custom-brand-icons", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e8cdf8a", "last_release_tag": "1.0.50", "last_updated": "2022-01-22T22:21:14Z", "name": "custom-brand-icons", "new": false, "repository_manifest": {"name": "Custom brand icons", "render_readme": false, "content_in_root": false}, "selected_tag": null, "show_beta": false, "stars": 124, "topics": ["custom-icons", "hacs", "home-assistant", "homeassistant", "icons", "icons-pack", "iconset", "ikea", "philips-hue", "xiaomi"], "version_installed": null, "last_fetched": 1643545559.356678}, "361205663": {"authors": [], "category": "plugin", "description": "Meteoalarm, M\u00e9t\u00e9o-France and DWD weather warnings card for Home Assistant Lovelace UI \u26c8\ufe0f", "domain": "", "downloads": 0, "etag_repository": "W/\"ecfb5c78f0adc49d8c4cb8b3d66c21cef0ab19e34eb49d1f92ac66cf548b213d\"", "full_name": "MrBartusek/MeteoalarmCard", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4f0c0f7", "last_release_tag": "v1.13.0", "last_updated": "2022-01-21T11:30:25Z", "name": "MeteoalarmCard", "new": false, "repository_manifest": {"name": "Meteoalarm Card", "render_readme": true, "filename": "meteoalarm-card.js", "country": ["AT", "BA", "BE", "BG", "CH", "CY", "CZ", "DE", "DK", "EE", "ES", "FI", "FR", "GR", "HR", "HU", "IE", "IL", "IS", "IT", "LT", "LU", "LV", "MD", "ME", "MT", "NL", "NO", "PL", "PT", "RO", "RS", "SE", "SI", "SK", "UK"]}, "selected_tag": null, "show_beta": false, "stars": 25, "topics": ["custom-cards", "deutscher-wetterdienst", "dwd", "hacktoberfest", "hacs", "home-assistant", "homeassistant", "lovelace", "lovelace-card", "lovelace-ui", "meteo-france", "meteoalarm", "meteoalarmeu", "weather"], "version_installed": null, "last_fetched": 1643545560.336497}, "350886220": {"authors": [], "category": "plugin", "description": "Frontend plugin to control fans in Home Assistant using preset modes for speeds", "domain": "", "downloads": 0, "etag_repository": "W/\"a181196eed46ee502518c0499652e94bd4fe38174f08f31184ec72d180c03bd0\"", "full_name": "finity69x2/fan-mode-button-row", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "00b386c", "last_release_tag": "1.2", "last_updated": "2021-08-27T18:14:19Z", "name": "fan-mode-button-row", "new": false, "repository_manifest": {"name": "Fan Mode Button Row", "filename": "fan-mode-button-row.js"}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["fan", "home-assistant", "plugin", "preset"], "version_installed": null}, "363428919": {"authors": [], "category": "plugin", "description": "Custom card which integrates plex into Home Assistant and makes it possible to launch movies or tv shows on TV with a simple click", "domain": "", "downloads": 0, "etag_repository": "W/\"c684686e46d24cbd75b75110274b5e14bc7ce5d17e5bb26eb257bdb12c3269b5\"", "full_name": "JurajNyiri/PlexMeetsHomeAssistant", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f79c14b", "last_release_tag": "3.6.1", "last_updated": "2022-01-17T19:37:31Z", "name": "PlexMeetsHomeAssistant", "new": false, "repository_manifest": {"name": "Plex Meets Home Assistant", "render_readme": true, "filename": "plex-meets-homeassistant.js"}, "selected_tag": null, "show_beta": false, "stars": 44, "topics": ["adb", "androidtv", "hacktoberfest", "hacktoberfest2021", "home-assistant", "home-automation", "homeassistant", "homeassistant-custom-component", "kodi", "plex", "plexmediaserver", "tv"], "version_installed": null, "last_fetched": 1643571259.763266}, "348464316": {"authors": ["@ec-blaster"], "category": "integration", "description": "Magic Switchbot integration component for Home Assistant", "domain": "magicswitchbot", "downloads": 0, "etag_repository": "W/\"09e6fae28b25c53ba8e94da2c74ce67440b825335c072411154ca2c9b3c59483\"", "full_name": "ec-blaster/magicswitchbot-homeassistant", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a689b25", "last_release_tag": "v1.0.1", "last_updated": "2021-05-13T21:18:00Z", "name": "magicswitchbot", "new": false, "repository_manifest": {"name": "Magic Switchbot", "render_readme": true, "iot_class": "Assumed State"}, "selected_tag": null, "show_beta": false, "stars": 13, "topics": ["hacs", "home-assistant", "magicswitchbot", "switches"], "version_installed": null}, "282509738": {"authors": ["@GuilleGF"], "category": "integration", "description": "OVH DynHost Updater Component for https://www.home-assistant.io/", "domain": "ovh", "downloads": 0, "etag_repository": "W/\"f263e0171f69e211fa0d9f920a7241fbe2de402eff56b3a86629fcfd5db12a33\"", "full_name": "GuilleGF/hassio-ovh", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3c348cb", "last_release_tag": "2.0.0", "last_updated": "2021-06-24T14:19:44Z", "name": "ovh", "new": false, "repository_manifest": {"name": "OVH DynHost", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 13, "topics": ["ddns", "ddns-updater", "hacs", "hass", "hassio", "home-assistant", "ovh", "ovh-dynhost"], "version_installed": null}, "305188358": {"authors": ["@midstar"], "category": "integration", "description": "Heatmiser Wifi Home Assistant Component", "domain": "heatmiser_wifi", "downloads": 0, "etag_repository": "W/\"5c94abd333c9b7093538300c75d420d2bf7fa929dff730702454bb7d1ba64652\"", "full_name": "midstar/heatmiser_wifi_ha", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c5d87c8", "last_release_tag": null, "last_updated": "2021-05-15T05:15:14Z", "name": "heatmiser_wifi", "new": false, "repository_manifest": {"name": "Heatmiser Wifi", "domains": ["climate"], "iot_class": "Local Polling", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": ["climate", "hacs", "heatmiser", "homeassisant", "python", "thermostat", "wifi"], "version_installed": null}, "364208180": {"authors": ["@koying"], "category": "integration", "description": "Jellyfin integration for Home Assistant", "domain": "jellyfin", "downloads": 0, "etag_repository": "W/\"1b7f00c3dfb77f83653b277fd846799ecbc2fe9ef81fa1f575bd9ea11ce6f995\"", "full_name": "koying/jellyfin_ha", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a79def9", "last_release_tag": "v1.0.8", "last_updated": "2022-01-03T18:12:32Z", "name": "jellyfin", "new": false, "repository_manifest": {"name": "Jellyfin", "domains": ["sensor", "media_player"], "iot_class": ["Cloud Pushing"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 43, "topics": ["custom-component", "hacs", "home-assistant", "homeassistant", "jellyfin"], "version_installed": null, "last_fetched": 1643571237.08687}, "347985393": {"authors": ["@Mr-Groch"], "category": "integration", "description": "Emulate SUPPORT_COLOR_TEMP for color lights that doesn't support color temp (like some Ikea Tradfri bulbs) - Home Assistant component", "domain": "emulated_color_temp", "downloads": 0, "etag_repository": "W/\"3a61d19452c7f13b7c6ebfc97c8489cc628c742a724660fa40d5783e8c300545\"", "full_name": "Mr-Groch/HA-Emulated-Color-Temp-Light", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5f90b7e", "last_release_tag": "0.1.5", "last_updated": "2021-12-31T11:51:41Z", "name": "emulated_color_temp", "new": false, "repository_manifest": {"name": "Emulated color temp light", "render_readme": true, "domains": "light", "iot_class": "Local Push"}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": ["color-lights", "color-temperature", "ct", "custom-component", "hacs", "home-assistant", "ikea-tradfri-bulbs", "light"], "version_installed": null, "last_fetched": 1641058318.273773}, "311594993": {"authors": ["@slashback100"], "category": "integration", "description": "Home Assistant Presence Simulation", "domain": "presence_simulation", "downloads": 0, "etag_repository": "W/\"01f514305cc7d65309b9fe1eecc23ea10a9505367edf35dcd87cadb9f5a85c25\"", "full_name": "slashback100/presence_simulation", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "8937bdd", "last_release_tag": "v1.12", "last_updated": "2022-01-22T09:57:08Z", "name": "presence_simulation", "new": false, "repository_manifest": {"name": "Presence Simulation", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 90, "topics": ["historic", "homeassistant", "homeassistant-components", "presence-simulation"], "version_installed": null, "last_fetched": 1643571248.19374}, "356030453": {"authors": ["@thebytestuff"], "category": "integration", "description": "Home Assistant Custom Component - send Syslog message to remote server.", "domain": "remote_syslog", "downloads": 0, "etag_repository": "W/\"49ac7f4e5b86393efe314b75f33b1efe9f5d0ebe7053b9b59148cc2788d30435\"", "full_name": "TheByteStuff/RemoteSyslog_Service", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a46df0c", "last_release_tag": "2021-06-29", "last_updated": "2021-06-29T14:43:23Z", "name": "remote_syslog", "new": false, "repository_manifest": {"name": "remote_syslog", "content_in_root": false, "zip_release": false, "domains": ["automation", "script"], "country": ["US"], "homeassistant": "2021.3.4", "iot_class": "Assumed State", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 7, "topics": ["hacs", "home-assistant", "syslog", "syslog-client"], "version_installed": null}, "351828005": {"authors": ["@myhomeiot"], "category": "integration", "description": "Control Dahua VTO/VTH devices from Home Assistant", "domain": "dahua_vto", "downloads": 0, "etag_repository": "W/\"cbac51eb1fc9f9ae3e5ebb18728e748ec017a2aec27e04a149cfbb03f4b65066\"", "full_name": "myhomeiot/DahuaVTO", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7344f5c", "last_release_tag": "1.0.7", "last_updated": "2022-01-12T13:21:13Z", "name": "dahua_vto", "new": false, "repository_manifest": {"name": "Dahua VTO", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 51, "topics": ["dahua", "home-assistant"], "version_installed": null, "last_fetched": 1643571241.001518}, "362513331": {"authors": ["@shaiu"], "category": "integration", "description": "This is an integration for HomeAssistant. It's a Device Tracker component for the Technicolor Gateway.", "domain": "technicolor", "downloads": 0, "etag_repository": "W/\"5d21e09ff7bbaa5e499f3859f9585bd1479c66f977ae7872e15527e1aa1a7f4c\"", "full_name": "shaiu/technicolor", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "eaaede2", "last_release_tag": null, "last_updated": "2021-08-05T14:55:09Z", "name": "technicolor", "new": false, "repository_manifest": {"name": "Technicolor", "render_readme": true, "iot_class": ["Local Polling"], "domains": ["device_tracker"], "version": "0.1.0"}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["hacs", "home-assistant", "python"], "version_installed": null}, "366482637": {"authors": [], "category": "plugin", "description": "Home assistant sun card based on Google weather design", "domain": "", "downloads": 0, "etag_repository": "W/\"e0422ed16be449ddd6c99512bbdb364cacab6bbf1a38456c2b3f1e5ec5bc4129\"", "full_name": "AitorDB/home-assistant-sun-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e49ff08", "last_release_tag": "v0.1.4", "last_updated": "2022-01-24T16:29:01Z", "name": "home-assistant-sun-card", "new": false, "repository_manifest": {"name": "Sun Card", "render_readme": true, "filename": "home-assistant-sun-card.js"}, "selected_tag": null, "show_beta": false, "stars": 261, "topics": ["custom-card", "hacs", "home-assistant", "sun", "sun-card"], "version_installed": null, "last_fetched": 1643545559.238208}, "340596609": {"authors": ["@osk2"], "category": "integration", "description": "\ud83d\udd1b Panasonic Smart App integration for Home Assistant.", "domain": "panasonic_smart_app", "downloads": 0, "etag_repository": "W/\"4cf345159591306395794f3219c40fd70b51249cb7e42ab06db59fc30c8e9863\"", "full_name": "osk2/panasonic_smart_app", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5215d50", "last_release_tag": "v2.3.0", "last_updated": "2022-01-08T08:07:57Z", "name": "panasonic_smart_app", "new": false, "repository_manifest": {"name": "Panasonic Smart App", "render_readme": false, "domains": ["climate", "humidifier", "sensor", "binary_sensor", "number"], "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 24, "topics": ["custom-component", "home-assistant", "panasonic"], "version_installed": null, "last_fetched": 1641895937.493214}, "362145464": {"authors": ["@Petro31"], "category": "integration", "description": "Integration that creates a multi-zone volume controller for media_players in Home Assistant", "domain": "multizone_controller", "downloads": 0, "etag_repository": "W/\"de6f144e327e181d61c93d8e3ec086eb83e6269f2059e7d6a47b4aae80b35486\"", "full_name": "Petro31/ha-integration-multizone-controller", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7cf3e43", "last_release_tag": "1.2", "last_updated": "2021-06-09T21:34:52Z", "name": "multizone_controller", "new": false, "repository_manifest": {"name": "Multizone Controller", "domains": ["sensor"], "render_readme": true, "iot_class": ["Local Polling"]}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": ["hacs", "media-players", "multizone-controller", "volume-increment", "zone-volume"], "version_installed": null}, "370997019": {"authors": [], "category": "plugin", "description": "Type on your WebOS TV using this lovelace card", "domain": "", "downloads": 0, "etag_repository": "W/\"dacb409d07b75a47aa0058ddc4a4c8128c71af439ab0681cc90ec1543c214e7d\"", "full_name": "bernikr/lovelace-webos-keyboard-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6f489ee", "last_release_tag": null, "last_updated": "2021-12-17T14:54:58Z", "name": "lovelace-webos-keyboard-card", "new": false, "repository_manifest": {"name": "WebOS Keyboard Card", "content_in_root": true, "filename": "webos-keyboard-card.js", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": ["card", "home-assistant", "homeassistant", "input-method", "keyboard", "lovelace", "remote", "webos"], "version_installed": null}, "361776538": {"authors": [], "category": "plugin", "description": "Floor 3D Card to visualize Home Assistant entities using objects in a 3D home model based on Three.js.", "domain": "", "downloads": 375, "etag_repository": "W/\"9f3d005ce1e03bfa0958ecccfdaf596bb5b898eab0eb894341f07e856efed291\"", "full_name": "adizanni/floor3d-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2d4d096", "last_release_tag": "v1.1.15", "last_updated": "2022-01-29T15:05:12Z", "name": "floor3d-card", "new": false, "repository_manifest": {"name": "Floor 3d Visualization Card", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 151, "topics": ["3d-models", "card", "entity-bindings", "home-assistant"], "version_installed": null, "last_fetched": 1643571253.278348}, "375439961": {"authors": [], "category": "plugin", "description": "A button card with integrated slider", "domain": "", "downloads": 15569, "etag_repository": "W/\"1fae3a48650b09efbd0c82e277a619e8100df1d9c0377fb31264cb52d808db7e\"", "full_name": "mattieha/slider-button-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "877bc94", "last_release_tag": "v1.10.3", "last_updated": "2022-01-29T18:00:24Z", "name": "slider-button-card", "new": false, "repository_manifest": {"name": "Slider Button Card", "render_readme": true, "filename": "slider-button-card.js", "domains": ["light", "fan", "cover", "switch", "input_boolean", "media_player"]}, "selected_tag": null, "show_beta": false, "stars": 269, "topics": ["button-card", "card", "hacs", "homeassistant", "lovelace", "lovelace-custom-card", "slider"], "version_installed": null, "last_fetched": 1643571261.084636}, "373832981": {"authors": [], "category": "plugin", "description": "A custom digital clock card for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"3c997ed9564d5600f209879a8e276e188d8de76211ede2fd488b6b15822c2513\"", "full_name": "wassy92x/lovelace-digital-clock", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "71a5e1a", "last_release_tag": "v1.2.2", "last_updated": "2021-12-14T17:31:04Z", "name": "lovelace-digital-clock", "new": false, "repository_manifest": {"name": "Digital Clock", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 16, "topics": ["homeassistant", "lovelace", "lovelace-card"], "version_installed": null, "last_fetched": 1641895939.098172}, "329411371": {"authors": [], "category": "plugin", "description": "A custom dashboard for Home Assistant with sidebar", "domain": "", "downloads": 0, "etag_repository": "W/\"fceecb55a36fcd55fb29422033b612a7a1e5dc99b8fdf1314bee09c7282843de\"", "full_name": "wassy92x/lovelace-ha-dashboard", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "af8e045", "last_release_tag": "v1.1.0", "last_updated": "2021-06-27T14:52:25Z", "name": "lovelace-ha-dashboard", "new": false, "repository_manifest": {"name": "HA Dashboard", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": ["homeassistant", "lovelace", "lovelace-ui"], "version_installed": null}, "373857882": {"authors": [], "category": "plugin", "description": "A custom card for Home Assistant to group multiple buttons", "domain": "", "downloads": 0, "etag_repository": "W/\"edaf1a6cd276b09f7dbcee878d51c9aaae01591d4c3625d6b13343622bfd788d\"", "full_name": "wassy92x/lovelace-entities-btn-group", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "65ae7da", "last_release_tag": "v1.0.2", "last_updated": "2021-06-16T19:51:16Z", "name": "lovelace-entities-btn-group", "new": false, "repository_manifest": {"name": "Entities Button Group", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["homeassistant", "lovelace", "lovelace-card"], "version_installed": null}, "366911690": {"authors": ["@rroller"], "category": "integration", "description": "Dahua Camera and Doorbell Home Assistant Integration", "domain": "dahua", "downloads": 0, "etag_repository": "W/\"2e894e58cdafdd71a24781fc8cf90901f47eb7c74a73f6ba5c782e4269445d19\"", "full_name": "rroller/dahua", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2820c56", "last_release_tag": "0.9.34", "last_updated": "2022-01-18T16:03:35Z", "name": "dahua", "new": false, "repository_manifest": {"name": "Dahua", "hacs": "1.6.0", "homeassistant": "2021.7.0", "domains": ["binary_sensor", "switch", "light", "camera"], "iot_class": "Local Polling", "render_readme": true, "documentation": "https://github.com/rroller/dahua/blob/main/README.md", "issue_tracker": "https://github.com/rroller/dahua/issues", "codeowners": ["@rroller"]}, "selected_tag": null, "show_beta": false, "stars": 93, "topics": ["amcrest", "camera", "dahua", "doorbell", "hacs", "home-assistant", "ipcam", "lorex"], "version_installed": null, "last_fetched": 1643571246.84296}, "361961255": {"authors": ["@make-all"], "category": "integration", "description": "Metlink Wellington Public Transport integration for Home Assistant", "domain": "metlink", "downloads": 0, "etag_repository": "W/\"6af2355c1915af7eed32fdec3a1f208c75b1872f7cc6ec881c6576d9221967ad\"", "full_name": "make-all/metlink-nz", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "175582c", "last_release_tag": "1.0.3", "last_updated": "2021-12-12T08:57:06Z", "name": "metlink", "new": false, "repository_manifest": {"name": "Metlink Wellington Transport", "render_readme": true, "domains": ["sensor"], "country": ["NZ"], "homeassistant": "2021.12.0", "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["home-assistant", "metlink", "metlink-api", "transport", "wellington"], "version_installed": null, "last_fetched": 1641895942.011754}, "371474642": {"authors": ["@jadson179"], "category": "integration", "description": "home-assistant service for control the consul \ud83d\udd34", "domain": "consul", "downloads": 0, "etag_repository": "W/\"389e8e80278c4743935d04d2e17d4a6f70c41d22045987bea327b456d339fa68\"", "full_name": "jadson179/consul", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5883891", "last_release_tag": "2021.2.0", "last_updated": "2021-10-09T12:30:45Z", "name": "consul", "new": false, "repository_manifest": {"name": "consul", "render_readme": "true", "iot_class": ["Local Push"], "version": "2021.2.0"}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["consul"], "version_installed": null}, "373370853": {"authors": ["@rsnodgrass"], "category": "integration", "description": "Helium blockchain sensors for Home Assistant", "domain": "helium", "downloads": 0, "etag_repository": "W/\"1cf964d978fd0a0f75bd6af5ca3861c87be8de718dc889e626220e3abe4d8e81\"", "full_name": "rsnodgrass/hass-helium", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2c017ff", "last_release_tag": "0.3.6", "last_updated": "2022-01-21T16:21:25Z", "name": "helium", "new": false, "repository_manifest": {"name": "Helium Blockchain", "domains": ["sensor"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 26, "topics": ["helium", "helium-blockchain", "homeassistant"], "version_installed": null, "last_fetched": 1642851439.127735}, "269205129": {"authors": ["@h4de5"], "category": "integration", "description": "VIMAR by-me integration into home-assistant.io", "domain": "vimar", "downloads": 0, "etag_repository": "W/\"303dd79406459b26993bba31e1610748f514ad9927ddd77aea4a433caebe1f5b\"", "full_name": "h4de5/home-assistant-vimar", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "63f3648", "last_release_tag": "2021.10.1", "last_updated": "2021-10-21T13:32:06Z", "name": "vimar", "new": false, "repository_manifest": {"name": "VIMAR By-Me Hub", "content_in_root": false, "render_readme": true, "domains": ["media_player", "cover", "input_boolean", "light", "scene", "binary_sensor", "sensor", "switch", "climate"], "homeassistant": "0.99.9", "iot_class": ["Local Polling"]}, "selected_tag": null, "show_beta": false, "stars": 25, "topics": ["home-assistant", "home-automation", "homeassistant", "homeassistant-integration", "vimar", "vimar-platform"], "version_installed": null, "last_fetched": 1642094195.396116}, "372058588": {"authors": ["@amaximus"], "category": "integration", "description": "Meteo alerts for Hungary", "domain": "met_alerts_hu", "downloads": 0, "etag_repository": "W/\"a7232d7039eba641df096bff1f385307c3bdf1848a05232c68b31d7226c9c8fc\"", "full_name": "amaximus/met_alerts_hu", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4015c97", "last_release_tag": "2.3.1", "last_updated": "2021-12-10T12:23:17Z", "name": "met_alerts_hu", "new": false, "repository_manifest": {"name": "MET Alerts Hungary", "country": ["HU"], "domains": ["met_alerts_hu"], "render_readme": "true", "iot_class": ["Assumed State", "Cloud Polling"]}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": ["home-assistant", "homeassistant", "homeassistant-custom-component", "hungary"], "version_installed": null}, "354515979": {"authors": ["@jomwells", "@Mr-Groch"], "category": "integration", "description": "ON/OFF Abilight+Hue (Switch) component for Philips Ambilight TV's", "domain": "philips_ambilight+hue", "downloads": 0, "etag_repository": "W/\"e5fcdf49243cb1a8085f8e4fb58961bde034ad3be31bd5cf7e2a0e1685523f95\"", "full_name": "Mr-Groch/ambihue", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3386206", "last_release_tag": "0.0.7", "last_updated": "2022-01-08T12:46:57Z", "name": "philips_ambilight+hue", "new": false, "repository_manifest": {"name": "Philips Ambilight+Hue Switch", "domains": "switch", "iot_class": "Local Polling"}, "selected_tag": null, "show_beta": false, "stars": 11, "topics": ["ambilight", "custom-component", "hacs", "home-assistant", "philips-hue"], "version_installed": null, "last_fetched": 1643571240.52106}, "259867685": {"authors": ["@DSorlov"], "category": "integration", "description": "HomeAssistant SL Sensor (HASLv3)", "domain": "hasl3", "downloads": 0, "etag_repository": "W/\"9b56d5a3f570aef7d25e49c14dcee6adbf8024c357f61913f22e18cf5bc89d47\"", "full_name": "hasl-sensor/integration", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "11d2711", "last_release_tag": "3.0.1", "last_updated": "2022-01-23T12:15:49Z", "name": "hasl3", "new": false, "repository_manifest": {"name": "SL Integration (HASL)", "content_in_root": false, "country": ["SE"], "render_readme": false, "homeassistant": "2021.12", "zip_release": false, "domains": ["sensor", "binary_sensor"], "iot_class": "cloud_poll"}, "selected_tag": null, "show_beta": false, "stars": 16, "topics": ["ha-sensor-sl", "hasl", "hasl3", "haslv3", "homeassistant", "homeassistant-sensor", "sl-sensor", "stockholms-lokaltrafik"], "version_installed": null, "last_fetched": 1643571232.79017}, "295123287": {"authors": ["@yuval_mejahez"], "category": "integration", "description": "Jewish Shabbat Yomtov and Holidays times and event", "domain": "hebcal", "downloads": 0, "etag_repository": "W/\"18e7db7d1c16f6522ac3d7f251f1bc798d553d615304b4bf0867d615480aaad7\"", "full_name": "rt400/Jewish-Sabbaths-Holidays", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6ed9afd", "last_release_tag": "2.0.5", "last_updated": "2021-09-05T09:04:55Z", "name": "hebcal", "new": false, "repository_manifest": {"name": "Jewish Sabbaths Holidays / sensor", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": ["hacs", "holidays", "jewish", "sensor", "shabbat"], "version_installed": null}, "134057086": {"authors": ["@syssi"], "category": "integration", "description": "Xiaomi Mi Electric Rice Cooker integration for Home Assistant", "domain": "xiaomi_miio_cooker", "downloads": 0, "etag_repository": "W/\"05f2cce86987fd67dfa65ae9bbad4309cf580f042b715c4b483e59cc067f6763\"", "full_name": "syssi/xiaomi_cooker", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "14e870d", "last_release_tag": "0.2.7", "last_updated": "2021-12-18T20:15:45Z", "name": "xiaomi_miio_cooker", "new": false, "repository_manifest": {"name": "Xiaomi Mi Electric Rice Cooker Integration", "content_in_root": false, "render_readme": true, "iot_class": "local_polling"}, "selected_tag": null, "show_beta": false, "stars": 103, "topics": ["custom-component", "hacktoberfest", "home-assistant", "miio", "miio-protocol", "rice-cooker", "sensor", "xiaomi", "xiaomi-cooker"], "version_installed": null, "last_fetched": 1642430921.021095}, "129049262": {"authors": ["@syssi"], "category": "integration", "description": "Xiaomi Mi Smart Fan integration for Home Assistant", "domain": "xiaomi_miio_fan", "downloads": 0, "etag_repository": "W/\"3e0ee7bc28dc721996d4ef7af089b9863c5c0b74a3de1809de3c2e8867889e72\"", "full_name": "syssi/xiaomi_fan", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "8e22d0f", "last_release_tag": "0.5.4", "last_updated": "2021-12-27T09:15:51Z", "name": "xiaomi_miio_fan", "new": false, "repository_manifest": {"name": "Xiaomi Mi Smart Pedestal Fan Integration", "content_in_root": false, "render_readme": true, "iot_class": "local_polling", "homeassistant": "2021.5.1"}, "selected_tag": null, "show_beta": false, "stars": 247, "topics": ["custom-component", "fan", "hacktoberfest", "home-assistant", "miio", "miio-protocol", "miot", "xiaomi"], "version_installed": null, "last_fetched": 1643571249.481009}, "373845609": {"authors": ["@bramstroker"], "category": "integration", "description": "Custom component to calculate estimated power consumption of lights and other appliances", "domain": "powercalc", "downloads": 863, "etag_repository": "W/\"0dcbab978f31194b3cc118dc01d6f375c134ebe0e5d032e78f99d473d7412849\"", "full_name": "bramstroker/homeassistant-powercalc", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "078f677", "last_release_tag": "v0.16.1", "last_updated": "2022-01-28T16:22:47Z", "name": "powercalc", "new": false, "repository_manifest": {"name": "Power calculation", "render_readme": true, "domains": ["sensor"], "zip_release": true, "filename": "powercalc.zip"}, "selected_tag": null, "show_beta": false, "stars": 199, "topics": ["consumption", "energy-monitor", "hacktoberfest", "hacs", "home-assistant", "homeassistant", "hue-lights", "metering", "power"], "version_installed": null, "last_fetched": 1643571223.966936}, "85400693": {"authors": ["@PaulAnnekov"], "category": "integration", "description": "Device tracker component that uses Padavan-based router", "domain": "padavan_tracker", "downloads": 0, "etag_repository": "W/\"79ca0b625b5239014ad3e3921acdbdc1d30139b4b5f8aea10dd2ee17e37eb7d0\"", "full_name": "PaulAnnekov/home-assistant-padavan-tracker", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5d0f168", "last_release_tag": "1.0.2", "last_updated": "2021-09-05T16:36:39Z", "name": "padavan_tracker", "new": false, "repository_manifest": {"name": "Padavan Tracker", "render_readme": true, "domains": ["device_tracker"], "iot_class": ["Local Polling"]}, "selected_tag": null, "show_beta": false, "stars": 40, "topics": ["home-assistant", "padavan", "router", "xiaomi"], "version_installed": null}, "365332200": {"authors": ["@Racailloux"], "category": "integration", "description": "Home Assistant integration to support PiJuice UPS Hat and retrieve values to sensors.", "domain": "pijuice", "downloads": 0, "etag_repository": "W/\"c1fd15a280beccd07b309ee593f1e47548cf2d264d61ca4d55ca1f9f0208188c\"", "full_name": "Racailloux/home-assistant-pijuice", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d2b0fd8", "last_release_tag": "1.2.0", "last_updated": "2021-09-12T12:14:15Z", "name": "pijuice", "new": false, "repository_manifest": {"name": "PiJuice UPS Hat", "render_readme": true, "iot_class": "Local Polling", "domains": "sensor", "country": ["EN", "FR"]}, "selected_tag": null, "show_beta": false, "stars": 7, "topics": ["battery", "hat", "home-assistant", "integrations", "pijuice", "raspberry-pi", "sensors", "ups", "voltage"], "version_installed": null}, "180440465": {"authors": ["@ludeeus"], "category": "integration", "description": "Component to show potential breaking_changes in the current published version based on your loaded components", "domain": "breaking_changes", "downloads": 0, "etag_repository": "W/\"68d8801493650c78168eac45119f05ccbd211a742a89f753422f803f93fe69c1\"", "full_name": "custom-components/breaking_changes", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "fcbd2d0", "last_release_tag": "21.12.0", "last_updated": "2021-12-03T23:22:46Z", "name": "breaking_changes", "new": false, "repository_manifest": {"name": "Breaking Changes", "zip_release": true, "hide_default_branch": true, "filename": "breaking_changes.zip", "domain": "breaking_changes", "homeassistant": "2021.4.0b0"}, "selected_tag": null, "show_beta": false, "stars": 78, "topics": ["breaking-changes", "custom-component", "home-assistant", "homeassistant", "python"], "version_installed": null, "last_fetched": 1643545556.7687}, "151280062": {"authors": [], "category": "plugin", "description": "Minimalistic graph card for Home Assistant Lovelace UI", "domain": "", "downloads": 0, "etag_repository": "W/\"0c521e9864c882fe0f8e986ae8898ca73ae9ec2c731f0f358ac04c069b8b3ec6\"", "full_name": "kalkih/mini-graph-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4b83da8", "last_release_tag": "v0.11.0", "last_updated": "2022-01-23T09:42:43Z", "name": "mini-graph-card", "new": false, "repository_manifest": {"name": "mini-graph-card", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 1789, "topics": ["automation", "custom", "graph", "hacktoberfest", "hassio", "home-assistant", "lovelace", "lovelace-ui", "sensor"], "version_installed": null, "last_fetched": 1643545559.365716}, "201740996": {"authors": ["@ludeeus"], "category": "integration", "description": "Use Jinja and data from Home Assistant to generate your README.md file", "domain": "readme", "downloads": 0, "etag_repository": "W/\"4e8cbc7fdbaa4d1a997eb4236f2e6d5e2d5177c87353b320b0c63b8695cea808\"", "full_name": "custom-components/readme", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3d7becc", "last_release_tag": "0.4.0", "last_updated": "2022-01-10T18:51:05Z", "name": "readme", "new": false, "repository_manifest": {"name": "Generate readme", "iot_class": "calculated", "zip_release": true, "filename": "readme.zip", "homeassistant": "2021.5.0", "hide_default_branch": true, "render_readme": true, "hacs": "0.19.1"}, "selected_tag": null, "show_beta": false, "stars": 18, "topics": ["automation", "home-assistant", "jinja", "readme"], "version_installed": null, "last_fetched": 1643545556.816277}, "374763546": {"authors": ["@xilense"], "category": "integration", "description": "AIMP custom component for \ud83c\udfe0 Home Assistant using web remote", "domain": "aimp", "downloads": 0, "etag_repository": "W/\"1a9c5c5423e2aa39ffec21ee341f2214d9a90a7bc77bfe9c60cd5533cccb0a09\"", "full_name": "xilense/aimp_custom_component", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "108431c", "last_release_tag": null, "last_updated": "2021-06-21T18:20:20Z", "name": "aimp", "new": false, "repository_manifest": {"name": "AIMP Media Player", "content_in_root": true, "domains": "media_player", "iot_class": "Local Polling", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["aimp", "home-automation", "homeassistant", "homeautomation", "internet-of-things", "iot", "iot-automation", "mediaplayer", "raspberry-pi", "remote-control", "smarthome"], "version_installed": null}, "323152128": {"authors": ["@guylewin"], "category": "integration", "description": "Crunch-O-Meter API as sensors in Home Assistant. See how many people are currently at your local gym", "domain": "crunch_o_meter", "downloads": 0, "etag_repository": "W/\"02cc653796b8ff504e36be78552319dd9c51adac96f5937bf203895d04237835\"", "full_name": "GuyLewin/home-assistant-crunch-o-meter", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "db48e5a", "last_release_tag": "1.0.4", "last_updated": "2021-06-14T13:06:16Z", "name": "crunch_o_meter", "new": false, "repository_manifest": {"name": "Crunch-O-Meter", "domains": ["sensor"], "iot_class": "Cloud Polling", "render_readme": true, "zip_release": true, "filename": "crunch_o_meter.zip"}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["crunch", "crunch-o-meter", "hacs", "home-assistant"], "version_installed": null}, "376904517": {"authors": [], "category": "plugin", "description": "A progress bar display for Home Assistant timers", "domain": "", "downloads": 2781, "etag_repository": "W/\"38ea22160c43ccdbe9c87bf5714ada90933918bf5ddcae1387ce2b56b892140b\"", "full_name": "rianadon/timer-bar-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7b1870b", "last_release_tag": "v1.15", "last_updated": "2022-01-21T18:45:14Z", "name": "timer-bar-card", "new": false, "repository_manifest": {"name": "Timer Bar Card", "render_readme": true, "filename": "timer-bar-card.js"}, "selected_tag": null, "show_beta": false, "stars": 83, "topics": ["home-assistant", "lovelace", "lovelace-ui"], "version_installed": null, "last_fetched": 1643571262.763521}, "378256174": {"authors": [], "category": "plugin", "description": "Home Assistant card for collecting OpenSprinkler status", "domain": "", "downloads": 0, "etag_repository": "W/\"979608dafc7cb3ea70f57b5b0b6d08d3642531bbff722956b0bc6497ef19712d\"", "full_name": "rianadon/opensprinkler-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "883055b", "last_release_tag": "v1.11", "last_updated": "2021-12-20T23:06:54Z", "name": "opensprinkler-card", "new": false, "repository_manifest": {"name": "OpenSprinkler Card", "render_readme": true, "filename": "opensprinkler-card.js"}, "selected_tag": null, "show_beta": false, "stars": 32, "topics": ["home-assistant", "lovelace", "lovelace-ui", "opensprinkler"], "version_installed": null, "last_fetched": 1642184597.996558}, "307678069": {"authors": ["@rogro82", "@wibias"], "category": "integration", "description": "Home Assistant variables component", "domain": "variable", "downloads": 0, "etag_repository": "W/\"9e82023624d0de81f46069fd20506a6bbbbe6d0c359b61700085bcf5efc9ca1f\"", "full_name": "Wibias/hass-variables", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "0b76b6a", "last_release_tag": "2.2.1", "last_updated": "2022-01-22T16:29:27Z", "name": "variable", "new": false, "repository_manifest": {"name": "Variables+History", "homeassistant": "2021.9.0", "iot_class": "local push"}, "selected_tag": null, "show_beta": false, "stars": 28, "topics": ["counter", "homeassistant-integration", "keypad", "last-motion", "python", "timer", "variables"], "version_installed": null, "last_fetched": 1643571252.251042}, "373101151": {"authors": ["@cjne"], "category": "integration", "description": "Home Assistant customcomponent for SunSpec modbus devices", "domain": "sunspec", "downloads": 0, "etag_repository": "W/\"bdfff48b661cea421ac8d890f7b905a2e705ea2c807b9bf6753a8a18292397be\"", "full_name": "CJNE/ha-sunspec", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b0b749a", "last_release_tag": "0.0.19", "last_updated": "2022-01-26T05:12:55Z", "name": "sunspec", "new": false, "repository_manifest": {"name": "SunSpec", "hacs": "1.6.0", "domains": ["sensor"], "iot_class": "Local Polling", "render_readme": true, "homeassistant": "2021.9.1"}, "selected_tag": null, "show_beta": false, "stars": 15, "topics": ["custom-component", "home-assistant", "sunspec"], "version_installed": null, "last_fetched": 1643571224.696595}, "256928191": {"authors": ["@Aohzan"], "category": "integration", "description": "Home Assistant custom component for GCE Eco-Devices", "domain": "ecodevices", "downloads": 0, "etag_repository": "W/\"e28dbf308b06a446432409f2815f93383263f1d01a44b4bb9509e2122a0b7fc0\"", "full_name": "Aohzan/ecodevices", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "851ff72", "last_release_tag": "4.0.0", "last_updated": "2021-12-31T17:09:13Z", "name": "ecodevices", "new": false, "repository_manifest": {"name": "GCE Eco-Devices", "country": ["FR"], "domains": ["sensor"], "render_readme": true, "iot_class": ["Local Polling"]}, "selected_tag": null, "show_beta": false, "stars": 7, "topics": ["eco-devices", "gce-electronics", "home-assistant", "homeassistant-integration"], "version_installed": null, "last_fetched": 1641058337.817616}, "351604227": {"authors": ["@Sha-Darim"], "category": "integration", "description": "The custom compontnet will get fire risks and fire prohibition from the Brandrisk Ute API for the supplied position.", "domain": "brandriskute", "downloads": 0, "etag_repository": "W/\"a88ea5dcc9c7365be124bbf02b3807bf9a41469aa44a8c706161709cf62b8ea3\"", "full_name": "Sha-Darim/brandriskute", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4ed6d64", "last_release_tag": null, "last_updated": "2021-12-28T22:27:43Z", "name": "brandriskute", "new": false, "repository_manifest": {"name": "Brandrisk ute", "render_readme": true, "domains": ["sensor"], "country": ["se"]}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["fire-risks", "homeassistant", "risks", "sensors"], "version_installed": null}, "387055527": {"authors": [], "category": "theme", "description": "This is a blend of 2 themes found within the Home Assistant community. Inspired mostly by Noctis, I've adjust colours slightly and have also opted to pull some features from Caule Theme packs to build my own 'ultimate' theme. I will continue to update overtime and do my best to credit those whom I have 'referenced' ", "domain": "", "downloads": 0, "etag_repository": "W/\"6c54cf61de3436b14d30e2f6e080c33f94c85659b791886b67162fd4a402f840\"", "full_name": "tgcowell/waves", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4c4218c", "last_release_tag": "v.2.1.0", "last_updated": "2021-08-27T03:25:22Z", "name": "waves", "new": false, "repository_manifest": {"name": "Waves"}, "selected_tag": null, "show_beta": false, "stars": 21, "topics": ["hacs", "hassio", "homeassistant", "themes"], "version_installed": null, "last_fetched": 1642184601.132158}, "391372854": {"authors": [], "category": "plugin", "description": "Home Assistant card for controlling the Alarmo component", "domain": "", "downloads": 1946, "etag_repository": "W/\"28c87bd14b8bdbb5969e902c6c85da87362ec3105ed38f676600145482b3cdf5\"", "full_name": "nielsfaber/alarmo-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "cfe826a", "last_release_tag": "v1.2.3", "last_updated": "2022-01-15T08:11:17Z", "name": "alarmo-card", "new": false, "repository_manifest": {"name": "Alarmo Card", "render_readme": true, "filename": "alarmo-card.js"}, "selected_tag": null, "show_beta": false, "stars": 28, "topics": ["alarm", "alarmo", "assistant", "card", "home", "home-assistant", "lovelace", "security"], "version_installed": null, "last_fetched": 1643571261.532588}, "362551242": {"authors": [], "category": "plugin", "description": "Simple last-updated card for Home assistant lovelace", "domain": "", "downloads": 0, "etag_repository": "W/\"7582e81dc79d17b48732f060719ecd84416c96684cc88d57c6aa2ba8a4db53bc\"", "full_name": "itobey/update-time-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9580c83", "last_release_tag": "2.0.0", "last_updated": "2021-07-13T16:24:04Z", "name": "update-time-card", "new": false, "repository_manifest": {"name": "Update Time Card", "content_in_root": true, "render_readme": true, "filename": "update-time-card.js"}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["clock", "dashboard", "e-ink", "hassio", "home-assistant", "homeassistant", "last-updated", "lovelace", "lovelace-custom-card", "lovelace-ui"], "version_installed": null}, "384434522": {"authors": [], "category": "plugin", "description": "Additional vector icons for home assistant to model Philips Hue bulbs and fixtures. ", "domain": "", "downloads": 0, "etag_repository": "W/\"dd2443298b76ee5f4ee0dc518c7dfc08f9151427f30d2210d2f8b7f40422ac78\"", "full_name": "arallsopp/hass-hue-icons", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c834f9a", "last_release_tag": "v.1.2.5", "last_updated": "2022-01-19T12:36:20Z", "name": "hass-hue-icons", "new": false, "repository_manifest": {"name": "Hass Hue Icons", "render_readme": true, "content_in_root": false}, "selected_tag": null, "show_beta": false, "stars": 125, "topics": ["custom-icons", "hacktoberfest", "hacs", "home-assistant", "homeassistant", "hue", "hue-lights", "icons", "iconset", "philips-hue", "svg"], "version_installed": null, "last_fetched": 1643571253.745922}, "352169259": {"authors": ["@aex351"], "category": "integration", "description": "Neerslag app for Home Assistant. All-in-one package (Sensors + Card).", "domain": "neerslag", "downloads": 0, "etag_repository": "W/\"c7ea7befb915401621b152712582ad6d2387b3fd868a00f66dfa33221aff7a56\"", "full_name": "aex351/home-assistant-neerslag-app", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "ba484e4", "last_release_tag": null, "last_updated": "2021-10-21T20:28:43Z", "name": "neerslag", "new": false, "repository_manifest": {"name": "Neerslag App", "render_readme": true, "country": ["NL", "BE"], "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 18, "topics": ["homeassistant"], "version_installed": null, "last_fetched": 1641217569.170075}, "366713850": {"authors": ["@alexander0042"], "category": "integration", "description": "Replacement for the default Dark Sky Home Assistant integration using Pirate Weather ", "domain": "pirateweather", "downloads": 0, "etag_repository": "W/\"14e5999e119fe81ed9bbdac6cc9efff17548d86cdc4069cf457a83259eae7575\"", "full_name": "alexander0042/pirate-weather-ha", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e95083f", "last_release_tag": null, "last_updated": "2021-12-17T17:21:58Z", "name": "pirateweather", "new": false, "repository_manifest": {"name": "Pirate Weather", "domains": ["weather", "sensor"], "render_readme": true, "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 65, "topics": ["darksky-api", "homeassistant-integration", "weather-api"], "version_installed": null, "last_fetched": 1643545556.794476}, "363203831": {"authors": ["@benleb"], "category": "integration", "description": "SureHA \ud83d\udc3e monitor & control your Sure Petcare devices via Home Assistant", "domain": "sureha", "downloads": 0, "etag_repository": "W/\"b3a5d3b5e4d02d9b2d3db971986dbb9f83a772f779f7c706cbfe8d005d0f570c\"", "full_name": "benleb/sureha", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "77ff2da", "last_release_tag": "v0.4.2", "last_updated": "2021-09-20T15:35:49Z", "name": "sureha", "new": false, "repository_manifest": {"name": "SureHA", "documentation": "https://github.com/benleb/sureha", "content_in_root": true, "render_readme": true, "domains": ["binary_sensor", "sensor"]}, "selected_tag": null, "show_beta": false, "stars": 10, "topics": ["home-assistant", "home-automation", "homeassistant", "surepet", "surepetcare", "surepy"], "version_installed": null, "last_fetched": 1641895958.561402}, "378010382": {"authors": ["@alryaz"], "category": "integration", "description": "TNS Energo Integration", "domain": "tns_energo", "downloads": 0, "etag_repository": "W/\"d4a335cae84074e420e746d37ce355a6db4ac2680e063b5b15162cdcb5af0ef0\"", "full_name": "alryaz/hass-tns-energo", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e23705e", "last_release_tag": "v0.1.0", "last_updated": "2021-11-03T19:37:50Z", "name": "tns_energo", "new": false, "repository_manifest": {"name": "\u041b\u0438\u0447\u043d\u044b\u0439 \u043a\u0430\u0431\u0438\u043d\u0435\u0442 \u0422\u041d\u0421 \u042d\u043d\u0435\u0440\u0433\u043e", "content_in_root": false, "zip_release": false, "render_readme": true, "domains": ["sensor"], "country": ["ru"], "homeassistant": "2021.4.6", "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": ["custom-components", "hacs", "homeassistant", "moscow", "tns-energo"], "version_installed": null}, "376390299": {"authors": ["@golles"], "category": "integration", "description": "KNMI weather integration for Home Assistant", "domain": "knmi", "downloads": 0, "etag_repository": "W/\"ef1bd6faa2e5920122e14e51741393edcbaa5f9e4f235ee917217ba3199aaae5\"", "full_name": "golles/ha-knmi", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4de958b", "last_release_tag": "1.1.6", "last_updated": "2022-01-08T17:01:59Z", "name": "knmi", "new": false, "repository_manifest": {"name": "knmi", "hacs": "1.6.0", "domains": ["binary_sensor", "sensor", "switch"], "homeassistant": "0.118.0"}, "selected_tag": null, "show_beta": false, "stars": 7, "topics": ["home-assistant", "home-assistant-component", "homeassistant", "knmi", "weather"], "version_installed": null, "last_fetched": 1642004605.655608}, "384704004": {"authors": ["@dylandoamaral"], "category": "integration", "description": "A Trakt integration for Home Assistant compatible with upcoming media card", "domain": "trakt_tv", "downloads": 0, "etag_repository": "W/\"271e8a524c8f838bcc59f398e4c685dede7e8661588da060a3d577cecbe98a58\"", "full_name": "dylandoamaral/trakt-integration", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6a4835e", "last_release_tag": "v0.1.2", "last_updated": "2021-12-13T09:19:12Z", "name": "trakt_tv", "new": false, "repository_manifest": {"name": "Trakt", "domains": ["sensor"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": ["custom", "hacs", "home-assistant", "integration", "movie", "show", "trakt", "upcoming-media-card"], "version_installed": null, "last_fetched": 1643545556.791849}, "261277563": {"authors": ["@edekeijzer"], "category": "integration", "description": "OSRM travel time sensor for Home Assistant", "domain": "osrm_travel_time", "downloads": 0, "etag_repository": "W/\"a351edffa9665484e59651c629526eeade93896315c7f686ec51c603e50c3167\"", "full_name": "edekeijzer/osrm_travel_time", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3985b38", "last_release_tag": "v0.3", "last_updated": "2021-07-04T11:12:20Z", "name": "osrm_travel_time", "new": false, "repository_manifest": {"name": "Open Source Routing Machine", "domains": ["sensor"], "iot_class": ["Local Polling"]}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": ["home-assistant", "osrm", "python", "python3", "self-hosted"], "version_installed": null}, "290261325": {"authors": ["@basnijholt", "@RubenKelevra"], "category": "integration", "description": "Adaptive Lighting custom component for Home Assistant", "domain": "adaptive_lighting", "downloads": 0, "etag_repository": "W/\"f83d1c7c1980b080967b9c5b00373239ff9ad94867f8d78ee6d2f8f4f2c99d24\"", "full_name": "basnijholt/adaptive-lighting", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "83983e8", "last_release_tag": "1.0.15", "last_updated": "2022-01-08T23:28:34Z", "name": "adaptive_lighting", "new": false, "repository_manifest": {"name": "adaptive_lighting", "render_readme": true, "domains": ["switch"]}, "selected_tag": null, "show_beta": false, "stars": 472, "topics": ["adaptive-lighting", "automation", "home-assistant", "hue", "iot", "lights", "sunrise", "sunset", "zigbee"], "version_installed": null, "last_fetched": 1643571222.606949}, "377060365": {"authors": ["@alryaz"], "category": "integration", "description": "\u0418\u043d\u0442\u0435\u0433\u0440\u0430\u0446\u0438\u044f Home Assistant \u0441 \u041b\u041a \"\u0418\u043d\u0442\u0435\u0440 \u0420\u0410\u041e\"", "domain": "lkcomu_interrao", "downloads": 0, "etag_repository": "W/\"edf53429a828fa13d9facc72a0b85cc991e68743dee673e401994a480d125413\"", "full_name": "alryaz/hass-lkcomu-interrao", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b951440", "last_release_tag": "v0.2.0", "last_updated": "2022-01-16T23:15:31Z", "name": "lkcomu_interrao", "new": false, "repository_manifest": {"name": "\u041b\u0438\u0447\u043d\u044b\u0439 \u043a\u0430\u0431\u0438\u043d\u0435\u0442 \u0418\u043d\u0442\u0435\u0440 \u0420\u0410\u041e (\u042d\u043d\u0435\u0440\u0433\u043e\u0441\u0431\u044b\u0442)", "content_in_root": false, "zip_release": false, "render_readme": true, "domains": ["sensor", "binary_sensor"], "country": ["ru"], "homeassistant": "2021.12.0", "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 21, "topics": ["altaienergosbyt", "bashelektrosbyt", "custom-components", "energosbyt", "esbvolga", "home-assistant", "mosenergosbyt", "sevesk", "tambovenergosbyt", "tomskenergosbyt"], "version_installed": null, "last_fetched": 1643571220.827883}, "388918745": {"authors": ["@CreasolTech"], "category": "integration", "description": "Home Assistant integration for Creasol DomBus RS485 modules (inputs, outputs, sensors).", "domain": "creasoldombus", "downloads": 0, "etag_repository": "W/\"d1fb7d5dbd83ae905361350a184f214c97096227948f1a15648ce1efcfe8eede\"", "full_name": "CreasolTech/home-assistant-creasol-dombus", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "469026c", "last_release_tag": null, "last_updated": "2021-09-07T08:23:37Z", "name": "creasoldombus", "new": false, "repository_manifest": {"name": "Creasol DomBus", "content_in_root": false, "domains": ["binary-sensor", "light", "sensor", "switch"], "iot_class": "local_push"}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["dombus", "domotic", "hacs", "home-assistant", "homeassistant", "rs485", "smart-home", "smarthome"], "version_installed": null}, "355159299": {"authors": ["@alryaz"], "category": "integration", "description": "Moscow PGU services for HomeAssistant", "domain": "moscow_pgu", "downloads": 0, "etag_repository": "W/\"acd57c8caeda6a128a28ad90ca858c6c3b0e3c5dd18a980551607d231d0893fa\"", "full_name": "alryaz/hass-moscow-pgu", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a0e68a7", "last_release_tag": "v0.3.1", "last_updated": "2021-11-10T06:44:41Z", "name": "moscow_pgu", "new": false, "repository_manifest": {"name": "Moscow PGU (\u0413\u043e\u0441\u0443\u0441\u043b\u0443\u0433\u0438 \u041c\u043e\u0441\u043a\u0432\u044b)", "content_in_root": false, "zip_release": false, "render_readme": true, "domains": ["sensor"], "country": ["ru"], "homeassistant": "2021.2.0", "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 10, "topics": ["custom-component", "gosuslugi", "homeassistant"], "version_installed": null}, "362058414": {"authors": ["@chouffy"], "category": "integration", "description": "Control a Libratone Zipp speaker within Home Assistant", "domain": "libratone_zipp", "downloads": 0, "etag_repository": "W/\"291eaf61836c69229654147e6d05057f40a699b92326ffd497a4a92a22d88fd9\"", "full_name": "Chouffy/home_assistant_libratone_zipp", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "0f30485", "last_release_tag": "3.0.3", "last_updated": "2021-10-16T07:48:11Z", "name": "libratone_zipp", "new": false, "repository_manifest": {"name": "Libratone Zipp", "render_readme": true, "domains": "media_player", "iot_class": "Local Push"}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["home-assistant", "home-assistant-integration", "libratone", "python3"], "version_installed": null}, "377960412": {"authors": ["@georgezhao2010"], "category": "integration", "description": "Control your Midea air conditioner devices via the eWeLink cloud", "domain": "climate_ewelink", "downloads": 0, "etag_repository": "W/\"a9e71b054a35028bd10c6cfbd51292e79869dfa62d427e77c3bc25b25da9ce84\"", "full_name": "georgezhao2010/climate_ewelink", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b38804d", "last_release_tag": "v0.3.0", "last_updated": "2021-09-04T14:17:19Z", "name": "climate_ewelink", "new": false, "repository_manifest": {"name": "Midea A/C via eWeLink", "domains": ["climate", "sensor", "switch"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 24, "topics": ["airconditioners", "climate", "ewelink", "homeassistant", "midea"], "version_installed": null}, "311536795": {"authors": ["@blakeblackshear"], "category": "integration", "description": "Frigate integration for Home Assistant", "domain": "frigate", "downloads": 0, "etag_repository": "W/\"12a2fdeba206b331e8ab5292bf3bef414b6c5ac50bb959dfd229570da6279c93\"", "full_name": "blakeblackshear/frigate-hass-integration", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "19a10d0", "last_release_tag": "v2.2.0", "last_updated": "2022-01-25T15:30:23Z", "name": "frigate", "new": false, "repository_manifest": {"hacs": "1.6.0", "name": "Frigate", "domains": ["media_browser", "sensor", "camera", "binary_sensor", "switch"], "iot_class": "Local Push", "homeassistant": "2021.12.0b0"}, "selected_tag": null, "show_beta": false, "stars": 205, "topics": ["ai", "camera", "frigate", "hacs", "nvr", "object-detection"], "version_installed": null, "last_fetched": 1643571223.138651}, "255258767": {"authors": ["@Aohzan"], "category": "integration", "description": "IPX800 V4 integration for Home-Assistant", "domain": "ipx800v4", "downloads": 0, "etag_repository": "W/\"360bffc2d724b017741fe7e8c6c499e78dc69bb6de72a87d8174d1f1edcc503c\"", "full_name": "Aohzan/ipx800", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3d58e7c", "last_release_tag": "3.1.0", "last_updated": "2021-11-20T08:19:27Z", "name": "ipx800v4", "new": false, "repository_manifest": {"name": "GCE IPX800 V4", "country": ["FR"], "domains": ["switch", "light", "cover", "sensor", "binary_sensor", "climate"], "render_readme": true, "iot_class": ["Local Polling"]}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": ["gce-electronics", "homeassistant", "homeassistant-integration", "ipx800"], "version_installed": null}, "384910725": {"authors": ["@hwmland"], "category": "integration", "description": "XMR Pool Statistics integration for Home Assistant", "domain": "xmrpool_stat", "downloads": 0, "etag_repository": "W/\"5f8e1ac919378a933cdb6178bb5eadf93224b15abcbb061acd43790085e81237\"", "full_name": "hwmland/homeassistant-xmrpool_stat", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e5db4c6", "last_release_tag": "v0.2.0", "last_updated": "2022-01-13T20:44:56Z", "name": "xmrpool_stat", "new": false, "repository_manifest": {"name": "XMR Pool Statistics", "render_readme": true, "iot_class": "cloud_polling"}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["cryptocurrency", "hacs", "home-assistant", "home-assistant-integration", "homeassistant", "monero", "xmr"], "version_installed": null, "last_fetched": 1642184611.305361}, "322881712": {"authors": ["@juacas"], "category": "integration", "description": "Honor X3 router Device tracker for Home Assistant", "domain": "honor_x3", "downloads": 0, "etag_repository": "W/\"9e373e2187817bda22f05c37f771fe310a58ed3096ae5f717de289c997bdeaa6\"", "full_name": "juacas/honor_x3", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3798953", "last_release_tag": "v1.0.5", "last_updated": "2021-08-24T07:44:17Z", "name": "honor_x3", "new": false, "repository_manifest": {"name": "Honor Router 3/X3 tracker", "render_readme": "true", "domains": ["device_tracker"]}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["device-tracker", "home-assistant", "home-automation", "presence-detection", "router"], "version_installed": null, "last_fetched": 1643571235.669678}, "377012187": {"authors": ["@jcgoette"], "category": "integration", "description": "This custom integration provides sensors for Weight Gurus API endpoints.", "domain": "weight_gurus", "downloads": 0, "etag_repository": "W/\"20118a467c07202ffe9775d16d9c829efb6eed7103dab9ebf4f1e1645b317b43\"", "full_name": "jcgoette/weight_gurus_homeassistant", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a891e0b", "last_release_tag": "v2.0.2", "last_updated": "2021-12-18T04:00:33Z", "name": "weight_gurus", "new": false, "repository_manifest": {"domains": "sensor", "iot_class": "Cloud Polling", "name": "Weight Gurus", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["health", "home-assistant", "home-assistant-component", "home-assistant-custom", "home-assistant-sensor", "python", "weight"], "version_installed": null}, "250488711": {"authors": ["@mwestra"], "category": "integration", "description": "niu scooter integration for Home assistant.", "domain": "niu", "downloads": 0, "etag_repository": "W/\"3eb1bc1cdbfc591c0f398f92edbda8494326579cb2ce15fd964e88c48628aa23\"", "full_name": "marcelwestrahome/home-assistant-niu-component", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d00a0ad", "last_release_tag": "1.0.0", "last_updated": "2021-11-28T18:33:25Z", "name": "niu", "new": false, "repository_manifest": {"name": "Niu Scooter Integration", "content_in_root": false, "render_readme": true, "iot_class": "cloud_polling"}, "selected_tag": null, "show_beta": false, "stars": 15, "topics": ["custom-component", "home-assistant", "niu", "scooters", "sensor"], "version_installed": null, "last_fetched": 1642430941.780215}, "279184610": {"authors": ["@madpilot"], "category": "integration", "description": "Home Assistant Component to pull the latest energy prices from Amber Electric", "domain": "amberelectric", "downloads": 0, "etag_repository": "W/\"aa32fa4c6a1ae5d01635bec70278dccf5f5869879136f29426130ed58700f896\"", "full_name": "madpilot/hass-amber-electric", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b900ed8", "last_release_tag": null, "last_updated": "2021-10-07T09:01:00Z", "name": "amberelectric", "new": false, "repository_manifest": {"name": "Amber Electric", "country": ["AU"], "domains": ["sensor"], "homeassistant": "2021.7.1", "iot_class": ["Cloud Polling"]}, "selected_tag": null, "show_beta": false, "stars": 21, "topics": ["amber-electric", "electricity-market", "electricity-prices", "home-assistant", "integration"], "version_installed": null, "last_fetched": 1643571239.450224}, "391413239": {"authors": ["@tiemooowh"], "category": "integration", "description": "Teletask (DoIP) Integration for Home Assistant Comunity Store (HACS)", "domain": "teletask", "downloads": 0, "etag_repository": "W/\"7e12b9c1542acb42585d0a53625bea0509661b0faa53f1348fe931c2ee2e0b8c\"", "full_name": "Tiemooowh/homeassistant-teletask", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "58bdabf", "last_release_tag": null, "last_updated": "2021-11-01T16:32:18Z", "name": "teletask", "new": false, "repository_manifest": {"name": "Teletask", "content_in_root": false, "domains": ["teletask"], "homeassistant": "0.109.0", "iot_class": "local_poll"}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["domotics", "hacs", "homeassistant", "homeassistant-custom-component", "homeassistant-integration", "teletask"], "version_installed": null, "last_fetched": 1642851464.3755}, "368653916": {"authors": ["@moox-it"], "category": "integration", "description": "MOOX-Track Custom Component for HASS (hass-moox-track) is a custom component that connects your MOOX Track devices to Home Assistant as \"Device Trackers\"", "domain": "moox_track", "downloads": 0, "etag_repository": "W/\"6c795dfdc462f634bed1c5aa38a7cfb88f597c6e4bc6795fec0bdb1e34980edb\"", "full_name": "moox-it/hass-moox-track", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "ccc24f3", "last_release_tag": "1.2", "last_updated": "2021-12-13T17:10:20Z", "name": "moox_track", "new": false, "repository_manifest": {"name": "MOOX-Track", "render_readme": true, "iot_class": ["Cloud Polling"]}, "selected_tag": null, "show_beta": false, "stars": 0, "topics": ["device", "gps", "moox", "track", "tracker"], "version_installed": null}, "378213601": {"authors": ["@nyffchanium"], "category": "integration", "description": "Home Assistant integration for Argoclima (Argo) climate control devices", "domain": "argoclima", "downloads": 0, "etag_repository": "W/\"2679e7ae9fd0af2f3c9af279232abec2552e35eb975eed9419095d5e7af2d9ff\"", "full_name": "nyffchanium/argoclima-integration", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "515e679", "last_release_tag": "v1.1.0", "last_updated": "2021-12-30T11:52:59Z", "name": "argoclima", "new": false, "repository_manifest": {"name": "Argoclima", "homeassistant": "2021.12.1", "domains": ["climate"], "iot_class": "Local Polling"}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["argo", "argoclima", "climate-control", "home-assistant"], "version_installed": null, "last_fetched": 1643571242.287186}, "336054515": {"authors": ["@lbbrhzn"], "category": "integration", "description": "Home Assistant integration for electric vehicle chargers that support the Open Charge Point Protocol (OCPP).", "domain": "ocpp", "downloads": 0, "etag_repository": "W/\"815832f2ebb6fa2a52c9745547aba10a114331d4f9898a860d08ab238db38056\"", "full_name": "lbbrhzn/ocpp", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "cce22ff", "last_release_tag": "v0.4.10", "last_updated": "2022-01-30T19:13:59Z", "name": "ocpp", "new": false, "repository_manifest": {"name": "Open Charge Point Protocol (OCPP)", "content_in_root": false, "domains": ["button", "number", "sensor", "switch"], "homeassistant": "2021.12.0", "iot_class": "Local Push", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 45, "topics": ["hacs", "home-assistant", "home-automation", "homeassistant", "ocpp"], "version_installed": null, "last_fetched": 1643571238.060321}, "379688863": {"authors": ["@TheRealWaldo"], "category": "integration", "description": "Thermal Vision Sensor and Camera for Home Assistant", "domain": "thermal_vision", "downloads": 0, "etag_repository": "W/\"3c3f781d516665e3ff2f941d163f40302a6cc38d1048f6693340fa5833b01fd3\"", "full_name": "TheRealWaldo/thermal", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "376601c", "last_release_tag": "v3.1.0", "last_updated": "2021-12-28T16:18:24Z", "name": "thermal_vision", "new": false, "repository_manifest": {"name": "Thermal Vision", "country": ["CA"], "domains": ["camera", "sensor"], "render_readme": true, "iot_class": ["Assumed State", "Local Polling"]}, "selected_tag": null, "show_beta": false, "stars": 24, "topics": ["hacs", "home-assistant", "homeassistant", "homeassistant-custom-component", "homeassistant-integration", "homeassistant-sensor"], "version_installed": null, "last_fetched": 1642851466.764306}, "388979130": {"authors": ["@troykelly"], "category": "integration", "description": "A group of sensors for Home Assistant that tracks New South Wales COVID-19 Data", "domain": "nswcovid", "downloads": 0, "etag_repository": "W/\"e4f82a00278417c26669528a148fd1bf4d88282c014255fad61cf23a156ed0c5\"", "full_name": "troykelly/homeassistant-au-nsw-covid", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "0c394ef", "last_release_tag": "v0.0.26", "last_updated": "2021-10-02T04:15:42Z", "name": "nswcovid", "new": false, "repository_manifest": {"name": "NSW Covid Data", "country": ["AU"], "domains": ["sensor"], "homeassistant": "2021.9.0", "iot_class": ["Cloud Polling"], "zip_release": true, "filename": "nswcovid.zip"}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["covid-19", "home-assistant", "nsw-government", "nsw-health"], "version_installed": null}, "227452940": {"authors": ["@JoshuaMulliken"], "category": "integration", "description": "Home Assistant Integration for Wyze devices.", "domain": "wyzeapi", "downloads": 0, "etag_repository": "W/\"694f94b6ccbd39eb813375a1358383c841721779dd93c62ce56201acda6b763f\"", "full_name": "JoshuaMulliken/ha-wyzeapi", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "8107f80", "last_release_tag": "0.1.4", "last_updated": "2022-01-26T00:05:33Z", "name": "wyzeapi", "new": false, "repository_manifest": {"name": "Wyze", "domains": ["switch", "light", "lock", "binary_sensor"], "iot_class": "cloud_poll"}, "selected_tag": null, "show_beta": false, "stars": 381, "topics": ["bulb", "home-assistant", "home-automation", "homeassistant", "switch", "wyze", "wyze-bulbs", "wyze-switchs"], "version_installed": null, "last_fetched": 1643571235.391686}, "379781545": {"authors": ["@rroller"], "category": "integration", "description": "Netgear Home Assistant Integration", "domain": "netgear_wax", "downloads": 0, "etag_repository": "W/\"436be03ffbbb9b6adc9c111cd59575fe7a7b8f022f54146b0ed8375b1ab0c7d0\"", "full_name": "rroller/netgear", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d3a2e7f", "last_release_tag": "0.1.3", "last_updated": "2021-12-12T18:08:49Z", "name": "netgear_wax", "new": false, "repository_manifest": {"name": "Netgear WAX", "hacs": "1.6.0", "homeassistant": "2021.4.0", "domains": ["binary_sensor", "sensor", "switch"], "iot_class": "Local Polling", "render_readme": true, "documentation": "https://github.com/rroller/netgear/blob/main/README.md", "issue_tracker": "https://github.com/rroller/netgear/issues", "codeowners": ["@rroller"]}, "selected_tag": null, "show_beta": false, "stars": 7, "topics": ["hacs", "home-assistant", "netgear", "wax", "wax-610", "wax-620", "wi-fi"], "version_installed": null}, "396695907": {"authors": ["@mullerdavid"], "category": "integration", "description": "Gree Extension for built in integration", "domain": "gree_ext", "downloads": 0, "etag_repository": "W/\"03767ed18a8f09a3648631142dfc3b94a940b82a73b3c4aff883c5d19ef70b28\"", "full_name": "mullerdavid/hass_GreeExt", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "faa5104", "last_release_tag": null, "last_updated": "2021-08-16T17:45:29Z", "name": "gree_ext", "new": false, "repository_manifest": {"name": "Gree Extension for Home-Assistant built in integration", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["home-assistant"], "version_installed": null}, "325329098": {"authors": ["@IATkachenko"], "category": "integration", "description": "Sleep As Android integration for Home Assistant", "domain": "sleep_as_android", "downloads": 741, "etag_repository": "W/\"5fd6330a44200164148a26d1ca85b0eebf831e91763fd0d4b0f17ee3a02cac65\"", "full_name": "IATkachenko/HA-SleepAsAndroid", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "339e586", "last_release_tag": "v1.7.0", "last_updated": "2022-01-24T10:33:12Z", "name": "sleep_as_android", "new": false, "repository_manifest": {"homeassistant": "2021.7.0", "name": "Sleep As Android", "render_readme": true, "zip_release": true, "filename": "sleep_as_android.zip"}, "selected_tag": null, "show_beta": false, "stars": 42, "topics": ["homeassistant", "mqtt", "python", "sleep-analysis", "sleep-as-android", "sleep-tracker"], "version_installed": null, "last_fetched": 1643571233.94474}, "290193894": {"authors": ["@sillyfrog"], "category": "integration", "description": "Rollease Acmeda Automate Pulse Hub v2 integration for Home Assistant", "domain": "automate", "downloads": 0, "etag_repository": "W/\"62c0f572ab5b8bb549c8e3534a3d9cb6051d2d66c85135b843ac55752f16c7f0\"", "full_name": "sillyfrog/Automate-Pulse-v2", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "cb3d325", "last_release_tag": "v0.9.3", "last_updated": "2022-01-23T11:01:40Z", "name": "automate", "new": false, "repository_manifest": {"name": "Rollease Acmeda Automate Pulse Hub v2", "render_readme": true, "iot_class": ["Local Polling", "Local Push"]}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": ["hacs", "homeassistant"], "version_installed": null, "last_fetched": 1643571248.075698}, "394082552": {"authors": [], "category": "plugin", "description": "A Lovelace card for Frigate in Home Assistant", "domain": "", "downloads": 4970, "etag_repository": "W/\"5e22c52bcca57483570791881ac868bdc4e2f4596d61e90a306c793393b98fb4\"", "full_name": "dermotduffy/frigate-hass-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "73c979e", "last_release_tag": "v2.1.0", "last_updated": "2022-01-30T01:46:41Z", "name": "frigate-hass-card", "new": false, "repository_manifest": {"name": "Frigate Card", "render_readme": true, "filename": "frigate-hass-card.js"}, "selected_tag": null, "show_beta": false, "stars": 85, "topics": ["cctv", "frigate", "home-assistant", "nvr"], "version_installed": null, "last_fetched": 1643571256.709766}, "395991055": {"authors": ["@amaximus"], "category": "integration", "description": "Anniversary integration for Home Assistant", "domain": "anniversary", "downloads": 0, "etag_repository": "W/\"e46d35d78a2a71237abf24772eb9eb667c712f87c8cc75f3d11397dcbe90b112\"", "full_name": "amaximus/anniversary", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d4bc126", "last_release_tag": "0.2.1", "last_updated": "2021-12-10T12:17:16Z", "name": "anniversary", "new": false, "repository_manifest": {"name": "Anniversary", "country": ["HU"], "domains": ["anniversary"], "render_readme": "true", "iot_class": ["Assumed State"]}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": ["home-assistant", "homeassistant"], "version_installed": null}, "362700564": {"authors": ["@alandtse"], "category": "integration", "description": "Tesla custom integration for Home Assistant. This requires a refresh token be generated by third-party apps to login.", "domain": "tesla_custom", "downloads": 1819, "etag_repository": "W/\"5b84414c08f1d7008c62ad64d2ba6d64038f120e97f34ddcbff04ef59961179b\"", "full_name": "alandtse/tesla", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "004f265", "last_release_tag": "v1.5.0", "last_updated": "2022-01-17T10:00:49Z", "name": "tesla_custom", "new": false, "repository_manifest": {"name": "Tesla", "hacs": "1.6.0", "domains": ["sensor", "lock", "climate", "binary_sensor", "device_tracker", "switch", "button"], "iot_class": "Cloud Polling", "homeassistant": "2021.4.0", "zip_release": true, "filename": "tesla_custom.zip"}, "selected_tag": null, "show_beta": false, "stars": 102, "topics": ["hacktoberfest", "home-assistant", "home-assistant-component", "integration", "tesla"], "version_installed": null, "last_fetched": 1643571219.917723}, "383732864": {"authors": ["@cyberjunky"], "category": "integration", "description": "The Garmin Connect integration allows you to expose data from Garmin Connect to Home Assistant.", "domain": "garmin_connect", "downloads": 0, "etag_repository": "W/\"210fb76cabebce985328b97cb51aafb9fc76b6942ed95a2e08b7bd2aca96f615\"", "full_name": "cyberjunky/home-assistant-garmin_connect", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4cd2826", "last_release_tag": "0.1.8", "last_updated": "2022-01-05T09:23:20Z", "name": "garmin_connect", "new": false, "repository_manifest": {"name": "Garmin Connect", "render_readme": true, "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 28, "topics": ["garmin-connect", "home-assistant", "home-assistant-component"], "version_installed": null, "last_fetched": 1643571227.197985}, "346474804": {"authors": ["@DurgNomis-drol"], "category": "integration", "description": "Toyota Connected Services integration for Home Assistant.", "domain": "toyota", "downloads": 312, "etag_repository": "W/\"e25ca803cf068f7bd21ac36fa72f5b3eeda58a482c03cd855046dfd922fdaf43\"", "full_name": "DurgNomis-drol/ha_toyota", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6d3e599", "last_release_tag": "v1.2.7", "last_updated": "2022-01-17T15:22:15Z", "name": "toyota", "new": false, "repository_manifest": {"name": "Toyota Connected Services", "domains": ["binary_sensor", "device_tracker", "sensor"], "homeassistant": "2021.12.0", "iot_class": ["Cloud Polling"], "zip_release": true, "filename": "toyota.zip"}, "selected_tag": null, "show_beta": false, "stars": 39, "topics": ["car", "home-assistant", "toyota", "vehicle"], "version_installed": null, "last_fetched": 1643571229.309907}, "382335433": {"authors": ["@djansen1987"], "category": "integration", "description": "SAJ eSolar Portal Sensors", "domain": "saj_esolar", "downloads": 0, "etag_repository": "W/\"0dca3868b7acdb60267d2e196de5c6e9122a30e9cd34129a15532817ded6fae1\"", "full_name": "djansen1987/SAJeSolar", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "77a9031", "last_release_tag": "v1.2.9", "last_updated": "2022-01-15T17:09:36Z", "name": "saj_esolar", "new": false, "repository_manifest": {"name": "SAJ eSolar", "render_readme": false, "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["esolar", "hacs", "home-assistant", "homeassistant", "intergration", "saj", "solar", "solar-system"], "version_installed": null, "last_fetched": 1642851473.216605}, "398739214": {"authors": [], "category": "integration", "description": "Add a Webhook service to HomeAssistant, originally designed for use with Discord Webhooks", "domain": "webhook_service", "downloads": 5, "etag_repository": "W/\"054963c02e08b59521a46327f3853ad28cc1107a7cb731e83babce5670b29b1d\"", "full_name": "HCookie/Webhook-Service-home-assistant", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "81f0795", "last_release_tag": "v1.0", "last_updated": "2021-08-25T02:24:45Z", "name": "webhook_service", "new": false, "repository_manifest": {"render_readme": true, "content_in_root": false, "iot_class": "local_polling", "homeassistant": "2021.8.1"}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["hacs", "homeassistant", "webhooks"], "version_installed": null, "last_fetched": 1643571232.765068}, "383608593": {"authors": ["@h4de5"], "category": "integration", "description": "Toshiba AC integration into home-assistant.io", "domain": "toshiba_ac", "downloads": 4, "etag_repository": "W/\"e2d52748bcf7625e1f056ea3a8d2ed8e85702975eebc152413ade18350d270fd\"", "full_name": "h4de5/home-assistant-toshiba_ac", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c6911c7", "last_release_tag": "2021.9.5", "last_updated": "2022-01-22T18:15:42Z", "name": "toshiba_ac", "new": false, "repository_manifest": {"name": "Toshiba AC", "content_in_root": false, "render_readme": true, "domains": ["climate", "sensor"], "homeassistant": "2021.8.0", "iot_class": ["Cloud Push"]}, "selected_tag": null, "show_beta": false, "stars": 22, "topics": ["climate", "home-assistant", "home-automation", "homeassistant", "homeassistant-integration", "toshiba"], "version_installed": null, "last_fetched": 1643571233.040082}, "382905556": {"authors": ["@kotborealis"], "category": "integration", "description": "Time-based cover. Install it via HACS.", "domain": "cover_time_based_synced", "downloads": 0, "etag_repository": "W/\"1c4d3e0cf590393f05dc0290000df1a467a9df246133dd0124cdbd46f65ed376\"", "full_name": "kotborealis/home-assistant-custom-components-cover-time-based-synced", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7098bac", "last_release_tag": "v2.1.0", "last_updated": "2021-08-28T10:42:07Z", "name": "cover_time_based_synced", "new": false, "repository_manifest": {"name": "Cover Time Based Synced", "content_in_root": false, "render_readme": false, "hacs": "1.6.0", "domains": ["cover"], "homeassistant": "0.118.0"}, "selected_tag": null, "show_beta": false, "stars": 7, "topics": ["cover", "home-assistant", "roller-shutters", "service", "shutter", "trigger"], "version_installed": null, "last_fetched": 1642851473.941003}, "402799177": {"authors": [], "category": "plugin", "description": "Blind card for Home Assistant Lovelace UI", "domain": "", "downloads": 0, "etag_repository": "W/\"433a74fab2d353d75568e3c3d4eb1349dd09ac32e57278cdad568b7564284499\"", "full_name": "tungmeister/hass-blind-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "03a0db8", "last_release_tag": "v1.0.3", "last_updated": "2021-11-03T20:16:41Z", "name": "hass-blind-card", "new": false, "repository_manifest": {"name": "Blind Card", "filename": "hass-blind-card.js", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 17, "topics": ["custom-cards", "hacs", "hassio", "home-assistant", "lovelace"], "version_installed": null}, "395770920": {"authors": ["@firstof9"], "category": "integration", "description": "OpenEI integration for Home Assistant", "domain": "openei", "downloads": 0, "etag_repository": "W/\"c11ed65a7122768db18f389cf16b4c007591bffe2c8295d8c08fff4a50204c0c\"", "full_name": "firstof9/ha-openei", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "ac01f67", "last_release_tag": "0.1.6", "last_updated": "2021-12-15T17:28:19Z", "name": "openei", "new": false, "repository_manifest": {"name": "OpenEI", "domains": ["binary_sensor", "sensor"], "iot_class": "Cloud Polling", "homeassistant": "2021.8.0", "zip_release": true, "filename": "openei.zip"}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": ["api", "energy", "home-assistant", "homeassistant", "integration", "rates"], "version_installed": null}, "402156016": {"authors": ["@golles"], "category": "integration", "description": "Kamstrup 403 integration for Home Assistant", "domain": "kamstrup_403", "downloads": 0, "etag_repository": "W/\"dff1b6a5cc59f2395f4018e2c464c93b40cd60622d367ac2ff8a0ea119047ad4\"", "full_name": "golles/ha-kamstrup_403", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b77455b", "last_release_tag": "1.1.0", "last_updated": "2021-12-20T23:52:37Z", "name": "kamstrup_403", "new": false, "repository_manifest": {"name": "Kamstrup 403", "hacs": "1.1.0", "domains": ["sensor"], "homeassistant": "0.118.0"}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": ["home-assistant-component", "kamstrup", "kamstrup403"], "version_installed": null, "last_fetched": 1642430953.981069}, "372795369": {"authors": ["@Sholofly"], "category": "integration", "description": "Custom component to integrate Arris DCX960 Horizon EOS Settopbox into Home Assistant", "domain": "arris_dcx960", "downloads": 0, "etag_repository": "W/\"45442e4eacbcde4e758822d081cff63b0df4169937865f9f98b5e578d6ff3722\"", "full_name": "Sholofly/arrisdcx960", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "ed95477", "last_release_tag": "v1.2.0", "last_updated": "2022-01-17T21:11:08Z", "name": "arris_dcx960", "new": false, "repository_manifest": {"name": "Arris DCX960 (Ziggo, Telenet, Magenta, UPC, Virgin)", "country": ["NL", "BE", "CH", "GB", "AT"], "iot_class": "cloud_push", "domains": ["media_player"], "render_readme": true, "homeassistant": "2021.5.0"}, "selected_tag": null, "show_beta": false, "stars": 16, "topics": ["arris", "eos", "hacs", "homeassistant", "horizon", "magenta", "settopbox", "telenet", "telenet-tv", "telenet-tv-boxes", "upc", "virgin", "virgin-media", "vodafone", "ziggo", "ziggo-next"], "version_installed": null, "last_fetched": 1642520526.170096}, "403401396": {"authors": ["@eifinger"], "category": "integration", "description": "Custom Home Assistant Integration for the HERE Destination Weather API", "domain": "here_weather", "downloads": 0, "etag_repository": "W/\"1719870e614464e47b8f2c790661109708899eebfc3e0c43d189ff2d52ec9507\"", "full_name": "eifinger/hass-here-weather", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "91868de", "last_release_tag": "v2.1.5", "last_updated": "2022-01-11T07:41:08Z", "name": "here_weather", "new": false, "repository_manifest": {"name": "HERE Destination Weather", "hacs": "1.6.0", "domains": ["sensor", "weather"], "iot_class": "Cloud Polling", "homeassistant": "2021.12.0"}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["hacktoberfest", "hacs", "hacs-default", "here-maps-api", "herepy", "home-assistant", "homeassistant", "homeassistant-custom-component", "homeassistant-integration", "pyton"], "version_installed": null, "last_fetched": 1641895983.019757}, "213346369": {"authors": ["@scottyphillips"], "category": "integration", "description": "A Home Assistant custom component for use with ECHONET enabled Mitsubishi HVAC systems. ", "domain": "echonetlite", "downloads": 0, "etag_repository": "W/\"20c4dad7d3eef41f9e4754bff6a4d290885dc76fbb68dad3d99efed977a26b03\"", "full_name": "scottyphillips/echonetlite_homeassistant", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "0c8b875", "last_release_tag": "3.2.1", "last_updated": "2022-01-14T23:16:21Z", "name": "echonetlite", "new": false, "repository_manifest": {"name": "ECHONETLite Platform", "render_readme": true, "domains": ["climate", "sensor", "select", "light", "fan"], "homeassistant": "2021.9.2", "iot_class": "Local Polling"}, "selected_tag": null, "show_beta": false, "stars": 42, "topics": ["hacs", "home-assistant", "homeassistant"], "version_installed": null, "last_fetched": 1643571247.69231}, "334448958": {"authors": [], "category": "plugin", "description": "Bootstrap grid in Lovelace UI", "domain": "", "downloads": 0, "etag_repository": "W/\"58d4effbc96a2c3f104dad0d0a338411ddae42a51f080451882088203dfe7eb3\"", "full_name": "ownbee/bootstrap-grid-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d3faf3e", "last_release_tag": "v0.1.2", "last_updated": "2021-10-21T18:37:00Z", "name": "bootstrap-grid-card", "new": false, "repository_manifest": {"name": "bootstrap-grid-card", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 18, "topics": ["bootstrap", "bootstrap-grid-card", "card", "custom-cards", "grid", "hass", "homeassistant", "layout", "lovelace"], "version_installed": null}, "403381222": {"authors": [], "category": "theme", "description": "Noctis theme made Solarized", "domain": "", "downloads": 0, "etag_repository": "W/\"f47981d81251d2ab2bddf1b5ff4caa14ef05d6848055104148d3f983e967a5c6\"", "full_name": "williamahartman/noctis-solarized", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6e4941c", "last_release_tag": null, "last_updated": "2021-09-29T22:53:08Z", "name": "noctis-solarized", "new": false, "repository_manifest": {"name": "Noctis-Solarized"}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["home-assistant", "home-assistant-theme"], "version_installed": null}, "403123516": {"authors": ["@barleybobs"], "category": "integration", "description": "A Homeassistant custom component to integrate Ecowater water softeners", "domain": "ecowater_softener", "downloads": 0, "etag_repository": "W/\"39601a031242419c4ff4c56de4140cebbec6f6bbba7cc653d7cdd37e4d0b14aa\"", "full_name": "barleybobs/homeassistant-ecowater-softener", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9c79fe7", "last_release_tag": null, "last_updated": "2021-12-30T01:29:30Z", "name": "ecowater_softener", "new": false, "repository_manifest": {"name": "Ecowater Softener", "render_readme": true, "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["ecowater", "homeassistant"], "version_installed": null, "last_fetched": 1642004628.557946}, "323155307": {"authors": ["@aceindy"], "category": "integration", "description": "Control Duepi_evo based pellet stoves with Home Assistant over wifi using ESPLink", "domain": "duepi_evo", "downloads": 0, "etag_repository": "W/\"3e5bd60313a3b5c14e3ca4fd04510c504c57b7f784329d6197d375299310e815\"", "full_name": "aceindy/Duepi_EVO", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c74a80a", "last_release_tag": null, "last_updated": "2022-01-10T16:45:57Z", "name": "duepi_evo", "new": false, "repository_manifest": {"name": "Duepi Evo", "render_readme": true, "iot_class": "local_polling"}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": ["heating-systems", "home-assistant"], "version_installed": null, "last_fetched": 1641895984.060552}, "392188182": {"authors": ["@alryaz"], "category": "integration", "description": "\u0418\u043d\u0442\u0435\u0433\u0440\u0430\u0446\u0438\u044f \u042d\u043d\u0435\u0440\u0433\u043e\u0441\u0431\u044b\u0422.\u041f\u043b\u044e\u0441 \u0434\u043b\u044f Home Assistant", "domain": "energosbyt_plus", "downloads": 0, "etag_repository": "W/\"d9c3e40697694c93b2bfc25a86e8f6fb7badcb120ee15880814c83729e1ac1f3\"", "full_name": "alryaz/hass-energosbyt-plus", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "077fcbf", "last_release_tag": "v0.1.0", "last_updated": "2021-11-03T19:32:31Z", "name": "energosbyt_plus", "new": false, "repository_manifest": {"name": "\u041b\u0438\u0447\u043d\u044b\u0439 \u043a\u0430\u0431\u0438\u043d\u0435\u0442 \u042d\u043d\u0435\u0440\u0433\u043e\u0441\u0431\u044b\u0422 \u041f\u043b\u044e\u0441", "content_in_root": false, "zip_release": false, "render_readme": true, "domains": ["sensor", "binary_sensor"], "country": ["ru"], "homeassistant": "2021.2.0", "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": ["custom-component", "energosbyt", "energosbyt-plus", "homeassistant"], "version_installed": null}, "407627914": {"authors": [], "category": "theme", "description": "A fork of popular Home Assistant Google dark theme with animated icons", "domain": "", "downloads": 0, "etag_repository": "W/\"ed419db2b426cee9d55eb14499bdb3239d4ee769f3762fac2539d83607fb7446\"", "full_name": "pacjo/google_dark_animated", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1f59fba", "last_release_tag": "v1.9", "last_updated": "2021-11-22T17:05:56Z", "name": "google_dark_animated", "new": false, "repository_manifest": {"name": "Google Dark Theme", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["ha", "hacs", "home-assistant", "home-assistant-hacs", "theme"], "version_installed": null}, "212657669": {"authors": ["@xMrVizzy"], "category": "integration", "description": "\ud83c\udf3f Minecraft Version Checker for Home Assistant.", "domain": "minecraft_version", "downloads": 0, "etag_repository": "W/\"7ef4718fcd747864fbd60ad822ff621604f1149510f78fc08b60df27354492ac\"", "full_name": "Kraineff/minecraft-version", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9c0ec53", "last_release_tag": "0.1.3", "last_updated": "2020-01-16T12:36:24Z", "name": "minecraft_version", "new": false, "repository_manifest": {"name": "\u26cf\ufe0f Minecraft Version", "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": [], "version_installed": null}, "403062943": {"authors": ["@jugla"], "category": "integration", "description": "Home Assistant Component to compute battery consumption", "domain": "battery_consumption", "downloads": 0, "etag_repository": "W/\"06e4f8acc8b3ac7adc2ebbb9fe1789ffba2ae8010cbad830f839be7df0c56442\"", "full_name": "jugla/battery_consumption", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1e34858", "last_release_tag": "V1.0.4", "last_updated": "2021-12-11T21:53:46Z", "name": "battery_consumption", "new": false, "repository_manifest": {"name": "battery_consumption", "domains": ["sensor"], "iot_class": "calculated"}, "selected_tag": null, "show_beta": false, "stars": 7, "topics": ["battery", "consumption", "hacs", "homeassistant"], "version_installed": null}, "408429126": {"authors": ["@koying"], "category": "integration", "description": "Extension of HA mqtt_statestream integration with discovery config publishing", "domain": "mqtt_discoverystream", "downloads": 0, "etag_repository": "W/\"9c8b97e9c1550b6d0526aadf3ce853887c8a59f3ce8dd30cf0c625eb6b0c1f77\"", "full_name": "koying/mqtt_discoverystream_ha", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "713018e", "last_release_tag": "v0.7", "last_updated": "2021-12-19T08:13:13Z", "name": "mqtt_discoverystream", "new": false, "repository_manifest": {"name": "MQTT DiscoveryStream", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["custom-component", "hass", "home-assistant", "homeassistant", "mqtt"], "version_installed": null}, "401454435": {"authors": ["@hif2k1"], "category": "integration", "description": "Home assistant home battery simulator - allows you to model how much energy you would save with a home battery", "domain": "battery_sim", "downloads": 0, "etag_repository": "W/\"a20d08b7ae0468c5962c5717fd685237cdfa4b415d49f8a14a624055d5128fc9\"", "full_name": "hif2k1/battery_sim", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b09b680", "last_release_tag": null, "last_updated": "2022-01-24T21:28:02Z", "name": "battery_sim", "new": false, "repository_manifest": {"name": "battery_sim", "country": ["UK"], "render_readme": true, "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 16, "topics": ["energy-storage", "environmental", "home-assistant", "home-automation", "homeassistant"], "version_installed": null, "last_fetched": 1643571233.014657}, "319608056": {"authors": ["@dckiller51"], "category": "integration", "description": "Custom_components Body Metrics for Xiaomi Miscale 1 and 2 (esphome or BLE monitor for Homeassistant)", "domain": "bodymiscale", "downloads": 0, "etag_repository": "W/\"ef9072037e58c776317e1fda4810f712258f5b85e0c2844b3760ba29809e99de\"", "full_name": "dckiller51/bodymiscale", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "dc795dd", "last_release_tag": "v1.1.5", "last_updated": "2022-01-29T12:40:34Z", "name": "bodymiscale", "new": false, "repository_manifest": {"name": "Bodymiscale", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 68, "topics": ["ble-monitor", "custom-component", "esphome", "hacs", "home-assistant", "homeassistant", "miscale", "mitemp-bt", "xiaomi"], "version_installed": null, "last_fetched": 1643571227.891339}, "401145616": {"authors": ["@cjne"], "category": "integration", "description": "Home Assistant integration for MyEnergi devices", "domain": "myenergi", "downloads": 0, "etag_repository": "W/\"90c717e24574548426819b2f09b1ffed73e5f360688dd22769e03b952af4ed81\"", "full_name": "CJNE/ha-myenergi", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "289d725", "last_release_tag": "0.0.17", "last_updated": "2022-01-26T07:18:58Z", "name": "myenergi", "new": false, "repository_manifest": {"name": "myenergi", "hacs": "1.6.0", "domains": ["select", "sensor", "number"], "iot_class": "Cloud Polling", "render_readme": true, "homeassistant": "2021.9.1"}, "selected_tag": null, "show_beta": false, "stars": 30, "topics": ["ev-charging", "green-energy", "home-assistant", "myenergi"], "version_installed": null, "last_fetched": 1643571224.642351}, "401856574": {"authors": ["@jobvk"], "category": "integration", "description": "Provides Home Assistant sensors for multiple windturbines from the Windcentrale", "domain": "windcentrale", "downloads": 0, "etag_repository": "W/\"ab065b4ced52523ddeeceab47744138972f915d5c1f60d0c36cdfb0dd0e0375b\"", "full_name": "jobvk/Home-Assistant-Windcentrale", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "61b613b", "last_release_tag": "0.1.3", "last_updated": "2022-01-05T23:01:13Z", "name": "windcentrale", "new": false, "repository_manifest": {"name": "Windcentrale", "domains": ["sensor", "binary_sensor"], "iot_class": "Cloud Polling", "homeassistant": "2020.12.0", "zip_release": true, "filename": "windcentrale.zip"}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["dutch", "hacs", "home-assistant", "windcentrale"], "version_installed": null, "last_fetched": 1641470610.41699}, "246549747": {"authors": [], "category": "plugin", "description": "Custom calendar card for Home Assistant with Lovelace", "domain": "", "downloads": 0, "etag_repository": "W/\"76e5ab09833d0628eb74f6dce40bc3b0e47392b25ca2a711c6a51718f600aaf2\"", "full_name": "totaldebug/atomic-calendar-revive", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e4d4889", "last_release_tag": "v6.2.0", "last_updated": "2022-01-06T12:25:50Z", "name": "atomic-calendar-revive", "new": false, "repository_manifest": {"name": "Atomic Calendar Revive", "filename": "atomic-calendar-revive.js", "country": ["GB"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 168, "topics": ["calendar", "card", "hacs", "homeassistant", "javascript", "lovelace", "module"], "version_installed": null, "last_fetched": 1643571264.817151}, "356033332": {"authors": ["@PepegaBruh"], "category": "integration", "description": "Integration for Home Assistant to implement a crypto tracking system", "domain": "cryptostate", "downloads": 0, "etag_repository": "W/\"15b23473d94351f7db826092e8c50d43f65b9ed338dae541d46707d3402b8b0c\"", "full_name": "BigNocciolino/CryptoTracker", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "56307ed", "last_release_tag": "v.1.1.2", "last_updated": "2022-01-29T18:08:03Z", "name": "cryptostate", "new": false, "repository_manifest": {"name": "Crypto Tracker", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 19, "topics": ["automation", "currency", "homeassistant-integration", "tracker"], "version_installed": null, "last_fetched": 1643571222.986863}, "417802358": {"authors": ["@chouffy"], "category": "integration", "description": "TooGoodToGo items stock as sensor in Home Assistant", "domain": "tgtg", "downloads": 0, "etag_repository": "W/\"4c1fd4b2f97629fea07371c14d4a7142b6f6ac72debce5c14ef9bac8e46132ec\"", "full_name": "Chouffy/home_assistant_tgtg", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "ff31b5c", "last_release_tag": "4.0.0", "last_updated": "2022-01-28T10:01:26Z", "name": "tgtg", "new": false, "repository_manifest": {"name": "TooGoodToGo", "render_readme": true, "domains": "sensor", "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 11, "topics": ["home-assistant", "home-assistant-integration", "python3", "toogoodtogo"], "version_installed": null, "last_fetched": 1643571224.516685}, "420504770": {"authors": ["@amaximus"], "category": "integration", "description": "Water quality integration for Home Assistant with data provided by Budapest FVM", "domain": "water_quality_fvm", "downloads": 0, "etag_repository": "W/\"cb1071a78f1f29048f8ce24d2c6510b5b2f0b128b3982683d9565fb6b715f731\"", "full_name": "amaximus/water_quality_fvm", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "297f3be", "last_release_tag": "0.1.0", "last_updated": "2021-12-23T12:36:22Z", "name": "water_quality_fvm", "new": false, "repository_manifest": {"name": "Water Quality FVM", "country": ["HU"], "domains": ["water_quality_fvm"], "render_readme": "true", "iot_class": ["Cloud Polling"]}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": ["budapest", "home-assistant", "homeassistant", "homeassistant-custom-component", "homeassistant-integration", "homeassistant-sensor", "hungary"], "version_installed": null}, "326352749": {"authors": ["@giachello", "@Lele-72"], "category": "integration", "description": "This components integrates Bang & Olufsen Master Link Gateway and Beolink Gateway to Home Assistant, the open-source home automation platform.", "domain": "mlgw", "downloads": 0, "etag_repository": "W/\"1e18b5298a9df6690fc8a9be9fad8296d8c53e2b02d486938dabb760994a2138\"", "full_name": "giachello/mlgw", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "8611afe", "last_release_tag": "v2021.12.1", "last_updated": "2021-12-06T14:59:01Z", "name": "mlgw", "new": false, "repository_manifest": {"name": "MasterLink Gateway", "country": ["US"], "domains": ["media_player"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 16, "topics": ["bang-olufsen", "beolink-gateway", "hassio", "masterlink-gateway", "mlgw-configuration"], "version_installed": null}, "302122266": {"authors": [], "category": "plugin", "description": "Improved cover icon for home assistant picture element", "domain": "", "downloads": 0, "etag_repository": "W/\"b92ba757d750087f6f71b3aeac789089806854a1c17c9555b4f6f724c588ad24\"", "full_name": "queimadus/cover-icon-element", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5a9bda4", "last_release_tag": "v1.3.0", "last_updated": "2021-11-17T20:04:06Z", "name": "cover-icon-element", "new": false, "repository_manifest": {"name": "Cover Icon Element", "render_readme": true, "filename": "cover-icon-element.js"}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["cover", "hacktoberfest", "hacs", "hassio", "home-assistant", "lovelace"], "version_installed": null, "last_fetched": 1643571262.256599}, "423082071": {"authors": [], "category": "plugin", "description": "Flipdown Timer Card for Home Assistant Lovelace", "domain": "", "downloads": 0, "etag_repository": "W/\"3bc7a003bb50878e603f4a8986c3fbfb63d81125b81cf697cfa891791c321dcd\"", "full_name": "pmongloid/flipdown-timer-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "02bc485", "last_release_tag": "v0.2", "last_updated": "2021-12-04T11:50:08Z", "name": "flipdown-timer-card", "new": false, "repository_manifest": {"name": "Flipdown Timer Card", "render_readme": true, "filename": "flipdown-timer-card.js"}, "selected_tag": null, "show_beta": false, "stars": 23, "topics": ["lovelace", "timer"], "version_installed": null, "last_fetched": 1642851488.692039}, "420365062": {"authors": [], "category": "plugin", "description": "Display when entity was last changed in home assistant picture element", "domain": "", "downloads": 0, "etag_repository": "W/\"f3bea7ffe9bea7f44801ee128956e58df54245b1864f67116ee1f76f386481ff\"", "full_name": "queimadus/last-changed-element", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1d5e9a8", "last_release_tag": null, "last_updated": "2021-10-23T09:37:59Z", "name": "last-changed-element", "new": false, "repository_manifest": {"name": "Last Changed Element", "render_readme": true, "filename": "last-changed-element.js"}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": ["hacktoberfest", "hacs", "hassio", "home-assistant", "lovelace"], "version_installed": null}, "413430860": {"authors": [], "category": "plugin", "description": "Minimalist plugin which allows users to add person entity in order to show the location with a beutiful and clean interface.", "domain": "", "downloads": 0, "etag_repository": "W/\"24fcf223a175b8164fab81c80d505fdb16281d1d62f5f17f0764ab4725689f1e\"", "full_name": "gerardag/person-entity-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "828a74e", "last_release_tag": "v0.7.5", "last_updated": "2021-12-23T07:13:45Z", "name": "person-entity-card", "new": false, "repository_manifest": {"name": "Person", "filename": "person-entity-card-bundle.js", "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 14, "topics": ["hacs", "home-assistant"], "version_installed": null, "last_fetched": 1642520526.98942}, "402612874": {"authors": ["@iprak"], "category": "integration", "description": "HomeAssistant custom integration to fetch data from weatherapi", "domain": "weatherapi", "downloads": 0, "etag_repository": "W/\"ad199aa6a9ad406dbdfc76cda4ff31817ac819304a138e6251c74d6abbea4379\"", "full_name": "iprak/weatherapi", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "849e097", "last_release_tag": "v0.6", "last_updated": "2022-01-01T23:07:20Z", "name": "weatherapi", "new": false, "repository_manifest": {"name": "WeatherAPI", "domains": ["weather"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": ["custom", "homeassistant", "integration", "weather", "weatherapi"], "version_installed": null, "last_fetched": 1641217605.009229}, "411736321": {"authors": ["@mampfes"], "category": "integration", "description": "Adds pollen forecasts from DWD to Home Assistant.", "domain": "dwd_pollenflug", "downloads": 0, "etag_repository": "W/\"1417817896e92b7e7508acc8c9c2d06b311c1e9f34f1166c8cf2bab2346bb342\"", "full_name": "mampfes/hacs_dwd_pollenflug", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c5db987", "last_release_tag": "1.0.1", "last_updated": "2021-12-19T15:18:43Z", "name": "dwd_pollenflug", "new": false, "repository_manifest": {"name": "DWD Pollenflug", "domains": ["sensor"], "iot_class": "cloud_polling", "render_readme": true, "requirements": ["pytz"]}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": ["dwd", "home-assistant", "homeassistant", "homeassistant-integration", "pollen", "pollenflug"], "version_installed": null, "last_fetched": 1641895995.349551}, "390073284": {"authors": ["@jjlawren"], "category": "integration", "description": "Sonos cloud API integration for Home Assistant with improved TTS/alerts handling", "domain": "sonos_cloud", "downloads": 0, "etag_repository": "W/\"f70e1aeb0050434e13a30f047d98fc54d1f781ac87806c257c90d6dd4e0a026d\"", "full_name": "jjlawren/sonos_cloud", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "0e7cbbb", "last_release_tag": "0.1.0", "last_updated": "2022-01-10T16:49:04Z", "name": "sonos_cloud", "new": false, "repository_manifest": {"name": "Sonos Cloud", "country": ["US"], "domains": ["media_player"], "homeassistant": "2021.7.0", "render_readme": true, "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 46, "topics": ["home-assistant", "sonos"], "version_installed": null, "last_fetched": 1642851490.446942}, "422834940": {"authors": ["@n0ciple"], "category": "integration", "description": "A Home Assistant integration for the Kef LS50W2", "domain": "kef_connector", "downloads": 0, "etag_repository": "W/\"21e1fa1d42161c406ae2d56f319cde1d5982c367f180ef4e98af9f9df1f5abde\"", "full_name": "N0ciple/hass-kef-connector", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f296db2", "last_release_tag": "0.5.4", "last_updated": "2021-11-24T19:49:49Z", "name": "kef_connector", "new": false, "repository_manifest": {"name": "Kef Connector", "render_readme": true, "domains": ["media_player"]}, "selected_tag": null, "show_beta": false, "stars": 0, "topics": ["hacs", "home-assistant", "kef", "ls50", "ls50w2", "media-player", "speaker"], "version_installed": null}, "398781181": {"authors": ["@ofalvai"], "category": "integration", "description": "Unofficial Candy/Haier washing machine integration for Home Assistant ", "domain": "candy", "downloads": 0, "etag_repository": "W/\"9b0153088b0f136846e91b6bdd464a877f1622bf96d8c47847e7956d4a898d3c\"", "full_name": "ofalvai/home-assistant-candy", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a835bee", "last_release_tag": "0.7.0", "last_updated": "2021-12-18T09:24:24Z", "name": "candy", "new": false, "repository_manifest": {"name": "Candy Simply-Fi", "render_readme": true, "domains": ["sensor"], "iot_class": ["Local Polling"]}, "selected_tag": null, "show_beta": false, "stars": 23, "topics": ["hacs", "home-assistant", "home-assistant-component", "home-assistant-custom", "home-assistant-integration", "homeassistant"], "version_installed": null}, "410667735": {"authors": ["@kubawolanin"], "category": "integration", "description": "Reaper DAW custom integration for Home Assistant", "domain": "reaper", "downloads": 0, "etag_repository": "W/\"b377a6d3f386effa3d7d733409637f6783223e2bc3726250953da90d75badc0b\"", "full_name": "kubawolanin/ha-reaper", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "cc4ba41", "last_release_tag": "0.2.2", "last_updated": "2021-11-12T16:36:27Z", "name": "reaper", "new": false, "repository_manifest": {"name": "Reaper DAW", "homeassistant": "2021.9.0", "iot_class": "Local Polling", "domains": ["sensor"], "zip_release": true, "filename": "reaper.zip", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": ["daw", "digital-audio-workstation", "home-assistant", "python", "reaper"], "version_installed": null}, "418810115": {"authors": ["@travisghansen"], "category": "integration", "description": "pfSense integration with Home Assistant", "domain": "pfsense", "downloads": 0, "etag_repository": "W/\"48e448f1f37cddf4f50e1e9798e8673b72221a2484473dab94dfc4ef97286b73\"", "full_name": "travisghansen/hass-pfsense", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "ad279f3", "last_release_tag": "v0.4.1", "last_updated": "2021-12-28T16:12:19Z", "name": "pfsense", "new": false, "repository_manifest": {"name": "pfSense integration for Home Assistant", "domains": ["binary_sensor", "device_tracker", "sensor", "switch"], "homeassistant": "2021.10.0", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 43, "topics": ["hass", "hassio", "hassio-integration", "home-assistant", "home-automation", "pfsense"], "version_installed": null, "last_fetched": 1643545556.865029}, "193186453": {"authors": [], "category": "appdaemon", "description": "An app to set the default brightness of lights during the night.", "domain": "", "downloads": 0, "etag_repository": "W/\"4f26fba4c073f5ca4df4ac1f15c4020cc412cfba0c2625414a97a5b07a1f6047\"", "full_name": "apop880/Night-Mode", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "734e037", "last_release_tag": "v1.0.0", "last_updated": "2019-07-20T04:49:39Z", "name": "Night-Mode", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["appdaemon-apps", "hacs"], "version_installed": null}, "197867243": {"authors": [], "category": "appdaemon", "description": "Check your Home Assistant configuration from the frontend, or automatically when the configuration is updated, and optionally restart HASS automatically!", "domain": "", "downloads": 0, "etag_repository": "W/\"4782e02374cf444c713a9bcb7586f01d5eb7f6a21e84dccf5b90c1cf7c1c0941\"", "full_name": "apop880/config-check", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e653011", "last_release_tag": "0.3.1", "last_updated": "2020-01-26T06:56:03Z", "name": "config-check", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 12, "topics": ["appdaemon-apps", "hacs"], "version_installed": null}, "192933458": {"authors": [], "category": "appdaemon", "description": "An app to handle SmartThings buttons in Home Assistant, through ZHA or the SmartThings integration.", "domain": "", "downloads": 0, "etag_repository": "W/\"9203c534c8e066b26cabb1b64df8737f85cb3043415f72906b90785a66c5934e\"", "full_name": "apop880/SmartThings-Button", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "dc25f39", "last_release_tag": "v2.0", "last_updated": "2020-01-26T06:58:30Z", "name": "SmartThings-Button", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 7, "topics": ["appdaemon-apps", "hacs"], "version_installed": null, "last_fetched": 1642851494.669589}, "202701988": {"authors": [], "category": "appdaemon", "description": "Appdaemon App which toggles entities for single/double/hold presses of Xiaomi buttons connected via deconz", "domain": "", "downloads": 0, "etag_repository": "W/\"b681bfd392361347a776721b630b482b10e67d73f761c118a2760baaf60737b0\"", "full_name": "eifinger/appdaemon-deconz-xiaomi-button", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9ae56ae", "last_release_tag": "v2.0.2", "last_updated": "2019-10-13T16:48:52Z", "name": "appdaemon-deconz-xiaomi-button", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": [], "version_installed": null}, "193181086": {"authors": [], "category": "appdaemon", "description": "A white noise machine for a media_player entity.", "domain": "", "downloads": 0, "etag_repository": "W/\"ff66a180c8659604bbbc06fd98ddd95a0bb58b09da71450bd0fcd56c25667032\"", "full_name": "apop880/White-Noise", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "8862a8f", "last_release_tag": "v1.0.0", "last_updated": "2019-07-20T04:49:30Z", "name": "White-Noise", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": ["appdaemon-apps", "hacs"], "version_installed": null, "last_fetched": 1642851495.338952}, "228037599": {"authors": [], "category": "appdaemon", "description": "\ud83d\udeb6\ud83d\udeb6AppDaemon app to loosely couple entities", "domain": "", "downloads": 0, "etag_repository": "W/\"987f7836e3bde5febdb1e27ad9ef03eb2fea861e40935e0f5732b914ea808d10\"", "full_name": "aneisch/follow_me_appdaemon", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c5c6bdc", "last_release_tag": "v1.5", "last_updated": "2021-12-13T16:13:39Z", "name": "follow_me_appdaemon", "new": false, "repository_manifest": {"name": "Follow Me", "country": ["US"], "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["appdaemon-apps", "hacs"], "version_installed": null, "last_fetched": 1642851496.58392}, "234527343": {"authors": [], "category": "appdaemon", "description": "App that brings alarm snoozing to SONOS using the custom component SonosAlarm", "domain": "", "downloads": 0, "etag_repository": "W/\"fd8ab82f1c2ef19372d7f93cb2e4a9fef8b70ac083b5a7c261a9be0824521b6f\"", "full_name": "AaronDavidSchneider/SonosAlarmAutomation", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "aaae52b", "last_release_tag": "v1.0", "last_updated": "2020-01-20T09:34:52Z", "name": "SonosAlarmAutomation", "new": false, "repository_manifest": {"name": "Sonos Alarm Automation"}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": [], "version_installed": null}, "226944869": {"authors": [], "category": "appdaemon", "description": "AppDaemon app for controlling a Hue Dimmer Switch integrated through Deconz", "domain": "", "downloads": 0, "etag_repository": "W/\"d8bc773f695c303f0de0b1831d647398408f4d78281e5d651eb21c0511021edf\"", "full_name": "Burningstone91/Hue_Dimmer_Deconz", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5e8eca1", "last_release_tag": null, "last_updated": "2020-11-26T17:06:24Z", "name": "Hue_Dimmer_Deconz", "new": false, "repository_manifest": {"name": "Hue Dimmer Switch Deconz", "country": ["CH"], "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 20, "topics": ["appdaemon", "deconz", "home-assistant", "hue-dimmer-switch"], "version_installed": null, "last_fetched": 1641896001.513448}, "194545176": {"authors": [], "category": "appdaemon", "description": "This app updates Z-Wave thermostats entities state and current temperature from external sensors", "domain": "", "downloads": 0, "etag_repository": "W/\"2dd060793e9c523629eab4a7d74858763776bae447f63fc710837382e049465d\"", "full_name": "bieniu/ha-ad-thermostats-update", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c8c67e4", "last_release_tag": "0.4.2", "last_updated": "2021-09-06T07:58:12Z", "name": "ha-ad-thermostats-update", "new": false, "repository_manifest": {"name": "Thermostats Update"}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["appdaemon", "home-assistant", "python", "thermostat", "z-wave"], "version_installed": null}, "211308341": {"authors": [], "category": "appdaemon", "description": "\ud83d\udc69\u200d\u2695\ufe0f\ud83d\udd0b AppDaemon entity check app. Currently supports battery level, unknown/unavailable states, stale entities", "domain": "", "downloads": 0, "etag_repository": "W/\"e76bce4fb2deedf19b8166d6c000d6129f334dc6ff8716ce01800de6c9763208\"", "full_name": "benleb/ad-ench", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a9d5abf", "last_release_tag": "v0.9.0", "last_updated": "2021-07-24T05:43:36Z", "name": "ad-ench", "new": false, "repository_manifest": {"name": "\ud83d\udc69\u200d\u2695\ufe0f EnCh - Entity Checker", "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 18, "topics": ["app", "appdaemon", "appdaemon-apps", "assistant-entities", "battery-levels", "ench", "entity-check", "hacs", "home-assistant", "python", "stale-entities"], "version_installed": null, "last_fetched": 1642851499.689453}, "245704242": {"authors": [], "category": "appdaemon", "description": "Octoblock is an app which works under AppDaemon within Home Assistant which finds the cheapest \u201cn\u201d hour block for import or the most expensive \u201cn\u201d hour block for export, and works out the price of that block, for the Octopus Energy, Agile Octopus / Agile Outgoing Octopus tariffs.", "domain": "", "downloads": 0, "etag_repository": "W/\"67fe47386c36422ab3e4393628301259754083735f3a6a55738e7732bab9fb01\"", "full_name": "badguy99/octoblock", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9d20bdf", "last_release_tag": "v0.2.2", "last_updated": "2021-04-26T17:43:19Z", "name": "octoblock", "new": false, "repository_manifest": {"name": "Octoblock \ud83d\udc19", "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 16, "topics": ["energy", "octopus", "octopus-energy"], "version_installed": null}, "200470972": {"authors": [], "category": "appdaemon", "description": "\ud83d\udca1 Fully automatic light management based on conditions like motion, illuminance, humidity, and other clever features", "domain": "", "downloads": 0, "etag_repository": "W/\"5c77f30b54355cfa0786f1ac5440ca61cad93e269c42012eda7b33e2cbfd230b\"", "full_name": "benleb/ad-automoli", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3c2c6fe", "last_release_tag": "v0.11.2", "last_updated": "2022-01-18T02:42:01Z", "name": "ad-automoli", "new": false, "repository_manifest": {"name": "\ud83d\udca1 AutoMoLi - Auto Motion Lights", "country": ["DE"], "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 83, "topics": ["app", "appdaemon", "appdaemon-apps", "auto-discovery", "automoli", "docker", "hacs", "home-assistant", "hue", "humidity", "lights", "motion-sensors", "python", "room", "scenes"], "version_installed": null, "last_fetched": 1642520527.300463}, "199884854": {"authors": [], "category": "appdaemon", "description": "\ud83c\udfe5 AppDaemon healthcheck app. Can be used as a docker-compose healthcheck.", "domain": "", "downloads": 0, "etag_repository": "W/\"4578856cd9665d1dae9d6f1c7ad305fb6fbaa6ba2d691708b86fbc7d509edebe\"", "full_name": "benleb/ad-healthcheck", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c73da19", "last_release_tag": "v0.4.4", "last_updated": "2020-11-01T16:19:53Z", "name": "ad-healthcheck", "new": false, "repository_manifest": {"name": "\ud83c\udfe5 Healthcheck", "country": ["DE"], "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["app", "appdaemon", "appdaemon-apps", "hacs", "healthcheck", "home-assistant", "python"], "version_installed": null}, "266504072": {"authors": [], "category": "appdaemon", "description": "Alexa & Google Home alarm integrations and notifications system for your home security.", "domain": "", "downloads": 0, "etag_repository": "W/\"028263e87c595643e6d6b7ea5008c055aa952479aa65ad68bbb67830a6f8183f\"", "full_name": "crserran/home-alarm", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "97ac3f2", "last_release_tag": "v2.3.0", "last_updated": "2020-10-19T18:27:26Z", "name": "home-alarm", "new": false, "repository_manifest": {"filename": "home_alarm.zip", "hide_default_branch": true, "name": "Home Alarm", "render_readme": true, "zip_release": true}, "selected_tag": null, "show_beta": false, "stars": 19, "topics": ["alarm", "alexa", "googlehome", "hacs", "homeassistant", "notifications"], "version_installed": null}, "200034955": {"authors": [], "category": "appdaemon", "description": "\u2744\ufe0f AppDaemon app which reminds to close windows if temperature difference inside/outside exceeds a specified threshold", "domain": "", "downloads": 0, "etag_repository": "W/\"75646c4fd3ae0db60b21495a35bae3be38761a477be8e3e180cf3846f1fdb149\"", "full_name": "benleb/ad-notifreeze", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f2b21a4", "last_release_tag": "v0.6.0", "last_updated": "2021-09-20T17:32:26Z", "name": "ad-notifreeze", "new": false, "repository_manifest": {"name": "\u2744\ufe0f NotiFreeze", "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 12, "topics": ["app", "appdaemon", "appdaemon-apps", "close-windows", "door", "hacs", "home-assistant", "notifreeze", "python", "room", "sensor", "temperature", "temperature-difference"], "version_installed": null, "last_fetched": 1641217617.008243}, "249033464": {"authors": [], "category": "appdaemon", "description": "This appdaemon app fully automates your lights, with multiple on/off times, regular service data, and constraint options.", "domain": "", "downloads": 0, "etag_repository": "W/\"332649878c8caef1808018bd78091f6bce9fbf8c44853546e285552bf8534740\"", "full_name": "haberda/light_automation", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3d23da0", "last_release_tag": null, "last_updated": "2021-11-12T00:44:05Z", "name": "light_automation", "new": false, "repository_manifest": {"name": "Light automation", "render_readme": "True"}, "selected_tag": null, "show_beta": false, "stars": 7, "topics": [], "version_installed": null}, "242432895": {"authors": [], "category": "appdaemon", "description": "This AppDaemon app progressively changes the brightness and color temperature of lights over the course of the day. This app also uses change thresholds to ignore lights that have been manually adjusted.", "domain": "", "downloads": 0, "etag_repository": "W/\"4db46d4d37391009a335bd58fcbc0b2d364ee2abb719292d5856276ec81eaf42\"", "full_name": "haberda/update_lights", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "231f192", "last_release_tag": "3.0.0", "last_updated": "2021-11-14T21:48:20Z", "name": "update_lights", "new": false, "repository_manifest": {"name": "Periodic lights", "render_readme": "True"}, "selected_tag": null, "show_beta": false, "stars": 15, "topics": ["appdeamon", "brightness", "color-temperature", "homeassistant", "lights"], "version_installed": null}, "267696690": {"authors": [], "category": "appdaemon", "description": "Appdaemon script for Home-Assistant to dim light until it is off in X minutes.", "domain": "", "downloads": 0, "etag_repository": "W/\"810bff1bdc8dc3e248a1b90a3fbc210fdedab84d85314b87c8579f9b4fd4ff08\"", "full_name": "hechi/GoodnightT", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "43dd02f", "last_release_tag": "1.0.0", "last_updated": "2020-05-28T21:22:42Z", "name": "GoodnightT", "new": false, "repository_manifest": {"name": "Goodnight timer", "render_readme": true, "domains": ["switch", "light"]}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["appdaemon", "appdaemon-apps", "hacs", "home-assistant", "homeassistant", "xiaomi", "xiaomi-button"], "version_installed": null}, "241233825": {"authors": [], "category": "appdaemon", "description": "AppDaemon app to control Tradfri remotes", "domain": "", "downloads": 0, "etag_repository": "W/\"95aab7a96c71e76567ebf891fe0868f5a0a028cbc5807a7159ddee82f27d343f\"", "full_name": "haberda/tradfri_remotes", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1ac6802", "last_release_tag": "2.0.0", "last_updated": "2021-01-30T18:21:46Z", "name": "tradfri_remotes", "new": false, "repository_manifest": {"name": "Tradfri remotes", "render_readme": "True"}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": ["appdaemon", "lights", "sensor", "tradfri", "tradfri-ikea-gateway", "tradfri-remotes"], "version_installed": null}, "251298857": {"authors": [], "category": "appdaemon", "description": "\ud83d\udca1 AppDaemon App that synchronize RGB lights with the thumbnail of a media player in Home Assistant. Be sure to \u2b50\ufe0f my repo!", "domain": "", "downloads": 0, "etag_repository": "W/\"f3584240a14c6439f9664c8ee6a82349a2abd36a8db7c82a6954a44c398e1fcc\"", "full_name": "ericmatte/ad-media-lights-sync", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b897e3f", "last_release_tag": "v1.0.0", "last_updated": "2022-01-11T14:17:47Z", "name": "ad-media-lights-sync", "new": false, "repository_manifest": {"name": "Media Player Lights Sync", "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 46, "topics": ["appdaemon", "home-assistant", "media-lights-sync", "media-player", "rgb-lights"], "version_installed": null, "last_fetched": 1642851504.931204}, "338827116": {"authors": [], "category": "appdaemon", "description": "appdaemon app to control your home's climate", "domain": "", "downloads": 0, "etag_repository": "W/\"d2e946bbde953042195df2ce6b03800d63e39b9f7184f425860b28e5b576aa1b\"", "full_name": "kprestel/appdaemon-climate", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "26400c8", "last_release_tag": null, "last_updated": "2021-05-23T13:41:36Z", "name": "appdaemon-climate", "new": false, "repository_manifest": {"name": "appdaemon-climate", "render_reademe": true}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": ["appdaemon", "hacs", "home-automation", "homeassistant"], "version_installed": null}, "369204881": {"authors": [], "category": "appdaemon", "description": "Datalogger for Omnik solar power inverters with DSMR integration and output to Home Assistant, PVOUTPUT, InfluxDB and MQTT", "domain": "", "downloads": 0, "etag_repository": "W/\"78b23a9bf94fdd4f04190a83c3abc0ebff65e9d70f6411162a625636d4b1ccac\"", "full_name": "jbouwh/omnikdatalogger", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2e6fe0d", "last_release_tag": "v1.10.5", "last_updated": "2021-12-27T08:19:26Z", "name": "omnikdatalogger", "new": false, "repository_manifest": {"name": "Omnik Data Logger (using portal or direct logging)", "render_readme": false}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["appdaemon", "automation", "dsmr-reader", "hacktoberfest", "home-assistant", "homeautomation", "influxdb", "mqtt", "mqtt-smarthome", "pvoutput", "solar-energy", "solarman", "solarmanpv"], "version_installed": null}, "267325736": {"authors": [], "category": "appdaemon", "description": "AppDaemon based entity cache application for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"27647959ef5fd0365b750c7e0f629c6f4b0e719d6ca736cb82ace0f1a58d2b53\"", "full_name": "jbouwh/ha-entity-cache", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e96e4c9", "last_release_tag": "v1.1", "last_updated": "2021-08-03T07:42:28Z", "name": "ha-entity-cache", "new": false, "repository_manifest": {"name": "Home Assistant entity state cache", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["chache", "helper-tool", "home-assistant", "input-select", "states"], "version_installed": null}, "230623251": {"authors": [], "category": "appdaemon", "description": "EUROTRONIC TRV Valve position helper is an AppDaemon app that allows access to valve position (%) value from Z-Wave TRVs in Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"e149f4c2761c0e7a44b1ae584581404c00ca2b7456322d0359ba26b7d42392cf\"", "full_name": "jmarsik/ad-eurotronic-trv-valvepos", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5b89faa", "last_release_tag": "v1.2", "last_updated": "2020-05-02T11:29:39Z", "name": "ad-eurotronic-trv-valvepos", "new": false, "repository_manifest": {"name": "EUROTRONIC TRV Valve position helper", "render_readme": true, "homeassistant": "0.103.0"}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["appdaemon", "eurotronic", "hacs", "hassio", "home-assistant", "trv", "zwave"], "version_installed": null}, "195525107": {"authors": [], "category": "appdaemon", "description": "Watchdog App for AppDaemon.", "domain": "", "downloads": 0, "etag_repository": "W/\"a33ab8c23eaeb6fa3d88dbd3330f6f0260c1a0252f541f8f9850f5369118933b\"", "full_name": "ludeeus/ad-watchdog", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "78febc8", "last_release_tag": null, "last_updated": "2019-07-07T13:01:58Z", "name": "ad-watchdog", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": [], "version_installed": null}, "231832381": {"authors": [], "category": "appdaemon", "description": "AppDaemon App for Home Assistant to replay light switch history when no one is home.", "domain": "", "downloads": 0, "etag_repository": "W/\"d970438f713abab8605579bd1c2b5ad2d2f8415c2372f4c5f8ece20687356b27\"", "full_name": "Mohlsson/ReplayLightsHistory", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e9b75ad", "last_release_tag": null, "last_updated": "2021-03-12T20:04:10Z", "name": "ReplayLightsHistory", "new": false, "repository_manifest": {"name": "Replay lights history", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 22, "topics": ["appdaemon", "appdaemon-apps", "home-assistant", "homeassistant", "lights", "replay", "vacation"], "version_installed": null, "last_fetched": 1642430985.487086}, "293521853": {"authors": [], "category": "appdaemon", "description": "Customize the buttons on a ZHA controlled Hue Dimmer Switch", "domain": "", "downloads": 0, "etag_repository": "W/\"24ec8b7ae441ffc1f5959fd739fd668d98b6f5aa4c36c1a0297821a65b21e523\"", "full_name": "nickneos/Appdaemon-ZHA-Hue-Dimmer-Switch", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9a8ecf2", "last_release_tag": null, "last_updated": "2021-07-18T13:23:58Z", "name": "Appdaemon-ZHA-Hue-Dimmer-Switch", "new": false, "repository_manifest": {"name": "Hue Dimmer Switch ZHA", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["appdaemon", "appdaemon-apps", "dimmer", "hacktoberfest", "hacs", "home-assistant", "home-automation", "homeassistant", "hue"], "version_installed": null}, "302770368": {"authors": [], "category": "appdaemon", "description": "Trigger automations when a Ring Doorbell button is pressed", "domain": "", "downloads": 0, "etag_repository": "W/\"46566fd07fd3b1416db09a3d7d03170707e7b7bda4d2ff1d6af59c6677eef364\"", "full_name": "nickneos/Appdaemon-Ring-Doorbell-Automations", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f169c68", "last_release_tag": null, "last_updated": "2020-10-10T05:46:26Z", "name": "Appdaemon-Ring-Doorbell-Automations", "new": false, "repository_manifest": {"name": "Ring Doorbell Automations", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["appdaemon", "appdaemon-apps", "hacktoberfest", "home-assistant", "home-automation", "ring"], "version_installed": null}, "234713855": {"authors": [], "category": "appdaemon", "description": "Brings back group.all_* for desired domains (light, device_tracker, etc)", "domain": "", "downloads": 0, "etag_repository": "W/\"2c0bd3ad0bc01f8f22fd9a821c4afb335429b91d314e71375a6e145073ddc012\"", "full_name": "nickneos/Bring-Back-group.all_x", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "879c93b", "last_release_tag": "v0.3.1", "last_updated": "2020-09-05T13:14:18Z", "name": "Bring-Back-group.all_x", "new": false, "repository_manifest": {"name": "Bring Back group.all_x", "homeassistant": "0.104.0", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": ["appdaemon", "appdaemon-apps", "group", "hacktoberfest", "hass", "home-assistant"], "version_installed": null}, "331696949": {"authors": [], "category": "appdaemon", "description": "AppDaemon app that synchronizes rgb lights to the mood of the currently playing spotify song in Home Assistant.", "domain": "", "downloads": 0, "etag_repository": "W/\"ab8e17522c4a8b564e1e76c8ab5c86e30c880f4378e758f1f62305fccf14b1fd\"", "full_name": "NiklasReiche/ad-spotify-mood-lights-sync", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "097a065", "last_release_tag": "v1.1.2", "last_updated": "2021-08-27T17:27:45Z", "name": "ad-spotify-mood-lights-sync", "new": false, "repository_manifest": {"name": "Spotify Mood Lights Sync", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 7, "topics": ["appdaemon", "home-assistant", "rgb-lights", "spotify"], "version_installed": null}, "188970295": {"authors": [], "category": "appdaemon", "description": "Appdaemon App for Andrew's Monitor Presence Detection System", "domain": "", "downloads": 0, "etag_repository": "W/\"a48de7998dd5497f16cdf5c02798a39c533a664c8c081081a1aa2c229745c7f3\"", "full_name": "Odianosen25/Monitor-App", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "702b953", "last_release_tag": null, "last_updated": "2021-11-28T08:47:23Z", "name": "Monitor-App", "new": false, "repository_manifest": {"name": "Monitor-App", "render_readme": "true", "domains": ["binary_sensor", "sensor", "device_tracker"]}, "selected_tag": null, "show_beta": false, "stars": 59, "topics": [], "version_installed": null, "last_fetched": 1642520527.595355}, "236119263": {"authors": [], "category": "appdaemon", "description": "Appdaemon App that converts Home Assistants volume into a sensor that matches your devices volume.", "domain": "", "downloads": 0, "etag_repository": "W/\"c3a7f800f6fadec72cc7b0783c4290a31e7aeb8953bbcf124f2fbfaa4704b447\"", "full_name": "Petro31/ad_convert_media_volume", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f65d955", "last_release_tag": "1.0", "last_updated": "2020-01-25T03:41:16Z", "name": "ad_convert_media_volume", "new": false, "repository_manifest": {"name": "Convert Media Player Volume", "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": [], "version_installed": null}, "234938282": {"authors": [], "category": "appdaemon", "description": "Adds all legacy group.all_* groups that were removed in Home Asisstant 0.104.", "domain": "", "downloads": 0, "etag_repository": "W/\"d64a271adad1f72c9698223d69c292a81adc9c8dd9ff6906c605e8180ad36a74\"", "full_name": "Petro31/ad_group_all", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "877e90e", "last_release_tag": "1.11", "last_updated": "2020-10-02T05:30:09Z", "name": "ad_group_all", "new": false, "repository_manifest": {"name": "Add Domain Group (group.all_*)", "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 12, "topics": [], "version_installed": null}, "262373887": {"authors": [], "category": "appdaemon", "description": "Creates sensors that count the number of entities in a specific domain.", "domain": "", "downloads": 0, "etag_repository": "W/\"a4d69438001f38a837333e6392d5e4f3547c1343f1cf7df5f58a548f971ac182\"", "full_name": "Petro31/ad_count_entities", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "bda3f80", "last_release_tag": "1.0", "last_updated": "2020-05-08T19:15:33Z", "name": "ad_count_entities", "new": false, "repository_manifest": {"name": "Count Domain Entities", "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 0, "topics": [], "version_installed": null}, "233418481": {"authors": [], "category": "appdaemon", "description": "Appdaemon app to monitor events.", "domain": "", "downloads": 0, "etag_repository": "W/\"4ac156679fb4957c18a1dbe311df46687c103f45409245560df00e9f02663547\"", "full_name": "Petro31/ad_monitor_events", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c19c996", "last_release_tag": "1.0", "last_updated": "2020-01-15T02:55:20Z", "name": "ad_monitor_events", "new": false, "repository_manifest": {"name": "Event Monitor", "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": [], "version_installed": null}, "234210346": {"authors": [], "category": "appdaemon", "description": "Tracks the number of people at home", "domain": "", "downloads": 0, "etag_repository": "W/\"69039eeb71ac11650be0c2173b6ec7c05fd7b7288778e0a5c8fa09e8dd5a9085\"", "full_name": "Petro31/ad_people_tracker", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "71ef837", "last_release_tag": "1.1", "last_updated": "2022-01-11T04:09:22Z", "name": "ad_people_tracker", "new": false, "repository_manifest": {"name": "People Tracker", "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": [], "version_installed": null, "last_fetched": 1642004661.714789}, "237800470": {"authors": [], "category": "appdaemon", "description": "Creates a binary_sensor that represents a season between 2 dates. Turns on/off entities at specific times inside the season.", "domain": "", "downloads": 0, "etag_repository": "W/\"5a3708add29bc0fbb985f48ae81cda99a5d48ccb1e3b42848ea0d7782f941364\"", "full_name": "Petro31/ad_seasonal_lights", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "438e67f", "last_release_tag": "1.0", "last_updated": "2020-02-02T17:22:35Z", "name": "ad_seasonal_lights", "new": false, "repository_manifest": {"name": "Seasonal Lights", "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": [], "version_installed": null}, "237328349": {"authors": [], "category": "appdaemon", "description": "Automation to turn lights on at sunset", "domain": "", "downloads": 0, "etag_repository": "W/\"f48d7c328cf407eeb96edd1b243cafe3397eb5ed9ad6ab23779c484519120a28\"", "full_name": "Petro31/ad_sunset_lights", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6db61cd", "last_release_tag": "1.0", "last_updated": "2020-01-31T00:34:20Z", "name": "ad_sunset_lights", "new": false, "repository_manifest": {"name": "Lights On at Sundown Automation", "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": [], "version_installed": null}, "237294804": {"authors": [], "category": "appdaemon", "description": "Doorbell automation that notifies you and announces via TTS", "domain": "", "downloads": 0, "etag_repository": "W/\"61de41c1b1a14fb6d43e7f4723d29782f202d07b52bb7d9056c7bd157e9e3cf0\"", "full_name": "Petro31/ad_simple_door_bell", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "02f5b4f", "last_release_tag": "1.0", "last_updated": "2020-01-30T22:00:02Z", "name": "ad_simple_door_bell", "new": false, "repository_manifest": {"name": "Simple Door Bell Automation", "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": [], "version_installed": null}, "237324626": {"authors": [], "category": "appdaemon", "description": "Simply toggles a light based on another light.", "domain": "", "downloads": 0, "etag_repository": "W/\"2dbc40e3022815501976350c11cb9dc0a0415a7803a762de1982f880233ae3d5\"", "full_name": "Petro31/ad_toggle_light", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "988883b", "last_release_tag": "1.1", "last_updated": "2020-01-31T00:54:10Z", "name": "ad_toggle_light", "new": false, "repository_manifest": {"name": "Toggle Light Automation", "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": [], "version_installed": null}, "260599208": {"authors": [], "category": "appdaemon", "description": "HA allergy sensors from AccuWeather", "domain": "", "downloads": 0, "etag_repository": "W/\"1137af1f07208a05be35310e6e285675556d6b6aeba98d4f074e36d6a4e191fd\"", "full_name": "simonhq/accu_allergies", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b438293", "last_release_tag": null, "last_updated": "2021-06-25T23:37:52Z", "name": "accu_allergies", "new": false, "repository_manifest": {"name": "accu_weather", "render_readme": "True"}, "selected_tag": null, "show_beta": false, "stars": 11, "topics": ["accuweather", "accuweather-allergies", "allergies-information", "appdaemon", "hacs", "sensor"], "version_installed": null}, "236656081": {"authors": [], "category": "appdaemon", "description": "An Appdaemon automation that creates useful door sensors and door notifications.", "domain": "", "downloads": 0, "etag_repository": "W/\"1c534ce7dfcec88da138d39756dae7b0858a11461c1003c08ce2fb63adece3dd\"", "full_name": "Petro31/ad_who_used_the_door", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a8c9930", "last_release_tag": "1.2", "last_updated": "2020-02-14T01:18:46Z", "name": "ad_who_used_the_door", "new": false, "repository_manifest": {"name": "Who Used the Door?", "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": [], "version_installed": null}, "233389688": {"authors": [], "category": "appdaemon", "description": "Appdaemon App to Illuminate a door entrance when the door has opened.", "domain": "", "downloads": 0, "etag_repository": "W/\"6493ad61e4bc83542a3a5bdc23a98004d0b16b6347ffcadadb7995a266c417e7\"", "full_name": "Petro31/IlluminateDoor", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "899a6d2", "last_release_tag": "1.1", "last_updated": "2020-01-30T22:22:45Z", "name": "IlluminateDoor", "new": false, "repository_manifest": {"name": "Illuminate Door", "render_readme": "true", "domains": ["sensor", "switch", "light"]}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["appdaemon-apps", "hacs"], "version_installed": null}, "354149479": {"authors": [], "category": "appdaemon", "description": "AppDaemon app for Qolsys IQ Panel 2", "domain": "", "downloads": 0, "etag_repository": "W/\"efef81ad7acbee5280eed5285b45d8968b64fd797e81d97b1420fd69f2ceed25\"", "full_name": "roopesh/ad-qolsys", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a853018", "last_release_tag": "1.8.1", "last_updated": "2021-12-09T23:52:27Z", "name": "ad-qolsys", "new": false, "repository_manifest": {"name": "AppDaemon Client for Qolsys", "content_in_root": false, "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 19, "topics": ["alarm", "alarm-control", "alarm-control-panel", "alarm-panel", "appdaemon", "homeassistant", "qolsys"], "version_installed": null}, "262519869": {"authors": [], "category": "appdaemon", "description": "HA Sensors for the ACT next bin pickup date information for suburbs", "domain": "", "downloads": 0, "etag_repository": "W/\"458752cf4e2b4e2573842dfd4df869f094771c39a2dee0ff6c4ec0b56cc31184\"", "full_name": "simonhq/act_garbage", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "03fdc1b", "last_release_tag": null, "last_updated": "2020-05-26T22:01:45Z", "name": "act_garbage", "new": false, "repository_manifest": {"name": "act_garbage", "country": ["AU"], "render_readme": "True"}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["appdaemon", "creates-sensors", "entity", "garbage", "hacs", "sensor", "suburb"], "version_installed": null, "last_fetched": 1642851516.900064}, "288827256": {"authors": [], "category": "appdaemon", "description": "HA sensor for a set of ASX stocks and the number you own", "domain": "", "downloads": 0, "etag_repository": "W/\"03108e7f609fa95f1de3d89aa3d5c7c061db7bbee3cc1ff6fb4659a29bdad1a6\"", "full_name": "simonhq/asx_portfolio", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "8badbc1", "last_release_tag": null, "last_updated": "2020-08-20T22:01:31Z", "name": "asx_portfolio", "new": false, "repository_manifest": {"name": "asx_portfolio", "country": ["AU"], "render_readme": "True"}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["appdaemon", "asx", "asx-portfolio", "hacs", "sensor"], "version_installed": null}, "287476555": {"authors": [], "category": "appdaemon", "description": "get ASX information in home assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"9d30ebaab4f2dcfc5e4cac093dc0bb0d287dd12fe1c62972c39cc99438d33e61\"", "full_name": "simonhq/asx_sensor", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1a76003", "last_release_tag": null, "last_updated": "2021-01-23T06:11:34Z", "name": "asx_sensor", "new": false, "repository_manifest": {"name": "asx_sensor", "country": ["AU"], "render_readme": "True"}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": ["appdaemon", "asx", "asx-sensor", "hacs", "sensor"], "version_installed": null, "last_fetched": 1642851517.891761}, "233937451": {"authors": [], "category": "appdaemon", "description": "A Home Assistant Appdaemon app for creating a sensor with the ACT Dam level information", "domain": "", "downloads": 0, "etag_repository": "W/\"a3b94de70a07e597a0587f3459a111093ed5d61e59474b4c513c701536d8efc7\"", "full_name": "simonhq/canberradams", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a1e5e61", "last_release_tag": null, "last_updated": "2020-08-31T07:00:34Z", "name": "canberradams", "new": false, "repository_manifest": {"name": "canberradams", "country": ["AU"], "render_readme": "True"}, "selected_tag": null, "show_beta": false, "stars": 0, "topics": ["appdaemon", "creates-sensors", "dam", "entity", "hacs", "sensor"], "version_installed": null}, "230346810": {"authors": [], "category": "appdaemon", "description": "An appdaemon app for cleaning up a GTFS database for use in Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"3525f81230fe877b27f3c181c48284ee5bbd5a1a5518c07bcead90e63a5dae28\"", "full_name": "simonhq/Clean-GTFS", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "adb48ba", "last_release_tag": null, "last_updated": "2020-10-14T19:47:34Z", "name": "Clean-GTFS", "new": false, "repository_manifest": {"name": "Clean-GTFS"}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["appdaemon-apps", "gtfs", "gtfs-database", "hacs", "home-assistant"], "version_installed": null}, "262440646": {"authors": [], "category": "appdaemon", "description": "HA Appdaemon app for the levels in the Snowy Hydro reservoirs", "domain": "", "downloads": 0, "etag_repository": "W/\"9fe38b02c64cf93cef193605362ddbe2552b50544528183483d25c8d6399ec26\"", "full_name": "simonhq/snowydams", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "cddad84", "last_release_tag": null, "last_updated": "2020-05-23T07:48:43Z", "name": "snowydams", "new": false, "repository_manifest": {"name": "snowydams", "country": ["AU"], "render_readme": "True"}, "selected_tag": null, "show_beta": false, "stars": 0, "topics": ["appdaemon", "creates-sensors", "entity", "hacs", "sensor", "snowy-dams", "snowy-hydro-reservoirs"], "version_installed": null}, "258858024": {"authors": [], "category": "appdaemon", "description": "Announce your doors/windows opening and closing through your Smart Speaker. Handy for garage/side/main exits for homes and shops. Please :star: if you like this app :)", "domain": "", "downloads": 0, "etag_repository": "W/\"5c5d46b5b65b276ea8327ec870164ad31447f219d0856d1b9d1c99466b960dbc\"", "full_name": "UbhiTS/ad-alexadoorwindowannounce", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7a121ba", "last_release_tag": "v1.1.0", "last_updated": "2021-03-11T22:21:18Z", "name": "ad-alexadoorwindowannounce", "new": false, "repository_manifest": {"name": "Alexa (& Friends) Door Announce \ud83d\udc14", "content_in_root": "false", "render_readme": "true", "domains": ["media_player", "binary_sensor", "cover"]}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["alexa", "alexa-media-player", "alexa-voice-service", "amazon-alexa", "appdaemon", "appdaemon-apps", "apps", "assistant", "doorbell", "hacs", "hass", "home-assistant", "home-automation", "homeassistant", "media-player", "mediaplayer", "python", "python3", "smart-home", "smarthome"], "version_installed": null}, "258980164": {"authors": [], "category": "appdaemon", "description": "Set temp limits, enforce fan modes, door/window and daily shut-off, and air cycling makes your thermostat a genius with a voice using your Smart Speaker! Please :star: if you like the app :)", "domain": "", "downloads": 0, "etag_repository": "W/\"068e2e1c332e208612a231aa36f07b1b94425195659e1c1a455bdcc2fb23376c\"", "full_name": "UbhiTS/ad-alexasmarttalkingthermostat", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4f3c8e1", "last_release_tag": "v2.0.0", "last_updated": "2020-08-18T20:55:19Z", "name": "ad-alexasmarttalkingthermostat", "new": false, "repository_manifest": {"name": "Alexa (& Friends) Talking Thermostat \ud83d\udc14", "content_in_root": "false", "render_readme": "true", "domains": ["media_player", "climate"]}, "selected_tag": null, "show_beta": false, "stars": 7, "topics": ["alexa", "alexa-media-player", "alexa-voice-service", "amazon-alexa", "appdaemon", "appdaemon-apps", "cooling", "hacs", "hass", "heating", "home-assistant", "home-automation", "homeassistant", "hvac", "hvac-control", "media-player", "smart-home", "smarthome", "temperature", "thermostat"], "version_installed": null}, "225791156": {"authors": [], "category": "appdaemon", "description": "Alexa (or other Smart Speakers) tell you the time without asking every hour. Please \u2b50\ufe0fif you like my app :)", "domain": "", "downloads": 0, "etag_repository": "W/\"591869a9ff6f460b744a927764db5ea9965f556e0c4f7dec23dd987c67850e95\"", "full_name": "UbhiTS/ad-alexatalkingclock", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9b49314", "last_release_tag": "v3.0.2", "last_updated": "2020-07-19T20:48:45Z", "name": "ad-alexatalkingclock", "new": false, "repository_manifest": {"name": "Alexa (& Friends) Reminders & Talking Clock \ud83d\udc14", "content_in_root": "false", "render_readme": "true", "domains": ["media_player"]}, "selected_tag": null, "show_beta": false, "stars": 29, "topics": ["alexa", "alexa-media-player", "alexa-voice-service", "amazon-alexa", "app", "appdaemon", "appdaemon-apps", "apps", "assistant", "hacs", "hass", "home-assistant", "home-automation", "homeassistant", "media-player", "mediaplayer", "smart-home", "smarthome", "time", "time-tracker"], "version_installed": null}, "258680733": {"authors": [], "category": "appdaemon", "description": "Notify your home, and greet your guests on arrival with your Smart Speaker. Please :star: if you like this app :)", "domain": "", "downloads": 0, "etag_repository": "W/\"b1d4ef91d19722ba8fff9d2aa86d7f4339388f81c92fa6c4b8ec6ed06265e404\"", "full_name": "UbhiTS/ad-alexadoorbell", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "cfd6034", "last_release_tag": "v1.1.0", "last_updated": "2020-06-01T16:54:27Z", "name": "ad-alexadoorbell", "new": false, "repository_manifest": {"name": "Alexa (& Friends) Doorbell \ud83d\udc14", "content_in_root": "false", "render_readme": "true", "domains": ["media_player", "binary_sensor", "switch"]}, "selected_tag": null, "show_beta": false, "stars": 10, "topics": ["alexa", "alexa-media-player", "alexa-voice-service", "amazon-alexa", "app", "appdaemon", "appdaemon-apps", "apps", "assistant", "doorbell", "greeting", "hacs", "hass", "home-assistant", "home-automation", "homeassistant", "media-player", "mediaplayer", "smart-home", "smarthome"], "version_installed": null}, "234988006": {"authors": [], "category": "appdaemon", "description": "Automate Welcome Camera presence and monitoring.", "domain": "", "downloads": 0, "etag_repository": "W/\"6c0b690afccb275e75cc6a58a2b6a6935907db44433918841b8b9ae44404c1b7\"", "full_name": "vash3d/nethassmo", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3e52f48", "last_release_tag": "v1.1.0", "last_updated": "2022-01-07T15:20:40Z", "name": "nethassmo", "new": false, "repository_manifest": {"name": "NetHassmo", "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": [], "version_installed": null, "last_fetched": 1641588140.611031}, "267943249": {"authors": [], "category": "appdaemon", "description": "Automatically control a room fan's speed based on a temperature sensor. Please :star: if you like this app :)", "domain": "", "downloads": 0, "etag_repository": "W/\"f8115f4cccc0ff4c3cc784b7b3d7493df4219cf4711ce25bc02cfb3cc0d4f187\"", "full_name": "UbhiTS/ad-autofanspeed", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "79c720d", "last_release_tag": "v1.0.4", "last_updated": "2021-03-18T15:59:19Z", "name": "ad-autofanspeed", "new": false, "repository_manifest": {"name": "Auto 'Fan Speed' Controller \ud83d\udc14", "content_in_root": "false", "render_readme": "true", "domains": ["fan", "sun", "sensor"]}, "selected_tag": null, "show_beta": false, "stars": 11, "topics": ["app", "appdaemon", "appdaemon-apps", "apps", "assistant", "automated", "automation", "fan", "fan-speed", "fan-speed-control", "hacs", "hass", "home-assistant", "home-automation", "homeassistant", "smart-home", "smarthome", "sunrise"], "version_installed": null}, "259132481": {"authors": [], "category": "appdaemon", "description": "Automatically reboot your crappy internet if you have a zwave, zigbee, or bluetooth switch/socket powering your internet modem. Please :star: if you like this app :)", "domain": "", "downloads": 0, "etag_repository": "W/\"591b19130d597169cc3534e7656cc8449a6573c5d10f3d9f014ab4a0bfcd6903\"", "full_name": "UbhiTS/ad-autointernetrebooter", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "629f64b", "last_release_tag": "v1.0.5", "last_updated": "2020-06-01T16:50:18Z", "name": "ad-autointernetrebooter", "new": false, "repository_manifest": {"name": "Auto 'Crappy Internet' Rebooter :rocket:", "content_in_root": "false", "render_readme": "true", "domains": ["media_player", "sensor", "switch"]}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": ["alexa-media-player", "amazon-alexa", "appdaemon", "appdaemon-apps", "apps", "fibaro", "hass", "home-automation", "homeassistant", "internet", "modem", "router", "smart-home", "smarthome", "smartthings", "speedtest", "speedtest-net", "vera", "wink"], "version_installed": null}, "288563520": {"authors": [], "category": "appdaemon", "description": "Your TV notifies you of the next upcoming event from you calendar every time it turns on. Please :star: my repo if you like like the app, it will encourage me a lot. ", "domain": "", "downloads": 0, "etag_repository": "W/\"2f802ab16dd830b572d73567e2389e777148ebe298842bd8ad0380d341354b8f\"", "full_name": "UbhiTS/ad-calendartvreminders", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d0764bf", "last_release_tag": null, "last_updated": "2020-08-18T22:31:49Z", "name": "ad-calendartvreminders", "new": false, "repository_manifest": {"name": "Calendar TV Reminders \ud83d\udc14", "content_in_root": "false", "render_readme": "true", "domains": ["media_player", "calendar"]}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": ["appdaemon", "appdaemon-apps", "google", "google-calendar", "google-calendar-api", "hacs", "home-assistant", "home-automation", "homeassistant", "lg", "media-player", "mediaplayer", "smart-home", "smart-tv", "smarthome", "smarttv", "webos"], "version_installed": null}, "284749777": {"authors": [], "category": "appdaemon", "description": "An AppDaemon app to reset Xiaomi Aqara motion sensors after a given timeout.", "domain": "", "downloads": 0, "etag_repository": "W/\"53a60bc8638dcf2f33486ef485a37a59979476a39f83f57c1aa188341358a958\"", "full_name": "wernerhp/appdaemon_aqara_motion_sensors", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6e5f438", "last_release_tag": "v1.2.0", "last_updated": "2021-08-15T13:23:06Z", "name": "appdaemon_aqara_motion_sensors", "new": false, "repository_manifest": {"name": "Aqara Motion Sensors", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 29, "topics": ["appdaemon", "appdaemon-apps", "hacs", "home-assistant", "home-automation", "homeassistant"], "version_installed": null}, "282440474": {"authors": [], "category": "appdaemon", "description": "An AppDaemon app for detecting occupancy using door and motions sensors.", "domain": "", "downloads": 0, "etag_repository": "W/\"2c6612645cc81f819682db7ae434be51736e9f290e2005cc5e68742e6bb49d4b\"", "full_name": "wernerhp/appdaemon_wasp", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "053930c", "last_release_tag": "v1.2.0", "last_updated": "2020-08-22T11:49:19Z", "name": "appdaemon_wasp", "new": false, "repository_manifest": {"name": "Wasp in a Box", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 20, "topics": ["appdaemon", "appdaemon-apps", "hacs", "home-assistant", "home-automation", "homeassistant"], "version_installed": null}, "222056780": {"authors": [], "category": "appdaemon", "description": "Create controller-based automations with ease to control your home devices and scenes.", "domain": "", "downloads": 0, "etag_repository": "W/\"afddc73d210dae8c6b484d599658db98cdfb6b1117a245fb23a98bb171311679\"", "full_name": "xaviml/controllerx", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9267e30", "last_release_tag": "v4.18.1", "last_updated": "2022-01-17T11:14:01Z", "name": "controllerx", "new": false, "repository_manifest": {"filename": "controllerx.zip", "hide_default_branch": true, "name": "\ud83c\udfae ControllerX", "render_readme": true, "zip_release": true}, "selected_tag": null, "show_beta": false, "stars": 203, "topics": ["automation", "color-lights", "controller", "covers", "ikea", "light", "mediaplayer", "remote", "switch"], "version_installed": null, "last_fetched": 1642431004.903505}, "251039581": {"authors": ["@hultenvp"], "category": "integration", "description": "HomeAssistant integration for the Ginlong Solis PV Monitoring portal. This integration supports the current Platform v2.0 portal (m.ginlong.com) which supports Solis and Solarman PV inverter brands. Also supports new SolisCloud platform", "domain": "solis", "downloads": 0, "etag_repository": "W/\"82d0ab73b2c4a68514dcdaae49079af8e8d2c0f46ded42bb1b3cf7b7de0aecbb\"", "full_name": "hultenvp/solis-sensor", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6f446e5", "last_release_tag": "v2.0.1", "last_updated": "2022-01-30T15:32:03Z", "name": "solis", "new": false, "repository_manifest": {"name": "Ginlong Solis PV portal integration", "content_in_root": false, "render_readme": false, "homeassistant": "2021.9", "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 26, "topics": ["ginlong", "homeassistant", "sensor", "solarman", "solis", "soliscloud"], "version_installed": null, "last_fetched": 1643571233.380394}, "407205510": {"authors": ["@alryaz"], "category": "integration", "description": "\u041f\u0418\u041a \u0414\u043e\u043c\u043e\u0444\u043e\u043d \u0434\u043b\u044f Home Assistant", "domain": "pik_intercom", "downloads": 0, "etag_repository": "W/\"832abc7c01c54945bdb499a6b02a862b586869f3c98345710231faf09cabb254\"", "full_name": "alryaz/hass-pik-intercom", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e35f163", "last_release_tag": "v1.1.0", "last_updated": "2022-01-18T10:54:21Z", "name": "pik_intercom", "new": false, "repository_manifest": {"name": "\u041f\u0418\u041a \u0414\u043e\u043c\u043e\u0444\u043e\u043d / PIK Intercom", "content_in_root": false, "zip_release": false, "render_readme": true, "domains": ["camera", "sensor", "button"], "country": ["ru"], "homeassistant": "2021.12.0", "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 12, "topics": ["custom-component", "homeassistant", "intercom", "pik-group"], "version_installed": null, "last_fetched": 1642520528.474399}, "408074547": {"authors": ["@sugoi-wada"], "category": "integration", "description": "Acer air monitor for Home Assistant", "domain": "acer_air_monitor", "downloads": 0, "etag_repository": "W/\"e97e926afec8cfb5d1cdb89c12ea1ea6bc5c98a9800f2d740a2b939de993c540\"", "full_name": "sugoi-wada/acer-air-monitor-2018", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "0faa932", "last_release_tag": "v1.0.1", "last_updated": "2022-01-09T04:10:18Z", "name": "acer_air_monitor", "new": false, "repository_manifest": {"name": "Acer Air Monitor", "hacs": "1.19.1", "domains": ["sensor"], "homeassistant": "2021.12.8"}, "selected_tag": null, "show_beta": false, "stars": 0, "topics": ["custom-components", "home-assistant"], "version_installed": null, "last_fetched": 1641896031.740965}, "302985427": {"authors": ["@wizmo2"], "category": "integration", "description": "Home-assistant custom component and api wrapper for Zidoo Media Players", "domain": "zidoo", "downloads": 0, "etag_repository": "W/\"01a53cdc563996c2382717688b781b14801a97333555ede733dcd5f4fd504943\"", "full_name": "wizmo2/zidoo-player", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "cf2be1c", "last_release_tag": "v1.2.6", "last_updated": "2021-12-17T12:21:55Z", "name": "zidoo", "new": false, "repository_manifest": {"name": "Zidoo Media Player", "content_in_root": false, "domains": ["media_player"], "iot_class": "local_polling", "homeassistant": "2021.9"}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["hacs", "home-assistant", "media", "media-player", "player", "video-player", "zidoo"], "version_installed": null, "last_fetched": 1641896031.919041}, "301509152": {"authors": ["@BenPru"], "category": "integration", "description": "Home Assistant HACS component to readout values from a Paul Novus 300 ventilation system", "domain": "novus300bus", "downloads": 0, "etag_repository": "W/\"bc05e497c8ecf1f1f1324d3fd2e2d3997d1d1766e70b7cb716fe97bc670918cc\"", "full_name": "BenPru/novus300_Rs485", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9a17e99", "last_release_tag": "2021.09.20", "last_updated": "2021-11-03T20:21:00Z", "name": "novus300bus", "new": false, "repository_manifest": {"name": "Novus 300 Bus", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["hacs", "home-assistant", "homeassistant", "sensor"], "version_installed": null}, "356385629": {"authors": ["@fuatakgun"], "category": "integration", "description": "A Home Assistant HACS integration that supports Kia Connect(Uvo) and Hyundai Bluelink. The integration supports the EU, Canada and the USA.", "domain": "kia_uvo", "downloads": 0, "etag_repository": "W/\"43bb88b38d755d27f2637094ae562b7cf2154fd69ad24432cfb6e8c883a51ec0\"", "full_name": "fuatakgun/kia_uvo", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "bf5d9a1", "last_release_tag": "v1.4.3", "last_updated": "2022-01-30T08:16:18Z", "name": "kia_uvo", "new": false, "repository_manifest": {"name": "Kia Uvo / Hyundai Bluelink", "render_readme": true, "homeassistant": "2021.12", "content_in_root": false}, "selected_tag": null, "show_beta": false, "stars": 95, "topics": ["bluelink", "car", "homeassistant", "homeassistant-integration", "hyundai", "kia", "uvo"], "version_installed": null, "last_fetched": 1643571231.41079}, "417400028": {"authors": ["@ScratMan"], "category": "integration", "description": "Smart Thermostat with PID controller for HomeAssistant", "domain": "smart_thermostat", "downloads": 0, "etag_repository": "W/\"76da273bc235197037c102094218a5b27e0f5f959ed40310ee5a82aec9d86508\"", "full_name": "ScratMan/HASmartThermostat", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3389dcd", "last_release_tag": "2022.1.1", "last_updated": "2022-01-23T21:31:25Z", "name": "smart_thermostat", "new": false, "repository_manifest": {"name": "Smart thermostat (PID)", "domains": ["climate"], "render_readme": true, "homeassistant": "0.104.2"}, "selected_tag": null, "show_beta": false, "stars": 85, "topics": ["air-conditioner", "heater", "heater-control", "heater-controller", "heating", "heating-control", "heating-controller", "home-automation", "pid-controller", "smart-thermostat", "thermostat"], "version_installed": null, "last_fetched": 1643571247.843364}, "422954081": {"authors": ["@DeebotUniverse", "@edenhaus"], "category": "integration", "description": "Home Assistant integration for deebot vacuums", "domain": ["binary_sensor", "camera", "select", "sensor", "vacuum"], "downloads": 742, "etag_repository": "W/\"7c1aefa22b5ada47e8776954695b67d1527741e921e9ae1b3eaf25df3aa8d6d9\"", "full_name": "DeebotUniverse/Deebot-4-Home-Assistant", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "90c1206", "last_release_tag": "1.1.2", "last_updated": "2022-01-27T09:20:39Z", "name": ["binary_sensor", "camera", "select", "sensor", "vacuum"], "new": false, "repository_manifest": {"name": "Deebot 4 Home Assistant", "iot_class": "Cloud Polling", "zip_release": true, "filename": "deebot.zip", "domain": ["binary_sensor", "camera", "select", "sensor", "vacuum"], "homeassistant": "2021.12.0b0", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 22, "topics": ["deebot", "ecovacs", "home-assistant", "vacuum"], "version_installed": null, "last_fetched": 1643571228.053998}, "386049746": {"authors": ["@viragelabs"], "category": "integration", "description": "A Home Assistant integration to keep track of Virage Laboratories devices, and set up and properly label rf sensors and door contacts", "domain": "virage_dashboard", "downloads": 0, "etag_repository": "W/\"6d1bfdbac3dca1d6f509b9e3ae5e3561ed0b67ecf325fbb38a199b3aa3212e12\"", "full_name": "viragelabs/virage_dashboard", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4c54c39", "last_release_tag": "v1.0.0", "last_updated": "2021-12-01T23:33:19Z", "name": "virage_dashboard", "new": false, "repository_manifest": {"name": "Virage Dashboard", "render_readme": "true", "domains": ["virage_dashboard"], "iot_class": ["Local Push"]}, "selected_tag": null, "show_beta": false, "stars": 0, "topics": ["hassio", "home-assistant", "home-automation", "homeassistant", "virage", "viragelaboratories", "viragelabs"], "version_installed": null}, "326022552": {"authors": ["@net-daemon"], "category": "integration", "description": "Helper integration for Home Assistant", "domain": "netdaemon", "downloads": 0, "etag_repository": "W/\"d035f530295ade32e89552a8b41f0bf9c1604c427280f5869b192b44856875df\"", "full_name": "net-daemon/integration", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "ca80c91", "last_release_tag": "22.02.0", "last_updated": "2022-01-10T17:25:06Z", "name": "netdaemon", "new": false, "repository_manifest": {"name": "NetDaemon", "filename": "netdaemon.zip", "zip_release": true, "hide_default_branch": true, "homeassistant": "2020.12.0", "hacs": "0.19.0"}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["entities", "netdaemon", "service"], "version_installed": null, "last_fetched": 1641896036.826438}, "422931599": {"authors": ["@kartoffeltoby"], "category": "integration", "description": "This custom component for Home Assistant will add crucial features to your climate-controlling TRV (Thermostatic Radiator Valves) to save you the work of creating automations to make it smart. It combines a room-temperature sensor, window/door sensors, weather forecasts, or an ambient temperature probe to decide when it should call for heat and automatically calibrate your TRVs to fix the imprecise measurements taken in the radiator's vicinity.", "domain": "ai_thermostat", "downloads": 0, "etag_repository": "W/\"dd6adddab4be6dd6f7bcdfc3d5311c28a3e9e5a21ba884335248fe1273a0cf64\"", "full_name": "KartoffelToby/better_thermostat", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4b2276b", "last_release_tag": "0.9.3", "last_updated": "2022-01-30T18:22:18Z", "name": "ai_thermostat", "new": false, "repository_manifest": {"name": "AI Thermostat for Zigbee2MQTT", "render_readme": true, "domains": ["climate"], "iot_class": "Local Push", "homeassistant": "2021.12.0"}, "selected_tag": null, "show_beta": false, "stars": 76, "topics": ["climate", "hacs", "home-assistant", "moes", "sea801", "sea802", "sensor", "smarthome", "spzb0001", "thermostat", "ts0601", "tuya", "zigbee", "zigbee2mqtt"], "version_installed": null, "last_fetched": 1643571237.048438}, "439367892": {"authors": [], "category": "plugin", "description": "a custom card for a better thermostat in home assistant based on ai_thermostat intigration", "domain": "", "downloads": 2540, "etag_repository": "W/\"ef6fd58cc99b0f1ccf78ba8655728a3357080e8ddc94fd5892206e52fd87bcfb\"", "full_name": "KartoffelToby/better-thermostat-ui-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "ab17b50", "last_release_tag": "0.1.3", "last_updated": "2022-01-24T10:01:51Z", "name": "better-thermostat-ui-card", "new": false, "repository_manifest": {"name": "Better Thermostat UI", "render_readme": true, "filename": "better-thermostat-ui-card.js"}, "selected_tag": null, "show_beta": false, "stars": 26, "topics": ["home-assistant", "homeassistant", "thermostat"], "version_installed": null, "last_fetched": 1643571259.882762}, "406939721": {"authors": ["@tomasbedrich"], "category": "integration", "description": "A Home Assistant integration to communicate with Hikvision smart doorbells via Hik-Connect cloud.", "domain": "hikconnect", "downloads": 0, "etag_repository": "W/\"681d567498593043b154717c444a87600c517bbd88f90bfd4b0e6f1a168417e5\"", "full_name": "tomasbedrich/home-assistant-hikconnect", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "52da28f", "last_release_tag": "1.2.1", "last_updated": "2022-01-28T00:59:40Z", "name": "hikconnect", "new": false, "repository_manifest": {"name": "Hik-Connect", "domains": ["hikconnect"], "country": ["EN"], "render_readme": true, "iot_class": ["Cloud Polling"]}, "selected_tag": null, "show_beta": false, "stars": 21, "topics": ["hacs", "hikvision", "home-assistant", "home-automation", "python"], "version_installed": null, "last_fetched": 1643571250.736569}, "433577603": {"authors": [], "category": "plugin", "description": "Home Assistant Configuration Files Editor for Lovelace", "domain": "", "downloads": 0, "etag_repository": "W/\"1d46f539f61da65c2c36b3dce770cf6778e3888099ad73f3b9b0c5f852b914a2\"", "full_name": "htmltiger/config-editor-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e5809df", "last_release_tag": "3.4", "last_updated": "2022-01-22T01:55:45Z", "name": "config-editor-card", "new": false, "repository_manifest": {"name": "Config Editor Card", "filename": "config-editor-card.js", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 11, "topics": ["hacs", "home-assistant", "homeassistant", "homeassistant-addons", "homeassistant-config", "homeassistant-configuration", "yaml"], "version_installed": null, "last_fetched": 1642851533.092873}, "427867835": {"authors": ["@briis"], "category": "integration", "description": "Home Assistant Integration for WeatherFlow Stations", "domain": "weatherflow", "downloads": 0, "etag_repository": "W/\"d3bc27a6ee784be1b0da9916826a5f6e7c91d9e3dbeb0c08d707f349b2a6709a\"", "full_name": "briis/hass-weatherflow", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7cbbfd9", "last_release_tag": "v1.0.3", "last_updated": "2022-01-27T15:40:29Z", "name": "weatherflow", "new": false, "repository_manifest": {"name": "WeatherFlow Integration", "domains": ["binary_sensor", "sensor", "weather"], "homeassistant": "2021.11.0"}, "selected_tag": null, "show_beta": false, "stars": 19, "topics": ["home-assistant", "python3", "weatherflow"], "version_installed": null, "last_fetched": 1643571223.619913}, "427773030": {"authors": ["@spycle"], "category": "integration", "description": "Home Assistant custom integration for controlling AirPlay devices connected to a TuneBlade server", "domain": "tuneblade", "downloads": 0, "etag_repository": "W/\"acb0d1effd1c1159af72795a161fdf7326e7972db3f72a101508063e4025ce18\"", "full_name": "spycle/tuneblade", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4c91650", "last_release_tag": "v0.0.4", "last_updated": "2021-12-18T13:26:21Z", "name": "tuneblade", "new": false, "repository_manifest": {"name": "TuneBlade", "content_in_root": false, "domains": ["media_player", "switch"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 0, "topics": ["home-assistant", "tuneblade"], "version_installed": null}, "433577406": {"authors": ["@htmltiger"], "category": "integration", "description": "Home Assistant Configuration Editor Helper", "domain": "config_editor", "downloads": 0, "etag_repository": "W/\"01a65357781b3d9f15a3e10b6e394752e17bc40e6f515cba598b808c817e7901\"", "full_name": "htmltiger/config-editor", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d9185fa", "last_release_tag": "2.1", "last_updated": "2021-12-19T04:18:56Z", "name": "config_editor", "new": false, "repository_manifest": {"name": "Config Editor", "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["homeassistant", "homeassistant-config", "homeassistant-integration"], "version_installed": null, "last_fetched": 1641470660.316476}, "180032210": {"authors": ["@dolezsa"], "category": "integration", "description": "Thermal Comfort sensor for HA (absolute humidity, heat index, dew point, thermal perception)", "domain": "thermal_comfort", "downloads": 0, "etag_repository": "W/\"90ff3435978fcad3f11bd67e98781fa9a0339ed166be24c1013607ea9b255197\"", "full_name": "dolezsa/thermal_comfort", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d09c72d", "last_release_tag": "1.3.1", "last_updated": "2022-01-29T15:50:04Z", "name": "thermal_comfort", "new": false, "repository_manifest": {"name": "Thermal Comfort", "home-assistant": "2021.12.0", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 134, "topics": ["absolute-humidity", "comfort-model", "comfort-zone", "dew-point", "dew-point-perception", "heat-index", "thermal-comfort", "thermal-perception", "thermal-stress"], "version_installed": null, "last_fetched": 1643545556.950932}, "424574671": {"authors": ["@roslovets"], "category": "integration", "description": "Control SP110E RGB LED BLE Controller from Home Assistant", "domain": "sp110e", "downloads": 0, "etag_repository": "W/\"f6ac310e6a27ad9b069b62894ffa8c0468290ac4e9b3134fed12fc1077d78947\"", "full_name": "roslovets/SP110E-HASS", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "42fd56b", "last_release_tag": "v1.0.0", "last_updated": "2021-11-27T16:32:27Z", "name": "sp110e", "new": false, "repository_manifest": {"name": "SP110E RGB LED BLE Controller Integration", "domains": ["light"], "homeassistant": "2021.11.0", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["ble", "hass", "home-assistant", "integration", "rgb", "sp110e"], "version_installed": null, "last_fetched": 1642004684.579916}, "222687548": {"authors": ["@dwainscheeren"], "category": "integration", "description": "An auto generating Home Assistant Lovelace UI dashboard for desktop, tablet and mobile by Dwains for desktop, tablet, mobile", "domain": "dwains_dashboard", "downloads": 0, "etag_repository": "W/\"26011883da7dbd8edea806b6c84f7e73a56470f2a32675f35a834f860f527e76\"", "full_name": "dwainscheeren/dwains-lovelace-dashboard", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f76b66a", "last_release_tag": "v2.0.5", "last_updated": "2022-01-28T21:49:02Z", "name": "dwains_dashboard", "new": false, "repository_manifest": {"name": "Dwains Dashboard", "render_readme": true, "homeassistant": "2021.5.0"}, "selected_tag": null, "show_beta": false, "stars": 835, "topics": ["dwains-lovelace-dashboard", "home-assistant", "lovelace", "lovelace-ui"], "version_installed": null, "last_fetched": 1643571229.331362}, "405007807": {"authors": [], "category": "integration", "description": "Home Assistant & FoxESS integration. Monitor you photovoltaic installation directly from HA \u2600\ufe0f \u26a1\ufe0f No more need to visit foxesscloud.com \ud83c\udfe1", "domain": "foxess", "downloads": 0, "etag_repository": "W/\"1136e1e503d3fbf6b57e01f74aecf2d5c889f382020f341fb49b6a87ee2b0c97\"", "full_name": "macxq/foxess-ha", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "ec19875", "last_release_tag": "v0.11.2", "last_updated": "2021-12-29T09:52:10Z", "name": "foxess", "new": false, "repository_manifest": {"name": "FoxESS Cloud", "country": ["NO"], "domains": ["energy", "sensor"]}, "selected_tag": null, "show_beta": false, "stars": 10, "topics": ["energy-monitor", "foxess", "hacktoberfest", "hacs", "home-assistant", "home-automation", "homeassistant", "photovoltaics", "pv", "smarthome"], "version_installed": null, "last_fetched": 1642094200.762908}, "432522624": {"authors": ["@Aohzan"], "category": "integration", "description": "IPX800 V5 integration for Home-Assistant", "domain": "ipx800v5", "downloads": 0, "etag_repository": "W/\"0082e1f4ea05b3e595f2ddc03dd4ca68fe8c2ab06ef053e8094fec5602d53a56\"", "full_name": "Aohzan/ipx800v5", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1fe572c", "last_release_tag": "0.4.0", "last_updated": "2022-01-07T13:10:05Z", "name": "ipx800v5", "new": false, "repository_manifest": {"name": "GCE IPX800 V5", "country": ["FR"], "domains": ["switch", "light", "cover", "sensor", "binary_sensor", "climate", "number", "button"], "render_readme": true, "iot_class": ["Local Polling"]}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["gce-electronics", "home-assistant", "home-assistant-integration", "ipx800"], "version_installed": null, "last_fetched": 1642851538.014961}, "431440766": {"authors": ["@LAB02-Admin"], "category": "integration", "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/\"1fc7b7441469d244cfb0f071d7bbba2539f3afa68a151114a02dd1e8ff127a1f\"", "full_name": "LAB02-Research/HASS.Agent-Notifier", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "948f646", "last_release_tag": "v2021.12.21", "last_updated": "2022-01-19T11:00:15Z", "name": "hass_agent_notifier", "new": false, "repository_manifest": {"name": "HASS.Agent Notifier", "domains": ["notify"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": ["hacs", "home-assistant", "integration", "notifications"], "version_installed": null, "last_fetched": 1643571237.516202}, "398601732": {"authors": ["@thomasprior"], "category": "integration", "description": "Provides data from Flexpool.io on a specified miner.", "domain": "flexpoolinfo", "downloads": 0, "etag_repository": "W/\"c242a4d10e7799790f21531b154e14a785ae96d80b7e2af37cf31c453bed0a24\"", "full_name": "ThomasPrior/FlexpoolInfo", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a55e32c", "last_release_tag": "v1.0.0", "last_updated": "2022-01-12T15:58:14Z", "name": "flexpoolinfo", "new": false, "repository_manifest": {"name": "FlexpoolInfo", "content_in_root": false, "render_readme": true, "domains": ["sensor"], "homeassistant": "0.100.0", "iot_class": "cloud_poll"}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["flexpool", "flexpool-api", "hacs", "homeassistant", "miner", "statistics"], "version_installed": null, "last_fetched": 1642431017.243705}, "334925385": {"authors": ["@weltenwort"], "category": "integration", "description": "A Home Assistant custom component to integrate with RCT Power inverters.", "domain": "rct_power", "downloads": 0, "etag_repository": "W/\"634ece0e28186bf560f7aeb5d6ae258e0c4425e56f8c637a1f910621f32ac098\"", "full_name": "weltenwort/home-assistant-rct-power-integration", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c63790a", "last_release_tag": "v0.9.2", "last_updated": "2021-12-27T18:10:48Z", "name": "rct_power", "new": false, "repository_manifest": {"name": "RCT Power", "hacs": "1.6.0", "domains": ["binary_sensor", "sensor"], "iot_class": "Local Polling", "homeassistant": "2021.12.0"}, "selected_tag": null, "show_beta": false, "stars": 10, "topics": ["custom-component", "custom-components", "home-assistant", "homeassistant", "rct-power"], "version_installed": null, "last_fetched": 1642004689.108498}, "380367845": {"authors": ["@fuatakgun"], "category": "integration", "description": "Home Assistant integration to manage Eufy Security devices as cameras, home base stations, doorbells, motion and contact sensors.", "domain": "eufy_security", "downloads": 0, "etag_repository": "W/\"7daed113d4919f5a25c6a68e4432acdd1c1635eadeecbe6d850b64fdf5bd3b99\"", "full_name": "fuatakgun/eufy_security", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "091bc2e", "last_release_tag": "v2.2.3", "last_updated": "2022-01-24T19:33:08Z", "name": "eufy_security", "new": false, "repository_manifest": {"name": "Eufy Security", "render_readme": true, "content_in_root": false}, "selected_tag": null, "show_beta": false, "stars": 170, "topics": ["camera", "eufy", "eufycam", "eufysecurity", "home-assistant", "homeassistant", "homeassistant-integration", "rtsp", "security"], "version_installed": null, "last_fetched": 1643571231.631891}, "432591899": {"authors": [], "category": "integration", "description": "Home Assistant switch integration to control MicroBot Push", "domain": "microbot_push", "downloads": 0, "etag_repository": "W/\"4037c0a154619911b8c54ff3ce848842db85f436186d4f9f6f29c46363524a30\"", "full_name": "spycle/microbot_push", "first_install": true, "installed_commit": null, "installed": false, "last_commit": null, "last_release_tag": "v0.0.4", "last_updated": 0, "name": "microbot_push", "new": false, "repository_manifest": {"name": "MicroBot Push", "domains": ["switch"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 0, "topics": ["home-assistant", "microbot-push"], "version_installed": null}, "439467929": {"authors": ["@nbogojevic"], "category": "integration", "description": "This Home Assistant custom component adding support for controlling Midea air conditioners and dehumidifiers on local network. ", "domain": "midea_dehumidifier_lan", "downloads": 0, "etag_repository": "W/\"efd3137ccf6ea425caffae2938e51ef9a50a9da6bd9834c246def639d886e855\"", "full_name": "nbogojevic/homeassistant-midea-air-appliances-lan", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9cc3558", "last_release_tag": "v0.5.0", "last_updated": "2022-01-22T01:19:02Z", "name": "midea_dehumidifier_lan", "new": false, "repository_manifest": {"name": "Midea Dehumidifier (LAN)", "version": "0.5.0", "domains": ["binary_sensor", "humidifier", "fan", "sensor", "switch"], "homeassistant": "2021.12.0"}, "selected_tag": null, "show_beta": false, "stars": 16, "topics": ["air-conditioner", "airconditioning", "dehumidifier", "hass", "home-assistant", "midea"], "version_installed": null, "last_fetched": 1642851542.467849}, "250498561": {"authors": ["@briis"], "category": "integration", "description": "SecuritySpy Integration for Home Assistant with Camera Streams and Motion Detection", "domain": "securityspy", "downloads": 0, "etag_repository": "W/\"08deaeeed9d52716d71772af05251a7f791ec559528edac3335d9ea794433704\"", "full_name": "briis/securityspy", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "8c4a903", "last_release_tag": "v1.1.1", "last_updated": "2022-01-28T14:26:49Z", "name": "securityspy", "new": false, "repository_manifest": {"name": "SecuritySpy for Home Assistant", "render_readme": true, "homeassistant": "2021.11.0", "domains": ["sensor", "binary_sensor", "camera", "switch"], "iot_class": "Local Push"}, "selected_tag": null, "show_beta": false, "stars": 19, "topics": ["home-assistant", "home-assistant-component", "homeassistant", "python", "securityspy"], "version_installed": null, "last_fetched": 1643571223.697515}, "292390011": {"authors": ["@edwork"], "category": "integration", "description": "A platform which allows you to get current and past ride data from Peloton into HomeAssistant", "domain": "peloton", "downloads": 0, "etag_repository": "W/\"18106e347266c9a6013a16ec9bee191830915b2a32ac2fbdd75aa3f32deae835\"", "full_name": "edwork/homeassistant-peloton-sensor", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "96974ba", "last_release_tag": "0.7.1", "last_updated": "2022-01-07T06:02:11Z", "name": "peloton", "new": false, "repository_manifest": {"name": "Peloton Sensor", "content_in_root": false, "domains": ["sensor"], "iot_class": "cloud_poll", "zip_release": true, "filename": "peloton-sensor.zip", "homeassistant": "0.100.0"}, "selected_tag": null, "show_beta": false, "stars": 45, "topics": ["homeassistant", "homeassistant-integration", "peloton", "peloton-api", "peloton-client"], "version_installed": null, "last_fetched": 1642520529.543856}, "425931056": {"authors": ["@dahlb"], "category": "integration", "description": "A Home Assistant HACS integration that supports Kia Connect(Uvo). The integration supports the USA.", "domain": "ha_kia_hyundai", "downloads": 0, "etag_repository": "W/\"6382fa0ed5cd198f5c789027ac7fc56bd5cd58428a48e1a9cf6aa3be33a0f1ed\"", "full_name": "dahlb/ha_kia_hyundai", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2f2809d", "last_release_tag": "v1.5.0", "last_updated": "2022-01-17T00:17:28Z", "name": "ha_kia_hyundai", "new": false, "repository_manifest": {"name": "HA Kia/Hyundai", "render_readme": true, "content_in_root": false, "country": ["US", "CA"], "homeassistant": "2021.10.0b0", "domains": ["lock", "sensor", "binary_sensor", "device_tracker"]}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["car", "homeassistant", "homeassistant-integration", "kia", "python3", "uvo"], "version_installed": null, "last_fetched": 1642431021.436947}, "137126619": {"authors": ["@davesmeghead"], "category": "integration", "description": "Visonic Custom Component for integration with Home Assistant", "domain": "visonic", "downloads": 0, "etag_repository": "W/\"c999c2c6ca5afa0cba8f82ebdee872aaf920133f76d332a78fd68fd224bd4a6b\"", "full_name": "davesmeghead/visonic", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b5f6ed7", "last_release_tag": "0.6.13.0", "last_updated": "2022-01-09T09:48:58Z", "name": "visonic", "new": false, "repository_manifest": {"name": "Visonic Intruder Alarm - PowerMax and PowerMaster Series", "domains": ["alarm_control_panel", "binary_sensor", "switch", "select"], "homeassistant": "2021.12.0", "render_readme": false}, "selected_tag": null, "show_beta": false, "stars": 52, "topics": ["home-assistant", "homeassistant", "integration", "visonic"], "version_installed": null, "last_fetched": 1641896049.343495}, "344446335": {"authors": ["@RogerSelwyn"], "category": "integration", "description": "Office 365 integration for Home Assistant", "domain": "o365", "downloads": 600, "etag_repository": "W/\"4ac54a24df0b336154fc263812bdece2593f363c956d9bdf9b8b0bab4092a24d\"", "full_name": "RogerSelwyn/O365-HomeAssistant", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b599ee2", "last_release_tag": "v2.2.8", "last_updated": "2022-01-19T13:05:53Z", "name": "o365", "new": false, "repository_manifest": {"name": "Office 365 Integration", "zip_release": true, "filename": "o365.zip", "homeassistant": "0.103", "content_in_root": false, "domains": ["calendar"], "persistent_directory": ".O365-token-cache", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 20, "topics": ["home-assistant", "microsoft", "o365"], "version_installed": null, "last_fetched": 1643571246.53547}, "441738040": {"authors": [], "category": "theme", "description": "\ud83c\udfa8 A new, simple soft theme for Home Assistant.", "domain": "", "downloads": 0, "etag_repository": "W/\"846762683963f7712ba5c26517ec30f45a0d3760f56588b8c4229a8da43fb198\"", "full_name": "KTibow/lovelace-soft-theme", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "352c533", "last_release_tag": null, "last_updated": "2021-12-25T19:04:42Z", "name": "lovelace-soft-theme", "new": false, "repository_manifest": {"name": "Soft Theme", "render_readme": true, "homeassistant": "2021.6", "country": ["US"]}, "selected_tag": null, "show_beta": false, "stars": 16, "topics": ["hacktoberfest", "hacs", "home-assistant", "homeassistant", "soft-ui", "theme", "themes"], "version_installed": null, "last_fetched": 1642851544.881679}, "441028036": {"authors": ["@valleedelisle"], "category": "integration", "description": "Home Assistant Hilo Integration via HACS", "domain": "hilo", "downloads": 0, "etag_repository": "W/\"ec334ce031a72b737b7d443c412cdf9f6ab558941bbf0bd9640aa26ae2532d0d\"", "full_name": "dvd-dev/hilo", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "53a6872", "last_release_tag": "v2022.1.23", "last_updated": "2022-01-26T08:38:38Z", "name": "hilo", "new": false, "repository_manifest": {"name": "Hilo", "hacs": "1.6.0", "domains": ["climate", "sensor", "light", "utility_meter"], "country": ["CA"], "homeassistant": "2021.12.7"}, "selected_tag": null, "show_beta": false, "stars": 32, "topics": ["hilo", "home-assistant", "home-automation", "home-automation-system", "hydro-quebec", "signalr-client"], "version_installed": null, "last_fetched": 1643571229.364777}, "424346523": {"authors": ["@9a4gl"], "category": "integration", "description": "Home Assistant custom component integration for Centrometal Boiler System", "domain": "centrometal_boiler", "downloads": 0, "etag_repository": "W/\"585f24e684a81b9afc21e95387eccc30f47d0458bd79a149367c7d138efc5a17\"", "full_name": "9a4gl/hass-centrometal-boiler", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6f4035b", "last_release_tag": "0.0.10", "last_updated": "2022-01-04T19:20:56Z", "name": "centrometal_boiler", "new": false, "repository_manifest": {"name": "Centrometal Boiler System", "domains": ["sensor", "switch", "binary_sensor"], "render_readme": true, "homeassistant": "2021.11.3", "iot_class": "Cloud Push"}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["centrometal", "hass", "hassio", "home-assistant", "homeassistant", "peltec"], "version_installed": null, "last_fetched": 1641470671.652981}, "437989480": {"authors": [], "category": "plugin", "description": "Lovelace Centrometal Boiler Card", "domain": "", "downloads": 0, "etag_repository": "W/\"620418477b3f1e88c83f779cb5ae636acda726b29e8beb927c414ae44a91c36e\"", "full_name": "9a4gl/lovelace-centrometal-boiler-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": null, "last_release_tag": "0.0.7", "last_updated": 0, "name": "lovelace-centrometal-boiler-card", "new": false, "repository_manifest": {"name": "Centrometal Boiler Display Card", "render_readme": true, "homeassistant": "2021.11.3", "filename": "centrometal-boiler-card.js"}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["centrometal", "hass", "hassio", "home-assistant", "homeassitant", "lovelace", "pellet", "peltec"], "version_installed": null}, "413680511": {"authors": ["@widewing"], "category": "integration", "description": "Home Assistant integration for Toyota Motor (North America) connected services", "domain": "toyota_na", "downloads": 124, "etag_repository": "W/\"d5bf452eef2fcd73751b8cda499c336ba98a61534bdba210a634a5a515bdb0de\"", "full_name": "widewing/ha-toyota-na", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a3860dd", "last_release_tag": "v1.1.0", "last_updated": "2022-01-22T22:56:31Z", "name": "toyota_na", "new": false, "repository_manifest": {"name": "Toyota (North America)", "domains": ["device_tracker", "sensor"], "homeassistant": "2021.12.0", "iot_class": ["Cloud Polling"], "render_readme": true, "zip_release": true, "filename": "ha_toyota_na.zip"}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": ["car", "home-assistant", "toyota", "vehicle"], "version_installed": null, "last_fetched": 1643571252.151198}, "441920613": {"authors": ["@klejejs"], "category": "integration", "description": "Thermia Heat Pump Integration for Home Assistant", "domain": "thermia", "downloads": 0, "etag_repository": "W/\"4a11c8e865fa21b75a322e4eeb87d990162d5fcc121fef2d3fa4168603567fd4\"", "full_name": "klejejs/ha-thermia-heat-pump-integration", "first_install": true, "installed_commit": null, "installed": false, "last_commit": null, "last_release_tag": "2.3", "last_updated": 0, "name": "thermia", "new": false, "repository_manifest": {"name": "Thermia Heat Pump", "render_readme": true, "domains": ["sensor", "water_heater"]}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["heat-pump", "home-assistant", "integration", "thermia"], "version_installed": null}, "441942093": {"authors": ["@jugla", "@baqs"], "category": "integration", "description": "Home Assistant component to handle key atome (linky)", "domain": "keyatome", "downloads": 0, "etag_repository": "W/\"7525d03b5fdbf483124761dcd31ad889bafd226ba6d257effbf24c1e72809ff1\"", "full_name": "jugla/keyatome", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e99a729", "last_release_tag": "V4.1.1", "last_updated": "2022-01-30T12:31:20Z", "name": "keyatome", "new": false, "repository_manifest": {"name": "keyatome", "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["atome", "hacs", "home-assistant", "keyatome", "linky"], "version_installed": null, "last_fetched": 1643571235.861887}, "432938956": {"authors": [], "category": "appdaemon", "description": "Qolsys IQ Panel 2+ gateway to an Home Assistant Alarm Control Panel", "domain": "", "downloads": 0, "etag_repository": "W/\"0b1bf1ed33cadd141f41e19ec50dfd5921d363c492400057ab4391a2a62d27f6\"", "full_name": "XaF/qolsysgw", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "dbeb93a", "last_release_tag": null, "last_updated": "2022-01-11T23:52:03Z", "name": "qolsysgw", "new": false, "repository_manifest": {"name": "Qolsys Gateway", "content_in_root": false, "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["appdaemon", "automation", "hacs", "home-assistant", "home-automation", "qolsys"], "version_installed": null, "last_fetched": 1642851548.925548}, "440374794": {"authors": [], "category": "plugin", "description": "A card for Home Assistant Lovelace for exploring the history of your entities interactively and in real time.", "domain": "", "downloads": 997, "etag_repository": "W/\"c73d00d33e25a4a5cc25316a49679863e4cae90882cdcbd89d7a552f30fc0c95\"", "full_name": "alexarch21/history-explorer-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4adb18b", "last_release_tag": "v1.0.14", "last_updated": "2022-01-27T22:54:16Z", "name": "history-explorer-card", "new": false, "repository_manifest": {"name": "history-explorer-card", "filename": "history-explorer-card.js"}, "selected_tag": null, "show_beta": false, "stars": 25, "topics": ["history", "home-assistant", "homeassistant", "lovelace"], "version_installed": null, "last_fetched": 1643571253.386083}, "443651710": {"authors": [], "category": "theme", "description": "A dark teal theme for HomeAssistant.", "domain": "", "downloads": 0, "etag_repository": "W/\"548b82076c02f68ddd9e18d87dac681ce5ca83d1b241ab698df28d0e3ab345a1\"", "full_name": "Neekster/MidnightTeal", "first_install": true, "installed_commit": null, "installed": false, "last_commit": null, "last_release_tag": "v1.7", "last_updated": 0, "name": "MidnightTeal", "new": false, "repository_manifest": {"name": "Midnight Teal", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 0, "topics": ["dark-theme", "hacs", "homeassistant", "theme"], "version_installed": null}, "413812496": {"authors": [], "category": "plugin", "description": "Highly customisable Lovelace card to display interactive graphs. Brings scrolling, zooming, and much more!", "domain": "", "downloads": 0, "etag_repository": "W/\"848e779811bd86cbb920a496c1079c5d2925a5a84cfb48da9bf773e755588910\"", "full_name": "dbuezas/lovelace-plotly-graph-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2449036", "last_release_tag": "v1.1.4", "last_updated": "2022-01-23T19:12:44Z", "name": "lovelace-plotly-graph-card", "new": false, "repository_manifest": {"name": "Plotly Graph Card", "render_readme": true, "filename": "plotly-graph-card.js"}, "selected_tag": null, "show_beta": false, "stars": 24, "topics": ["graphs", "history", "lovelace-custom-card", "navigate", "plotly", "plotlyjs", "plots", "scroll", "zoom"], "version_installed": null, "last_fetched": 1643571256.335753}, "426814988": {"authors": ["@aneeshd"], "category": "integration", "description": "HA sensor that returns a string based on a defined schedule", "domain": "schedule_state", "downloads": 0, "etag_repository": "W/\"8026c591dc9fa1c2b1e446b564cf1e72c6e7e6270db318805d1912511220e05a\"", "full_name": "aneeshd/schedule_state", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "eda8a1c", "last_release_tag": null, "last_updated": "2022-01-30T15:17:53Z", "name": "schedule_state", "new": false, "repository_manifest": {"name": "Schedule State", "render_readme": true, "iot_class": "calculated"}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["automation", "custom-component", "home-assistant", "homeassistant", "python", "scheduler", "timetable"], "version_installed": null, "last_fetched": 1643571221.300292}, "445609628": {"authors": ["@Soloam"], "category": "integration", "description": "PID Controller to Home Assistant", "domain": "pid_controller", "downloads": 0, "etag_repository": "W/\"55bdbc77c7176a8c3f40d63296e523673eb083ce7ac0ce02e68a7bad5b990e44\"", "full_name": "soloam/ha-pid-controller", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "8d51b88", "last_release_tag": "v1.0.0", "last_updated": "2022-01-24T16:38:20Z", "name": "pid_controller", "new": false, "repository_manifest": {"name": "PID Controller", "homeassistant": "2021.9", "render_readme": true, "domains": ["sensor"], "persistent_directory": "codes", "iot_class": "Assumed State"}, "selected_tag": null, "show_beta": false, "stars": 13, "topics": ["hacs", "homeassistant", "integration", "pid", "python", "thermostat"], "version_installed": null, "last_fetched": 1643571248.334392}, "443529332": {"authors": ["@ardevd"], "category": "integration", "description": "Home Assistant integration for the Bobcat Helium Miner", "domain": "bobcatminer", "downloads": 0, "etag_repository": "W/\"1d88d2d6a430d82cdc798e8bed721c15fcf6abf75f1c3e82a09aad8beea9e7e6\"", "full_name": "ardevd/ha-bobcatminer", "first_install": true, "installed_commit": null, "installed": false, "last_commit": null, "last_release_tag": "v0.5.0", "last_updated": 0, "name": "bobcatminer", "new": false, "repository_manifest": {"name": "Bobcat Miner Sensor for Home Assistant", "content_in_root": false, "render_readme": true, "iot_class": "cloud_polling"}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["bobcatminer", "cryptocurrency", "helium", "mining"], "version_installed": null}, "419786466": {"authors": ["@WillCodeForCats"], "category": "integration", "description": "A Home Assistant integration for SolarEdge inverters. Connects locally using Modbus/TCP to single or multiple inverters, including meters.", "domain": "solaredge_modbus", "downloads": 0, "etag_repository": "W/\"8a4678fac1168f8b1b715dd65d21f861859e8bae18808bad62d6a2509fc3b78a\"", "full_name": "WillCodeForCats/solaredge-modbus-multi", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "02f80f7", "last_release_tag": "v1.1.3", "last_updated": "2022-01-26T21:45:55Z", "name": "solaredge_modbus", "new": false, "repository_manifest": {"name": "Solaredge Modbus Multi-Inverter", "content_in_root": false, "domains": ["sensor"], "homeassistant": "2021.12.0", "render_readme": false}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": ["hacs-default", "hacs-integration", "home-automation", "homeassistant", "homeassistant-integration", "modbus-tcp", "solaredge", "solaredge-inverter"], "version_installed": null, "last_fetched": 1643571252.255399}, "432434646": {"authors": ["@guerrerotook"], "category": "integration", "description": "This repository contains the new securitas direct API that can be integrated in Home Assistant", "domain": "securitas", "downloads": 0, "etag_repository": "W/\"544c902802baec145a2fd7eac1b5b0a3dbd5dcaab2acd8af888c09b9aabc81ed\"", "full_name": "guerrerotook/securitas-direct-new-api", "first_install": true, "installed_commit": null, "installed": false, "last_commit": null, "last_release_tag": "v1.0.0.0", "last_updated": 0, "name": "securitas", "new": false, "repository_manifest": {"name": "Securitas Direct Alarm", "content_in_root": false, "domains": ["sensor", "alarm_control_panel"], "iot_class": "cloud_poll", "homeassistant": "2021.9.0"}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": ["home-assistant", "home-automation", "homeassistant"], "version_installed": null}, "448355900": {"authors": [], "category": "theme", "description": "Inspired by the color schemes of Xayah & Rakan. Still work-in-progress, feedback is much appreciated!", "domain": "", "downloads": 0, "etag_repository": "W/\"462aba0990aa140bda64a747f536b3c50285b62d3dc920a08ff46e44f1c8e1e2\"", "full_name": "SnakeFist007/ha_vastayan_bond", "first_install": true, "installed_commit": null, "installed": false, "last_commit": null, "last_release_tag": "v1.3", "last_updated": 0, "name": "ha_vastayan_bond", "new": false, "repository_manifest": {"name": "Vastayan Bond", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["bond", "home-assistant", "rakan", "theme", "vastayan", "xayah"], "version_installed": null}, "449416816": {"authors": [], "category": "plugin", "description": "Home Assistant custom lovelace sonos card", "domain": "", "downloads": 0, "etag_repository": "W/\"77647989ab5bc80605afc13cb44a5c2c8d1d80405173794095afba7904946f59\"", "full_name": "johanfrick/custom-sonos-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": null, "last_release_tag": null, "last_updated": 0, "name": "custom-sonos-card", "new": false, "repository_manifest": {"name": "Sonos Card", "render_readme": true, "filename": "custom-sonos-card.js"}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["hacs", "home-assistant", "lovelace-custom-card", "media-player", "sonos"], "version_installed": null}, "452251255": {"authors": [], "category": "plugin", "description": "Control your browser from a Home Assistant lovelace card: full screen, disable screen lock, zoom...", "domain": "", "downloads": 0, "etag_repository": "W/\"6ad8b96a3dfed4e6ab41a430f721967cf5ebf8aff7deec3bf08ef8f60d67f46b\"", "full_name": "mathoudebine/homeassistant-browser-control-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": null, "last_release_tag": "v1.0", "last_updated": 0, "name": "homeassistant-browser-control-card", "new": false, "repository_manifest": {"name": "Browser Control Card", "content_in_root": true, "filename": "browser-control-card.js", "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 0, "topics": ["browser", "browser-control", "card", "custom-card", "fullscreen", "hacs", "home-assistant", "homeassistant", "lock", "lovelace", "refresh", "reload", "sleep", "wake-on-lan", "zoom"], "version_installed": null}, "449218690": {"authors": [], "category": "plugin", "description": "Thermal Comfort custom icons for Home Assistant to accompany the MDI icons", "domain": "", "downloads": 0, "etag_repository": "W/\"7bba4d65db8e7dfa34da3c6cd482998ebfa52c4687b13c297e5d4fbc9139acd0\"", "full_name": "rautesamtr/thermal_comfort_icons", "first_install": true, "installed_commit": null, "installed": false, "last_commit": null, "last_release_tag": "1.3.0", "last_updated": 0, "name": "thermal_comfort_icons", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": ["absolute-humidity", "dew-point", "dew-point-perception", "frost-point", "frost-risk", "hacs", "heat-index", "home-assistant", "homeassistant", "icons", "iconset", "simmer-index", "simmer-zone", "thermal-perception"], "version_installed": null}, "442001863": {"authors": ["@amosyuen"], "category": "integration", "description": "Home Assistant TP-Link Deco Custom Component", "domain": "tplink_deco", "downloads": 0, "etag_repository": "W/\"f7d88dc86fa969e09e7bfc04b6afca0b1ae0b8ad9c7bcb647b5366e9cd3e6651\"", "full_name": "amosyuen/ha-tplink-deco", "first_install": true, "installed_commit": null, "installed": false, "last_commit": null, "last_release_tag": "v0.0.2", "last_updated": 0, "name": "tplink_deco", "new": false, "repository_manifest": {"name": "TP-Link Deco", "hacs": "1.6.0", "domains": ["device_tracker"], "iot_class": "Local Polling", "homeassistant": "0.118.0", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 11, "topics": ["hacs-integration", "home-assistant-custom", "home-automation", "homeassistant", "python", "router", "tp-link"], "version_installed": null}, "380330823": {"authors": ["@augustas2"], "category": "integration", "description": "Home Assistant custom component for Eldes Alarm system", "domain": "eldes_alarm", "downloads": 0, "etag_repository": "W/\"c78b87f44b1613a3f8ba3800d8010ebbb9b83925eec3ceb4dac64cf748d1069e\"", "full_name": "augustas2/eldes", "first_install": true, "installed_commit": null, "installed": false, "last_commit": null, "last_release_tag": "v1.0.0", "last_updated": 0, "name": "eldes_alarm", "new": false, "repository_manifest": {"name": "Eldes Alarm", "domains": ["alarm_control_panel", "binary_sensor", "sensor", "switch"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 0, "topics": ["alarm", "alarm-panel", "alarm-system", "eldes", "esim364", "esim384", "output", "pitbull-alarm-pro", "sensor", "switch"], "version_installed": null}, "450192057": {"authors": ["@clusterm"], "category": "integration", "description": "Redmond SkyKettle integration for Home Assistant", "domain": "skykettle", "downloads": 0, "etag_repository": "W/\"ab91f0ef59f23ba187df2caecdb04f97c462f3c8df67c261d1a1608c50123a5b\"", "full_name": "ClusterM/skykettle-ha", "first_install": true, "installed_commit": null, "installed": false, "last_commit": null, "last_release_tag": "v1.0", "last_updated": 0, "name": "skykettle", "new": false, "repository_manifest": {"name": "SkyKettle", "homeassistant": "2021.12.3", "render_readme": true, "country": ["RU"]}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": ["kettle", "redmond", "skykettle"], "version_installed": null}, "447307317": {"authors": ["@bruxy70"], "category": "integration", "description": "\ud83d\udcc5 Custom Home Assistant integration for public holidays - also used for garbage_collection integration to automatically move scheduled events that fall on a public holiday (by an automation blueprint)", "domain": "holidays", "downloads": 0, "etag_repository": "W/\"d65974e886a425b9b97a53cbd0bc189b54842bbfa1d4331f045dfbb92b2f5f85\"", "full_name": "bruxy70/Holidays", "first_install": true, "installed_commit": null, "installed": false, "last_commit": null, "last_release_tag": "1.4", "last_updated": 0, "name": "holidays", "new": false, "repository_manifest": {"name": "Holidays", "zip_release": true, "filename": "holidays.zip", "domains": ["calendar"], "homeassistant": "0.110.0"}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["calendar", "country-holidays", "garbage-collection", "hacs", "holidays", "home-assistant", "homeassistant", "public-holidays"], "version_installed": null}, "441294260": {"authors": ["@c-st"], "category": "integration", "description": "\ud83e\udd16 A custom component for Home Assistant which automates your areas.", "domain": "auto_areas", "downloads": 0, "etag_repository": "W/\"0301c0b8b846299c23db5e307267d98ff9c49901b67621490ee633092780b664\"", "full_name": "c-st/auto_areas", "first_install": true, "installed_commit": null, "installed": false, "last_commit": null, "last_release_tag": "v1.0.0", "last_updated": 0, "name": "auto_areas", "new": false, "repository_manifest": {"name": "Auto Areas", "render_readme": true, "iot_class": "local_push"}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["custom-component", "home-assistant", "home-assistant-custom", "home-automation"], "version_installed": null}, "431901513": {"authors": [], "category": "plugin", "description": "This card wraps any other cards and renders a fluid background behind them.", "domain": "", "downloads": 0, "etag_repository": "W/\"b86f7faa92fe976145e543a50644bc0ea773262f046dcef694c8b364683c3613\"", "full_name": "swingerman/lovelace-fluid-level-background-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": null, "last_release_tag": "v0.0.1-beta5", "last_updated": 0, "name": "lovelace-fluid-level-background-card", "new": false, "repository_manifest": {"name": "Fluid LEvel Background Card", "render_readme": true, "filename": "fluid-level-background-card.js"}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["custom-card", "home-assistant", "lovelace-card"], "version_installed": null}, "440617082": {"authors": ["@elahd"], "category": "integration", "description": "Home Assistant integration for NYC trash collection, school, and alternate side parking schedules.", "domain": "nyc311", "downloads": 0, "etag_repository": "W/\"3fe382a1e37ecee0be582d7cee45bebbcdab81c41789817ef79a53c79af69e76\"", "full_name": "elahd/ha-nyc311", "first_install": true, "installed_commit": null, "installed": false, "last_commit": null, "last_release_tag": "2022.1", "last_updated": 0, "name": "nyc311", "new": false, "repository_manifest": {"name": "NYC 311 Public Services Calendar", "content_in_root": false, "render_readme": true, "domains": ["sensor", "binary_sensor"], "country": ["US"]}, "selected_tag": null, "show_beta": false, "stars": 0, "topics": ["community", "government-data", "home-assistant", "home-automation", "integration", "nyc", "nyc-opendata"], "version_installed": null}, "267583249": {"authors": ["@hultenvp"], "category": "integration", "description": "Home Assistant Omnik Solar sensor component", "domain": "omnik", "downloads": 0, "etag_repository": "W/\"432e52cf63422c2f9408c91f2724b346a992ef309f6152ba3011339152ba8fc5\"", "full_name": "hultenvp/home_assistant_omnik_solar", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "0ecf4a8", "last_release_tag": "v0.1.0", "last_updated": "2022-01-29T20:42:45Z", "name": "omnik", "new": false, "repository_manifest": {"name": "Omnik Solar integration", "content_in_root": false, "render_readme": false, "homeassistant": "2021.9", "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["hacs", "home-assistant", "home-assistant-component", "homeassistant", "omnik", "solar"], "version_installed": null, "last_fetched": 1643571233.295326}, "447878635": {"authors": ["@IATkachenko"], "category": "integration", "description": "Yandex weather intergration for Home Assistant", "domain": "yandex_weather", "downloads": 0, "etag_repository": "W/\"297608a8fb35e4065aa2af16e898b5e0020900bb98eba8a570dca143a715d9e8\"", "full_name": "IATkachenko/HA-YandexWeather", "first_install": true, "installed_commit": null, "installed": false, "last_commit": null, "last_release_tag": "v0.5.1", "last_updated": 0, "name": "yandex_weather", "new": false, "repository_manifest": {"name": "Yandex weather", "country": ["RU"], "render_readme": false, "domains": ["yandex_weather"], "zip_release": true, "filename": "yandex_weather.zip", "homeassistant": "2021.12.0"}, "selected_tag": null, "show_beta": false, "stars": 7, "topics": ["homeassistant-integration", "python", "weather", "yandex-weather"], "version_installed": null}, "451209586": {"authors": ["@J-Lindvig"], "category": "integration", "description": "\ud83c\udde9\ud83c\uddf0 Official flagdays in Denmark with a lot of useful logic and attributes. It is possible to add your own anniversaries \ud83c\udf82 or special flags \ud83c\udff3\ufe0f\u200d\ud83c\udf08 \ud83c\udff4\u200d\u2620\ufe0f", "domain": "flagdays_dk", "downloads": 0, "etag_repository": "W/\"2bf80327ca310d1e5da67bc8936a55e2fa31955d9fed0ebca3fffcbd152dd7bf\"", "full_name": "J-Lindvig/Flagdays_DK", "first_install": true, "installed_commit": null, "installed": false, "last_commit": null, "last_release_tag": "v1.5.4", "last_updated": 0, "name": "flagdays_dk", "new": false, "repository_manifest": {"name": "Flagdays DK", "country": ["DK"], "render_readme": true, "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["anniversaries", "denmark", "flagdays", "hacs", "hacs-default", "hacs-integration", "homeassistant", "pride"], "version_installed": null}, "448980525": {"authors": ["@mdeweerd"], "category": "integration", "description": "\ud83e\uddf0 Zigbee Home Assistant Toolkit - service for \"rare\" Zigbee operations using ZHA on Home Assistant", "domain": "zha_toolkit", "downloads": 0, "etag_repository": "W/\"1062d982e32f802e5736410f08b7e226cdf3e659f910e53ae1bc38d8c4a0a8f4\"", "full_name": "mdeweerd/zha-toolkit", "first_install": true, "installed_commit": null, "installed": false, "last_commit": null, "last_release_tag": "v0.5.8", "last_updated": 0, "name": "zha_toolkit", "new": false, "repository_manifest": {"name": "\ud83e\uddf0 ZHA Toolkit - Service for advanced Zigbee Usage", "content_in_root": false, "zip_release": true, "render_readme": true, "domains": ["zha"], "persistent_directory": "local", "homeassistant": "2021.1"}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": ["home-assistant", "home-assistant-component", "home-assistant-hacs", "zha", "zigbee", "zigpy"], "version_installed": null}, "446609758": {"authors": ["@MesserschmittX"], "category": "integration", "description": "Home Assistant integration for Nicehash Excavator miner API", "domain": "nicehash_excavator", "downloads": 0, "etag_repository": "W/\"3c731aa3ad39d39ebd91685ce8fbd70dbc4274082d1f7128eef5fedb663409f4\"", "full_name": "MesserschmittX/ha-nicehash-excavator-monitor", "first_install": true, "installed_commit": null, "installed": false, "last_commit": null, "last_release_tag": "v0.0.3", "last_updated": 0, "name": "nicehash_excavator", "new": false, "repository_manifest": {"name": "Nicehash Excavator API", "domains": ["sensor"], "render_readme": true, "homeassistant": "2021.12.1"}, "selected_tag": null, "show_beta": false, "stars": 0, "topics": ["excavator", "mining", "nicehash"], "version_installed": null}, "319401286": {"authors": ["@peribeir"], "category": "integration", "description": "This custom integration provides access to Rademacher Devices connected to a HomePilot (or Start2Smart) bridge.", "domain": "rademacher", "downloads": 0, "etag_repository": "W/\"b217aa9f1590d96a26f8ad6f24756dfd0b21d18d3059d9e7d7dc71c55b0e1bc0\"", "full_name": "peribeir/homeassistant-rademacher", "first_install": true, "installed_commit": null, "installed": false, "last_commit": null, "last_release_tag": "v1.3.6", "last_updated": 0, "name": "rademacher", "new": false, "repository_manifest": {"name": "Rademacher HomePilot Bridge", "domains": ["cover", "button", "switch", "sensor", "binary_sensor"], "zip_release": true, "filename": "rademacher.zip", "content_in_root": false, "country": ["PT"], "homeassistant": "2021.12.8"}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": ["home-assistant", "home-automation", "homeassistant", "homepilot", "iot", "rademacher"], "version_installed": null}, "269113518": {"authors": ["@plamish"], "category": "integration", "description": "Eaton xComfort SHC integration for Home Assistant", "domain": "xcomfort", "downloads": 0, "etag_repository": "W/\"64e8c637fbc8055e4e1380c426f9eb6ed1aace4a1b84cb732ba74132a7e5be53\"", "full_name": "plamish/xcomfort", "first_install": true, "installed_commit": null, "installed": false, "last_commit": null, "last_release_tag": "1.3.2", "last_updated": 0, "name": "xcomfort", "new": false, "repository_manifest": {"name": "xcomfort", "content_in_root": false, "iot_class": "cloud_polling"}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["eaton", "hacs", "homeassistant", "homeassistant-integration", "xcomfort"], "version_installed": null}, "323923603": {"authors": ["@petretiandrea"], "category": "integration", "description": "A custom integration to control Tapo devices from home assistant.", "domain": "tapo", "downloads": 0, "etag_repository": "W/\"1302cae324e30900ff98ce10af0e211735eaeafed4d8aa67aadcc13e580c72db\"", "full_name": "petretiandrea/home-assistant-tapo-p100", "first_install": true, "installed_commit": null, "installed": false, "last_commit": null, "last_release_tag": "v1.2.4", "last_updated": 0, "name": "tapo", "new": false, "repository_manifest": {"name": "Tapo Controller", "hacs": "1.6.0", "domains": ["tapo", "switch", "light"], "iot_class": "Local Polling", "render_readme": true, "homeassistant": "2021.9.0"}, "selected_tag": null, "show_beta": false, "stars": 58, "topics": ["home-assistant", "home-automation", "integration", "p100", "smart-plug", "tapo", "tapo-device", "tapo-light-bulb"], "version_installed": null}, "427902632": {"authors": ["@StephanJoubert"], "category": "integration", "description": "Home Assistant component for Solarman collectors used in DEYE and Sunsynk inverters.", "domain": "solarman", "downloads": 0, "etag_repository": "W/\"399240711b75a1c465dbc92a18eb24d38d1541ba94692b423eedf300220cab1d\"", "full_name": "StephanJoubert/home_assistant_solarman", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "442b19c", "last_release_tag": "v1.0.1", "last_updated": "2022-01-30T10:26:54Z", "name": "solarman", "new": false, "repository_manifest": {"name": "Solarman Integration", "content_in_root": false, "render_readme": false, "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": ["deye", "energy", "home-assistant", "home-automation", "homeassistant", "inverter", "sol-ark", "solar", "solarman", "sunsynk"], "version_installed": null, "last_fetched": 1643571248.88374}, "442181774": {"authors": ["@tadasdanielius"], "category": "integration", "description": "Daikin Altherma custom component for home assistant", "domain": "daikin_altherma", "downloads": 0, "etag_repository": "W/\"ef72ebc7cad7b41c1be79100663154a660ce57d200c9f94fd16319588e47b840\"", "full_name": "tadasdanielius/daikin_altherma", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f62a845", "last_release_tag": "v1.1.2", "last_updated": "2022-01-20T21:04:53Z", "name": "daikin_altherma", "new": false, "repository_manifest": {"name": "Daikin Altherma", "domains": ["number", "select", "sensor", "switch", "water_heater"], "render_readme": true, "iot_class": ["Local Polling"]}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["altherma", "brp069a61", "brp069a62", "daikin", "daikin-altherma", "home-assistant", "home-automation", "homeassistant", "homeassistant-custom-component", "homeassistant-integration"], "version_installed": null, "last_fetched": 1643571249.458335}, "448604854": {"authors": ["@tombrien"], "category": "integration", "description": "A Home Assistant integration to provide sensors for waste collections in Cardiff, UK", "domain": "cardiffwaste", "downloads": 0, "etag_repository": "W/\"fd9ba4e282f8d78b23f66b3bf2fa1c6f3eec0fee8fa286201e9c9c73b572701d\"", "full_name": "TomBrien/cardiffwaste-ha", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1ece956", "last_release_tag": "0.2.0", "last_updated": "2022-01-30T18:50:26Z", "name": "cardiffwaste", "new": false, "repository_manifest": {"name": "Cardiff Waste", "domains": ["sensor"], "homeassistant": "2021.11.0", "render_readme": true, "country": ["GB"]}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["cardiff", "home-assistant", "integration", "python", "waste-collection"], "version_installed": null, "last_fetched": 1643571250.890119}, "389366750": {"authors": ["@tykeal"], "category": "integration", "description": "Rental Control system for Home Assistant", "domain": "rental_control", "downloads": 0, "etag_repository": "W/\"ac3b34e8dcbfb93d28a9cc6921e95b2593cfdc47d5a8a60a8ca2481a725a7a10\"", "full_name": "tykeal/homeassistant-rental-control", "first_install": true, "installed_commit": null, "installed": false, "last_commit": null, "last_release_tag": "v0.5.1", "last_updated": 0, "name": "rental_control", "new": false, "repository_manifest": {"name": "Rental Control", "hacs": "1.13.2", "domains": ["sensor"], "iot_class": "Cloud Polling", "homeassistant": "2021.7.0"}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["airbnb", "hacs", "home-assistant", "ical", "locks", "sensor"], "version_installed": null}, "413798425": {"authors": ["@stokkie90"], "category": "integration", "description": "UI-Lovelace-Minimalist is a \"theme\" for HomeAssistant", "domain": "ui_lovelace_minimalist", "downloads": 897, "etag_repository": "W/\"75b65e792af6b65f77f0e5b4b5856db99239814d1ef90ba95c9cd565f0d356da\"", "full_name": "UI-Lovelace-Minimalist/UI", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e4351c9", "last_release_tag": "v0.0.4", "last_updated": "2022-01-30T14:43:39Z", "name": "ui_lovelace_minimalist", "new": false, "repository_manifest": {"name": "UI Lovelace Minimalist", "render_readme": true, "homeassistant": "2021.5.0", "zip_release": true, "filename": "ui_lovelace_minimalist.zip"}, "selected_tag": null, "show_beta": false, "stars": 288, "topics": ["home-assistant"], "version_installed": null, "last_fetched": 1643571251.710829}} \ No newline at end of file diff --git a/manage/update_default_repositories.py b/manage/update_default_repositories.py new file mode 100644 index 00000000000..5e97883227e --- /dev/null +++ b/manage/update_default_repositories.py @@ -0,0 +1,35 @@ +"""Update the shipped default repositories data file.""" +import json +import os +import sys + + +def update(): + """Update the shipped default repositories data file.""" + storage, to_store = None, {} + + with open(f"{os.getcwd()}/config/.storage/hacs.repositories", encoding="utf-8") as storage_file: + storage = json.load(storage_file) + + if storage is None: + sys.exit("No storage file") + + for repo in storage["data"]: + storage["data"][repo]["first_install"] = True + for key in ("installed", "show_beta", "new"): + storage["data"][repo][key] = False + for key in ("installed_commit", "selected_tag", "version_installed"): + storage["data"][repo][key] = None + + to_store[repo] = storage["data"][repo] + + with open( + f"{os.getcwd()}/custom_components/hacs/utils/default.repositories", + mode="w", + encoding="utf-8", + ) as to_store_file: + to_store_file.write(json.dumps(to_store)) + + +if __name__ == "__main__": + update() diff --git a/tests/hacsbase/test_hacsbase_data.py b/tests/hacsbase/test_hacsbase_data.py index 66cc4704a02..4f4aedd6b87 100644 --- a/tests/hacsbase/test_hacsbase_data.py +++ b/tests/hacsbase/test_hacsbase_data.py @@ -27,7 +27,7 @@ async def test_hacs_data_async_write2(hacs): @pytest.mark.asyncio -async def test_hacs_data_restore_write_new(hacs): +async def test_hacs_data_restore_write_new(hacs, caplog): data = HacsData(hacs) await data.restore() with patch( @@ -37,10 +37,11 @@ async def test_hacs_data_restore_write_new(hacs): ): await data.async_write() assert mock_async_save_to_store.called + assert "Loading base repository information" in caplog.text @pytest.mark.asyncio -async def test_hacs_data_restore_write_not_new(hacs): +async def test_hacs_data_restore_write_not_new(hacs, caplog): data = HacsData(hacs) async def _mocked_loads(hass, key): @@ -99,3 +100,4 @@ def _mocked_load(*_): await data.async_write() assert mock_async_save_to_store.called assert mock_async_save_to_store_default_encoder.called + assert "Loading base repository information" not in caplog.text From 911714779ca82055626d60e6f7912509b91ae323 Mon Sep 17 00:00:00 2001 From: Ludeeus Date: Sun, 30 Jan 2022 19:40:39 +0000 Subject: [PATCH 2/6] Skip default.repositories --- .github/pre-commit-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/pre-commit-config.yaml b/.github/pre-commit-config.yaml index b4761f20d4e..55f5a773674 100644 --- a/.github/pre-commit-config.yaml +++ b/.github/pre-commit-config.yaml @@ -25,6 +25,7 @@ repos: args: - --quiet-level=2 - --ignore-words-list=hass,ba,fo + - --skip="custom_components/hacs/utils/default.repositories" - repo: https://github.com/pre-commit/pre-commit-hooks rev: v3.1.0 From 8facdcbb3eaa74190fd1ec28d47febed814ad7e3 Mon Sep 17 00:00:00 2001 From: Ludeeus Date: Sun, 30 Jan 2022 19:44:07 +0000 Subject: [PATCH 3/6] Use exclude-file --- .github/pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pre-commit-config.yaml b/.github/pre-commit-config.yaml index 55f5a773674..f6570c19604 100644 --- a/.github/pre-commit-config.yaml +++ b/.github/pre-commit-config.yaml @@ -25,7 +25,7 @@ repos: args: - --quiet-level=2 - --ignore-words-list=hass,ba,fo - - --skip="custom_components/hacs/utils/default.repositories" + - --exclude-file=custom_components/hacs/utils/default.repositories - repo: https://github.com/pre-commit/pre-commit-hooks rev: v3.1.0 From 2efd451b297c8eb32a8cefcb19461ec91fffb8b0 Mon Sep 17 00:00:00 2001 From: Ludeeus Date: Sun, 30 Jan 2022 19:45:52 +0000 Subject: [PATCH 4/6] Add clear-storage command --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index c85ad20e401..70e4799dfc5 100644 --- a/Makefile +++ b/Makefile @@ -43,6 +43,10 @@ bump-frontend: ## Bump the HACS frontend update-base-repositories: ## Update stored base repositories @python3 manage/update_default_repositories.py; +clear-storage: + rm -rf config/.storage/hacs + rm config/.storage/hacs* + homeassistant-install: ## Install the latest dev version of Home Assistant python3 -m pip --disable-pip-version-check install -U "pip>=8.0.3,<20.3"; python3 -m pip --disable-pip-version-check install -U setuptools wheel; From 870eedf5f3e742905c978110039bdcda5870aeb0 Mon Sep 17 00:00:00 2001 From: Ludeeus Date: Sun, 30 Jan 2022 19:50:33 +0000 Subject: [PATCH 5/6] Update base repositories --- custom_components/hacs/utils/default.repositories | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/hacs/utils/default.repositories b/custom_components/hacs/utils/default.repositories index dde15a70b6a..5583f3be457 100644 --- a/custom_components/hacs/utils/default.repositories +++ b/custom_components/hacs/utils/default.repositories @@ -1 +1 @@ -{"172733314": {"authors": ["@ludeeus"], "category": "integration", "description": "HACS gives you a powerful UI to handle downloads of all your custom needs.", "domain": "hacs", "downloads": 1441, "etag_repository": "W/\"e0be6020b9e49f6c7d3d3c2fe91a78c0cd09775e086e6b0b355e9cedb807931e\"", "full_name": "hacs/integration", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7bf62c4", "last_release_tag": "1.21.0", "last_updated": "2022-01-30T12:46:03Z", "name": "hacs", "new": false, "repository_manifest": {"name": "HACS", "zip_release": true, "hide_default_branch": true, "homeassistant": "2021.9.0", "hacs": "0.19.0", "filename": "hacs.zip"}, "selected_tag": null, "show_beta": false, "stars": 2225, "topics": ["community", "hacktoberfest", "hacs", "home-assistant", "integration", "package-manager", "python"], "version_installed": null, "last_fetched": 1643571265.221068}, "191831638": {"authors": ["@albertogeniola"], "category": "integration", "description": "Custom component that leverages the Meross IoT library to integrate with Homeassistant", "domain": "meross_cloud", "downloads": 0, "etag_repository": "W/\"592e2391290e07789885648c39994bddb8d28f60faddec4a481f4eba6635e8fd\"", "full_name": "albertogeniola/meross-homeassistant", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3114a85", "last_release_tag": "v1.2.0rc2", "last_updated": "2022-01-30T18:15:52Z", "name": "meross_cloud", "new": false, "repository_manifest": {"name": "Meross Integration", "hacs": "1.6.0", "homeassistant": "1.0.0", "domains": ["sensor", "climate", "switch", "cover", "fan", "light"]}, "selected_tag": null, "show_beta": false, "stars": 379, "topics": ["homeassistant", "meross", "meross-homeassistant"], "version_installed": null, "last_fetched": 1643571219.935256}, "232269564": {"authors": ["@jedmeng"], "category": "integration", "description": "\u63a7\u5ba2\u5c0fK \u63a5\u5165Home Assistant\uff0c\u652f\u6301\u6700\u65b0\u7248\u672cHA \u76ee\u524d\u6700\u65b0\u7248\u672c\uff080.103\uff09\uff0c\u76f8\u4fe1\u672a\u6765\u7684\u7248\u672c\u4e5f\u53ef\u4ee5\u652f\u6301\u3002", "domain": "konke", "downloads": 0, "etag_repository": "W/\"9f86fb1430ef9f17f4fd56c058936a3596202f4bca92dda3065a0446106bdc90\"", "full_name": "5high/konke", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "bfd34f7", "last_release_tag": null, "last_updated": "2021-09-27T02:52:46Z", "name": "konke", "new": false, "repository_manifest": {"name": "Konke", "country": ["CN"], "render_readme": false, "domains": ["sensor", "swtich"]}, "selected_tag": null, "show_beta": false, "stars": 11, "topics": [], "version_installed": null}, "234514524": {"authors": [], "category": "integration", "description": "HomeAssistant custom component to control your SONOS Alarm", "domain": "sonos_alarm", "downloads": 0, "etag_repository": "W/\"aaf3bcafd22f41a42b8c3ad62621d13fe90b706af9c4686e955bf5b4ac2ace1d\"", "full_name": "AaronDavidSchneider/SonosAlarm", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5b9426d", "last_release_tag": "1.3.1", "last_updated": "2021-05-25T16:33:27Z", "name": "sonos_alarm", "new": false, "repository_manifest": {"name": "Sonos Alarm", "domains": ["switch"]}, "selected_tag": null, "show_beta": false, "stars": 18, "topics": [], "version_installed": null}, "125756318": {"authors": ["@amaximus"], "category": "integration", "description": "HomeAssistant custom component for Budapest public transportation", "domain": "bkk_stop", "downloads": 0, "etag_repository": "W/\"1b7f15c174308623ea306bf66adf04e58e0cd50f265d7ae2af62863f90595416\"", "full_name": "amaximus/bkk_stop", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "175d0f7", "last_release_tag": "2.0.1", "last_updated": "2021-12-01T19:23:57Z", "name": "bkk_stop", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 14, "topics": ["bkk", "budapest", "homeassistant", "homeassistant-components", "transportation"], "version_installed": null}, "169460975": {"authors": ["@akasma74"], "category": "integration", "description": "It is a fork of \"Yet another take on a home assistant custom alarm\" that will exist until its author is back to our Earth", "domain": "bwalarm", "downloads": 0, "etag_repository": "W/\"b638454705107b21dac411a7067d5829a1acf0916b11559dc889d20e406469ab\"", "full_name": "akasma74/Hass-Custom-Alarm", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "44b08b8", "last_release_tag": "v.1.12.12", "last_updated": "2021-12-24T16:15:25Z", "name": "bwalarm", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 75, "topics": [], "version_installed": null, "last_fetched": 1641587634.93489}, "252195707": {"authors": ["@abacao"], "category": "integration", "description": "Home Assistant Component: Mirubee or Wibeee ", "domain": "wibeee", "downloads": 0, "etag_repository": "W/\"1a6a970a618d37e51c4ed4634c80018c18dd14428eff150157f2bf31f87df5bd\"", "full_name": "abacao/hass_wibeee", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "59177e9", "last_release_tag": null, "last_updated": "2022-01-10T09:21:31Z", "name": "wibeee", "new": false, "repository_manifest": {"name": "Wibeee - abacao", "render_readme": true, "content_in_root": true}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["hacs", "home-assistant", "wibeee"], "version_installed": null, "last_fetched": 1643571219.752017}, "272432260": {"authors": ["@algirdasc"], "category": "integration", "description": "Floureon (Broadlink based) thermostat integration for Home Assistant", "domain": "floureon", "downloads": 0, "etag_repository": "W/\"3b80152b846d6d61d0946fd52ca323b9c548e7d7ed80a29ad407b15a6169e400\"", "full_name": "algirdasc/hass-floureon", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "40b84cf", "last_release_tag": null, "last_updated": "2021-12-26T20:32:45Z", "name": "floureon", "new": false, "repository_manifest": {"name": "Floureon Thermostat", "content_in_root": false, "domains": ["switch", "climate"], "homeassistant": "0.110.0", "iot_class": "Local Polling", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 19, "topics": ["broadlink", "floureon", "homeassistant", "thermostat"], "version_installed": null, "last_fetched": 1641307129.21997}, "215825339": {"authors": ["@alryaz"], "category": "integration", "description": "Hekr integration using python-hekr", "domain": "hekr", "downloads": 0, "etag_repository": "W/\"e02a8295186e8b4e88c4e7935daf3dd468f5393c1075e95df7d170a069112ae5\"", "full_name": "alryaz/hass-hekr-component", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7338128", "last_release_tag": "v0.2.12", "last_updated": "2021-09-14T15:12:51Z", "name": "hekr", "new": false, "repository_manifest": {"name": "Hekr Component", "content_in_root": false, "filename": false, "render_readme": false, "domains": ["sensor", "switch"], "country": false, "homeassistant": "0.109.0", "persistent_directory": false, "iot_class": "Local Polling"}, "selected_tag": null, "show_beta": false, "stars": 25, "topics": ["consumption", "hekr", "homeassistant-components", "python", "wisen-application"], "version_installed": null, "last_fetched": 1642004168.134563}, "257104502": {"authors": ["@amaximus"], "category": "integration", "description": "FKF Budapest Garbage Collection custom component for Home Assistant", "domain": "fkf_garbage_collection", "downloads": 0, "etag_repository": "W/\"6e37149f98f166a54f488ac48df8252d633c36bbe3f65a9749549d8330b41c6e\"", "full_name": "amaximus/fkf-garbage-collection", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c451ee2", "last_release_tag": "0.4.7", "last_updated": "2021-12-13T13:39:54Z", "name": "fkf_garbage_collection", "new": false, "repository_manifest": {"name": "FKF Budapest Garbage Collection", "country": ["HU"], "domains": ["sensor"], "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 13, "topics": ["budapest", "home-assistant", "homeassistant-components"], "version_installed": null}, "224374747": {"authors": [], "category": "integration", "description": "\u6590\u8bafDC1\u63d2\u6392\u63a5\u5165Home Assistant\u63d2\u4ef6\uff0c\u672c\u63d2\u4ef6\u539f\u4f5c\u8005NETYJ\uff0c\u6b64\u5904\u4ec5\u4e3aHACS\u5b89\u88c5\u65b9\u4fbf\u4e4b\u7528\u3002", "domain": "phicomm_dc1", "downloads": 0, "etag_repository": "W/\"645f524189cb2cabc7c4a40808c44704e67869d70eee01a16978e433f55de40c\"", "full_name": "5high/phicomm-dc1-homeassistant", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9328717", "last_release_tag": null, "last_updated": "2021-06-04T14:08:17Z", "name": "phicomm_dc1", "new": false, "repository_manifest": {"name": "Phicomm DC1", "country": ["CN"], "render_readme": false, "domains": ["sensor", "swtich"]}, "selected_tag": null, "show_beta": false, "stars": 10, "topics": [], "version_installed": null}, "292720530": {"authors": ["@alryaz", "@turbo-lab"], "category": "integration", "description": "Home Assistant custom component for Pandora Car Alarm System", "domain": "pandora_cas", "downloads": 0, "etag_repository": "W/\"5aa989d4ec7c159d1a1bd20be68bfaae77572ffc9cb655f89eb7ac2b38afc3a1\"", "full_name": "alryaz/hass-pandora-cas", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "684e9d5", "last_release_tag": "v1.2.1", "last_updated": "2021-11-04T01:00:48Z", "name": "pandora_cas", "new": false, "repository_manifest": {"name": "Pandora Car Alarm System", "content_in_root": false, "zip_release": false, "render_readme": true, "domains": ["device_tracker", "binary_sensor", "sensor", "lock", "switch"], "homeassistant": "2021.8.0", "country": ["RU", "BY", "KZ", "UA"], "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 12, "topics": ["car-system", "custom-components", "hacs", "home-assistant", "home-automation", "homeassistant", "pandora-alarm", "vehicle-tracking"], "version_installed": null}, "258012483": {"authors": ["@AkA57"], "category": "integration", "description": "Livebox TV UHD custom component for Home Assistant", "domain": "liveboxtvuhd", "downloads": 0, "etag_repository": "W/\"5aef63e66e65909d168ce7627ca7fb0883395730762482c0b9b33d22c5c2e2c7\"", "full_name": "AkA57/liveboxtvuhd", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e58323e", "last_release_tag": "v1.0.3", "last_updated": "2022-01-17T20:45:20Z", "name": "liveboxtvuhd", "new": false, "repository_manifest": {"name": "Livebox TV UHD", "hacs": "0.24.0", "domains": ["media_player"], "iot_class": "Local Polling", "homeassistant": "0.110.0"}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": ["homeassistant", "livebox"], "version_installed": null, "last_fetched": 1642520495.071345}, "233575809": {"authors": ["@adamnaj"], "category": "integration", "description": "The linksys_velop platform allows for presence detection by listing devices connected to your Linksys Velop router.", "domain": "linksys_velop", "downloads": 0, "etag_repository": "W/\"399827a9940b7627489acd20e1a0581bd3f817f8b4379deb4df62c1615b6b77b\"", "full_name": "AdamNaj/linksys_velop", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "8cb5d9b", "last_release_tag": "0.1.1", "last_updated": "2021-05-08T21:20:15Z", "name": "linksys_velop", "new": false, "repository_manifest": {"name": "Linksys Velop Device Tracker", "content_in_root": false, "domains": ["device_tracker"], "homeassistant": "0.100.0"}, "selected_tag": null, "show_beta": false, "stars": 13, "topics": [], "version_installed": null, "last_fetched": 1641307134.406528}, "197920457": {"authors": ["@andersonshatch"], "category": "integration", "description": "This is a library to allow communicating to a Midea appliance via the Midea cloud.", "domain": "midea", "downloads": 0, "etag_repository": "W/\"1234599e1dfee10eb29e8d1d9bb75f0ce3d6e352dc877ec93f9ad6d0cd00f649\"", "full_name": "andersonshatch/midea-ac-py", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f779f3b", "last_release_tag": null, "last_updated": "2021-03-07T12:12:17Z", "name": "midea", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 62, "topics": ["hacs", "home-assistant-custom", "homeassistant", "midea", "python"], "version_installed": null}, "160728801": {"authors": ["@asantaga"], "category": "integration", "description": "Home Assistant Sensor for the LightwaveRF energy monitor", "domain": "lightwaverf_energy", "downloads": 0, "etag_repository": "W/\"08adead9be5529d2d97ff32152fcd5b72fc41a871be4515940a98452c04ef317\"", "full_name": "asantaga/lightwaverf_HA_EnergySensor", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "ba7066d", "last_release_tag": "R1.6", "last_updated": "2021-08-14T20:51:29Z", "name": "lightwaverf_energy", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["electricity", "energysensor", "lightwaverf"], "version_installed": null}, "159080189": {"authors": ["@asantaga", "@msp1974"], "category": "integration", "description": "Platform and related climate/sensors to support the Drayton Wiser Home Heating System", "domain": "wiser", "downloads": 0, "etag_repository": "W/\"b5e6ddcbfece5af2a1c67eb39d0df1dcf45ce261b7c412ed27e8e41df4b47631\"", "full_name": "asantaga/wiserHomeAssistantPlatform", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "cc8edde", "last_release_tag": "v3.0.19", "last_updated": "2022-01-29T20:16:01Z", "name": "wiser", "new": false, "repository_manifest": {"name": "Drayton Wiser Integration for Home Assistant", "homeassistant": "2021.12", "render_readme": false}, "selected_tag": null, "show_beta": false, "stars": 98, "topics": ["drayton", "heating", "homeassistant", "wiser"], "version_installed": null, "last_fetched": 1643571221.764775}, "201497401": {"authors": ["@anonym-tsk"], "category": "integration", "description": "Xiaomi IR Climate Component", "domain": "xiaomi_remote", "downloads": 0, "etag_repository": "W/\"695c4c18faa0833368c8598e0576f6479df73bc09a9587eb0a402dcd2989b79c\"", "full_name": "Anonym-tsk/homeassistant-climate-xiaomi-remote", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b3f89c7", "last_release_tag": null, "last_updated": "2021-06-03T09:52:44Z", "name": "xiaomi_remote", "new": false, "repository_manifest": {"name": "Xiaomi IR Climate", "domains": "climate", "iot_class": "Local Polling"}, "selected_tag": null, "show_beta": false, "stars": 27, "topics": ["climate", "custom-component", "hacs", "hassio", "home-assistant", "xiaomi"], "version_installed": null}, "190378093": {"authors": ["@And3rsL"], "category": "integration", "description": "Visonic/Bentel/Tyco Alarm System integrtation for Home Assistant", "domain": "visonicalarm", "downloads": 0, "etag_repository": "W/\"b7b99610bdf66a8af034ac0403788a9cdb5be5bc76e0fd1a4b9c51a83ec6e3af\"", "full_name": "And3rsL/VisonicAlarm-for-Hassio", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "fd27eba", "last_release_tag": "3.0.2", "last_updated": "2022-01-14T08:59:54Z", "name": "visonicalarm", "new": false, "repository_manifest": {"name": "Visonic/Bentel/Tyco Alarm System"}, "selected_tag": null, "show_beta": false, "stars": 15, "topics": ["alarm", "alarm-control-panel", "bentel", "home-assistant", "python", "sensor", "tycomonitor", "visonic"], "version_installed": null, "last_fetched": 1643571221.393945}, "186347733": {"authors": ["@arjenvrh"], "category": "integration", "description": "Adds an audi connect integration to home assistant", "domain": "audiconnect", "downloads": 0, "etag_repository": "W/\"567bfaab1b4f0285d79de282db951a1466c900178ed49ebdff85a66c62ddf260\"", "full_name": "arjenvrh/audi_connect_ha", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e0b1e54", "last_release_tag": null, "last_updated": "2022-01-29T07:50:40Z", "name": "audiconnect", "new": false, "repository_manifest": {"name": "Audi connect", "domains": ["sensor", "binary_sensor", "switch", "device_tracker", "lock"], "homeassistant": "0.110.0"}, "selected_tag": null, "show_beta": false, "stars": 92, "topics": ["audi", "audi-connect", "homeassistant", "integration", "sensors"], "version_installed": null, "last_fetched": 1643571221.532098}, "252926906": {"authors": ["@asev"], "category": "integration", "description": "Uponor Smatrix Pulse heating/cooling system integration for Home Assistant.", "domain": "uponor", "downloads": 0, "etag_repository": "W/\"e2e94a8fa3f39ccf3dde373984c80eed6c3e619679c34c3fbdcc7fcc9ba63baa\"", "full_name": "asev/homeassistant-uponor", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "0470096", "last_release_tag": "v0.8.2", "last_updated": "2022-01-13T23:27:26Z", "name": "uponor", "new": false, "repository_manifest": {"name": "Uponor Smatrix Pulse", "iot_class": "Local Polling", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 12, "topics": ["heating-control", "homeassistant", "homeassistant-integration", "smatrix", "uponor", "uponor-smatrix-pulse"], "version_installed": null, "last_fetched": 1643571221.774335}, "296028613": {"authors": ["@ayavilevich"], "category": "integration", "description": "A D-Link AP/router device tracker for Home Assistant", "domain": "dlink_presence", "downloads": 0, "etag_repository": "W/\"fa01406164590a43b970ec093288f3edf2990d62a7293ad2a02033f7d9ac6726\"", "full_name": "ayavilevich/homeassistant-dlink-presence", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1e273ca", "last_release_tag": null, "last_updated": "2021-08-09T11:14:30Z", "name": "dlink_presence", "new": false, "repository_manifest": {"name": "D-Link Presence / device_Tracker", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 7, "topics": ["d-link", "dlink", "homeassistant", "presence-detection"], "version_installed": null, "last_fetched": 1641895518.658717}, "237695750": {"authors": ["@bacco007"], "category": "integration", "description": "OpenNEM Sensor for Home Assistant", "domain": "opennem", "downloads": 0, "etag_repository": "W/\"a2f68ca86874a35633003fd46709bccad07b15d93e8ded5a07458141efd62a85\"", "full_name": "bacco007/sensor.opennem", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "16bf685", "last_release_tag": "2022.01.3", "last_updated": "2022-01-29T07:59:45Z", "name": "opennem", "new": false, "repository_manifest": {"name": "OpenNEM (AU) Data", "domains": "sensor", "country": ["AU"]}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": ["hacs", "home-assistant", "homeassistant", "opennem"], "version_installed": null, "last_fetched": 1643571222.3627}, "250866164": {"authors": ["@azogue"], "category": "integration", "description": "HomeAssistant custom sensor to track specific events", "domain": "eventsensor", "downloads": 0, "etag_repository": "W/\"581efa73ff5746ca13a9894cf3dc3012eeb5565f95661c516bdba2f0a7076b10\"", "full_name": "azogue/eventsensor", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b11f740", "last_release_tag": "v3.0.0", "last_updated": "2022-01-05T22:35:57Z", "name": "eventsensor", "new": false, "repository_manifest": {"name": "Event sensor", "content_in_root": false, "domains": ["sensor"], "zip_release": false, "homeassistant": "2021.12.0", "iot_class": "Local Push", "render_readme": true, "version": "3.0.0"}, "selected_tag": null, "show_beta": false, "stars": 76, "topics": [], "version_installed": null, "last_fetched": 1643571222.178416}, "223739645": {"authors": ["@SebuZet"], "category": "integration", "description": "Home Assistant Climate Device for controlling (not only) Samsung AC", "domain": "climate_ip", "downloads": 0, "etag_repository": "W/\"505ceddc5b8b6e18d7c59c2b0cb3a012a8c515c3a1b1ee0bf8d166a6b31084bb\"", "full_name": "atxbyea/samsungrac", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "be39a72", "last_release_tag": "3.5.3", "last_updated": "2021-08-18T12:10:07Z", "name": "climate_ip", "new": false, "repository_manifest": {"name": "Climate IP", "country": ["NO"], "domains": ["climate", "switch"], "homeassistant": "0.110.2"}, "selected_tag": null, "show_beta": false, "stars": 26, "topics": ["airconditioning", "hacktoberfest", "hacktoberfest2021", "homeassistant", "samsung"], "version_installed": null, "last_fetched": 1641217139.563238}, "256899380": {"authors": ["@atymic"], "category": "integration", "description": "Project Three Zero Home Assistant Integration", "domain": "project_zero_three", "downloads": 0, "etag_repository": "W/\"ea0b6abd62bf036fc3fda1402260d9ea66488e12ddab5963a4feb975f7b3145d\"", "full_name": "atymic/project_three_zero_ha", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "770a64b", "last_release_tag": null, "last_updated": "2022-01-27T00:39:52Z", "name": "project_zero_three", "new": false, "repository_manifest": {"name": "Project Three Zero (7-11 Fuel Lock Monitor)", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["fuel", "home-automation"], "version_installed": null, "last_fetched": 1643571221.907677}, "229519365": {"authors": ["@bacco007"], "category": "integration", "description": "Home Assistant Sensor for WaterNSW Real Time Data", "domain": "waternsw", "downloads": 0, "etag_repository": "W/\"d555abe1a75968f55426c63c408c268837661e3734bb6732647202a26101ea64\"", "full_name": "bacco007/sensor.waternsw", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "0c79862", "last_release_tag": "0.6", "last_updated": "2021-02-06T07:41:06Z", "name": "waternsw", "new": false, "repository_manifest": {"name": "WaterNSW Real Time Data", "domains": "sensor", "country": ["AU"]}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": [], "version_installed": null}, "137655647": {"authors": ["@bertbert72"], "category": "integration", "description": "HomeAssistant component for control of Virgin Media Tivo boxes", "domain": "virgintivo", "downloads": 0, "etag_repository": "W/\"6d1f71e5d5709c1465473d74c76fa6d604437ac090540b211cf004989f5a3033\"", "full_name": "bertbert72/HomeAssistant_VirginTivo", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1938f14", "last_release_tag": "0.1.23", "last_updated": "2021-09-11T12:47:47Z", "name": "virgintivo", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 22, "topics": [], "version_installed": null}, "254203764": {"authors": ["@BSantalucia"], "category": "integration", "description": "Home assistant custom component to provide monetary account balance sensors for Bunq", "domain": "bunq", "downloads": 0, "etag_repository": "W/\"a022e41ed4b11d1f3ff40a8f34b15bd1ed4a034493b9937ea62e8fb5ae8bb669\"", "full_name": "ben8p/home-assistant-bunq-balance-sensors", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "87d1acd", "last_release_tag": null, "last_updated": "2022-01-04T14:46:01Z", "name": "bunq", "new": false, "repository_manifest": {"name": "Bunq balance sensor", "content_in_root": false, "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["bunq", "bunq-api", "hacs", "hassio", "home-assistant", "home-assistant-custom", "home-assistant-sensor"], "version_installed": null, "last_fetched": 1641470148.650331}, "181480967": {"authors": ["@basschipper"], "category": "integration", "description": "Generic Hygrostat for Home Assistant", "domain": "generic_hygrostat", "downloads": 0, "etag_repository": "W/\"28983355b63af2750321c121d1ae20703f91132eeafc2451d4d576b9928b6191\"", "full_name": "basschipper/homeassistant-generic-hygrostat", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7407aac", "last_release_tag": "v0.7.1", "last_updated": "2022-01-09T14:17:22Z", "name": "generic_hygrostat", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 47, "topics": [], "version_installed": null, "last_fetched": 1641895520.105155}, "282688934": {"authors": ["@barban-dev"], "category": "integration", "description": "Home Assistant Custom Integration for EVA II PRO WiFi Smart Dehumidifier appliance by Midea/Inventor.", "domain": "midea_dehumidifier", "downloads": 0, "etag_repository": "W/\"0072220b1be8d54118ecfc9fc6447f3e9db4390cbbd1005c21148b6ed9b53af9\"", "full_name": "barban-dev/homeassistant-midea-dehumidifier", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d262118", "last_release_tag": "v1.03", "last_updated": "2021-11-21T16:14:20Z", "name": "midea_dehumidifier", "new": false, "repository_manifest": {"name": "EVA II PRO WiFi Midea Inventor Dehumidifier custom integration", "domains": ["humidifier", "sensor"], "codeowners": ["barban-dev"], "documentation": "https://github.com/barban-dev/homeassistant-midea-dehumidifier/blob/master/README.md", "issue_tracker": "https://github.com/barban-dev/homeassistant-midea-dehumidifier/issues", "homeassistant": "0.96.0", "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 38, "topics": ["dehumidifier", "eva-ii-pro-wifi", "home-automation", "homeassistant", "homeassistant-integration", "internet-of-things", "inventor", "iot", "midea", "python"], "version_installed": null, "last_fetched": 1643571222.501}, "192086849": {"authors": ["bouwew"], "category": "integration", "description": "GoodWe SEMS MQTT-componenent for Home Assistant", "domain": "sems2mqtt", "downloads": 0, "etag_repository": "W/\"1106b03827ac6fc3908ccc7a9a83383d355646cfd66c73f026162f11e763e145\"", "full_name": "bouwew/sems2mqtt", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "23ca740", "last_release_tag": "v0.4.6", "last_updated": "2021-12-13T18:06:13Z", "name": "sems2mqtt", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": [], "version_installed": null}, "296946072": {"authors": ["@boralyl"], "category": "integration", "description": "Custom component to feed recently added tv shows and movies to the custom card \"Upcoming Media Card\" for Home Assistant. ", "domain": "kodi_recently_added", "downloads": 0, "etag_repository": "W/\"90f137eb8a5bf728440199dd1979069b56acc8f36c1e8a383bff70f059679cc1\"", "full_name": "boralyl/kodi-recently-added", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5433e49", "last_release_tag": "v2.0.5", "last_updated": "2021-12-19T23:48:44Z", "name": "kodi_recently_added", "new": false, "repository_manifest": {"config_flow": true, "documentation": "https://github.com/boralyl/kodi-recently-added", "domains": ["sensor"], "homeassistant": "0.115.0", "iot_class": "Local Polling", "name": "Kodi Recently Added Media", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["hacs", "home-assistant", "homeassistant", "homeassistant-integration", "kodi", "python"], "version_installed": null}, "236146080": {"authors": ["@binsentsu"], "category": "integration", "description": "Home assistant Component for reading data locally from Solaredge inverter through modbus TCP", "domain": "solaredge_modbus", "downloads": 0, "etag_repository": "W/\"67efa10fae9065f6a1cc1f35e48c849477f9973f0befba3fee1f4a18ad0654a8\"", "full_name": "binsentsu/home-assistant-solaredge-modbus", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2fad552", "last_release_tag": "V1.5.1", "last_updated": "2022-01-12T08:32:34Z", "name": "solaredge_modbus", "new": false, "repository_manifest": {"name": "Solaredge Modbus", "content_in_root": false, "domains": ["sensor"], "homeassistant": "2021.8.0", "iot_class": "local_poll"}, "selected_tag": null, "show_beta": false, "stars": 73, "topics": ["hassio", "home-assistant", "modbus", "modbus-tcp", "solaredge", "solaredge-inverter"], "version_installed": null, "last_fetched": 1642851027.238581}, "250688607": {"authors": ["@boralyl"], "category": "integration", "description": "A home assistant integration that monitors games on sale on your Steam wishlist.", "domain": "steam_wishlist", "downloads": 0, "etag_repository": "W/\"7cb6085b4597d84c8bdfa9c27d87e33090527a0ace04e51cd4b5fe36b8e6014d\"", "full_name": "boralyl/steam-wishlist", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a4e5d7c", "last_release_tag": "v2.0.0", "last_updated": "2022-01-08T22:00:06Z", "name": "steam_wishlist", "new": false, "repository_manifest": {"codeowners": ["@boralyl"], "config_flow": true, "documentation": "https://github.com/boralyl/steam-wishlist", "domains": ["binary_sensor", "sensor"], "homeassistant": "0.108.0", "iot_class": "Cloud Polling", "name": "Steam Wishlist", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 11, "topics": ["hacs", "home-assistant", "homeassistant", "python", "steam"], "version_installed": null, "last_fetched": 1641895524.066414}, "162808336": {"authors": ["@bigbadblunt"], "category": "integration", "description": "Lightwave RF custom component for Home Assistant. Requires generation 2 (\"Link Plus\") hub, but will control both generation 1 (\"Connect Series\") and generation 2 (\"Smart Series\") devices.", "domain": "lightwave2", "downloads": 0, "etag_repository": "W/\"22389efcc8f615d1bcf215f6d3e69cce5143751506e7f764bbca31dd5351c4d0\"", "full_name": "bigbadblunt/homeassistant-lightwave2", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5290b41", "last_release_tag": "v3.5.10", "last_updated": "2021-12-21T13:49:50Z", "name": "lightwave2", "new": false, "repository_manifest": {"name": "Lightwave RF"}, "selected_tag": null, "show_beta": false, "stars": 26, "topics": ["home-assistant", "home-automation", "homeassistant", "lightwave", "lightwaverf"], "version_installed": null}, "260169906": {"authors": ["@bouni"], "category": "integration", "description": "Luxtronik integration for Home Assistant", "domain": "luxtronik", "downloads": 0, "etag_repository": "W/\"fdbdbe66d70658a7ec0c83316eff8566b03ffb6cd9eda834323179e05d827030\"", "full_name": "Bouni/luxtronik", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4a362fa", "last_release_tag": "0.1.22", "last_updated": "2022-01-10T14:04:37Z", "name": "luxtronik", "new": false, "repository_manifest": {"name": "Luxtronik", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 24, "topics": ["hacktoberfest"], "version_installed": null, "last_fetched": 1642094172.005499}, "190260955": {"authors": ["@bramkragten"], "category": "integration", "description": "Add support for Mind Mobility vehicles in Home Assistant", "domain": "mind", "downloads": 0, "etag_repository": "W/\"935054f3dae98e8ee04bb925329e0605be39e5e95fc2c8cea0691d50de60ba8b\"", "full_name": "bramkragten/mind", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2acbc8f", "last_release_tag": "v1.2.1", "last_updated": "2021-05-07T13:37:44Z", "name": "mind", "new": false, "repository_manifest": {"name": "MIND Mobility", "country": ["NL"], "render_readme": true, "domains": ["sensor", "binary_sensor", "device_tracker"]}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": [], "version_installed": null}, "259865897": {"authors": ["Bouni"], "category": "integration", "description": "DRK Blutspende component for Home Assistant ", "domain": "drkblutspende", "downloads": 0, "etag_repository": "W/\"aa2c05fce495a4873f5d03ec3ef5f59531662ca0765af0b278d761d61aafd0d5\"", "full_name": "Bouni/drkblutspende", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "8c3f3eb", "last_release_tag": "0.1.5", "last_updated": "2022-01-14T07:39:03Z", "name": "drkblutspende", "new": false, "repository_manifest": {"name": "DRK Blutspende", "country": ["DE"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": [], "version_installed": null, "last_fetched": 1642184183.832104}, "189680764": {"authors": [], "category": "integration", "description": "Screenly media player custom component for Home Assistant.", "domain": "screenly", "downloads": 0, "etag_repository": "W/\"b028cbcd074a688327e8c9e6d0897dd8840a6238cb51c903ef309879293707ec\"", "full_name": "burnnat/media_player.screenly", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "078fee5", "last_release_tag": "v0.0.5", "last_updated": "2019-09-27T05:19:26Z", "name": "screenly", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": [], "version_installed": null}, "201445202": {"authors": ["@Vloris", "@Cadsters", "@aritmeester"], "category": "integration", "description": "\ud83d\uddd1\ufe0f Integration for bin/waste collection by acv-groep", "domain": "acv", "downloads": 0, "etag_repository": "W/\"887370073024b387047a7897a09dbd5605a757b505207420eae8b37d1f7300a8\"", "full_name": "Cadsters/acv-hass-component", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3a0df03", "last_release_tag": "v0.24.3", "last_updated": "2021-12-29T17:00:40Z", "name": "acv", "new": false, "repository_manifest": {"name": "ACV garbage collection sensor", "iot_class": ["cloud_polling"], "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["acv-groep", "component", "home-assistant", "homeassistant", "python3", "trash", "waste"], "version_installed": null}, "262854926": {"authors": ["@briis"], "category": "integration", "description": "The Meteobridge Integration adds support for retrieving current weather data from a Meteobridge datalogger connected to a local Weather Station.", "domain": "meteobridge", "downloads": 0, "etag_repository": "W/\"4d05901bb686a5303b0e6eaceb60a2a43af3609e3f97bbb3077aca32446c734d\"", "full_name": "briis/meteobridge", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "00f6b0f", "last_release_tag": "v3.2.4", "last_updated": "2022-01-10T13:36:59Z", "name": "meteobridge", "new": false, "repository_manifest": {"name": "Meteobridge Datalogger Integration", "content_in_root": false, "render_readme": true, "domains": ["binary_sensor", "sensor"], "iot_class": "Local Polling", "homeassistant": "2021.9.0"}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["home-assistant", "meteobridge"], "version_installed": null, "last_fetched": 1641895531.02994}, "230199787": {"authors": ["@briis"], "category": "integration", "description": "Control and monitor your Unifi Protect Cameras from Home Assistant", "domain": "unifiprotect", "downloads": 0, "etag_repository": "W/\"5cebc3082ce2e7fe8821a62363d83efbaa2947ea3026cdf66ddaf8c1813208ba\"", "full_name": "briis/unifiprotect", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d41459e", "last_release_tag": "v0.12.0", "last_updated": "2022-01-28T12:43:55Z", "name": "unifiprotect", "new": false, "repository_manifest": {"name": "UniFi Protect Integration", "domains": ["binary_sensor", "sensor", "camera", "switch", "light", "select", "number"], "homeassistant": "2021.11.0", "iot_class": ["Local Push"]}, "selected_tag": null, "show_beta": false, "stars": 523, "topics": ["cloudkey", "home-assistant", "homeassistant", "protect", "python", "ubiquiti", "unifi", "unifi-protect", "unifi-protect-server"], "version_installed": null, "last_fetched": 1643571223.84247}, "284006518": {"authors": ["@bremor"], "category": "integration", "description": "Reverse engineered implementation of the Bonaire MyClimate app.", "domain": "bonaire_myclimate", "downloads": 0, "etag_repository": "W/\"869dbc2ca1159f0b26f35562cc3c384d0e75d3c053f8926c20e9ccb2ed396b1b\"", "full_name": "bremor/bonaire_myclimate", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "129d4c3", "last_release_tag": "1.2.1", "last_updated": "2021-12-17T11:02:09Z", "name": "bonaire_myclimate", "new": false, "repository_manifest": {"name": "Bonaire MyClimate", "render_readme": "true", "iot_class": "Local Push", "homeassistant": "2021.12.0"}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": ["bonaire", "bonaire-myclimate", "climate", "hacktoberfest", "hacs", "myclimate"], "version_installed": null, "last_fetched": 1641895530.210823}, "229872760": {"authors": [], "category": "integration", "description": "Home Assistant integration to push fitness data to remote services.", "domain": "fitness_push", "downloads": 0, "etag_repository": "W/\"62361253781aeddcf0352876ad36c5b120f856841ee5e5582e63304ee9c06ea2\"", "full_name": "burnnat/ha-fitness-push", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "8d80568", "last_release_tag": "v0.0.1", "last_updated": "2020-01-24T00:27:12Z", "name": "fitness_push", "new": false, "repository_manifest": {"name": "Fitness Push", "content_in_root": false, "domains": ["fitness_push"], "iot_class": "Cloud Push"}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": [], "version_installed": null}, "204200635": {"authors": ["@bruxy70"], "category": "integration", "description": "\ud83d\uddd1 Custom Home Assistant sensor for scheduling garbage collection (or other regularly re-occurring events - weekly on given days, semi-weekly or monthly)", "domain": "garbage_collection", "downloads": 1539, "etag_repository": "W/\"de966c95f2239166d3374c1cdb7e9996f34a8e30b3bf3e21ac03c4c81b0e94cc\"", "full_name": "bruxy70/Garbage-Collection", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "ead4be9", "last_release_tag": "4.3", "last_updated": "2022-01-29T14:56:35Z", "name": "garbage_collection", "new": false, "repository_manifest": {"name": "Garbage Collection", "zip_release": true, "filename": "garbage_collection.zip", "domains": ["sensor"], "homeassistant": "0.110.0"}, "selected_tag": null, "show_beta": false, "stars": 247, "topics": ["garbage-collection", "hacs", "homeassistant", "schedule", "waste", "waste-management"], "version_installed": null, "last_fetched": 1643571223.916343}, "262017793": {"authors": ["@cagnulein"], "category": "integration", "description": "This is a simple project that manage the Switchbot ( https://amzn.to/3dnliBD ) that has only the \"press\" ability in Home Assistant.", "domain": "switchbot_press", "downloads": 0, "etag_repository": "W/\"eefa92ca567a72e488f8a0aa8c127f1423a02b0826af8a0d1858537d63d3457f\"", "full_name": "cagnulein/switchbot_press", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "490d552", "last_release_tag": null, "last_updated": "2021-04-14T14:59:40Z", "name": "switchbot_press", "new": false, "repository_manifest": {"name": "Switchbot_press", "render_readme": true, "domains": ["switch"]}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["home-assistant", "homeassistant", "integration", "python3", "switchbot"], "version_installed": null}, "202990294": {"authors": ["@bruxy70"], "category": "integration", "description": "\ud83d\ude8d Home Assistant custom sensor for finding Czech Public Transportation Connections", "domain": "cz_pub_tran", "downloads": 0, "etag_repository": "W/\"88240b62b4c245185aafd351b66d0f932e952b1c1adb226fc3ceaa59d7c6da1e\"", "full_name": "bruxy70/CZ-Public-Transport", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "118a11c", "last_release_tag": "2.9", "last_updated": "2020-10-05T20:28:23Z", "name": "cz_pub_tran", "new": false, "repository_manifest": {"name": "CZ Public Transport", "domains": ["cz_pub_tran", "sensor"], "homeassistant": "0.109.0", "zip_release": true, "filename": "cz_pub_tran.zip", "country": ["CZ"], "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": ["chaps", "crws", "departure-times", "idos", "public-transportation"], "version_installed": null, "last_fetched": 1641587657.066238}, "261970408": {"authors": ["@briis"], "category": "integration", "description": "The weatherbit integration adds support for the weatherbit.io web service as a source for meteorological data for your location.", "domain": "weatherbit", "downloads": 0, "etag_repository": "W/\"9a59d15a75bda00026a4738109abfe591f52ff1f8960f6b4b8c57a8d48fb73ae\"", "full_name": "briis/weatherbit", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "94fad90", "last_release_tag": "v1.0.7", "last_updated": "2022-01-21T08:27:43Z", "name": "weatherbit", "new": false, "repository_manifest": {"name": "Weatherbit Weather Forecast for Home Assistant", "content_in_root": false, "render_readme": true, "domains": ["sensor", "weather"], "iot_class": "Cloud Polling", "homeassistant": "2021.12.0"}, "selected_tag": null, "show_beta": false, "stars": 29, "topics": ["home-assistant", "meteorological-data", "weather-forecast", "weatherbit"], "version_installed": null, "last_fetched": 1642851034.207356}, "210269734": {"authors": [], "category": "integration", "description": "HDHomeRun integration for Home Assistant.", "domain": "hdhomerun", "downloads": 0, "etag_repository": "W/\"be02807b89cdc71d1c42ef67b4c00f8c8005d623a3704f84feaafc67b0d401ee\"", "full_name": "burnnat/ha-hdhomerun", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "773d0ab", "last_release_tag": "v0.0.7", "last_updated": "2021-07-12T21:00:20Z", "name": "hdhomerun", "new": false, "repository_manifest": {"name": "HDHomeRun", "content_in_root": false, "domains": ["sensor"], "iot_class": "Local Polling"}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": [], "version_installed": null}, "207620142": {"authors": ["@caiosweet"], "category": "integration", "description": "Italy Meteo-hydro alert and hydrogeological phenomena Civil Protection (Protezione Civile). In this custom component you can find the vigilance Bulletin and the Bulletin of national hydrogeological and hydraulic criticalities. They allow to check whether in your current location there will be criticalities/warnings related to weather-hydrogeological and hydraulic phenomena. Weather forecasts for civil protection purposes differs from the classic \"weather forecasts\". They highlight potentially harmful situations to people or things. This component was created for personal purposes, in order to be able to monitor the Civil Protection site and check for important updates. I hope it will be useful to you.", "domain": "dpc", "downloads": 0, "etag_repository": "W/\"39f9287464c3cf36f05820a60df59a2b601b9424db433c8c77b5b2fe2e791398\"", "full_name": "caiosweet/Home-Assistant-custom-components-DPC-Alert", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "dbc9195", "last_release_tag": "v2021.12.0", "last_updated": "2021-12-22T12:52:36Z", "name": "dpc", "new": false, "repository_manifest": {"name": "DPC sensor", "domains": ["binary_sensor", "sensor"], "country": ["IT", "VA", "SM"], "zip_release": false, "render_readme": false, "iot_class": ["Cloud Polling"]}, "selected_tag": null, "show_beta": false, "stars": 29, "topics": ["dpc", "hacs", "hassio", "home-assistant", "homeassistant", "protezionecivile", "sensor"], "version_installed": null}, "191563578": {"authors": ["@Ceerbeerus"], "category": "integration", "description": "Gives you information about the latest beer available at Systembolaget in Sweden, also known as \"Tillf\u00e4lligt sortiment\".", "domain": "beerbolaget", "downloads": 0, "etag_repository": "W/\"52331a37c68bb2337148c31c9e5df2f0522acbbff99233b6bc2d39f7dab6a705\"", "full_name": "Ceerbeerus/beerbolaget", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "379f4a7", "last_release_tag": "0.4.11", "last_updated": "2020-05-20T15:25:17Z", "name": "beerbolaget", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": [], "version_installed": null}, "179347477": {"authors": ["@claytonjn"], "category": "integration", "description": "Circadian Lighting custom component for Home Assistant", "domain": "circadian_lighting", "downloads": 0, "etag_repository": "W/\"918167612ec277381f9b138a58ec5feaa3ca2febf0f81e6591985f3cfa0be026\"", "full_name": "claytonjn/hass-circadian_lighting", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f12607c", "last_release_tag": "2.0.6", "last_updated": "2021-12-13T09:15:23Z", "name": "circadian_lighting", "new": false, "repository_manifest": {"name": "Circadian Lighting"}, "selected_tag": null, "show_beta": false, "stars": 447, "topics": ["circadian", "circadian-rhythms", "hacs", "home-assistant", "lighting", "sleep", "wellness"], "version_installed": null, "last_fetched": 1643545554.558611}, "140169152": {"authors": ["@ludeeus"], "category": "integration", "description": "A platform which allows you to get information about sucessfull logins to Home Assistant.", "domain": "authenticated", "downloads": 0, "etag_repository": "W/\"d347b5c470e352e136a57c7ba153983bc00d0df0144bce86f52bdb903cc51da9\"", "full_name": "custom-components/authenticated", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5dd8269", "last_release_tag": "21.9.0", "last_updated": "2021-12-16T15:07:48Z", "name": "authenticated", "new": false, "repository_manifest": {"name": "Authenticated", "zip_release": true, "hide_default_branch": true, "filename": "authenticated.zip", "domain": "authenticated"}, "selected_tag": null, "show_beta": false, "stars": 71, "topics": ["custom-components", "home-assistant", "homeassistant", "security"], "version_installed": null, "last_fetched": 1642004193.935527}, "195594888": {"authors": ["@claudegel"], "category": "integration", "description": "Sinope custom component for Home Assistant to manage Sinop\u00e9 devices directly via the GT125 gateway", "domain": "sinope", "downloads": 0, "etag_repository": "W/\"ec37b1b1e47eb742019910f40f5c40fe8a9a68346a30cf545e7eb66ccb52d77d\"", "full_name": "claudegel/sinope-gt125", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e776a9e", "last_release_tag": "v1.5.4", "last_updated": "2022-01-10T03:28:43Z", "name": "sinope", "new": false, "repository_manifest": {"name": "Sinope GT125", "content_in_root": false, "zip_release": false, "filename": false, "render_readme": true, "domains": ["switch", "climate", "light"], "country": ["CA"], "homeassistant": "0.110.0", "iot_class": "Local Polling"}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": [], "version_installed": null, "last_fetched": 1641895536.489457}, "127689312": {"authors": ["@claudegel"], "category": "integration", "description": "Neviweb Custom Component for Home Assistant to manage devices connected via GT125", "domain": "neviweb", "downloads": 0, "etag_repository": "W/\"d563e840cd37708c52dcd88f122ecc1c98891d78fa4d7e9e0d663f2ecde40792\"", "full_name": "claudegel/sinope-1", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c116365", "last_release_tag": "v1.7.7", "last_updated": "2022-01-17T17:41:11Z", "name": "neviweb", "new": false, "repository_manifest": {"name": "Sinope Neviweb", "content_in_root": false, "zip_release": false, "filename": false, "render_readme": true, "domains": ["climate", "light", "switch"], "country": ["CA"], "homeassistant": "0.110.0", "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 15, "topics": [], "version_installed": null, "last_fetched": 1642851038.856657}, "139892990": {"authors": ["@ludeeus"], "category": "integration", "description": "\ud83c\udf7b Display information about random beers from Brewdog as a sensor in Home Assistant, you can use this in a push notification next time you visit a bar.", "domain": "brewdog", "downloads": 0, "etag_repository": "W/\"63b1740330e0d4a1e8691c043524af3441365f59e542190c075a665a197b5213\"", "full_name": "custom-components/brewdog", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "0b938d4", "last_release_tag": null, "last_updated": "2019-07-23T07:41:23Z", "name": "brewdog", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": ["api", "brewdog", "custom-components", "home-assistant", "homeassistant", "integration", "punkapi"], "version_installed": null}, "143741845": {"authors": ["@ludeeus"], "category": "integration", "description": "A camera platform that give you a combined feed of your defined camera entities.", "domain": "combined", "downloads": 1006, "etag_repository": "W/\"ab61063ce8ff31b51d3499228ae93c2c3e2149f06abaf3ba41262c9ff6901cfa\"", "full_name": "custom-components/combined", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "65517f3", "last_release_tag": "0.2.1", "last_updated": "2021-06-01T22:18:30Z", "name": "combined", "new": false, "repository_manifest": {"name": "Combined camera", "zip_release": true, "filename": "combined.zip", "homeassistant": "2021.5.0", "hide_default_branch": true, "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 20, "topics": [], "version_installed": null, "last_fetched": 1643571225.42246}, "139664351": {"authors": ["@keatontaylor", "@alandtse"], "category": "integration", "description": "This is a custom component to allow control of Amazon Alexa devices in Home Assistant using the unofficial Alexa API.", "domain": "alexa_media", "downloads": 19785, "etag_repository": "W/\"4fcf517553113b1a4180f35864e7fb429fac646d007395359c36b0dd67ea0f8a\"", "full_name": "custom-components/alexa_media_player", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "45406d2", "last_release_tag": "v3.10.15", "last_updated": "2021-12-03T23:29:11Z", "name": "alexa_media", "new": false, "repository_manifest": {"name": "Alexa Media Player", "content_in_root": false, "domains": ["media_player", "switch", "alarm_control_panel", "sensor"], "iot_class": "cloud_poll", "zip_release": true, "filename": "alexa_media.zip", "homeassistant": "2021.12.0b0"}, "selected_tag": null, "show_beta": false, "stars": 796, "topics": ["alexa", "hacktoberfest", "home-assistant"], "version_installed": null, "last_fetched": 1643571225.205418}, "172800356": {"authors": ["@ludeeus"], "category": "integration", "description": "Run the CLI config_check from a service call.", "domain": "config_check", "downloads": 0, "etag_repository": "W/\"3c2e2b14b0d2366155eb18165f3a6284070276e01a72e91f85aa7fbef482b204\"", "full_name": "custom-components/config_check", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5766ee7", "last_release_tag": null, "last_updated": "2021-06-01T22:26:12Z", "name": "config_check", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["check", "config", "custom-components", "customcomponents", "home-assistant", "homeassistant"], "version_installed": null}, "224560492": {"authors": ["@claudegel"], "category": "integration", "description": "Neviweb custom component for Home Assistant to manage devices connected via a GT130 and wifi devices from Sinop\u00e9", "domain": "neviweb130", "downloads": 0, "etag_repository": "W/\"4df8fc91272a4ca23bf152e8bcfc66813d6eb84cc9fd8e976684b8efa0d1579f\"", "full_name": "claudegel/sinope-130", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "66e86e5", "last_release_tag": "v0.9.5", "last_updated": "2022-01-22T01:03:41Z", "name": "neviweb130", "new": false, "repository_manifest": {"name": "Sinope Neviweb130", "content_in_root": false, "zip_release": false, "filename": false, "render_readme": true, "domains": ["sensor", "switch", "climate", "light"], "country": ["CA"], "homeassistant": "0.110.0", "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 13, "topics": [], "version_installed": null, "last_fetched": 1642851042.858034}, "146510412": {"authors": ["@gerard33"], "category": "integration", "description": "E-Thermostaat (ICY) component for Home Assistant", "domain": "e_thermostaat", "downloads": 0, "etag_repository": "W/\"37201ebd6e716fdf94724d7006073411e28394d36b21b7fd610917b83c310eba\"", "full_name": "custom-components/climate.e_thermostaat", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6bbefe1", "last_release_tag": "0.4.3", "last_updated": "2021-08-20T20:59:54Z", "name": "e_thermostaat", "new": false, "repository_manifest": {"name": "ICY E-thermostaat", "zip_release": true, "filename": "combined.zip", "hide_default_branch": true, "domains": ["climate"], "iot_class": "Cloud Polling", "homeassistant": "0.96.0"}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": ["e-thermostaat", "home-assistant", "icy"], "version_installed": null}, "173563704": {"authors": [], "category": "integration", "description": "Programmable thermostat that let you have a smart thermostat on budget.", "domain": "programmable_thermostat", "downloads": 0, "etag_repository": "W/\"d71e77f268f52a569ff1b4c95708702835e41437a74d0de5fdfe117445eab058\"", "full_name": "custom-components/climate.programmable_thermostat", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5d3aa00", "last_release_tag": "8.1", "last_updated": "2021-06-20T12:34:18Z", "name": "programmable_thermostat", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 85, "topics": [], "version_installed": null, "last_fetched": 1641895541.009586}, "209854868": {"authors": [], "category": "integration", "description": "The fedex platform allows one to track deliveries by FedEx", "domain": "fedex", "downloads": 0, "etag_repository": "W/\"bd71c190b1b7713f3803e49be515b20e04f3912c0e42f2994a2d5d02416c6e62\"", "full_name": "custom-components/fedex", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4b1ae50", "last_release_tag": null, "last_updated": "2020-01-18T17:31:45Z", "name": "fedex", "new": false, "repository_manifest": {"name": "FedEx", "country": ["US"]}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": [], "version_installed": null}, "145180996": {"authors": ["@iantrich"], "category": "integration", "description": "\ud83d\udcf0 RSS Feed Integration", "domain": "feedparser", "downloads": 0, "etag_repository": "W/\"cf79161e62dcfef18cdf00f77a31b2eace785fb165dc9e7ad9396e30bdd370db\"", "full_name": "custom-components/feedparser", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1c099b7", "last_release_tag": "0.1.8", "last_updated": "2022-01-26T02:39:51Z", "name": "feedparser", "new": false, "repository_manifest": {"name": "Feedparser", "homeassistant": "2021.4.0", "domains": ["sensor"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 64, "topics": [], "version_installed": null, "last_fetched": 1643571225.573923}, "201963665": {"authors": ["@ludeeus"], "category": "integration", "description": "Update and display the status of your healthchecks.io checks.", "domain": "healthchecksio", "downloads": 0, "etag_repository": "W/\"1e5b6d82afe12c08b053d788a22d58fb74510a204dc5a55f008c5fe0b64c9755\"", "full_name": "custom-components/healthchecksio", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4cc8cd6", "last_release_tag": "21.11.1", "last_updated": "2021-11-24T18:07:33Z", "name": "healthchecksio", "new": false, "repository_manifest": {"name": "Healthchecks.io", "zip_release": true, "hide_default_branch": true, "filename": "healthchecksio.zip", "domain": "healthchecksio"}, "selected_tag": null, "show_beta": false, "stars": 27, "topics": ["api-client", "healthchecksio", "monitor"], "version_installed": null, "last_fetched": 1642520499.23145}, "131915802": {"authors": ["@tenly2000", "@iantrich"], "category": "integration", "description": "Component to integrate with OpenStreetMap Reverse Geocode (PLACE)", "domain": "places", "downloads": 0, "etag_repository": "W/\"0783c7e20597f51497bcb18ecfbbe4fdc56329b19cfb601e1db5cb23d77308e7\"", "full_name": "custom-components/places", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f1314a0", "last_release_tag": "1.11", "last_updated": "2021-12-28T19:18:53Z", "name": "places", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 46, "topics": [], "version_installed": null, "last_fetched": 1643571225.426317}, "201805130": {"authors": ["@hellowlol"], "category": "integration", "description": "nordpool sensor for ha.", "domain": "nordpool", "downloads": 0, "etag_repository": "W/\"3f6a6c336d4e4e2de81ec4a6b70f218c0e42ba509e5cd8f849aaa14f44dda2b0\"", "full_name": "custom-components/nordpool", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7d3a8ca", "last_release_tag": "0.0.4", "last_updated": "2022-01-15T00:22:39Z", "name": "nordpool", "new": false, "repository_manifest": {"name": "nordpool", "render_readme": true, "iot_class": "Cloud Push"}, "selected_tag": null, "show_beta": false, "stars": 86, "topics": ["custom-component", "homeassistant", "nordpool", "sensor"], "version_installed": null, "last_fetched": 1643571225.748112}, "176018567": {"authors": ["@iantrich"], "category": "integration", "description": "\ud83c\udfa7 gPodder Integration for Podcast Feed Monitoring", "domain": "gpodder", "downloads": 0, "etag_repository": "W/\"f47ae1f6858be581a2e19798846049c290bfb8a3a5433ca7958a73482a2aa84e\"", "full_name": "custom-components/gpodder", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d9288c8", "last_release_tag": "2.0.1", "last_updated": "2021-06-05T21:16:30Z", "name": "gpodder", "new": false, "repository_manifest": {"name": "gPodder", "render_readme": true, "zip_release": true, "hide_default_branch": true, "hacs": "0.19.0", "filename": "gpodder.zip"}, "selected_tag": null, "show_beta": false, "stars": 12, "topics": [], "version_installed": null}, "184404372": {"authors": ["@SebRut"], "category": "integration", "description": null, "domain": "qbo", "downloads": 0, "etag_repository": "W/\"25326cafd527a5b1a4c182637275b3f8f1ef1175f346aa104401ed963888eb1e\"", "full_name": "custom-components/qbo", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d808297", "last_release_tag": null, "last_updated": "2019-05-26T13:38:57Z", "name": "qbo", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 0, "topics": [], "version_installed": null}, "209855108": {"authors": [], "category": "integration", "description": "The linksys_ap platform offers presence detection by looking at connected devices to a Linksys based access point.", "domain": "linksys_ap", "downloads": 0, "etag_repository": "W/\"97b25b23c86ec22a60c44348f803fe89bcc597e68d81bd188c788720c323c272\"", "full_name": "custom-components/linksys_ap", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e0b4431", "last_release_tag": null, "last_updated": "2019-09-20T18:28:36Z", "name": "linksys_ap", "new": false, "repository_manifest": {"name": "linksys_ap"}, "selected_tag": null, "show_beta": false, "stars": 0, "topics": [], "version_installed": null}, "178101579": {"authors": ["@MartyTremblay"], "category": "integration", "description": "hassio support for Airthings Wave BLE environmental radon sensor.", "domain": "airthings_wave", "downloads": 0, "etag_repository": "W/\"29528f9e6e0009154e67ba3734fe4dee8938c078439b0882548f43bb87ba1f00\"", "full_name": "custom-components/sensor.airthings_wave", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "0d5abd7", "last_release_tag": "v3.0.5", "last_updated": "2021-12-13T20:10:43Z", "name": "airthings_wave", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 82, "topics": ["airthings-wave", "bluetooth-low-energy", "btle", "environmental", "home-assistant-custom", "home-assistant-sensor", "radon"], "version_installed": null, "last_fetched": 1643571226.059398}, "283847957": {"authors": ["@craigbarratt"], "category": "integration", "description": "Pyscript adds rich Python scripting to HASS", "domain": "pyscript", "downloads": 6419, "etag_repository": "W/\"9b5afef06dbaf8523d1a683500b0ef8a05eec1077b869337698880be3d0144d7\"", "full_name": "custom-components/pyscript", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f4f32f4", "last_release_tag": "1.3.2", "last_updated": "2021-11-11T18:52:13Z", "name": "pyscript", "new": false, "repository_manifest": {"name": "pyscript", "content_in_root": false, "domains": ["automation", "script", "timer"], "zip_release": true, "filename": "hass-custom-pyscript.zip"}, "selected_tag": null, "show_beta": false, "stars": 343, "topics": ["custom-component", "custom-components", "hacs", "home-assistant", "homeassistant", "integration", "jupyter"], "version_installed": null, "last_fetched": 1643571225.813743}, "182915754": {"authors": ["@SebRut", "@isabellaalstrom"], "category": "integration", "description": "Custom Grocy integration for Home Assistant", "domain": "grocy", "downloads": 0, "etag_repository": "W/\"e6f449cb1d799a6cfd1dc5f777f81ef1ed160f851d08b29ec6bae938a70f0681\"", "full_name": "custom-components/grocy", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d0e530b", "last_release_tag": "v4.1.0", "last_updated": "2022-01-26T08:01:50Z", "name": "grocy", "new": false, "repository_manifest": {"name": "Grocy custom component", "domains": ["sensor", "binary_sensor"], "render_readme": true, "zip_release": true, "hide_default_branch": true, "iot_class": "Cloud Polling", "homeassistant": "0.109.0", "filename": "grocy.zip"}, "selected_tag": null, "show_beta": false, "stars": 60, "topics": ["grocy", "hacktoberfest"], "version_installed": null, "last_fetched": 1643545554.581631}, "173564471": {"authors": [], "category": "integration", "description": "Improved file sensor component that let you read the whole last line content.", "domain": "file_restore", "downloads": 0, "etag_repository": "W/\"9716d3ccee28a0d4aed787ba848dba9d08c948455785ff4e73beed79505c0d36\"", "full_name": "custom-components/sensor.file_restore", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "240a6b4", "last_release_tag": "4.1", "last_updated": "2021-03-20T08:09:50Z", "name": "file_restore", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 10, "topics": [], "version_installed": null}, "174809046": {"authors": ["@claha"], "category": "integration", "description": "Custom component to get stock data from Avanza for Home Assistant", "domain": "avanza_stock", "downloads": 0, "etag_repository": "W/\"325921a7eaf07c5053bade7c8ac3e3525bdca1444ff37c2bdb387b66ff5c6d52\"", "full_name": "custom-components/sensor.avanza_stock", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b3e85d3", "last_release_tag": "v1.0.9", "last_updated": "2022-01-04T22:13:08Z", "name": "avanza_stock", "new": false, "repository_manifest": {"name": "Avanza Stock", "domains": ["sensor"], "iot_class": "cloud_poll", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 27, "topics": ["funds", "hacs", "home-assistant", "homeassistant", "python", "stock"], "version_installed": null, "last_fetched": 1641470175.714684}, "207110572": {"authors": ["@hellowlol"], "category": "integration", "description": "Simple sensor for avfallsor", "domain": "avfallsor", "downloads": 0, "etag_repository": "W/\"46818f841e8e005db476212e5e417942aa91fbee160097e90d8480b41d036f7d\"", "full_name": "custom-components/sensor.avfallsor", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b5cbe25", "last_release_tag": "0.0.2", "last_updated": "2021-06-06T20:33:45Z", "name": "avfallsor", "new": false, "repository_manifest": {"name": "Avfallsor", "content_in_root": false, "country": ["NOR"], "domains": ["sensors"], "iot_class": "cloud_poll", "homeassistant": "0.96.0", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": [], "version_installed": null}, "145777833": {"authors": ["@iantrich"], "category": "integration", "description": "\ud83d\udcb5 Personal Capital Integration for Bank Account Monitoring", "domain": "personalcapital", "downloads": 0, "etag_repository": "W/\"a14bc3cc7cf0584e0c9cacc9451f2a3891a952dee19a6d3cc2a447995ec87d11\"", "full_name": "custom-components/sensor.personalcapital", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5aff625", "last_release_tag": "0.1.2", "last_updated": "2021-06-05T21:15:20Z", "name": "personalcapital", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 12, "topics": [], "version_installed": null, "last_fetched": 1641895547.723645}, "151550084": {"authors": ["@glpatcern"], "category": "integration", "description": "A set of sensors to integrate the OWL Intuition devices network", "domain": "owlintuition", "downloads": 0, "etag_repository": "W/\"3a7dcaaa2ad960899ba6d14419f34b537fdf3f6a988e3bb929b43d38678170cc\"", "full_name": "custom-components/sensor.owlintuition", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9fb88a8", "last_release_tag": null, "last_updated": "2021-09-20T19:30:35Z", "name": "owlintuition", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": [], "version_installed": null, "last_fetched": 1643571226.12164}, "155499113": {"authors": ["@maykar"], "category": "integration", "description": "\u25b6\ufe0f Plex component to feed Upcoming Media Card.", "domain": "plex_recently_added", "downloads": 0, "etag_repository": "W/\"0496a964811a12d5c32026bca986242100fe6167ff46f8621f4904327f5a1a5e\"", "full_name": "custom-components/sensor.plex_recently_added", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "83d0be9", "last_release_tag": "0.3.8", "last_updated": "2022-01-14T18:53:47Z", "name": "plex_recently_added", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 56, "topics": [], "version_installed": null, "last_fetched": 1643571226.50354}, "195438291": {"authors": ["@boralyl"], "category": "integration", "description": "A sensor that monitors a Nintendo Switch wish list for when games are on sale.", "domain": "nintendo_wishlist", "downloads": 0, "etag_repository": "W/\"577019b6adaeb0fd14d5a286d3948f99e8f6ca9d07ca0b809001bed9c5ad5953\"", "full_name": "custom-components/sensor.nintendo_wishlist", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "892c68d", "last_release_tag": "v3.1.7", "last_updated": "2022-01-12T03:49:48Z", "name": "nintendo_wishlist", "new": false, "repository_manifest": {"domains": ["binary_sensor", "sensor"], "iot_class": "Cloud Polling", "name": "Nintendo Wishlist", "render_readme": true, "homeassistant": "0.118.5"}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": ["homeassistant", "nintendo-switch"], "version_installed": null, "last_fetched": 1642430535.636956}, "146929882": {"authors": ["@maykar"], "category": "integration", "description": "\ud83c\udfac Radarr component to feed Upcoming Media Card.", "domain": "radarr_upcoming_media", "downloads": 0, "etag_repository": "W/\"c54ae2c382f7cb2c4b15fecb6ced5ae36985df099d1fef6112d018421f765ec8\"", "full_name": "custom-components/sensor.radarr_upcoming_media", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e770c1d", "last_release_tag": "0.3.6", "last_updated": "2021-12-14T15:54:46Z", "name": "radarr_upcoming_media", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 36, "topics": [], "version_installed": null, "last_fetched": 1641895551.821176}, "154845921": {"authors": ["@jchasey"], "category": "integration", "description": "SSH Generic Sensor", "domain": "ssh", "downloads": 0, "etag_repository": "W/\"48294612281583567e30283cd6516565a65ec45dae6a6a4bccfebfa05a61d084\"", "full_name": "custom-components/sensor.ssh", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6eb1bce", "last_release_tag": "1.15", "last_updated": "2021-12-04T08:45:38Z", "name": "ssh", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 30, "topics": [], "version_installed": null, "last_fetched": 1642184208.723442}, "151580533": {"authors": ["@jchasey"], "category": "integration", "description": "High level health status of UniFi Security Gateway devices via UniFi Controller", "domain": "unifigateway", "downloads": 0, "etag_repository": "W/\"abd72cd713afa18656a18064407091c886fa409988ffa58c1fbff5020b91e117\"", "full_name": "custom-components/sensor.unifigateway", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b6bb00c", "last_release_tag": "0.3.3", "last_updated": "2021-04-19T12:12:56Z", "name": "unifigateway", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 106, "topics": [], "version_installed": null, "last_fetched": 1643571226.682342}, "146792954": {"authors": ["@maykar"], "category": "integration", "description": "\ud83d\udcfa Sonarr component to feed Upcoming Media Card.", "domain": "sonarr_upcoming_media", "downloads": 0, "etag_repository": "W/\"bdee39129123cb553c77f39db5263dd8b9b4f0112ee8defdc73706bca8055b7e\"", "full_name": "custom-components/sensor.sonarr_upcoming_media", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f2de40e", "last_release_tag": "0.2.7", "last_updated": "2021-12-14T20:12:03Z", "name": "sonarr_upcoming_media", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 34, "topics": [], "version_installed": null, "last_fetched": 1642004209.993326}, "199888538": {"authors": ["@vigonotion"], "category": "integration", "description": "Stadtreinigung Hamburg - get garbage collection dates in Hamburg - custom component for Home Assistant", "domain": "stadtreinigung_hamburg", "downloads": 0, "etag_repository": "W/\"8b2895ab519253a6715ee787fd6829416bf29bc31962dbb7f9f5cdff43375e88\"", "full_name": "custom-components/sensor.stadtreinigung_hamburg", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7f4bf0c", "last_release_tag": "v1.1.0", "last_updated": "2022-01-10T09:06:01Z", "name": "stadtreinigung_hamburg", "new": false, "repository_manifest": {"name": "Stadtreinigung Hamburg", "domains": ["sensor"], "country": ["DE"], "homeassistant": "0.109.0", "zip_release": true, "filename": "stadtreinigung_hamburg.zip"}, "selected_tag": null, "show_beta": false, "stars": 16, "topics": [], "version_installed": null, "last_fetched": 1641895553.207768}, "140146868": {"authors": ["@iantrich", "@swetoast"], "category": "integration", "description": "\ud83c\udf7b Untappd Integration", "domain": "untappd", "downloads": 0, "etag_repository": "W/\"d235ce2ddacfcaacf18702b31e90ef9bcfd3ee29f15ba37a2b4e01836d457bd9\"", "full_name": "custom-components/sensor.untappd", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6861cde", "last_release_tag": "v0.1.8", "last_updated": "2022-01-01T08:31:44Z", "name": "untappd", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 33, "topics": ["automations", "badges", "beer", "homeassistant", "homeassistant-components", "untappd", "untappd-api"], "version_installed": null, "last_fetched": 1641057947.363646}, "173173413": {"authors": [], "category": "integration", "description": "A platform which give you the time it will take to drive.", "domain": "yandex_maps", "downloads": 0, "etag_repository": "W/\"645c7e056e56ad5272477d6718e025d09d7844d0cbe6d4ea584d3115a1fb7976\"", "full_name": "custom-components/sensor.yandex_maps", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "bdd76a8", "last_release_tag": null, "last_updated": "2021-12-29T13:12:26Z", "name": "yandex_maps", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 21, "topics": [], "version_installed": null, "last_fetched": 1643571226.518842}, "146379582": {"authors": ["@iantrich", "@engrbm"], "category": "integration", "description": "\ud83d\udcfa Trakt Integration for Upcoming Media Card", "domain": "trakt", "downloads": 0, "etag_repository": "W/\"089c55e1d23f56e3474f3b64bc16cc103bb81e4af3b09ea0ba3394baa1794938\"", "full_name": "custom-components/sensor.trakt", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "0688eae", "last_release_tag": "2.0.3", "last_updated": "2022-01-06T03:06:43Z", "name": "trakt", "new": false, "repository_manifest": {"name": "Trakt", "domains": ["sensor"], "homeassistant": "0.99.0", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 43, "topics": [], "version_installed": null, "last_fetched": 1642184210.767507}, "209855274": {"authors": [], "category": "integration", "description": "The srp_energy integration shows information from Srp hourly energy usage report for their customers", "domain": "srp_energy", "downloads": 0, "etag_repository": "W/\"a5bc02ffe772dbb7265185d5433d66486a64b9d74cdf4175b261ce82dc66264f\"", "full_name": "custom-components/srp_energy", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "34afa6b", "last_release_tag": null, "last_updated": "2020-12-16T23:22:01Z", "name": "srp_energy", "new": false, "repository_manifest": {"name": "SRP Energy Sensor", "country": ["US"]}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": [], "version_installed": null}, "143647651": {"authors": ["@ludeeus"], "category": "integration", "description": "A camera platform that give you random images from Unsplash presented as a camera feed.", "domain": "unsplash", "downloads": 0, "etag_repository": "W/\"8a953c0129e0e0d66b15ef2dccb4cb20ef5c581efd25c65bd573ae9f6ddaf9fa\"", "full_name": "custom-components/unsplash", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9a7f438", "last_release_tag": "0.6.1", "last_updated": "2021-06-05T13:48:42Z", "name": "unsplash", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 12, "topics": ["camera", "home-assistant", "integration", "unsplash", "unsplash-api"], "version_installed": null}, "171854441": {"authors": ["@ludeeus"], "category": "integration", "description": "A platform which give you info about the newest video on a channel", "domain": "youtube", "downloads": 0, "etag_repository": "W/\"cc0a9d2692a668f69d6c16a12c8bbcf869398b669a6c28e81e6e0ff1dd9bdcd4\"", "full_name": "custom-components/youtube", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7084c59", "last_release_tag": "0.9.0", "last_updated": "2021-12-17T19:21:33Z", "name": "youtube", "new": false, "repository_manifest": {"name": "youtube", "zip_release": true, "filename": "youtube.zip", "iot_class": "Cloud Poll", "homeassistant": "2021.4.0"}, "selected_tag": null, "show_beta": false, "stars": 20, "topics": ["custom-components", "customcomponents", "home-assistant", "homeassistant", "python", "youtube"], "version_installed": null, "last_fetched": 1642851059.290393}, "199736646": {"authors": ["@ludeeus"], "category": "integration", "description": "Add template sensors from the UI.", "domain": "templatesensor", "downloads": 0, "etag_repository": "W/\"1f1f1273e97e61cae2771d96b1d6cc7ad143d5e070a5c169b899826aad76ed80\"", "full_name": "custom-components/templatesensor", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2642a64", "last_release_tag": "0.1.3", "last_updated": "2021-07-08T12:00:30Z", "name": "templatesensor", "new": false, "repository_manifest": {"name": "UI Template sensor configuration", "domains": ["sensor"], "homeassistant": "0.109.0"}, "selected_tag": null, "show_beta": false, "stars": 19, "topics": ["custom", "homeassistant", "integration", "sensor", "template"], "version_installed": null, "last_fetched": 1642373301.249376}, "209855510": {"authors": [], "category": "integration", "description": "The sytadin sensor platform allows you to monitor traffic details from Sytadin", "domain": "sytadin", "downloads": 0, "etag_repository": "W/\"e350d94702ce10fe4acc0359969c2d99d719a4fe057775f6993380fd4ddd51ea\"", "full_name": "custom-components/sytadin", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "8fe6108", "last_release_tag": null, "last_updated": "2021-11-18T01:03:59Z", "name": "sytadin", "new": false, "repository_manifest": {"name": "Sytadin", "country": ["FR"]}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": [], "version_installed": null}, "209855666": {"authors": [], "category": "integration", "description": "The ups platform allows one to track deliveries by the UPS", "domain": "ups", "downloads": 0, "etag_repository": "W/\"ff59217bb6e9f15bc6089c24d54d3ec4c08463c3df4df1fed43d20e07ac3e590\"", "full_name": "custom-components/ups", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f80b683", "last_release_tag": null, "last_updated": "2021-05-19T10:28:06Z", "name": "ups", "new": false, "repository_manifest": {"name": "UPS", "country": ["US"]}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": [], "version_installed": null}, "139894340": {"authors": ["@ludeeus", "@jlverhagen"], "category": "integration", "description": "A sensor that gives you weather alerts from alerts.weather.gov.", "domain": "weatheralerts", "downloads": 0, "etag_repository": "W/\"f65d9f3324e7ef1020aabb2a2bce5f92398025ac930a2885eb8affd69129dbe7\"", "full_name": "custom-components/weatheralerts", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5c0e6e8", "last_release_tag": "v0.1.4", "last_updated": "2021-09-03T23:14:59Z", "name": "weatheralerts", "new": false, "repository_manifest": {"name": "Weatheralerts", "render_readme": true, "country": ["US"]}, "selected_tag": null, "show_beta": false, "stars": 51, "topics": ["custom-components", "home-assistant", "homeassistant", "weatheralerts"], "version_installed": null, "last_fetched": 1642851060.346082}, "139894509": {"authors": ["@ludeeus"], "category": "integration", "description": "A sensor that give you information about next departure from spesified stop.", "domain": "wienerlinien", "downloads": 0, "etag_repository": "W/\"3ef494fefd0774007e7d45a0148b10a90516d4cda56f60091671acfa039b64d8\"", "full_name": "custom-components/wienerlinien", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "11c9b0f", "last_release_tag": null, "last_updated": "2021-09-10T16:29:27Z", "name": "wienerlinien", "new": false, "repository_manifest": {"name": "wienerlinien", "render_readme": true, "hacs": "0.19.0"}, "selected_tag": null, "show_beta": false, "stars": 18, "topics": ["custom-components", "home-assistant", "homeassistant", "wiener-linien"], "version_installed": null}, "180651910": {"authors": ["hellowlol"], "category": "integration", "description": "zaptec charger custom component for home assistant", "domain": "zaptec", "downloads": 0, "etag_repository": "W/\"55f84110c1942713d559ede678c1e2a0641320f21da6c21c72ede5d0cafce1d9\"", "full_name": "custom-components/zaptec", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c2bad10", "last_release_tag": "0.0.3", "last_updated": "2022-01-12T09:07:24Z", "name": "zaptec", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 7, "topics": ["api", "custom-component", "homeassistant", "zaptec"], "version_installed": null, "last_fetched": 1642851060.84497}, "228604799": {"authors": ["@cyberjunky"], "category": "integration", "description": "This component tracks devices using the arp-scan liinux command, it's very fast, and reasonably accurate.", "domain": "arpscan_tracker", "downloads": 0, "etag_repository": "W/\"b04c1d3f278556b8a60d7c2edeb8c4cbcb3f73a75e53e4a8073b64362fbe4af7\"", "full_name": "cyberjunky/home-assistant-arpscan_tracker", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2bae936", "last_release_tag": "1.0.6", "last_updated": "2021-02-21T17:03:43Z", "name": "arpscan_tracker", "new": false, "repository_manifest": {"name": "Arpscan Device Tracker", "country": ["NL"], "render_readme": false, "domains": ["device_tracker"]}, "selected_tag": null, "show_beta": false, "stars": 14, "topics": ["custom-component", "hacs", "home-assistant", "homeassistant", "python"], "version_installed": null}, "228649088": {"authors": ["@cyberjunky"], "category": "integration", "description": ":fire_engine: This component tracks P2000 emergency events in The Netherlands.", "domain": "p2000", "downloads": 0, "etag_repository": "W/\"1b92f72fe5020a190a6088dabf196c83380acc95a557288ec368b6679f8a6ef5\"", "full_name": "cyberjunky/home-assistant-p2000", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "ef82004", "last_release_tag": "1.0.22", "last_updated": "2022-01-03T08:22:55Z", "name": "p2000", "new": false, "repository_manifest": {"name": "P2000 Sensor", "country": ["NL"], "render_readme": false, "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 36, "topics": ["custom-component", "emergency", "hacs", "home-assistant", "homeassistant", "p2000", "python"], "version_installed": null, "last_fetched": 1643571227.307516}, "228618998": {"authors": ["@cyberjunky"], "category": "integration", "description": ":electric_plug: This component can read values from and control Plugwise circles and plugs.", "domain": "plugwise", "downloads": 0, "etag_repository": "W/\"680d99964c3533ae6aa8de3976e9975049add5e75ceeaf05dd4e84101233e42b\"", "full_name": "cyberjunky/home-assistant-plugwise", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "8b55d62", "last_release_tag": "1.0.4", "last_updated": "2020-07-08T06:34:47Z", "name": "plugwise", "new": false, "repository_manifest": {"name": "Plugwise", "country": ["NL"], "render_readme": false, "domains": ["switch", "sensor"]}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["custom-component", "hacs", "home-assistant", "homeassistant", "plugwise", "power", "python"], "version_installed": null}, "228627470": {"authors": ["@cyberjunky"], "category": "integration", "description": ":recycle: :wastebasket: This component fetches garbage pickup dates for parts of The Netherlands using HVC Groep's REST API.", "domain": "hvcgroep", "downloads": 0, "etag_repository": "W/\"b10f229b40f0d84ca6513b3c5da8b6b009980757540f1bf9d4667a6bf3778c3a\"", "full_name": "cyberjunky/home-assistant-hvcgroep", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e0b7f47", "last_release_tag": "1.0.7", "last_updated": "2021-12-18T16:53:31Z", "name": "hvcgroep", "new": false, "repository_manifest": {"name": "HVCGroep", "country": ["NL"], "render_readme": false, "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": ["custom-component", "hacs", "home-assistant", "homeassistant", "python"], "version_installed": null, "last_fetched": 1643571227.256434}, "228662926": {"authors": ["@cyberjunky"], "category": "integration", "description": "This component provides a climate device for rooted Toon thermostats.", "domain": "toon_climate", "downloads": 0, "etag_repository": "W/\"eda7d4ba69610e52825f839f47579dfead222ea63697fd6db2f51b6c93275b20\"", "full_name": "cyberjunky/home-assistant-toon_climate", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "df7e7d7", "last_release_tag": "1.0.12", "last_updated": "2021-12-18T11:49:03Z", "name": "toon_climate", "new": false, "repository_manifest": {"name": "Toon Climate", "country": ["NL"], "render_readme": false, "domains": ["climate"]}, "selected_tag": null, "show_beta": false, "stars": 21, "topics": [], "version_installed": null}, "228685436": {"authors": ["@cyberjunky"], "category": "integration", "description": "This component reads and displays the boiler status values from a rooted Toon thermostat.", "domain": "toon_boilerstatus", "downloads": 0, "etag_repository": "W/\"9928e5fa5bfd7bfb7eb14e66f81bacd63b6a94e8fe8d7dc4b726d8b15bd92731\"", "full_name": "cyberjunky/home-assistant-toon_boilerstatus", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "aef155c", "last_release_tag": "1.0.11", "last_updated": "2021-12-24T18:48:36Z", "name": "toon_boilerstatus", "new": false, "repository_manifest": {"name": "Toon Boiler Status", "render_readme": false, "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 7, "topics": ["custom-component", "cv", "hacs", "home-assistant", "homeassistant", "opentherm", "python", "toon"], "version_installed": null, "last_fetched": 1641895563.782635}, "228678807": {"authors": ["@cyberjunky"], "category": "integration", "description": "This component reads and displays sensor values from the meteradapter connected to a rooted Toon thermostat.", "domain": "toon_smartmeter", "downloads": 0, "etag_repository": "W/\"783c503287d323a8d367a5376ccded03c815b20cb5ac60b1dbaa482d2d3f5627\"", "full_name": "cyberjunky/home-assistant-toon_smartmeter", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d3a646b", "last_release_tag": "1.0.20", "last_updated": "2021-12-29T12:12:09Z", "name": "toon_smartmeter", "new": false, "repository_manifest": {"name": "Toon Smart Meter", "country": ["NL"], "render_readme": false, "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 11, "topics": ["custom-component", "hacs", "home-assistant", "homeassistant", "python"], "version_installed": null, "last_fetched": 1641057957.227539}, "228690854": {"authors": ["@cyberjunky"], "category": "integration", "description": "This components reads statistics from a The Things Network Gateway.", "domain": "ttn_gateway", "downloads": 0, "etag_repository": "W/\"ecf9fda4a133f4e12dd455a0e95d9f75f6945748eab2678835fbff247ae60e12\"", "full_name": "cyberjunky/home-assistant-ttn_gateway", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "0d805b8", "last_release_tag": "1.0.7", "last_updated": "2021-12-18T16:52:03Z", "name": "ttn_gateway", "new": false, "repository_manifest": {"name": "TTN Gateway Sensor", "country": ["NL"], "render_readme": false, "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": [], "version_installed": null}, "258796304": {"authors": ["@cyr-ius"], "category": "integration", "description": "Service to set motion's sensors and change scan intervall for remotes and motions", "domain": "hueserviceadvanced", "downloads": 0, "etag_repository": "W/\"114ee483a4d914bdf8037ccffc19363dba8f219d898c67ce232f54d8d740af6b\"", "full_name": "Cyr-ius/hass-hue-service-advanced", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c60d1d8", "last_release_tag": "1.3.5", "last_updated": "2021-06-06T00:45:33Z", "name": "hueserviceadvanced", "new": false, "repository_manifest": {"name": "Hue Service Advanced", "country": ["FR"], "domains": ["sensor"], "homeassistant": "0.109"}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": [], "version_installed": null}, "220661494": {"authors": ["@cyr-ius"], "category": "integration", "description": "Livebox Component for Home assistant", "domain": "livebox", "downloads": 0, "etag_repository": "W/\"94b13e49cd698762a304f56faaa7cb347bf7374253374877a5ba0b197afdcdc2\"", "full_name": "Cyr-ius/hass-livebox-component", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "833e1c9", "last_release_tag": "1.7.1", "last_updated": "2021-12-30T07:04:27Z", "name": "livebox", "new": false, "repository_manifest": {"name": "Orange Livebox routeur", "country": ["FR"], "domains": ["device_tracker", "sensor", "binary_sensor", "switch"], "homeassistant": "0.109"}, "selected_tag": null, "show_beta": false, "stars": 21, "topics": ["hacs", "home-assistant", "homeassistant", "homeassistant-components"], "version_installed": null, "last_fetched": 1641057958.703449}, "297379398": {"authors": ["@danielhiversen"], "category": "integration", "description": "Custom component for Tractive", "domain": "tractive", "downloads": 0, "etag_repository": "W/\"eece8de20df2efdd4a54865224c73085f5b58ac446fc2c2775ed847bf3789360\"", "full_name": "Danielhiversen/home_assistant_tractive", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1c85a48", "last_release_tag": "0.3.1", "last_updated": "2021-12-20T09:30:02Z", "name": "tractive", "new": false, "repository_manifest": {"name": "Tractive", "domains": ["device_tracker"], "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 30, "topics": ["hacs", "home-assistant", "home-assistant-custom", "tractive"], "version_installed": null}, "293843053": {"authors": ["@danielhiversen"], "category": "integration", "description": "Integration for Adax heaters", "domain": "adax", "downloads": 0, "etag_repository": "W/\"4f30fc57adb5a6788d9a1495c0959a3ab031962f9ea6d931d988dbe9bbbf9b31\"", "full_name": "Danielhiversen/home_assistant_adax", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "001c5de", "last_release_tag": "0.4.5", "last_updated": "2021-04-28T05:30:29Z", "name": "adax", "new": false, "repository_manifest": {"name": "Adax heaters", "domains": ["climate"], "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 23, "topics": ["adax", "adax-heaters", "hacs", "homeassistant"], "version_installed": null, "last_fetched": 1641587689.787434}, "158194879": {"authors": ["@danobot"], "category": "integration", "description": "Entity and lighting controller for managing devices via timers, scripts, and sun-based time restrictions.", "domain": "entity_controller", "downloads": 0, "etag_repository": "W/\"77f9834d48c40913309f6065b4c239af1485166fed1892201d49145582a7976c\"", "full_name": "danobot/entity-controller", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2771f1e", "last_release_tag": "v9.3.0", "last_updated": "2021-10-30T11:14:11Z", "name": "entity_controller", "new": false, "repository_manifest": {"name": "Entity Controller", "homeassistant": "0.117.0"}, "selected_tag": null, "show_beta": false, "stars": 180, "topics": ["finite-state-machine", "hass", "home-assistant", "home-automation", "internet-of-things", "iot", "lighting-controller", "motion-light", "motion-sensor", "python", "smart-home"], "version_installed": null, "last_fetched": 1643571227.773501}, "195459345": {"authors": ["@daenny"], "category": "integration", "description": "Home Assistant Climate Group", "domain": "climate_group", "downloads": 0, "etag_repository": "W/\"5115194afbbbd0d1b64dba65173d507d31cd07c58a45f0f537c3f9804f2d4c45\"", "full_name": "daenny/climate_group", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "24631ab", "last_release_tag": "0.6.0", "last_updated": "2021-12-20T16:13:00Z", "name": "climate_group", "new": false, "repository_manifest": {"domains": ["climate"], "name": "Climate Group", "render_readme": true, "homeassistant": "0.96.0"}, "selected_tag": null, "show_beta": false, "stars": 57, "topics": [], "version_installed": null, "last_fetched": 1641470196.229343}, "224001103": {"authors": ["@biker91620", "@cyr-ius"], "category": "integration", "description": "Cozytouch support for Home Assistant", "domain": "cozytouch", "downloads": 0, "etag_repository": "W/\"4463e789529a0928fceaedd1a4f206ec7a15989dd653cd9cccf91645d40ff3fb\"", "full_name": "Cyr-ius/hass-cozytouch", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "965ae4d", "last_release_tag": "1.6.6", "last_updated": "2021-12-21T13:05:10Z", "name": "cozytouch", "new": false, "repository_manifest": {"name": "Cozytouch", "country": ["FR"], "domains": ["binary_sensor", "sensor", "climate", "water_heater", "switch"], "homeassistant": "0.109"}, "selected_tag": null, "show_beta": false, "stars": 19, "topics": [], "version_installed": null, "last_fetched": 1641895568.555787}, "203736221": {"authors": ["@almirdelkic", "@dave-code-ruiz", "@LordMike"], "category": "integration", "description": "Custom Component to connect Home Assistant with Uhome Uponor Smatrix App", "domain": "uhomeuponor", "downloads": 0, "etag_repository": "W/\"e4b135433b073e2179c8857eb65bce2a815041b803b560fd162fd74be4a5e5e7\"", "full_name": "dave-code-ruiz/uhomeuponor", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "610b6ff", "last_release_tag": "1.0.0", "last_updated": "2021-12-20T13:55:09Z", "name": "uhomeuponor", "new": false, "repository_manifest": {"name": "Uponor Uhome integration", "render_readme": true, "domains": ["sensor", "climate"]}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": ["customcomponents", "gateway", "homeassistant", "python", "rest-api", "setpoint", "smatrix", "smatrixwaveplus", "thermostat", "uponor"], "version_installed": null, "last_fetched": 1642851070.452233}, "201457186": {"authors": ["@darksir23"], "category": "integration", "description": "HomeAssistant Sensor for Mylar (Compatible with Upcoming Meda Card)", "domain": "mylar", "downloads": 0, "etag_repository": "W/\"e5632177f97a47539d4a2480308448f80de0e588d4b42b3e893062c48f552314\"", "full_name": "WillowMist/sensor.mylar", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b25f87d", "last_release_tag": null, "last_updated": "2019-11-23T19:10:34Z", "name": "mylar", "new": false, "repository_manifest": {"name": "Mylar Sensor Card", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["media-card", "mylar", "sensor"], "version_installed": null, "last_fetched": 1642943792.299242}, "160218749": {"authors": ["@DavidMStraub"], "category": "integration", "description": "Custom component for Home Assistant to connect appliances supporting the Home Connect standard", "domain": "home_connect_beta", "downloads": 0, "etag_repository": "W/\"1673b40ae87d93c34dedc94e8f94fb701d3776ddfe8712421d082843cf69124a\"", "full_name": "DavidMStraub/homeassistant-homeconnect", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "008091f", "last_release_tag": "v1.0.1", "last_updated": "2021-12-12T07:53:34Z", "name": "home_connect_beta", "new": false, "repository_manifest": {"name": "Home Connect", "domains": ["sensor", "binary_sensor", "switch"], "homeassistant": "0.102", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 119, "topics": ["hacs", "homeassistant", "homeconnect", "python"], "version_installed": null, "last_fetched": 1642520500.571336}, "266557774": {"authors": ["deblockt"], "category": "integration", "description": "proscenic 790T intergration for home assistant", "domain": "proscenic", "downloads": 0, "etag_repository": "W/\"2d9e31b7d9a838db0873013b7158102a561e903530a1817b2a918deaa9eb8bcd\"", "full_name": "deblockt/hass-proscenic-790T-vacuum", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "79e95b6", "last_release_tag": "0.0.8", "last_updated": "2021-10-31T11:09:24Z", "name": "proscenic", "new": false, "repository_manifest": {"name": "proscenic 790T vacuum", "domains": ["vacuum"], "homeassistant": "2021.7.4", "iot_class": "local_polling", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 11, "topics": ["790t", "home-assistant", "proscenic", "vacuum", "vacuum-cleaner"], "version_installed": null}, "283518438": {"authors": ["@definitio"], "category": "integration", "description": "Home Assistant integration for RHVoice - a local text-to-speech engine.", "domain": "rhvoice", "downloads": 0, "etag_repository": "W/\"437bfbe8d031812c1c469d2a6fa998a409bd386db833b2d63b6382f15ae2106e\"", "full_name": "definitio/ha-rhvoice", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6a0b65c", "last_release_tag": "1.3", "last_updated": "2021-12-25T14:29:22Z", "name": "rhvoice", "new": false, "repository_manifest": {"name": "RHVoice", "render_readme": true, "domains": ["tts"]}, "selected_tag": null, "show_beta": false, "stars": 16, "topics": ["home-assistant", "integration", "rhvoice", "smarthome", "tts"], "version_installed": null, "last_fetched": 1643571227.973679}, "283243425": {"authors": ["@definitio"], "category": "integration", "description": "A Home Assistant integration to turn your vacuum into an audio player.", "domain": "sox", "downloads": 0, "etag_repository": "W/\"55054d5662e6fca8fb62ed079439763f6194740555b275be0669a5e199ceffd9\"", "full_name": "definitio/ha-sox", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "ae0a449", "last_release_tag": "1.1.2", "last_updated": "2021-05-20T11:11:34Z", "name": "sox", "new": false, "repository_manifest": {"name": "SoX", "render_readme": true, "domains": ["media_player"]}, "selected_tag": null, "show_beta": false, "stars": 10, "topics": ["audio-player", "home-assistant", "integration", "roborock", "robot-vacuum", "smarthome", "vacuum", "xiaomi"], "version_installed": null, "last_fetched": 1643571228.062816}, "255139072": {"authors": ["@dgomes"], "category": "integration", "description": "Home Assistant Custom Component for ERSE", "domain": "erse", "downloads": 0, "etag_repository": "W/\"a78c26d72f14b8b70f3a35613a17dd502242bf40b91d5c2d89d1aa78544575d4\"", "full_name": "dgomes/ha_erse", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2d83134", "last_release_tag": "2.1.2", "last_updated": "2021-11-06T00:50:17Z", "name": "erse", "new": false, "repository_manifest": {"name": "Entidade Reguladora dos Servi\u00e7os Energ\u00e9ticos", "country": ["PT"], "homeassistant": "2021.11.0", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 17, "topics": ["home-assistant-component", "utility-meters"], "version_installed": null, "last_fetched": 1643571228.371309}, "163322610": {"authors": ["Djbulsink", "SeraphimSerapis"], "category": "integration", "description": "Panasonic Comfort Cloud HA component", "domain": "panasonic_ac", "downloads": 0, "etag_repository": "W/\"05b3c1c1f7672cb888fc59f76434996805f437d6c57ce3f0dabdb4243a4bbd6a\"", "full_name": "djbulsink/panasonic_ac", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "fc0b613", "last_release_tag": null, "last_updated": "2021-07-18T13:30:47Z", "name": "panasonic_ac", "new": false, "repository_manifest": {"name": "Panasonic Comfort Cloud HA component", "domains": ["climate"], "homeassistant": "0.110.0"}, "selected_tag": null, "show_beta": false, "stars": 27, "topics": [], "version_installed": null}, "177469955": {"authors": ["@dlarrick"], "category": "integration", "description": "Home Assistant module interfacing with Mitsubishi mini-split units", "domain": "kumo", "downloads": 0, "etag_repository": "W/\"2328c7a98ab9cc9a2b4e9a014aadbfd54c9c68f715b191a9889cae82159390d2\"", "full_name": "dlarrick/hass-kumo", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3d64cb7", "last_release_tag": "v0.2.8", "last_updated": "2021-12-19T03:22:01Z", "name": "kumo", "new": false, "repository_manifest": {"name": "Mitsubishi Kumo Cloud", "render_readme": true, "domains": ["climate"], "homeassistant": "0.96.0", "iot_class": "local_poll"}, "selected_tag": null, "show_beta": false, "stars": 38, "topics": ["climate", "custom-component", "home-assistant", "homeassistant", "kumo", "kumocloud", "mini-split", "mitsubishi", "python"], "version_installed": null, "last_fetched": 1642520500.813846}, "291751884": {"authors": ["@djtimca"], "category": "integration", "description": "Home Assistant integration for SpaceX Next Launch and Starman data.", "domain": "spacex", "downloads": 0, "etag_repository": "W/\"94678e7f2909daa6319103661ededc6351809362d8ee1be8ec6806e11752b0d8\"", "full_name": "djtimca/HASpaceX", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e716158", "last_release_tag": "030", "last_updated": "2021-12-19T15:28:22Z", "name": "spacex", "new": false, "repository_manifest": {"name": "SpaceX Next Launch and Starman", "country": ["CA"], "domains": ["binary_sensor", "sensor"], "homeassistant": "0.115.0", "iot_class": ["Cloud Polling"]}, "selected_tag": null, "show_beta": false, "stars": 24, "topics": ["home-assistant", "home-assistant-component", "home-assistant-custom", "home-assistant-sensor", "spacex", "spacex-launches"], "version_installed": null, "last_fetched": 1641307192.454496}, "229014136": {"authors": ["doudz"], "category": "integration", "description": "myjdownloader integration for home assistant", "domain": "myjdownloader", "downloads": 0, "etag_repository": "W/\"90de0534407df02af2188fac2a28d170f264e50245e9b5d0ed8491a545f8314c\"", "full_name": "doudz/homeassistant-myjdownloader", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2ef462d", "last_release_tag": "2.1.0", "last_updated": "2021-12-04T20:29:43Z", "name": "myjdownloader", "new": false, "repository_manifest": {"name": "MyJDownloader", "domains": ["sensor", "binary_sensor", "switch"], "render_readme": true, "iot_class": "cloud_polling"}, "selected_tag": null, "show_beta": false, "stars": 13, "topics": [], "version_installed": null, "last_fetched": 1641057968.411202}, "188698828": {"authors": [], "category": "integration", "description": "Adds support for Yandex Smart Home (Alice voice assistant) into Home Assistant", "domain": "yandex_smart_home", "downloads": 0, "etag_repository": "W/\"096339396f040273e4e9afdeec08dbd90856a5946eaa218c3a4d5f2ade068874\"", "full_name": "dmitry-k/yandex_smart_home", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9d06820", "last_release_tag": "v0.3.6", "last_updated": "2022-01-05T09:49:38Z", "name": "yandex_smart_home", "new": false, "repository_manifest": {"country": ["RU", "BY"], "homeassistant": "2021.7", "name": "Yandex Smart Home", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 476, "topics": ["alice", "home-assistant-component", "voice-assistant", "yandex"], "version_installed": null, "last_fetched": 1643571229.317005}, "200073618": {"authors": ["@dlashua"], "category": "integration", "description": "Add template binary_sensors from the UI.", "domain": "templatebinarysensor", "downloads": 0, "etag_repository": "W/\"bff79847f43ac62020e1807780ff05b9120ff6f5e53a481a673668b229c792a7\"", "full_name": "dlashua/templatebinarysensor", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "48d6b86", "last_release_tag": null, "last_updated": "2021-11-11T12:35:12Z", "name": "templatebinarysensor", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 0, "topics": [], "version_installed": null}, "230841240": {"authors": ["@dr1rrb"], "category": "integration", "description": "Twinkly integration for Home-Assistant", "domain": "twinkly", "downloads": 0, "etag_repository": "W/\"89c65102f0d04803aae262ed9e2f07f5122315e3c4ea2ec0a9e25327bf2a473d\"", "full_name": "dr1rrb/ha-twinkly", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5e66794", "last_release_tag": null, "last_updated": "2020-11-22T03:12:22Z", "name": "twinkly", "new": false, "repository_manifest": {"name": "Twinkly", "domains": ["light"], "iot_class": "local_polling", "render_readme": false}, "selected_tag": null, "show_beta": false, "stars": 12, "topics": ["custom-component", "hacs", "home-assistant", "homeassistant", "light", "twinkly"], "version_installed": null}, "157782680": {"authors": ["@DSorlov"], "category": "integration", "description": "HomeAssistant SL Sensor (HASL)", "domain": "hasl", "downloads": 0, "etag_repository": "W/\"460ebb6c71e8892b174807c4a16f7f69b021ec27a0f023bcc1ab1d8fe5f0d92b\"", "full_name": "DSorlov/hasl-platform", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6d6b27b", "last_release_tag": "2.2.8", "last_updated": "2022-01-03T15:54:51Z", "name": "hasl", "new": false, "repository_manifest": {"name": "Home Assistant SL Sensor (HASL)", "content_in_root": false, "zip_release": false, "render_readme": false, "domains": ["sensor"], "country": ["SE"], "homeassistant": "2021.12", "iot_class": "cloud_poll"}, "selected_tag": null, "show_beta": false, "stars": 21, "topics": ["ha-sensor-sl", "homeassistant", "homeassistant-sensor", "sl-sensor", "stockholms-lokaltrafik"], "version_installed": null, "last_fetched": 1641307193.753598}, "267076188": {"authors": ["@dynasticorpheus"], "category": "integration", "description": "Gigaset Smart Home integration for Home Assistant", "domain": "gigasetelements", "downloads": 0, "etag_repository": "W/\"fcd95fa8d304af02f3634dd174e63e7502c5e0faed2e7a9dd3a1e4cbde1b143c\"", "full_name": "dynasticorpheus/gigasetelements-ha", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7563c7b", "last_release_tag": "2022.1.0", "last_updated": "2022-01-30T15:11:29Z", "name": "gigasetelements", "new": false, "repository_manifest": {"name": "Gigaset Elements", "render_readme": "true", "homeassistant": "2021.4.6"}, "selected_tag": null, "show_beta": false, "stars": 11, "topics": ["community", "custom-component", "custom-components", "gigaset", "gigasetelements", "hacs", "home-assistant", "home-automation", "homeassistant", "integration", "python3", "smarthome"], "version_installed": null, "last_fetched": 1643571229.375805}, "250345421": {"authors": ["@eifinger"], "category": "integration", "description": "Homeassistant integration for FoldingAtHomeControl", "domain": "foldingathomecontrol", "downloads": 0, "etag_repository": "W/\"8fcfa52685111da25a92728007bb84786565ae45d0e04a7ad332c690860edc5e\"", "full_name": "eifinger/hass-foldingathomecontrol", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "80fc72d", "last_release_tag": "v2.0.14", "last_updated": "2022-01-10T17:17:08Z", "name": "foldingathomecontrol", "new": false, "repository_manifest": {"name": "Folding@HomeControl", "domains": ["sensor"], "homeassistant": "2021.12.0", "iot_class": "Local Push"}, "selected_tag": null, "show_beta": false, "stars": 14, "topics": ["asyncio", "folding-at-home", "foldingathome", "hacktoberfest", "homeassistant", "python", "python3"], "version_installed": null, "last_fetched": 1641895576.742688}, "206574936": {"authors": ["@eavanvalkenburg"], "category": "integration", "description": "SIA alarm systems integration into Home Assistant", "domain": "sia", "downloads": 0, "etag_repository": "W/\"057e606aa96dd7620d67153be87f8993a163fb122b23d24c3d995f2ef11294ca\"", "full_name": "eavanvalkenburg/sia", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9ec5e93", "last_release_tag": "v0.3.11", "last_updated": "2021-10-20T15:19:04Z", "name": "sia", "new": false, "repository_manifest": {"name": "SIA", "domains": ["binary_sensor"]}, "selected_tag": null, "show_beta": false, "stars": 47, "topics": [], "version_installed": null, "last_fetched": 1642520501.18063}, "202322117": {"authors": ["@eifinger"], "category": "integration", "description": "Custom Component for Homeassistant Providing Travel Time Information using openrouteservice.org", "domain": "open_route_service", "downloads": 0, "etag_repository": "W/\"35da629e5d450ff343441f12b1c8d290a23b26622dce983882f99cce8b3c6bc5\"", "full_name": "eifinger/open_route_service", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "ca140dc", "last_release_tag": "v1.1.1", "last_updated": "2022-01-06T14:24:36Z", "name": "open_route_service", "new": false, "repository_manifest": {"name": "open_route_service", "domains": ["sensor"], "iot_class": ["Cloud Polling"]}, "selected_tag": null, "show_beta": false, "stars": 10, "topics": ["homeassistant", "open-route-service", "python", "python3"], "version_installed": null, "last_fetched": 1641587703.063702}, "213959778": {"authors": ["@elad-bar"], "category": "integration", "description": "Dahua VTO Integration", "domain": "dahuavto", "downloads": 0, "etag_repository": "W/\"8b6985153f2c82718d8684e302d1a9d96bd7de593dfdfc9e77ff5ad549f22430\"", "full_name": "elad-bar/ha-dahuavto", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "895da2c", "last_release_tag": null, "last_updated": "2020-10-01T10:34:46Z", "name": "dahuavto", "new": false, "repository_manifest": {"name": "Dahua VTO Integration", "iot_class": "Local Polling"}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": [], "version_installed": null}, "169641362": {"authors": ["@elad-bar"], "category": "integration", "description": "Integration with Blue Iris Video Security Software", "domain": "blueiris", "downloads": 0, "etag_repository": "W/\"093e3771aeed3b510a6336416a49836058c0f41b354a137f1f1e0cdc09a81016\"", "full_name": "elad-bar/ha-blueiris", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "22af8ab", "last_release_tag": "v1.0.7", "last_updated": "2021-12-11T13:52:12Z", "name": "blueiris", "new": false, "repository_manifest": {"name": "BlueIris NVR", "iot_class": "Local Polling", "homeassistant": "2021.12.0"}, "selected_tag": null, "show_beta": false, "stars": 110, "topics": [], "version_installed": null, "last_fetched": 1643545554.568682}, "220482107": {"authors": ["@elad-bar"], "category": "integration", "description": "HP Printer Integration", "domain": "hpprinter", "downloads": 0, "etag_repository": "W/\"fdc1cd2d871237b58998794ef74764202cc181d378ce8ed0d31d6fb4e9828cc1\"", "full_name": "elad-bar/ha-hpprinter", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "0261b8e", "last_release_tag": "v1.0.5", "last_updated": "2021-12-30T16:59:01Z", "name": "hpprinter", "new": false, "repository_manifest": {"name": "HP Printers Integration", "iot_class": "Local Polling", "homeassistant": "2021.12.0"}, "selected_tag": null, "show_beta": false, "stars": 55, "topics": [], "version_installed": null, "last_fetched": 1643571230.096681}, "169467285": {"authors": ["@elad-bar"], "category": "integration", "description": "Integration with EdgeOS (Ubiquiti)", "domain": "edgeos", "downloads": 0, "etag_repository": "W/\"8f34ce15a8a53891a87e2f31304c559da0e01e1e7310a603be6ef73e02269e8d\"", "full_name": "elad-bar/ha-edgeos", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2a348e6", "last_release_tag": "v1.1.7", "last_updated": "2021-12-12T16:24:18Z", "name": "edgeos", "new": false, "repository_manifest": {"name": "EdgeOS (Ubiquiti)", "iot_class": "Local Polling", "homeassistant": "2021.12.0"}, "selected_tag": null, "show_beta": false, "stars": 86, "topics": [], "version_installed": null, "last_fetched": 1642851081.932442}, "177169766": {"authors": ["@eseglem"], "category": "integration", "description": "Home Assistant WattBox Component", "domain": "wattbox", "downloads": 0, "etag_repository": "W/\"073ba410f8c281dd189609770a904c9fce951ee9f31fcedd91dbf9ffffbe704d\"", "full_name": "eseglem/hass-wattbox", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4aaf37d", "last_release_tag": "v0.7.0", "last_updated": "2021-08-23T22:39:23Z", "name": "wattbox", "new": false, "repository_manifest": {"name": "Wattbox", "domains": ["binary_sensor", "sensor", "switch"], "iot_class": "Local Polling", "homeassistant": "2021.8.0"}, "selected_tag": null, "show_beta": false, "stars": 7, "topics": ["battery", "hacs", "home-assistant", "ups", "wattbox"], "version_installed": null}, "255073429": {"authors": ["@ericpignet"], "category": "integration", "description": "LG Hombot/Roboking Component for Home Assistant.", "domain": "lg_hombot", "downloads": 0, "etag_repository": "W/\"aedb90bb819ec7c30dcdf09cdd89ada6310560217eb2acdb649cb8c87ddd7e65\"", "full_name": "ericpignet/home-assistant-lg_hombot", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "13d21d3", "last_release_tag": "v0.0.3", "last_updated": "2021-06-21T01:02:21Z", "name": "lg_hombot", "new": false, "repository_manifest": {"name": "LG Hombot Vacuum Cleaner", "domains": ["vacuum"], "homeassistant": "0.108.0"}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": ["custom-components", "hacs", "hombot", "home-assistant", "home-assistant-component", "homeassistant", "roboking"], "version_installed": null}, "257586609": {"authors": ["@ericpignet"], "category": "integration", "description": "TPLink router device tracker for Home Assistant", "domain": "tplink_router", "downloads": 0, "etag_repository": "W/\"1c1f91bc8c7dffb513367982d2b79b7251f38ca7eb174b77d70f971df1aa700d\"", "full_name": "ericpignet/home-assistant-tplink_router", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "eaf3e98", "last_release_tag": "v0.0.6", "last_updated": "2021-12-03T23:24:45Z", "name": "tplink_router", "new": false, "repository_manifest": {"name": "TPLink Router", "domains": ["device_tracker"], "homeassistant": "0.108.0"}, "selected_tag": null, "show_beta": false, "stars": 29, "topics": ["custom-components", "hacs", "home-assistant", "home-assistant-component", "homeassistant", "tplink"], "version_installed": null, "last_fetched": 1643571230.33706}, "213950645": {"authors": [], "category": "integration", "description": "Support for interface with an ElkoEP Lara devices", "domain": "elkoep_lara", "downloads": 0, "etag_repository": "W/\"50d62be0ca3ad45820e46a1652802ef165d270306ab5a4e13c4d389b150829eb\"", "full_name": "exKAjFASH/media_player.elkoep_lara", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2969807", "last_release_tag": "v0.1.0", "last_updated": "2021-06-15T09:28:14Z", "name": "elkoep_lara", "new": false, "repository_manifest": {"name": "ElkoEP Lara", "render_readme": true, "domains": ["media_player"]}, "selected_tag": null, "show_beta": false, "stars": 0, "topics": ["custom-component", "home-assistant", "homeassistant", "python"], "version_installed": null}, "262140617": {"authors": ["@eyalcha"], "category": "integration", "description": "Home Assistant sensor to read water meter", "domain": "read_your_meter", "downloads": 0, "etag_repository": "W/\"22a019bdd7c4ecbe2783b2d534dbfb72c81349944138aa47f5d4243dda06b29a\"", "full_name": "eyalcha/read_your_meter", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "23063bf", "last_release_tag": "1.0.11", "last_updated": "2021-09-15T16:00:50Z", "name": "read_your_meter", "new": false, "repository_manifest": {"name": "Read Your Meter", "domains": ["sensor"], "country": ["IL"], "homeassistant": "0.106.0"}, "selected_tag": null, "show_beta": false, "stars": 26, "topics": ["custom-component", "hacs", "home-assistant", "sensor"], "version_installed": null}, "261291147": {"authors": ["@eyalcha"], "category": "integration", "description": "Thermal camera for Home Assistant", "domain": "thermal", "downloads": 0, "etag_repository": "W/\"4afc996368b0743fc2c6c231dd3c0fd21a1a6c33e5716c884ddaa1587e54f4d3\"", "full_name": "eyalcha/thermal", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "bf43aa3", "last_release_tag": "1.0.0", "last_updated": "2021-06-24T00:05:39Z", "name": "thermal", "new": false, "repository_manifest": {"name": "Thermal", "domains": ["camera", "sensor"], "homeassistant": "0.106.0"}, "selected_tag": null, "show_beta": false, "stars": 24, "topics": ["camera", "custom-component", "home-assistant", "sensor"], "version_installed": null}, "290436986": {"authors": ["@fineemb"], "category": "integration", "description": "\u7528\u4e8eHASS\u7684\u5f69\u4e91\u5929\u6c14\u7ec4\u4ef6", "domain": "colorfulclouds", "downloads": 0, "etag_repository": "W/\"07e61910dedc362a25e698f6ee33a4d208fec6a639463a9470e08cbb051dc34a\"", "full_name": "fineemb/Colorfulclouds-weather", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "bc9e898", "last_release_tag": "v1.2.6", "last_updated": "2021-05-04T14:39:53Z", "name": "colorfulclouds", "new": false, "repository_manifest": {"name": "\u5f69\u4e91\u5929\u6c14", "domains": ["weather", "sensor"], "render_readme": true, "homeassistant": "0.99.9", "country": ["CN"]}, "selected_tag": null, "show_beta": false, "stars": 40, "topics": ["hass", "weather"], "version_installed": null, "last_fetched": 1642094175.268777}, "237880993": {"authors": ["@fineemb"], "category": "integration", "description": "\u667a\u7c73\u667a\u80fd\u7535\u6696\u5668", "domain": "miheater", "downloads": 0, "etag_repository": "W/\"9062c5bf569523c60809f95ebfd39248e9555e4f0f8e82b5cc24b4f7186085ef\"", "full_name": "fineemb/Smartmi-smart-heater", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "28757be", "last_release_tag": "v1.23", "last_updated": "2021-01-13T01:49:54Z", "name": "miheater", "new": false, "repository_manifest": {"name": "Smartmi smart heater", "domains": ["climate"], "render_readme": true, "homeassistant": "0.99.9", "country": ["CN"]}, "selected_tag": null, "show_beta": false, "stars": 16, "topics": [], "version_installed": null}, "296320952": {"authors": ["@fineemb"], "category": "integration", "description": "HASS\u7684\u5c0f\u7c73\u4e91\u670d\u52a1\u96c6\u6210", "domain": "xiaomi_cloud", "downloads": 0, "etag_repository": "W/\"215ed00529a21158d7e718f24c2b58ef94ff03f986628c3747ab2cd4ffc50f93\"", "full_name": "fineemb/xiaomi-cloud", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "04d9793", "last_release_tag": "v1.2.6", "last_updated": "2021-05-04T14:38:20Z", "name": "xiaomi_cloud", "new": false, "repository_manifest": {"name": "\u5c0f\u7c73\u4e91\u670d\u52a1", "domains": ["device_tracker", "sensor"], "render_readme": true, "homeassistant": "0.99.9", "country": ["CN"]}, "selected_tag": null, "show_beta": false, "stars": 27, "topics": ["cloud", "hacs", "hass", "xiaomi"], "version_installed": null, "last_fetched": 1642094175.357851}, "229060565": {"authors": ["@fineemb"], "category": "integration", "description": "\u5c0f\u7c73\u517b\u751f\u58f6", "domain": "health_pot", "downloads": 0, "etag_repository": "W/\"16be15bbb0b0c448f5a8132c34e16536a1c19528cf1128f8e2a90f8c97ce1383\"", "full_name": "fineemb/Xiaomi-Smart-Multipurpose-Kettle", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e5c28dc", "last_release_tag": "v1.3", "last_updated": "2021-06-07T16:02:47Z", "name": "health_pot", "new": false, "repository_manifest": {"name": "Xiaomi Mijia Multifunctional MJYSH01YM", "domains": ["health_pot"], "render_readme": true, "homeassistant": "0.99.9"}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": [], "version_installed": null}, "285560672": {"authors": ["@FL550"], "category": "integration", "description": "Deutscher Wetterdienst integration for Home-Assistant", "domain": "dwd_weather", "downloads": 0, "etag_repository": "W/\"095d54dcb8d6caf5511021ff7cd75bba1306ddf41d38c567cc39b1437d33b1bb\"", "full_name": "FL550/dwd_weather", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "643c49e", "last_release_tag": "v1.2.17", "last_updated": "2022-01-07T16:28:18Z", "name": "dwd_weather", "new": false, "repository_manifest": {"name": "Deutscher Wetterdienst", "domains": ["weather", "sensor"], "iot_class": "Cloud Polling", "render_readme": false}, "selected_tag": null, "show_beta": false, "stars": 65, "topics": ["deutscher-wetterdienst", "dwd", "dwd-weather", "hacs", "hass", "home-assistant", "homeassistant", "weather", "weather-entity", "weather-forecast"], "version_installed": null, "last_fetched": 1641587710.040789}, "220685552": {"authors": ["@freakshock88"], "category": "integration", "description": "Custom component for Home Assistant which generates a sensor to show popularity for a google maps place.", "domain": "populartimes", "downloads": 0, "etag_repository": "W/\"21f6933662c8485775c27540810b39d6c6baff34f5eea819c42a2c2f925c18c5\"", "full_name": "freakshock88/hass-populartimes", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "86842d0", "last_release_tag": "0.24", "last_updated": "2021-05-05T18:54:43Z", "name": "populartimes", "new": false, "repository_manifest": {"name": "Popular Times", "render_readme": true, "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 18, "topics": ["google-maps", "google-places-api", "homeassistant"], "version_installed": null, "last_fetched": 1641217204.169365}, "226707533": {"authors": ["@freol35241"], "category": "integration", "description": "Long time state storage (LTSS) custom component for Home Assistant using Timescale DB", "domain": "ltss", "downloads": 0, "etag_repository": "W/\"2998cdceac16ada031f378f5a96479eeb7d88b72e31174dda320b3d08749efb5\"", "full_name": "freol35241/ltss", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "13cdd43", "last_release_tag": "v1.0.0", "last_updated": "2021-10-12T14:18:35Z", "name": "ltss", "new": false, "repository_manifest": {"name": "ltss", "iot_class": "Local Polling"}, "selected_tag": null, "show_beta": false, "stars": 33, "topics": ["custom-component", "database", "hacs", "homeassistant", "ltss", "state-storage", "storage", "timescaledb"], "version_installed": null, "last_fetched": 1643571230.932222}, "217507414": {"authors": ["@fineemb"], "category": "integration", "description": "\u63a5\u5165Hass\u7684\u51c9\u9738\u7ec4\u4ef6", "domain": "yeelink", "downloads": 0, "etag_repository": "W/\"169142bd6f57f510ea02d62f7a36e5ce83e4b5e6bc8156f33881f813ad972b50\"", "full_name": "fineemb/Yeelink-ven-fan", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "27cbd60", "last_release_tag": "v1.0", "last_updated": "2020-01-31T15:57:47Z", "name": "yeelink", "new": false, "repository_manifest": {"name": "Yeelight ven fan", "domains": ["fan"], "render_readme": true, "homeassistant": "0.99.9"}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": [], "version_installed": null}, "264655935": {"authors": ["@gadgetchnnel"], "category": "integration", "description": "A custom component for Home Assistant to allow regular entities to be used as a calendar", "domain": "entities_calendar", "downloads": 0, "etag_repository": "W/\"dc5a475f246aa4a5c6377fc1f88c1f21e45050c97804a4fa16421fc14460b3ab\"", "full_name": "gadgetchnnel/entities_calendar", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "cb2264f", "last_release_tag": "0.0.8", "last_updated": "2021-12-05T15:40:28Z", "name": "entities_calendar", "new": false, "repository_manifest": {"name": "Entities Calendar", "content_in_root": false, "domains": ["calendar"]}, "selected_tag": null, "show_beta": false, "stars": 11, "topics": ["calendar", "entities-calendar"], "version_installed": null, "last_fetched": 1641057981.870182}, "183212377": {"authors": ["@fondberg"], "category": "integration", "description": "Home assistant custom component to start Spotify playback on an idle chromecast device as well as control spotify connect devices", "domain": "spotcast", "downloads": 0, "etag_repository": "W/\"dcde6cdb19db1d868c3c36f05b420bb7d2d9ad6451e557be35f1419abadabab7\"", "full_name": "fondberg/spotcast", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "36ca464", "last_release_tag": "v3.6.24", "last_updated": "2022-01-29T10:28:06Z", "name": "spotcast", "new": false, "repository_manifest": {"name": "Spotcast", "domains": ["media_player", "sensor"], "homeassistant": "2021.12.0", "iot_class": ["Cloud Polling"]}, "selected_tag": null, "show_beta": false, "stars": 346, "topics": [], "version_installed": null, "last_fetched": 1643571230.891394}, "263757123": {"authors": ["@finity69x2"], "category": "integration", "description": "An updated version of the nws_alerts custom integration for Home Assistant", "domain": "nws_alerts", "downloads": 0, "etag_repository": "W/\"dc751f53ef576cdfeca7fbb4684e08b8bddcbb46ec9a791c74b79927fb792bd8\"", "full_name": "finity69x2/nws_alerts", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "8817a2c", "last_release_tag": "2.4", "last_updated": "2022-01-29T06:14:49Z", "name": "nws_alerts", "new": false, "repository_manifest": {"name": "NWS Alerts", "domains": ["sensor"], "homeassistant": "0.95.4", "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 17, "topics": ["alerts", "assistant", "home", "sensor", "weather"], "version_installed": null, "last_fetched": 1643571230.790616}, "261311061": {"authors": ["@garbled1"], "category": "integration", "description": "Ecowitt Weather Station integration for homeassistant", "domain": "ecowitt", "downloads": 0, "etag_repository": "W/\"c9f6374464f54bb0938e1460d208952bfb5ed0b00589c24eab3bf23cdfbc0d35\"", "full_name": "garbled1/homeassistant_ecowitt", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3ad3e03", "last_release_tag": "0.7", "last_updated": "2022-01-12T21:06:43Z", "name": "ecowitt", "new": false, "repository_manifest": {"name": "Ecowitt Weather Station", "render_readme": true, "domains": ["sensor", "binary_sensor"], "iot_class": "Local Push"}, "selected_tag": null, "show_beta": false, "stars": 71, "topics": ["ecowitt", "hacs", "home-assistant", "home-assistant-custom", "homeassistant-integration"], "version_installed": null, "last_fetched": 1642851091.52369}, "229755760": {"authors": ["@garbled1"], "category": "integration", "description": "Balboa spa integration for home-assistant", "domain": "balboa", "downloads": 0, "etag_repository": "W/\"7965efb22e88952c09f0f83cc34ad888065720acc75ae2b49bc4b7ca802b854c\"", "full_name": "garbled1/balboa_homeassistan", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "aece6fd", "last_release_tag": "0.6.1", "last_updated": "2021-10-11T13:24:27Z", "name": "balboa", "new": false, "repository_manifest": {"name": "Balboa Spa Client", "render_readme": true, "domains": ["binary_sensor", "climate", "fan", "switch"], "iot_class": "Local Push"}, "selected_tag": null, "show_beta": false, "stars": 17, "topics": ["balboa", "hacs", "home-assistant", "home-assistant-custom", "homeassistant-integration"], "version_installed": null, "last_fetched": 1643571231.533537}, "222292912": {"authors": ["@gcobb321"], "category": "integration", "description": "iCloud3 - An advanced device_tracker custom_component for iPhones, iPads, etc. It monitors zone & location updates triggered by the HA iOS App and supports Apple 2fa verification.", "domain": "icloud3", "downloads": 470, "etag_repository": "W/\"bf679447443018779ce4bd6f297409f787b724b1a506e72e3db339b98df50481\"", "full_name": "gcobb321/icloud3", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "0db8592", "last_release_tag": "v2.4.7", "last_updated": "2021-12-29T16:11:26Z", "name": "icloud3", "new": false, "repository_manifest": {"name": "iCloud3 Device Tracker", "zip_release": true, "render_readme": true, "domains": ["device_tracker"], "filename": "icloud3.zip"}, "selected_tag": null, "show_beta": false, "stars": 214, "topics": ["device-tracker", "ha-ios", "icloud", "icloud-account", "tracking", "zone", "zones"], "version_installed": null, "last_fetched": 1643571231.615641}, "201599575": {"authors": ["@gcorgnet"], "category": "integration", "description": "Home Assistant component to feed Upcoming Media Card with the latest releases on an Emby instance.", "domain": "emby_upcoming_media", "downloads": 0, "etag_repository": "W/\"9d574f3c503e13da628971c79f3682a2d01a08b5f7e68a0d047d4792b2c60e26\"", "full_name": "gcorgnet/sensor.emby_upcoming_media", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e33debb", "last_release_tag": "3.6", "last_updated": "2021-12-16T21:59:38Z", "name": "emby_upcoming_media", "new": false, "repository_manifest": {"name": "Emby Latest Media"}, "selected_tag": null, "show_beta": false, "stars": 10, "topics": [], "version_installed": null, "last_fetched": 1643571231.976754}, "264490983": {"authors": ["@GeorgeSG"], "category": "integration", "description": "Slack User sensor for Home Assistant", "domain": "slack_user", "downloads": 0, "etag_repository": "W/\"a74d0a12210889ffcb7522abcee203b5c2ef6e46bece9f9b50e781c5954137cd\"", "full_name": "GeorgeSG/ha-slack-user", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "386b476", "last_release_tag": "0.4.1", "last_updated": "2021-06-12T12:04:14Z", "name": "slack_user", "new": false, "repository_manifest": {"name": "Slack User", "domains": ["sensor"], "render_readme": true, "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 10, "topics": ["home-assistant", "home-assistant-component", "home-assistant-custom", "homeassistant", "homeassistant-integration"], "version_installed": null, "last_fetched": 1643571231.959303}, "199306003": {"authors": ["@gieljnssns"], "category": "integration", "description": "Buienalarm custom_component for Home-Assistant", "domain": "buienalarm", "downloads": 0, "etag_repository": "W/\"bd40dfd0ebae327b7c5bc29253519926a6d57049a167ceed0672774fe74343af\"", "full_name": "gieljnssns/buienalarm-sensor-homeassistant", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "104252b", "last_release_tag": "v1.9", "last_updated": "2021-12-04T09:48:55Z", "name": "buienalarm", "new": false, "repository_manifest": {"name": "Buienalarm", "render_readme": true, "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 17, "topics": [], "version_installed": null}, "199306511": {"authors": ["@gieljnssns"], "category": "integration", "description": "A custom component to get the readings of a Kostal Piko inverter", "domain": "kostal", "downloads": 0, "etag_repository": "W/\"db33a4e20016e5f4bb7b2e459d692dad428d622b10a18661e8de5e8d7edb12a7\"", "full_name": "gieljnssns/kostalpiko-sensor-homeassistant", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "93657fa", "last_release_tag": "v2.7", "last_updated": "2021-06-16T14:25:39Z", "name": "kostal", "new": false, "repository_manifest": {"name": "Kostal Piko", "render_readme": true, "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": [], "version_installed": null}, "261873234": {"authors": ["@gjohansson-ST"], "category": "integration", "description": "Integration to Sector Alarm for Home Assistant", "domain": "sector", "downloads": 0, "etag_repository": "W/\"1b389e59482320a221c3835f1f08c85373a97e86183f8002acff9deff8796957\"", "full_name": "gjohansson-ST/sector", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "325670e", "last_release_tag": "v0.3.4", "last_updated": "2022-01-09T19:14:52Z", "name": "sector", "new": false, "repository_manifest": {"name": "Sector Alarm", "render_readme": true, "domains": ["sensor", "lock", "alarm_control_panel", "switch"], "homeassistant": "2021.12.0", "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 11, "topics": ["alarm", "alarm-control", "alarm-control-panel", "lock", "sector", "sector-alarm", "temperature-sensor"], "version_installed": null, "last_fetched": 1641895595.185594}, "265716369": {"authors": ["@gilsonmandalogo"], "category": "integration", "description": "Minerstat mining hashrate.", "domain": "hacs-minerstat", "downloads": 0, "etag_repository": "W/\"990423b44ce4927291822796d56f1d564d972314e0dc5a84c3f156d8871888e3\"", "full_name": "gilsonmandalogo/hacs-minerstat", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a06b028", "last_release_tag": "1.1.1", "last_updated": "2021-06-27T03:17:32Z", "name": "hacs-minerstat", "new": false, "repository_manifest": {"name": "Minerstat", "render_readme": "true", "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["hacs", "homeassistant", "minerstat", "mining"], "version_installed": null}, "207794683": {"authors": [], "category": "integration", "description": "Google Location for HASS using the Google Geocode API", "domain": "google_geocode", "downloads": 0, "etag_repository": "W/\"aef445f43eece05826a613d44e2e41b2e0c6dfd7d1d8e2d2b7c07329d9f7643b\"", "full_name": "gregoryduckworth/GoogleGeocode-HASS", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2973eeb", "last_release_tag": "0.1.8", "last_updated": "2022-01-04T10:21:35Z", "name": "google_geocode", "new": false, "repository_manifest": {"name": "GoogleGeocode-HASS", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": [], "version_installed": null, "last_fetched": 1641307214.082965}, "292197182": {"authors": ["@hcoohb"], "category": "integration", "description": "Home assistant custom component for Yeelight bluetooth", "domain": "yeelight_bt", "downloads": 0, "etag_repository": "W/\"8a430ed9613da067744a3796b5f9e4a0e1bff126e10ae5e3bcbf8739339988ae\"", "full_name": "hcoohb/hass-yeelightbt", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7a4e6a0", "last_release_tag": "v0.11.3", "last_updated": "2021-05-01T10:03:46Z", "name": "yeelight_bt", "new": false, "repository_manifest": {"name": "Yeelight bluetooth", "render_readme": true, "domains": ["yeelight_bt", "light"], "homeassistant": "0.109.0", "iot_class": "Local Polling"}, "selected_tag": null, "show_beta": false, "stars": 20, "topics": ["bluetooth", "bluetooth-low-energy", "custom-component", "home-assistant", "yeelight-lamp"], "version_installed": null}, "263075818": {"authors": ["@guysie"], "category": "integration", "description": "Integration for Meural Canvas digital art frame in Home Assistant ", "domain": "meural", "downloads": 0, "etag_repository": "W/\"8269a56d36615382e31b541f3b85a214746a830f7c770c117e3feb0580a74f17\"", "full_name": "GuySie/ha-meural", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2a6faec", "last_release_tag": "v0.2.2", "last_updated": "2021-06-02T20:08:50Z", "name": "meural", "new": false, "repository_manifest": {"name": "HA-meural", "domains": ["media_player"], "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 31, "topics": ["home-assistant", "homeassistant", "homeassistant-components", "homeassistant-integration", "meural", "netgear"], "version_installed": null, "last_fetched": 1641895596.895804}, "143340728": {"authors": ["@herikw"], "category": "integration", "description": "Atag One Custom components for Home-Assistant", "domain": "atagone", "downloads": 0, "etag_repository": "W/\"5a2a2a5f30b2c7666c59555d7b1761130f359860a6d71b1c21b3bde3f28649b1\"", "full_name": "herikw/home-assistant-custom-components", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "230e5a3", "last_release_tag": "v2.0.1", "last_updated": "2022-01-03T11:05:53Z", "name": "atagone", "new": false, "repository_manifest": {"name": "ATAG One", "country": ["NL"], "render_readme": false, "domains": ["sensor", "climate"]}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": ["atag", "custom-components", "hacs", "home-assistant", "integration", "thermostat"], "version_installed": null, "last_fetched": 1643571232.89527}, "264499592": {"authors": ["@heyajohnny"], "category": "integration", "description": "Provides Home Assistant sensors for all cryptocurrencies supported by CoinGecko", "domain": "cryptoinfo", "downloads": 0, "etag_repository": "W/\"1d65439b11dd6569d076ff46becb400f5a1f7297c023073711df752eb3231012\"", "full_name": "heyajohnny/cryptoinfo", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "98e3a83", "last_release_tag": "v0.0.9", "last_updated": "2021-12-15T08:44:29Z", "name": "cryptoinfo", "new": false, "repository_manifest": {"name": "Cryptoinfo", "content_in_root": false, "render_readme": true, "domains": ["sensor"], "homeassistant": "0.100.0"}, "selected_tag": null, "show_beta": false, "stars": 29, "topics": [], "version_installed": null, "last_fetched": 1642851098.403207}, "234983286": {"authors": ["@thrilleratplay"], "category": "integration", "description": "Govee Temperature/Humidity BLE Home Assistant Component", "domain": "govee_ble_hci", "downloads": 0, "etag_repository": "W/\"599601c27887f77fc969560371ba3dcaa72c01cae0b8fda23d6244509eecdd05\"", "full_name": "Home-Is-Where-You-Hang-Your-Hack/sensor.goveetemp_bt_hci", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b0a6408", "last_release_tag": "v0.10.0", "last_updated": "2021-07-15T18:32:44Z", "name": "govee_ble_hci", "new": false, "repository_manifest": {"name": "Govee BLE HCI monitor sensor integration", "domains": "sensor"}, "selected_tag": null, "show_beta": false, "stars": 131, "topics": ["ble", "govee", "h5051", "h5072", "h5074", "h5075", "h5101", "h5102", "h5177", "h5179", "hacs", "home-assistant", "home-assistant-component"], "version_installed": null, "last_fetched": 1642520502.264548}, "243122556": {"authors": ["@hellowlol"], "category": "integration", "description": "Tide a sensor for HASS.", "domain": "tide", "downloads": 0, "etag_repository": "W/\"e442c19c4f63c021d0c225059894d369a25de8ed69f4a179beadf67bef56baa9\"", "full_name": "Hellowlol/ha-tide", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6bc1842", "last_release_tag": "0.0.2", "last_updated": "2021-06-06T20:30:32Z", "name": "tide", "new": false, "repository_manifest": {"name": "tide", "content_in_root": false, "country": ["NOR"], "domains": ["sensors"], "iot_class": "cloud_poll", "homeassistant": "0.96.0", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["hass", "norway", "tide"], "version_installed": null}, "164841067": {"authors": ["@isabellaalstrom"], "category": "integration", "description": "A custom component for Home Assistant to get messages from krisinformation.se", "domain": "krisinformation", "downloads": 0, "etag_repository": "W/\"451852ca792e3bea616a175f6cd8c6c7d6b975fcf2e3039d0d2f28a91ba8a353\"", "full_name": "isabellaalstrom/sensor.krisinformation", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e70f74a", "last_release_tag": "v1.0.3", "last_updated": "2021-06-29T18:03:29Z", "name": "krisinformation", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 26, "topics": ["hacktoberfest"], "version_installed": null, "last_fetched": 1642430582.077375}, "234118477": {"authors": ["@heyajohnny"], "category": "integration", "description": "Provides Home Assistant sensors for multiple Dutch waste collectors. The idea is to add more cities and features in the future.", "domain": "afvalinfo", "downloads": 0, "etag_repository": "W/\"e1b7b5c58baba62dba3616843d937de4fac6102b7c24c6e1a9dc2ad9358d385f\"", "full_name": "heyajohnny/afvalinfo", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1354b49", "last_release_tag": "v0.9.0", "last_updated": "2022-01-04T15:55:23Z", "name": "afvalinfo", "new": false, "repository_manifest": {"name": "Afvalinfo", "content_in_root": false, "render_readme": true, "domains": ["sensor"], "country": ["NL"], "homeassistant": "0.100.0"}, "selected_tag": null, "show_beta": false, "stars": 57, "topics": [], "version_installed": null, "last_fetched": 1643571233.234209}, "269316095": {"authors": ["@philklei", "@imicknl", "@vlebourl", "@tetienne"], "category": "integration", "description": "Custom component for Home Assistant to interact with smart devices via Somfy TaHoma or other OverKiz based API's.", "domain": "tahoma", "downloads": 0, "etag_repository": "W/\"596a799ce46db23a3e75666a4de7ed260dc710292ea3454ce91538fac2c4add7\"", "full_name": "iMicknl/ha-tahoma", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f55e9d9", "last_release_tag": "v2.12.1", "last_updated": "2022-01-27T11:39:43Z", "name": "tahoma", "new": false, "repository_manifest": {"name": "Overkiz (by Somfy) - Custom component", "domains": ["alarm_control_panel", "binary_sensor", "climate", "cover", "light", "lock", "number", "sensor", "switch", "water_heater"], "homeassistant": "2021.12.0", "render_readme": "true", "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 118, "topics": ["cozytouch", "hacktoberfest", "hi-kumo", "home-assistant", "nexity", "overkiz", "rexel", "somfy", "tahoma"], "version_installed": null, "last_fetched": 1643571234.131529}, "242700009": {"authors": ["@ITTV-Tools"], "category": "integration", "description": "Home Assistant Component for Kostal Plenticore ", "domain": "kostal_plenticore", "downloads": 0, "etag_repository": "W/\"f6495b2f1ed88e04332f1fe518b962688816f5d60c2f8cdeaa95878e1613c8b4\"", "full_name": "ITTV-tools/homeassistant-kostalplenticore", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "8f47ce3", "last_release_tag": "0.10.0", "last_updated": "2021-08-11T21:57:37Z", "name": "kostal_plenticore", "new": false, "repository_manifest": {"name": "Kostal Plenticore", "domains": ["sensor"], "iot_class": "Local Polling"}, "selected_tag": null, "show_beta": false, "stars": 15, "topics": ["component", "home-assistant", "kostal", "plenticore"], "version_installed": null}, "231989179": {"authors": ["al-fontes-jr", "JAAlperin"], "category": "integration", "description": "HASS custom component to load and run Bardolph (simple scripting utility for LIFX light bulbs by Al Fontes, Jr.)", "domain": "bardolph", "downloads": 0, "etag_repository": "W/\"b71988d961f841fadc4e35470d19bd5e3455f8f262c0665385c16a38b8e9a88f\"", "full_name": "JAAlperin/hass-bardolph", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "806fb18", "last_release_tag": null, "last_updated": "2021-05-08T22:23:44Z", "name": "bardolph", "new": false, "repository_manifest": {"name": "HASS Bardolph"}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["bardolph", "color-bulb", "home-assistant", "lifx", "lifx-lan-protocol", "scripts", "services"], "version_installed": null}, "183989659": {"authors": ["@jayblackedout"], "category": "integration", "description": "NHL Stats API Integration Into Home Assistant", "domain": "nhl_api", "downloads": 0, "etag_repository": "W/\"b6aca39c7e8ccc9ac4dcc6930a9da0e14c8a5d60654c566f2c1f54a3cc5682d2\"", "full_name": "JayBlackedOut/hass-nhlapi", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "db395d8", "last_release_tag": "v0.9.1", "last_updated": "2021-10-07T21:07:07Z", "name": "nhl_api", "new": false, "repository_manifest": {"name": "NHL API"}, "selected_tag": null, "show_beta": false, "stars": 30, "topics": [], "version_installed": null}, "235943258": {"authors": ["@jason0x43"], "category": "integration", "description": "A Hubitat integration for Home Assistant", "domain": "hubitat", "downloads": 0, "etag_repository": "W/\"175e5140d7d2a639a2b8aa4fa38778e4ab3d9d04de7ff8a20c9df1154cb4ce01\"", "full_name": "jason0x43/hacs-hubitat", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1173413", "last_release_tag": "v0.6.18", "last_updated": "2022-01-24T14:47:26Z", "name": "hubitat", "new": false, "repository_manifest": {"name": "Hubitat", "domains": ["binary_sensor", "climate", "light", "sensor", "switch"], "country": ["US"], "iot_class": "local_push"}, "selected_tag": null, "show_beta": false, "stars": 91, "topics": ["hacs", "home-assistant", "hubitat", "maker-api"], "version_installed": null, "last_fetched": 1643571234.563826}, "221855213": {"authors": ["@jcwillox"], "category": "integration", "description": "\ud83d\uddc3\ufe0f Improved Backup Service for Hass.io that can Automatically Remove Backups and Supports Generational Backup Schemes.", "domain": "auto_backup", "downloads": 4723, "etag_repository": "W/\"f65c9c666fb80961b22c7692ac011abb9ebfff3829447da45cb9825e880951bc\"", "full_name": "jcwillox/hass-auto-backup", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "714e7af", "last_release_tag": "0.10.1", "last_updated": "2021-11-25T09:32:50Z", "name": "auto_backup", "new": false, "repository_manifest": {"name": "Auto Backup", "zip_release": true, "hide_default_branch": true, "filename": "auto_backup.zip", "homeassistant": "2021.9.0b0"}, "selected_tag": null, "show_beta": false, "stars": 115, "topics": ["auto-purge", "generational-backups", "hassio", "homeassistant", "snapshots"], "version_installed": null, "last_fetched": 1643571234.605657}, "273333188": {"authors": ["@jeroenterheerdt"], "category": "integration", "description": "Sensor for Home Assistant that gets reset at midnight", "domain": "daily", "downloads": 0, "etag_repository": "W/\"87d5f71e7b86c33c30ac6d2c695a4bea94fd8bb0603c79810bee50e00c010230\"", "full_name": "jeroenterheerdt/HADailySensor", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4147f18", "last_release_tag": "v0.3.9", "last_updated": "2022-01-06T21:13:29Z", "name": "daily", "new": false, "repository_manifest": {"name": "Daily Sensor", "render_readme": true, "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 18, "topics": ["aggregation", "average", "home-assistant", "home-automation", "homeassistant", "max", "maximum", "mean", "median", "min", "minimum", "sensor", "standard-deviation", "statistics", "stdev", "sum", "var", "variance"], "version_installed": null, "last_fetched": 1642851104.100894}, "263179176": {"authors": ["@jeroenterheerdt"], "category": "integration", "description": "Smart Irrigation custom component for Home Assistant", "domain": "smart_irrigation", "downloads": 0, "etag_repository": "W/\"4b8ea7e037b6be3ef6f90f2e663b6412f3001d0ad65da3fc6b48cf95fa5d9284\"", "full_name": "jeroenterheerdt/HAsmartirrigation", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "dfb7b2d", "last_release_tag": "v0.0.77", "last_updated": "2022-01-13T19:41:20Z", "name": "smart_irrigation", "new": false, "repository_manifest": {"name": "Smart Irrigation", "render_readme": true, "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 109, "topics": ["crop", "evaporation", "evapotranspiration", "flow", "grass", "home-automation", "homeassistant", "irrigation", "lawn", "openweathermap", "rain", "snow", "sprinkler", "sprinklers", "water", "watering"], "version_installed": null, "last_fetched": 1643545554.766255}, "190982718": {"authors": ["@jihao"], "category": "integration", "description": "A hass component to integrate with colorfulclouds (\u5f69\u4e91\u5929\u6c14)", "domain": "colorfulclouds", "downloads": 0, "etag_repository": "W/\"dddca5745e10d8989af1d6d90d49f629904323722fc53852f46063f9e4bf6286\"", "full_name": "jihao/colorfulclouds-hass", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2b01bb0", "last_release_tag": "v0.1.2", "last_updated": "2019-06-20T12:38:40Z", "name": "colorfulclouds", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 20, "topics": [], "version_installed": null}, "187201747": {"authors": [], "category": "integration", "description": "rokid webhook component for Home Assistant (\u82e5\u742aHA\u7ec4\u4ef6)", "domain": "rokid_webhook", "downloads": 0, "etag_repository": "W/\"e003656c9723bd24547be4d29cb7def36b38ecb1bec57ef2267b789a9059846e\"", "full_name": "jihao/rokid-webhook-hass", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "fe0707d", "last_release_tag": "0.1.3", "last_updated": "2021-07-09T09:24:38Z", "name": "rokid_webhook", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 12, "topics": [], "version_installed": null}, "198758494": {"authors": ["@ludeeus", "adapt by @jihao"], "category": "integration", "description": "A hass component to integrate with traccar_cn which adapts Chinese map coordinates (\u4e2d\u6587\u5730\u56fe traccar.cn)", "domain": "traccar_cn", "downloads": 0, "etag_repository": "W/\"a3c66378444f873adb310502ca0ae0b96705a49cae0c724189ecc8b7001130bf\"", "full_name": "jihao/traccar-cn-hass", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b426dfe", "last_release_tag": "0.1.0", "last_updated": "2020-08-28T09:51:37Z", "name": "traccar_cn", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 17, "topics": [], "version_installed": null}, "278596510": {"authors": ["@jesserockz"], "category": "integration", "description": "A Home Assistant integration to receive live data sent from the LeafSpy app", "domain": "leafspy", "downloads": 0, "etag_repository": "W/\"eba23cfde875c68ee7c80753a7fd167841b2f8df39581b3f346106450f520d3f\"", "full_name": "jesserockz/ha-leafspy", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2caf25e", "last_release_tag": "v0.1.7", "last_updated": "2021-12-22T01:42:34Z", "name": "leafspy", "new": false, "repository_manifest": {"name": "Leaf Spy", "hacs": "0.24.0", "domains": ["device_tracker"], "iot_class": "Local Push", "homeassistant": "0.110.0"}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["electric-vehicles", "ev", "hacs", "home-assistant", "leaf", "leafspy", "nissan"], "version_installed": null}, "223541049": {"authors": ["@jaruba"], "category": "integration", "description": "\ud83d\udcfa HomeAssistant - For Samsung TVs 2016+, Includes SmartThings API and Channel List Support", "domain": "samsungtv_tizen", "downloads": 0, "etag_repository": "W/\"31efc7d942f2b037092a7ea9e2de281bf62575c3ed5404e951afbcd3ff828f9f\"", "full_name": "jaruba/ha-samsungtv-tizen", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c13be76", "last_release_tag": "v1.5.9", "last_updated": "2021-09-29T08:35:15Z", "name": "samsungtv_tizen", "new": false, "repository_manifest": {"name": "SamsungTV Tizen", "domains": ["media-player"]}, "selected_tag": null, "show_beta": false, "stars": 207, "topics": [], "version_installed": null, "last_fetched": 1643571234.601953}, "192664631": {"authors": ["@jm-73", "@eavanvalkenburg"], "category": "integration", "description": "Home Assistant Custom Component for Bosch Indego Lawn Mower", "domain": "indego", "downloads": 0, "etag_repository": "W/\"a5243cdcd3384414411fe9ce8757d607482fe910bf21f47ab3e04ee794ff8ad0\"", "full_name": "jm-73/Indego", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a2d24ec", "last_release_tag": "3.8.1", "last_updated": "2021-10-13T17:59:57Z", "name": "indego", "new": false, "repository_manifest": {"name": "Bosch Indego Mower", "country": ["SE"], "domains": ["sensor", "binary_sensor"], "homeassistant": "0.110.0"}, "selected_tag": null, "show_beta": false, "stars": 25, "topics": ["bosch-mower", "hacs", "home-assistant", "homeassistant-components", "indego", "iot", "sensor"], "version_installed": null}, "297106424": {"authors": ["@joggs"], "category": "integration", "description": "Integration for Ebeco thermostats", "domain": "ebeco", "downloads": 0, "etag_repository": "W/\"a14003baf4e2c6d027fd6212973ce6700a9742b7a0985123cca66678fb52b32f\"", "full_name": "joggs/home_assistant_ebeco", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "385f337", "last_release_tag": "0.6.2", "last_updated": "2022-01-29T20:27:04Z", "name": "ebeco", "new": false, "repository_manifest": {"name": "Ebeco thermostats", "domains": ["climate"], "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 13, "topics": ["ebeco", "hacs", "homeassistant"], "version_installed": null, "last_fetched": 1643571235.221852}, "239339530": {"authors": ["@johnwulp"], "category": "integration", "description": "Home Assisant sensor component for RAD Hoekschewaard Afval Kalender", "domain": "rad-afval", "downloads": 0, "etag_repository": "W/\"158d30dfe52dfb13106d2844f7bccf46daa9820b9766d3763113f7043beec2c0\"", "full_name": "Johnwulp/rad-afval", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b6ddb4c", "last_release_tag": null, "last_updated": "2021-08-22T10:57:45Z", "name": "rad-afval", "new": false, "repository_manifest": {"name": "RAD Hoekschewaard Afval Kalender", "content_in_root": false, "render_readme": true, "domains": ["sensor"], "country": ["NL"], "homeassistant": "0.100.0"}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": [], "version_installed": null}, "147953507": {"authors": ["@jomwells", "@hutchinsane"], "category": "integration", "description": "Custom Home Assistant (Light) Component for Ambilight LED's on Philips Android TV's", "domain": "philips_ambilight", "downloads": 0, "etag_repository": "W/\"21b77e0b3185bc80d71a77955025346377d5b5e491ca4cc70631cde11992f9c0\"", "full_name": "jomwells/ambilights", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1389c5e", "last_release_tag": null, "last_updated": "2021-06-23T17:10:55Z", "name": "philips_ambilight", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 44, "topics": [], "version_installed": null, "last_fetched": 1643571235.086734}, "193746664": {"authors": ["@jomwells"], "category": "integration", "description": "A switch component which mimics the functionality of Ambilight+Hue for all Yeelight lights/bulbs", "domain": "philips_ambilight+yeelight", "downloads": 0, "etag_repository": "W/\"d5f882abdf05ddfa2c7639d497888484b4ece3da37eab5c813f6d5a0bd94246a\"", "full_name": "jomwells/ambilight-yeelight", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5c4502e", "last_release_tag": null, "last_updated": "2020-05-29T18:20:34Z", "name": "philips_ambilight+yeelight", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 18, "topics": [], "version_installed": null}, "235659413": {"authors": ["@JonasPed"], "category": "integration", "description": "Home Assistant Custom Component showing data from eloverblik.dk", "domain": "eloverblik", "downloads": 0, "etag_repository": "W/\"aa247cf287acaa60fbd0fe313d43a8b22ebb9a4754a9d3793d149f0c28714485\"", "full_name": "JonasPed/homeassistant-eloverblik", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f6f179e", "last_release_tag": "v0.3.0", "last_updated": "2021-12-14T20:20:50Z", "name": "eloverblik", "new": false, "repository_manifest": {"name": "Eloverblik", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 78, "topics": [], "version_installed": null, "last_fetched": 1643571235.533426}, "170309600": {"authors": ["@JurajNyiri"], "category": "integration", "description": "Custom component allowing control of Atrea ventilation units", "domain": "atrea", "downloads": 0, "etag_repository": "W/\"19c3ac233b1a7dec4d17644f78013e00ff5730c738df128d03300de0bf7fbf0c\"", "full_name": "JurajNyiri/HomeAssistant-Atrea", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "53a4b5a", "last_release_tag": "5.0.1", "last_updated": "2021-03-20T05:49:07Z", "name": "atrea", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 12, "topics": [], "version_installed": null, "last_fetched": 1641895611.406402}, "175020245": {"authors": ["@JurajNyiri"], "category": "integration", "description": "Sensor which gathers water outage information from Tavos (Slovakia) website", "domain": "tavos_water_outage", "downloads": 0, "etag_repository": "W/\"46d9a39b8508344535186c7b0127a5e868ec1069b8edc426897f98f4030e6646\"", "full_name": "JurajNyiri/HomeAssistant-Tavos", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5f085ce", "last_release_tag": "1.1.1", "last_updated": "2021-03-03T21:46:59Z", "name": "tavos_water_outage", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 0, "topics": [], "version_installed": null}, "199291345": {"authors": ["@JurajNyiri"], "category": "integration", "description": "Adds ability to switch alternative speed in qBittorrent through Home Assistant.", "domain": "qbittorrent_alternative_speed", "downloads": 0, "etag_repository": "W/\"0529778d480636ec94ad0be67261c3c03f69cf47603e233be702595fbd11a7b3\"", "full_name": "JurajNyiri/HomeAssistant-qBitTorrentAlternativeSpeed", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e1c238e", "last_release_tag": "1.3.2", "last_updated": "2021-03-03T21:52:34Z", "name": "qbittorrent_alternative_speed", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": [], "version_installed": null, "last_fetched": 1643571235.837549}, "197058358": {"authors": ["@jxlarrea"], "category": "integration", "description": "Emfit QS Sleep Tracker Component for Home Assistant", "domain": "emfitqs", "downloads": 0, "etag_repository": "W/\"b7e0cf1d3ffac56ad52d7fdf0a592f6fbe18af417629c8a5beb2de39db1bb012\"", "full_name": "jxlarrea/ha-emfitqs", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d816d60", "last_release_tag": "2.2", "last_updated": "2021-06-07T02:03:11Z", "name": "emfitqs", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 14, "topics": ["emfit", "emfitqs", "home-assistant", "home-automation", "homeassistant", "homeassistant-components", "presence", "presence-detection", "python", "sleep-tracker"], "version_installed": null}, "262803775": {"authors": ["@jscruz"], "category": "integration", "description": "Carbon Intensity UK Sensor for Home Assistant", "domain": "carbon_intensity_uk", "downloads": 0, "etag_repository": "W/\"d49a67a0ab94a690f5e94ea13e607994c1582152b15eab0baecef7eca03969cd\"", "full_name": "jscruz/sensor.carbon_intensity_uk", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2f04bc0", "last_release_tag": "0.0.3", "last_updated": "2021-03-13T21:05:53Z", "name": "carbon_intensity_uk", "new": false, "repository_manifest": {"name": "Carbon Intensity UK", "hacs": "0.24.0", "domains": ["sensor"], "iot_class": "Cloud Polling", "homeassistant": "0.108.0"}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["carbon", "custom-component", "custom-integration", "energy", "hacs", "home-assistant-custom", "sensor-platform"], "version_installed": null}, "300358676": {"authors": ["@JurajNyiri"], "category": "integration", "description": "Control for Tapo cameras as a Home Assistant component", "domain": "tapo_control", "downloads": 0, "etag_repository": "W/\"6726532c8e42f6453b5cdce8ec02cd18d7b7f79d6b4d4d80819234c5ed0daefe\"", "full_name": "JurajNyiri/HomeAssistant-Tapo-Control", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4bba08e", "last_release_tag": "3.4.4", "last_updated": "2022-01-18T17:25:09Z", "name": "tapo_control", "new": false, "repository_manifest": {"name": "Tapo: Cameras Control", "homeassistant": "2021.3.0"}, "selected_tag": null, "show_beta": false, "stars": 224, "topics": ["camera", "cameras", "hacktoberfest", "hacktoberfest2021", "home-assistant", "home-automation", "homeassistant", "homeassistant-custom-component", "ptz", "tapo"], "version_installed": null, "last_fetched": 1643571236.23793}, "159025199": {"authors": ["@kalanda"], "category": "integration", "description": "AEMET integration for Home Assistant", "domain": "aemet", "downloads": 0, "etag_repository": "W/\"4dc6f9864436719cc90ab1080c012a1cbc12d15662f95836f4e904fc0af362f6\"", "full_name": "kalanda/homeassistant-aemet-sensor", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5582723", "last_release_tag": "v1.4.0", "last_updated": "2021-03-15T11:02:34Z", "name": "aemet", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 21, "topics": ["aemet", "hacs", "hassio", "homeassistant", "homeassistant-components"], "version_installed": null}, "233079250": {"authors": ["@kodi1"], "category": "integration", "description": "darksky - clouds cover and alerts", "domain": "darksky_m", "downloads": 0, "etag_repository": "W/\"979b79eb7e2ca373dbe717ddf44f354e54a1bca149b6e2598b19724d3920f522\"", "full_name": "kodi1/darksky_m", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "ead4a32", "last_release_tag": null, "last_updated": "2021-03-28T10:12:47Z", "name": "darksky_m", "new": false, "repository_manifest": {"name": "darksky_m", "render_readme": "true", "country": ["NO"]}, "selected_tag": null, "show_beta": false, "stars": 0, "topics": ["darksky", "hacs", "home-assistant", "python"], "version_installed": null}, "232077394": {"authors": ["@kirei"], "category": "integration", "description": "Home Assistant Component for Chargeamps", "domain": "chargeamps", "downloads": 0, "etag_repository": "W/\"3771f87aca60b4d381c6457865ada29fa83b476406201f06336c2f4b9f5528eb\"", "full_name": "kirei/hass-chargeamps", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b5255ee", "last_release_tag": "v1.6.0", "last_updated": "2021-12-19T18:53:48Z", "name": "chargeamps", "new": false, "repository_manifest": {"name": "Chargeamps", "domains": ["sensor", "light", "switch"], "iot_class": "cloud_polling", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 13, "topics": ["chargeamps", "homeassistant-integration"], "version_installed": null, "last_fetched": 1642184269.933482}, "233089370": {"authors": ["@kodi1"], "category": "integration", "description": "easyesp status sensor", "domain": "esp_wd", "downloads": 0, "etag_repository": "W/\"acb6ddbb5e93aec16f2072f25d6e898c9b4edab4083fd31eb1d20679f31be071\"", "full_name": "kodi1/esp_wd", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a411086", "last_release_tag": null, "last_updated": "2021-03-28T10:14:02Z", "name": "esp_wd", "new": false, "repository_manifest": {"name": "esp_wd", "render_readme": "true", "country": ["NO"]}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["esp-easy", "hacs", "home-assistant", "python"], "version_installed": null}, "246939713": {"authors": ["@jonkristian"], "category": "integration", "description": "Home Assistant component for Trondheim renholdsverk bin pickups.", "domain": "wasteplan_trv", "downloads": 0, "etag_repository": "W/\"223d7397460eb37e5d42e7f43099b4417ee7529f16b69b40c38e838f93e3a1f8\"", "full_name": "jonkristian/wasteplan_trv", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4fafc19", "last_release_tag": "v1.0.1", "last_updated": "2021-12-28T10:27:19Z", "name": "wasteplan_trv", "new": false, "repository_manifest": {"name": "Wasteplan TRV", "country": ["NO"], "domains": "sensor", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": ["home-assistant", "homeassistant", "trondheim", "trv", "waste-management"], "version_installed": null, "last_fetched": 1643571235.346525}, "233090507": {"authors": ["@kodi1"], "category": "integration", "description": "meteoalarm sensor", "domain": "meteoalarm_m", "downloads": 0, "etag_repository": "W/\"6d0ab13b0fc972ad0114dfaae073c4786c01988a6db3a7eb37ab22b78a7f4e7b\"", "full_name": "kodi1/meteoalarm", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "294bc3a", "last_release_tag": null, "last_updated": "2021-03-28T10:14:30Z", "name": "meteoalarm_m", "new": false, "repository_manifest": {"name": "meteoalarm", "render_readme": "true", "country": ["NO"]}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": ["hacs", "home-assistant", "meteoalarm", "python"], "version_installed": null}, "233092112": {"authors": ["@kodi1"], "category": "integration", "description": "songpal - volume down workaround", "domain": "songpal_m", "downloads": 0, "etag_repository": "W/\"5697baf1ecfa09475d24f7feb213631918e92a5f8c045e53519d98e996a67987\"", "full_name": "kodi1/songpal_m", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4805076", "last_release_tag": null, "last_updated": "2021-03-28T10:15:20Z", "name": "songpal_m", "new": false, "repository_manifest": {"name": "songpal_m", "render_readme": "true", "country": ["NO"]}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["hacs", "home-assistant", "python", "songpal"], "version_installed": null}, "233092629": {"authors": ["@kodi1"], "category": "integration", "description": "tvheadend recorder sensor - lovelace upcoming media card", "domain": "tvh_rec", "downloads": 0, "etag_repository": "W/\"2f0d5e0300690312d983f815bf045cc0a6e1105a403b1cb3b5adcced493195ea\"", "full_name": "kodi1/tvh_rec", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "dee1e18", "last_release_tag": null, "last_updated": "2022-01-09T10:38:49Z", "name": "tvh_rec", "new": false, "repository_manifest": {"name": "tvh_rec", "country": ["NO"]}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": ["hacs", "home-assistant", "python", "recordings", "tvheadend"], "version_installed": null, "last_fetched": 1641895617.996288}, "286554328": {"authors": ["@KoljaWindeler"], "category": "integration", "description": "custom integration for kaco solar inverter", "domain": "kaco", "downloads": 0, "etag_repository": "W/\"96fd4c825426dd4ae198a8fa2aa2b6112e79017e5da70e3c6c5fdc06720f5cea\"", "full_name": "KoljaWindeler/kaco", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d498e4d", "last_release_tag": null, "last_updated": "2022-01-03T12:03:49Z", "name": "kaco", "new": false, "repository_manifest": {"name": "Kaco", "content_in_root": false, "render_readme": true, "iot_class": "Local Pull"}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["homeassistant-integration", "inverter", "solar-energy"], "version_installed": null, "last_fetched": 1641217236.11152}, "246410785": {"authors": ["@KoljaWindeler"], "category": "integration", "description": "Integration that displays the next event of an ics link (support reoccuring events)", "domain": "ics", "downloads": 0, "etag_repository": "W/\"39de2bb7871ef3eaf025b7d99dd365b8b87a004f84cfa8b6e4d9b11793eb4252\"", "full_name": "KoljaWindeler/ics", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "03251e8", "last_release_tag": "20211212.01", "last_updated": "2021-12-12T16:17:19Z", "name": "ics", "new": false, "repository_manifest": {"name": "ICS", "content_in_root": false, "render_readme": true, "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 32, "topics": ["appointments", "filtering", "homeassistant", "ics", "reoccuring-events"], "version_installed": null, "last_fetched": 1641895618.774345}, "242635439": {"authors": ["@kuchel77"], "category": "integration", "description": "Disk space for a path. For use with Home Assistant", "domain": "diskspace", "downloads": 0, "etag_repository": "W/\"10d58fff3a42848a1fe93b91e731b8c13ba48fd1e678a11881e3a24ca2cda335\"", "full_name": "kuchel77/diskspace", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b80bddc", "last_release_tag": "0.8", "last_updated": "2021-04-18T05:13:59Z", "name": "diskspace", "new": false, "repository_manifest": {"name": "Disk Space", "content_in_root": false, "domains": ["sensor"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": ["assistant", "disk", "hass", "home", "space"], "version_installed": null}, "132661981": {"authors": ["@legrego"], "category": "integration", "description": "Publish Home-Assistant events to Elasticsearch", "domain": "elastic", "downloads": 0, "etag_repository": "W/\"39b61d7d893d37a78c8db7b18c2d96094382eae5e6ee1b5d0aa863680e918e85\"", "full_name": "legrego/homeassistant-elasticsearch", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "ba7a4a7", "last_release_tag": "v0.4.0", "last_updated": "2021-08-11T13:07:39Z", "name": "elastic", "new": false, "repository_manifest": {"name": "Elasticsearch component"}, "selected_tag": null, "show_beta": false, "stars": 83, "topics": ["custom-component", "elasticsearch", "hacktoberfest", "hass", "home-assistant", "home-automation", "python"], "version_installed": null, "last_fetched": 1643571238.12006}, "230151505": {"authors": ["@laszlojakab"], "category": "integration", "description": "Dijnet integration for Home Assistant", "domain": "dijnet", "downloads": 0, "etag_repository": "W/\"b5c63dee2ab959246fb9f76cd4cae0dea507f41685f38779857b42d3cdec2bca\"", "full_name": "laszlojakab/homeassistant-dijnet", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6c16794", "last_release_tag": "v0.3.1-beta", "last_updated": "2022-01-11T21:59:09Z", "name": "dijnet", "new": false, "repository_manifest": {"name": "Dijnet integration", "country": ["HU"], "render_readme": "True", "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": ["dijnet", "home-assistant", "home-assistant-custom", "home-assistant-sensor"], "version_installed": null, "last_fetched": 1642004273.767833}, "258852884": {"authors": ["@laszlojakab"], "category": "integration", "description": "Helios EasyControls Modbus TCP/IP integration for Home Assistant", "domain": "easycontrols", "downloads": 0, "etag_repository": "W/\"e3a6902b6b8d52627e0ac1b58656a88554dda5b0ef549a849b98fca73b5611b8\"", "full_name": "laszlojakab/homeassistant-easycontrols", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "0f681bb", "last_release_tag": "v0.5.0", "last_updated": "2022-01-09T18:15:59Z", "name": "easycontrols", "new": false, "repository_manifest": {"name": "Helios EasyControls Modbus TCP/IP integration", "iot_class": "Local Polling", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 7, "topics": ["easycontrols", "eazyctrl", "home-assistant-custom", "homeassistant", "modbus"], "version_installed": null, "last_fetched": 1642274176.947733}, "279680951": {"authors": ["@kukulich"], "category": "integration", "description": "Home Assistant custom component for JABLOTRON 100+ alarm system", "domain": "jablotron100", "downloads": 0, "etag_repository": "W/\"332517c8b8e93cc5e372794c5d2c2a9bbb0d798873b2449934ee313650ed1f35\"", "full_name": "kukulich/home-assistant-jablotron100", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3839144", "last_release_tag": "3.6.0", "last_updated": "2022-01-19T01:13:47Z", "name": "jablotron100", "new": false, "repository_manifest": {"name": "Jablotron 100", "content_in_root": false, "domains": ["alarm_control_panel", "binary_sensor"], "country": ["CS", "DA", "DE", "EN", "IT", "NB", "NL", "SK"], "homeassistant": "2021.12.0", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 31, "topics": ["alarm", "custom-component", "hacs", "home-assistant", "integration", "jablotron"], "version_installed": null, "last_fetched": 1643571237.506174}, "254253124": {"authors": ["@heythisisnate", "@snicker"], "category": "integration", "description": "HomeAssistant integration for Noonlight", "domain": "noonlight", "downloads": 0, "etag_repository": "W/\"6685ee7ca8fc93eef574485f6523af65a02afb913611cb0c427fff2d155c702f\"", "full_name": "konnected-io/noonlight-hass", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "df714c5", "last_release_tag": "v1.1.0", "last_updated": "2022-01-13T19:30:55Z", "name": "noonlight", "new": false, "repository_manifest": {"name": "Noonlight - Alarm Monitoring", "render_readme": true, "country": ["US"], "domains": ["switch"], "homeassistant": "0.96"}, "selected_tag": null, "show_beta": false, "stars": 19, "topics": ["alarm", "homeassistant", "homeassistant-components", "monitoring", "noonlight", "security"], "version_installed": null, "last_fetched": 1643571237.009583}, "183222061": {"authors": ["@lichtteil"], "category": "integration", "description": "Custom component for Home Assistant that integrates your (own) local Luftdaten sensor (air quality/particle sensor) without using the cloud.", "domain": "local_luftdaten", "downloads": 0, "etag_repository": "W/\"045512916b29d492e99606eb424666f6a5c4ef5eff2ee2348ec50cecb776243d\"", "full_name": "lichtteil/local_luftdaten", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "98a7028", "last_release_tag": "2.0.0", "last_updated": "2021-12-27T08:58:32Z", "name": "local_luftdaten", "new": false, "repository_manifest": {"name": "Local Luftdaten Sensor", "render_readme": true, "domains": "sensor"}, "selected_tag": null, "show_beta": false, "stars": 24, "topics": ["air-quality", "homeassistant", "homeassistant-sensor", "sensor"], "version_installed": null, "last_fetched": 1643571238.194786}, "204192861": {"authors": ["@Limych"], "category": "integration", "description": "Average Sensor for Home Assistant", "domain": "average", "downloads": 0, "etag_repository": "W/\"c800130d3d3070cc55f8aa1f3147aab1a5383ab68915c6360e4c92b508da1951\"", "full_name": "Limych/ha-average", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a106074", "last_release_tag": "2.2.1", "last_updated": "2022-01-19T01:12:12Z", "name": "average", "new": false, "repository_manifest": {"name": "Average Sensor", "domains": ["sensor"], "hacs": "1.6.0", "iot_class": "Assumed State", "homeassistant": "0.118.0"}, "selected_tag": null, "show_beta": false, "stars": 156, "topics": ["average", "hacs", "home-assistant", "home-assistant-component", "home-assistant-sensor", "sensor"], "version_installed": null, "last_fetched": 1642851123.999412}, "199313405": {"authors": ["@Limych"], "category": "integration", "description": "Home Assistant custom component for Beward security Cameras and Doorbells", "domain": "beward", "downloads": 0, "etag_repository": "W/\"6b6ec8a6293434b572fa2968461099e230ed2e9fb9be85e15e1209f5121d662d\"", "full_name": "Limych/ha-beward", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "77e7faf", "last_release_tag": "1.1.17", "last_updated": "2021-06-04T10:21:46Z", "name": "beward", "new": false, "repository_manifest": {"name": "Beward Cameras & Doorbells", "domains": ["beward", "camera", "sensor", "binary_sensor"], "iot_class": "Local Push"}, "selected_tag": null, "show_beta": false, "stars": 14, "topics": ["beward", "camera", "custom-component", "doorbell", "dvr", "home-assistant", "security", "surveillance"], "version_installed": null}, "210194956": {"authors": ["@limych"], "category": "integration", "description": "Car Wash Binary Sensor for Home Assistant", "domain": "car_wash", "downloads": 0, "etag_repository": "W/\"d41787fe13d62038bf4300a1cbce14180f1e5c8f86a662ecdd3b562037ec2ea4\"", "full_name": "Limych/ha-car_wash", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "413ce8d", "last_release_tag": "1.5.1", "last_updated": "2022-01-04T16:37:51Z", "name": "car_wash", "new": false, "repository_manifest": {"name": "Car Wash", "domains": ["sensor"], "hacs": "1.6.0", "iot_class": "Assumed State", "homeassistant": "0.118.0"}, "selected_tag": null, "show_beta": false, "stars": 63, "topics": ["binary-sensor", "car", "car-wash", "home-assistant", "wash", "weather-forecast"], "version_installed": null, "last_fetched": 1641470249.686295}, "206868881": {"authors": ["@limych"], "category": "integration", "description": "Gismeteo Weather Provider for Home Assistant", "domain": "gismeteo", "downloads": 0, "etag_repository": "W/\"d8374f50a873c0cc1fdde12d50eee5b2bd61bd29c15df7ba6e0ce7ee55b8453b\"", "full_name": "Limych/ha-gismeteo", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9d4c74a", "last_release_tag": "2.3.4", "last_updated": "2022-01-07T22:07:45Z", "name": "gismeteo", "new": false, "repository_manifest": {"name": "Gismeteo", "hacs": "1.6.0", "domains": ["weather", "sensor"], "iot_class": "Cloud Polling", "homeassistant": "0.118.0"}, "selected_tag": null, "show_beta": false, "stars": 74, "topics": ["forecast", "gismeteo", "gismeteo-weather", "hacs", "home-assistant", "sensor", "sensors", "weather-provider"], "version_installed": null, "last_fetched": 1642520503.925944}, "228063780": {"authors": ["@Limych"], "category": "integration", "description": "Indoor Air Quality Sensor Component for Home Assistant", "domain": "iaquk", "downloads": 6, "etag_repository": "W/\"51282d451977f439b05eabfbb44982fcc7be083a7cb65a9ca73749e0b4460871\"", "full_name": "Limych/ha-iaquk", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "eaf0455", "last_release_tag": "1.6.1", "last_updated": "2022-01-19T15:09:37Z", "name": "iaquk", "new": false, "repository_manifest": {"name": "Indoor Air Quality UK Index", "domains": ["sensor"], "hacs": "1.6.0", "iot_class": "Assumed State", "homeassistant": "0.118.0"}, "selected_tag": null, "show_beta": false, "stars": 52, "topics": ["air-quality", "hacs", "home-assistant", "indoor", "sensor"], "version_installed": null, "last_fetched": 1643571239.257246}, "197950768": {"authors": [], "category": "integration", "description": "Our Groceries Integration for Home Assistant", "domain": "ourgroceries", "downloads": 0, "etag_repository": "W/\"2c654fe724aa38b09918d71013da6d2c698069be14cee7b0a653eb47fae7261e\"", "full_name": "ljmerza/ha-our-groceries", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a32dcfc", "last_release_tag": "1.3.11", "last_updated": "2022-01-07T17:21:51Z", "name": "ourgroceries", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 23, "topics": [], "version_installed": null, "last_fetched": 1643571238.972084}, "219363790": {"authors": [], "category": "integration", "description": "Play videos from the Swedish channel 4", "domain": "tv4_play", "downloads": 0, "etag_repository": "W/\"0c3e427b1c95d1390d672256bb318e1ca854153ddc6a5cdd43c0a11bd5520321\"", "full_name": "lindell/home-assistant-tv4-play", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "ba8fcd2", "last_release_tag": "1.1.0", "last_updated": "2021-10-15T17:14:08Z", "name": "tv4_play", "new": false, "repository_manifest": {"name": "TV4 Play", "country": ["SE"]}, "selected_tag": null, "show_beta": false, "stars": 13, "topics": ["homeassistant", "tv4", "tv4play"], "version_installed": null}, "256709811": {"authors": ["@Limych"], "category": "integration", "description": "JQ-300 Indoor Air Quality Meter Home Assistant Integration", "domain": "jq300", "downloads": 6, "etag_repository": "W/\"b82ef289b92655ae791f46f4e8b9b94af9538b5165131d5cb21ac0af45b04318\"", "full_name": "Limych/ha-jq300", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4af54af", "last_release_tag": "0.10.0", "last_updated": "2022-01-19T15:09:37Z", "name": "jq300", "new": false, "repository_manifest": {"name": "JQ-300/200/100 Indoor Air Quality Meter", "domains": ["sensor"], "hacs": "1.6.0", "iot_class": "Cloud Push", "homeassistant": "0.118.0"}, "selected_tag": null, "show_beta": false, "stars": 38, "topics": ["air-quality", "air-quality-measurements", "air-quality-sensor", "custom-component", "home-assistant", "home-assistant-component"], "version_installed": null, "last_fetched": 1643571238.64289}, "200035037": {"authors": [], "category": "integration", "description": "Home Assistant custom component to get online and game status of Discord users", "domain": "discord_game", "downloads": 0, "etag_repository": "W/\"3a08e62db6572c2c889d3175011a1ed8a3d5f0492befa09d28605f6e363cabae\"", "full_name": "LordBoos/discord_game", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3196c46", "last_release_tag": "4.2.2", "last_updated": "2022-01-05T11:22:07Z", "name": "discord_game", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 31, "topics": [], "version_installed": null, "last_fetched": 1642520503.934968}, "242335771": {"authors": [], "category": "integration", "description": "Play SVT Play videos and channels via home assistant", "domain": "svt_play", "downloads": 0, "etag_repository": "W/\"1e2246ae963766a6b3d4b74dd9e89404266298dfd28a1cedae62b9ad1ca8e757\"", "full_name": "lindell/home-assistant-svt-play", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3f35b12", "last_release_tag": "1.0.4", "last_updated": "2021-10-26T18:16:08Z", "name": "svt_play", "new": false, "repository_manifest": {"name": "SVT Play", "country": ["SE"]}, "selected_tag": null, "show_beta": false, "stars": 15, "topics": ["home-assistant", "homeassistant", "svt", "svtplay", "sweden", "tv", "video"], "version_installed": null}, "183064800": {"authors": ["@ljmerza"], "category": "integration", "description": "Email Sensor for collecting tracking numbers from over 25 providers.", "domain": "email", "downloads": 0, "etag_repository": "W/\"99da0022de7a7112d860949026db18b5d433b9bf06ad46e72abb3856c00547de\"", "full_name": "ljmerza/ha-email-sensor", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4072fd9", "last_release_tag": "2.15.0", "last_updated": "2021-05-24T12:59:58Z", "name": "email", "new": false, "repository_manifest": {"name": "Email Sensor", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 55, "topics": [], "version_installed": null, "last_fetched": 1642430609.500468}, "246657442": {"authors": ["@lolouk44"], "category": "integration", "description": "CurrentCost Meter Reading Custom Component for Home Assistant ", "domain": "currentcost", "downloads": 0, "etag_repository": "W/\"e5830f90c996ec4ad42f42d57af0919029604a9a760c6bb0b2ce33e64a2ae042\"", "full_name": "lolouk44/CurrentCost_HA_CC", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b4ca057", "last_release_tag": "0.2.2", "last_updated": "2021-12-14T18:54:07Z", "name": "currentcost", "new": false, "repository_manifest": {"name": "Current Cost", "domains": ["sensor"], "iot_class": "local push"}, "selected_tag": null, "show_beta": false, "stars": 10, "topics": ["cc128", "current-cost", "currentcost", "envi", "envir"], "version_installed": null, "last_fetched": 1641217247.077083}, "243841075": {"authors": ["@lociii"], "category": "integration", "description": "CS:GO gamestate reporting to Home Assistant", "domain": "csgo_gamestate", "downloads": 0, "etag_repository": "W/\"d8133ab1e5ab2a49ffabdbd9d7887471d52ed0664a1b0d46a5785f60bb3be1e1\"", "full_name": "lociii/homeassistant-csgo", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6608117", "last_release_tag": "1.4.0", "last_updated": "2021-12-06T16:21:10Z", "name": "csgo_gamestate", "new": false, "repository_manifest": {"name": "CS:GO game state", "homeassistant": "0.100", "iot_class": "local_push"}, "selected_tag": null, "show_beta": false, "stars": 10, "topics": [], "version_installed": null}, "257912976": {"authors": [], "category": "integration", "description": "mqtt template switch for homeassistant", "domain": "mqtt_template", "downloads": 0, "etag_repository": "W/\"5e259a92063cefde6f72b5b58a9c82c2d08df780fe15b60136bbfcab0cea2a41\"", "full_name": "lukich48/hass_mqtt_template_switch", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "767488a", "last_release_tag": "2.1.1", "last_updated": "2021-03-07T13:28:58Z", "name": "mqtt_template", "new": false, "repository_manifest": {"name": "Mqtt template switch", "render_readme": true, "domains": ["switch"]}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": [], "version_installed": null}, "262203345": {"authors": ["@mac-zhou"], "category": "integration", "description": "Home Assistant Custom Integration for Midea Group(Hualing, Senville, Klimaire, AirCon, Century, Pridiom, Thermocore, Comfee, Toshiba, Carrier, Goodman, Friedrich, Samsung, Kenmore, Trane, Lennox, LG and much more) Air Conditioners via LAN.", "domain": "midea_ac", "downloads": 0, "etag_repository": "W/\"a8d16cbebb7d0fa9a54a715cdde9fe10cc0b746e17c3a454c8071675e7901015\"", "full_name": "mac-zhou/midea-ac-py", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "718aba1", "last_release_tag": null, "last_updated": "2022-01-07T08:41:55Z", "name": "midea_ac", "new": false, "repository_manifest": {"name": "Midea Smart Aircon", "domains": ["climate"], "render_readme": false, "homeassistant": "0.110.2"}, "selected_tag": null, "show_beta": false, "stars": 244, "topics": [], "version_installed": null, "last_fetched": 1643571239.439668}, "254347436": {"authors": ["@mampfes"], "category": "integration", "description": "Home Assistant integration framework for (garbage collection) schedules", "domain": "waste_collection_schedule", "downloads": 0, "etag_repository": "W/\"3154f863d9a614b5a12d536c125cadf7c4ba501a3347cc473c90ad7b7ffb18df\"", "full_name": "mampfes/hacs_waste_collection_schedule", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "610e5c1", "last_release_tag": "1.15.0", "last_updated": "2022-01-30T06:35:03Z", "name": "waste_collection_schedule", "new": false, "repository_manifest": {"name": "Waste Collection Schedule", "domains": ["sensor"], "iot_class": "cloud_polling"}, "selected_tag": null, "show_beta": false, "stars": 130, "topics": ["abfall", "abfallnavi", "abfallplus", "berlin", "garbage", "garbage-collection", "hamburg", "home-assistant", "homeassistant", "homeassistant-integration", "jumomind", "koeln", "muell", "muellabfuhr", "muellsammlung", "mymuell", "regioit", "waste", "waste-collection"], "version_installed": null, "last_fetched": 1643571239.70792}, "195883127": {"authors": ["@Martinvdm", "@vloris"], "category": "integration", "description": "Garbage collection Nissewaard for Home Assistant", "domain": "nissewaard", "downloads": 0, "etag_repository": "W/\"180f3b53d867b79be731b38ae9e95547c3f90ab9338f9af25526591e478608bc\"", "full_name": "Martinvdm/garbage-nissewaard-homeassistant", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d15a028", "last_release_tag": null, "last_updated": "2021-04-11T12:18:11Z", "name": "nissewaard", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 0, "topics": [], "version_installed": null}, "197578489": {"authors": ["@mlowijs", "@robhofmann"], "category": "integration", "description": null, "domain": "tesla_cc", "downloads": 0, "etag_repository": "W/\"c1ea2978f62e2b1223a56230bb3578a5459da1bbfb109d0ccd207412e4f4f4fa\"", "full_name": "mlowijs/HomeAssistant-TeslaCustomComponent", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6948798", "last_release_tag": null, "last_updated": "2020-06-13T08:59:32Z", "name": "tesla_cc", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 7, "topics": [], "version_installed": null}, "295627573": {"authors": ["@michaellunzer", "@clyra"], "category": "integration", "description": "This is a Home-Assistant custom component that pulls Fortnite stats using the python API library from the site fortnitetracker.com", "domain": "fortnite", "downloads": 0, "etag_repository": "W/\"a3fc18b2c93c1997a6e9c8455f7101b7557c957c51d53c97c9aa54c1ce2e2e0b\"", "full_name": "michaellunzer/Home-Assistant-Custom-Component-Fortnite", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1b6effa", "last_release_tag": "v0.1.2", "last_updated": "2021-11-03T06:00:38Z", "name": "fortnite", "new": false, "repository_manifest": {"name": "Fortnite Stats", "hacs": "0.24.0", "domains": ["sensor"], "iot_class": "Cloud Polling", "homeassistant": "0.110.0", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["custom-component", "fortnite", "fortnite-api", "fortnite-stats", "hacs", "home-assistant", "home-assistant-custom", "python"], "version_installed": null, "last_fetched": 1641470259.763951}, "238446853": {"authors": ["@maykar"], "category": "integration", "description": "\u2771 Plex Assistant is a Home Assistant integration for casting Plex media to Google devices, Sonos devices, and Plex clients with Google Assistant, HA's conversation integration, and more.", "domain": "plex_assistant", "downloads": 0, "etag_repository": "W/\"47ed189aa9a6d48a2d6ddec09f055db3599b6f5db6d3509290ce353dfc836018\"", "full_name": "maykar/plex_assistant", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "cab2356", "last_release_tag": "1.1.9", "last_updated": "2021-12-14T16:04:40Z", "name": "plex_assistant", "new": false, "repository_manifest": {"name": "Plex Assistant", "homeassistant": "2021.2.0"}, "selected_tag": null, "show_beta": false, "stars": 223, "topics": [], "version_installed": null, "last_fetched": 1643571239.986339}, "291317330": {"authors": ["@mletenay"], "category": "integration", "description": "Home Assistant custom component for Electric Vehicle Charge Control devices by Phoenix Contact ", "domain": "phoenix_contact", "downloads": 0, "etag_repository": "W/\"0f600786293d98d142d764e9b254bd15533385c2e3ec8dda019d76cc17da4abe\"", "full_name": "mletenay/home-assistant-ev-charge-control", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "da58976", "last_release_tag": null, "last_updated": "2021-12-21T23:06:01Z", "name": "phoenix_contact", "new": false, "repository_manifest": {"name": "Electric Vehicle Charge Control", "country": ["SK"], "domains": ["switch", "select", "sensor"], "homeassistant": "2021.12.0"}, "selected_tag": null, "show_beta": false, "stars": 0, "topics": ["charging-stations", "electric-vehicles", "evse", "home-assistant", "home-assistant-hacs"], "version_installed": null}, "203244705": {"authors": [], "category": "integration", "description": "A platform sensor which tells you which meals are served in your canteen.", "domain": "openmensa", "downloads": 0, "etag_repository": "W/\"60e0b0390f1db1e30490d7f41715bf71a05b564f53b2c876da31a46a575e8ccb\"", "full_name": "Mofeywalker/openmensa-hass-component", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c9238a2", "last_release_tag": null, "last_updated": "2021-09-04T08:04:28Z", "name": "openmensa", "new": false, "repository_manifest": {"name": "OpenMensa Sensor", "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": [], "version_installed": null}, "289251122": {"authors": ["@mletenay"], "category": "integration", "description": "Read the voltage/current/power/battery values from your GoodWe Inverter via local network (UDP - no cloud) ", "domain": "goodwe", "downloads": 0, "etag_repository": "W/\"92fbaee56300f5f6a286c4ec972e9713d68d2fc568baa4ec2137f894657324c0\"", "full_name": "mletenay/home-assistant-goodwe-inverter", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "cf7f613", "last_release_tag": "v0.9.8.1", "last_updated": "2022-01-11T23:15:22Z", "name": "goodwe", "new": false, "repository_manifest": {"name": "GoodWe Inverter Solar Sensor (UDP - no cloud)", "country": ["SK"], "domains": ["sensor"], "homeassistant": "2021.12.0"}, "selected_tag": null, "show_beta": false, "stars": 68, "topics": ["goodwe", "hacs", "home-assistant", "home-assistant-sensor", "pv-systems"], "version_installed": null, "last_fetched": 1643571240.309138}, "239366330": {"authors": ["@mikelawrence"], "category": "integration", "description": "Haiku with SenseME fan integration for Home Assistant", "domain": "senseme", "downloads": 0, "etag_repository": "W/\"485446f6501038c71acd775db5892b0c3159837b463aaf4dcf02a7c37847d854\"", "full_name": "mikelawrence/senseme-hacs", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "de4cf04", "last_release_tag": "v2.2.5", "last_updated": "2021-12-28T02:15:41Z", "name": "senseme", "new": false, "repository_manifest": {"name": "SenseME", "domains": ["fan", "light", "binary_sensor"], "homeassistant": "2021.3.0", "iot_class": "Local Push"}, "selected_tag": null, "show_beta": false, "stars": 19, "topics": ["bigassfans", "fan", "hacs", "haiku", "home-assistant", "homeassistant", "senseme"], "version_installed": null, "last_fetched": 1641307251.882812}, "272094506": {"authors": ["@mrk-its"], "category": "integration", "description": "Custom Component for fetching lightning data from blitzortung.org", "domain": "blitzortung", "downloads": 0, "etag_repository": "W/\"da2acdad343dde2be0127bd3f5a202081f9af3b554719202cc6611836680a8e8\"", "full_name": "mrk-its/homeassistant-blitzortung", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "0f05fe0", "last_release_tag": null, "last_updated": "2021-12-15T15:29:15Z", "name": "blitzortung", "new": false, "repository_manifest": {"name": "Blitzortung.org Lightning Detector", "country": ["PL"], "render_readme": true, "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 59, "topics": ["blitzortung", "home-assistant", "home-automation", "lightning-network"], "version_installed": null, "last_fetched": 1643545554.547474}, "253842395": {"authors": ["@msp1974"], "category": "integration", "description": "An integration for JLR InControl to Home Assistant", "domain": "jlrincontrol", "downloads": 0, "etag_repository": "W/\"4e1c03003c25a2e46fa484f9b76934eab77355292da8e066b07120f16a1bf7d7\"", "full_name": "msp1974/homeassistant-jlrincontrol", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7c6ce65", "last_release_tag": "V2.1.3", "last_updated": "2021-12-26T17:06:44Z", "name": "jlrincontrol", "new": false, "repository_manifest": {"name": "Jaguar Landrover InControl", "render_readme": false, "iot_class": "Cloud Polling", "homeassistant": "0.115.0"}, "selected_tag": null, "show_beta": false, "stars": 25, "topics": ["hacs", "homeassistant", "i-pace", "jaguar", "jlr", "landrover", "rrs", "vehicle", "wirelesscar"], "version_installed": null, "last_fetched": 1641470262.729936}, "255662264": {"authors": ["@MTrab"], "category": "integration", "description": "Landroid Cloud component for Home Assistant", "domain": "landroid_cloud", "downloads": 0, "etag_repository": "W/\"f09bb6f6465b8d7cc747199eafb492452aa4cc8a7158a08b12158f31220a45be\"", "full_name": "MTrab/landroid_cloud", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1cee88f", "last_release_tag": "v1.8.1", "last_updated": "2022-01-19T10:16:46Z", "name": "landroid_cloud", "new": false, "repository_manifest": {"name": "Landroid Cloud", "render_readme": true, "iot_class": "cloud_polling"}, "selected_tag": null, "show_beta": false, "stars": 69, "topics": ["homeassistant", "homeassistant-custom-component", "homeassistant-integration"], "version_installed": null, "last_fetched": 1643571240.822412}, "269588712": {"authors": ["@mvdwetering"], "category": "integration", "description": "Home Assistant integration for the Philips Hue Play HDMI Sync Box", "domain": "huesyncbox", "downloads": 11, "etag_repository": "W/\"1a8834d6cc7f3dbdfdd336556518e06c3af53d55d5f529daa1bc1fb9fd77920d\"", "full_name": "mvdwetering/huesyncbox", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "494ad11", "last_release_tag": "v1.16.0", "last_updated": "2022-01-17T19:53:58Z", "name": "huesyncbox", "new": false, "repository_manifest": {"name": "Philips Hue Play HDMI Sync Box", "render_readme": true, "domains": ["media_player"], "homeassistant": "2021.12.0", "iot_class": "Local Polling"}, "selected_tag": null, "show_beta": false, "stars": 44, "topics": ["hacs", "homeassistant-integration", "hue-entertainment", "huesync", "philips-hue"], "version_installed": null, "last_fetched": 1643571241.322128}, "192604318": {"authors": ["@mudape"], "category": "integration", "description": "A custom component for Home Assistant to detect iPhones connected to local LAN, even if the phone is in deep sleep.", "domain": "iphonedetect", "downloads": 6350, "etag_repository": "W/\"44e17fde490b938f783de3bccb677a3755cb4418b6e470dd750a75c801f0ce19\"", "full_name": "mudape/iphonedetect", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f8b51ba", "last_release_tag": "1.4.0", "last_updated": "2021-04-05T12:28:32Z", "name": "iphonedetect", "new": false, "repository_manifest": {"name": "iPhone Device Tracker", "homeassistant": "0.94.0", "iot_class": "Local Polling", "domains": ["device_tracker"], "zip_release": true, "filename": "iphonedetect.zip"}, "selected_tag": null, "show_beta": false, "stars": 169, "topics": ["custom-component", "hacs", "home-assistant", "iphonedetect"], "version_installed": null, "last_fetched": 1643571240.717914}, "278930028": {"authors": ["@nicjo814", "@limych", "@nagyrobi"], "category": "integration", "description": "LinkPlay based media devices integration for Home Assistant. Fully compatible with Mini Media Player card including speaker group management. Supports snapshot and restore functionality for TTS.", "domain": "linkplay", "downloads": 0, "etag_repository": "W/\"08c36266d2216e9dfb38dd44eeaeb1974234f5e5b0e48350ed552f1ddd715458\"", "full_name": "nagyrobi/home-assistant-custom-components-linkplay", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "661eff7", "last_release_tag": "2.0.43", "last_updated": "2022-01-28T16:02:32Z", "name": "linkplay", "new": false, "repository_manifest": {"name": "Linkplay-based speakers and devices", "content_in_root": false, "render_readme": false, "domains": ["media_player"], "homeassistant": "2021.4.0"}, "selected_tag": null, "show_beta": false, "stars": 60, "topics": ["arylic", "cvte", "harman-kardon", "home-assistant", "linkplay", "media-player", "speaker", "tts"], "version_installed": null, "last_fetched": 1643571241.427684}, "286186485": {"authors": ["@nielsfaber"], "category": "integration", "description": "Custom component for HA that enables the creation of scheduler entities", "domain": "scheduler", "downloads": 66, "etag_repository": "W/\"54fb5664319f2e7bab2f47f12c365fbabf807cafc0c1372bb51ddc64ed24cd17\"", "full_name": "nielsfaber/scheduler-component", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "652e3eb", "last_release_tag": "v3.2.6", "last_updated": "2022-01-19T17:59:41Z", "name": "scheduler", "new": false, "repository_manifest": {"name": "Scheduler component", "render_readme": "true", "iot_class": ["Local Push"], "domains": ["switch"]}, "selected_tag": null, "show_beta": false, "stars": 228, "topics": ["custom-component", "hacs", "homeassistant", "integration", "python", "scheduler"], "version_installed": null, "last_fetched": 1643571242.355162}, "153870340": {"authors": [], "category": "integration", "description": "\u2744 Use a Harmony Hub to control an IR controlled climate device", "domain": "harmony_ac", "downloads": 0, "etag_repository": "W/\"cc7e293134ad640a492819acf1d16bf3dd6398f9ced00cae1e6db02e69df8ff9\"", "full_name": "nickneos/HA_harmony_climate_component", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f52784f", "last_release_tag": "v0.2.1", "last_updated": "2021-03-12T13:27:19Z", "name": "harmony_ac", "new": false, "repository_manifest": {"name": "Harmony Hub Climate Controller", "domains": ["climate"], "homeassistant": "0.96.0", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 20, "topics": ["air-conditioner", "climate", "hacktoberfest", "hacs", "harmony", "hass", "home-assistant", "homeassistant", "hvac"], "version_installed": null}, "154417419": {"authors": [], "category": "integration", "description": "Home Assistant custom component for the newer (2016+) Philips Android TVs", "domain": "philips_android_tv", "downloads": 0, "etag_repository": "W/\"151a8dcf776a53068a47c16dc177ffd5a005330c7c1c161df1136b9a24578da7\"", "full_name": "nstrelow/ha_philips_android_tv", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9e9572d", "last_release_tag": null, "last_updated": "2021-07-22T15:04:24Z", "name": "philips_android_tv", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 107, "topics": ["home-automation", "homeassistant", "philips-tv", "tv"], "version_installed": null}, "144888844": {"authors": [], "category": "integration", "description": null, "domain": "ovapi", "downloads": 0, "etag_repository": "W/\"d8a405b986c540a94d0a20708bca8031174b2967ea2960eec36026fc406750f4\"", "full_name": "Paul-dH/Home-Assisant-Sensor-OvApi", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2cc564a", "last_release_tag": "v1.4.3", "last_updated": "2021-09-06T07:05:37Z", "name": "ovapi", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 13, "topics": [], "version_installed": null}, "140907992": {"authors": ["@nikrolls"], "category": "integration", "description": "Home Assistant integration for Goldair WiFi heaters, dehumidifiers and fans", "domain": "goldair_climate", "downloads": 0, "etag_repository": "W/\"7818baacf5d8028fc98b45a381b686c98f91b8079bd8a9962047edda1114f4d6\"", "full_name": "nikrolls/homeassistant-goldair-climate", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "df5f895", "last_release_tag": "0.1.3", "last_updated": "2021-05-24T23:53:41Z", "name": "goldair_climate", "new": false, "repository_manifest": {"name": "Goldair WiFi climate devices", "render_readme": true, "hide_default_branch": true, "domains": ["climate", "light", "lock"], "country": ["NZ", "AU"], "homeassistant": "0.96.0", "zip_release": true, "filename": "homeassistant-goldair-climate.zip"}, "selected_tag": null, "show_beta": false, "stars": 12, "topics": ["dehumidifier", "fan", "goldair", "hacs", "heater", "homeassistant", "wifi"], "version_installed": null, "last_fetched": 1642274177.763898}, "250022973": {"authors": ["@ollo69"], "category": "integration", "description": "HomeAssistant custom integration for SmartThinQ LG devices configurable with Lovelace User Interface.", "domain": "smartthinq_sensors", "downloads": 0, "etag_repository": "W/\"946580ca34fdf5d854942becd62be2d1afc418d630dfbf5dd267716c9bedd2f8\"", "full_name": "ollo69/ha-smartthinq-sensors", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7a962f9", "last_release_tag": "v0.12.6", "last_updated": "2022-01-30T17:40:56Z", "name": "smartthinq_sensors", "new": false, "repository_manifest": {"name": "SmartThinQ LGE Sensors", "content_in_root": false, "domains": ["sensor", "binary_sensor", "switch", "climate"], "iot_class": "cloud_poll", "homeassistant": "2021.9.0"}, "selected_tag": null, "show_beta": false, "stars": 370, "topics": ["ac", "air-purifier", "climate", "dishwasher", "dryer", "home-assistant", "homeassistant", "lg", "lg-devices", "lge", "oven", "range", "refrigerator", "sensors", "smartthinq", "thinq", "washer"], "version_installed": null, "last_fetched": 1643571242.887977}, "255110178": {"authors": ["@opravdin"], "category": "integration", "description": "Weback integration with Home Assistant", "domain": "weback", "downloads": 0, "etag_repository": "W/\"aede2dc0e023f5a03435fb6b3a5ec1934d8c5636565929cd4cd886b5221b6461\"", "full_name": "opravdin/weback-hass", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1eead80", "last_release_tag": "v1.0.3", "last_updated": "2021-08-14T11:04:06Z", "name": "weback", "new": false, "repository_manifest": {"name": "Weback cloud integration", "content_in_root": false, "render_readme": true, "domains": ["weback"], "hide_default_branch": true}, "selected_tag": null, "show_beta": false, "stars": 30, "topics": ["home-assistant", "home-assistant-component", "home-assistant-hacs", "weback"], "version_installed": null, "last_fetched": 1642851143.886779}, "247070270": {"authors": ["@ollo69"], "category": "integration", "description": "\ud83d\udcfa Home Assistant SamsungTV Smart Component with simplified SmartThings API Support configurable from User Interface.", "domain": "samsungtv_smart", "downloads": 0, "etag_repository": "W/\"05e7a000010e07da3b0cd15ff1733d6c586c59e37420f0cd4b6c38ff16be1632\"", "full_name": "ollo69/ha-samsungtv-smart", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6b80423", "last_release_tag": "v0.4.14", "last_updated": "2022-01-21T23:32:19Z", "name": "samsungtv_smart", "new": false, "repository_manifest": {"name": "SamsungTV Smart", "content_in_root": false, "domains": ["media-player"], "iot_class": "cloud_poll", "homeassistant": "2021.7.0"}, "selected_tag": null, "show_beta": false, "stars": 165, "topics": ["home-assistant", "homeassistant", "samsung", "samsung-smart-tv", "samsung-tv", "smartthings"], "version_installed": null, "last_fetched": 1643571243.078101}, "237102126": {"authors": ["@kabturek", "@peetereczek"], "category": "integration", "description": "Home Assistant (hass.io) custom component for Warsaw public transport", "domain": "ztm", "downloads": 0, "etag_repository": "W/\"2e5b337b787520309e70c819a2ac26f03b5411e605028c4c731d0db814aa1cc0\"", "full_name": "peetereczek/ztm", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1fd4870", "last_release_tag": "0.2.1", "last_updated": "2021-03-16T16:49:42Z", "name": "ztm", "new": false, "repository_manifest": {"name": "Warsaw ZTM Information", "content_in_root": false, "domains": ["sensor"], "country": ["PL"], "homeassistant": "0.100.0", "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": [], "version_installed": null}, "256733675": {"authors": ["@davidramosweb", "@nagyrobi", "@Alfiegerner"], "category": "integration", "description": "Time-based cover with customizable scripts or entity to trigger opening, stopping and closing. Position is calculated based on the fraction of time spent by the cover traveling up or down. State can be updated with information based on external sensors.", "domain": "cover_rf_time_based", "downloads": 0, "etag_repository": "W/\"74ae4513e783ead2936da13b9099d21f41156527e8347fc5f9f50c671a550f0f\"", "full_name": "nagyrobi/home-assistant-custom-components-cover-rf-time-based", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "721a152", "last_release_tag": "1.1.1", "last_updated": "2021-12-14T18:13:30Z", "name": "cover_rf_time_based", "new": false, "repository_manifest": {"name": "Cover Time Based RF (script/entity)", "content_in_root": false, "render_readme": false, "domains": ["cover"], "homeassistant": "2021.4"}, "selected_tag": null, "show_beta": false, "stars": 35, "topics": ["433", "433mhz", "cover", "home-assistant", "rf", "roller-shutters", "script", "service", "shutter", "trigger"], "version_installed": null, "last_fetched": 1643571241.401283}, "259270792": {"authors": ["@peternijssen"], "category": "integration", "description": ":convenience_store: Integrate Jumbo.com in Home Assistant", "domain": "jumbo", "downloads": 0, "etag_repository": "W/\"91ca1fecb2d400602705bfb1817fd0cdebe4723b69830365aaeaa741ee1ce322\"", "full_name": "peternijssen/home-assistant-jumbo", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "ff373ad", "last_release_tag": "0.8.1", "last_updated": "2021-03-29T18:10:16Z", "name": "jumbo", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 7, "topics": ["hacs", "home-assistant", "jumbo", "supermarket"], "version_installed": null}, "196057008": {"authors": ["@pilotak"], "category": "integration", "description": "Breaks out specified attribute from other entities to a sensor", "domain": "attributes", "downloads": 0, "etag_repository": "W/\"b53a2609b71f483197282ef6bfeda5c943e2ce8027dccee41e32295c69c4f398\"", "full_name": "pilotak/homeassistant-attributes", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "398ac4c", "last_release_tag": "v1.2.0", "last_updated": "2021-03-13T13:11:19Z", "name": "attributes", "new": false, "repository_manifest": {"name": "Attributes extractor", "homeassistant": "0.103.0", "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 63, "topics": ["attributes", "breakout", "hacs", "hass", "homeassistant", "sensor"], "version_installed": null, "last_fetched": 1643571243.316112}, "236123258": {"authors": ["@camect"], "category": "integration", "description": "A HACS integration for the Camect smart home surveillance system", "domain": "camect", "downloads": 0, "etag_repository": "W/\"09e73c2b8ddfe37210ae23bd917fce086c23fc5ff566c7105642d5ca16649080\"", "full_name": "pfunkmallone/HACS-camect-integration", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "ae1e8ca", "last_release_tag": "2021.12.23", "last_updated": "2021-12-23T17:21:08Z", "name": "camect", "new": false, "repository_manifest": {"name": "Camect Integration", "country": ["US"], "domains": "camera", "homeassistant": "0.99.9", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["camect", "hacs", "home-assistant"], "version_installed": null}, "196055705": {"authors": ["@pilotak"], "category": "integration", "description": "Clientraw weather parser (clientraw.txt) for HomeAssistant", "domain": "clientraw", "downloads": 0, "etag_repository": "W/\"891e20ede918ccf0002bbc25837e65bf5c53a6a7d72e6eb3d2653580067d7698\"", "full_name": "pilotak/homeassistant-clientraw", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d9df606", "last_release_tag": "v2.2.1", "last_updated": "2021-11-28T20:14:21Z", "name": "clientraw", "new": false, "repository_manifest": {"name": "Clientraw weather parser", "homeassistant": "0.103.0", "domains": ["sensor"], "iot_class": "cloud_poll"}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": ["clientraw", "davis", "hacs", "hass", "homeassistant", "weather"], "version_installed": null, "last_fetched": 1641895646.342355}, "199549304": {"authors": ["@PiotrMachowski"], "category": "integration", "description": "This sensor uses gkeepapi library to download a list of notes from https://keep.google.com/.", "domain": "google_keep", "downloads": 455, "etag_repository": "W/\"0c99159f75abf0570ff53d45fa0acd87c51bb944c28eee16ff78f2317a38302b\"", "full_name": "PiotrMachowski/Home-Assistant-custom-components-Google-Keep", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "82a63e3", "last_release_tag": "v1.1.4", "last_updated": "2022-01-23T03:39:58Z", "name": "google_keep", "new": false, "repository_manifest": {"name": "Google Keep", "render_readme": true, "domains": ["sensor"], "zip_release": true, "filename": "google_keep.zip"}, "selected_tag": null, "show_beta": false, "stars": 36, "topics": ["custom-component", "home-assistant", "integration", "notes"], "version_installed": null, "last_fetched": 1643571243.593595}, "193371469": {"authors": ["PiotrMachowski"], "category": "integration", "description": "This sensor uses official API to get storm warnings from https://antistorm.eu.", "domain": "antistorm", "downloads": 84, "etag_repository": "W/\"2cd2262df258bc63ec50c7f5ece848e4f146e4cdcacc137a0807119b73092571\"", "full_name": "PiotrMachowski/Home-Assistant-custom-components-Antistorm", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "29a0458", "last_release_tag": "v1.0.4", "last_updated": "2022-01-23T02:16:53Z", "name": "antistorm", "new": false, "repository_manifest": {"name": "Antistorm sensor", "domains": ["binary_sensor", "sensor"], "country": ["PL"], "render_readme": true, "zip_release": true, "filename": "antistorm.zip"}, "selected_tag": null, "show_beta": false, "stars": 10, "topics": ["custom-component", "home-assistant", "integration", "weather"], "version_installed": null, "last_fetched": 1643571243.522058}, "193371652": {"authors": ["PiotrMachowski"], "category": "integration", "description": "This sensor uses official API to get air quality data from https://looko2.com.", "domain": "looko2", "downloads": 30, "etag_repository": "W/\"97e4a5d297b03104d88c016843750ffd124377c4f08b65934c2aec25bd393e9d\"", "full_name": "PiotrMachowski/Home-Assistant-custom-components-Looko2", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "fff1812", "last_release_tag": "v1.0.3", "last_updated": "2022-01-23T17:08:49Z", "name": "looko2", "new": false, "repository_manifest": {"name": "Looko2 sensor", "domains": ["sensor"], "country": ["PL"], "render_readme": true, "zip_release": true, "filename": "looko2.zip"}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["air-quality", "custom-component", "home-assistant", "weather"], "version_installed": null, "last_fetched": 1643571244.090062}, "207881337": {"authors": ["@pinkywafer"], "category": "integration", "description": "Anniversary Countdown Sensor for Home Assistant", "domain": "anniversaries", "downloads": 1907, "etag_repository": "W/\"e2425be25b2d971f87366f2dc8d6a9da76820d23beedfed9add316966524c150\"", "full_name": "pinkywafer/Anniversaries", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "aeeb9e9", "last_release_tag": "4.5.0", "last_updated": "2022-01-11T19:14:57Z", "name": "anniversaries", "new": false, "repository_manifest": {"name": "Anniversaries", "zip_release": true, "filename": "anniversaries.zip", "domains": ["anniversaries", "sensor"], "homeassistant": "0.109.0"}, "selected_tag": null, "show_beta": false, "stars": 103, "topics": ["anniversaries", "hacktoberfest", "hacs", "home-assistant", "sensor"], "version_installed": null, "last_fetched": 1643571243.695706}, "193588464": {"authors": ["PiotrMachowski"], "category": "integration", "description": "This sensor uses unofficial API to get data from https://www.rozkladzik.pl and provide information about departures for chosen stop.", "domain": "rozkladzik", "downloads": 49, "etag_repository": "W/\"597a91bc979bbccb2b317928770d433b319c824aa703a10f82d5755bb6176414\"", "full_name": "PiotrMachowski/Home-Assistant-custom-components-Rozkladzik", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "398d1aa", "last_release_tag": "v1.1.5", "last_updated": "2022-01-24T02:34:46Z", "name": "rozkladzik", "new": false, "repository_manifest": {"name": "Rozk\u0142adzik sensor", "domains": ["sensor"], "country": ["PL"], "render_readme": true, "zip_release": true, "filename": "rozkladzik.zip"}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": ["custom-component", "home-assistant", "integration", "public-transport"], "version_installed": null, "last_fetched": 1643571244.307269}, "193588612": {"authors": ["PiotrMachowski"], "category": "integration", "description": "This sensor uses unofficial API retrieved by decompilation of iMPK application to provide a list of MPK Wroc\u0142aw news available in original app.", "domain": "impk", "downloads": 17, "etag_repository": "W/\"e2c4b9eab54497ab86eff86405188836af6ee6dd2ebb22274770cc6f255edd23\"", "full_name": "PiotrMachowski/Home-Assistant-custom-components-iMPK", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "8a87bc8", "last_release_tag": "v1.1.5", "last_updated": "2022-01-23T16:43:48Z", "name": "impk", "new": false, "repository_manifest": {"name": "iMPK sensor", "domains": ["binary_sensor"], "country": ["PL"], "render_readme": true, "zip_release": true, "filename": "impk.zip"}, "selected_tag": null, "show_beta": false, "stars": 10, "topics": ["custom-component", "home-assistant", "integration", "public-transport", "wroclaw"], "version_installed": null, "last_fetched": 1643571243.854752}, "224073673": {"authors": ["@pinkywafer"], "category": "integration", "description": "Calendarific holiday sensor for Home Assistant ", "domain": "calendarific", "downloads": 0, "etag_repository": "W/\"04700d658c44ad87798575638d4fb050d3fb1410b343cc87b2c8767e3a5c7621\"", "full_name": "pinkywafer/Calendarific", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7e0963f", "last_release_tag": "0.14.0", "last_updated": "2022-01-07T16:04:10Z", "name": "calendarific", "new": false, "repository_manifest": {"name": "Calendarific", "zip_release": true, "filename": "calendarific.zip", "domains": ["calendarific", "sensor"], "homeassistant": "2021.12.0", "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 12, "topics": ["api-client", "calendarific", "holidays", "home-assistant", "sensor"], "version_installed": null, "last_fetched": 1641587771.886148}, "193371566": {"authors": ["PiotrMachowski"], "category": "integration", "description": "This sensor uses official API to get weather warnings for Poland and storm warnings for Europe from https://burze.dzis.net.", "domain": "burze_dzis_net", "downloads": 444, "etag_repository": "W/\"86596edf72e15ece3751eb8d3dd5e4f479f3977b206331b4c96c3a289974fa8b\"", "full_name": "PiotrMachowski/Home-Assistant-custom-components-Burze.dzis.net", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "84210c1", "last_release_tag": "v1.0.4", "last_updated": "2022-01-23T02:37:19Z", "name": "burze_dzis_net", "new": false, "repository_manifest": {"name": "Burze.dzis.net sensor", "domains": ["binary_sensor"], "country": ["EU", "PL"], "render_readme": true, "zip_release": true, "filename": "antistorm.zip"}, "selected_tag": null, "show_beta": false, "stars": 26, "topics": ["custom-component", "home-assistant", "integration", "weather"], "version_installed": null, "last_fetched": 1643571243.589226}, "193371922": {"authors": ["PiotrMachowski"], "category": "integration", "description": "This sensor uses unofficial API to get energy usage and generation data from https://elicznik.tauron-dystrybucja.pl.", "domain": "tauron_amiplus", "downloads": 903, "etag_repository": "W/\"9f816f4d5d3ba99f0208ce85f0c9dc9a5bcc195051934313b6ade988b13aeeef\"", "full_name": "PiotrMachowski/Home-Assistant-custom-components-Tauron-AMIplus", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "73b07ec", "last_release_tag": "v2.0.4", "last_updated": "2022-01-24T04:57:13Z", "name": "tauron_amiplus", "new": false, "repository_manifest": {"name": "Tauron AMIplus", "render_readme": true, "domains": ["sensor"], "zip_release": true, "filename": "tauron_amiplus.zip", "country": ["PL"]}, "selected_tag": null, "show_beta": false, "stars": 44, "topics": ["custom-component", "energy-monitor", "home-assistant", "integration"], "version_installed": null, "last_fetched": 1643571244.350139}, "271398374": {"authors": ["@PiotrMachowski"], "category": "integration", "description": "This custom component allows you to save current state of any entity and use its data later to restore it.", "domain": "saver", "downloads": 0, "etag_repository": "W/\"746e3aef6bdd8cb09436efc7a2a4eea28e5973776b78eccc48df1541d115de79\"", "full_name": "PiotrMachowski/Home-Assistant-custom-components-Saver", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "813f69b", "last_release_tag": "v1.1.3", "last_updated": "2022-01-24T03:25:16Z", "name": "saver", "new": false, "repository_manifest": {"name": "Saver", "render_readme": true, "zip_release": true, "filename": "saver.zip"}, "selected_tag": null, "show_beta": false, "stars": 32, "topics": ["automation", "helper", "home-assistant", "save", "script", "variable"], "version_installed": null, "last_fetched": 1643545554.666287}, "166045890": {"authors": ["@pippyn"], "category": "integration", "description": "Provides Home Assistant sensors for multiple Dutch and Belgium waste collectors", "domain": "afvalbeheer", "downloads": 0, "etag_repository": "W/\"7c603c5c91341a44031e593571c4bdada2f39611d3e435bdf2abca53efc111a2\"", "full_name": "pippyn/Home-Assistant-Sensor-Afvalbeheer", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7393347", "last_release_tag": "v4.9.2", "last_updated": "2022-01-18T07:58:11Z", "name": "afvalbeheer", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 132, "topics": ["belgium", "dutch", "hacs", "hassio", "hassio-integration", "home-assistant", "waste-collectors"], "version_installed": null, "last_fetched": 1643571245.020053}, "165637690": {"authors": ["@pippyn"], "category": "integration", "description": "Provides sensors for the Dutch waste collector Groningen Afvalwijzer.", "domain": "groningen_afvalwijzer", "downloads": 0, "etag_repository": "W/\"aed1f6d6f115c3108dc92d9a3167fb7c97707566375a8152ac291f3af8784d8a\"", "full_name": "pippyn/Home-Assistant-Sensor-Groningen-Afvalwijzer", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "645d9f7", "last_release_tag": "v1.1.3", "last_updated": "2019-06-11T12:41:23Z", "name": "groningen_afvalwijzer", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": [], "version_installed": null}, "209996125": {"authors": [], "category": "integration", "description": "A custom component for Home Assistant which integrates my picoTTS Addon on HASS.io,", "domain": "picotts_remote", "downloads": 0, "etag_repository": "W/\"0e89c58cb6103e630a4f2670da96905daeba717d47bef46a26e15236ce7d278f\"", "full_name": "Poeschl/Remote-PicoTTS", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b2877ff", "last_release_tag": "1.0.1", "last_updated": "2021-03-05T16:22:33Z", "name": "picotts_remote", "new": false, "repository_manifest": {"name": "Remote PicoTTS", "render_readme": true, "domains": "tts", "homeassistant": "0.36", "iot_class": "Local Polling"}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": ["component", "hacs", "hassio", "home-assistant", "picotts-addon", "remote-picotts"], "version_installed": null}, "281956859": {"authors": ["@postlund"], "category": "integration", "description": "Experimental integration to Home Assistant supporting D-Link devices", "domain": "dlink_hnap", "downloads": 0, "etag_repository": "W/\"c9660dd87fbae15231e8298633f7ebc3d6fe1b8e79400a386b3af74af047ddf5\"", "full_name": "postlund/dlink_hnap", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "774df53", "last_release_tag": null, "last_updated": "2021-03-04T05:27:58Z", "name": "dlink_hnap", "new": false, "repository_manifest": {"name": "D-Link HNAP", "content_in_root": false, "domains": ["binary_sensor"], "homeassistant": "0.109.0", "iot_class": "Local Pull", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 25, "topics": ["custom-integration", "dlink", "home-assistant"], "version_installed": null, "last_fetched": 1643571244.772767}, "238568340": {"authors": ["@Pouzor"], "category": "integration", "description": "Custom Component for Home Assistant, enable to remote Freebox Player", "domain": "freebox_player", "downloads": 0, "etag_repository": "W/\"a8aec9519acb42fc666ae19d08a33c3d9bc326200cde72ef30f55eb2a5a26c12\"", "full_name": "Pouzor/freebox_player", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9f0390b", "last_release_tag": "1.0.6", "last_updated": "2021-05-12T23:52:40Z", "name": "freebox_player", "new": false, "repository_manifest": {"name": "Freebox Player"}, "selected_tag": null, "show_beta": false, "stars": 10, "topics": ["custom-component", "freebox", "home-assistant", "homeassistant", "python"], "version_installed": null, "last_fetched": 1642004309.549057}, "219035415": {"authors": ["ptimatth"], "category": "integration", "description": "GeoRide integration for Home Assistant", "domain": "georide", "downloads": 0, "etag_repository": "W/\"8eab456e3d9a5cd181717c55034a2761d27c2500d4ac0e0ae69ab7e9fad11aaf\"", "full_name": "ptimatth/GeorideHA", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e59c8cb", "last_release_tag": "0.8.1", "last_updated": "2021-10-10T11:10:44Z", "name": "georide", "new": false, "repository_manifest": {"name": "GeoRide integration", "content_in_root": false, "render_readme": true, "domains": ["devices_tracker", "sensor"], "country": ["FR"], "homeassistant": "2021.10.0"}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": [], "version_installed": null}, "289550686": {"authors": ["@raman325"], "category": "integration", "description": "Custom Home Assistant component for Zoom. Tracks when you are connected to a Zoom call by default but may allow you to track more.", "domain": "zoom", "downloads": 465, "etag_repository": "W/\"18e69db12e71f013cb123f10bc02eac8e6e442b667125f2c6a52ab20aa03ce78\"", "full_name": "raman325/ha-zoom-automation", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b2c1dfb", "last_release_tag": "v0.8.2", "last_updated": "2022-01-03T04:05:09Z", "name": "zoom", "new": false, "repository_manifest": {"name": "Zoom", "domains": ["binary_sensor"], "iot_class": "Cloud Push", "render_readme": true, "homeassistant": "2021.5.0b0", "zip_release": true, "filename": "zoom.zip"}, "selected_tag": null, "show_beta": false, "stars": 47, "topics": ["automation", "custom-component", "ha", "hacs", "hassio", "home-assistant", "homeassistant", "integration", "webhook-event", "zoom"], "version_installed": null, "last_fetched": 1643571245.489505}, "197983504": {"authors": ["@rdehuyss"], "category": "integration", "description": "Support for Denkovi IOT Relay modules in HomeAssistant", "domain": "denkovi", "downloads": 0, "etag_repository": "W/\"90d830139f4f549c3b1b20e60a5ef2b25a34277c70b1e0e818881f39dcad838e\"", "full_name": "rdehuyss/homeassistant-custom_components-denkovi", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "16d3384", "last_release_tag": "v2.0.2", "last_updated": "2021-07-24T21:00:35Z", "name": "denkovi", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["denkovi", "homeassistant", "homeassistant-components"], "version_installed": null}, "260264517": {"authors": ["@r-renato"], "category": "integration", "description": "Climacell weather provider integration is a custom component for Home Assistant. The climacell platform uses the Climacell API as a source for meteorological data for your location.", "domain": "climacell", "downloads": 0, "etag_repository": "W/\"c6dafa7ef0e081aefc30fb970344436aace539292a1cb338a9cb5e8ffd9bc46d\"", "full_name": "r-renato/ha-climacell-weather", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f5be63f", "last_release_tag": "2.0.3", "last_updated": "2021-06-10T19:48:13Z", "name": "climacell", "new": false, "repository_manifest": {"name": "ClimaCell Weather Provider", "domains": ["sensor"], "iot_class": ["Cloud Polling"]}, "selected_tag": null, "show_beta": false, "stars": 38, "topics": ["climacell", "hacs", "home-assistant", "weather"], "version_installed": null}, "268118148": {"authors": ["@py-smart-gardena"], "category": "integration", "description": "Home Assistant custom component integration for Gardena Smart System", "domain": "gardena_smart_system", "downloads": 0, "etag_repository": "W/\"10282c1c41b755d69deff297096faba248e6a83bd463aa1987b9bfcd659e5788\"", "full_name": "py-smart-gardena/hass-gardena-smart-system", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "911ffb9", "last_release_tag": "0.2.3", "last_updated": "2022-01-29T22:48:06Z", "name": "gardena_smart_system", "new": false, "repository_manifest": {"name": "Gardena Smart System", "domains": ["sensor", "switch", "vacuum", "binary_sensor"], "render_readme": true, "homeassistant": "0.115.0"}, "selected_tag": null, "show_beta": false, "stars": 74, "topics": ["gardena", "gardena-api", "gardena-smart-system", "home-assistant", "homeassistant"], "version_installed": null, "last_fetched": 1643571245.138462}, "164161024": {"authors": ["@rgruebel"], "category": "integration", "description": "Custom Component for Homeassistant to show zigbee2mqtt Networkmap", "domain": "zigbee2mqtt_networkmap", "downloads": 0, "etag_repository": "W/\"7d3b4cce1d4864b71b1df9c269153793771a13e0b426b7108f59ffdc93fab491\"", "full_name": "rgruebel/ha_zigbee2mqtt_networkmap", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "ddb1013", "last_release_tag": null, "last_updated": "2021-12-14T14:38:00Z", "name": "zigbee2mqtt_networkmap", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 167, "topics": [], "version_installed": null, "last_fetched": 1641895658.060095}, "225305915": {"authors": ["@Martinvdm", "@vloris", "@remco770"], "category": "integration", "description": "Garbage collection BAR for Home Assistant", "domain": "bar_afvalbeheer", "downloads": 0, "etag_repository": "W/\"d90e45ade1074fa9cec84edbb2634bb498153696566dcf68d03515dda4c501e2\"", "full_name": "remco770/garbage-bar-homeassistant", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e1fb3c5", "last_release_tag": "1.4", "last_updated": "2021-08-24T17:27:18Z", "name": "bar_afvalbeheer", "new": false, "repository_manifest": {"name": "BAR garbage collection", "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": [], "version_installed": null}, "257634153": {"authors": ["@rob196"], "category": "integration", "description": "This is a custom component to integrate into FXMarketAPI (https://fxmarketapi.com) to get the live mid-rates in Home Assistant.", "domain": "fxmarketapi", "downloads": 0, "etag_repository": "W/\"65a77eae76da8e3ec1dcefd7da4667b745b8f2054e31685c6d5c623a865ad05e\"", "full_name": "rob196/home-assistant-fxmarketapi", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c3e467c", "last_release_tag": "v1.0.3", "last_updated": "2021-06-01T16:32:25Z", "name": "fxmarketapi", "new": false, "repository_manifest": {"name": "FXMarketAPI Integration", "content_in_root": false, "render_readme": false, "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["custom-component", "hacs", "home-assistant", "homeassistant", "python"], "version_installed": null}, "255380953": {"authors": ["@rkoebrugge", "@reharmsen", "@pdwonline", "@jongsoftdev"], "category": "integration", "description": "Custom Youless LS110 component for Home-Assistant ", "domain": "youless", "downloads": 0, "etag_repository": "W/\"a4836852f4e92850fd7c1955a7df5e348d8da34c2b94f403f4767abf166da6f3\"", "full_name": "rkoebrugge/hacs-youless-component", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3cd8d1a", "last_release_tag": "2.0.5", "last_updated": "2020-06-19T08:52:21Z", "name": "youless", "new": false, "repository_manifest": {"name": "YouLess LS110", "country": ["NL"], "render_readme": true, "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 0, "topics": [], "version_installed": null}, "140618233": {"authors": ["@robhofmann"], "category": "integration", "description": "Custom Gree climate component written in Python3 for Home Assistant. Controls AC's supporting the Gree protocol.", "domain": "gree", "downloads": 0, "etag_repository": "W/\"1ac291ca4fd77d0be111a8c0c467c357609c65dbebf2ff74aa1639746616b1e1\"", "full_name": "RobHofmann/HomeAssistant-GreeClimateComponent", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "fdcc217", "last_release_tag": "2.3.0", "last_updated": "2022-01-29T21:49:55Z", "name": "gree", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 131, "topics": [], "version_installed": null, "last_fetched": 1643571245.844311}, "241427839": {"authors": ["@robbinjanssen"], "category": "integration", "description": "Read the current, daily and total Wh from your Omnik Inverter via local network (no cloud!)", "domain": "omnik_inverter", "downloads": 0, "etag_repository": "W/\"0ca007cfaea764b2c475fd073951306940dfec0ba7752bd32474279636f9dd55\"", "full_name": "robbinjanssen/home-assistant-omnik-inverter", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7bc3ad4", "last_release_tag": "v2.1.0", "last_updated": "2021-12-13T15:35:11Z", "name": "omnik_inverter", "new": false, "repository_manifest": {"name": "Omnik Inverter Solar Sensor (No Cloud)", "country": ["NL"], "domains": ["sensor"], "homeassistant": "2021.9.0"}, "selected_tag": null, "show_beta": false, "stars": 17, "topics": ["hacktoberfest", "hacs", "home-assistant", "home-assistant-sensor", "homeassistant", "python3"], "version_installed": null}, "196605143": {"authors": ["@SirGilbot", "@robhofmann"], "category": "integration", "description": "Custom component for Philips TV's running Android which are built between 2014 and 2016. Written in Python3 for Home Assistant.", "domain": "philips_2014", "downloads": 0, "etag_repository": "W/\"9626b4219b9f485e48dd103bd68432340a0c139b1ec743ebb0d7387513fe0cb4\"", "full_name": "RobHofmann/HomeAssistant-PhilipsAndroid2014", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "56c4d40", "last_release_tag": "1.0.0", "last_updated": "2021-05-09T12:39:18Z", "name": "philips_2014", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": [], "version_installed": null}, "213551635": {"authors": ["@roberodin"], "category": "integration", "description": "\ud83d\udcfa HomeAssistant - SamsungTV Custom Component", "domain": "samsungtv_custom", "downloads": 0, "etag_repository": "W/\"bbdd9750dfb778cb150b7c0d4c5d9655ee5dec0c8c3807fa56c27aca36175d58\"", "full_name": "roberodin/ha-samsungtv-custom", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "da6bf93", "last_release_tag": "3.0.5", "last_updated": "2021-10-15T02:14:29Z", "name": "samsungtv_custom", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 101, "topics": [], "version_installed": null, "last_fetched": 1643571245.792483}, "197116235": {"authors": ["@robmarkcole"], "category": "integration", "description": "Home Assistant custom component for using Deepstack face recognition", "domain": "deepstack_face", "downloads": 0, "etag_repository": "W/\"a60fb2ded41506377f05b6205e28e36bf45716594d9cbac535814e79c2bca53c\"", "full_name": "robmarkcole/HASS-Deepstack-face", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d35873c", "last_release_tag": "v0.12", "last_updated": "2021-12-21T11:40:37Z", "name": "deepstack_face", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 164, "topics": ["computer-vision", "deep-learning", "home-assistant"], "version_installed": null, "last_fetched": 1643571245.802518}, "165791238": {"authors": ["@robmarkcole"], "category": "integration", "description": "Home Assistant custom component for using Deepstack object detection", "domain": "deepstack_object", "downloads": 0, "etag_repository": "W/\"eb0e6295ccb84abc5041e3372b3f5d3002824b297894721b95cf0ae604664740\"", "full_name": "robmarkcole/HASS-Deepstack-object", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c673798", "last_release_tag": "v4.5", "last_updated": "2022-01-13T02:42:31Z", "name": "deepstack_object", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 331, "topics": ["home-assistant", "object-detection"], "version_installed": null, "last_fetched": 1643571246.031242}, "117426840": {"authors": ["@robinostlund"], "category": "integration", "description": "Volkswagen Carnet Component for home assistant", "domain": "volkswagencarnet", "downloads": 252, "etag_repository": "W/\"65062efad4107850f1faf818163dc74023eac4f0e6e3a651933ab3e7339fa4d7\"", "full_name": "robinostlund/homeassistant-volkswagencarnet", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "84ee2c0", "last_release_tag": "v4.4.49", "last_updated": "2022-01-29T18:49:56Z", "name": "volkswagencarnet", "new": false, "repository_manifest": {"name": "Volkswagen We Connect", "iot_class": "Cloud Polling", "homeassistant": "2021.12.0b1", "hide_default_branch": true, "zip_release": true, "filename": "volkswagencarnet.zip"}, "selected_tag": null, "show_beta": false, "stars": 160, "topics": ["custom-component", "hacs", "homeassistant", "volkswagen-carnet"], "version_installed": null, "last_fetched": 1643571246.148159}, "135166048": {"authors": ["@robmarkcole"], "category": "integration", "description": "Home-Assistant image classification using Machinebox.io", "domain": "classificationbox", "downloads": 0, "etag_repository": "W/\"3d506484f80c84835687aea52d6ff222b179c44657cea965ab7be3555baff857\"", "full_name": "robmarkcole/HASS-Machinebox-Classificationbox", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5d11474", "last_release_tag": "v0.5", "last_updated": "2019-04-28T06:44:42Z", "name": "classificationbox", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 18, "topics": ["computer-vision", "deep-neural-networks", "home-assistant", "home-automation", "machinebox"], "version_installed": null}, "160022220": {"authors": ["@robmarkcole"], "category": "integration", "description": "Home Assistant Object detection with Amazon Rekognition", "domain": "amazon_rekognition", "downloads": 0, "etag_repository": "W/\"5ef9b46603537434d5bd2a3c5bfb043f05277f4e6365ff5dd3a5412e63760ed7\"", "full_name": "robmarkcole/HASS-amazon-rekognition", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c1bb2f5", "last_release_tag": "v3.2", "last_updated": "2021-12-26T07:50:05Z", "name": "amazon_rekognition", "new": false, "repository_manifest": {"name": "Amazon Rekognition", "domains": ["image_processing"]}, "selected_tag": null, "show_beta": false, "stars": 73, "topics": ["home-assistant", "rekognition"], "version_installed": null, "last_fetched": 1641217281.547645}, "149443194": {"authors": ["@rsnodgrass"], "category": "integration", "description": "ADT Pulse sensor for Home Assistant", "domain": "adtpulse", "downloads": 0, "etag_repository": "W/\"fa26cd307047c2d8269d7aff20fecee5c6af11b917f20257c801db1d38c000e5\"", "full_name": "rsnodgrass/hass-adtpulse", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "92e5d16", "last_release_tag": "0.1.9", "last_updated": "2022-01-02T10:13:07Z", "name": "adtpulse", "new": false, "repository_manifest": {"name": "ADT Pulse", "domains": ["alarm_control_panel", "binary_sensor"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 11, "topics": ["adt-pulse", "hacktoberfest", "homeassistant"], "version_installed": null, "last_fetched": 1641217281.58954}, "179931720": {"authors": ["@rsnodgrass"], "category": "integration", "description": "Home Assistant smart home platform integrations including sensors and custom tools", "domain": "groupme", "downloads": 0, "etag_repository": "W/\"72558d49a3f60a848c2b4c4e948161dfc83fd6985e96315bd2ca018939ed927b\"", "full_name": "rsnodgrass/hass-integrations", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4d4bde8", "last_release_tag": null, "last_updated": "2019-12-17T02:59:22Z", "name": "groupme", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": ["home-assistant", "water-sensor"], "version_installed": null}, "200989730": {"authors": ["@rsnodgrass", "@snicker", "@DubhAd"], "category": "integration", "description": "Flo Water Control for Home Assistant", "domain": "flo", "downloads": 0, "etag_repository": "W/\"26393ca5e93d6871f9126bf9226b2619c8b38d6336d0958afe8e2f2c2679bd5d\"", "full_name": "rsnodgrass/hass-flo-water", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d7dcdba", "last_release_tag": "3.0.5", "last_updated": "2021-03-23T21:58:09Z", "name": "flo", "new": false, "repository_manifest": {"name": "Flo by Moen Smart Water Monitor", "domains": ["sensor", "switch"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": [], "version_installed": null}, "200927325": {"authors": ["@rsnodgrass"], "category": "integration", "description": "Pool Math for Home Assistant", "domain": "poolmath", "downloads": 0, "etag_repository": "W/\"d4957b665c4fc4d95d50bc61b2591c7e08d64b8cb87cdf6220d0ddde66d12ea9\"", "full_name": "rsnodgrass/hass-poolmath", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2f7e9f6", "last_release_tag": "0.1.3", "last_updated": "2021-06-15T16:57:07Z", "name": "poolmath", "new": false, "repository_manifest": {"name": "Pool Math (Trouble Free Pool)", "domains": ["sensor"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": ["hacktoberfest", "homeassistant"], "version_installed": null}, "205416078": {"authors": ["@rsnodgrass"], "category": "integration", "description": "SensorPush integration for Home Assistant", "domain": "sensorpush", "downloads": 0, "etag_repository": "W/\"c6cb2a4dcce8d8f2253bc3df816060aa8063456f9a87dff0b067aa2334971cfd\"", "full_name": "rsnodgrass/hass-sensorpush", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2d4b043", "last_release_tag": "0.0.9", "last_updated": "2021-06-07T19:27:11Z", "name": "sensorpush", "new": false, "repository_manifest": {"name": "SensorPush", "domains": ["sensor"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 19, "topics": ["hacktoberfest", "homeassistant"], "version_installed": null, "last_fetched": 1643571247.05943}, "153006394": {"authors": ["@yuval_mejahez"], "category": "integration", "description": null, "domain": "school_holidays", "downloads": 0, "etag_repository": "W/\"04744945ada2a5113d35eb04f8aafa9fae3d8ca9c06f335adee3b953a623a022\"", "full_name": "rt400/School-Vacation", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "fb83099", "last_release_tag": null, "last_updated": "2021-08-03T13:41:10Z", "name": "school_holidays", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": [], "version_installed": null}, "235385658": {"authors": ["@rsnodgrass"], "category": "integration", "description": "Xantech Multi-Zone Matrix Audio for Home Assistant", "domain": "xantech", "downloads": 0, "etag_repository": "W/\"092579d6c64573babadd8e905192a765a8cc241a6d1a7bafe4e021b9b94eca64\"", "full_name": "rsnodgrass/hass-xantech", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "eb635c5", "last_release_tag": "0.0.6", "last_updated": "2021-08-03T08:50:29Z", "name": "xantech", "new": false, "repository_manifest": {"name": "Xantech Multi-Zone Audio Amps", "domains": ["media_player"], "render_readme": true, "iot_class": ["Local Push"]}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["audiophile", "hacktoberfest", "home-assistant", "home-automation", "homeassistant"], "version_installed": null}, "235915302": {"authors": [], "category": "integration", "description": "Custom Home Assistant sensor for the Marta/Breeze Card.", "domain": "marta", "downloads": 0, "etag_repository": "W/\"252ba5cc1d8451938241639e4440e98b658fbc643e94f915f9c09070c83cd455\"", "full_name": "ryanmac8/Home-Assistant-Marta", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "0270a21", "last_release_tag": "1.2", "last_updated": "2021-05-13T14:56:54Z", "name": "marta", "new": false, "repository_manifest": {"name": "Marta / Breeze Card", "content_in_root": false, "domains": ["sensor"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["breeze-card", "homeassistant", "marta", "sensor"], "version_installed": null}, "279861920": {"authors": ["@yuval_mejahez"], "category": "integration", "description": "ReversoTTS component for HomeAssistant", "domain": "reversotts", "downloads": 0, "etag_repository": "W/\"f1a36d1b5c62bba2f071623068e63225492e41fa48555c1d0af830eb8fe26c43\"", "full_name": "rt400/ReversoTTS-HA", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "30d4c26", "last_release_tag": "1.0.2", "last_updated": "2021-05-23T17:14:46Z", "name": "reversotts", "new": false, "repository_manifest": {"name": "Reverso TTS / tts", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 23, "topics": ["reversotts", "tts"], "version_installed": null, "last_fetched": 1643571247.24943}, "222845480": {"authors": ["ryannazaretian"], "category": "integration", "description": "Nexia climate integration for Trane and American Standard thermostats", "domain": "nexia", "downloads": 0, "etag_repository": "W/\"7df9e62e9d12e82a61e0910bd8db24ed52c34834673c0115783d3b365ab129bb\"", "full_name": "ryannazaretian/hacs-nexia-climate-integration", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1bfa7bf", "last_release_tag": "v1.0", "last_updated": "2020-04-17T15:57:11Z", "name": "nexia", "new": false, "repository_manifest": {"name": "Nexia Climate Integration", "render_readme": true, "domains": ["sensor", "binary_sensor", "climate"], "iot_class": "Local Polling"}, "selected_tag": null, "show_beta": false, "stars": 10, "topics": ["american-standard", "hacs", "home-assistant", "nexia", "nexia-thermostat", "trane"], "version_installed": null}, "224743334": {"authors": ["@safepay"], "category": "integration", "description": "Control Hunter Douglas / Luxaflex PowerView Window Shades in Home Assistant", "domain": "hd_powerview", "downloads": 0, "etag_repository": "W/\"3ff35957be953107455111fc71be11c4ed035346e27b23c39ec70d6a5e2c8e7c\"", "full_name": "safepay/cover.hd_powerview", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "640b054", "last_release_tag": "v0.9.0", "last_updated": "2021-08-19T04:28:48Z", "name": "hd_powerview", "new": false, "repository_manifest": {"name": "Hunter Douglas and Luxaflex PowerView Cover", "domains": ["cover"]}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": [], "version_installed": null}, "194971711": {"authors": ["@safepay"], "category": "integration", "description": "A WillyWeather Australian Bureau of Meteorology (BoM) integration for Home Assistant", "domain": "willyweather", "downloads": 0, "etag_repository": "W/\"fd9ed98c437da3f005e2fb1833ab23c3bfd9e38cfa866f1ba3ef7f22f69a12b7\"", "full_name": "safepay/sensor.willyweather", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "cb4202e", "last_release_tag": "v1.5.4", "last_updated": "2021-09-24T05:00:21Z", "name": "willyweather", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 7, "topics": [], "version_installed": null, "last_fetched": 1641470296.57045}, "195308808": {"authors": ["@safepay"], "category": "integration", "description": "A Fronius Sensor for Home Assistant", "domain": "fronius_inverter", "downloads": 0, "etag_repository": "W/\"ca00a5a755610f9d4e2e4672987dd23a2fee6683ffe550be747924e8f30e3f4f\"", "full_name": "safepay/sensor.fronius", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "19c1f3e", "last_release_tag": "v0.9.7", "last_updated": "2021-12-20T07:07:42Z", "name": "fronius_inverter", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 58, "topics": [], "version_installed": null, "last_fetched": 1642430651.817982}, "228579545": {"authors": ["@sebr"], "category": "integration", "description": "Orbit BHyve custom component for Home Assistant", "domain": "bhyve", "downloads": 0, "etag_repository": "W/\"162a88f102e022132bc295974c833b671bd3fe1ea113b9b45ae81c9e1cb9a3dc\"", "full_name": "sebr/bhyve-home-assistant", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "68a7ace", "last_release_tag": "2.1.1", "last_updated": "2021-12-15T01:36:32Z", "name": "bhyve", "new": false, "repository_manifest": {"name": "Orbit BHyve", "domains": ["binary_sensor", "sensor", "switch"], "iot_class": "Cloud Push", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 119, "topics": ["bhyve", "home-assistant", "home-assistant-component", "irrigation", "orbit", "orbit-bhyve"], "version_installed": null, "last_fetched": 1641587793.053995}, "248046910": {"authors": ["@sermayoral"], "category": "integration", "description": "Samsung TV Encrypted Models (H & J Series) custom component for Home Assistant", "domain": "samsungtv_encrypted", "downloads": 0, "etag_repository": "W/\"06f08b8124ba3908cd7c66cb51e999e6b1fbf69179d4602d36637c5202e0d610\"", "full_name": "sermayoral/ha-samsungtv-encrypted", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1146f7a", "last_release_tag": "2021.11.0", "last_updated": "2021-12-06T23:49:09Z", "name": "samsungtv_encrypted", "new": false, "repository_manifest": {"name": "SamsungTV Encrypted", "render_readme": false, "homeassistant": "2021.8.0"}, "selected_tag": null, "show_beta": false, "stars": 33, "topics": ["home-assistant-custom", "iot", "python", "samsungtv"], "version_installed": null, "last_fetched": 1643571247.934823}, "220678749": {"authors": ["@shogunxam"], "category": "integration", "description": "HA Integration for Centro Funzionale Regione Toscana", "domain": "cfr", "downloads": 0, "etag_repository": "W/\"12335e2e2940462930ea9c5de6ab8564fa388e5d4cb1aa9b1868c876f9ed45b7\"", "full_name": "shogunxam/Home-Assistant-custom-components-cfr-toscana", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "23b164e", "last_release_tag": "v0.8", "last_updated": "2021-12-13T09:50:30Z", "name": "cfr", "new": false, "repository_manifest": {"name": "cfr sensor", "domains": ["sensor"], "country": ["IT"]}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": [], "version_installed": null}, "231840220": {"authors": [], "category": "integration", "description": "MoneyDashboard Net Balance sensor for HomeAssistant", "domain": "moneydashboard", "downloads": 0, "etag_repository": "W/\"a1e751f74e95447677b4ee8a4e38868a01e08829173987e3efaa6c711f497ae9\"", "full_name": "shutupflanders/sensor.moneydashboard", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6298052", "last_release_tag": "1.0.3", "last_updated": "2020-02-20T10:04:03Z", "name": "moneydashboard", "new": false, "repository_manifest": {"domains": ["sensor"], "name": "MoneyDashboard", "render_readme": true, "country": ["GB"], "homeassistant": "0.99.0"}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": [], "version_installed": null}, "246417951": {"authors": ["@SLG"], "category": "integration", "description": "This component retrieves the statistics from Whatpulse", "domain": "whatpulse", "downloads": 0, "etag_repository": "W/\"dca837f1834a3b20ee94902485acbcaa793a075994123c3d2dc9a726d3fadc5b\"", "full_name": "SLG/home-assistant-whatpulse", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "665fe09", "last_release_tag": null, "last_updated": "2021-06-03T17:59:28Z", "name": "whatpulse", "new": false, "repository_manifest": {"name": "Whatpulse Sensor", "render_readme": true, "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["custom-components", "hacs", "home-assistant", "homeassistant", "python", "whatpulse"], "version_installed": null}, "261849832": {"authors": ["sockless-coding"], "category": "integration", "description": "Garo wallbox - Home Assistant Component ", "domain": "garo_wallbox", "downloads": 0, "etag_repository": "W/\"c9dbc593edd9d29f81f3d496eccc8b55813b6ec6a0fdcf869466ae143f665dc9\"", "full_name": "sockless-coding/garo_wallbox", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "fd96ba6", "last_release_tag": "v1.0.11", "last_updated": "2022-01-12T16:22:03Z", "name": "garo_wallbox", "new": false, "repository_manifest": {"name": "Garo Wallbox"}, "selected_tag": null, "show_beta": false, "stars": 12, "topics": [], "version_installed": null, "last_fetched": 1643571248.379273}, "199332790": {"authors": ["@snarky-snark"], "category": "integration", "description": "A custom Home Assistant component for declaring and setting generic variable entities dynamically.", "domain": "var", "downloads": 0, "etag_repository": "W/\"cf4bf6283a81b7cc88e5e1eac1b9d82508975f613bc755f544dc117ecea2b37b\"", "full_name": "snarky-snark/home-assistant-variables", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "27f0169", "last_release_tag": "v0.12.3", "last_updated": "2021-05-13T16:58:42Z", "name": "var", "new": false, "repository_manifest": {"name": "Variable", "render_readme": true, "homeassistant": "2021.5.1"}, "selected_tag": null, "show_beta": false, "stars": 128, "topics": [], "version_installed": null, "last_fetched": 1643571248.408701}, "260410453": {"authors": ["sockless-coding"], "category": "integration", "description": "Panasonic Comfort Cloud - Home Assistant Component", "domain": "panasonic_cc", "downloads": 0, "etag_repository": "W/\"19d5de05888545247b000e192bf9e4f73aa49266f6e65f5511e39da316c52204\"", "full_name": "sockless-coding/panasonic_cc", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5746f9c", "last_release_tag": "v1.0.31", "last_updated": "2022-01-10T13:28:04Z", "name": "panasonic_cc", "new": false, "repository_manifest": {"name": "Panasonic Comfort Cloud"}, "selected_tag": null, "show_beta": false, "stars": 32, "topics": [], "version_installed": null, "last_fetched": 1642430656.42009}, "210966517": {"authors": ["snicker"], "category": "integration", "description": "Zwift Sensor Integration for HomeAssistant", "domain": "zwift", "downloads": 0, "etag_repository": "W/\"f9287ad4dd62b274a50e43d630be9e329526da6da7033bc5658b410e0c7509b5\"", "full_name": "snicker/zwift_hass", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "407f7dd", "last_release_tag": "v3.2.4", "last_updated": "2022-01-17T13:47:53Z", "name": "zwift", "new": false, "repository_manifest": {"name": "Zwift Sensors", "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 27, "topics": [], "version_installed": null, "last_fetched": 1643571248.389249}, "209955487": {"authors": ["@slesinger"], "category": "integration", "description": "Control BMR heating regulation system from Home Assistant", "domain": "bmr_hc64", "downloads": 0, "etag_repository": "W/\"838cdc644918386a9d5672f5de788233d4d981f43c0827023201535ef8f332d5\"", "full_name": "slesinger/HomeAssistant-BMR", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "717c935", "last_release_tag": null, "last_updated": "2021-05-25T19:26:44Z", "name": "bmr_hc64", "new": false, "repository_manifest": {"name": "BMR", "render_readme": true, "domains": ["climate", "sensor", "binary_sensor", "switch"], "country": ["CZ"], "homeassistant": "0.110.0"}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": [], "version_installed": null}, "267433712": {"authors": ["@slesinger"], "category": "integration", "description": "Home Assistant integration to display info about energy plan", "domain": "predistribuce", "downloads": 0, "etag_repository": "W/\"42d5e36507f8e6eeceb03b45af63d83572772506a907274ceadcb19e1bbef01b\"", "full_name": "slesinger/HomeAssistant-PREdistribuce", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "eb1d189", "last_release_tag": null, "last_updated": "2021-10-30T09:55:40Z", "name": "predistribuce", "new": false, "repository_manifest": {"name": "PRE Distribuce CZ", "render_readme": false, "domains": ["binary_sensor"], "country": ["CZ"], "homeassistant": "0.110.0"}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["energy", "home-assistant", "home-automation", "power", "sensor"], "version_installed": null}, "177978011": {"authors": ["@hakana", "@StyraHem"], "category": "integration", "description": "Shelly smart home platform for Home Assistant", "domain": "shelly", "downloads": 7065, "etag_repository": "W/\"319eb0d51531105ab06b9e3a15a876ac9537d84281c630a8e3585de46ac660a1\"", "full_name": "StyraHem/ShellyForHASS", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "902c04a", "last_release_tag": "0.3.3", "last_updated": "2022-01-22T08:21:14Z", "name": "shelly", "new": false, "repository_manifest": {"name": "ShellyForHass (Shelly integration)", "hide_default_branch": true, "zip_release": true, "filename": "shelly4hass.zip", "homeassistant": "0.104.0"}, "selected_tag": null, "show_beta": false, "stars": 502, "topics": [], "version_installed": null, "last_fetched": 1643571249.129374}, "292616002": {"authors": ["@swartjean"], "category": "integration", "description": "Home Assistant - Seedboxes.cc Integration", "domain": "seedboxes_cc", "downloads": 0, "etag_repository": "W/\"10c73b84969288f1764356fa0811ce3bbf468c80848ac9c549399ec6d4e61dc6\"", "full_name": "swartjean/ha-seedboxes-cc", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "06a15da", "last_release_tag": "v1.0.2", "last_updated": "2021-04-05T10:15:21Z", "name": "seedboxes_cc", "new": false, "repository_manifest": {"name": "Seedboxes.cc", "domains": ["sensor"], "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["custom-component", "hacs", "home-assistant", "home-automation", "homeassistant", "integration", "monitoring", "seedbox", "torrents"], "version_installed": null}, "289579468": {"authors": ["@swartjean"], "category": "integration", "description": "Fetches loadshedding data from Eskom", "domain": "eskom_loadshedding", "downloads": 0, "etag_repository": "W/\"066b562172ffc3b1d76737e9f0288ce26a1773c374b1cf72ba8d264282ccf565\"", "full_name": "swartjean/ha-eskom-loadshedding", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f1d1927", "last_release_tag": "v1.0.6", "last_updated": "2021-12-12T16:13:41Z", "name": "eskom_loadshedding", "new": false, "repository_manifest": {"name": "Eskom Loadshedding Interface", "domains": ["sensor"], "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 21, "topics": ["custom-component", "eskom", "hacs", "home-assistant", "home-automation", "homeassistant", "integration", "loadshedding", "south-africa"], "version_installed": null}, "181743867": {"authors": ["@tefinger"], "category": "integration", "description": "Custom component for Home Assistant to support Brematic devices", "domain": "brematic", "downloads": 0, "etag_repository": "W/\"3fdf9f1f7c9610d4319db8e1a2094d5bd958774011f063fa2fad1e661f0f0bb0\"", "full_name": "tefinger/hass-brematic", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c124566", "last_release_tag": "v0.5.0", "last_updated": "2021-11-02T17:59:24Z", "name": "brematic", "new": false, "repository_manifest": {"name": "Brematic", "homeassistant": "2021.10.0", "render_readme": true, "domains": ["switch"]}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["433mhz", "brematic", "brennenstuhl", "custom-component", "gateway", "hacktoberfest", "hass", "home-assistant", "intertechno"], "version_installed": null}, "265059207": {"authors": ["@ThermIQ"], "category": "integration", "description": "Home Assistant integration of ThermIQ-MQTT, providing control and logging of Thermia heatpumps ", "domain": "thermiq_mqtt", "downloads": 0, "etag_repository": "W/\"139e95d6c03526a5b3b8f40df94ec745885b078db8675452e38fdb1b8429a455\"", "full_name": "ThermIQ/thermiq_mqtt-ha", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2453d34", "last_release_tag": "v1.3.2", "last_updated": "2022-01-26T20:07:01Z", "name": "thermiq_mqtt", "new": false, "repository_manifest": {"name": "ThermIQ MQTT", "hacs": "0.24.0", "domains": ["binary_sensor", "sensor", "switch"], "iot_class": "Local Push", "homeassistant": "2021.12", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": ["bergvarme", "danfoss", "dhp", "diplomat", "g2", "g3", "ha", "hacs", "hass", "heatpump", "home-assistant", "home-automation", "homeassistant", "optimum", "thermal-pump", "thermia", "thermiq", "thermiq-mqtt", "varmepump"], "version_installed": null, "last_fetched": 1643571249.757958}, "121891488": {"authors": ["@thevoltagesource"], "category": "integration", "description": "Home Assistant custom component for controlling Lennox iComfort WiFi and AirEase Comfort Sync thermostats.", "domain": "myicomfort", "downloads": 0, "etag_repository": "W/\"1f1d4c3e679094c23db4cb4c5a6c13ecbc9dbc5ab19e1d06e4af420a9e741496\"", "full_name": "thevoltagesource/LennoxiComfort", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "337fef1", "last_release_tag": "v3.2.0", "last_updated": "2021-12-08T02:01:39Z", "name": "myicomfort", "new": false, "repository_manifest": {"name": "Lennox iComfort WiFi Thermostat Integration", "domains": ["climate"], "homeassistant": "2021.4.0", "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 21, "topics": ["homeassistant", "icomfort", "lennox", "thermostat"], "version_installed": null, "last_fetched": 1642094179.852643}, "194140521": {"authors": [], "category": "integration", "description": "\ud83d\udd39 A Home Assistant integration to turn your browser into a controllable entity - and also an audio player", "domain": "browser_mod", "downloads": 0, "etag_repository": "W/\"98cdff5b38d00d072165af513bdb7d45b357ef059786fa936c8103745070e183\"", "full_name": "thomasloven/hass-browser_mod", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "63d204c", "last_release_tag": "1.5.1", "last_updated": "2022-01-06T12:14:07Z", "name": "browser_mod", "new": false, "repository_manifest": {"name": "browser_mod", "homeassistant": "2021.5.0"}, "selected_tag": null, "show_beta": false, "stars": 561, "topics": [], "version_installed": null, "last_fetched": 1643571250.089936}, "202220932": {"authors": [], "category": "integration", "description": "\ud83d\udd39 Change the favicon of your Home Assistant instance", "domain": "favicon", "downloads": 0, "etag_repository": "W/\"a8a323cdc479c10f592e0200a3041d4ce51c930fe02a74e3f6c86a1201935925\"", "full_name": "thomasloven/hass-favicon", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "af5cf85", "last_release_tag": "10.4", "last_updated": "2021-07-26T15:03:33Z", "name": "favicon", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 62, "topics": [], "version_installed": null, "last_fetched": 1642430662.435702}, "200897141": {"authors": [], "category": "integration", "description": "\ud83d\udd39 Improve the lovelace yaml parser for Home Assistant", "domain": "lovelace_gen", "downloads": 0, "etag_repository": "W/\"fa040717c0f1ca066004c9e897983566a038181d27d6a6c2089b886c808e9df8\"", "full_name": "thomasloven/hass-lovelace_gen", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "200f916", "last_release_tag": "0.1.1", "last_updated": "2021-06-12T10:38:54Z", "name": "lovelace_gen", "new": false, "repository_manifest": {"name": "lovelace_gen", "homeassistant": "2021.4.0"}, "selected_tag": null, "show_beta": false, "stars": 115, "topics": [], "version_installed": null, "last_fetched": 1642184335.180555}, "164155243": {"authors": ["@TimSoethout"], "category": "integration", "description": "Sensor for Home Assistant pulling data from the GoodWe SEMS API for solar panel production metrics.", "domain": "sems", "downloads": 0, "etag_repository": "W/\"b42b5a334df9ef96a2e381df37c2a9ac39c0febc76313e1a3df19ae4388eb307\"", "full_name": "TimSoethout/goodwe-sems-home-assistant", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b260b28", "last_release_tag": "3.4.0", "last_updated": "2021-12-20T15:08:53Z", "name": "sems", "new": false, "repository_manifest": {"render_readme": true, "content_in_root": false, "iot_class": "Cloud Poll", "homeassistant": "2021.9.3"}, "selected_tag": null, "show_beta": false, "stars": 47, "topics": ["goodwe-sems", "hacs", "homeassistant", "pv", "sems-portal"], "version_installed": null}, "251020820": {"authors": ["@Tikismoke"], "category": "integration", "description": "NESPRESSO ble Home Assistant custom componenets and also a 2MQTT script", "domain": "nespresso", "downloads": 0, "etag_repository": "W/\"82a80ef26868fd8aead3971e1509241fc0765c36affe45baa8319479a8d7a805\"", "full_name": "tikismoke/home-assistant-nespressoble", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "aa595a5", "last_release_tag": "v0.0.1", "last_updated": "2021-06-04T06:05:28Z", "name": "nespresso", "new": false, "repository_manifest": {"name": "Nespresso Ble coffee machine"}, "selected_tag": null, "show_beta": false, "stars": 30, "topics": ["homeassistant", "homeassistant-components", "nespresso", "nespresso-ble"], "version_installed": null}, "261496794": {"authors": ["@Tikismoke"], "category": "integration", "description": "a plcbus custom somponents for HomeAssistant", "domain": "plcbus", "downloads": 0, "etag_repository": "W/\"224e43b119b2ee9069522d8ea2be1d17b162c2c14af29a376f4f1ae6d370f9b4\"", "full_name": "tikismoke/home-assistant-plcbus", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "93ba738", "last_release_tag": "0.0.2", "last_updated": "2021-08-15T16:14:24Z", "name": "plcbus", "new": false, "repository_manifest": {"name": "Plcbus integration"}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["customcomponents", "hass", "homeassistant", "plcbus"], "version_installed": null}, "195620540": {"authors": ["@timvancann"], "category": "integration", "description": null, "domain": "growatt", "downloads": 0, "etag_repository": "W/\"43252573361a645229c8f28cf0b29eb7320a5e25a44c51b87cab9cc9a6fe2de2\"", "full_name": "timvancann/homeassistant-growatt", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b22c18f", "last_release_tag": "0.0.3", "last_updated": "2021-05-11T11:03:42Z", "name": "growatt", "new": false, "repository_manifest": {"name": "Growatt solar panels"}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": [], "version_installed": null}, "207794499": {"authors": [], "category": "integration", "description": "A BER Status Sensor", "domain": "ber_status", "downloads": 0, "etag_repository": "W/\"c651e78aab194f35b73219bf04a794db49921cead5d461e87b33eba934b9c1f2\"", "full_name": "tmechen/ber_status", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d237174", "last_release_tag": null, "last_updated": "2020-10-31T13:57:32Z", "name": "ber_status", "new": false, "repository_manifest": {"name": "BER Status Sensor", "country": ["DE"], "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": [], "version_installed": null}, "200399989": {"authors": [], "category": "integration", "description": "Service to clean up your home assistant snapshots, so you don't manually have to.", "domain": "clean_up_snapshots_service", "downloads": 0, "etag_repository": "W/\"930836ea293e37e3182976c2051d5161d2b81f2961efb3973b493eeaf7187a8a\"", "full_name": "tmonck/clean_up_snapshots", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "24fe828", "last_release_tag": "0.8.2", "last_updated": "2021-12-30T16:33:33Z", "name": "clean_up_snapshots_service", "new": false, "repository_manifest": {"name": "Clean up snapshots service", "domains": ["clean_up_snapshots_service"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 11, "topics": [], "version_installed": null, "last_fetched": 1641470311.369215}, "225248441": {"authors": ["@tomaae"], "category": "integration", "description": "Mikrotik router integration for Home Assistant", "domain": "mikrotik_router", "downloads": 1015, "etag_repository": "W/\"a7c7a0e82cf5dd060d41fdd5f5cd9a8f45f5dcb3ea7f356c60341eade1958ed2\"", "full_name": "tomaae/homeassistant-mikrotik_router", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5db1c78", "last_release_tag": "v1.8", "last_updated": "2022-01-24T14:10:03Z", "name": "mikrotik_router", "new": false, "repository_manifest": {"name": "Mikrotik Router", "homeassistant": "2021.12.1", "iot_class": "local_poll", "domains": ["device_tracker", "switch", "button", "sensor", "binary_sensor"], "render_readme": false, "zip_release": true, "filename": "mikrotik_router.zip"}, "selected_tag": null, "show_beta": false, "stars": 107, "topics": ["hacs", "homeassistant", "homeassistant-components", "homeassistant-integration", "mikrotik"], "version_installed": null, "last_fetched": 1643571250.863928}, "257275420": {"authors": ["@tomaae"], "category": "integration", "description": "OpenMediaVault integration for Home Assistant", "domain": "openmediavault", "downloads": 0, "etag_repository": "W/\"70c288ea9a1adbca8290c2738038d433715e6b6f7b7dd13cb3b09af135598977\"", "full_name": "tomaae/homeassistant-openmediavault", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2fa230a", "last_release_tag": "1.1.7", "last_updated": "2021-12-09T19:57:55Z", "name": "openmediavault", "new": false, "repository_manifest": {"name": "OpenMediaVault", "homeassistant": "0.110.0", "iot_class": "local_poll", "domains": ["sensor", "switch"], "render_readme": false, "zip_release": true, "filename": "openmediavault.zip"}, "selected_tag": null, "show_beta": false, "stars": 33, "topics": ["hacs", "homeassistant", "homeassistant-components", "homeassistant-integration", "omv", "openmediavault"], "version_installed": null, "last_fetched": 1643545554.628268}, "277201070": {"authors": ["@toreamun"], "category": "integration", "description": "Home Assistant integrasjon for Aidon, Kaifa and Kamstrup AMS-str\u00f8mm\u00e5lere. Integrasjonen st\u00f8ter b\u00e5de streaming (serieport/TCP-IP) og MQTT. Tibber Pulse kan settes opp til \u00e5 publisere til lokal MQTT som denne integrasjonen kan benytte.", "domain": "amshan", "downloads": 0, "etag_repository": "W/\"b4db7b21d151418333cca8df9efa75c770462f1112a7c75a4ba2b315d18e7cd3\"", "full_name": "toreamun/amshan-homeassistant", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "783bd7c", "last_release_tag": "2022.1.7", "last_updated": "2022-01-25T15:55:58Z", "name": "amshan", "new": false, "repository_manifest": {"name": "AmsHan", "domains": ["sensor"], "iot_class": "Local Push", "homeassistant": "2021.12.0b0", "country": ["NO"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 27, "topics": ["aidon", "ams", "han", "home-assistant", "home-automation", "kaifa", "kamstrup", "mbus", "meterbus", "mqtt", "smart-meter", "tibberpulse"], "version_installed": null, "last_fetched": 1643571250.921653}, "299875200": {"authors": ["@toreamun"], "category": "integration", "description": "Home Assistant integration for Victor Smart-Kill WI-FI electronic mouse and rat traps from VictorPest.com.", "domain": "victorsmartkill", "downloads": 0, "etag_repository": "W/\"ce0c62d38f9eea39cb8168049b4cb939cc6f174672476145db7b2f1cc44afa0d\"", "full_name": "toreamun/victorsmartkill-homeassistant", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b382d81", "last_release_tag": "2021.12.1", "last_updated": "2021-12-27T07:17:54Z", "name": "victorsmartkill", "new": false, "repository_manifest": {"name": "Victor Smart-Kill", "domains": ["binary_sensor", "sensor"], "homeassistant": "2021.11.0", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 10, "topics": ["hacs", "home-assistant", "homeassistant-integration", "mouse", "python-library", "rat", "trap", "victor"], "version_installed": null, "last_fetched": 1641895688.294586}, "298816063": {"authors": ["@troykelly"], "category": "integration", "description": "Trackimo Integration for HACS Home Assistant", "domain": "trackimo", "downloads": 0, "etag_repository": "W/\"8760784f7b14d68ffd2b100846b5c881b2eebf69cf0afc3d21b86a46b975e4af\"", "full_name": "troykelly/hacs-trackimo", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5c45086", "last_release_tag": "v0.0.22", "last_updated": "2021-07-12T05:44:23Z", "name": "trackimo", "new": false, "repository_manifest": {"name": "Trackimo Device Tracker", "country": ["AU"], "domains": ["device_tracker"], "homeassistant": "2021.7.1", "iot_class": ["Cloud Polling"]}, "selected_tag": null, "show_beta": false, "stars": 0, "topics": ["geolocation", "hacktoberfest", "homeassistant", "homeassistant-integration", "trackimo"], "version_installed": null}, "220313935": {"authors": ["@turbokongen"], "category": "integration", "description": "Custom component reading AMS through MBus adapter into HomeAssistant", "domain": "ams", "downloads": 0, "etag_repository": "W/\"2119deaf4961829f9d6e61112060ec407c271a772de2d1044a5686109cedc1f6\"", "full_name": "turbokongen/hass-AMS", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f42ded6", "last_release_tag": "v1.9.1", "last_updated": "2021-12-29T08:09:48Z", "name": "ams", "new": false, "repository_manifest": {"name": "hass-AMS", "country": ["NO", "SE"], "domains": ["sensor"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 28, "topics": ["mbus-adapter", "meter", "sensors"], "version_installed": null}, "240459262": {"authors": ["@tuxuser"], "category": "integration", "description": "Abfall API (Jumomind) custom component for home assistant - Get an alert when garbage collection is due", "domain": "abfallapi_jumomind", "downloads": 0, "etag_repository": "W/\"87cfa966fbfb9c42aa6764be1de69e0008a5943f6abb3c1f97fcf20fa6468210\"", "full_name": "tuxuser/abfallapi_jumomind_ha", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "8b4449f", "last_release_tag": null, "last_updated": "2021-12-22T09:57:43Z", "name": "abfallapi_jumomind", "new": false, "repository_manifest": {"name": "Abfall API (Jumomind)", "country": ["DE"], "homeassistant": "0.104.3", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["abfall", "collection", "deutschland", "garbage", "germany", "hacs", "home-assistant", "homeassistant-sensor", "jumomind", "muell", "sensor", "waste"], "version_installed": null, "last_fetched": 1641058079.790084}, "272337216": {"authors": ["@turbulator"], "category": "integration", "description": "Home Assistant custom component for Pandora Car Alarm System", "domain": "pandora_cas", "downloads": 0, "etag_repository": "W/\"5434350abdae43d18ab4196f7f2e73f35f2f0c76038842ce61eeace2a5925c78\"", "full_name": "turbulator/pandora-cas", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2651170", "last_release_tag": "1.4.4", "last_updated": "2021-12-28T02:20:34Z", "name": "pandora_cas", "new": false, "repository_manifest": {"name": "Pandora Car Alarm System", "domains": ["device_tracker", "binary_sensor", "sensor"], "country": ["RU", "BY"], "iot_class": "local push", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 30, "topics": ["hacs", "home-assistant", "integration", "pandora"], "version_installed": null}, "237628853": {"authors": ["@tuxuser"], "category": "integration", "description": "Abfall API (RegioIT) custom component for home assistant - Get an alert when garbage collection is due", "domain": "abfallapi_regioit", "downloads": 0, "etag_repository": "W/\"6f2e34627eb7239a51d354c70d3162bf0500be8c682f9ad242c24d7ad1690640\"", "full_name": "tuxuser/abfallapi_regioit_ha", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d423486", "last_release_tag": null, "last_updated": "2021-12-16T16:20:32Z", "name": "abfallapi_regioit", "new": false, "repository_manifest": {"name": "Abfall API (RegioIT)", "country": ["DE"], "homeassistant": "0.104.3", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 10, "topics": ["collection", "component", "garbage", "homeassistant", "homeassistant-sensor", "muell", "muellabfuhr", "regioit", "sensor", "smart-home", "waste"], "version_installed": null}, "167885769": {"authors": ["@twrecked"], "category": "integration", "description": "Asynchronous Arlo Component for Home Assistant", "domain": "aarlo", "downloads": 0, "etag_repository": "W/\"1da16af8536fd57cbab3e53aa97058fac2218c7ad296f050d49a2c377a60c1f5\"", "full_name": "twrecked/hass-aarlo", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c00cc75", "last_release_tag": "v0.7.2b7", "last_updated": "2021-12-28T19:25:48Z", "name": "aarlo", "new": false, "repository_manifest": {"name": "Arlo Camera Support", "homeassistant": "0.110.0"}, "selected_tag": null, "show_beta": false, "stars": 223, "topics": ["arlo", "homeassistant", "homeassistant-components", "netgear", "python"], "version_installed": null, "last_fetched": 1643571251.467254}, "204700563": {"authors": ["@sherrell"], "category": "integration", "description": "Momentary Switch Component for Home Assistant", "domain": "momentary", "downloads": 0, "etag_repository": "W/\"53316e4aacf743e41b730228cf12db312ba769ef8b0d30ab5a9b2205a054f359\"", "full_name": "twrecked/hass-momentary", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "87e8a29", "last_release_tag": "v0.5.3", "last_updated": "2021-12-13T03:07:54Z", "name": "momentary", "new": false, "repository_manifest": {"name": "Momentary Switch Component"}, "selected_tag": null, "show_beta": false, "stars": 22, "topics": [], "version_installed": null}, "245267534": {"authors": ["@twrecked"], "category": "integration", "description": "Virtual Components for Home Assistant", "domain": "virtual", "downloads": 0, "etag_repository": "W/\"8912c46972e6d4c15bafcd5a4474997edda0a7f20cfbf4a82a4cf00d8c2484c2\"", "full_name": "twrecked/hass-virtual", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3a51eeb", "last_release_tag": "v0.7.5", "last_updated": "2021-12-16T20:58:08Z", "name": "virtual", "new": false, "repository_manifest": {"name": "Virtual Components"}, "selected_tag": null, "show_beta": false, "stars": 46, "topics": [], "version_installed": null, "last_fetched": 1642184345.721799}, "76125161": {"authors": ["@tybritten"], "category": "integration", "description": "an iCal Sensor for Home Assistant", "domain": "ical", "downloads": 0, "etag_repository": "W/\"3ddcfddb9c1eda298fe400d952a8c7bb5b79f0994d6893b6a8b5b40bed9c756c\"", "full_name": "tybritten/ical-sensor-homeassistant", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a171b65", "last_release_tag": "1.4.1", "last_updated": "2021-12-13T09:20:22Z", "name": "ical", "new": false, "repository_manifest": {"name": "iCal Sensor", "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 38, "topics": ["hacs", "home-assistant", "ical", "sensor"], "version_installed": null, "last_fetched": 1642851192.719341}, "272140589": {"authors": ["@ualex73"], "category": "integration", "description": "Monitor Docker containers from Home Assistant", "domain": "monitor_docker", "downloads": 0, "etag_repository": "W/\"bee7d4a9236d4fa900fffc61f7b5de191817cbbb8accaeaccb10b1ff4460cec5\"", "full_name": "ualex73/monitor_docker", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "0354dd0", "last_release_tag": "1.14", "last_updated": "2022-01-18T21:20:49Z", "name": "monitor_docker", "new": false, "repository_manifest": {"name": "Monitor Docker", "render_readme": false, "domains": ["sensor", "switch"]}, "selected_tag": null, "show_beta": false, "stars": 125, "topics": ["custom-component", "docker", "hacs", "home-assistant", "homeassistant", "python"], "version_installed": null, "last_fetched": 1643545554.672448}, "247566230": {"authors": ["@Verbalinsurection"], "category": "integration", "description": "The Next Rocket Launch sensor platform allows you to monitor the next rocket launch from Teamup.", "domain": "next_rocket_launch", "downloads": 0, "etag_repository": "W/\"02b2b25e287e1aad464221dbdac646b4de2ae04fcadf9cb1d3a3b6d2a50c9a3f\"", "full_name": "Verbalinsurection/next_rocket_launch", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a7debb9", "last_release_tag": "V1.0.3", "last_updated": "2021-04-12T16:58:03Z", "name": "next_rocket_launch", "new": false, "repository_manifest": {"name": "Next Rocket Launch", "country": ["FR"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": ["hassio", "home-assistant", "homeassistant", "homeassistant-components", "rocket"], "version_installed": null}, "120696364": {"authors": ["@vinteo"], "category": "integration", "description": "OpenSprinkler Integration for Home Assistant", "domain": "opensprinkler", "downloads": 0, "etag_repository": "W/\"e4337b3a22c45d6036019f60b4cd0d3983cd70273cc7133a12c40ee16ec03657\"", "full_name": "vinteo/hass-opensprinkler", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "eeb57f0", "last_release_tag": "v1.1.7", "last_updated": "2021-12-06T21:34:02Z", "name": "opensprinkler", "new": false, "repository_manifest": {"name": "OpenSprinkler integration for Home Assistant", "domains": ["binary_sensor", "sensor", "switch"], "render_readme": true, "iot_class": "Local Polling"}, "selected_tag": null, "show_beta": false, "stars": 120, "topics": ["hacktoberfest", "hacs", "home-assistant", "home-automation", "opensprinkler"], "version_installed": null, "last_fetched": 1642184346.580582}, "265916869": {"authors": ["@vanstinator"], "category": "integration", "description": "Melnor Raincloud Home Assistant Integration", "domain": "raincloud", "downloads": 31, "etag_repository": "W/\"58000ab27cbb2d837de1137176b14c71cd411269a7a3d5e07a5dab900c8e3bc9\"", "full_name": "vanstinator/hass-raincloud", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c247570", "last_release_tag": "1.2.4", "last_updated": "2022-01-22T15:56:33Z", "name": "raincloud", "new": false, "repository_manifest": {"name": "Melnor Raincloud", "render_readme": true, "domains": ["binary_sensor", "sensor", "switch"], "homeassistant": "2021.4.0", "zip_release": true, "filename": "raincloud.zip", "iot_class": "cloud_polling"}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": ["assistant", "home", "home-assistant", "home-automation", "irrigation", "melnor", "raincloud", "sprinkler"], "version_installed": null, "last_fetched": 1643571251.745845}, "258012818": {"authors": [], "category": "integration", "description": "Use Simple Icons in Home Assistant", "domain": "simpleicons", "downloads": 0, "etag_repository": "W/\"beb75b7da926dcef8f261416faf9e68f83d2cc7015f84fab63036ac018f8f1d4\"", "full_name": "vigonotion/hass-simpleicons", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d1bb6ac", "last_release_tag": "v1.20.0", "last_updated": "2022-01-13T04:02:59Z", "name": "simpleicons", "new": false, "repository_manifest": {"name": "simpleicons", "render_readme": true, "homeassistant": "0.110.0b0", "zip_release": true, "filename": "hass-simpleicons.zip"}, "selected_tag": null, "show_beta": false, "stars": 62, "topics": ["hacktoberfest", "home-assistant", "simple-icons"], "version_installed": null, "last_fetched": 1642184347.106817}, "234875951": {"authors": ["@nwiborg", "@vlumikero"], "category": "integration", "description": "A Home Assistant custom component for Securitas Home Alarm, for alarms bought in Sweden before 2018-12-01", "domain": "securitas", "downloads": 0, "etag_repository": "W/\"7ce1181bf8b4beca79ea1b8c42b8ee5dc34cb8bbec839e30907600b74cd442f5\"", "full_name": "vlumikero/home-assistant-securitas", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7b8ca5d", "last_release_tag": "1.0.2", "last_updated": "2021-07-24T17:58:21Z", "name": "securitas", "new": false, "repository_manifest": {"name": "Securitas Home", "render_readme": "true", "country": ["SE"], "homeassistant": "0.110.1"}, "selected_tag": null, "show_beta": false, "stars": 0, "topics": [], "version_installed": null}, "190418598": {"authors": ["@walthowd"], "category": "integration", "description": "Automower Custom Component for Home Assistant", "domain": "automower", "downloads": 0, "etag_repository": "W/\"f318c06418eba17bcd82d9eb546fe675c9061e2b2793fe49123b84e4aeb92c84\"", "full_name": "walthowd/ha-automower", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c7aac2d", "last_release_tag": "1.1.3", "last_updated": "2021-09-15T21:55:41Z", "name": "automower", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 35, "topics": [], "version_installed": null}, "235316264": {"authors": ["websylv"], "category": "integration", "description": ":sun_behind_rain_cloud: :switzerland: Meteo Swiss Integration for Home Assisant", "domain": "meteo-swiss", "downloads": 0, "etag_repository": "W/\"e01d126e4d45835002eb7dc6ea0fa7e86ab79cf43ad749b274a27a0cbe6d6b97\"", "full_name": "websylv/homeassistant-meteoswiss", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "0fccc01", "last_release_tag": "1.3", "last_updated": "2021-08-26T14:31:29Z", "name": "meteo-swiss", "new": false, "repository_manifest": {"name": "Meteo Swiss", "render_readme": true, "domains": "weather", "iot_class": "weather", "country": ["CH"]}, "selected_tag": null, "show_beta": false, "stars": 41, "topics": [], "version_installed": null, "last_fetched": 1643571252.143356}, "299967654": {"authors": ["@willholdoway"], "category": "integration", "description": "This is a custom component to allow control of HifiberryOS devices in Home Assistant using the audiocontrol2 REST API.", "domain": "hifiberry", "downloads": 0, "etag_repository": "W/\"e3d784e6173963ed0fbbc8f8795a6acd9ab973f44d92add29baf6b70c7fb4f4c\"", "full_name": "willholdoway/hifiberry", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "33ffe78", "last_release_tag": null, "last_updated": "2021-11-13T12:26:37Z", "name": "hifiberry", "new": false, "repository_manifest": {"name": "HiFiBerry", "domains": ["media_player"], "iot_class": "Local Polling", "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 20, "topics": ["hacs", "hassio", "hifiberry", "home-assistant", "home-automation", "internet-of-things", "iot", "media-player", "python"], "version_installed": null, "last_fetched": 1641470323.431651}, "127251446": {"authors": ["@xirixiz"], "category": "integration", "description": "Provides sensors for some Dutch waste collectors", "domain": "afvalwijzer", "downloads": 0, "etag_repository": "W/\"b632584d36a983bed156d916ee345fa6c20995dfffec15d044b583a580399e67\"", "full_name": "xirixiz/homeassistant-afvalwijzer", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "10752d2", "last_release_tag": "2022.01.02", "last_updated": "2022-01-21T08:58:07Z", "name": "afvalwijzer", "new": false, "repository_manifest": {"name": "Afvalwijzer", "iot_class": "Cloud Polling", "content_in_root": false, "render_readme": true, "domains": ["sensor"], "country": ["NL"], "homeassistant": "0.115.0"}, "selected_tag": null, "show_beta": false, "stars": 95, "topics": ["afvalwijzer", "hacs", "home-assistant", "homeassistant", "python", "sensor", "trash"], "version_installed": null, "last_fetched": 1642851199.151629}, "261031401": {"authors": ["@youdroid"], "category": "integration", "description": "\ud83c\udfa5 CouchPotato component to feed Upcoming Media Card.", "domain": "couchpotato", "downloads": 0, "etag_repository": "W/\"f3a657776bd2ede5b7083698a22c09f6c118278a9f88c51f4ba3778e51c7aa98\"", "full_name": "youdroid/home-assistant-couchpotato", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "0243c7c", "last_release_tag": "V1.2.1", "last_updated": "2021-03-03T23:11:55Z", "name": "couchpotato", "new": false, "repository_manifest": {"name": "couchpotato", "domains": ["sensor"], "render_readme": true, "country": ["FR"]}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["couchpotato", "customcomponents", "homeassistant", "homeassistant-components", "homeassistant-sensor", "python"], "version_installed": null}, "262645913": {"authors": ["@youdroid"], "category": "integration", "description": "\ud83c\udf75 Gitea component to follow your repositories", "domain": "gitea", "downloads": 0, "etag_repository": "W/\"fda18fcb2dcb3a645cacf23696d4f4edf5c0e7f3d6df914e03c6cf05e4dddc55\"", "full_name": "youdroid/home-assistant-gitea", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d348180", "last_release_tag": "V1.3", "last_updated": "2022-01-30T17:50:42Z", "name": "gitea", "new": false, "repository_manifest": {"name": "gitea", "domains": ["sensor"], "render_readme": true, "country": ["FR"], "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": [], "version_installed": null, "last_fetched": 1643571252.724834}, "261614146": {"authors": ["@youdroid"], "category": "integration", "description": "\ud83c\udfa5 SickChill component to feed Upcoming Media Card.", "domain": "sickchill", "downloads": 0, "etag_repository": "W/\"dcf24bbb40d7a698d88ab18f230f92d73a1faa1e07aa07da9397c348294d6dd1\"", "full_name": "youdroid/home-assistant-sickchill", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "26424d8", "last_release_tag": "V1.3.1", "last_updated": "2021-03-03T23:00:19Z", "name": "sickchill", "new": false, "repository_manifest": {"name": "SickChill", "domains": ["sensor"], "render_readme": true, "country": ["FR"]}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": ["customcomponents", "homeassistant", "homeassistant-components", "homeassistant-sensor", "python", "sickchill"], "version_installed": null}, "202987887": {"authors": ["@zachowj"], "category": "integration", "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/\"cacf4c87c984846fc3c156511b0e676df0134bea1d19d2f18f527eb4fb65a21d\"", "full_name": "zachowj/hass-node-red", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2a11f2e", "last_release_tag": "v1.0.6", "last_updated": "2022-01-16T00:01:46Z", "name": "nodered", "new": false, "repository_manifest": {"name": "Node-RED Companion", "domains": ["binary_sensor", "sensor", "switch"], "homeassistant": "2021.12.0", "iot_class": "local_push"}, "selected_tag": null, "show_beta": false, "stars": 214, "topics": ["home-assistant", "node-red"], "version_installed": null, "last_fetched": 1643571252.874709}, "231083679": {"authors": [], "category": "theme", "description": "\ud83d\udc35 Dark Theme based on clear-theme-dark by @naofireblade", "domain": "", "downloads": 0, "etag_repository": "W/\"e7630907ee722c79ef018d8747f317f5d2be9faa9b6ed119f56729e963423a14\"", "full_name": "aFFekopp/dark_teal", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d3f96b2", "last_release_tag": "1.3", "last_updated": "2020-08-10T17:15:43Z", "name": "dark_teal", "new": false, "repository_manifest": {"name": "Dark Teal"}, "selected_tag": null, "show_beta": false, "stars": 10, "topics": ["dark-theme", "hacs", "home-assistant", "home-assistant-theme"], "version_installed": null}, "233715171": {"authors": [], "category": "theme", "description": "Darkish-Theme for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"02a74aeaa52ba0b10ca0d36a96a1f352bfb8400db6eb23bfde5a6b4b49289bf3\"", "full_name": "78wesley/Home-Assistant-Darkish-Theme", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "505d536", "last_release_tag": null, "last_updated": "2021-12-14T20:45:38Z", "name": "Home-Assistant-Darkish-Theme", "new": false, "repository_manifest": {"name": "Darkish Theme"}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": [], "version_installed": null, "last_fetched": 1641470328.639185}, "253311340": {"authors": [], "category": "theme", "description": "\ud83d\ude0e My Theme 'Blue' - with semi-transparent Cards", "domain": "", "downloads": 0, "etag_repository": "W/\"39d839d1fcd7a39caf84777a2f01d62f991033e0391fd9f32b70464ce45f6a3e\"", "full_name": "3ative/3ative-blue-theme", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "138012c", "last_release_tag": "v1.6.1", "last_updated": "2021-09-01T21:35:54Z", "name": "3ative-blue-theme", "new": false, "repository_manifest": {"name": "3Ative Blue Theme"}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["3ative", "blue", "theme", "theme-ui", "themes"], "version_installed": null}, "233445397": {"authors": [], "category": "theme", "description": "Custom theme for home assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"098b03c44b3aa8e79d3d8e3f71ce251cc0250bb1d79625c7bf80fe4343c8111b\"", "full_name": "am80l/sundown", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "bdfa827", "last_release_tag": "1.0.6", "last_updated": "2020-07-29T01:28:19Z", "name": "sundown", "new": false, "repository_manifest": {"name": "Sundown Theme"}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": [], "version_installed": null}, "230974064": {"authors": [], "category": "theme", "description": "Oxford blue theme for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"0380678e5376d91a6a1b4e13062d39059bfc18e24cefa02bd5d9f644e50b325b\"", "full_name": "arsaboo/oxford_blue_theme", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "ce33c91", "last_release_tag": null, "last_updated": "2020-02-27T00:08:56Z", "name": "oxford_blue_theme", "new": false, "repository_manifest": {"name": "Oxford Blue", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": [], "version_installed": null}, "162468030": {"authors": [], "category": "theme", "description": "A collection of dark themes for Home Assistant. ", "domain": "", "downloads": 0, "etag_repository": "W/\"16bd7a42576bfd6b14b021b93b8248c3a34f0bb792994fe671fb9b2e191d50af\"", "full_name": "awolkers/home-assistant-themes", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "648aef9", "last_release_tag": null, "last_updated": "2020-09-16T14:47:00Z", "name": "home-assistant-themes", "new": false, "repository_manifest": {"name": "Dark theme pack for Home Assistant", "render_readme": true, "filename": "dark_themes.yaml"}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": ["dark-mode", "dark-theme", "hacs", "hassio", "home-assistant", "theme"], "version_installed": null}, "222422187": {"authors": [], "category": "theme", "description": "\ud83c\udfe0\ud83e\udd16 Theme by @basnijholt based on iOS Dark Mode for Lovelace Home Assistant ", "domain": "", "downloads": 0, "etag_repository": "W/\"da32c8731a6e2bae170407251b5b992d8f2c4ad3a691b4fb3c807cf36171f4ae\"", "full_name": "basnijholt/lovelace-ios-dark-mode-theme", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "555c937", "last_release_tag": null, "last_updated": "2022-01-21T03:52:42Z", "name": "lovelace-ios-dark-mode-theme", "new": false, "repository_manifest": {"name": "iOS Dark Mode Theme", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 345, "topics": ["dark-mode", "darkmode", "hacs", "home-assistant", "ios", "lovelace", "theme"], "version_installed": null, "last_fetched": 1643571214.157272}, "255366214": {"authors": [], "category": "theme", "description": "\ud83c\udf99\ufe0f Vintage theme original colours & style designed by @surendrananup HACS adapted by @Banditen01", "domain": "", "downloads": 0, "etag_repository": "W/\"543a3ffb3d712bbbb04fcadaef283b8c18456c0fd55db41229c67b225434c512\"", "full_name": "Banditen01/vintage_theme", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "51fa000", "last_release_tag": "1.3.7.5", "last_updated": "2021-05-20T16:21:54Z", "name": "vintage_theme", "new": false, "repository_manifest": {"name": "Vintage", "render_readme": true, "filename": "themes/vintage.yaml"}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["hacs", "homeassistant", "theme", "unofficial"], "version_installed": null}, "234750356": {"authors": [], "category": "theme", "description": "\ud83c\udfe0\ud83e\udd16 Theme based on iOS Light Mode for Lovelace Home Assistant ", "domain": "", "downloads": 0, "etag_repository": "W/\"b8dc7e2c79a2fe4264191319302a01928c62b61902c3e9d28d682358239d74ff\"", "full_name": "basnijholt/lovelace-ios-light-mode-theme", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d3d404b", "last_release_tag": null, "last_updated": "2020-01-20T19:48:02Z", "name": "lovelace-ios-light-mode-theme", "new": false, "repository_manifest": {"name": "iOS Light Mode Theme", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": ["hacs", "home-assistant", "ios", "light-mode", "lightmode", "lovelace", "lovelace-ui", "theme"], "version_installed": null}, "236318024": {"authors": [], "category": "theme", "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": "", "downloads": 0, "etag_repository": "W/\"3db1322651f95611cc80a548e7984956fcef25ea3bbf512a2527bad6801706c0\"", "full_name": "basnijholt/lovelace-ios-themes", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a133c62", "last_release_tag": "v2.5.0", "last_updated": "2021-06-04T14:14:31Z", "name": "lovelace-ios-themes", "new": false, "repository_manifest": {"name": "iOS Themes - Dark Mode and Light Mode", "hacs": "0.21.2", "filename": "ios-themes.yaml", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 277, "topics": [], "version_installed": null, "last_fetched": 1643571214.232735}, "202203063": {"authors": [], "category": "theme", "description": "Synthwave inspired theme for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"be1f37db72ce3e3f41dd40814dd6c2b50419bf5be3c663bc64a18c27f7b8f6a6\"", "full_name": "bbbenji/synthwave-hass", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "0b7c81b", "last_release_tag": "0.3.3.2", "last_updated": "2020-10-15T12:48:38Z", "name": "synthwave-hass", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 115, "topics": ["css", "home-assistant", "home-assistant-theme", "javascript", "synthwave"], "version_installed": null, "last_fetched": 1641470332.994315}, "261924981": {"authors": [], "category": "theme", "description": "\ud83c\udfa8 Green, dark mode theme for Home Assistant, Enjoy.\ud83e\udd18\ud83c\udffb", "domain": "", "downloads": 0, "etag_repository": "W/\"fbb4f294ccc4f3e5dffaeccda166ac9b397998f67c501932e84d9a7128620899\"", "full_name": "DickSwart/swart_ninja_dark_theme", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e5b62fd", "last_release_tag": "v1.0.2", "last_updated": "2020-10-15T23:56:45Z", "name": "swart_ninja_dark_theme", "new": false, "repository_manifest": {"name": "Swart Ninja Dark Theme"}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["dark-theme", "home-assistant", "lovelace", "theme"], "version_installed": null}, "235436539": {"authors": [], "category": "theme", "description": "Dark Grey Theme for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"db4d1c47dbb86716f802ee982ada34130683d1012789710e456b4b589761ffd5\"", "full_name": "chaptergy/noctis-grey", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2d2708c", "last_release_tag": "v1.3.2", "last_updated": "2021-02-02T17:23:35Z", "name": "noctis-grey", "new": false, "repository_manifest": {"name": "Noctis Grey", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 7, "topics": [], "version_installed": null}, "227988032": {"authors": [], "category": "theme", "description": "Theme for home assistant that makes use of pinks and purples and maybe some teal", "domain": "", "downloads": 0, "etag_repository": "W/\"249d73b84f511c8f9511dceb555e3b6bb1846f344b55bd58b51791d1629bc164\"", "full_name": "estiens/sweet_pink_hass_theme", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "0b51f9a", "last_release_tag": null, "last_updated": "2020-05-18T22:33:48Z", "name": "sweet_pink_hass_theme", "new": false, "repository_manifest": {"name": "sweet pink", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": ["home-assistant", "lovelace", "lovelace-theme", "lovelace-ui"], "version_installed": null}, "309056232": {"authors": [], "category": "theme", "description": "A Home Assistant theme inspired on Github.", "domain": "", "downloads": 0, "etag_repository": "W/\"7850f0b705f84811b91dd246e981b97867570da2c009b169717429af3bbd6107\"", "full_name": "einschmidt/github_dark_theme", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "56a0834", "last_release_tag": "v2.0", "last_updated": "2020-12-16T10:19:50Z", "name": "github_dark_theme", "new": false, "repository_manifest": {"name": "GitHub Dark Theme", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["assistant-theme", "hacs", "themes"], "version_installed": null}, "309053262": {"authors": [], "category": "theme", "description": "A Home Assistant theme inspired on Github.", "domain": "", "downloads": 0, "etag_repository": "W/\"b082475fe1382bb4f05e8f2b972f352a74ad093bb4209ffa5bd9cab3e7a82cb9\"", "full_name": "einschmidt/github_light_theme", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1c81b3b", "last_release_tag": "v1.3", "last_updated": "2020-12-16T13:49:52Z", "name": "github_light_theme", "new": false, "repository_manifest": {"name": "GitHub Light Theme", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": ["assistant-theme", "hacs", "themes"], "version_installed": null}, "234581410": {"authors": [], "category": "theme", "description": "\ud83c\udfa8 Theme for Home Assistant inspired by iOS Dark Mode \ud83c\udf16", "domain": "", "downloads": 0, "etag_repository": "W/\"f7024cdf4b155d5554d3b8a1cc653142c3c7b685347a01306bb730d36817f1a3\"", "full_name": "fi-sch/ux_goodie_theme", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "93f22c1", "last_release_tag": "1.9.1", "last_updated": "2021-11-22T13:38:06Z", "name": "ux_goodie_theme", "new": false, "repository_manifest": {"name": "UX Goodie Theme", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": ["dark", "hass", "hassio", "ios", "lovelace", "lovelace-theme", "lovelace-ui", "mode", "theme", "ux"], "version_installed": null}, "236277163": {"authors": [], "category": "theme", "description": "Reeder Dark Theme for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"77c1579d0665668bf268899f3cbe6f9e91fe98f501589f286394374e45fcb0cd\"", "full_name": "hekm77/reeder_dark_theme", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "dbd319f", "last_release_tag": null, "last_updated": "2020-09-18T07:41:54Z", "name": "reeder_dark_theme", "new": false, "repository_manifest": {"name": "Reeder Dark Theme", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": [], "version_installed": null}, "209891408": {"authors": [], "category": "theme", "description": "Amoled theme for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"cd47f6ed1adf1d996a470bdf99b3b5f19212eebe2f6c43995239d4d8fb141ad2\"", "full_name": "home-assistant-community-themes/amoled", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2fd8f0a", "last_release_tag": null, "last_updated": "2021-11-25T07:20:27Z", "name": "amoled", "new": false, "repository_manifest": {"name": "Amoled Theme"}, "selected_tag": null, "show_beta": false, "stars": 25, "topics": ["hacs", "home-assistant", "theme"], "version_installed": null}, "235984421": {"authors": [], "category": "theme", "description": "Blackened theme for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"997edc9a0cc60698425e73d64640602891d961f7b680dbc6e6f08c7a84291c39\"", "full_name": "home-assistant-community-themes/blackened", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "aa953e0", "last_release_tag": null, "last_updated": "2021-11-25T07:20:36Z", "name": "blackened", "new": false, "repository_manifest": {"name": "Blackened Theme"}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": ["hacs", "home-assistant", "theme"], "version_installed": null}, "225969186": {"authors": [], "category": "theme", "description": "Aqua Fiesta theme for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"ae0ce88783842e5b68a744500a019146c3df8e12cdd39e5e044081fea62a6ae1\"", "full_name": "home-assistant-community-themes/aqua-fiesta", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9189485", "last_release_tag": "v1.0", "last_updated": "2021-11-29T15:12:10Z", "name": "aqua-fiesta", "new": false, "repository_manifest": {"name": "Aqua Fiesta Theme"}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": ["hacs", "home-assistant", "theme"], "version_installed": null}, "216173358": {"authors": [], "category": "theme", "description": "Christmas theme for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"ec277043909de125a9edb53b2aa275dbae8659c44dd9096cb3b2b84be980e32c\"", "full_name": "home-assistant-community-themes/christmas", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6191964", "last_release_tag": null, "last_updated": "2021-11-30T07:12:40Z", "name": "christmas", "new": false, "repository_manifest": {"name": "Christmas Theme"}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["hacs", "home-assistant", "theme"], "version_installed": null}, "215075805": {"authors": [], "category": "theme", "description": "Blue Night theme for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"3ffe5356f58bea61da6a6f7cd7f434451e86204578349a81e00239b6d4aea452\"", "full_name": "home-assistant-community-themes/blue-night", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1a58556", "last_release_tag": null, "last_updated": "2021-12-12T21:11:14Z", "name": "blue-night", "new": false, "repository_manifest": {"name": "Blue Night Theme"}, "selected_tag": null, "show_beta": false, "stars": 7, "topics": ["hacs", "home-assistant", "theme"], "version_installed": null}, "220641275": {"authors": [], "category": "theme", "description": "Dark Orange theme for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"3a354d63d198bebebe9e99464a04459a31312c26ea6f896381b3076f9b6ee9b7\"", "full_name": "home-assistant-community-themes/dark-orange", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f05d343", "last_release_tag": null, "last_updated": "2021-11-25T07:20:14Z", "name": "dark-orange", "new": false, "repository_manifest": {"name": "Dark Orange Theme"}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": ["hacs", "home-assistant", "theme"], "version_installed": null}, "214979604": {"authors": [], "category": "theme", "description": "Another Dark theme for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"6087e5bc4ee0e29d1531ff70033ab9e032a7a13a96706bd67ba00f1c35cd4c02\"", "full_name": "home-assistant-community-themes/dark-mint", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "bef8fdb", "last_release_tag": null, "last_updated": "2021-11-30T07:12:51Z", "name": "dark-mint", "new": false, "repository_manifest": {"name": "Dark Mint Theme"}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["hacs", "home-assistant", "theme"], "version_installed": null}, "215075899": {"authors": [], "category": "theme", "description": "Grey Night theme for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"6841c1f3cafe9020476e1d9c711b88a723fd0d68ce45f458808f93c8af77cac5\"", "full_name": "home-assistant-community-themes/grey-night", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6c6835b", "last_release_tag": null, "last_updated": "2021-11-25T07:20:29Z", "name": "grey-night", "new": false, "repository_manifest": {"name": "Grey Night Theme"}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["hacs", "home-assistant", "theme"], "version_installed": null}, "217374413": {"authors": [], "category": "theme", "description": "Halloween theme for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"8fda60a56805bc35eed2453f586735bf9187cba3b24ffe5994caad46ec3e633e\"", "full_name": "home-assistant-community-themes/halloween", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c3be63d", "last_release_tag": null, "last_updated": "2021-11-30T07:13:12Z", "name": "halloween", "new": false, "repository_manifest": {"name": "Halloween Theme"}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["hacs", "home-assistant", "theme"], "version_installed": null}, "235057110": {"authors": [], "category": "theme", "description": "Material Dark Red theme for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"0065ebc93cdf84a3c2e75047b19d566b9618c20de625f84cbacf0c18a153eedb\"", "full_name": "home-assistant-community-themes/material-dark-red", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4f0e2cc", "last_release_tag": null, "last_updated": "2021-11-25T07:20:13Z", "name": "material-dark-red", "new": false, "repository_manifest": {"name": "Material Dark Red Theme"}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["hacs", "home-assistant", "theme"], "version_installed": null}, "216183299": {"authors": [], "category": "theme", "description": "Material Dark Pink theme for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"41d24bd82b5e25ef2cec8ed92896d0a42849410a2bdb48f0b6c131007b5ed861\"", "full_name": "home-assistant-community-themes/material-dark-pink", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "69b9d42", "last_release_tag": null, "last_updated": "2021-11-30T07:12:56Z", "name": "material-dark-pink", "new": false, "repository_manifest": {"name": "Material Dark Pink Theme"}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": ["hacs", "home-assistant", "theme"], "version_installed": null}, "214664317": {"authors": [], "category": "theme", "description": "Midnight theme for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"4cdd706b0f26ed9f5304fa16fa4b0dfa277e696ebd8bdb2d97596ef00aa1f593\"", "full_name": "home-assistant-community-themes/midnight", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c018255", "last_release_tag": null, "last_updated": "2022-01-07T08:45:34Z", "name": "midnight", "new": false, "repository_manifest": {"name": "Midnight Theme"}, "selected_tag": null, "show_beta": false, "stars": 52, "topics": ["hacs", "home-assistant", "theme"], "version_installed": null, "last_fetched": 1642851215.948326}, "216178553": {"authors": [], "category": "theme", "description": "Material Dark Green theme for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"bad698fb82482d8a92c028765e0761f093093ad22718d67795c0529317bc9e93\"", "full_name": "home-assistant-community-themes/material-dark-green", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "cf5e6af", "last_release_tag": null, "last_updated": "2022-01-07T08:46:43Z", "name": "material-dark-green", "new": false, "repository_manifest": {"name": "Material Dark Green Theme"}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["hacs", "home-assistant", "theme"], "version_installed": null, "last_fetched": 1643571216.769365}, "223938651": {"authors": [], "category": "theme", "description": "Midnight Blue theme for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"12ad7be16d27c2c59358f849c51b1941ed7e07434d8f5bccdda39891cb09e067\"", "full_name": "home-assistant-community-themes/midnight-blue", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "dd26c01", "last_release_tag": null, "last_updated": "2021-11-30T07:12:47Z", "name": "midnight-blue", "new": false, "repository_manifest": {"name": "Midnight Blue Theme"}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": ["hacs", "home-assistant", "theme"], "version_installed": null}, "270638476": {"authors": [], "category": "theme", "description": "Nord theme for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"8d3ce20f69aab421e78eb059fa674e32d5e1e7786b54241a32e1557c1b83e2f9\"", "full_name": "home-assistant-community-themes/nord", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "13e0d35", "last_release_tag": null, "last_updated": "2021-11-29T15:11:51Z", "name": "nord", "new": false, "repository_manifest": {"name": "Nord Theme"}, "selected_tag": null, "show_beta": false, "stars": 10, "topics": ["hacs", "home-assistant", "theme"], "version_installed": null}, "216165131": {"authors": [], "category": "theme", "description": "Solarized Light theme for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"169bbe0af93ad59124d09649e509d2919bbd8e6f55f15139954bbeb311dd0db6\"", "full_name": "home-assistant-community-themes/solarized-light", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1f855d3", "last_release_tag": null, "last_updated": "2021-11-29T07:57:21Z", "name": "solarized-light", "new": false, "repository_manifest": {"name": "Solarized Light Theme"}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["hacs", "home-assistant", "theme"], "version_installed": null}, "255270395": {"authors": [], "category": "theme", "description": "Stell Blue with Colors theme for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"5077767a0aa28cc4a56403ca6b8d9e955516f26b40e5317d5f6d6f1cfb43bd9e\"", "full_name": "home-assistant-community-themes/stell-blue-with-colors", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f90d462", "last_release_tag": null, "last_updated": "2021-11-29T09:05:41Z", "name": "stell-blue-with-colors", "new": false, "repository_manifest": {"name": "Stell Blue with Colors Theme"}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["hacs", "home-assistant", "theme"], "version_installed": null}, "230672465": {"authors": [], "category": "theme", "description": "Christmas theme for Home-Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"73d7508c5ee3f8de942d3365393ae40581ba808bcbfa5f7d1d12ce6b988c130d\"", "full_name": "houtknots/UglyChristmas-Theme", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "76b0da9", "last_release_tag": null, "last_updated": "2021-12-30T13:46:19Z", "name": "UglyChristmas-Theme", "new": false, "repository_manifest": {"name": "Ugly Christmas Theme"}, "selected_tag": null, "show_beta": false, "stars": 0, "topics": [], "version_installed": null}, "234375294": {"authors": [], "category": "theme", "description": "Vaporwave Pink Theme for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"46640e82c85d46bc8357424013cd0522e354d07d1b4ede70a039e446366ab2fb\"", "full_name": "home-assistant-community-themes/vaporwave-pink", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f61c8be", "last_release_tag": "v1.1", "last_updated": "2020-01-16T19:26:58Z", "name": "vaporwave-pink", "new": false, "repository_manifest": {"name": "Vaporwave Pink Theme", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": ["80s", "hacs", "home-assistant", "pink", "theme", "vaporwave"], "version_installed": null}, "216181396": {"authors": [], "category": "theme", "description": "Teal theme for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"8cbdbec442c85ef844f76d9a1ea9a18d28674d564255ce7d3323cd80d844995d\"", "full_name": "home-assistant-community-themes/teal", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a6cf3c6", "last_release_tag": null, "last_updated": "2021-11-29T15:11:48Z", "name": "teal", "new": false, "repository_manifest": {"name": "Teal Theme"}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["hacs", "home-assistant", "theme"], "version_installed": null}, "234491154": {"authors": [], "category": "theme", "description": "\ud83c\udfa8 By JuanMTech -- A true black Home Assistant theme for devices with AMOLED displays", "domain": "", "downloads": 0, "etag_repository": "W/\"d4ad67925556da906c506ace70fc76e586f12d21b732b24053377dd1079f6ef8\"", "full_name": "JuanMTech/amoled_blue", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e6173a4", "last_release_tag": "v1.8", "last_updated": "2021-11-25T23:27:40Z", "name": "amoled_blue", "new": false, "repository_manifest": {"name": "AMOLED Blue", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 12, "topics": ["hacs", "home-assistant", "themes"], "version_installed": null}, "306914292": {"authors": [], "category": "theme", "description": "A transparent blue theme for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"3ab90782f74c60f601df1dd459a003b8b1f414847452bfd8ffb1ff822b49d217\"", "full_name": "JOHLC/transparentblue", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e9e09e8", "last_release_tag": "v202104.1", "last_updated": "2021-12-31T02:27:24Z", "name": "transparentblue", "new": false, "repository_manifest": {"name": "Transparent Blue", "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 21, "topics": ["hacs", "home-assistant", "home-automation", "homeassistant", "homeassistant-addons", "theme", "transparent-blue-theme", "transparentblue", "yaml"], "version_installed": null, "last_fetched": 1641058113.140582}, "234032927": {"authors": [], "category": "theme", "description": "\ud83c\udfa8 By JuanMTech -- A Home Assistant theme inspired on the Google app light mode.", "domain": "", "downloads": 0, "etag_repository": "W/\"6e73393b188371716d5886d47b46886bcf758863d124803e9985415f1f7011ec\"", "full_name": "JuanMTech/google_light_theme", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "31ec400", "last_release_tag": "v1.11", "last_updated": "2021-11-25T23:24:12Z", "name": "google_light_theme", "new": false, "repository_manifest": {"name": "Google Light Theme", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 56, "topics": ["assistant-theme", "hacs", "themes"], "version_installed": null, "last_fetched": 1641895721.726491}, "235862795": {"authors": [], "category": "theme", "description": "\ud83c\udfa8 By JuanMTech -- A matte black theme with a green accent color", "domain": "", "downloads": 0, "etag_repository": "W/\"ec0f4c26d0eb1c7dfc7f3a33d0a70d84aea32ce0fd5bd50dfa7c28546983caba\"", "full_name": "JuanMTech/green_dark_mode", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "87fe94d", "last_release_tag": "v1.7", "last_updated": "2020-07-29T22:52:55Z", "name": "green_dark_mode", "new": false, "repository_manifest": {"name": "Green Dark mode", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": ["hacs", "home-assistant", "themes"], "version_installed": null, "last_fetched": 1641587843.275071}, "235865145": {"authors": [], "category": "theme", "description": "\ud83c\udfa8 By JuanMTech -- A light mode theme with a green accent color", "domain": "", "downloads": 0, "etag_repository": "W/\"0422d4984525067b48f1c765e84c814690080b9489717eb4d566e78bcebd6cf5\"", "full_name": "JuanMTech/green_light_mode", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b8bd5e8", "last_release_tag": "v1.7", "last_updated": "2020-07-29T22:54:27Z", "name": "green_light_mode", "new": false, "repository_manifest": {"name": "Green Light mode", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["hacs", "home-assistant", "themes"], "version_installed": null}, "284293899": {"authors": [], "category": "theme", "description": "\ud83c\udfa8 By JuanMTech -- A Home Assistant theme inspired on the iOS dark mode interface.", "domain": "", "downloads": 0, "etag_repository": "W/\"b8641f1a0b4f4e4d2f8f1e0cca7cc39817b9ca090b10df6da089d698648f5c21\"", "full_name": "JuanMTech/ios_dark_mode_theme", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5e055e1", "last_release_tag": "v1.2", "last_updated": "2021-11-25T23:25:57Z", "name": "ios_dark_mode_theme", "new": false, "repository_manifest": {"name": "iOS Dark Mode", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 19, "topics": ["hacs", "home-assistant", "theme"], "version_installed": null, "last_fetched": 1643571218.670597}, "284294048": {"authors": [], "category": "theme", "description": "\ud83c\udfa8 By JuanMTech -- A Home Assistant theme inspired on the iOS light mode interface.", "domain": "", "downloads": 0, "etag_repository": "W/\"f35eeb22c4d06f884b6e8505b3d24412f72d1f958856b85aa94918862fb3ce4d\"", "full_name": "JuanMTech/ios_light_mode_theme", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f66106c", "last_release_tag": "v1.2", "last_updated": "2021-11-25T23:25:11Z", "name": "ios_light_mode_theme", "new": false, "repository_manifest": {"name": "iOS Light Mode", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 14, "topics": ["hacs", "home-assistant", "theme"], "version_installed": null, "last_fetched": 1641895724.386669}, "235867730": {"authors": [], "category": "theme", "description": "\ud83c\udfa8 By JuanMTech -- A matte black theme with an orange accent color", "domain": "", "downloads": 0, "etag_repository": "W/\"2ceced4f48c67cec92ce1068a8c3e482d5ae1db28899cc2131995ec7f8c594b8\"", "full_name": "JuanMTech/orange_dark", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "60213dc", "last_release_tag": "v1.7", "last_updated": "2020-07-29T22:55:59Z", "name": "orange_dark", "new": false, "repository_manifest": {"name": "Orange Dark", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["hacs", "home-assistant", "themes"], "version_installed": null}, "235869023": {"authors": [], "category": "theme", "description": "\ud83c\udfa8 By JuanMTech -- A light mode theme with an orange accent color", "domain": "", "downloads": 0, "etag_repository": "W/\"654e166cd6ad22ad3037120a92633d0e6f40f1cefc8d82104bfc416b4e2c66cd\"", "full_name": "JuanMTech/orange_light", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "af3be93", "last_release_tag": "v1.5", "last_updated": "2020-07-29T22:57:13Z", "name": "orange_light", "new": false, "repository_manifest": {"name": "Orange Light", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["hacs", "home-assistant", "themes"], "version_installed": null}, "262748544": {"authors": [], "category": "theme", "description": "A milky glass theme for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"e58f7bc7eab893fd2f24c85cf5bdb467a2dafeed28fd4ec6362c8627a2a0c101\"", "full_name": "Kibibit/hass-kibibit-theme", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1416d7d", "last_release_tag": "v1.1.1", "last_updated": "2022-01-21T03:04:59Z", "name": "hass-kibibit-theme", "new": false, "repository_manifest": {"name": "kibibit Theme"}, "selected_tag": null, "show_beta": false, "stars": 122, "topics": [], "version_installed": null, "last_fetched": 1642851225.969692}, "282325367": {"authors": [], "category": "theme", "description": "\ud83c\udfa8 Home Assistant soft UI dark theme, with help from @JuanMTech, @thomasloven, and @N-l1.", "domain": "", "downloads": 0, "etag_repository": "W/\"e672f602c6124878a28d09d1b7aa585b365cfa3a25af70fdc47b5e72273ef7d9\"", "full_name": "KTibow/lovelace-dark-soft-ui-theme", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e3fc029", "last_release_tag": "v0.60", "last_updated": "2021-01-06T02:29:32Z", "name": "lovelace-dark-soft-ui-theme", "new": false, "repository_manifest": {"name": "Dark Soft UI Theme", "homeassistant": "0.98.0", "country": ["US"]}, "selected_tag": null, "show_beta": false, "stars": 44, "topics": ["dark-theme", "hacktoberfest", "hacktoberfest2020", "hacs", "home-assistant", "homeassistant", "skin", "soft-ui", "theme", "theme-ui", "themes"], "version_installed": null, "last_fetched": 1642851226.04224}, "292621909": {"authors": [], "category": "theme", "description": "Home Assistant Windows 10 inspired themes", "domain": "", "downloads": 0, "etag_repository": "W/\"7240da4c6a6a2ac022f333d1f07e0b6eeda65036e9538d6438f249ffa60d67ae\"", "full_name": "mikosoft83/hass-windows10-themes", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6ff0b9c", "last_release_tag": "2.0", "last_updated": "2021-06-27T19:55:52Z", "name": "hass-windows10-themes", "new": false, "repository_manifest": {"name": "Windows 10 themes", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 7, "topics": ["accent-color", "hacs", "homeassistant", "theme", "themes", "windows", "windows-10"], "version_installed": null}, "221287384": {"authors": [], "category": "theme", "description": "Clear Theme for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"86dcad17baaef0c5c10a554d3b3648b1428467c89ece9e6a3997aeedc562441b\"", "full_name": "naofireblade/clear-theme", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a9f68e1", "last_release_tag": "v1.1", "last_updated": "2020-10-08T10:10:49Z", "name": "clear-theme", "new": false, "repository_manifest": {"name": "Clear Theme", "homeassistant": "0.102.0"}, "selected_tag": null, "show_beta": false, "stars": 20, "topics": [], "version_installed": null, "last_fetched": 1641217343.812815}, "282315875": {"authors": [], "category": "theme", "description": "\ud83c\udfa8 Home Assistant soft UI light theme, with help from @JuanMTech, @thomasloven, and @N-L1.", "domain": "", "downloads": 0, "etag_repository": "W/\"4cb8282ab70a00fc7e5e42d62c62a49877f1574748e4a72b88c389dd172293ea\"", "full_name": "KTibow/lovelace-light-soft-ui-theme", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7749eed", "last_release_tag": "v0.61", "last_updated": "2021-12-09T01:53:32Z", "name": "lovelace-light-soft-ui-theme", "new": false, "repository_manifest": {"name": "Light Soft UI Theme", "homeassistant": "0.98.0", "country": ["US"]}, "selected_tag": null, "show_beta": false, "stars": 54, "topics": ["hacktoberfest", "hacktoberfest2020", "hacs", "home-assistant", "homeassistant", "light-theme", "skin", "soft-ui", "theme", "theme-ui", "themes"], "version_installed": null, "last_fetched": 1642004380.175493}, "249722008": {"authors": [], "category": "theme", "description": "Home Assistant theme - A dark, electric blue theme that reminds the movie Your Name. ", "domain": "", "downloads": 0, "etag_repository": "W/\"921a5f32e714d9b6ed2d0ff8dbda690b6576e44522169523ab3ca0e7f819fedc\"", "full_name": "Nihvel/your_name", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6521402", "last_release_tag": null, "last_updated": "2021-03-03T00:31:27Z", "name": "your_name", "new": false, "repository_manifest": {"name": "Your Name.", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 17, "topics": [], "version_installed": null}, "277068969": {"authors": [], "category": "theme", "description": "10 modern colors | 4 categories of styles (Black Glass, Black, Dark, Light) | 40 themes in total | Animated icons for the weather forecast card | And a bonus automatic theme selector for your interface.", "domain": "", "downloads": 0, "etag_repository": "W/\"bcdc141c68bc3a049c2f32a98a87901e63d1c0868a59073d8ad714d3a79d35b1\"", "full_name": "orickcorreia/caule-themes-pack-1", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d172707", "last_release_tag": "v.1.3", "last_updated": "2022-01-10T14:35:38Z", "name": "caule-themes-pack-1", "new": false, "repository_manifest": {"name": "Caule Themes Pack 1 - by caulecriativo.com", "filename": "caule-themes-pack-1.yaml", "render_readme": false}, "selected_tag": null, "show_beta": false, "stars": 162, "topics": ["caule", "hassio", "homeassistant", "lovelace", "pack", "themes"], "version_installed": null, "last_fetched": 1643571219.546806}, "221288367": {"authors": [], "category": "theme", "description": "Dark variant of Clear Theme for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"3258bb4fc3b7fb911d9c1697703e4a6b06de258245e8668618fe56fbf9001385\"", "full_name": "naofireblade/clear-theme-dark", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "75af86a", "last_release_tag": "v1.3", "last_updated": "2020-10-08T10:10:57Z", "name": "clear-theme-dark", "new": false, "repository_manifest": {"name": "Clear Theme Dark", "homeassistant": "0.108.9"}, "selected_tag": null, "show_beta": false, "stars": 12, "topics": [], "version_installed": null}, "223028160": {"authors": [], "category": "theme", "description": "Green adaptation of this Home-Assistant theme: https://github.com/seangreen2/slate_theme", "domain": "", "downloads": 0, "etag_repository": "W/\"2ed1825986f40ee57d47a9e22773735d5e181ee2b31de0fcc498e9d3da1f18fe\"", "full_name": "pbeckcom/green_slate_theme", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c67b3f1", "last_release_tag": null, "last_updated": "2019-11-20T22:22:55Z", "name": "green_slate_theme", "new": false, "repository_manifest": {"name": "Green Slate Theme"}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": [], "version_installed": null}, "197006509": {"authors": [], "category": "theme", "description": "A Dark Theme for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"883830e59108f04940ecf26faba01b13b902c996886e5ad890b61e615c20c846\"", "full_name": "seangreen2/slate_theme", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c18ae17", "last_release_tag": null, "last_updated": "2020-11-21T01:36:26Z", "name": "slate_theme", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 82, "topics": ["hacs", "home-assistant", "theme"], "version_installed": null, "last_fetched": 1643571219.280988}, "226567922": {"authors": [], "category": "theme", "description": "My red\"isch\" home assistant theme.", "domain": "", "downloads": 0, "etag_repository": "W/\"9613b0e9ffd2da9e1f94820627ff9179b17ada9417950c46d6799c6b74229739\"", "full_name": "Poeschl/slate_red", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "bbdbafa", "last_release_tag": "1.4.0", "last_updated": "2022-01-06T14:43:48Z", "name": "slate_red", "new": false, "repository_manifest": {"name": "Red slate theme", "render_readme": "True"}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["hacs", "home-assistant", "material-design", "red", "theme"], "version_installed": null, "last_fetched": 1641587851.19915}, "287840715": {"authors": [], "category": "plugin", "description": "Lovelace custom card for visualizing the ZWave network with the OpenZWave (beta) integration.", "domain": "", "downloads": 0, "etag_repository": "W/\"bb0c39430097779cb5449df602ffa21284db09f5cd137a3631d4e5c3789bd118\"", "full_name": "abmantis/ozw-network-visualization-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2c956b8", "last_release_tag": null, "last_updated": "2020-12-27T19:18:28Z", "name": "ozw-network-visualization-card", "new": false, "repository_manifest": {"name": "OZW Network Visualization Card", "content_in_root": true, "filename": "ozw-network-visualization-card.js", "homeassistant": "0.115.0", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 30, "topics": ["home-automation", "homeassistant", "ozw", "zwave", "zwave2mqtt"], "version_installed": null}, "274111031": {"authors": [], "category": "theme", "description": "Animated icons for default Home Assistant weather card", "domain": "", "downloads": 0, "etag_repository": "W/\"7949c9ca21fedc6c6572901a2cdb22fb9d6b56d3b7d7537708824eab379916d2\"", "full_name": "wowgamr/animated-weather-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6ed3229", "last_release_tag": "1.2", "last_updated": "2020-07-04T13:45:21Z", "name": "animated-weather-card", "new": false, "repository_manifest": {"name": "Animated Weather Card", "render_readme": true, "homeassistant": "0.109.0"}, "selected_tag": null, "show_beta": false, "stars": 16, "topics": ["hacs", "home-assistant", "lovelace", "theme", "weather-card"], "version_installed": null, "last_fetched": 1641895732.113056}, "200081161": {"authors": [], "category": "plugin", "description": "Custom Lovelace card for Budapest Public Transportation custom component", "domain": "", "downloads": 0, "etag_repository": "W/\"b1566a1bda4c24a5b942057a6733b24fb88c1ab4370a1415020b0fb5b66f7dcf\"", "full_name": "amaximus/bkk-stop-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d252cb5", "last_release_tag": "1.0.1", "last_updated": "2021-12-01T19:32:24Z", "name": "bkk-stop-card", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": ["bkk", "budapest", "homeassistant", "lovelace-custom-card", "lovelace-ui", "transportation"], "version_installed": null}, "257102434": {"authors": [], "category": "plugin", "description": "FKF Budapest Garbage Collection Card for Home Assistant/Lovelace", "domain": "", "downloads": 0, "etag_repository": "W/\"c1e19b914a4d4a3608490561d2efdd1e9bbdf48502ad8300e9a6b9ba2852e551\"", "full_name": "amaximus/fkf-garbage-collection-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9cc7d35", "last_release_tag": "0.8.0", "last_updated": "2021-04-23T12:53:23Z", "name": "fkf-garbage-collection-card", "new": false, "repository_manifest": {"name": "FKF Budapest Garbage Collection Card", "filename": "fkf-garbage-collection-card.js", "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": ["budapest", "homeassistant", "lovelace", "lovelace-custom-card", "lovelace-ui"], "version_installed": null}, "207018200": {"authors": [], "category": "plugin", "description": "Custom Lovelace card for Garbage Collection custom component", "domain": "", "downloads": 0, "etag_repository": "W/\"939217e4ac8015fb4982ffbd3e7c67d25ea3fb4bc5ad9fb99cea369f9f449dc2\"", "full_name": "amaximus/garbage-collection-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "38ceb7a", "last_release_tag": "1.20.0", "last_updated": "2021-11-04T12:23:07Z", "name": "garbage-collection-card", "new": false, "repository_manifest": {"name": "Garbage Collection Card", "filename": "garbage-collection-card.js", "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 65, "topics": ["garbage-collection", "homeassistant", "lovelace", "lovelace-custom-card", "ui-lovelace"], "version_installed": null, "last_fetched": 1642004387.925513}, "207292725": {"authors": [], "category": "plugin", "description": "Flexible Horseshoe card for Home Assistant Lovelace UI. A card with a flexible layout, a horseshoe-like donut graph, multiple entities or attributes, graphics and animations!", "domain": "", "downloads": 0, "etag_repository": "W/\"77b2b96e81809091445f21b40bf3735741874d711948a66fd236cfa5b7c68837\"", "full_name": "AmoebeLabs/flex-horseshoe-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e09bb7b", "last_release_tag": "0.9.0", "last_updated": "2021-01-16T21:41:16Z", "name": "flex-horseshoe-card", "new": false, "repository_manifest": {"name": "Flexible Horseshoe Card for Lovelace", "content_in_root": true, "filename": "flex-horseshoe-card.js"}, "selected_tag": null, "show_beta": false, "stars": 107, "topics": ["home-assistant", "home-assistant-custom", "home-assistant-frontend", "lovelace-card", "lovelace-custom-card", "lovelace-ui"], "version_installed": null, "last_fetched": 1643571253.494573}, "214365813": {"authors": [], "category": "plugin", "description": "StarLine lovelace card for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"fc0dca68caa03904242969ba6bae3c3aa21aaacd885f5bcee2af5102d7250f10\"", "full_name": "Anonym-tsk/lovelace-starline-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "8a15c42", "last_release_tag": "v1.1.2", "last_updated": "2020-08-06T09:16:49Z", "name": "lovelace-starline-card", "new": false, "repository_manifest": {"name": "StarLine Card", "homeassistant": "0.103.0"}, "selected_tag": null, "show_beta": false, "stars": 21, "topics": [], "version_installed": null, "last_fetched": 1641895735.685883}, "253019926": {"authors": [], "category": "plugin", "description": "Minimalistic humidifier card for Home Assistant Lovelace UI", "domain": "", "downloads": 2014, "etag_repository": "W/\"16c272b18ecf78bcebaec3ab1c92275bd5bc8e9d34d1637591d54e9f914f1648\"", "full_name": "artem-sedykh/mini-humidifier", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "944ba3d", "last_release_tag": "v2.5.5", "last_updated": "2021-12-14T11:58:29Z", "name": "mini-humidifier", "new": false, "repository_manifest": {"name": "mini humidifier", "render_readme": false, "filename": "mini-humidifier-bundle.js", "domains": ["fan"]}, "selected_tag": null, "show_beta": false, "stars": 107, "topics": ["automation", "custom", "hassio", "home-assistant", "humidifier", "lovelace", "lovelace-ui"], "version_installed": null, "last_fetched": 1643571253.845544}, "268163975": {"authors": [], "category": "plugin", "description": "Minimalistic climate card for Home Assistant Lovelace UI", "domain": "", "downloads": 4479, "etag_repository": "W/\"2870fb7ccfd3e4e88db3ca923a164e741bd200fcdeeed78fed10b53876c9bf2a\"", "full_name": "artem-sedykh/mini-climate-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a2a1749", "last_release_tag": "v1.2.10", "last_updated": "2021-12-25T17:00:09Z", "name": "mini-climate-card", "new": false, "repository_manifest": {"name": "mini climate card", "render_readme": false, "filename": "mini-climate-card-bundle.js", "domains": ["climate"]}, "selected_tag": null, "show_beta": false, "stars": 124, "topics": ["automation", "climate", "climate-entity", "custom", "hacktoberfest", "hacktoberfest2021", "hassio", "home-assistant", "lovelace", "lovelace-ui"], "version_installed": null, "last_fetched": 1643571253.677261}, "201292040": {"authors": [], "category": "plugin", "description": "Home Assistant Custom Card to show Zigbee2mqtt network map", "domain": null, "downloads": 0, "etag_repository": "W/\"554779e48b9a21e3b653f90cdce05f5fb4e8cf276c33ee9f53e9db153536c20e\"", "full_name": "azuwis/zigbee2mqtt-networkmap", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "10e76eb", "last_release_tag": "v0.7.0", "last_updated": "2021-08-18T01:44:10Z", "name": "zigbee2mqtt-networkmap", "new": false, "repository_manifest": {"name": "Zigbee2mqtt Networkmap Card", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 118, "topics": ["home-assistant", "zigbee2mqtt"], "version_installed": null, "last_fetched": 1643545555.64818}, "271886611": {"authors": [], "category": "plugin", "description": "Like a picture glance card, but for plant data", "domain": "", "downloads": 0, "etag_repository": "W/\"5f2d4dc7d15d1e6d2ecee6679788321d440ba23071d6e0458e34c12a40348599\"", "full_name": "badguy99/PlantPictureCard", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "eb06132", "last_release_tag": "v0.1.4", "last_updated": "2020-09-13T17:45:01Z", "name": "PlantPictureCard", "new": false, "repository_manifest": {"name": "Plant Picture Card", "render_readme": true, "filename": "PlantPictureCard.js"}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": ["image", "lovelace-card", "plants"], "version_installed": null, "last_fetched": 1641895737.305851}, "202546107": {"authors": [], "category": "plugin", "description": "Extras for the synthwave inspired theme for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"869597dab76050e759138e385451d0731f00a5cf1c21df89de82a75e8f6d6c47\"", "full_name": "bbbenji/synthwave-hass-extras", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2a2542d", "last_release_tag": "0.2.4", "last_updated": "2020-10-30T00:24:02Z", "name": "synthwave-hass-extras", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 14, "topics": [], "version_installed": null, "last_fetched": 1642851237.197368}, "269474857": {"authors": [], "category": "plugin", "description": "Custom lovelace card to use in\u00a0Home assistant allowing you to redirect a user to certain view based on entity states.", "domain": "", "downloads": 0, "etag_repository": "W/\"a34eda5ee8e296d676ee30e34a8eb29b5925f414b7be5fb6e24bf3e0469641e2\"", "full_name": "ben8p/lovelace-tab-redirect-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "25d35e4", "last_release_tag": null, "last_updated": "2020-11-23T21:30:41Z", "name": "lovelace-tab-redirect-card", "new": false, "repository_manifest": {"name": "Tab Redirect Card", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 7, "topics": ["hacs", "homeassistant", "lovelace-custom-card", "lovelace-ui"], "version_installed": null, "last_fetched": 1641217354.262564}, "303857065": {"authors": [], "category": "plugin", "description": "Show battery states or attributes with dynamic icon on entity rows in Home Assistant's Lovelace UI", "domain": "", "downloads": 6669, "etag_repository": "W/\"00cfa03f5a53bf8ecfd731a54de0d1eef34673f2e4549aeb402717867ba6eb1e\"", "full_name": "benct/lovelace-battery-entity-row", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e7d1eab", "last_release_tag": "v1.3.1", "last_updated": "2021-03-12T15:50:43Z", "name": "lovelace-battery-entity-row", "new": false, "repository_manifest": {"name": "Battery Entity Row", "filename": "battery-entity-row.js", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 42, "topics": ["attribute", "battery", "card", "entity", "entity-rows", "hacs", "home-assistant", "home-assistant-frontend", "lovelace", "lovelace-ui", "state"], "version_installed": null, "last_fetched": 1643571254.136882}, "184658908": {"authors": [], "category": "plugin", "description": "GitHub repository sensor data on entity rows in Home Assistant's Lovelace UI", "domain": "", "downloads": 0, "etag_repository": "W/\"87dcdafe16059c09c5cfdcb54fc08deb7e944e28b8e92ae0b50278331ffea8d2\"", "full_name": "benct/lovelace-github-entity-row", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e273046", "last_release_tag": "v1.0.0", "last_updated": "2020-10-19T20:51:09Z", "name": "lovelace-github-entity-row", "new": false, "repository_manifest": {"name": "GitHub Entity Row", "filename": "github-entity-row.js", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 17, "topics": ["card", "entity", "entity-rows", "github", "hacs", "home-assistant", "home-assistant-frontend", "lovelace", "lovelace-ui", "sensor"], "version_installed": null}, "178921037": {"authors": [], "category": "plugin", "description": "Show multiple entity states and attributes on entity rows in Home Assistant's Lovelace UI", "domain": null, "downloads": 0, "etag_repository": "W/\"32b9a2d7965ed7d63f26d0bc444cffc0c7599063194ee53efa73461b250e10c8\"", "full_name": "benct/lovelace-multiple-entity-row", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e2d2508", "last_release_tag": "v4.4.1", "last_updated": "2021-12-23T16:37:22Z", "name": "lovelace-multiple-entity-row", "new": false, "repository_manifest": {"name": "Multiple Entity Row", "filename": "multiple-entity-row.js", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 440, "topics": ["attribute", "card", "entity", "entity-attribute", "entity-rows", "format", "hacs", "home-assistant", "home-assistant-frontend", "lovelace", "lovelace-ui", "multiple", "state"], "version_installed": null, "last_fetched": 1643545555.771677}, "180229356": {"authors": [], "category": "plugin", "description": "Simple card for various robot vacuums in Home Assistant's Lovelace UI", "domain": null, "downloads": 0, "etag_repository": "W/\"a58718f295fc48b1b2d8e185374304ad71fbbafcdf45102e9b5dd29895cbfa31\"", "full_name": "benct/lovelace-xiaomi-vacuum-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2f8a67a", "last_release_tag": "v4.4.0", "last_updated": "2021-11-07T01:37:36Z", "name": "lovelace-xiaomi-vacuum-card", "new": false, "repository_manifest": {"name": "Simple Vacuum Card", "filename": "xiaomi-vacuum-card.js", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 192, "topics": ["card", "hacs", "home-assistant", "home-assistant-frontend", "lovelace", "lovelace-ui", "roborock", "robot-vacuums", "vacuum", "xiaomi", "xiaomi-vacuum"], "version_installed": null, "last_fetched": 1643545555.632847}, "215327195": {"authors": [], "category": "plugin", "description": "\ud83d\udca1 A Lovelace custom card for RGB lights", "domain": "", "downloads": 0, "etag_repository": "W/\"220ef04c68899093d9fe5c4ca72d49c5f9ce8bcc1724b70b80730beb9fd92945\"", "full_name": "bokub/rgb-light-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7bae317", "last_release_tag": "1.10.0", "last_updated": "2021-10-06T10:05:27Z", "name": "rgb-light-card", "new": false, "repository_manifest": {"name": "RGB Light Card", "content_in_root": true, "filename": "card.js", "render_readme": true, "domains": ["light"]}, "selected_tag": null, "show_beta": false, "stars": 276, "topics": ["hacktoberfest", "home-assistant", "lovelace", "lovelace-custom-card", "rgb-lights"], "version_installed": null, "last_fetched": 1642851241.546801}, "192732887": {"authors": [], "category": "plugin", "description": "Card that allows you to swipe throught multiple cards for Home Assistant Lovelace", "domain": "", "downloads": 0, "etag_repository": "W/\"dc2825205eaa5a1be7eef5498f848c2671512954b842a45e4d2180fff533ec1d\"", "full_name": "bramkragten/swipe-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "41a735d", "last_release_tag": "v4.0.0", "last_updated": "2022-01-22T04:02:46Z", "name": "swipe-card", "new": false, "repository_manifest": {"homeassistant": "0.110.0"}, "selected_tag": null, "show_beta": false, "stars": 88, "topics": [], "version_installed": null, "last_fetched": 1643571254.497198}, "192732636": {"authors": [], "category": "plugin", "description": "Weather Card with animated icons for Home Assistant Lovelace", "domain": "", "downloads": 0, "etag_repository": "W/\"0e500a40c12a4d4ccd10b0feb136d4aa94e7bfc8251383ba77785ea7278a1c3a\"", "full_name": "bramkragten/weather-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "8773e03", "last_release_tag": "v1.5.0", "last_updated": "2022-01-19T12:48:22Z", "name": "weather-card", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 281, "topics": [], "version_installed": null, "last_fetched": 1643571254.358247}, "194037195": {"authors": [], "category": "plugin", "description": "A custom card for displaying information provided by Beerbolaget (https://github.com/Ceerbeerus/beerbolaget).", "domain": "", "downloads": 0, "etag_repository": "W/\"c2ecbd483c13950c60aace6a4da200b75828e18a22afebcaf43bd49f029ca586\"", "full_name": "Ceerbeerus/beerbolaget-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "ac8da42", "last_release_tag": "0.1.55", "last_updated": "2020-08-07T06:24:51Z", "name": "beerbolaget-card", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": [], "version_installed": null}, "235449701": {"authors": [], "category": "plugin", "description": "\u23f0 Lovelace Card to Control Light Alarm Properties", "domain": "", "downloads": 0, "etag_repository": "W/\"52411f4e2d51a1c4d5626c98a32f48c29cbc6e49e736c55d2915303c41cf050e\"", "full_name": "chaptergy/lightalarm-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "79f4a02", "last_release_tag": "v3.0.3", "last_updated": "2021-12-03T14:59:52Z", "name": "lightalarm-card", "new": false, "repository_manifest": {"name": "Lightalarm Card", "content_in_root": false, "filename": "lightalarm-card.js"}, "selected_tag": null, "show_beta": false, "stars": 27, "topics": [], "version_installed": null, "last_fetched": 1641587863.693563}, "143850865": {"authors": [], "category": "plugin", "description": "This card give you a list of your wishlist items.", "domain": "", "downloads": 0, "etag_repository": "W/\"2081bc26ffbee01b69fea30575525113bd5395d0e325e11a183f4fc76cd65b7d\"", "full_name": "custom-cards/beer-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c48a090", "last_release_tag": "0.2.4", "last_updated": "2021-01-13T09:25:20Z", "name": "beer-card", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": [], "version_installed": null}, "260526528": {"authors": [], "category": "plugin", "description": "Custom Dark Sky Weather plugin for HACS. This creates a rich weather card using the Dark Sky weather plugin.", "domain": null, "downloads": 0, "etag_repository": "W/\"cfa22867cfccf7475f60f8de2fe1080b923f2bce58aeee61ddc182343c9fd182\"", "full_name": "clayauld/lovelace-darksky-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "165ba20", "last_release_tag": null, "last_updated": "2021-10-13T22:52:46Z", "name": "lovelace-darksky-card", "new": false, "repository_manifest": {"name": "Dark Sky Rich Weather Card", "content_in_root": true, "filename": "lovelace-darksky-card.js", "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 13, "topics": ["hacktoberfest", "home-assistant", "home-assistant-frontend", "home-assistant-hacs"], "version_installed": null, "last_fetched": 1643545555.658142}, "163363577": {"authors": [], "category": "plugin", "description": "Customizable Animated Bar card for Home Assistant Lovelace", "domain": null, "downloads": 0, "etag_repository": "W/\"fcbc6bda8325accac51a77d72df9149e2fbcf06449bf15e576fd0981434a6492\"", "full_name": "custom-cards/bar-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3bf4796", "last_release_tag": "3.2.0", "last_updated": "2021-08-12T06:59:44Z", "name": "bar-card", "new": false, "repository_manifest": {"name": "Bar Card", "render_readme": true, "filename": "bar-card.js"}, "selected_tag": null, "show_beta": false, "stars": 224, "topics": [], "version_installed": null, "last_fetched": 1643545555.800904}, "187245418": {"authors": [], "category": "plugin", "description": null, "domain": "", "downloads": 0, "etag_repository": "W/\"cadd93d72338ee9d9e89fb6199b0559a7679ab1ef14a3a4523e97018e38f066f\"", "full_name": "custom-cards/bignumber-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "fee532a", "last_release_tag": "0.0.5", "last_updated": "2022-01-26T03:21:08Z", "name": "bignumber-card", "new": false, "repository_manifest": {"name": "bignumber-card", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 70, "topics": [], "version_installed": null, "last_fetched": 1643571255.003348}, "146194325": {"authors": [], "category": "plugin", "description": "\u2747\ufe0f Lovelace button-card for home assistant", "domain": null, "downloads": 0, "etag_repository": "W/\"1f6db28712fb35d687badd1c74c60f05ce1f3877867752938a68569f17c5d7a4\"", "full_name": "custom-cards/button-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "29b10a6", "last_release_tag": "v3.4.2", "last_updated": "2021-12-22T15:01:24Z", "name": "button-card", "new": false, "repository_manifest": {"name": "button-card", "content_in_root": false, "render_readme": true, "filename": "button-card.js"}, "selected_tag": null, "show_beta": false, "stars": 988, "topics": ["home-assistant", "home-assistant-custom", "home-automation", "lovelace", "lovelace-ui"], "version_installed": null, "last_fetched": 1643545555.855772}, "164022050": {"authors": [], "category": "plugin", "description": "Check Button Card is a button that tracks when it is last pressed, for the Home Assistant Lovelace front-end using MQTT auto discovery.", "domain": "", "downloads": 1340, "etag_repository": "W/\"fc90c1827ee2c915b42ddb66407120d7211d18d75e237b841f439fbb194d3523\"", "full_name": "custom-cards/check-button-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d8350ca", "last_release_tag": "1.3.0", "last_updated": "2021-12-22T18:23:08Z", "name": "check-button-card", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 80, "topics": [], "version_installed": null, "last_fetched": 1643571254.794013}, "142545838": {"authors": [], "category": "plugin", "description": "The card makes it possible to use gauges from https://canvas-gauges.com/", "domain": "", "downloads": 6600, "etag_repository": "W/\"5de9a224c78a33238363468755f13f2c457efd4703ef4f2c86e385ad5dbc54e7\"", "full_name": "custom-cards/canvas-gauge-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e117ac5", "last_release_tag": "0.4.1", "last_updated": "2021-05-09T14:02:19Z", "name": "canvas-gauge-card", "new": false, "repository_manifest": {"name": "Canvas Gauge Card", "render_readme": true, "filename": "canvas-gauge-card.js"}, "selected_tag": null, "show_beta": false, "stars": 93, "topics": [], "version_installed": null, "last_fetched": 1643571254.972681}, "141952963": {"authors": [], "category": "plugin", "description": "A custom component for displaying sensor values as cards or elements", "domain": "", "downloads": 0, "etag_repository": "W/\"d86d5a2adfe2ab0d087dd8645983300273a61cb1b6a774405d108f082ca3f43b\"", "full_name": "custom-cards/circle-sensor-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4964b06", "last_release_tag": "1.2.2", "last_updated": "2021-09-04T21:10:47Z", "name": "circle-sensor-card", "new": false, "repository_manifest": {"name": "Circle Sensor Card", "homeassistant": "2020.12.0", "content_in_root": true, "filename": "circle-sensor-card.js"}, "selected_tag": null, "show_beta": false, "stars": 125, "topics": [], "version_installed": null, "last_fetched": 1641895748.641069}, "180000010": {"authors": [], "category": "plugin", "description": null, "domain": "", "downloads": 2433, "etag_repository": "W/\"49594f479ba7317ec8a53a010ace9988e4c0f78a1d12019082122abd26b9ced5\"", "full_name": "custom-cards/cover-element", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "495f600", "last_release_tag": "0.3.0", "last_updated": "2019-06-03T04:34:16Z", "name": "cover-element", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 15, "topics": [], "version_installed": null, "last_fetched": 1643571254.599618}, "188686483": {"authors": [], "category": "plugin", "description": "\ud83e\uddf9 Declutter your lovelace configuration with the help of this card", "domain": "", "downloads": 7731, "etag_repository": "W/\"bd0455fa3125f0fd99c13b7e352b731de528dc6941fd344282b5bb8154043aa7\"", "full_name": "custom-cards/decluttering-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "0e86dec", "last_release_tag": "0.6.3", "last_updated": "2021-08-11T01:21:07Z", "name": "decluttering-card", "new": false, "repository_manifest": {"name": "Decluttering Card", "render_readme": true, "filename": "decluttering-card.js"}, "selected_tag": null, "show_beta": false, "stars": 169, "topics": ["custom-cards", "home-assistant", "homeassistant", "lovelace"], "version_installed": null, "last_fetched": 1643571255.112433}, "143762825": {"authors": [], "category": "plugin", "description": "Dual gauge custom card for Lovelace in Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"eaaa398fe0ae09c9fd25fac4c38fc345cd59a01bff31d4cd961a585cff0226d2\"", "full_name": "custom-cards/dual-gauge-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2a33450", "last_release_tag": "0.5.3", "last_updated": "2021-09-05T15:48:58Z", "name": "dual-gauge-card", "new": false, "repository_manifest": {"name": "Dual gauge card", "filename": "dual-gauge-card.js", "content_in_root": true}, "selected_tag": null, "show_beta": false, "stars": 109, "topics": [], "version_installed": null, "last_fetched": 1642184400.366903}, "187245461": {"authors": [], "category": "plugin", "description": "Entity Attributes", "domain": "", "downloads": 0, "etag_repository": "W/\"4a2f0982b577231d5a80721e08603a63e5b352be222011a2108a29e297cc85b4\"", "full_name": "custom-cards/entity-attributes-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9530504", "last_release_tag": "0.1.2", "last_updated": "2021-06-05T21:05:54Z", "name": "entity-attributes-card", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 50, "topics": [], "version_installed": null, "last_fetched": 1642094183.215312}, "144902010": {"authors": [], "category": "plugin", "description": "Adds ext weblink with icon to picture-elements or entity cards", "domain": "", "downloads": 0, "etag_repository": "W/\"ca949f925b7434d06ae1c97c97fd8694f0659bd9d85dbe7e77edd92c3ad9b1c6\"", "full_name": "custom-cards/ext-weblink", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "ce143ab", "last_release_tag": "0.3.2", "last_updated": "2021-06-05T21:08:45Z", "name": "ext-weblink", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 14, "topics": [], "version_installed": null}, "187245495": {"authors": [], "category": "plugin", "description": null, "domain": "", "downloads": 0, "etag_repository": "W/\"27eee16b92a476bc9c4e0a76ed094c031f4cec298b3e5dce724d81c64a9f3062\"", "full_name": "custom-cards/gauge-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "bbe2d01", "last_release_tag": "0.2.2", "last_updated": "2021-06-05T21:08:30Z", "name": "gauge-card", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 20, "topics": [], "version_installed": null, "last_fetched": 1642851251.030556}, "187245511": {"authors": [], "category": "plugin", "description": null, "domain": "", "downloads": 0, "etag_repository": "W/\"e55288664e38cc5029e35d0f267768e52ef1b1d5646d08389c294c4437f72c4b\"", "full_name": "custom-cards/group-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a5e69ab", "last_release_tag": "0.0.6", "last_updated": "2021-06-12T14:19:18Z", "name": "group-card", "new": false, "repository_manifest": {"name": "group-card", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 20, "topics": [], "version_installed": null, "last_fetched": 1642851251.90855}, "179491130": {"authors": [], "category": "plugin", "description": "A group element for picture-elements with dynamic toggle capability", "domain": "", "downloads": 1331, "etag_repository": "W/\"f280bd7ea45024ad9ec4e719941a0745efefef5c9bc102c0f2c3fd8779a1b4bb\"", "full_name": "custom-cards/group-element", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "04ad4c4", "last_release_tag": "0.6.0", "last_updated": "2020-08-22T03:29:44Z", "name": "group-element", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 47, "topics": [], "version_installed": null, "last_fetched": 1643571255.196892}, "151318225": {"authors": [], "category": "plugin", "description": "Entity row for lights with sliders for adjusting different values based on features", "domain": "", "downloads": 0, "etag_repository": "W/\"a9273441a7b7cfc852cfe71542e2a9676fa6ac9a769fcfbe5062f2a85e1517e4\"", "full_name": "custom-cards/light-entity-row", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5b3c904", "last_release_tag": "v0.2.3", "last_updated": "2021-10-20T09:53:08Z", "name": "light-entity-row", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 41, "topics": [], "version_installed": null, "last_fetched": 1642430731.557151}, "156292058": {"authors": [], "category": "plugin", "description": "Highly Flexible Lovelace Card - arbitrary contents/columns/rows, regex matched, perfect to show appdaemon created content and anything breaking out of the entity_id + attributes concept", "domain": null, "downloads": 0, "etag_repository": "W/\"5b075e2e92025a8444c6bca7c82cd446a29fccad4aa4cc3425addba4f0c5ecc4\"", "full_name": "custom-cards/flex-table-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "cb682d1", "last_release_tag": null, "last_updated": "2022-01-26T14:36:09Z", "name": "flex-table-card", "new": false, "repository_manifest": {"name": "Flex Table - Highly customizable, Data visualization", "content_in_root": true, "filename": "flex-table-card.js"}, "selected_tag": null, "show_beta": false, "stars": 100, "topics": ["data-table", "data-visualization", "flexible-table", "high-configurability", "home-automation", "homeassistant", "javascript", "lovelace", "single-file", "table-visualization"], "version_installed": null, "last_fetched": 1643545555.733973}, "196250835": {"authors": [], "category": "plugin", "description": "Show a notification count badge.", "domain": "", "downloads": 0, "etag_repository": "W/\"d213af345d7db9a27bf2ea2ef25e79dacf6f26855b19ff112041253ea4759902\"", "full_name": "custom-cards/favicon-counter", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1611db6", "last_release_tag": "1.0.0", "last_updated": "2019-12-25T19:05:15Z", "name": "favicon-counter", "new": false, "repository_manifest": {"name": "Favicon counter", "filename": "favicon-counter.js"}, "selected_tag": null, "show_beta": false, "stars": 15, "topics": [], "version_installed": null}, "196132939": {"authors": [], "category": "plugin", "description": "Displays a card showing Nintendo Switch games that are on sale from your wish list.", "domain": "", "downloads": 0, "etag_repository": "W/\"034ab46d653b6c33997df4061f06607ad92366356e79857a721e2f70e90cf082\"", "full_name": "custom-cards/nintendo-wishlist-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "33bba15", "last_release_tag": "v2.2.0", "last_updated": "2021-03-04T02:29:13Z", "name": "nintendo-wishlist-card", "new": false, "repository_manifest": {"homeassistant": "0.106.0", "name": "Nintendo Wishlist Card", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": ["home-assistant", "lovelace-ui"], "version_installed": null}, "165156754": {"authors": [], "category": "plugin", "description": "\ud83d\udcb5 Personal Capital Card", "domain": "", "downloads": 0, "etag_repository": "W/\"31c9d4d4d0a5ac723c5fb3d0d983c755fd064c9fe54e127ef6541b6187fd22b0\"", "full_name": "custom-cards/pc-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "033af45", "last_release_tag": "v0.0.3", "last_updated": "2019-10-21T03:36:31Z", "name": "pc-card", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": [], "version_installed": null}, "187247927": {"authors": [], "category": "plugin", "description": null, "domain": "", "downloads": 0, "etag_repository": "W/\"4f60682f70dde07ed3cbc36cbb956747ff96c10800d906e30fb487a141e77721\"", "full_name": "custom-cards/plan-coordinates", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "428ce44", "last_release_tag": "0.1.1", "last_updated": "2021-06-05T21:07:14Z", "name": "plan-coordinates", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 26, "topics": [], "version_installed": null}, "159711605": {"authors": [], "category": "plugin", "description": "Custom entity row for HomeAssistant, providing additional types of data to be displayed in the secondary info area of the Lovelace Entities card", "domain": "", "downloads": 0, "etag_repository": "W/\"e2b2d4fb5748d4f6cd507f5ba8f9f74cca791b63f90aac36753ad8df4101505d\"", "full_name": "custom-cards/secondaryinfo-entity-row", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2ea0f5d", "last_release_tag": "5.0", "last_updated": "2021-06-05T21:12:36Z", "name": "secondaryinfo-entity-row", "new": false, "repository_manifest": {"name": "Secondaryinfo Entity Row", "content_in_root": true, "filename": "secondaryinfo-entity-row.js", "render_readme": true, "homeassistant": "0.88"}, "selected_tag": null, "show_beta": false, "stars": 139, "topics": [], "version_installed": null, "last_fetched": 1642851255.330637}, "146335411": {"authors": [], "category": "plugin", "description": "Custom card for the RMV component.", "domain": "", "downloads": 0, "etag_repository": "W/\"aed6017426e745036438ee6292e92d9f6eed060f0b5cf0dde345c1000c233dcf\"", "full_name": "custom-cards/rmv-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "fcfae8e", "last_release_tag": null, "last_updated": "2020-07-08T15:41:50Z", "name": "rmv-card", "new": false, "repository_manifest": {"name": "RMV Card", "content_in_root": true, "filename": "rmv-card.js"}, "selected_tag": null, "show_beta": false, "stars": 10, "topics": [], "version_installed": null, "last_fetched": 1642184408.432934}, "173955605": {"authors": [], "category": "plugin", "description": "Spotify playlist card for Home Assistant card", "domain": "", "downloads": 0, "etag_repository": "W/\"fb7b7586f33c123b0a687411d89143aa3ae94d39ab2335fdf999485a80d9aa53\"", "full_name": "custom-cards/spotify-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4297715", "last_release_tag": "v2.4.0", "last_updated": "2022-01-13T13:27:21Z", "name": "spotify-card", "new": false, "repository_manifest": {"name": "Spotify Lovelace Card", "render_readme": true, "filename": "spotify-card.js"}, "selected_tag": null, "show_beta": false, "stars": 234, "topics": [], "version_installed": null, "last_fetched": 1643571255.911267}, "248954055": {"authors": [], "category": "plugin", "description": "\ud83d\udee0 group multiple cards into one card without the borders", "domain": "", "downloads": 0, "etag_repository": "W/\"c53ab06284eb34beaf2e41a60b12dc3e9171d32fc9492347e03fd632222476ff\"", "full_name": "custom-cards/stack-in-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6d8401d", "last_release_tag": "0.2.0", "last_updated": "2021-09-02T08:20:44Z", "name": "stack-in-card", "new": false, "repository_manifest": {"name": "Stack In Card", "render_readme": true, "filename": "stack-in-card.js"}, "selected_tag": null, "show_beta": false, "stars": 94, "topics": [], "version_installed": null, "last_fetched": 1642851258.621061}, "142038085": {"authors": [], "category": "plugin", "description": "Give you the specified attribute of an entity", "domain": "", "downloads": 0, "etag_repository": "W/\"87b39249865fa32721730bcbb01e80fb8bccb39c6a4b4080b4e249806cab8505\"", "full_name": "custom-cards/state-attribute-element", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6e4da57", "last_release_tag": "0.4.0", "last_updated": "2020-02-29T16:14:12Z", "name": "state-attribute-element", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 22, "topics": [], "version_installed": null, "last_fetched": 1642004410.770395}, "142344403": {"authors": [], "category": "plugin", "description": "Give you the option to prefix the state-label with a formated string.", "domain": "", "downloads": 0, "etag_repository": "W/\"aef3f92198df3902138cf66fb65e9d09313f4647434c9bfa738d2ca2bf22149e\"", "full_name": "custom-cards/state-element", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f5f596a", "last_release_tag": "0.0.1", "last_updated": "2020-08-11T08:32:17Z", "name": "state-element", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 17, "topics": [], "version_installed": null, "last_fetched": 1643571255.535518}, "185304888": {"authors": [], "category": "plugin", "description": null, "domain": "", "downloads": 0, "etag_repository": "W/\"61aedf68e2d804c79f8fbb08f3789af599f239d9ccfc5415a72df9b0495e79c1\"", "full_name": "custom-cards/text-action-element", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "24dffd9", "last_release_tag": "0.1.0", "last_updated": "2019-06-03T04:44:08Z", "name": "text-action-element", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": [], "version_installed": null}, "141897999": {"authors": [], "category": "plugin", "description": "An element that can be used to show static text on the `picture-elements` card", "domain": "", "downloads": 0, "etag_repository": "W/\"8efbf1393fdcae4b5e2158f1b53bd674553016d06dd74943831d19deb24c363f\"", "full_name": "custom-cards/text-element", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "be4ea0f", "last_release_tag": "0.0.2", "last_updated": "2018-07-22T19:11:28Z", "name": "text-element", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 14, "topics": [], "version_installed": null, "last_fetched": 1643571255.633078}, "145143666": {"authors": [], "category": "plugin", "description": "Show the current logged in user.", "domain": "", "downloads": 0, "etag_repository": "W/\"32a79f051901d55034a0fd116d18e612fea86a59a7573a3f6be11e493c1b2de4\"", "full_name": "custom-cards/username-element", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "bfc0791", "last_release_tag": "0.0.1", "last_updated": "2021-06-05T21:07:05Z", "name": "username-element", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": [], "version_installed": null}, "146783593": {"authors": [], "category": "plugin", "description": "\ud83d\udcfa A card to display upcoming episodes and movies from services like: Plex, Kodi, Radarr, Sonarr, and Trakt.", "domain": "", "downloads": 0, "etag_repository": "W/\"bfc3b4b6bd2799ceab9ed057c07b7cf9f8bdd90a4fc2b0ae9f6e5805d68d020b\"", "full_name": "custom-cards/upcoming-media-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c0c83a1", "last_release_tag": "0.4.3", "last_updated": "2021-07-11T00:25:33Z", "name": "upcoming-media-card", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 160, "topics": [], "version_installed": null, "last_fetched": 1643571255.9652}, "147764937": {"authors": [], "category": "plugin", "description": "A custom component for displaying camera feeds in the style of a surveillance system.", "domain": "", "downloads": 0, "etag_repository": "W/\"b44fcc6a2d53292298bfe78a00bc5b586a68c6e723a080e7b81cc07b2209bfb3\"", "full_name": "custom-cards/surveillance-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "290acf7", "last_release_tag": "0.0.5", "last_updated": "2022-01-13T21:20:48Z", "name": "surveillance-card", "new": false, "repository_manifest": {"name": "surveillance-card", "content_in_root": true, "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 146, "topics": [], "version_installed": null, "last_fetched": 1643545555.766685}, "203294272": {"authors": [], "category": "plugin", "description": "All your unused entities in a list", "domain": "", "downloads": 0, "etag_repository": "W/\"29df501a32f9fbe5818962c9538c969551778294bbe7ba4e994fba03b9c7effa\"", "full_name": "custom-cards/unused-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "32a053e", "last_release_tag": "1.1", "last_updated": "2021-08-12T04:05:00Z", "name": "unused-card", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 23, "topics": [], "version_installed": null}, "192835334": {"authors": [], "category": "plugin", "description": "Home Assistant Lovelace card to lock entire cards behind passwords or prompts.", "domain": "", "downloads": 0, "etag_repository": "W/\"5792c656ce3a4dac0dd95cd6a482a6a0cea84a683f4a60bdf18f1c169e6de568\"", "full_name": "CyrisXD/love-lock-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c82e15d", "last_release_tag": null, "last_updated": "2022-01-17T23:16:50Z", "name": "love-lock-card", "new": false, "repository_manifest": {"name": "Lovelace Lock Card", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 95, "topics": [], "version_installed": null, "last_fetched": 1642520510.86734}, "254206234": {"authors": [], "category": "plugin", "description": "Home Assistant Lovelace custom card to use with Spain electricity hourly pricing (PVPC) integration", "domain": "", "downloads": 2477, "etag_repository": "W/\"36f4aba0c261585c89ef93d483a54554fbf9c8c75762fb6f39f7109b5053c414\"", "full_name": "danimart1991/pvpc-hourly-pricing-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "8d07f23", "last_release_tag": "1.5.1", "last_updated": "2021-10-26T08:56:57Z", "name": "pvpc-hourly-pricing-card", "new": false, "repository_manifest": {"name": "PVPC Hourly Pricing Card", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 50, "topics": ["esios", "graphics", "hacs", "home-assistant", "home-assistant-custom", "home-assistant-hacs", "home-automation", "lovelace", "lovelace-card", "lovelace-custom-card", "lovelace-ui", "pvpc", "ree"], "version_installed": null, "last_fetched": 1643571256.248662}, "296396632": {"authors": [], "category": "plugin", "description": "Lovelace card for listing departures from Rejseplanen sensors, in the style of S-Tog departure boards.", "domain": "", "downloads": 0, "etag_repository": "W/\"602d6041a65f49180257a59874b8c4f8603db7e30b36dd6e03cb60b24104fe0d\"", "full_name": "DarkFox/rejseplanen-stog-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "568114a", "last_release_tag": "1.5.0", "last_updated": "2021-08-12T21:33:55Z", "name": "rejseplanen-stog-card", "new": false, "repository_manifest": {"name": "Rejseplanen S-Tog Card", "country": ["DK"]}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["denmark", "hacs", "home-assistant", "lovelace-card", "lovelace-ui", "rejseplanen", "rejseplanen-sensors"], "version_installed": null}, "195497310": {"authors": [], "category": "plugin", "description": "Custom Animated Weather Card for any weather provider", "domain": "", "downloads": 0, "etag_repository": "W/\"a72483ccca41e91d31d13e31969ed428838f0b072a14a6a271dbf797c0ed087e\"", "full_name": "DavidFW1960/bom-weather-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "ab874c7", "last_release_tag": "0.91", "last_updated": "2022-01-28T03:32:56Z", "name": "bom-weather-card", "new": false, "repository_manifest": {"name": "Custom Animated Weather Card", "content_in_root": true, "filename": "bom-weather-card.js", "country": ["IT", "FR", "DE", "NL", "PL", "HE", "RU", "DA", "UA", "EN"]}, "selected_tag": null, "show_beta": false, "stars": 94, "topics": ["bom", "home-assistant", "home-automation", "homeassistant", "weather-forecast"], "version_installed": null, "last_fetched": 1643571256.310447}, "198066338": {"authors": [], "category": "plugin", "description": "Lovelace card for listing departures from Rejseplanen sensors", "domain": "", "downloads": 0, "etag_repository": "W/\"0207f155e5f45200428e9b4cbac8a1f842026d1d51a7618f2d2d0a74f3759d1b\"", "full_name": "DarkFox/rejseplanen-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5b6eed3", "last_release_tag": "1.5.4", "last_updated": "2021-08-11T08:32:56Z", "name": "rejseplanen-card", "new": false, "repository_manifest": {"name": "Rejseplanen Card", "country": ["DK"]}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["denmark", "hacs", "home-assistant", "lovelace-card", "lovelace-ui", "rejseplanen", "rejseplanen-card", "rejseplanen-sensors"], "version_installed": null}, "273007955": {"authors": [], "category": "plugin", "description": "Lovelace pie chart card that displays current energy usage", "domain": "", "downloads": 0, "etag_repository": "W/\"194ea82a8e02ed8639d583821b2ec65a0efd7a10032c540098de4f0602cc5f4f\"", "full_name": "DBa2016/power-usage-card-regex", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "cf6d4cd", "last_release_tag": null, "last_updated": "2021-06-24T17:07:11Z", "name": "power-usage-card-regex", "new": false, "repository_manifest": {"name": "Power Usage Card with Regular Expressions", "content_in_root": true, "filename": "power-usage-card-regex.js", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 7, "topics": ["homeassistant", "lovelace-custom-card", "power-usage"], "version_installed": null}, "231145540": {"authors": [], "category": "plugin", "description": "A card giving richer public transit display using NextBus sensors.", "domain": "", "downloads": 0, "etag_repository": "W/\"f072ad6dcdd3a7e4ee3f7230b3a89fae834d53ec5c05909652afa7e96c0aa419\"", "full_name": "dcramer/lovelace-nextbus-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4f69bcb", "last_release_tag": "0.2.0", "last_updated": "2021-08-11T20:36:30Z", "name": "lovelace-nextbus-card", "new": false, "repository_manifest": {"name": "NextBus Card", "render_readme": true, "filename": "nextbus-card.js"}, "selected_tag": null, "show_beta": false, "stars": 7, "topics": ["hacs", "homeassistant", "lovelace-custom-card", "nextbus", "public-transit"], "version_installed": null}, "269011342": {"authors": [], "category": "plugin", "description": "Shutter card for Home Assistant Lovelace UI", "domain": "", "downloads": 0, "etag_repository": "W/\"86472f7d6fc3dd343780e85ef08eba7fc55e12955ca12a72b4d7d9d4f8152942\"", "full_name": "Deejayfool/hass-shutter-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7b2c711", "last_release_tag": "v1.3.0", "last_updated": "2021-11-16T22:54:27Z", "name": "hass-shutter-card", "new": false, "repository_manifest": {"name": "Shutter Card", "filename": "hass-shutter-card.js", "render_readme": true, "homeassistant": "2021.11.0"}, "selected_tag": null, "show_beta": false, "stars": 145, "topics": ["custom-cards", "hacs", "hassio", "home-assistant", "lovelace"], "version_installed": null, "last_fetched": 1643545555.858301}, "274738925": {"authors": [], "category": "plugin", "description": "Air Purifier card for Home Assistant Lovelace UI", "domain": "", "downloads": 2927, "etag_repository": "W/\"19dec665a9b1a2f6489e66fd5a9be8d934291c24d2b63d2d9443338417005153\"", "full_name": "denysdovhan/purifier-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7809eca", "last_release_tag": "v2.0.0", "last_updated": "2022-01-28T19:36:57Z", "name": "purifier-card", "new": false, "repository_manifest": {"name": "Purifier Card", "render_readme": true, "filename": "purifier-card.js"}, "selected_tag": null, "show_beta": false, "stars": 122, "topics": ["air-purifier", "custom-cards", "hacs", "hass", "home-assistant", "homeassistant", "lovelace", "purifier", "smart-home"], "version_installed": null, "last_fetched": 1643571256.537146}, "193262086": {"authors": [], "category": "plugin", "description": "Home assistant remote control", "domain": "", "downloads": 0, "etag_repository": "W/\"cc8680b011dfd896db7b36f6d419c1cf858bc8c496dddaa9b50665399ddb56d3\"", "full_name": "dimagoltsman/content-card-remote-control", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f4acaf4", "last_release_tag": null, "last_updated": "2020-09-27T22:35:55Z", "name": "content-card-remote-control", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": [], "version_installed": null}, "197929015": {"authors": [], "category": "plugin", "description": "Custom Lovelace card that displays ZHA network and device information", "domain": "", "downloads": 0, "etag_repository": "W/\"ce5adeca685e413778637681604f88398d720f141295291930ccff183e3eca0e\"", "full_name": "dmulcahey/zha-network-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b6b05fa", "last_release_tag": null, "last_updated": "2020-11-25T23:16:49Z", "name": "zha-network-card", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 66, "topics": [], "version_installed": null, "last_fetched": 1643571256.386886}, "261291295": {"authors": [], "category": "plugin", "description": "Vacuum cleaner card for Home Assistant Lovelace UI", "domain": null, "downloads": 0, "etag_repository": "W/\"890042e1b4c82e73ca1306814804e745160d4d630d3154daa48069e8b26d745c\"", "full_name": "denysdovhan/vacuum-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "8a241cf", "last_release_tag": "v2.2.5", "last_updated": "2022-01-25T00:31:56Z", "name": "vacuum-card", "new": false, "repository_manifest": {"name": "Vacuum Card", "render_readme": true, "filename": "vacuum-card.js"}, "selected_tag": null, "show_beta": false, "stars": 504, "topics": ["custom-cards", "hacs", "hass", "home-assistant", "homeassistant", "lovelace", "robot-vacuum", "vacuum"], "version_installed": null, "last_fetched": 1643545556.376485}, "263901624": {"authors": [], "category": "plugin", "description": "Generic Remote control card for HACS", "domain": null, "downloads": 0, "etag_repository": "W/\"ab3903cba24841ea6915d87fb05145e61226d1269a8ee761045803a678b5cf09\"", "full_name": "dimagoltsman/generic-remote-control-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "92bb62c", "last_release_tag": "0.2.5", "last_updated": "2022-01-29T10:30:37Z", "name": "generic-remote-control-card", "new": false, "repository_manifest": {"name": "Generic Remote Control Card", "description": "a remote control card that can be used with any HA service", "content_in_root": false, "filename": "generic-remote-control-card.js", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 45, "topics": [], "version_installed": null, "last_fetched": 1643545556.983797}, "265313034": {"authors": [], "category": "plugin", "description": "a refreshable picture card for HACS", "domain": "", "downloads": 0, "etag_repository": "W/\"60ba9e4e6835842057753caac0eb6e0bc6b5cb127786a636ff5039e17a337575\"", "full_name": "dimagoltsman/refreshable-picture-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7f02a56", "last_release_tag": "0.1.6", "last_updated": "2021-12-03T09:17:49Z", "name": "refreshable-picture-card", "new": false, "repository_manifest": {"name": "Refreshable picture card", "description": "a picture that can be loaded from url or entity attribute and refreshed every N seconds", "content_in_root": false, "filename": "refreshable-picture-card.js", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 13, "topics": [], "version_installed": null, "last_fetched": 1641217384.705725}, "157674859": {"authors": [], "category": "plugin", "description": "A Lovelace card showing air quality data from airvisual.com. Requires the AirVisual component.", "domain": "", "downloads": 0, "etag_repository": "W/\"ad230b82927a5524b26c8234af913e9eea9631849c9596ab89d988286b6cf556\"", "full_name": "dnguyen800/air-visual-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "afd7a87", "last_release_tag": "2.0.1", "last_updated": "2021-12-03T01:41:18Z", "name": "air-visual-card", "new": false, "repository_manifest": {"name": "Air Visual Card"}, "selected_tag": null, "show_beta": false, "stars": 68, "topics": ["air-quality", "air-visual", "home-assistant", "lovelace"], "version_installed": null, "last_fetched": 1643571256.919525}, "236664033": {"authors": [], "category": "plugin", "description": ":point_up_2: Swipe Glance Card", "domain": "", "downloads": 0, "etag_repository": "W/\"f7f26273e0f631e4d3e3903469ffc0c68b23f4d038f78eb1b111f502d3b2831f\"", "full_name": "dooz127/swipe-glance-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9b4f41a", "last_release_tag": "0.3", "last_updated": "2021-08-11T22:48:45Z", "name": "swipe-glance-card", "new": false, "repository_manifest": {"name": "Swipe Glance Card", "render_readme": true, "filename": "swipe-glance-card.js"}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": ["automation", "custom-cards", "hass", "home-assistant", "homeassistant", "lovelace"], "version_installed": null}, "260597137": {"authors": [], "category": "plugin", "description": "\u7528\u4e8eLovelace\u7684\u5c0f\u7c73\u7a7a\u6c14\u51c0\u5316\u5668\u5361\u7247", "domain": "", "downloads": 0, "etag_repository": "W/\"075bcd8ee0ea615f4674939b08ecb1ccf729392feb141ed07884ca121edc4b86\"", "full_name": "fineemb/lovelace-air-filter-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a20f6b2", "last_release_tag": "v1.1.3", "last_updated": "2021-09-13T17:10:23Z", "name": "lovelace-air-filter-card", "new": false, "repository_manifest": {"name": "Air Purifier Card", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 13, "topics": [], "version_installed": null}, "247134044": {"authors": [], "category": "plugin", "description": "A simple lovelace multiline text input card", "domain": "", "downloads": 0, "etag_repository": "W/\"db6335f5c5e49247a555a6629b47f7bbc02f28f395eed1a415dcd06b13ceb8c2\"", "full_name": "faeibson/lovelace-multiline-text-input-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7b5040b", "last_release_tag": "1.0.4", "last_updated": "2020-10-15T00:16:17Z", "name": "lovelace-multiline-text-input-card", "new": false, "repository_manifest": {"name": "Multiline Text Input Card", "render_readme": false}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": ["home-assistant", "home-assistant-frontend", "lovelace", "lovelace-card", "lovelace-ui", "multiline", "text-input"], "version_installed": null, "last_fetched": 1642430751.060108}, "307058107": {"authors": [], "category": "plugin", "description": "\u8f66\u8f86\u4eea\u8868\u76d8", "domain": "", "downloads": 0, "etag_repository": "W/\"2544289ec2bfb4dd4fe67da3a14fa0738d3694391a67db5c5d4f5a2618b2129e\"", "full_name": "fineemb/lovelace-car-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a28bca5", "last_release_tag": null, "last_updated": "2020-11-01T23:45:40Z", "name": "lovelace-car-card", "new": false, "repository_manifest": {"name": "Car card", "render_readme": true, "country": ["CN"]}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["car", "hacs", "hass", "lovelace", "lovelace-custom-card", "lynkco"], "version_installed": null, "last_fetched": 1642851273.180509}, "286408741": {"authors": [], "category": "plugin", "description": "A Lovelace card to display Norwegian mail delivery days", "domain": "", "downloads": 1084, "etag_repository": "W/\"0467bc0a8b50ba2714978be3a5fd98815de27d47980f6e086025bc4a9d6fa8bc\"", "full_name": "ezand/lovelace-posten-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3a00f67", "last_release_tag": "1.0.1", "last_updated": "2021-08-12T20:35:21Z", "name": "lovelace-posten-card", "new": false, "repository_manifest": {"name": "Posten Card", "render_readme": true, "filename": "posten-card.js", "country": ["NO"]}, "selected_tag": null, "show_beta": false, "stars": 13, "topics": ["home-assistant", "lovelace-card", "mail-delivery"], "version_installed": null, "last_fetched": 1643571257.298487}, "259784620": {"authors": [], "category": "plugin", "description": "\u590d\u523b\u5b98\u65b9Lovelace\u5730\u56fe\u5361\u7247,\u57fa\u4e8e\u9ad8\u5fb7\u5730\u56fe", "domain": "", "downloads": 0, "etag_repository": "W/\"fbeb8bfee8584e4143adfbd65499ec2193331465c0eebc505ee932c7df4ecbe9\"", "full_name": "fineemb/lovelace-cn-map-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "fce3dbf", "last_release_tag": "v1.2.7", "last_updated": "2020-10-26T06:35:55Z", "name": "lovelace-cn-map-card", "new": false, "repository_manifest": {"name": "Gaode Map card", "render_readme": true, "country": ["CN"]}, "selected_tag": null, "show_beta": false, "stars": 31, "topics": [], "version_installed": null, "last_fetched": 1643571257.389109}, "291480917": {"authors": [], "category": "plugin", "description": "\u8fd9\u662f\u4e00\u4e2a\u9002\u7528\u4e8e\u5f69\u4e91\u5929\u6c14\u96c6\u6210\u7684Lovelace\u5361\u7247", "domain": "", "downloads": 0, "etag_repository": "W/\"f856d3d1f949c329769595c344b7f5459355652219f6274ada54e844b8c09931\"", "full_name": "fineemb/lovelace-colorfulclouds-weather-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1910cb7", "last_release_tag": "v1.3.2", "last_updated": "2022-01-06T15:47:26Z", "name": "lovelace-colorfulclouds-weather-card", "new": false, "repository_manifest": {"name": "Colorfulclouds Weather Card", "render_readme": true, "filename": "colorfulclouds-weather-card.js", "country": ["CN"]}, "selected_tag": null, "show_beta": false, "stars": 18, "topics": ["lovelace-custom-card", "weather"], "version_installed": null, "last_fetched": 1642094184.714186}, "240906060": {"authors": [], "category": "plugin", "description": "\u6590\u8bafDC1\u6392\u63d2\u7684Lovelace\u5361\u7247", "domain": "", "downloads": 0, "etag_repository": "W/\"a02559ee163f878edc0e208d5a15967f1f74b984f29fce971901e78416c58a93\"", "full_name": "fineemb/lovelace-dc1-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4c2c109", "last_release_tag": "v1.2.0", "last_updated": "2020-08-26T08:19:40Z", "name": "lovelace-dc1-card", "new": false, "repository_manifest": {"name": "PHICOMM DC1 card", "render_readme": true, "country": ["CN"]}, "selected_tag": null, "show_beta": false, "stars": 17, "topics": [], "version_installed": null}, "214792276": {"authors": [], "category": "plugin", "description": "Xiaomi Smartmi Fan Lovelace card for HASS/Home Assistant.", "domain": "", "downloads": 0, "etag_repository": "W/\"558c08119f3b617d10d8903b7ce7da576ddcdc8be7b2d7421900c99822878e94\"", "full_name": "fineemb/lovelace-fan-xiaomi", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "54a9958", "last_release_tag": "v1.3.4", "last_updated": "2021-05-13T17:12:08Z", "name": "lovelace-fan-xiaomi", "new": false, "repository_manifest": {"name": "Xiaomi Fan Lovelace Card", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 36, "topics": [], "version_installed": null}, "237887092": {"authors": [], "category": "plugin", "description": "Thermostat Lovelace card", "domain": "", "downloads": 0, "etag_repository": "W/\"c912250356c6845ac64570a974f91a1885c435e94d0102d1906330e007c67081\"", "full_name": "fineemb/lovelace-thermostat-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f95cd32", "last_release_tag": "v1.3.0", "last_updated": "2020-11-23T15:27:28Z", "name": "lovelace-thermostat-card", "new": false, "repository_manifest": {"name": "Climate thermostat card", "render_readme": true, "filename": "main.js"}, "selected_tag": null, "show_beta": false, "stars": 66, "topics": [], "version_installed": null, "last_fetched": 1642430753.764389}, "250552447": {"authors": [], "category": "plugin", "description": "Provides a customizable button row for binary entities in Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"89d556071237538ab871cd456be7ca2640ab9366c1996c2372d08aad46b90930\"", "full_name": "finity69x2/binary-control-button-row", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "ed9d1bd", "last_release_tag": "1.7", "last_updated": "2021-06-05T12:09:32Z", "name": "binary-control-button-row", "new": false, "repository_manifest": {"name": "Binary Control Button Row", "filename": "binary-control-button-row.js"}, "selected_tag": null, "show_beta": false, "stars": 16, "topics": [], "version_installed": null}, "191663150": {"authors": [], "category": "plugin", "description": "Provides a means to show a compact graphical control row for 2 or 3 speed fans in Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"ac3481d7dcafdd53963e5fc7b0858ffe7ff50987a8f1f4ad58456717e8bf7841\"", "full_name": "finity69x2/fan-control-entity-row", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e4d1e91", "last_release_tag": "2.2", "last_updated": "2021-06-05T12:04:09Z", "name": "fan-control-entity-row", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 55, "topics": [], "version_installed": null}, "287409957": {"authors": [], "category": "plugin", "description": "button row for controlling open/close covers in Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"65c1028268517ce660410e76bbd074d46e8dfd22f5d2fbd16e15448c94210f20\"", "full_name": "finity69x2/cover-control-button-row", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "dff851f", "last_release_tag": "1.4", "last_updated": "2021-07-29T21:53:08Z", "name": "cover-control-button-row", "new": false, "repository_manifest": {"name": "Cover Control Button Row", "filename": "cover-control-button-row.js"}, "selected_tag": null, "show_beta": false, "stars": 10, "topics": ["cover", "lovelace-ui", "plugin"], "version_installed": null, "last_fetched": 1641587896.016816}, "286860710": {"authors": [], "category": "plugin", "description": "pluig-in for Home Assistant that provides an easy means set 3 fixed positions for a programmable cover entity.", "domain": "", "downloads": 0, "etag_repository": "W/\"04435ef1c6d405e987371f257801d69ea4facfdb554119435f59571b45b01559\"", "full_name": "finity69x2/cover-position-preset-row", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "0784c07", "last_release_tag": "1.4", "last_updated": "2021-07-29T21:44:05Z", "name": "cover-position-preset-row", "new": false, "repository_manifest": {"name": "Cover Position Preset Row", "filename": "cover-position-preset-row.js"}, "selected_tag": null, "show_beta": false, "stars": 12, "topics": ["cover", "lovelace-custom-card", "plugin"], "version_installed": null}, "226862969": {"authors": [], "category": "plugin", "description": "Provides a means to program 3 preset brightness settings for dimmable lights in Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"e7bea0388fdf9d1eebb4783e0945a865a2234944d2fc57bc766c314577b17ae2\"", "full_name": "finity69x2/light-brightness-preset-row", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "df6810d", "last_release_tag": "2.1", "last_updated": "2021-12-13T04:02:13Z", "name": "light-brightness-preset-row", "new": false, "repository_manifest": {"name": "Light Brightness Preset Row", "filename": "light-brightness-preset-row.js"}, "selected_tag": null, "show_beta": false, "stars": 19, "topics": [], "version_installed": null, "last_fetched": 1643571257.824531}, "245239101": {"authors": [], "category": "plugin", "description": "Allows preloading of Lovelace cards as a work around for changes in Home Assistant 0.107", "domain": "", "downloads": 0, "etag_repository": "W/\"c283b069259438fad8ceaf5e294767c7ea06e9962e33018045fd13b3f6b8debd\"", "full_name": "gadgetchnnel/lovelace-card-preloader", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "49e93da", "last_release_tag": "0.0.5", "last_updated": "2021-04-30T16:48:45Z", "name": "lovelace-card-preloader", "new": false, "repository_manifest": {"name": "Lovelace Card Preloader", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 19, "topics": [], "version_installed": null}, "182113743": {"authors": [], "category": "plugin", "description": "A custom Lovelace text input row for use in entities cards", "domain": "", "downloads": 0, "etag_repository": "W/\"04d0b71f139b7f329dab33d54a018623f75e5acc7b6bc63cb75f71229d444c64\"", "full_name": "gadgetchnnel/lovelace-text-input-row", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2b1e1ff", "last_release_tag": "v0.0.8", "last_updated": "2020-08-18T05:04:31Z", "name": "lovelace-text-input-row", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 22, "topics": [], "version_installed": null, "last_fetched": 1642851279.347631}, "184333163": {"authors": [], "category": "plugin", "description": "Custom Lovelace card which allows Jinja2 templates to be applied to other cards", "domain": "", "downloads": 0, "etag_repository": "W/\"4f10e7fd36f630773b6aad50762105b1516829de3da77c3ed7d1e5883c8218a9\"", "full_name": "gadgetchnnel/lovelace-card-templater", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b7161d5", "last_release_tag": "0.0.17", "last_updated": "2022-01-26T16:33:55Z", "name": "lovelace-card-templater", "new": false, "repository_manifest": {"name": "Lovelace Card Templater", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 70, "topics": [], "version_installed": null, "last_fetched": 1643571258.004218}, "250865851": {"authors": [], "category": "plugin", "description": "\ud83d\udcc2 Folder Card for Home Assistant's Lovelace UI", "domain": "", "downloads": 0, "etag_repository": "W/\"5e49983c3cf21457c46edc8e9da11291f3aecce05472a5180fb46cfe3dd7afad\"", "full_name": "GeorgeSG/lovelace-folder-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "da75f81", "last_release_tag": "0.4.0", "last_updated": "2021-08-12T05:08:36Z", "name": "lovelace-folder-card", "new": false, "repository_manifest": {"name": "Folder Card", "render_readme": true, "filename": "folder-card.js"}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["home-assistant", "homeassistant", "lovelace", "lovelace-card", "lovelace-custom-card"], "version_installed": null, "last_fetched": 1642430758.837678}, "174016256": {"authors": [], "category": "plugin", "description": "A custom Lovelace card for displaying a combination of persistent notifications, calendar events, and entities in the style of a feed.", "domain": "", "downloads": 0, "etag_repository": "W/\"d8601abc5034d49e3fe60f69798a776ae60679abeff5a7409686f63e66442042\"", "full_name": "gadgetchnnel/lovelace-home-feed-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c0fc43c", "last_release_tag": "0.6.3", "last_updated": "2021-11-15T07:58:31Z", "name": "lovelace-home-feed-card", "new": false, "repository_manifest": {"name": "Lovelace Home Feed Card", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 148, "topics": [], "version_installed": null, "last_fetched": 1641058170.612333}, "261262884": {"authors": [], "category": "plugin", "description": "\ud83d\udd70\ufe0f Time Picker Card for Home Assistant's Lovelace UI", "domain": "", "downloads": 4917, "etag_repository": "W/\"9392d4b303edd781dd59d733df139142e020d676454335b98f385b47b9c5f68f\"", "full_name": "GeorgeSG/lovelace-time-picker-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e5c16c2", "last_release_tag": "1.2.1", "last_updated": "2022-01-21T22:34:00Z", "name": "lovelace-time-picker-card", "new": false, "repository_manifest": {"name": "Time Picker Card", "render_readme": true, "filename": "time-picker-card.js"}, "selected_tag": null, "show_beta": false, "stars": 127, "topics": ["home-assistant", "homeassistant", "lovelace", "lovelace-card", "lovelace-custom-card"], "version_installed": null, "last_fetched": 1643571258.185397}, "160042309": {"authors": [], "category": "plugin", "description": "An intuitive way to represent the power and energy that your home is consuming or producing. (A custom card for the Lovelace UI of Home Assistant.)", "domain": "", "downloads": 0, "etag_repository": "W/\"a50936990f55a8c2649eb757d5b80be4cbd084dbe915ff3b5ef5f24c76e9bc8b\"", "full_name": "gurbyz/power-wheel-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d136d6d", "last_release_tag": "v0.1.5", "last_updated": "2020-12-18T12:01:38Z", "name": "power-wheel-card", "new": false, "repository_manifest": {"name": "Power wheel card"}, "selected_tag": null, "show_beta": false, "stars": 132, "topics": ["custom-card", "energy", "home-assistant", "lovelace-ui", "solar-panels"], "version_installed": null, "last_fetched": 1643571258.28203}, "220679143": {"authors": [], "category": "plugin", "description": "Lovelace Departure Card for the HASL Platform", "domain": "", "downloads": 0, "etag_repository": "W/\"5bd002adf74579a468e652e8002cb2b9e33af619a0d9d1862e76b733ff5bc1a7\"", "full_name": "hasl-sensor/lovelace-hasl-departure-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "029e094", "last_release_tag": "v2.5.0", "last_updated": "2022-01-08T23:27:15Z", "name": "lovelace-hasl-departure-card", "new": false, "repository_manifest": {"name": "HASL Departure Card", "content_in_root": false, "render_readme": false, "filename": "hasl-departure-card.js", "homeassistant": "0.92", "zip_release": false}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": ["departures", "hasl", "sl", "stockholms-lokaltrafik"], "version_installed": null, "last_fetched": 1641895781.615156}, "220679530": {"authors": [], "category": "plugin", "description": "Lovelace Traffic Status Card for the HASL Platform", "domain": "", "downloads": 0, "etag_repository": "W/\"287db3f3718be02514d2e7959c933de3d9fc18910396cf456ae5591824beed85\"", "full_name": "hasl-sensor/lovelace-hasl-traffic-status-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "fdf9915", "last_release_tag": "v2.3.1", "last_updated": "2020-03-04T12:20:16Z", "name": "lovelace-hasl-traffic-status-card", "new": false, "repository_manifest": {"name": "HASL Traffic Status Card", "content_in_root": false, "render_readme": false, "filename": "hasl-traffic-status-card.js", "homeassistant": "0.92", "zip_release": false}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["hasl", "sl", "stockholms-lokaltrafik", "traffic-status"], "version_installed": null}, "304967918": {"authors": [], "category": "plugin", "description": "Replace input_number sliders with plus and minus buttons", "domain": "", "downloads": 0, "etag_repository": "W/\"01f7cbb8f1568748d951821553bc7a0fd18823c0aa1114ea2afdd1f1755bacf7\"", "full_name": "htmltiger/numberbox-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "09a2646", "last_release_tag": "3.3", "last_updated": "2022-01-01T17:31:32Z", "name": "numberbox-card", "new": false, "repository_manifest": {"name": "Number Box", "filename": "numberbox-card.js", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 45, "topics": ["hacs", "home-assistant", "input", "lovelace", "lovelace-card", "lovelace-cards", "lovelace-custom-card", "lovelace-ui", "number", "numberbox-card", "slider"], "version_installed": null, "last_fetched": 1642851284.44118}, "145142810": {"authors": [], "category": "plugin", "description": "\ud83d\udce6 Aftership Card for package tracking", "domain": null, "downloads": 0, "etag_repository": "W/\"b4224e384df0e53e864d0f89b89209cf42170e1a9aac7180e5ce00a0ca0036be\"", "full_name": "iantrich/aftership-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3fb1033", "last_release_tag": "1.2.2", "last_updated": "2021-08-11T00:00:14Z", "name": "aftership-card", "new": false, "repository_manifest": {"name": "Aftership Card", "render_readme": true, "filename": "aftership-card.js"}, "selected_tag": null, "show_beta": false, "stars": 40, "topics": [], "version_installed": null, "last_fetched": 1643545557.505481}, "172177543": {"authors": [], "category": "plugin", "description": "\ud83d\udcdd Templatable Lovelace Configurations", "domain": "", "downloads": 6885, "etag_repository": "W/\"f0b41b5f0da58b96077417a7c86393a6b74bcbed7342b82ff18134f9490c33c6\"", "full_name": "iantrich/config-template-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d7bedfe", "last_release_tag": "1.3.6", "last_updated": "2021-10-06T03:36:41Z", "name": "config-template-card", "new": false, "repository_manifest": {"name": "Config Template Card", "render_readme": true, "homeassistant": "0.110.0"}, "selected_tag": null, "show_beta": false, "stars": 221, "topics": [], "version_installed": null, "last_fetched": 1643571258.590069}, "175927964": {"authors": [], "category": "plugin", "description": "\ud83c\udfa7 Podcast Player Card", "domain": "", "downloads": 0, "etag_repository": "W/\"739ace3027accc781d0077f47d0c969e3e03811aa25d983a9c85998ef77dc859\"", "full_name": "iantrich/podcast-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1dd0645", "last_release_tag": "1.0.9", "last_updated": "2021-08-11T16:06:20Z", "name": "podcast-card", "new": false, "repository_manifest": {"name": "Podcast Card", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 21, "topics": [], "version_installed": null}, "215633404": {"authors": [], "category": "plugin", "description": "\ud83d\udd12 Apply restrictions to Lovelace cards", "domain": "", "downloads": 2337, "etag_repository": "W/\"6ab775e976f6ab9ce868c33664f4fada9b3dacc339967f8462a2aa241713e4f5\"", "full_name": "iantrich/restriction-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "55732c0", "last_release_tag": "1.2.7", "last_updated": "2021-12-17T16:38:44Z", "name": "restriction-card", "new": false, "repository_manifest": {"name": "Restriction Card", "render_readme": true, "homeassistant": "0.110.0"}, "selected_tag": null, "show_beta": false, "stars": 135, "topics": ["custom-card", "home-assistant", "lovelace", "security"], "version_installed": null, "last_fetched": 1643571258.749342}, "164367214": {"authors": [], "category": "plugin", "description": "\ud83d\udcfa Roku Remote Card", "domain": "", "downloads": 2081, "etag_repository": "W/\"02360b373eb01e4a7f29e255bf6964d3527df6296165f8afeb7fc1b8def9c8af\"", "full_name": "iantrich/roku-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4cb653a", "last_release_tag": "1.2.4", "last_updated": "2021-12-17T16:27:36Z", "name": "roku-card", "new": false, "repository_manifest": {"name": "Roku Card", "render_readme": true, "homeassistant": "0.110.0"}, "selected_tag": null, "show_beta": false, "stars": 83, "topics": ["custom-card", "home-assistant", "lovelace", "roku"], "version_installed": null, "last_fetched": 1643571258.8153}, "179788256": {"authors": [], "category": "plugin", "description": "\ud83d\uddc2 Text Divider Row", "domain": "", "downloads": 0, "etag_repository": "W/\"7782c3003421741167de65ce0ae4561ef5db4855a2e7d52849a124faa7a112de\"", "full_name": "iantrich/text-divider-row", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d8e7915", "last_release_tag": "1.4.1", "last_updated": "2021-12-17T16:35:28Z", "name": "text-divider-row", "new": false, "repository_manifest": {"name": "Text Divider Row", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 49, "topics": ["homeassistant", "lovelace"], "version_installed": null, "last_fetched": 1642851286.047456}, "181124811": {"authors": [], "category": "plugin", "description": "\u2b55 Radial Menu Element", "domain": "", "downloads": 1745, "etag_repository": "W/\"7861d7d9abfc60c3e5019c6aa6b5aa6535b34c30d13d2599e1549618cadd1197\"", "full_name": "iantrich/radial-menu", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "688e6c9", "last_release_tag": "1.6.0", "last_updated": "2020-06-30T03:42:08Z", "name": "radial-menu", "new": false, "repository_manifest": {"name": "Radial Menu Element", "render_readme": true, "homeassistant": "0.110.0"}, "selected_tag": null, "show_beta": false, "stars": 54, "topics": [], "version_installed": null, "last_fetched": 1643571258.687765}, "194824532": {"authors": [], "category": "plugin", "description": "Weather Card with animated icons for Home Assistant Lovelace adapted to display all informations from M\u00e9t\u00e9o France integration", "domain": "", "downloads": 0, "etag_repository": "W/\"2d20ed0c7a875d5efc24a257d2df79818978657e0f526066cea5b96b3ae19c86\"", "full_name": "Imbuzi/meteo-france-weather-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "79d0464", "last_release_tag": "v1.13", "last_updated": "2021-03-07T18:12:04Z", "name": "meteo-france-weather-card", "new": false, "repository_manifest": {"name": "M\u00e9t\u00e9o France Weather Card", "country": ["FR"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 19, "topics": ["animated-icons", "home-assistant", "lovelace-card", "meteo-france", "weather"], "version_installed": null, "last_fetched": 1641587907.383895}, "273405252": {"authors": [], "category": "plugin", "description": "A Lightning Detection Display Card for Home Assistant Lovelace", "domain": "", "downloads": 0, "etag_repository": "W/\"d760ab1000312a3f2d2b2473edfe3531b2a058a1325810e86f117b287fbe4beb\"", "full_name": "ironsheep/lovelace-lightning-detector-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e017e81", "last_release_tag": "v1.0.3", "last_updated": "2021-08-12T15:08:48Z", "name": "lovelace-lightning-detector-card", "new": false, "repository_manifest": {"name": "Lightning Detector Card", "render_readme": false, "filename": "lightning-detector-card.js"}, "selected_tag": null, "show_beta": false, "stars": 14, "topics": ["as3935", "hassio", "home-assistant", "home-assistant-custom", "homeassistant", "lovelace-card", "lovelace-custom-card"], "version_installed": null}, "231015759": {"authors": [], "category": "plugin", "description": "Xiaomi Smartmi Fan Lovelace card with CSS fan animation", "domain": "", "downloads": 0, "etag_repository": "W/\"33b294106745b56f2f54008a153aab7bf5ec5ba700151b4d6d08ddfc42a77025\"", "full_name": "ikaruswill/lovelace-fan-xiaomi", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5cb1b0a", "last_release_tag": "1.5.6", "last_updated": "2021-07-02T14:22:45Z", "name": "lovelace-fan-xiaomi", "new": false, "repository_manifest": {"name": "Xiaomi Smartmi Fan Card", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 42, "topics": ["custom-card", "hacs", "home-assistant", "lovelace", "xiaomi", "xiaomi-fan"], "version_installed": null}, "281214271": {"authors": [], "category": "plugin", "description": "A Raspberry Pi status display Card for Home Assistant Lovelace", "domain": "", "downloads": 12216, "etag_repository": "W/\"f3114cb7348fbe4fa4e48e0a7993b5e7721f9c2bb82db72dcb45b8ad8e20213d\"", "full_name": "ironsheep/lovelace-rpi-monitor-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "af733c0", "last_release_tag": "v1.2.5", "last_updated": "2021-12-03T01:43:41Z", "name": "lovelace-rpi-monitor-card", "new": false, "repository_manifest": {"name": "RPi Monitor Card", "render_readme": false, "filename": "rpi-monitor-card.js"}, "selected_tag": null, "show_beta": false, "stars": 76, "topics": ["hassio", "home-assistant", "home-assistant-custom", "homeassistant", "lovelace-card", "lovelace-custom-card", "raspberry-pi"], "version_installed": null, "last_fetched": 1643571259.242365}, "164887047": {"authors": [], "category": "plugin", "description": "A Lovelace custom card for custom component Krisinformation is Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"0de41a7104dc59fcc5940a7c5eface92b319f0eedd907b7927800a115485a484\"", "full_name": "isabellaalstrom/krisinfo-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "962f549", "last_release_tag": "v1.3.0", "last_updated": "2020-09-18T17:45:35Z", "name": "krisinfo-card", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 7, "topics": ["hacktoberfest"], "version_installed": null}, "195671060": {"authors": [], "category": "plugin", "description": "A card to track chores and tasks in Grocy.", "domain": null, "downloads": 0, "etag_repository": "W/\"3f57c10c2ec034146d622d7f96d61ae90be5734aa48aa29230da5bc344df940b\"", "full_name": "isabellaalstrom/lovelace-grocy-chores-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b80d58b", "last_release_tag": "v3.1.2", "last_updated": "2021-12-09T08:37:46Z", "name": "lovelace-grocy-chores-card", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 65, "topics": ["hacktoberfest"], "version_installed": null, "last_fetched": 1643545557.68274}, "237812136": {"authors": [], "category": "plugin", "description": "\u0418\u043a\u043e\u043d\u043a\u0438 \u042f\u043d\u0434\u0435\u043a\u0441 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432 \u0434\u043b\u044f Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"fb6640286619d7d6850e1f7265cc31224bfc603c93d2f4cbb0367df9eae6b787\"", "full_name": "iswitch/ha-yandex-icons", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "236a4ad", "last_release_tag": null, "last_updated": "2021-11-04T16:00:26Z", "name": "ha-yandex-icons", "new": false, "repository_manifest": {"name": "Yandex Icons", "filename": "yandex-icons.js", "render_readme": true, "country": ["RU"], "homeassistant": "0.110.0"}, "selected_tag": null, "show_beta": false, "stars": 40, "topics": ["home-assistant", "homeassistant", "icon-pack", "icons", "media-player", "yandex"], "version_installed": null, "last_fetched": 1642520512.412412}, "245159052": {"authors": [], "category": "plugin", "description": "\ud83d\udc24 Adds many useful extensions to lovelace, such as templating secondary info, stacking within a card and more!", "domain": "", "downloads": 0, "etag_repository": "W/\"5ace2c434583ff4101d6e298c3a63f5a32c36733dbe16304e6907a509c3b907f\"", "full_name": "jcwillox/lovelace-canary", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7bb346c", "last_release_tag": "0.3.4", "last_updated": "2021-06-04T10:43:19Z", "name": "lovelace-canary", "new": false, "repository_manifest": {"name": "Canary"}, "selected_tag": null, "show_beta": false, "stars": 28, "topics": ["canary-card", "extensions", "home-assistant", "lovelace"], "version_installed": null, "last_fetched": 1642274184.060109}, "244872232": {"authors": [], "category": "plugin", "description": "Adds highly configurable buttons that use actions and per-state styling.", "domain": null, "downloads": 0, "etag_repository": "W/\"a6e05034e88354c884b70fcd9494246d58afe9bc779e9062b923187e4f324761\"", "full_name": "jcwillox/lovelace-paper-buttons-row", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "89f168c", "last_release_tag": "1.0.0", "last_updated": "2022-01-21T02:33:13Z", "name": "lovelace-paper-buttons-row", "new": false, "repository_manifest": {"name": "Paper Buttons Row"}, "selected_tag": null, "show_beta": false, "stars": 117, "topics": ["actions", "buttons", "haptic", "home-assistant", "paper"], "version_installed": null, "last_fetched": 1643545557.871533}, "283578257": {"authors": [], "category": "plugin", "description": "A Lovelace Card for visualizing power distributions.", "domain": "", "downloads": 348, "etag_repository": "W/\"d7ccf59368393fecfb343f40a0c926846115b8884a76bdce932e9c8904f1229d\"", "full_name": "JonahKr/power-distribution-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f69a165", "last_release_tag": "v2.5.1", "last_updated": "2022-01-29T17:13:14Z", "name": "power-distribution-card", "new": false, "repository_manifest": {"name": "power-distribution-card", "render_readme": true, "content_in_root": false, "filename": "power-distribution-card.js"}, "selected_tag": null, "show_beta": false, "stars": 89, "topics": ["e3dc", "hacs", "homeassistant", "lovelace-card"], "version_installed": null, "last_fetched": 1643571259.579411}, "238802974": {"authors": [], "category": "plugin", "description": "HA Lovelace Card for iRobot Roomba Vacuum Cleaner leveraging the rest980 Docker Image", "domain": "", "downloads": 0, "etag_repository": "W/\"8ad53b0108ebab2d1bfa201586d5d25ea03b0f9c805686e0879f37dd3d31f810\"", "full_name": "jeremywillans/lovelace-roomba-vacuum-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "8a36879", "last_release_tag": "0.11", "last_updated": "2021-07-28T12:33:28Z", "name": "lovelace-roomba-vacuum-card", "new": false, "repository_manifest": {"name": "Roomba Vacuum Card", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 27, "topics": ["home-assistant", "home-assistant-frontend", "irobot", "irobot-roomba", "lovelace", "lovelace-custom-card", "lovelace-ui", "vacuum"], "version_installed": null, "last_fetched": 1643571259.440707}, "163446489": {"authors": [], "category": "plugin", "description": "Home Assistant Lovelace card card for the Entur public transport component.", "domain": "", "downloads": 0, "etag_repository": "W/\"e9eaad1b307854c4d9c99c5f72d71b3ed734d40a531099106a1c28cbc7cc5b70\"", "full_name": "jonkristian/entur-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "37b2a2e", "last_release_tag": null, "last_updated": "2022-01-27T09:42:11Z", "name": "entur-card", "new": false, "repository_manifest": {"name": "Entur Card", "render_readme": true, "filename": "entur-card.js"}, "selected_tag": null, "show_beta": false, "stars": 38, "topics": ["entur", "hacs", "home-assistant", "homeassistant", "lovelace", "transportation"], "version_installed": null, "last_fetched": 1643571259.759724}, "148520838": {"authors": [], "category": "plugin", "description": "Minimalistic media card for Home Assistant Lovelace UI", "domain": "", "downloads": 31036, "etag_repository": "W/\"1a9ae49309bb703956dee786c4e7d2349b7cd0be5af74a62bd58ce8885c39203\"", "full_name": "kalkih/mini-media-player", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e5ac7b5", "last_release_tag": "v1.15.0", "last_updated": "2022-01-19T15:20:59Z", "name": "mini-media-player", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 1033, "topics": ["automation", "custom", "hacktoberfest", "hassio", "home-assistant", "homeassistant", "lovelace", "lovelace-ui", "media-player", "sonos"], "version_installed": null, "last_fetched": 1643571259.724483}, "172998062": {"authors": [], "category": "plugin", "description": "Minimalistic weather card for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"a82b0f04aed413b730d2f50cd76d5153aeb305f3c57cf37959ebb3a9590eb77b\"", "full_name": "kalkih/simple-weather-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e9e34a8", "last_release_tag": "v0.8.2", "last_updated": "2021-05-01T09:46:48Z", "name": "simple-weather-card", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 174, "topics": ["home-assistant", "home-automation", "homeassistant", "lovelace", "weather"], "version_installed": null, "last_fetched": 1641895795.894226}, "292008305": {"authors": [], "category": "plugin", "description": "A Home Assistant card for Steam integrations", "domain": "", "downloads": 0, "etag_repository": "W/\"f07a34dad2fafa4b7c851b8360e879099349baaf0f70713c8a43064d93de7b1d\"", "full_name": "Kibibit/kb-steam-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e794375", "last_release_tag": "v1.1.1", "last_updated": "2021-01-10T17:01:30Z", "name": "kb-steam-card", "new": false, "repository_manifest": {"name": "Steam Card", "render_readme": true, "filename": "kb-steam-card.js"}, "selected_tag": null, "show_beta": false, "stars": 17, "topics": ["card", "hacs", "home-assistant", "steam"], "version_installed": null, "last_fetched": 1643545557.933353}, "276636213": {"authors": [], "category": "plugin", "description": "Cover card with homekit style vertical position slider (best with panel-mode but normal-mode works also)", "domain": "", "downloads": 4431, "etag_repository": "W/\"688a37de5f7e0a112ada3890962500013f86f6076a942a543d922baa334b72ff\"", "full_name": "konnectedvn/lovelace-vertical-slider-cover-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1b119b8", "last_release_tag": "v0.1.2", "last_updated": "2022-01-19T12:43:46Z", "name": "lovelace-vertical-slider-cover-card", "new": false, "repository_manifest": {"name": "Vertical Slider Cover Card", "render_readme": true, "filename": "vertical-slider-cover-card.js"}, "selected_tag": null, "show_beta": false, "stars": 31, "topics": ["card", "home-assistant", "lovelace"], "version_installed": null, "last_fetched": 1643571260.157959}, "290281267": {"authors": [], "category": "plugin", "description": "Make your Home Assistant browser fullscreen with one tap.", "domain": "", "downloads": 0, "etag_repository": "W/\"e7c061a5bc5f32d1918eb13bd773b7f16f30fcadd72674b26ac1b919a8a02809\"", "full_name": "KTibow/fullscreen-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f0b8016", "last_release_tag": "v0.7", "last_updated": "2021-12-30T17:18:35Z", "name": "fullscreen-card", "new": false, "repository_manifest": {"name": "Fullscreen Card", "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 19, "topics": ["card", "custom-card", "fullscreen", "hacktoberfest", "hacktoberfest2020", "hacs", "home-assistant", "homeassistant"], "version_installed": null, "last_fetched": 1641058185.651461}, "168570875": {"authors": [], "category": "plugin", "description": "fitbit-card for lovelace", "domain": "", "downloads": 0, "etag_repository": "W/\"a395e692cbf73cf10219b43ef9aca0aa0af7b0b18e3303876b33b39199aef483\"", "full_name": "ljmerza/fitbit-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9ead350", "last_release_tag": "1.1.1", "last_updated": "2020-07-10T20:55:32Z", "name": "fitbit-card", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 22, "topics": [], "version_installed": null, "last_fetched": 1642430776.097922}, "169783299": {"authors": [], "category": "plugin", "description": "Track your repo issues, starts, forks, and pull requests", "domain": "", "downloads": 0, "etag_repository": "W/\"e1a5335ca7eed3790109eb28e787d7d882ba160a9057b06d2fd0d444f42606df\"", "full_name": "ljmerza/github-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7e4c628", "last_release_tag": "1.4.1", "last_updated": "2020-01-13T23:55:00Z", "name": "github-card", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 10, "topics": [], "version_installed": null}, "197960232": {"authors": [], "category": "plugin", "description": "our groceries lovelace card", "domain": "", "downloads": 0, "etag_repository": "W/\"a4f2f56a30a14ae7413d956e7f8ed141ef515dfa955a2be21df046c3fdedf588\"", "full_name": "ljmerza/our-groceries-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "059b315", "last_release_tag": "1.6.1", "last_updated": "2021-04-28T00:16:13Z", "name": "our-groceries-card", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 24, "topics": [], "version_installed": null}, "168744428": {"authors": [], "category": "plugin", "description": "Control any light or switch entity", "domain": "", "downloads": 6049, "etag_repository": "W/\"7326e6fa5b597f8a02519bb5b7a3e258cbc34ffd2a99b252aa6e9ff83f340ec7\"", "full_name": "ljmerza/light-entity-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "74cb554", "last_release_tag": "4.6.0", "last_updated": "2022-01-03T18:06:11Z", "name": "light-entity-card", "new": false, "repository_manifest": {"name": "Light Entity Card", "render_readme": true, "filename": "dist/light-entity-card.js"}, "selected_tag": null, "show_beta": false, "stars": 145, "topics": [], "version_installed": null, "last_fetched": 1643571260.440564}, "175727366": {"authors": [], "category": "plugin", "description": "Reddit Card for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"4a72289a9c5d5b8630e1c5635d522b0cc2379a437d71db32801000d5455df47a\"", "full_name": "ljmerza/reddit-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "11b0e51", "last_release_tag": "1.0.0", "last_updated": "2020-01-13T23:59:31Z", "name": "reddit-card", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": [], "version_installed": null}, "183499944": {"authors": [], "category": "plugin", "description": "Show Tracking Numbers from the Email Sensor for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"cf000f148973e1d2f4b3deb244fb21e17c66211398fc819a0d8c1781e145f2a3\"", "full_name": "ljmerza/tracking-number-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9317872", "last_release_tag": "1.3.0", "last_updated": "2021-01-11T23:15:17Z", "name": "tracking-number-card", "new": false, "repository_manifest": {"name": "Tracking Number Card", "render_readme": true, "filename": "dist/tracking-number-card.js"}, "selected_tag": null, "show_beta": false, "stars": 15, "topics": [], "version_installed": null}, "236945951": {"authors": [], "category": "plugin", "description": "Graph of Buienradars rain forecast ", "domain": "", "downloads": 2551, "etag_repository": "W/\"a94afd4327cadbc0cdb7d9f160b4e9fa0c770ec2f462f0e41906ba20e3db9d79\"", "full_name": "lukevink/lovelace-buien-rain-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b806ecb", "last_release_tag": "0.0.4", "last_updated": "2020-05-01T14:26:54Z", "name": "lovelace-buien-rain-card", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 36, "topics": ["buienradar", "chartjs", "custom-card", "forecast", "graph", "home-assistant"], "version_installed": null, "last_fetched": 1643571260.643651}, "180464361": {"authors": [], "category": "plugin", "description": "show travel times for you travel time sensors", "domain": "", "downloads": 0, "etag_repository": "W/\"974e9ca79a720d0886c47fd0d915d72da8895a9d5ef0b4ef8eb1a3cd3311312f\"", "full_name": "ljmerza/travel-time-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "ef15306", "last_release_tag": "1.1.3", "last_updated": "2021-09-01T20:00:20Z", "name": "travel-time-card", "new": false, "repository_manifest": {"name": "Travel Time Card", "render_readme": true, "filename": "dist/travel-time-card.js"}, "selected_tag": null, "show_beta": false, "stars": 19, "topics": [], "version_installed": null}, "257005990": {"authors": [], "category": "plugin", "description": "Remote Control for LG TV WebOS", "domain": null, "downloads": 0, "etag_repository": "W/\"98bfa558f804c4e52be4db2c8795735968030f68886d5a11015acc70f001087c\"", "full_name": "madmicio/LG-WebOS-Remote-Control", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a2b8ff5", "last_release_tag": null, "last_updated": "2021-12-17T22:12:19Z", "name": "LG-WebOS-Remote-Control", "new": false, "repository_manifest": {"name": "LG WebOS Remote Control", "content_in_root": true, "filename": "lg-remote-control.js", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 185, "topics": [], "version_installed": null, "last_fetched": 1643545557.813469}, "257123327": {"authors": [], "category": "plugin", "description": "channel pad for LG TV Remote control", "domain": "", "downloads": 0, "etag_repository": "W/\"7d6ade350acc381af265f158c008e262406991dc016130790c34a35a897c0152\"", "full_name": "madmicio/channel-pad", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "abdbcc9", "last_release_tag": null, "last_updated": "2020-05-28T19:17:53Z", "name": "channel-pad", "new": false, "repository_manifest": {"name": "LG WebOS channel pad", "content_in_root": false, "filename": "card-channel-pad.js", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 10, "topics": ["channel-pad", "lg", "tv-remote"], "version_installed": null, "last_fetched": 1643545557.850343}, "187501032": {"authors": [], "category": "plugin", "description": "\ud83d\udcfa FireTV Remote Card", "domain": "", "downloads": 0, "etag_repository": "W/\"f4dac76ac45a9221d34d5a8ecb06c0fd360d59936be02f644cb28157f65ad0d6\"", "full_name": "marrobHD/firetv-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5c36a3a", "last_release_tag": "v0.2.1", "last_updated": "2021-12-12T13:49:55Z", "name": "firetv-card", "new": false, "repository_manifest": {"name": "FireTV Remote Card", "content_in_root": true}, "selected_tag": null, "show_beta": false, "stars": 18, "topics": ["custom-cards", "firetv-card", "hassio", "home-assistant", "home-assistant-custom", "home-assistant-frontend", "lovelace", "lovelace-card", "lovelace-firetv", "lovelace-ui"], "version_installed": null, "last_fetched": 1642430781.858178}, "188572845": {"authors": [], "category": "plugin", "description": "\ud83d\udd0a Rotel Remote Card", "domain": "", "downloads": 0, "etag_repository": "W/\"382510f7caa864b7d4f457c89ff0f09b7dcadd2732269cca656d9054adc4ece5\"", "full_name": "marrobHD/rotel-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5645333", "last_release_tag": "v.0.2.1", "last_updated": "2022-01-08T15:15:06Z", "name": "rotel-card", "new": false, "repository_manifest": {"name": "Rotel Remote Card", "content_in_root": true}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["custom-cards", "hassio", "home-assistant", "home-assistant-custom", "home-assistant-frontend", "home-assistant-rotel-card", "lovelace", "lovelace-card", "lovelace-ui"], "version_installed": null, "last_fetched": 1642851302.96475}, "187339794": {"authors": [], "category": "plugin", "description": "\ud83d\udcfa TV Remote Card", "domain": "", "downloads": 0, "etag_repository": "W/\"a1573975555a3f3b186d77085c67404c4480fd69ad74890f72fce2bcaec4ba8b\"", "full_name": "marrobHD/tv-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d570124", "last_release_tag": "v0.2.0", "last_updated": "2021-12-12T15:32:18Z", "name": "tv-card", "new": false, "repository_manifest": {"name": "TV Remote Card", "content_in_root": true}, "selected_tag": null, "show_beta": false, "stars": 81, "topics": ["custom-cards", "hassio", "home-assistant", "home-assistant-custom", "home-assistant-frontend", "homeassistant-tv-card", "lovelace", "lovelace-card", "lovelace-ui", "tv-card"], "version_installed": null, "last_fetched": 1642851303.174847}, "275672933": {"authors": [], "category": "plugin", "description": "Select List Card displays an input_select entity as a list in lovelace", "domain": "", "downloads": 4733, "etag_repository": "W/\"813e874a21b973fa39d4ba3f19c64de33410d2b315ea9ddebc7b40cf1f5ac74b\"", "full_name": "mattieha/select-list-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9446704", "last_release_tag": "v1.2.0", "last_updated": "2022-01-15T06:44:30Z", "name": "select-list-card", "new": false, "repository_manifest": {"name": "Select list Card", "render_readme": true, "domains": ["input_select"], "filename": "select-list-card.js"}, "selected_tag": null, "show_beta": false, "stars": 40, "topics": ["homeassistant", "lovelace", "lovelace-custom-card"], "version_installed": null, "last_fetched": 1643571260.999506}, "256292682": {"authors": [], "category": "plugin", "description": "Battery state card for Home Assistant", "domain": null, "downloads": 0, "etag_repository": "W/\"1e1e15ba0be388e6e3c4e8077021c8c70600041c48d222ded6c97e44fcf5b484\"", "full_name": "maxwroc/battery-state-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b6e141f", "last_release_tag": "v2.1.1", "last_updated": "2022-01-29T22:05:33Z", "name": "battery-state-card", "new": false, "repository_manifest": {"name": "Battery State Card / Entity Row", "content_in_root": false, "filename": "battery-state-card.js", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 366, "topics": ["battery", "hassio", "home-assistant", "lovelace-custom-card", "sensor"], "version_installed": null, "last_fetched": 1643545558.088353}, "183995552": {"authors": [], "category": "plugin", "description": "\u2194\ufe0f Swipe through Lovelace views on mobile.", "domain": "", "downloads": 13589, "etag_repository": "W/\"e3f6f9cdc437921b0dfe34cf20cb2ac532eb9503fb24a00abdeb5297838fa990\"", "full_name": "maykar/lovelace-swipe-navigation", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "168e0e3", "last_release_tag": "1.3.6", "last_updated": "2021-09-28T16:11:56Z", "name": "lovelace-swipe-navigation", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 174, "topics": [], "version_installed": null, "last_fetched": 1643571260.956566}, "302895020": {"authors": [], "category": "plugin", "description": "Github stats card for Home Assistant", "domain": "", "downloads": 745, "etag_repository": "W/\"9ae74e7b5ec143b6b1004fcc660acf626eb2aa78caa63692104324f2dae6713e\"", "full_name": "maxwroc/github-flexi-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "110771b", "last_release_tag": "v1.0.0", "last_updated": "2021-06-02T21:00:27Z", "name": "github-flexi-card", "new": false, "repository_manifest": {"name": "Github Flexi Card / Entity Row", "content_in_root": false, "filename": "github-flexi-card.js", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 17, "topics": ["card", "flexi", "github", "github-flexi-card", "home-assistant"], "version_installed": null, "last_fetched": 1643571260.995978}, "204049047": {"authors": [], "category": "plugin", "description": "A Home-Assistant Lovelace card which displays information from the openmensa-sensor.", "domain": "", "downloads": 0, "etag_repository": "W/\"2b39f540a53a8a1f5e9e0a4d3a9832079a2fea98c8d3475cf72719639d2f965c\"", "full_name": "Mofeywalker/openmensa-lovelace-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "924327a", "last_release_tag": null, "last_updated": "2019-08-23T19:16:54Z", "name": "openmensa-lovelace-card", "new": false, "repository_manifest": {"name": "OpenMensa Lovelace Card", "content_in_root": true}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": [], "version_installed": null}, "158654878": {"authors": [], "category": "plugin", "description": "A different take on the thermostat card for Home Assistant \u2668\ufe0f", "domain": null, "downloads": 0, "etag_repository": "W/\"205ff653a803325fa560d14f11d0bf30ed42bea2dbdff42b365a7ed3c150f540\"", "full_name": "nervetattoo/simple-thermostat", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "8acf593", "last_release_tag": "v2.4.3", "last_updated": "2022-01-22T03:18:40Z", "name": "simple-thermostat", "new": false, "repository_manifest": {"name": "Simple Thermostat", "homeassistant": "0.84.0", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 491, "topics": ["hassio", "home-assistant", "home-assistant-custom", "lovelace", "lovelace-ui", "polymer-3"], "version_installed": null, "last_fetched": 1643545558.123608}, "286270157": {"authors": [], "category": "plugin", "description": "HA Lovelace card for control of scheduler entities", "domain": "", "downloads": 1624, "etag_repository": "W/\"b8c04130f6a0525b3a34c296f109c967c9c998f7212a60a751f65e578b14a0ff\"", "full_name": "nielsfaber/scheduler-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f1fb979", "last_release_tag": "v2.3.2", "last_updated": "2022-01-30T11:21:22Z", "name": "scheduler-card", "new": false, "repository_manifest": {"name": "Scheduler Card", "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 348, "topics": ["assistant", "automation", "card", "custom-card", "home", "home-assistant", "homeassistant", "lovelace", "schedule", "scheduler", "sunrise", "sunset", "week", "weekly"], "version_installed": null, "last_fetched": 1643571261.561179}, "238414582": {"authors": [], "category": "plugin", "description": "Custom Lovelace card for Warsaw public transport", "domain": "", "downloads": 0, "etag_repository": "W/\"12196cc892fbee362e1c3d34eebf2f745208e252986515c88ddf9ec306d9b85c\"", "full_name": "peetereczek/ztm-stop-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5dea9aa", "last_release_tag": null, "last_updated": "2020-12-20T14:51:31Z", "name": "ztm-stop-card", "new": false, "repository_manifest": {"name": "Custom Card for Warsaw ZTM Information", "country": ["PL"], "homeassistant": "0.100.0"}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": [], "version_installed": null}, "236127727": {"authors": [], "category": "plugin", "description": "A custom card which exposes Camect video streams via the Home Assistant Lovelace interface. To use this card, you MUST have already installed the Camect HACS integration.", "domain": "", "downloads": 0, "etag_repository": "W/\"f3b504af9277dd8492635fb97503dae9294e20b9cd5a8b61de1d3e0af9c29ef4\"", "full_name": "pfunkmallone/HACS-camect-custom_card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "321c001", "last_release_tag": "2020051001", "last_updated": "2020-05-15T18:42:57Z", "name": "HACS-camect-custom_card", "new": false, "repository_manifest": {"name": "Camect Camera Card", "filename": "HACS-camect-custom_card.js"}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": ["camect", "custom-card", "hacs", "home-assistant"], "version_installed": null}, "205261230": {"authors": [], "category": "plugin", "description": "This card displays provided Jinja2 template as an HTML content of a card. It uses exactly the same engine as Home Assistant in Developer tools.", "domain": "", "downloads": 0, "etag_repository": "W/\"c96aa62d921e54c7486a46679d4bd235da9aa11350042ed103d0118fc5f640f8\"", "full_name": "PiotrMachowski/Home-Assistant-Lovelace-HTML-Jinja2-Template-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3cbbd43", "last_release_tag": "v1.0.2", "last_updated": "2021-01-29T11:46:53Z", "name": "Home-Assistant-Lovelace-HTML-Jinja2-Template-card", "new": false, "repository_manifest": {"name": "HTML Jinja2 Template card", "filename": "html-template-card.js"}, "selected_tag": null, "show_beta": false, "stars": 25, "topics": ["home-assistant", "jinja2", "lovelace-card", "template"], "version_installed": null, "last_fetched": 1643571261.854921}, "218178802": {"authors": [], "category": "plugin", "description": "This card can show and hide a specific card on current device while not affecting other windows. It does not require any integration to run.", "domain": "", "downloads": 0, "etag_repository": "W/\"3f0db1f71b554bda23590885c9dab23c0b038611ff88c1914b8b23c94dcdd6b5\"", "full_name": "PiotrMachowski/Home-Assistant-Lovelace-Local-Conditional-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b3de1be", "last_release_tag": "v1.1.1", "last_updated": "2021-08-26T12:20:18Z", "name": "Home-Assistant-Lovelace-Local-Conditional-card", "new": false, "repository_manifest": {"name": "Local Conditional card", "filename": "local-conditional-card.js"}, "selected_tag": null, "show_beta": false, "stars": 27, "topics": ["home-assistant", "lovelace-card"], "version_installed": null}, "199546187": {"authors": [], "category": "plugin", "description": "This is a companion card for Google Keep sensor. It displays notes downloaded by integration in a friendly way, similar to Google Keep app.", "domain": "", "downloads": 0, "etag_repository": "W/\"f263cc2e4f95de63e1d31ae1cbe6027d5e7c30789e4ba5424ce57df0a9ee14d7\"", "full_name": "PiotrMachowski/lovelace-google-keep-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f944c93", "last_release_tag": "v1.2.0", "last_updated": "2021-10-27T01:22:05Z", "name": "lovelace-google-keep-card", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 32, "topics": ["home-assistant", "lovelace-card"], "version_installed": null, "last_fetched": 1643571261.912205}, "193372044": {"authors": [], "category": "plugin", "description": "This card provides a user-friendly way to fully control Xiaomi (Roborock/Viomi/Dreame/Roidmi) and Neato (+ possibly other) vacuums in Home Assistant.", "domain": null, "downloads": 5720, "etag_repository": "W/\"7af1526885ba173648aa1704e7f2d8559b991a0dc2a37a98a7696a6026107ca1\"", "full_name": "PiotrMachowski/lovelace-xiaomi-vacuum-map-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "13d63b9", "last_release_tag": "v2.0.10", "last_updated": "2022-01-29T14:35:46Z", "name": "lovelace-xiaomi-vacuum-map-card", "new": false, "repository_manifest": {"name": "Xiaomi Vacuum Map Card", "render_readme": true, "filename": "xiaomi-vacuum-map-card.js"}, "selected_tag": null, "show_beta": false, "stars": 748, "topics": ["home-assistant", "home-automation", "homeassistant", "lovelace-card", "neato", "roborock", "vacuum", "xiaomi", "xiaomi-vacuum"], "version_installed": null, "last_fetched": 1643571262.303559}, "193408399": {"authors": [], "category": "plugin", "description": "This card displays provided data as an HTML content of a card.", "domain": "", "downloads": 0, "etag_repository": "W/\"89df29adda2067a4ad3b948b9f838db9f3614095953e53a5015a4d4262292fe8\"", "full_name": "PiotrMachowski/lovelace-html-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2bc79ab", "last_release_tag": "v1.0.0", "last_updated": "2021-01-29T11:47:28Z", "name": "lovelace-html-card", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 21, "topics": ["home-assistant", "lovelace-card"], "version_installed": null, "last_fetched": 1642430789.514634}, "197759180": {"authors": [], "category": "plugin", "description": "Quickly search for entities from a Lovelace card.", "domain": "", "downloads": 0, "etag_repository": "W/\"62349a84adcd8f31639f69ec621e1cd55a6bd3bbf35b5f2000c1d3d25d57916b\"", "full_name": "postlund/search-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "096c038", "last_release_tag": null, "last_updated": "2021-07-26T16:14:39Z", "name": "search-card", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 78, "topics": [], "version_installed": null, "last_fetched": 1641217426.22358}, "186765704": {"authors": [], "category": "plugin", "description": "A fluffy banner card for Home Assistant \ud83e\udd70", "domain": "", "downloads": 0, "etag_repository": "W/\"0d14c974a8f03292d773f3303d09fb26d41a5ad6a3b81910df52c347c4346ab6\"", "full_name": "nervetattoo/banner-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c2df3d1", "last_release_tag": "0.13.0", "last_updated": "2021-11-12T16:37:35Z", "name": "banner-card", "new": false, "repository_manifest": {"homeassistant": "0.100.0", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 431, "topics": ["custom-cards", "hassio", "home-assistant", "home-assistant-custom", "home-assistant-frontend", "lovelace", "lovelace-ui"], "version_installed": null, "last_fetched": 1642851313.401472}, "142051833": {"authors": [], "category": "plugin", "description": "\ud83d\udcd0 Home Assistant Card: Similar to vertical/horizontal-stack, but removes card borders", "domain": "", "downloads": 0, "etag_repository": "W/\"0e4b6e2387d25a611eceb38e661e8692fefff59881e8b19dbde7836e7472bca2\"", "full_name": "ofekashery/vertical-stack-in-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "02177cc", "last_release_tag": "v0.4.2", "last_updated": "2021-10-26T18:21:41Z", "name": "vertical-stack-in-card", "new": false, "repository_manifest": {"name": "Vertical Stack In Card", "render_readme": true, "filename": "vertical-stack-in-card.js"}, "selected_tag": null, "show_beta": false, "stars": 619, "topics": ["hacktoberfest", "homeassistant", "lovelace", "lovelace-ui"], "version_installed": null, "last_fetched": 1643571261.595906}, "260940136": {"authors": [], "category": "plugin", "description": "Weather condition card (Lovelace) for Home Assistant.", "domain": "", "downloads": 0, "etag_repository": "W/\"2c1f9e658634acab6deea77581741e74f72b11fa7509f7fc2af6c9c3ef713dc7\"", "full_name": "r-renato/ha-card-weather-conditions", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9bb2992", "last_release_tag": "1.9.12", "last_updated": "2021-01-29T18:11:03Z", "name": "ha-card-weather-conditions", "new": false, "repository_manifest": {"name": "HA (Lovelace) Card Weather Conditions", "domains": ["weather"], "render_readme": false, "filename": "ha-card-weather-conditions.js"}, "selected_tag": null, "show_beta": false, "stars": 85, "topics": ["card", "home-assistant", "home-assistant-hacs", "lovelace", "weather-conditions"], "version_installed": null, "last_fetched": 1643571262.520612}, "215037975": {"authors": [], "category": "plugin", "description": "Home Assistant Lovelace card for Waze Travel Time Sensor", "domain": "", "downloads": 0, "etag_repository": "W/\"18781f8d06f86860636eb0a328b0b2f4624425779d9c33f98f56fdf02874832a\"", "full_name": "r-renato/ha-card-waze-travel-time", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "038f2a8", "last_release_tag": null, "last_updated": "2020-05-15T12:43:51Z", "name": "ha-card-waze-travel-time", "new": false, "repository_manifest": {"name": "HA (Lovelace) Card Waze Travel Time", "domains": ["plugin"]}, "selected_tag": null, "show_beta": false, "stars": 29, "topics": ["hacs", "home-assistant", "home-assistant-hacs", "lovelace-card"], "version_installed": null}, "289188530": {"authors": [], "category": "plugin", "description": "Home assistant power card mimicking the one tesla provides for the powerwall app.", "domain": "", "downloads": 0, "etag_repository": "W/\"2cd67a148cf6dbe32c7a8d6236db2532f5f7f7c733c92e5ff1ec40c131256da8\"", "full_name": "reptilex/tesla-style-solar-power-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b46b1fb", "last_release_tag": "1.2.4", "last_updated": "2021-12-03T08:23:41Z", "name": "tesla-style-solar-power-card", "new": false, "repository_manifest": {"name": "Tesla style solar power card", "content_in_root": true, "filename": "tesla-style-solar-power-card.js", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 97, "topics": ["battery", "card", "eletric-car", "homeassistant", "lovelace", "power", "solar-energy"], "version_installed": null, "last_fetched": 1643571262.676279}, "197715418": {"authors": [], "category": "plugin", "description": "A Home Assistant Lovelace card to report MiFlora plant sensors based on the HA Plant Card.", "domain": "", "downloads": 0, "etag_repository": "W/\"53c04921abac38eab330e6bae7b1f18bcca046dd18917aec4dc8c414eaaf8848\"", "full_name": "RodBr/miflora-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "889ee81", "last_release_tag": "0.1.0", "last_updated": "2020-06-06T04:43:54Z", "name": "miflora-card", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 16, "topics": [], "version_installed": null, "last_fetched": 1641058203.086864}, "216008446": {"authors": [], "category": "plugin", "description": "Logbook card for Home Assistant UI Lovelace", "domain": "", "downloads": 0, "etag_repository": "W/\"44f71b0ca397705e85ccde6bc6a9da0cf89c8a8b38b892e1f0109b72f369fb32\"", "full_name": "royto/logbook-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "982a37a", "last_release_tag": "1.4.1", "last_updated": "2021-09-08T20:09:56Z", "name": "logbook-card", "new": false, "repository_manifest": {"name": "Logbook Card", "filename": "logbook-card.js"}, "selected_tag": null, "show_beta": false, "stars": 70, "topics": ["custom-card", "hacs", "home-assistant", "lovelace"], "version_installed": null, "last_fetched": 1642430794.018492}, "279157206": {"authors": [], "category": "plugin", "description": "Water Heater card for Home Assistant's Lovelace UI", "domain": "", "downloads": 0, "etag_repository": "W/\"ddee77d3622bb42c14be8de76e8b63c47273403c958081ed79fbf5c7786124a7\"", "full_name": "rsnodgrass/water-heater-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "56e1c3f", "last_release_tag": "0.0.2", "last_updated": "2021-05-10T22:20:50Z", "name": "water-heater-card", "new": false, "repository_manifest": {"name": "Water Heater Card", "render_readme": true, "content_in_root": false, "homeassistant": "0.81.0", "filename": "water-heater-card.js"}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["hacs", "home-assistant", "lovelace"], "version_installed": null}, "241706284": {"authors": [], "category": "plugin", "description": "Custom, \"neumorphism\" Lovelace card", "domain": "", "downloads": 0, "etag_repository": "W/\"e9b184e703432d474a12ccebca8f890a755af96e246f3f45bc18839ad200b784\"", "full_name": "Savjee/button-text-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "426229c", "last_release_tag": null, "last_updated": "2020-12-17T08:00:02Z", "name": "button-text-card", "new": false, "repository_manifest": {"name": "Button Text Card", "render_readme": true, "filename": "button-text-card.js"}, "selected_tag": null, "show_beta": false, "stars": 77, "topics": ["home-assistant", "lovelace-card", "templating", "typescript"], "version_installed": null, "last_fetched": 1642430795.670665}, "237532750": {"authors": [], "category": "plugin", "description": "A Home Assistant Lovelace Care for Harmony Integration", "domain": null, "downloads": 0, "etag_repository": "W/\"4e82aadd38855d40844cd6414bc714770f884c444efa1799df2f8eb181fd3617\"", "full_name": "sbryfcz/harmony-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "dc46d1e", "last_release_tag": "v0.14.1", "last_updated": "2021-11-10T15:51:07Z", "name": "harmony-card", "new": false, "repository_manifest": {"name": "Harmony Card", "render_readme": true, "filename": "harmony-card.js"}, "selected_tag": null, "show_beta": false, "stars": 76, "topics": [], "version_installed": null, "last_fetched": 1643545558.111391}, "259126760": {"authors": [], "category": "plugin", "description": "Honeycomb menu is a Home Assistant module (not a card) that can be applied to any lovelace card. When activated by the defined action on said card, the module will display a 'rounded' list of honeycomb buttons with an optional XY pad to make interfacing with lovelace more fluent", "domain": "", "downloads": 1105, "etag_repository": "W/\"0e850ea4f363f6debc10bacb1a813ad646451094f8fe9fd698e820e3df7b22a3\"", "full_name": "Sian-Lee-SA/honeycomb-menu", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "352cd65", "last_release_tag": "0.10.0", "last_updated": "2021-08-22T01:15:31Z", "name": "honeycomb-menu", "new": false, "repository_manifest": {"name": "Honeycomb Menu", "render_readme": true, "filename": "honeycomb-menu.js"}, "selected_tag": null, "show_beta": false, "stars": 88, "topics": ["home-assistant", "home-assistant-frontend", "lovelace-module", "lovelace-ui", "menu", "module"], "version_installed": null, "last_fetched": 1643571262.752661}, "202874270": {"authors": [], "category": "plugin", "description": "Sets the background of your Home Assistant to match the entity picture of a media player", "domain": "", "downloads": 0, "etag_repository": "W/\"c75bab0525250257ca55eedae7e9855554daffac385af21f3c936b5d315b03aa\"", "full_name": "TheLastProject/lovelace-media-art-background", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d5137b0", "last_release_tag": null, "last_updated": "2021-04-14T16:38:05Z", "name": "lovelace-media-art-background", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 16, "topics": [], "version_installed": null}, "284283867": {"authors": [], "category": "plugin", "description": "A custom card for Home Assistant that will display images and/or videos from a folder in the style of a gallery. ", "domain": "", "downloads": 0, "etag_repository": "W/\"ab9cac5536a47d2f2ee2d7fee25b8b0a1c803074f24184d5ceaf2d1a801d48a0\"", "full_name": "TarheelGrad1998/gallery-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5fc152d", "last_release_tag": "3.3.1", "last_updated": "2022-01-20T20:51:25Z", "name": "gallery-card", "new": false, "repository_manifest": {"name": "Gallery Card", "filename": "gallery-card.js", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 42, "topics": ["gallery", "gallery-card", "home-assistant", "images", "videos"], "version_installed": null, "last_fetched": 1643571263.182555}, "191580766": {"authors": [], "category": "plugin", "description": "Turn on lights based on light_profiles.csv", "domain": "", "downloads": 0, "etag_repository": "W/\"34bdb30fc8138e3c0ffb9eafde7bc8070745fce291c77558b7349a0cb60eff23\"", "full_name": "tcarlsen/lovelace-light-with-profiles", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "0110446", "last_release_tag": "2.3.0", "last_updated": "2020-04-02T14:22:23Z", "name": "lovelace-light-with-profiles", "new": false, "repository_manifest": {"name": "Light with profiles", "content_in_root": true, "filename": "light-with-profiles.js", "homeassistant": "0.100.0"}, "selected_tag": null, "show_beta": false, "stars": 52, "topics": ["custom-card", "home-assistant", "home-assistant-frontend", "light", "light-profiles", "lovelace", "lovelace-card", "profiles"], "version_installed": null}, "236317072": {"authors": [], "category": "plugin", "description": "Generalized Lovelace pie chart card", "domain": "", "downloads": 0, "etag_repository": "W/\"303f0eaf801a9bcd58bf6d1a9a4b50bd12eae07a90350674974d4af7f7fbe158\"", "full_name": "sdelliot/pie-chart-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "03a951f", "last_release_tag": null, "last_updated": "2020-03-07T21:19:19Z", "name": "pie-chart-card", "new": false, "repository_manifest": {"name": "Pie Chart Card", "content_in_root": true, "filename": "pie-chart-card.js", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 10, "topics": [], "version_installed": null}, "203036108": {"authors": [], "category": "plugin", "description": "Draws the map available from a Xiaomi Vacuum cleaner flashed with Valetudo in a Home Assistant Lovelace card", "domain": null, "downloads": 0, "etag_repository": "W/\"77fe80d06332a16f9f368ae62bc03a0d6a9fe27c2135acffc9d5ce677a34a677\"", "full_name": "TheLastProject/lovelace-valetudo-map-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f9134ee", "last_release_tag": "v2022.01.2", "last_updated": "2022-01-09T20:54:21Z", "name": "lovelace-valetudo-map-card", "new": false, "repository_manifest": {"name": "Valetudo Map Card", "content_in_root": true, "filename": "valetudo-map-card.js", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 126, "topics": ["hacktoberfest", "hacs", "home-assistant", "homeassistant", "lovelace", "valetudo"], "version_installed": null, "last_fetched": 1643545558.630588}, "167744584": {"authors": [], "category": "plugin", "description": "\ud83d\udd39Automatically populate the entities-list of lovelace cards", "domain": "", "downloads": 0, "etag_repository": "W/\"f902f81424192bb42b97964dacaef9f0bd33f83e0f4def7bed1fc0508243895f\"", "full_name": "thomasloven/lovelace-auto-entities", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9961ee0", "last_release_tag": "1.9.1", "last_updated": "2022-01-12T10:51:33Z", "name": "lovelace-auto-entities", "new": false, "repository_manifest": {"name": "auto-entities", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 546, "topics": [], "version_installed": null, "last_fetched": 1643571263.55225}, "281453608": {"authors": [], "category": "plugin", "description": "\ud83d\udd39 Place badges anywhere in the lovelace layout", "domain": "", "downloads": 0, "etag_repository": "W/\"5fd9599214caf624b24c005ceeac4caae9f2b94573c7b3ba751f1f5e70cc2839\"", "full_name": "thomasloven/lovelace-badge-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5bf6f72", "last_release_tag": null, "last_updated": "2021-06-29T13:39:38Z", "name": "lovelace-badge-card", "new": false, "repository_manifest": {"name": "badge-card", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 32, "topics": ["home-assistant"], "version_installed": null, "last_fetched": 1642851322.34714}, "190927524": {"authors": [], "category": "plugin", "description": "\ud83d\udd39 Add CSS styles to (almost) any lovelace card", "domain": "", "downloads": 0, "etag_repository": "W/\"57cad0803323e0ea6ab94f9039238fc31d2fe091f5cfea70cc10403c5d222176\"", "full_name": "thomasloven/lovelace-card-mod", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "94d4fbc", "last_release_tag": "3.1.1", "last_updated": "2022-01-04T05:55:18Z", "name": "lovelace-card-mod", "new": false, "repository_manifest": {"name": "card-mod", "homeassistant": "0.98.0"}, "selected_tag": null, "show_beta": false, "stars": 420, "topics": [], "version_installed": null, "last_fetched": 1643571263.567337}, "161403328": {"authors": [], "category": "plugin", "description": "\ud83d\udd39A collection of tools for other lovelace plugins to use", "domain": null, "downloads": 0, "etag_repository": "W/\"74a9fa156d39c6a27bd87d5012426635017c04d5cbf828437aeb787f4be38cd8\"", "full_name": "thomasloven/lovelace-card-tools", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "477f3d4", "last_release_tag": "11", "last_updated": "2021-04-30T12:06:43Z", "name": "lovelace-card-tools", "new": false, "repository_manifest": {"name": "card-tools", "homeassistant": "0.100.0"}, "selected_tag": null, "show_beta": false, "stars": 177, "topics": [], "version_installed": null, "last_fetched": 1643545558.742725}, "150781994": {"authors": [], "category": "plugin", "description": "\ud83d\udd39 A foldable row for entities card, containing other rows", "domain": "", "downloads": 0, "etag_repository": "W/\"ab22351aacbc97f07f54b4eedb00cd7557d3d72286921713c21ebee5a5afa562\"", "full_name": "thomasloven/lovelace-fold-entity-row", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "609ad3b", "last_release_tag": "2.0.15", "last_updated": "2022-01-30T01:11:15Z", "name": "lovelace-fold-entity-row", "new": false, "repository_manifest": {"name": "fold-entity-row", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 338, "topics": [], "version_installed": null, "last_fetched": 1643571263.659623}, "249942054": {"authors": [], "category": "plugin", "description": "\ud83d\udd39 Use built-in elements in the wrong place", "domain": "", "downloads": 0, "etag_repository": "W/\"24fdc8521b47aef467219017928a37246e26f44d5849fb6a4a8e3456384f1203\"", "full_name": "thomasloven/lovelace-hui-element", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "77c482c", "last_release_tag": null, "last_updated": "2021-11-19T10:30:35Z", "name": "lovelace-hui-element", "new": false, "repository_manifest": {"name": "hui-element", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 50, "topics": [], "version_installed": null, "last_fetched": 1643571263.65028}, "156434866": {"authors": [], "category": "plugin", "description": "\ud83d\udd39 Get more control over the placement of lovelace cards.", "domain": "", "downloads": 0, "etag_repository": "W/\"2139e03d6914f24f7f9bb9ed230e59e7ec3fc8c09c4b28e4392d25394de4d8fc\"", "full_name": "thomasloven/lovelace-layout-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "866284a", "last_release_tag": "2.3.1", "last_updated": "2022-01-25T08:40:13Z", "name": "lovelace-layout-card", "new": false, "repository_manifest": {"name": "layout-card", "render_readme": true, "homeassistant": "2021.8.0"}, "selected_tag": null, "show_beta": false, "stars": 472, "topics": [], "version_installed": null, "last_fetched": 1643571263.796891}, "231674882": {"authors": [], "category": "plugin", "description": "\ud83d\udd39 Display whatever you want in an entities card row.", "domain": "", "downloads": 0, "etag_repository": "W/\"eca33899fa237167a9a3f3d785072bc0777ef55796eca453b15ca561b065df89\"", "full_name": "thomasloven/lovelace-template-entity-row", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3c7d493", "last_release_tag": "1.3.0", "last_updated": "2021-06-26T18:46:48Z", "name": "lovelace-template-entity-row", "new": false, "repository_manifest": {"name": "template-entity-row", "render_readme": true, "homeassistant": "0.107.0b1"}, "selected_tag": null, "show_beta": false, "stars": 90, "topics": [], "version_installed": null, "last_fetched": 1643571263.923695}, "158756598": {"authors": [], "category": "plugin", "description": "\ud83d\udd39Dynamically replace lovelace cards depending on occasion", "domain": "", "downloads": 0, "etag_repository": "W/\"940e45aa79ec79a9143495f1595361cc97935665e9b54c540ca6df3be51b96bc\"", "full_name": "thomasloven/lovelace-state-switch", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "8a7c611", "last_release_tag": "1.9.1", "last_updated": "2022-01-04T12:58:23Z", "name": "lovelace-state-switch", "new": false, "repository_manifest": {"name": "state-switch", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 197, "topics": [], "version_installed": null, "last_fetched": 1643571263.840804}, "144899700": {"authors": [], "category": "plugin", "description": "\ud83d\udd39 Add sliders to entity cards", "domain": null, "downloads": 0, "etag_repository": "W/\"0766c21922ed3e096fb7ae5b6a4314b8bcaf43e7a74b3ba999365a3bc4ccd2fe\"", "full_name": "thomasloven/lovelace-slider-entity-row", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3587bef", "last_release_tag": "17.2.1", "last_updated": "2021-11-04T16:04:59Z", "name": "lovelace-slider-entity-row", "new": false, "repository_manifest": {"name": "slider-entity-row", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 580, "topics": [], "version_installed": null, "last_fetched": 1643571263.859636}, "180528950": {"authors": [], "category": "plugin", "description": "\ud83d\udd39 Display the more-info dialog of any entity as a lovelace card", "domain": "", "downloads": 0, "etag_repository": "W/\"b1c0b7586b043df589cf7a23de895c6af78b1f074854107379a1798d7aeda658\"", "full_name": "thomasloven/lovelace-more-info-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c0a9c94", "last_release_tag": null, "last_updated": "2021-06-29T21:53:45Z", "name": "lovelace-more-info-card", "new": false, "repository_manifest": {"name": "more-info-card", "render_readme": true, "homeassistant": "0.113"}, "selected_tag": null, "show_beta": false, "stars": 58, "topics": [], "version_installed": null, "last_fetched": 1642184478.948907}, "286038496": {"authors": [], "category": "plugin", "description": "A Lovelace card that shows a directional indicator on a compass for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"47560eac49fc1286ef80e7c63a67810e0deb585e253143fd087fbebcfca3893d\"", "full_name": "tomvanswam/compass-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "fbe7dfe", "last_release_tag": "v1.4.0", "last_updated": "2022-01-18T05:08:22Z", "name": "compass-card", "new": false, "repository_manifest": {"name": "Compass Card", "render_readme": true, "filename": "compass-card.js"}, "selected_tag": null, "show_beta": false, "stars": 61, "topics": ["compass", "hacs", "home-assistant", "lovelace-card"], "version_installed": null, "last_fetched": 1642520515.027511}, "264796130": {"authors": [], "category": "plugin", "description": "Pandora lovelace card for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"f69ceb715f8892c54d64f2541a8d93caf430ddf8669ca6cdc44f1050219fdc44\"", "full_name": "turbulator/pandora-cas-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "32ad046", "last_release_tag": "0.2", "last_updated": "2020-10-03T15:41:00Z", "name": "pandora-cas-card", "new": false, "repository_manifest": {"name": "Pandora CAS card", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["home-assistant", "lovelace-custom-card", "pandora"], "version_installed": null}, "197245179": {"authors": [], "category": "plugin", "description": "Lovelace card for hass-aarlo integration.", "domain": "", "downloads": 0, "etag_repository": "W/\"843549d79890beb8d7950775a3efd02b5e7fa20080267f65a9fdb8a7eaa0bfb6\"", "full_name": "twrecked/lovelace-hass-aarlo", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "8182174", "last_release_tag": "v0.2.0b5", "last_updated": "2021-08-11T03:14:55Z", "name": "lovelace-hass-aarlo", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 41, "topics": ["arlo", "camera", "homeassistant", "lovelace-card", "streaming"], "version_installed": null, "last_fetched": 1643571264.636705}, "223008910": {"authors": [], "category": "plugin", "description": "Custom Sidebar for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"93f93396affaedd5a4d6eeec76afb82eb6949cb1cabe4ab9d5351959d6a3c0a9\"", "full_name": "Villhellm/custom-sidebar", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3ed0a8f", "last_release_tag": "v0.2.2", "last_updated": "2021-03-15T16:47:47Z", "name": "custom-sidebar", "new": false, "repository_manifest": {"name": "Custom Sidebar", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 90, "topics": ["custom", "hacktoberfest", "sidebar"], "version_installed": null, "last_fetched": 1641895830.98078}, "283542587": {"authors": [], "category": "plugin", "description": "Basic analog clock for Lovelace", "domain": "", "downloads": 0, "etag_repository": "W/\"0cf1d32c7d395d5d404b22408dd6e551204a9a533abe6fd61e26b7e09f9e89c4\"", "full_name": "Villhellm/lovelace-clock-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7a89550", "last_release_tag": "v0.4.1", "last_updated": "2020-11-24T17:31:42Z", "name": "lovelace-clock-card", "new": false, "repository_manifest": {"name": "Lovelace Clock Card", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 35, "topics": ["analog", "clock", "hacktoberfest", "lovelace"], "version_installed": null}, "202743061": {"authors": [], "category": "plugin", "description": "Animated backgrounds for lovelace ", "domain": "", "downloads": 0, "etag_repository": "W/\"a536927bd8351da0fca81f9c053e2e7d91c79d106b8ba1dbf3476c896f8a2076\"", "full_name": "Villhellm/lovelace-animated-background", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "cbacf95", "last_release_tag": "v0.6.3", "last_updated": "2020-11-26T03:49:25Z", "name": "lovelace-animated-background", "new": false, "repository_manifest": {"name": "Lovelace Animated Background", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 123, "topics": ["animated", "background", "hacktoberfest"], "version_installed": null, "last_fetched": 1641217445.659105}, "259904390": {"authors": [], "category": "plugin", "description": "A custom lovelace card for the custom Jumbo component.", "domain": "", "downloads": 0, "etag_repository": "W/\"1ead81ddc1456d55c47b22a30cf46f2795ffddbb4dd95012d2cac0ad4faf8a19\"", "full_name": "Voxxie/lovelace-jumbo-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7d5b2e7", "last_release_tag": "v0.2.1", "last_updated": "2020-05-04T10:11:59Z", "name": "lovelace-jumbo-card", "new": false, "repository_manifest": {"name": "Jumbo Card", "filename": "jumbo-card.js"}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["home-assistant", "jumbo", "lovelace-card", "lovelace-custom-card"], "version_installed": null}, "245832290": {"authors": [], "category": "netdaemon", "description": "Create a notification when there is an update available in HACS", "domain": "HacsNotifyOnUpdate", "downloads": 0, "etag_repository": "W/\"cf46d1f2304fe3d42d15fb2365cad5c71e3a197c202029f478e98885d3805eef\"", "full_name": "hacs/ND-NotifyUpdates", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1af01e5", "last_release_tag": "0.1.2", "last_updated": "2020-10-30T23:55:11Z", "name": "HacsNotifyOnUpdate", "new": false, "repository_manifest": {"name": "HACS Update Notifications", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": ["automation", "hacktoberfest", "hacs", "home-assistant", "netdaemon"], "version_installed": null}, "247953716": {"authors": [], "category": "netdaemon", "description": "Takes snapshots of your cameras and sends to discord", "domain": "MotionSnapshot", "downloads": 0, "etag_repository": "W/\"f213b3665803a8c12e0547298d00a145da60cd7922460cbb1084722e21504bcb\"", "full_name": "isabellaalstrom/ND-MotionSnapshot", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7fc4b01", "last_release_tag": "0.0.1", "last_updated": "2020-07-31T06:41:24Z", "name": "MotionSnapshot", "new": false, "repository_manifest": {"name": "Motion Snapshots to Discord", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": ["automation", "camera", "cameras", "discord", "hacs", "home-assistant", "netdaemon", "security", "snapshot"], "version_installed": null}, "299431188": {"authors": [], "category": "netdaemon", "description": "ITach Wifi2IR daemon - send commands to IR operated devices", "domain": "Wifi2IrApp", "downloads": 0, "etag_repository": "W/\"e323aa9e7ce0c6ce029cb15ca05f1e40be1f39b2866dc9d7c8792fd9f7473142\"", "full_name": "LiranSX/NetDaemon-ITach-Wifi2IR", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "0bda03e", "last_release_tag": null, "last_updated": "2020-09-29T22:45:11Z", "name": "Wifi2IrApp", "new": false, "repository_manifest": {"name": "Home Assistant to ITach Wifi2IR", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": ["automation", "csharp", "hacs", "home-assistant", "itach", "netdaemon", "wifi2ir"], "version_installed": null}, "198460710": {"authors": [], "category": "python_script", "description": "A python script for Homeassistant that counts down the days to birthdays, anniversaries etc", "domain": "", "downloads": 0, "etag_repository": "W/\"1d1c5c2b110edc96d786ef2fdfa0625e680e58a5ab1e5edda84e49fe9667df11\"", "full_name": "mf-social/ps-date-countdown", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "bd6ceaa", "last_release_tag": "v6.0", "last_updated": "2021-05-15T02:00:07Z", "name": "ps-date-countdown", "new": false, "repository_manifest": {"name": "Date Countdown"}, "selected_tag": null, "show_beta": false, "stars": 19, "topics": ["python", "python-script", "home-assistant", "homeassistant", "hacs"], "version_installed": null}, "258712314": {"authors": [], "category": "python_script", "description": "A python script for Home Assistant that control fan speed with Fan Template and Broadlink.", "domain": "", "downloads": 0, "etag_repository": "W/\"6d57b1c503f1da8ced3c145a7838e5de5fde0e8d75cd80e99639b73b226739b5\"", "full_name": "iml885203/HA-FanSpeedControl", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "fecb3a8", "last_release_tag": "v1.5.2", "last_updated": "2021-05-11T10:47:11Z", "name": "HA-FanSpeedControl", "new": false, "repository_manifest": {"name": "Fan Speed Control", "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": ["python", "python-script", "home-assistant", "homeassistant", "hacs"], "version_installed": null}, "194319685": {"authors": [], "category": "python_script", "description": "Script that adds MQTT discovery support for Shellies devices", "domain": "", "downloads": 0, "etag_repository": "W/\"c085a321639587be396940899e43a49d9cb41168ccbb7d3ebcaed898ae6eda52\"", "full_name": "bieniu/ha-shellies-discovery", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "53b58b0", "last_release_tag": "0.40.0", "last_updated": "2021-07-29T12:53:26Z", "name": "ha-shellies-discovery", "new": false, "repository_manifest": {"name": "Shellies Discovery", "homeassistant": "2021.6.0", "zip_release": true, "filename": "shellies-discovery.zip"}, "selected_tag": null, "show_beta": false, "stars": 137, "topics": ["python", "mqtt", "python-script", "discovery", "home-assistant", "shelly"], "version_installed": null}, "233093604": {"authors": [], "category": "python_script", "description": "merge master/slave device trackers", "domain": "", "downloads": 0, "etag_repository": "W/\"103983e547487bd05d408d114a9a78a3bcc65066d4685d195932a524abfc1104\"", "full_name": "kodi1/tracker_merge", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3c517e9", "last_release_tag": null, "last_updated": "2021-04-21T19:05:19Z", "name": "tracker_merge", "new": false, "repository_manifest": {"name": "kodi1/tracker_merge", "render_readme": "true", "country": ["NO"]}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": ["python", "tracking", "python-script", "home-assistant", "hacs"], "version_installed": null}, "246406566": {"authors": [], "category": "python_script", "description": "Python script to update climate devices", "domain": "", "downloads": 0, "etag_repository": "W/\"b7c5684c9099c2bfce08cef9abf3590d7fd5b04c4ea96137696a356cbcbe07a0\"", "full_name": "Santobert/HA-UpdateClimate", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "73e488b", "last_release_tag": "2.0.3", "last_updated": "2021-03-30T17:22:29Z", "name": "HA-UpdateClimate", "new": false, "repository_manifest": {"name": "UpdateClimate", "render_readme": true, "domains": "climate", "homeassistant": "0.47.0"}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": ["climate", "scheduler", "python-script", "home-assistant", "hvac", "preset", "hacs"], "version_installed": null}, "194381263": {"authors": [], "category": "python_script", "description": "This script updates Z-Wave thermostat entity state and current temperature from external sensor", "domain": "", "downloads": 0, "etag_repository": "W/\"52abc876d0372b8612ae0d4bb1c4d9302e774b316a414a2733a508adb3f3e61f\"", "full_name": "bieniu/ha-thermostat-update", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "08d0fc6", "last_release_tag": "0.3.5", "last_updated": "2020-04-28T06:54:52Z", "name": "ha-thermostat-update", "new": false, "repository_manifest": {"name": "Thermostat Update"}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": ["python", "python-script", "thermostat", "home-assistant", "z-wave"], "version_installed": null}, "240900380": {"authors": [], "category": "python_script", "description": "Python script to handle state and attributes of existing sensors and entities", "domain": "", "downloads": 0, "etag_repository": "W/\"7f35fd804da3ba6e1044c7ea6e4e6daa5c0b89589a24ade5712bfeeed18cf58d\"", "full_name": "pmazz/ps_hassio_entities", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5a14ea2", "last_release_tag": "v1.1.0", "last_updated": "2021-03-07T22:15:32Z", "name": "ps_hassio_entities", "new": false, "repository_manifest": {"name": "Entities Script", "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 17, "topics": ["python", "python-script", "home-assistant", "hacs"], "version_installed": null}, "313269367": {"authors": [], "category": "plugin", "description": "Replace the history graph colors with a material design color palette.", "domain": "", "downloads": 0, "etag_repository": "W/\"212092c29f3ec16b74ef285c97b11b98fda6487be1e379fa2e0ffdceac2d42f4\"", "full_name": "Kibibit/kb-better-graph-colors", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "bf18c68", "last_release_tag": "v1.1.0", "last_updated": "2021-02-16T18:58:53Z", "name": "kb-better-graph-colors", "new": false, "repository_manifest": {"name": "kibibit Better Graph Colors", "render_readme": true, "filename": "kb-better-graph-colors.js"}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": ["color-scheme", "graphs", "hacs", "home-assistant", "palette"], "version_installed": null}, "312649007": {"authors": [], "category": "python_script", "description": "A python script for Home Assistant that counts down the days to reminder", "domain": "", "downloads": 0, "etag_repository": "W/\"06940d7d5711f8ef4e782a027965095d4662b6874a9984429f0c28a1033089a5\"", "full_name": "eyalcha/ha-reminder", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "ed737c2", "last_release_tag": "1.0.7", "last_updated": "2020-12-20T21:07:41Z", "name": "ha-reminder", "new": false, "repository_manifest": {"name": "Reminder"}, "selected_tag": null, "show_beta": false, "stars": 11, "topics": ["home-assistant", "python-scripts", "hacs"], "version_installed": null}, "308883876": {"authors": [], "category": "plugin", "description": "Custom card for bluetooth bulb (BLE light) control for Homeassistant", "domain": "", "downloads": 0, "etag_repository": "W/\"4043b4b32210ed8eba426b5902649c1ff69d318393432d3bc7758e01d3b0d3b9\"", "full_name": "marcomow/ble-bulb-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9cf1266", "last_release_tag": "v0.1.0", "last_updated": "2021-11-05T19:42:44Z", "name": "ble-bulb-card", "new": false, "repository_manifest": {"name": "BLE bulb card", "content_in_root": true, "filename": "ble-bulb-card.js", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["ble", "ble-bulb", "ble-bulb-card", "custom-card", "hacs", "hass", "home-assistant", "home-assistant-card", "home-assistant-custom", "magic-blue-bulbs", "magicblue", "triones", "web-bluetooth"], "version_installed": null}, "303101606": {"authors": [], "category": "plugin", "description": "\ud83d\ude48 Hides the Home Assistant header and/or sidebar", "domain": "", "downloads": 13175, "etag_repository": "W/\"67a31f1de11062ae98376221b49142cfc4b01bdcd2748db706c067a7c511a05a\"", "full_name": "maykar/kiosk-mode", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5c29a5a", "last_release_tag": "1.7.2", "last_updated": "2021-10-15T16:23:37Z", "name": "kiosk-mode", "new": false, "repository_manifest": {"name": "Kiosk Mode", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 197, "topics": ["home-assistant", "kiosk", "kiosk-mode", "lovelace"], "version_installed": null, "last_fetched": 1643571261.133304}, "313270182": {"authors": [], "category": "plugin", "description": "Make Cards and Popups blur everything behind them.", "domain": "", "downloads": 0, "etag_repository": "W/\"ffd1bcf3f48c9bf33f408347e9ae4c4faee764654977f90ac8e15737b465a0a2\"", "full_name": "Kibibit/kb-frosted-cards", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5e1586e", "last_release_tag": "v1.3.1", "last_updated": "2020-11-22T22:02:11Z", "name": "kb-frosted-cards", "new": false, "repository_manifest": {"name": "kibibit Frosted Cards", "render_readme": true, "filename": "kb-frosted-cards.js"}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": ["effect", "frosted-glass", "hacs", "home-assistant"], "version_installed": null}, "203592862": {"authors": ["@blindlight"], "category": "integration", "description": "USR-R16 integration for Home Assistant", "domain": "usr_r16", "downloads": 0, "etag_repository": "W/\"b4008ee2896552ddcc38374d4704879dd1fd3ff154452b52978b61d2c2284a5d\"", "full_name": "blindlight86/HA_USR-R16", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7c81295", "last_release_tag": null, "last_updated": "2020-10-20T13:45:02Z", "name": "usr_r16", "new": false, "repository_manifest": {"name": "USR-R16 16\u8def\u7f51\u7edc\u7ee7\u7535\u5668", "domains": ["switch"], "render_readme": true, "homeassistant": "0.106.0", "country": ["CN"], "iot_class": ["Assumed State", "Local Push"]}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["hacs", "home-assistant", "relays"], "version_installed": null}, "299476136": {"authors": ["@9rpp"], "category": "integration", "description": "This is a partial implementation of the Securifi RESTful API for Home Assistant", "domain": "securifi", "downloads": 0, "etag_repository": "W/\"4c0dfdcfa7cc412608d5e515f7118891d148cbf37a1ae301ff6f0866ef83b481\"", "full_name": "9rpp/securifi", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3b6c2eb", "last_release_tag": "v1.1", "last_updated": "2020-10-29T15:54:45Z", "name": "securifi", "new": false, "repository_manifest": {"name": "Securifi RESTful API", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["automation", "homeassistant-integration", "iot", "securifi"], "version_installed": null}, "282427417": {"authors": ["@bremor"], "category": "integration", "description": "Custom component for retrieving departure times for Public Transport Victoria.", "domain": "public_transport_victoria", "downloads": 0, "etag_repository": "W/\"6f6be4bb5bdb17c18ccd1be6ccd8181154e7793b199df41fff13cfe201d8906c\"", "full_name": "bremor/public_transport_victoria", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6abcb14", "last_release_tag": "0.3.2", "last_updated": "2021-03-15T03:41:11Z", "name": "public_transport_victoria", "new": false, "repository_manifest": {"name": "Public Transport Victoria", "render_readme": "true", "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": ["australia", "bus", "hacktoberfest", "hacs", "ptv", "public", "train", "tram", "transport", "victoria"], "version_installed": null}, "307586942": {"authors": ["@bremor"], "category": "integration", "description": "Custom component for retrieving weather information from the Bureau of Meteorology.", "domain": "bureau_of_meteorology", "downloads": 0, "etag_repository": "W/\"3365b193e78ec27d1710f4616b1d531c39467481800fd323c6f836bee5f4b20d\"", "full_name": "bremor/bureau_of_meteorology", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "bda3d14", "last_release_tag": "1.1.1", "last_updated": "2021-12-06T10:11:48Z", "name": "bureau_of_meteorology", "new": false, "repository_manifest": {"name": "Bureau of Meteorology", "render_readme": "true", "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 71, "topics": ["bom", "bureau", "forecast", "hacs", "meteorology", "observations", "weather", "weather-information"], "version_installed": null, "last_fetched": 1642851336.401807}, "307503425": {"authors": ["@exxamalte", "@caiosweet"], "category": "integration", "description": "INGV - National Institute of Geophysics and Volcanology [Istituto Nazionale di Geofisica e Vulcanologia] Terremoti Italia.", "domain": "ingv_centro_nazionale_terremoti", "downloads": 0, "etag_repository": "W/\"0507da71a03b54f3cf442a280608d3318cf8560190440ed60010661e6832ea1b\"", "full_name": "caiosweet/Home-Assistant-custom-components-INGV", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3f701ee", "last_release_tag": "2021.06.0", "last_updated": "2021-12-31T21:35:46Z", "name": "ingv_centro_nazionale_terremoti", "new": false, "repository_manifest": {"name": "INGV Istituto Nazionale di Geofisica e Vulcanologia", "domains": ["geo_location"], "country": ["IT"], "render_readme": true, "iot_class": ["Cloud Polling"]}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": ["assistant", "geofisica", "home", "homeassistant", "ingv", "terremoti", "vulcanologia"], "version_installed": null, "last_fetched": 1641058225.993408}, "308690707": {"authors": ["@djtimca"], "category": "integration", "description": "Home Assistant integration for Google Wifi systems.", "domain": "googlewifi", "downloads": 0, "etag_repository": "W/\"ba1dfacec9fef7cf41a3af44b82da8c9e506f82294bf36f1f3c1f8c098572387\"", "full_name": "djtimca/hagooglewifi", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "30fb1c9", "last_release_tag": "0.1.29", "last_updated": "2022-01-18T15:19:15Z", "name": "googlewifi", "new": false, "repository_manifest": {"name": "Google WiFi", "country": ["CA"], "domains": ["binary_sensor"], "homeassistant": "0.115.0", "iot_class": ["Cloud Polling"]}, "selected_tag": null, "show_beta": false, "stars": 33, "topics": ["custom-component", "google-wifi", "hacs", "home-assistant", "home-automation"], "version_installed": null, "last_fetched": 1643571228.6765}, "304573324": {"authors": ["@dgomes", "@crowbarz"], "category": "integration", "description": "Updated SQL integration for Home Assistant that supports JSON attributes", "domain": "sql_json", "downloads": 0, "etag_repository": "W/\"c14f09f4a7ff1c5d621888e79ed4c668637c5a8c6cc71d3da9eae5e7ef2997d8\"", "full_name": "crowbarz/ha-sql_json", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "811d061", "last_release_tag": "1.1.0", "last_updated": "2021-12-05T15:25:13Z", "name": "sql_json", "new": false, "repository_manifest": {"name": "SQL (with JSON detection)", "render_readme": true, "domains": ["sensor"], "homeassistant": "0.99.9", "persistent_directory": "userfiles", "iot_class": ["Local Polling", "Cloud Polling"]}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["hacs", "home-assistant", "integration", "json", "sql"], "version_installed": null}, "223993584": {"authors": ["@Magalex2x14", "@Ernst79"], "category": "integration", "description": "BLE monitor passively monitors BLE sensors (Xiaomi, Qingping, ATC, BlueMaestro, Brifit, Govee, Kegtron, Moat, Inkbird, iNode, Yeelight, RuuviTag, SensorPush, Teltonika and Thermoplus)", "domain": "ble_monitor", "downloads": 0, "etag_repository": "W/\"ca65d5f235d2b5221d628d17f4ac95c2f7d0057aa9fee982b68a14b86cea5064\"", "full_name": "custom-components/ble_monitor", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9e4c7c9", "last_release_tag": "7.4.0", "last_updated": "2022-01-30T14:43:00Z", "name": "ble_monitor", "new": false, "repository_manifest": {"name": "Passive BLE monitor integration", "domains": "ble_monitor", "iot_class": "local push", "homeassistant": "2021.12.0"}, "selected_tag": null, "show_beta": false, "stars": 1122, "topics": ["atc", "custom-component", "govee", "hacs", "hassio", "home-assistant", "homeassistant", "inkbird", "kegtron", "mibeacon", "mijia", "mitemp-bt", "qingping", "scales", "thermoplus", "xiaomi", "xiaomi-sensors"], "version_installed": null, "last_fetched": 1643571225.316781}, "178838527": {"authors": ["@filipvh"], "category": "integration", "description": "Niko Home Control II Home Assistant Integration", "domain": "nhc2", "downloads": 0, "etag_repository": "W/\"af1fe196a05e476d5125cb3ab4eb173e98f43b0c27a105abde449f61ac964f1f\"", "full_name": "filipvh/hass-nhc2", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6efc1b4", "last_release_tag": "1.6.0", "last_updated": "2021-10-30T21:16:51Z", "name": "nhc2", "new": false, "repository_manifest": {"name": "Niko Home Control II", "domains": ["light", "switch"], "iot_class": ["Local Push"], "render_readme": true, "homeassistant": "0.114.1"}, "selected_tag": null, "show_beta": false, "stars": 31, "topics": ["coco", "domotica", "nhc", "nhc2", "niko", "niko-home-control"], "version_installed": null, "last_fetched": 1642520515.664955}, "266779715": {"authors": ["@induprakash"], "category": "integration", "description": "Home Assistant component which allows you to get stock updates from Yahoo finance.", "domain": "yahoofinance", "downloads": 0, "etag_repository": "W/\"c43370e1ce9d69e49d2bfa9a566b95dda1a67fde45e96dfaed171463777c2724\"", "full_name": "iprak/yahoofinance", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "89adcd9", "last_release_tag": "v1.1.5", "last_updated": "2021-12-25T17:46:44Z", "name": "yahoofinance", "new": false, "repository_manifest": {"name": "Yahoo Finance", "domains": ["sensor"], "iot_class": "cloud_poll", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 40, "topics": ["hacs", "home-assistant", "homeassistant", "homeassistant-components", "stock-updates", "yahoo-finance"], "version_installed": null, "last_fetched": 1643571234.171706}, "309018094": {"authors": ["@itchannel"], "category": "integration", "description": "Fordpass integration for Home Assistant", "domain": "fordpass", "downloads": 0, "etag_repository": "W/\"1baf68ddd22da54ea62946905b449be550fe2ad3682e6f9e4c9d8fa3e77aa069\"", "full_name": "itchannel/fordpass-ha", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6b35a05", "last_release_tag": "1.30", "last_updated": "2021-12-21T06:38:47Z", "name": "fordpass", "new": false, "repository_manifest": {"name": "fordpass", "content_in_root": false, "iot_class": "cloud_polling"}, "selected_tag": null, "show_beta": false, "stars": 74, "topics": ["assistant", "car", "fordpass", "home"], "version_installed": null, "last_fetched": 1643571234.232362}, "299123388": {"authors": ["@jseidl"], "category": "integration", "description": "Magic Areas custom_component for Home Assistant", "domain": "magic_areas", "downloads": 0, "etag_repository": "W/\"917e95dc10ce278b9ed64a065d82a79f41a04d084eb88b26a72fa312f5f24cd7\"", "full_name": "jseidl/hass-magic_areas", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b2a5d2b", "last_release_tag": "v2.0.5", "last_updated": "2022-01-06T12:14:31Z", "name": "magic_areas", "new": false, "repository_manifest": {"name": "Magic Areas", "homeassistant": "0.115.0"}, "selected_tag": null, "show_beta": false, "stars": 117, "topics": ["automation", "homeassistant", "python"], "version_installed": null, "last_fetched": 1643571235.711092}, "306078097": {"authors": ["@nagyrobi"], "category": "integration", "description": "Monitor and react on your pfSense gateway's status with Home Assistant.", "domain": "pfsense_gateways", "downloads": 0, "etag_repository": "W/\"b246415d3b19b9dd58336a66f824251314290e88f069c01899ed15a8321bd924\"", "full_name": "nagyrobi/home-assistant-custom-components-pfsense-gateways", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3acb19c", "last_release_tag": "v1.00", "last_updated": "2021-03-04T17:19:47Z", "name": "pfsense_gateways", "new": false, "repository_manifest": {"name": "pfSense gateways monitoring", "content_in_root": false, "render_readme": true, "domains": ["pfsense_gateways"], "homeassistant": "0.115.0"}, "selected_tag": null, "show_beta": false, "stars": 15, "topics": ["gateways", "isp", "modem", "pfsense", "reboot", "router"], "version_installed": null, "last_fetched": 1643571241.579049}, "249381778": {"authors": ["@rospogrigio", "@postlund"], "category": "integration", "description": "local handling for Tuya devices", "domain": "localtuya", "downloads": 0, "etag_repository": "W/\"f70ecaaaa7bdf860c21c365df97b155232d916c6beed4d51961f378befb84853\"", "full_name": "rospogrigio/localtuya", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2688a17", "last_release_tag": "v3.4.0", "last_updated": "2022-01-30T05:29:24Z", "name": "localtuya", "new": false, "repository_manifest": {"name": "Local Tuya", "domains": ["climate", "cover", "fan", "light", "number", "select", "sensor", "switch"], "homeassistant": "0.116.0", "iot_class": ["Local Push"]}, "selected_tag": null, "show_beta": false, "stars": 904, "topics": ["localtuya", "tuya", "tuya-api"], "version_installed": null, "last_fetched": 1643571246.73298}, "268722568": {"authors": ["@Sennevds"], "category": "integration", "description": "Template media_player for Home Assistant", "domain": "media_player_template", "downloads": 0, "etag_repository": "W/\"a936551d8209c46de364893c8d853ca7faf905c0cd2273baa9dd86485aa8a70c\"", "full_name": "Sennevds/media_player.template", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b9285c5", "last_release_tag": "1.0.0", "last_updated": "2021-05-17T15:12:21Z", "name": "media_player_template", "new": false, "repository_manifest": {"name": "Media player template", "domains": ["media_player", "template"], "homeassistant": "0.116", "render_readme": true, "iot_class": ["Local Polling", "Local Push"]}, "selected_tag": null, "show_beta": false, "stars": 55, "topics": ["custom-component", "home-assistant", "homeassistant", "media-player"], "version_installed": null, "last_fetched": 1642274187.043107}, "303827752": {"authors": ["@sbabcock23"], "category": "integration", "description": "Home Assistant integration for TryFi Dog Collar GPS monitoring.", "domain": "tryfi", "downloads": 0, "etag_repository": "W/\"1694b659b4c2dc5c7bf1ee4b1f1d25cc2c07c604a23d44de42330b970edad860\"", "full_name": "sbabcock23/hass-tryfi", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4da502b", "last_release_tag": "0.0.10", "last_updated": "2021-10-16T07:34:17Z", "name": "tryfi", "new": false, "repository_manifest": {"config_flow": true, "documentation": "https://github.com/sbabcock23/hass-pytryfi", "domains": ["device_tracker", "light", "sensor", "select"], "homeassistant": "0.117.0", "iot_class": "Local Polling", "name": "TryFi Dog Monitor", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 23, "topics": ["dog", "dog-collar", "gps", "hacs", "home-assistant", "homeassistant-integration", "iot", "python", "tryfi"], "version_installed": null, "last_fetched": 1642004494.42201}, "164489685": {"authors": ["@syssi"], "category": "integration", "description": "Nextbike integration for Home Assistant", "domain": "nextbike", "downloads": 0, "etag_repository": "W/\"4c1fe586e4e5ed4ff1a56971ad3e2e17acc5c22832d8a91f71d458f534ecfd0f\"", "full_name": "syssi/nextbike", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2cf2ed5", "last_release_tag": "1.0.2", "last_updated": "2022-01-03T10:28:27Z", "name": "nextbike", "new": false, "repository_manifest": {"name": "Nextbike Integration", "content_in_root": false, "render_readme": true, "iot_class": "local_polling"}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": ["custom-component", "free-floating", "hacktoberfest", "home-assistant", "nextbike"], "version_installed": null, "last_fetched": 1641217458.836571}, "129353521": {"authors": ["@syssi"], "category": "integration", "description": "Custom component for Home Assistant to faciliate the reverse engeneering of Xiaomi MiIO devices", "domain": "xiaomi_miio_raw", "downloads": 0, "etag_repository": "W/\"ad1075f9973b2bcb5c3d762c87e98af78ba99beba610dbb66965a322ab6ad4df\"", "full_name": "syssi/xiaomi_raw", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3ef28a5", "last_release_tag": "1.4.4", "last_updated": "2021-12-22T07:11:29Z", "name": "xiaomi_miio_raw", "new": false, "repository_manifest": {"name": "Xiaomi MiIO Raw", "content_in_root": false, "render_readme": true, "iot_class": "local_polling"}, "selected_tag": null, "show_beta": false, "stars": 85, "topics": ["custom-component", "hacktoberfest", "home-assistant", "miio", "miio-device", "miio-protocol", "monitoring", "sensor"], "version_installed": null, "last_fetched": 1643571249.436979}, "121934877": {"authors": ["@syssi"], "category": "integration", "description": "Xiaomi Mi and Aqara Air Conditioning Companion integration for Home Assistant", "domain": "xiaomi_miio_airconditioningcompanion", "downloads": 0, "etag_repository": "W/\"7ee5f35d55ad6ab76a78d0c605b144d82236c6278575137679f6c83f328e08e5\"", "full_name": "syssi/xiaomi_airconditioningcompanion", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7f63dd6", "last_release_tag": "0.2.4", "last_updated": "2022-01-06T19:33:50Z", "name": "xiaomi_miio_airconditioningcompanion", "new": false, "repository_manifest": {"name": "Xiaomi Mi and Aqara Air Conditioning Companion Integration", "content_in_root": false, "render_readme": true, "iot_class": "local_polling"}, "selected_tag": null, "show_beta": false, "stars": 348, "topics": ["acpartner", "airconditioning", "aqara", "custom-component", "hacktoberfest", "home-assistant", "infrared", "xiaomi"], "version_installed": null, "last_fetched": 1641587963.829981}, "101482973": {"authors": ["@syssi"], "category": "integration", "description": "Xiaomi Mi Air Purifier and Xiaomi Mi Air Humidifier integration for Home Assistant", "domain": "xiaomi_miio_airpurifier", "downloads": 0, "etag_repository": "W/\"7e71cdf1e215618839b955eb2b366471179bed322267614413a6f895cc182a1a\"", "full_name": "syssi/xiaomi_airpurifier", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7c4eaba", "last_release_tag": "0.6.17", "last_updated": "2021-12-20T17:16:04Z", "name": "xiaomi_miio_airpurifier", "new": false, "repository_manifest": {"name": "Xiaomi Mi Air Purifier, Air Humidifier, Air Fresh and Pedestal Fan Integration", "content_in_root": false, "render_readme": true, "iot_class": "local_polling", "homeassistant": "2021.5.1"}, "selected_tag": null, "show_beta": false, "stars": 332, "topics": ["airfresh", "airhumidifier", "airpurifier", "custom-component", "fan", "hacktoberfest", "home-assistant", "miio", "miio-protocol", "miot", "xiaomi"], "version_installed": null, "last_fetched": 1643571249.39898}, "307098646": {"authors": ["@nielsfaber"], "category": "integration", "description": "Easy to use alarm system integration for Home Assistant", "domain": "alarmo", "downloads": 3301, "etag_repository": "W/\"004168e6b06e00e1f7638ef184c7f0ba21fc9c3f0689b575aa6aac757e247b39\"", "full_name": "nielsfaber/alarmo", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4e51c17", "last_release_tag": "v1.8.3", "last_updated": "2022-01-16T17:58:35Z", "name": "alarmo", "new": false, "repository_manifest": {"name": "Alarmo", "render_readme": "true", "iot_class": ["Local Push"], "domains": ["alarm_control_panel"], "zip_release": true, "filename": "alarmo.zip", "hide_default_branch": true}, "selected_tag": null, "show_beta": false, "stars": 360, "topics": ["alarm", "assistant", "hass", "home", "integration", "lovelace", "security"], "version_installed": null, "last_fetched": 1643571243.16842}, "97201395": {"authors": ["@syssi"], "category": "integration", "description": "Xiaomi Mi Smart WiFi Socket integration for Home Assistant", "domain": "xiaomi_miio_plug", "downloads": 0, "etag_repository": "W/\"190da4ddddf22a807ea642ee1136a6b2658d2c25da50715df48e207c81dc53ce\"", "full_name": "syssi/xiaomiplug", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1abf75f", "last_release_tag": "1.4.4", "last_updated": "2021-12-18T20:16:21Z", "name": "xiaomi_miio_plug", "new": false, "repository_manifest": {"name": "Xiaomi Mi Smart WiFi Socket Integration", "content_in_root": false, "render_readme": true, "iot_class": "local_polling"}, "selected_tag": null, "show_beta": false, "stars": 91, "topics": ["custom-component", "hacktoberfest", "home-assistant", "miio", "miio-device", "miio-protocol", "switch", "xiaomi"], "version_installed": null}, "307974458": {"authors": ["@iesus"], "category": "integration", "description": "Get departure times for swedish public transportation", "domain": "resrobot", "downloads": 0, "etag_repository": "W/\"7dd562bb1017587f0e869f5d0d94d50eb64d8806e6c39e89dc2ae55a8caa6b60\"", "full_name": "TekniskSupport/home-assistant-resrobot", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7da8dff", "last_release_tag": "v0.0.12", "last_updated": "2022-01-09T07:41:03Z", "name": "resrobot", "new": false, "repository_manifest": {"name": "ResRobot", "country": ["SE"], "domains": ["sensor"], "homeassistant": "2021.12.8"}, "selected_tag": null, "show_beta": false, "stars": 10, "topics": ["bus", "ferry", "hacs", "homeassistant", "iesus", "integration", "public", "sweden", "train", "tram", "transportation"], "version_installed": null, "last_fetched": 1641895848.62499}, "305147191": {"authors": ["@zigul"], "category": "integration", "description": "CEZ Distribuce - Home Assistant Sensor", "domain": "cezdistribuce", "downloads": 0, "etag_repository": "W/\"38edd91c2b64c9de08df997f51fa90a45a911e9000a2636b724b23f679239066\"", "full_name": "zigul/HomeAssistant-CEZdistribuce", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5fb8bfe", "last_release_tag": "0.4.4", "last_updated": "2021-12-07T18:40:34Z", "name": "cezdistribuce", "new": false, "repository_manifest": {"name": "CEZ Distribuce CZ", "render_readme": false, "domains": ["binary_sensor"], "country": ["CZ"], "homeassistant": "0.110.0"}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": ["cez", "hacs", "home-assistant", "home-automation"], "version_installed": null, "last_fetched": 1643571252.799866}, "287318591": {"authors": ["@Thomas55555"], "category": "integration", "description": "Custom component for Home Assistant to monitor and control your Husqvrana Automower", "domain": "husqvarna_automower", "downloads": 0, "etag_repository": "W/\"c15f1f14f6627db01d9f843a98ff03c21fc88292e15875c4ec8950be8da168f1\"", "full_name": "Thomas55555/husqvarna_automower", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6c6dd2d", "last_release_tag": "2021.12.0", "last_updated": "2021-12-19T22:42:26Z", "name": "husqvarna_automower", "new": false, "repository_manifest": {"name": "Husqvarna Automower", "domains": ["vacuum"], "homeassistant": "2021.5.0b0", "iot_class": ["Cloud Polling"], "render_readme": true, "zip_release": true, "filename": "husqvarna_automower.zip"}, "selected_tag": null, "show_beta": false, "stars": 21, "topics": ["hass", "homeassistant", "husqvarna-automower"], "version_installed": null}, "139634406": {"authors": [], "category": "plugin", "description": "\ud83c\udf21 Thermostat card with a round and black feel to it", "domain": "", "downloads": 9392, "etag_repository": "W/\"664e74d216c53bafed3b00a2ea59d3d6dd97c079b40fe37649a5b26cc58b89a6\"", "full_name": "ciotlosm/lovelace-thermostat-dark-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a123d3b", "last_release_tag": "0.0.5", "last_updated": "2022-01-24T11:26:47Z", "name": "lovelace-thermostat-dark-card", "new": false, "repository_manifest": {"name": "Dark Thermostat", "render_readme": true, "filename": "thermostat-dark-card.js"}, "selected_tag": null, "show_beta": false, "stars": 639, "topics": ["custom-cards", "hacs", "home-assistant", "lovelace", "thermostat"], "version_installed": null, "last_fetched": 1643571254.633427}, "315044466": {"authors": [], "category": "plugin", "description": "Custom Transmission card for Home Assistant/Lovelace", "domain": "", "downloads": 1205, "etag_repository": "W/\"70f2989f8c17f04db7949415e4c89fee8951cfd9e90f88ed376470e7f8fa48fe\"", "full_name": "amaximus/transmission-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a62be30", "last_release_tag": "0.8.2", "last_updated": "2021-11-20T13:14:11Z", "name": "transmission-card", "new": false, "repository_manifest": {"name": "Transmission Card", "filename": "transmission-card.js", "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 21, "topics": ["home-assistant", "homeassistant", "lovelace", "lovelace-card", "lovelace-custom-card", "transmission"], "version_installed": null, "last_fetched": 1643571253.781456}, "188106531": {"authors": ["@moralmunky", "@firstof9"], "category": "integration", "description": "Home Assistant integration providing day of package counts and USPS informed delivery images.", "domain": "mail_and_packages", "downloads": 3499, "etag_repository": "W/\"022bfdd5958173ec1d652b54094d6337e11212d7e7d1d2d017b8c1526d627db3\"", "full_name": "moralmunky/Home-Assistant-Mail-And-Packages", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "839f87d", "last_release_tag": "0.3.3-2", "last_updated": "2022-01-23T09:45:55Z", "name": "mail_and_packages", "new": false, "repository_manifest": {"name": "Mail and Packages", "domains": ["camera", "sensor"], "homeassistant": "0.109.0", "iot_class": "Cloud Polling", "zip_release": true, "filename": "mail_and_packages.zip"}, "selected_tag": null, "show_beta": false, "stars": 286, "topics": ["home-assistant", "home-assistant-config", "home-automation", "homeassistant", "lovelace-card", "lovelace-custom-card"], "version_installed": null, "last_fetched": 1643571240.640675}, "222118751": {"authors": ["AlexxIT"], "category": "integration", "description": "Control Sonoff Devices with eWeLink (original) firmware over LAN and/or Cloud from Home Assistant", "domain": "sonoff", "downloads": 0, "etag_repository": "W/\"3edcde8a62e437e13c0ccf71451073cc568e79d5eeccf0312d3694599c4b2a28\"", "full_name": "AlexxIT/SonoffLAN", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9ceb51d", "last_release_tag": "v2.4.6", "last_updated": "2021-12-19T03:30:23Z", "name": "sonoff", "new": false, "repository_manifest": {"name": "Sonoff LAN", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 1503, "topics": ["ewelink", "hacs", "home-assistant", "sonoff"], "version_installed": null, "last_fetched": 1643571220.087619}, "146660369": {"authors": ["@gerard33"], "category": "integration", "description": "Sony Bravia TV (Pre-Shared Key) component for Home Assistant", "domain": "braviatv_psk", "downloads": 0, "etag_repository": "W/\"18b13afacc63ab61d3209352db4f277ef6519ba65c6e65ae987defd5d544da4b\"", "full_name": "custom-components/media_player.braviatv_psk", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "bfd45b5", "last_release_tag": "v0.4.1", "last_updated": "2022-01-24T18:22:34Z", "name": "braviatv_psk", "new": false, "repository_manifest": {"name": "Bravia TV PSK", "domains": ["media_player"], "iot_class": "Local Polling"}, "selected_tag": null, "show_beta": false, "stars": 83, "topics": ["bravia", "home-assistant", "psk", "sony"], "version_installed": null, "last_fetched": 1643571225.765239}, "321140869": {"authors": [], "category": "plugin", "description": "Custom home assitant lovelace for UI auto reload", "domain": "", "downloads": 0, "etag_repository": "W/\"08c2929502d28e1d296f9f782fa891b372587b53e179f7a7076f9985529496cc\"", "full_name": "ben8p/lovelace-auto-reload-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e6a1387", "last_release_tag": null, "last_updated": "2021-03-04T02:17:00Z", "name": "lovelace-auto-reload-card", "new": false, "repository_manifest": {"name": "Auto Reload", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 20, "topics": ["home-assistant", "lovelace-card"], "version_installed": null}, "321773656": {"authors": [], "category": "plugin", "description": "\ud83c\udc39 Lovelace responsive grid card that can be tweaked in your theme definition.", "domain": "", "downloads": 0, "etag_repository": "W/\"fe48d5fee63f822dc29c21712606b11ef13b21dd07fbfd47b027b56cc8a8baa5\"", "full_name": "nervetattoo/themable-grid", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a7defcb", "last_release_tag": "v2.1.0", "last_updated": "2021-04-24T20:50:07Z", "name": "themable-grid", "new": false, "repository_manifest": {"render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 13, "topics": ["home-assistant", "lovelace-card", "lovelace-custom-card", "lovelace-ui"], "version_installed": null}, "320117484": {"authors": [], "category": "theme", "description": "Vibrant (Dark) Version of Clear Theme", "domain": "", "downloads": 0, "etag_repository": "W/\"308ab1f42553cf6fd9cf26cef97a101a529540568d7d7a9df2a0e6e15561c310\"", "full_name": "myleskeeffe/clear-theme-dark-vibrant", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "bec2afe", "last_release_tag": "v2.0.7", "last_updated": "2021-02-10T10:21:44Z", "name": "clear-theme-dark-vibrant", "new": false, "repository_manifest": {"name": "Vibrant (Dark) Clear Theme", "homeassistant": "0.109.0"}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["clear", "dark", "theme", "vibrant"], "version_installed": null}, "320381430": {"authors": [], "category": "plugin", "description": "An analog clock for Home Assistant Lovelace", "domain": "", "downloads": 0, "etag_repository": "W/\"e05c7fba200ef75e63f77cf2b7d3a098362ddbe05fa9b175096540a8c4592ad6\"", "full_name": "tomasrudh/analogclock", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1b2e994", "last_release_tag": "1.10", "last_updated": "2021-05-15T08:10:56Z", "name": "analogclock", "new": false, "repository_manifest": {"name": "Analog Clock", "render_readme": true, "filename": "analogclock.js"}, "selected_tag": null, "show_beta": false, "stars": 15, "topics": ["analog", "analog-clock", "assistant-lovelace", "clock", "lovelace"], "version_installed": null, "last_fetched": 1642184503.377032}, "302145522": {"authors": ["@djtimca"], "category": "integration", "description": "Home Assistant custom HACS integration to integrate the next 5 global rocket launches from https://rocketlaunch.live", "domain": "rocketlaunchlive", "downloads": 0, "etag_repository": "W/\"774f0545a82a5bb67fe051b8bddf4ce8a1351dee7055391da4390af2c10d19d9\"", "full_name": "djtimca/harocketlaunchlive", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3714322", "last_release_tag": "009", "last_updated": "2022-01-18T15:25:41Z", "name": "rocketlaunchlive", "new": false, "repository_manifest": {"name": "Rocket Launch Live - Next 5 Launches", "country": ["CA"], "domains": ["sensor"], "homeassistant": "0.115.0", "iot_class": ["Cloud Polling"]}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": ["home-assistant", "home-assistant-custom", "launch", "nasa", "rocket", "spacex", "ula"], "version_installed": null, "last_fetched": 1642520516.950142}, "245694520": {"authors": ["@asev"], "category": "integration", "description": "Custom component for Home Assistant to connect Helios ventilation system.", "domain": "helios", "downloads": 0, "etag_repository": "W/\"7416f432558530625dd8f41f5f2598f8f5125161146c254cc28fdc36648d4642\"", "full_name": "asev/homeassistant-helios", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6689bfb", "last_release_tag": "v0.4.1", "last_updated": "2021-12-03T21:19:51Z", "name": "helios", "new": false, "repository_manifest": {"name": "Helios ventilation", "iot_class": "Local Polling", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["helios", "homeassistant", "homeassistant-integration", "ventilation"], "version_installed": null}, "314593331": {"authors": ["@djtimca"], "category": "integration", "description": "Using the N2YO API, this Home Assistant integration will provide visible satellite passes (general) and to add specific satellites for monitoring.", "domain": "satellitetracker", "downloads": 0, "etag_repository": "W/\"c2807e9aed29bf98ea0d8fdb36edd838787ba52a8d6176e68d5cc55d29d9a157\"", "full_name": "djtimca/hasatellitetracker", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "0fc62d3", "last_release_tag": "0.0.7", "last_updated": "2022-01-18T15:30:25Z", "name": "satellitetracker", "new": false, "repository_manifest": {"name": "Satellite Tracker (N2YO)", "country": ["CA"], "domains": ["binary_sensor", "device_tracker", "sensor"], "homeassistant": "0.115.0", "iot_class": ["Cloud Polling"]}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["home-assistant", "home-assistant-hacs", "international-space-station", "iss", "satellite", "satellite-tracker", "starlink", "tracking-satellites", "visible-passes"], "version_installed": null, "last_fetched": 1642520517.076959}, "248462859": {"authors": ["@uvjustin"], "category": "integration", "description": "Custom component to allow Home Assistant to interface with Alarm.com", "domain": "alarmdotcom", "downloads": 0, "etag_repository": "W/\"3ce0ca90f5fc9249d3970eab7968934efb3c20f22f78b754937e95e5c41a48aa\"", "full_name": "uvjustin/alarmdotcom", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "42433a5", "last_release_tag": "v0.1.12", "last_updated": "2022-01-29T18:08:31Z", "name": "alarmdotcom", "new": false, "repository_manifest": {"name": "Alarmdotcom", "render_readme": true, "homeassistant": "0.105.0"}, "selected_tag": null, "show_beta": false, "stars": 72, "topics": ["alarm", "hacs", "home-assistant"], "version_installed": null, "last_fetched": 1643571251.610799}, "317051290": {"authors": ["@eyalcha"], "category": "integration", "description": "Home assistant custom component to fetch kan program guide", "domain": "kan_program", "downloads": 0, "etag_repository": "W/\"20b3a4d3077e80339ffc76d5e85f75a826a33a3697e90e9eed1208031929afb0\"", "full_name": "eyalcha/kan_program", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "0e70f0f", "last_release_tag": "1.0.0", "last_updated": "2021-06-26T12:35:00Z", "name": "kan_program", "new": false, "repository_manifest": {"name": "Kan Program", "domains": ["sensor"], "country": ["IL"], "iot_class": "cloud_poll", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["custom-component", "hacs", "home-assistant"], "version_installed": null}, "199399946": {"authors": ["@jessevl"], "category": "integration", "description": "This is a Home Assistant custom component that connects to the Greenchoice API", "domain": "greenchoice", "downloads": 0, "etag_repository": "W/\"69e8eae5b7d23ccc6536bfc2e922d5a227a616b765b3fa06cc272e6dd9e28af6\"", "full_name": "jessevl/homeassistant-greenchoice", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "622eab3", "last_release_tag": null, "last_updated": "2021-04-08T13:40:36Z", "name": "greenchoice", "new": false, "repository_manifest": {"name": "Greenchoice", "country": ["NL"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 20, "topics": ["greenchoice", "homeassistant", "sensor"], "version_installed": null, "last_fetched": 1643571234.788655}, "319343045": {"authors": ["@caronc"], "category": "integration", "description": "Interlogix ZeroWire and Hills ComNav (NX-595E) UltraSync Security Panel for Integration for Home Assistant Comunity Store (HACS)", "domain": "ultrasync", "downloads": 0, "etag_repository": "W/\"7c500957e5ad8297c55bbccc7d50d5def2e2113833bdd4c011de193d34345d59\"", "full_name": "caronc/ha-ultrasync", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c96ec26", "last_release_tag": null, "last_updated": "2021-10-22T17:54:48Z", "name": "ultrasync", "new": false, "repository_manifest": {"name": "UltraSync Beta", "hacs": "0.24.0", "domains": ["sensor"], "render_readme": true, "homeassistant": "0.110.0"}, "selected_tag": null, "show_beta": false, "stars": 7, "topics": ["comnav", "hacs", "homeassistant", "homeassistant-custom-component", "homeassistant-integration", "interlogix", "nx-595e", "security", "ultrasync"], "version_installed": null, "last_fetched": 1642851356.971667}, "316527506": {"authors": ["@iprak"], "category": "integration", "description": "Home Assistant component for C545 Winix Air Purifier", "domain": "winix", "downloads": 0, "etag_repository": "W/\"4896afc32e43c580e189dfeaca281c554315acc0c5e9713dff678679d0f64e94\"", "full_name": "iprak/winix", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "dc0bec5", "last_release_tag": "v.11", "last_updated": "2022-01-08T10:26:20Z", "name": "winix", "new": false, "repository_manifest": {"name": "Winix Purifier", "domains": ["sensor", "fan"], "iot_class": "cloud_poll", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 31, "topics": ["home-assistant", "homeassistant", "purifier", "winix"], "version_installed": null, "last_fetched": 1642851357.701492}, "316807165": {"authors": ["@kloknibor", "@docbobo"], "category": "integration", "description": "Miele integration for Home assistant", "domain": "miele", "downloads": 0, "etag_repository": "W/\"60a16e54b24f724c4ced36b41842d979fb970454290f42d6b516cda605b7b47b\"", "full_name": "HomeAssistant-Mods/home-assistant-miele", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1ac1b91", "last_release_tag": "v0.9.1", "last_updated": "2022-01-20T22:46:02Z", "name": "miele", "new": false, "repository_manifest": {"name": "Miele integration", "iot_class": ["Cloud Polling"]}, "selected_tag": null, "show_beta": false, "stars": 56, "topics": ["hacs", "homeassistant", "homeassistant-integration", "miele"], "version_installed": null, "last_fetched": 1643571233.046946}, "312896602": {"authors": ["@lendy007"], "category": "integration", "description": "Skoda Connect - An home assistant plugin to add integration with your car", "domain": "skodaconnect", "downloads": 0, "etag_repository": "W/\"699dfd91c6d4d2c2ff71fa157dc4455f09611836958f747b5b0b12d7910fcc0b\"", "full_name": "lendy007/homeassistant-skodaconnect", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9bde67c", "last_release_tag": "v1.0.63", "last_updated": "2022-01-29T11:33:23Z", "name": "skodaconnect", "new": false, "repository_manifest": {"name": "Skoda Connect", "iot_class": "Cloud Polling", "homeassistant": "2021.12.0", "hide_default_branch": true, "zip_release": false, "filename": "skodaconnect.zip"}, "selected_tag": null, "show_beta": false, "stars": 95, "topics": ["custom-component", "hacs", "homeassistant", "skoda-connect"], "version_installed": null, "last_fetched": 1643571238.351899}, "300754203": {"authors": [], "category": "plugin", "description": "A simple clock widget using Japanese Kanji for date and time", "domain": "", "downloads": 0, "etag_repository": "W/\"7ed924d663a09f693c7769511af013cf0049289224d664c484ff0336ce62661c\"", "full_name": "sopelj/lovelace-kanji-clock-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "79992f6", "last_release_tag": "0.2.2", "last_updated": "2021-12-26T17:55:49Z", "name": "lovelace-kanji-clock-card", "new": false, "repository_manifest": {"name": "Kanji Clock Card", "render_readme": true, "filename": "kanji-clock-card.js", "country": ["JP"]}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["hacs", "lovelace", "lovelace-card", "lovelace-custom-card"], "version_installed": null}, "316597224": {"authors": ["@DarkPark"], "category": "integration", "description": "A Home Assistant Budova Smart Home integration", "domain": "bsh", "downloads": 0, "etag_repository": "W/\"b06c4df8064aeff9d855d3ebf94c284d55804b82f22e8fa574e288f517214e21\"", "full_name": "dphae/bsh", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1c9ac28", "last_release_tag": "v1.3.5", "last_updated": "2021-08-05T21:00:50Z", "name": "bsh", "new": false, "repository_manifest": {"name": "Budova Smart Home", "country": ["UA"], "content_in_root": false, "render_readme": true, "domains": ["sensor"], "iot_class": "Cloud Polling", "homeassistant": "2021.8.1"}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": ["budova", "custom-component", "hacs", "home-assistant", "integration", "smart-home"], "version_installed": null}, "316421110": {"authors": ["@rccoleman"], "category": "integration", "description": "Interact with your La Marzocco espresso machine", "domain": "lamarzocco", "downloads": 0, "etag_repository": "W/\"0d410f3b370f60bc9010b95e6b04e192252e16959790448c3af830994dbf0dab\"", "full_name": "rccoleman/lamarzocco", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a0b34e3", "last_release_tag": "v0.8.0", "last_updated": "2021-12-05T17:10:07Z", "name": "lamarzocco", "new": false, "repository_manifest": {"name": "La Marzocco", "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": ["hacs", "home-assistant", "home-assistant-component", "homeassistant", "la-marzocco", "lamarzocco"], "version_installed": null}, "228299254": {"authors": ["@rsnodgrass"], "category": "integration", "description": "LUNOS HRV Ventilation Fan Control for Home Assistant", "domain": "lunos", "downloads": 0, "etag_repository": "W/\"f2e9fb0d4259e163fb469138b789a5b150705b4cc9b338091de8bcc4be802f65\"", "full_name": "rsnodgrass/hass-lunos", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4ce9000", "last_release_tag": "0.1.3", "last_updated": "2021-09-29T20:55:52Z", "name": "lunos", "new": false, "repository_manifest": {"name": "LUNOS Heat Recovery Ventilation", "domains": ["fan"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 11, "topics": ["homeassistant", "hvac", "ventilation"], "version_installed": null}, "313759590": {"authors": ["@ryanmac8"], "category": "integration", "description": "Mint Mobile Integration for Data Usage Monitoring", "domain": "mintmobile", "downloads": 0, "etag_repository": "W/\"2cc94deaeac6d7d64f763de33ffce910c8ef4115159f9e85982a887f41b32fff\"", "full_name": "ryanmac8/HA-Mint-Mobile", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "0d9c8af", "last_release_tag": "v1.9", "last_updated": "2022-01-18T01:00:09Z", "name": "mintmobile", "new": false, "repository_manifest": {"name": "Mint Mobile", "content_in_root": false, "domains": ["sensor"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": ["automation", "home-assistant"], "version_installed": null, "last_fetched": 1642520517.749859}, "318801320": {"authors": ["@thebino"], "category": "integration", "description": " \ud83e\udda0 Custom integration for Home Assistant to monitor covid numbers provided by Robert-Koch Institut", "domain": "rki_covid", "downloads": 2153, "etag_repository": "W/\"9c98997e198307321be114edad7dcfa67c838cd88e7a8e121baef7311a45c892\"", "full_name": "thebino/rki_covid", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "948337e", "last_release_tag": "1.5.6", "last_updated": "2022-01-09T19:09:32Z", "name": "rki_covid", "new": false, "repository_manifest": {"name": "RKI Covid numbers", "zip_release": true, "filename": "rki_covid.zip", "country": ["DE"], "domains": ["rki_covid", "sensor"], "homeassistant": "0.110.0", "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 38, "topics": ["automation", "custom", "hassio", "home-assistant", "lovelace", "sensor"], "version_installed": null, "last_fetched": 1643571249.747555}, "188323494": {"authors": [], "category": "plugin", "description": "Bring new life to Home Assistant. By mapping entities to a SVG-object, you're able to control devices, show states, calling services - and much more. Add custom styling on top, to visualize whatever you can think of. Your imagination just become the new limit.", "domain": "", "downloads": 0, "etag_repository": "W/\"b8aa61e2587d3ef89d45f966f97900415d33b3d9c3eeef71d01d637f3627b76f\"", "full_name": "ExperienceLovelace/ha-floorplan", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "83cc2e8", "last_release_tag": "1.0.30", "last_updated": "2022-01-17T17:16:43Z", "name": "ha-floorplan", "new": false, "repository_manifest": {"name": "Ha Floorplan", "filename": "floorplan.js"}, "selected_tag": null, "show_beta": false, "stars": 390, "topics": ["floorplan", "homeassistant", "lovelace-card", "lovelace-floorplan", "panel"], "version_installed": null, "last_fetched": 1643545559.024828}, "318359434": {"authors": ["@FutureTense", "@firstof9"], "category": "integration", "description": "Home Assistant integration for managing Z-Wave enabled locks", "domain": "keymaster", "downloads": 2557, "etag_repository": "W/\"4499bf7e6caf71cbb782bec3066df0e032496d9208414845c6c4e3ccaa3be39f\"", "full_name": "FutureTense/keymaster", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "05d6d37", "last_release_tag": "v0.0.77", "last_updated": "2021-11-19T01:44:23Z", "name": "keymaster", "new": false, "repository_manifest": {"name": "keymaster", "domains": ["automation", "binary_sensor", "input_boolean", "input_datetime", "input_number", "input_text", "script", "sensor", "template"], "iot_class": "Local Polling", "zip_release": true, "filename": "keymaster.zip", "homeassistant": "2021.9.0"}, "selected_tag": null, "show_beta": false, "stars": 92, "topics": ["home-assistant", "keymaster", "locks", "zwave", "zwave-enabled-locks"], "version_installed": null, "last_fetched": 1643571231.5456}, "325097827": {"authors": ["@andvikt"], "category": "integration", "description": "MegaD HomeAssistant integration", "domain": "mega", "downloads": 0, "etag_repository": "W/\"1b857a9d4066e7a6dc9777775645335db4507e63fbc91828342562b063316f20\"", "full_name": "andvikt/mega_hacs", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "16ad1ea", "last_release_tag": "v1.1.1", "last_updated": "2021-12-19T14:53:40Z", "name": "mega", "new": false, "repository_manifest": {"name": "MegaD", "country": ["RU"], "domains": ["mega"], "persistent_directory": "userfiles", "iot_class": ["Assumed State", "Local Push"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 69, "topics": ["custom-integration", "hacs", "homeassistant", "megad"], "version_installed": null, "last_fetched": 1643571221.419354}, "325635211": {"authors": ["@kesteraernoudt"], "category": "integration", "description": "Custom Home Assistant Integration for the Dobiss NXT platform", "domain": "dobiss", "downloads": 0, "etag_repository": "W/\"5cf72dc8b506c35a53452f9218391dbfd870cdf09ad57b9f3b99b3ead7da447f\"", "full_name": "kesteraernoudt/dobiss", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9bf662e", "last_release_tag": "v1.4", "last_updated": "2022-01-07T18:24:35Z", "name": "dobiss", "new": false, "repository_manifest": {"name": "dobiss", "hacs": "1.6.0", "domains": ["binary_sensor", "sensor", "switch", "light", "climate", "cover"], "iot_class": ["Local Push", "Cloud Push"], "homeassistant": "0.118.0"}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["hacs", "hass", "home-assistant", "integration"], "version_installed": null, "last_fetched": 1641587982.004159}, "311913208": {"authors": ["@gazoodle"], "category": "integration", "description": "Home Assistant integration for spas equipped with Gecko Alliance in.touch2 modules", "domain": "gecko", "downloads": 0, "etag_repository": "W/\"fe22f48bbdcc1ea5da3d29c1fcb2705a0894d4006944b2546fc0d883f2e58a75\"", "full_name": "gazoodle/gecko-home-assistant", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "8eac2e2", "last_release_tag": "v0.0.7", "last_updated": "2021-08-11T09:23:47Z", "name": "gecko", "new": false, "repository_manifest": {"name": "Gecko", "hacs": "0.24.0", "domains": ["binary_sensor", "sensor", "switch", "climate", "light"], "iot_class": "Local Push", "homeassistant": "0.115.0"}, "selected_tag": null, "show_beta": false, "stars": 24, "topics": ["gecko", "hacs", "home-assistant", "home-assistant-integration", "hot-tub", "intouch2", "jacuzzi", "spa"], "version_installed": null, "last_fetched": 1641307475.129335}, "299556199": {"authors": ["@xraver"], "category": "integration", "description": "Script to use Mercedes Me APIs.", "domain": "mercedesmeapi", "downloads": 0, "etag_repository": "W/\"372019ef96f8d311a1f43e9707b56690c517ad8bee0b0a608e8a733a303de980\"", "full_name": "xraver/mercedes_me_api", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "ee64462", "last_release_tag": "v0.11", "last_updated": "2021-02-04T08:01:28Z", "name": "mercedesmeapi", "new": false, "repository_manifest": {"name": "Mercedes Me API", "domains": ["sensor"], "render_readme": false, "homeassistant": "0.100.0", "iot_class": ["Cloud Polling"]}, "selected_tag": null, "show_beta": false, "stars": 32, "topics": ["hacs", "homeassistant", "mercedes", "mercedes-benz-car", "python"], "version_installed": null, "last_fetched": 1643571252.677888}, "303793543": {"authors": ["@tomasbedrich"], "category": "integration", "description": "A Home Assistant integration for communication with Skydance lighting WiFi relay.", "domain": "skydance", "downloads": 0, "etag_repository": "W/\"acd134673a77eef42a62354521c279e96a0ed8e163ace5454a4f23c5c29857a4\"", "full_name": "tomasbedrich/home-assistant-skydance", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a1630b7", "last_release_tag": "2.0.1", "last_updated": "2021-11-30T23:47:20Z", "name": "skydance", "new": false, "repository_manifest": {"name": "Skydance", "domains": ["skydance"], "country": ["EN", "CZ"], "render_readme": true, "iot_class": ["Local Polling"]}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": ["hacs", "home-assistant", "home-automation", "networking", "python"], "version_installed": null, "last_fetched": 1642851364.709123}, "315447202": {"authors": ["@KoljaWindeler"], "category": "integration", "description": "YouTube music player for homeassistant", "domain": "ytube_music_player", "downloads": 0, "etag_repository": "W/\"4e4f8d49105d3ae7321ae25d0446883933d7395927e7cab2e864063a3103da0f\"", "full_name": "KoljaWindeler/ytube_music_player", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "418b3bc", "last_release_tag": "20220123.01", "last_updated": "2022-01-23T08:37:22Z", "name": "ytube_music_player", "new": false, "repository_manifest": {"name": "ytube_music_player", "content_in_root": false, "render_readme": true, "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 124, "topics": ["custom-component", "homeassistant", "youtube"], "version_installed": null, "last_fetched": 1643571237.081738}, "157618389": {"authors": [], "category": "integration", "description": "\ud83d\udd39 Use icons from fontawesome in home-assistant", "domain": "fontawesome", "downloads": 0, "etag_repository": "W/\"9a5fece5aaaf48609cffe62ae79ac8452b4ad3c87d9f5d6dd0ac067f39b21c89\"", "full_name": "thomasloven/hass-fontawesome", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "cb7b171", "last_release_tag": "2.1.5", "last_updated": "2021-11-23T09:13:29Z", "name": "fontawesome", "new": false, "repository_manifest": {"name": "fontawesome", "render_readme": true, "homeassistant": "2021.11.0b0"}, "selected_tag": null, "show_beta": false, "stars": 154, "topics": [], "version_installed": null, "last_fetched": 1643571250.148892}, "306666927": {"authors": ["@unsigus", "@DCSBL"], "category": "integration", "description": "Custom Home Assistant integration for HomeWizard Energy", "domain": "homewizard_energy", "downloads": 1679, "etag_repository": "W/\"516fa941ff011f2e180d64bdf4987f72af1ff450c0b5578abd5f2450f7b921b3\"", "full_name": "DCSBL/ha-homewizard-energy", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "de4d4d8", "last_release_tag": "0.12.1", "last_updated": "2022-01-17T11:30:27Z", "name": "homewizard_energy", "new": false, "repository_manifest": {"name": "HomeWizard Energy", "render_readme": true, "domains": ["sensor", "switch"], "homeassistant": "2021.11.0", "iot_class": "local_polling", "zip_release": true, "filename": "homewizard_energy.zip"}, "selected_tag": null, "show_beta": false, "stars": 25, "topics": ["custom-integration", "dsmr", "hacs", "home-assistant", "homeassistant", "homewizard", "homewizard-energy", "homewizard-p1-meter", "p1"], "version_installed": null, "last_fetched": 1643571227.966338}, "203246690": {"authors": [], "category": "plugin", "description": "Home Assistant Lovelace custom card with Barometer, Thermomer themes and customs themes as well !", "domain": "", "downloads": 0, "etag_repository": "W/\"74e7e0414b1b654f441623138358d57a355c6aeba614c5da57987fdb88568990\"", "full_name": "SNoof85/lovelace-tempometer-gauge-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "59e1a34", "last_release_tag": "1.40", "last_updated": "2021-06-07T09:26:09Z", "name": "lovelace-tempometer-gauge-card", "new": false, "repository_manifest": {"name": "Tempometer Gauge Card", "render_readme": true, "content_in_root": true, "filename": "tempometer-gauge-card.js"}, "selected_tag": null, "show_beta": false, "stars": 84, "topics": ["barometer", "custom-card", "home-assistant", "lovelace", "thermometer"], "version_installed": null, "last_fetched": 1643571263.133605}, "179808576": {"authors": [], "category": "plugin", "description": "Additional icons for Home Assistant to accompany the MDI icons", "domain": "", "downloads": 0, "etag_repository": "W/\"7e3c5b703209201b9acb26f9d60a488c0b4eea50225225527e9adb033ba3e8ba\"", "full_name": "hulkhaugen/hass-bha-icons", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c9f8057", "last_release_tag": null, "last_updated": "2022-01-28T19:07:08Z", "name": "hass-bha-icons", "new": false, "repository_manifest": {"name": "BHA Icon Pack", "render_readme": false, "content_in_root": false}, "selected_tag": null, "show_beta": false, "stars": 129, "topics": ["hacs", "home-assistant", "homeassistant", "icons", "iconset"], "version_installed": null, "last_fetched": 1643545558.910635}, "237620254": {"authors": [], "category": "plugin", "description": "This is a custom lovelace card for displaying a todoist calendar in Home Assistant.", "domain": "", "downloads": 0, "etag_repository": "W/\"0b23f2994406c5ecf139ad5126e1268b6f975ddad2750667c33753b8afdc72c4\"", "full_name": "tholgir/TodoIst-Task-List", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "23c9f66", "last_release_tag": "v1.1.1", "last_updated": "2021-04-25T07:36:09Z", "name": "TodoIst-Task-List", "new": false, "repository_manifest": {"name": "todoist-task-list", "content_in_root": true, "render_readme": true, "filename": "todoist-task-list.js"}, "selected_tag": null, "show_beta": false, "stars": 10, "topics": ["homeassistant", "lovelace", "lovelace-custom-card", "lovelace-ui", "todoist"], "version_installed": null}, "328957716": {"authors": [], "category": "plugin", "description": "Home Assistant Lovelace Custom Card to calculate time elapsed/left", "domain": "", "downloads": 0, "etag_repository": "W/\"9448c4a172fc46581115a1dad10addfb3da730b136948abb6896dfa85f773e6b\"", "full_name": "Kirbo/ha-lovelace-elapsed-time-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "84704a2", "last_release_tag": "0.4.2", "last_updated": "2021-06-03T08:58:27Z", "name": "ha-lovelace-elapsed-time-card", "new": false, "repository_manifest": {"name": "Time Elapsed Card", "render_readme": true, "filename": "elapsed-time-card.js"}, "selected_tag": null, "show_beta": false, "stars": 19, "topics": ["hacs", "homeassistant", "lovelace-custom-card"], "version_installed": null, "last_fetched": 1641217483.958615}, "328132422": {"authors": [], "category": "plugin", "description": "This repository is used to contain the code of a kodi playlist card for Home Assistant and publish it via HACS", "domain": "", "downloads": 0, "etag_repository": "W/\"91866afe904c89043fdf11b65f6a552e00dc52ed3cb5b0feba28b51d123c2a3d\"", "full_name": "jtbgroup/kodi-playlist-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "864bed7", "last_release_tag": "3.2.0", "last_updated": "2021-12-05T07:17:07Z", "name": "kodi-playlist-card", "new": false, "repository_manifest": {"name": "Kodi Playlist Card", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["home-assistant", "home-assistant-frontend", "home-assistant-hacs", "homeassistant", "kodi"], "version_installed": null}, "331701152": {"authors": [], "category": "plugin", "description": "\ud83d\udcc8 A Lovelace card to display advanced graphs and charts based on ApexChartsJS for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"1f4e541aaaf4fc5481e80109b6bda4d27ee9e439a2bed8461fbc8d17fdc4a5ca\"", "full_name": "RomRider/apexcharts-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4d72937", "last_release_tag": "v1.10.0", "last_updated": "2022-01-03T18:03:25Z", "name": "apexcharts-card", "new": false, "repository_manifest": {"name": "apexcharts-card", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 328, "topics": ["apexcharts", "home-assistant", "iot", "lovelace"], "version_installed": null, "last_fetched": 1643545559.208369}, "327779379": {"authors": ["@itchannel"], "category": "integration", "description": "Optus Mobile Home Assistant Integration", "domain": "optus", "downloads": 0, "etag_repository": "W/\"76247ea11beb07b89e9380811fd7f27d91be810b51b5969f11cb5b32288b4e5b\"", "full_name": "itchannel/optus-ha", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7186455", "last_release_tag": "0.0.2", "last_updated": "2021-06-13T00:40:48Z", "name": "optus", "new": false, "repository_manifest": {"name": "Optus", "content_in_root": false, "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": ["assistant", "mobile", "optus"], "version_installed": null}, "257988102": {"authors": ["@cgarwood"], "category": "integration", "description": "Fully Kiosk Browser integration for Home Assistant", "domain": "fullykiosk", "downloads": 0, "etag_repository": "W/\"9ad4c084b7f8e7449720c3ac1219fab3c85e0b59d3817bc4cf66f24ff53cd5fb\"", "full_name": "cgarwood/homeassistant-fullykiosk", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7405866", "last_release_tag": "1.0.1", "last_updated": "2022-01-08T14:11:03Z", "name": "fullykiosk", "new": false, "repository_manifest": {"name": "Fully Kiosk Browser", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 93, "topics": ["fully-kiosk-browser", "hacktoberfest", "home-assistant"], "version_installed": null, "last_fetched": 1643571224.437525}, "328361159": {"authors": ["@jellespijker"], "category": "integration", "description": "Home-Assistant component for Ultimaker printers (UM3, S3, S5)", "domain": "ultimaker", "downloads": 0, "etag_repository": "W/\"b5d986842221d7e6b9a33dcfd6b2f5b31cfc60f6068919ff8018d21f92a832fd\"", "full_name": "jellespijker/home-assistant-ultimaker", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5324b44", "last_release_tag": "V0.1.5", "last_updated": "2021-03-07T12:11:04Z", "name": "ultimaker", "new": false, "repository_manifest": {"name": "ultimaker", "render_readme": true, "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": ["3d-printing", "hass", "hassio", "home-assistant", "home-assistant-component", "home-assistant-hacs", "home-assistant-sensor", "s3", "s5", "ultimaker", "um3"], "version_installed": null}, "326288498": {"authors": ["@jugla"], "category": "integration", "description": "world tides info custom component for home assistant", "domain": "worldtidesinfocustom", "downloads": 0, "etag_repository": "W/\"7d616285d305b4ec252f1ef5df4e30b445f5b5c7ceb4aa730695426484e3c9b8\"", "full_name": "jugla/worldtidesinfocustom", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "85f5079", "last_release_tag": "V9.1.0", "last_updated": "2022-01-25T17:54:16Z", "name": "worldtidesinfocustom", "new": false, "repository_manifest": {"name": "worldtidesinfocustom", "domains": ["sensor", "camera"], "iot_class": "cloud_polling"}, "selected_tag": null, "show_beta": false, "stars": 14, "topics": ["customcomponents", "hacs", "homeassistant", "tides", "worldtides"], "version_installed": null, "last_fetched": 1643571235.91743}, "330454534": {"authors": [], "category": "plugin", "description": "Lovelace card to configure network-connected La Marzocco espresso machines", "domain": "", "downloads": 0, "etag_repository": "W/\"834c5ba895093871d0278bf5d24283be5d0cbbf2041432f3a1080e985037af26\"", "full_name": "rccoleman/lovelace-lamarzocco-config-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1022444", "last_release_tag": "v0.0.7", "last_updated": "2021-02-14T21:51:13Z", "name": "lovelace-lamarzocco-config-card", "new": false, "repository_manifest": {"name": "La Marzocco Config Card", "render_readme": true, "filename": "lamarzocco-config-card.js"}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["automation", "espresso", "hass", "home-assistant", "homeassistant", "lamarzocco", "lovelace", "lovelace-card", "lovelace-custom-card"], "version_installed": null}, "306822538": {"authors": ["@exxamalte"], "category": "integration", "description": "Home Assistant Custom Component: NSW Rural Fire Service Fire Danger", "domain": "nsw_rural_fire_service_fire_danger", "downloads": 0, "etag_repository": "W/\"6015dffad130bb99d7f11ec0edd0674f3cae4514f70910e82a928c3889733357\"", "full_name": "exxamalte/home-assistant-custom-components-nsw-rural-fire-service-fire-danger", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9d125bd", "last_release_tag": "v0.8", "last_updated": "2021-12-25T12:03:39Z", "name": "nsw_rural_fire_service_fire_danger", "new": false, "repository_manifest": {"name": "NSW Rural Fire Service - Fire Danger", "domains": ["binary_sensor", "sensor"], "country": ["AU"], "homeassistant": "0.117.0", "iot_class": ["Cloud Polling"]}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["custom-component", "fire-danger", "homeassistant", "nsw", "rural-fire-service", "sensor"], "version_installed": null, "last_fetched": 1642520518.567378}, "291484700": {"authors": ["@AlexxIT"], "category": "integration", "description": "Control Zigbee, BLE and Mesh devices from Home Assistant with Xiaomi Gateway 3 (ZNDMWG03LM) on original firmware", "domain": "xiaomi_gateway3", "downloads": 0, "etag_repository": "W/\"d86ae8c1553b7a10c2556d979df00cbc5ab5c986a8bbf7e78474c63af19f0036\"", "full_name": "AlexxIT/XiaomiGateway3", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "0488afc", "last_release_tag": "v1.6.5", "last_updated": "2022-01-30T12:22:47Z", "name": "xiaomi_gateway3", "new": false, "repository_manifest": {"name": "Xiaomi Gateway 3", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 1250, "topics": ["ble", "hacs", "home-assistant", "xiaomi", "zigbee"], "version_installed": null, "last_fetched": 1643571220.148948}, "334523683": {"authors": ["@B5r1oJ0A9G"], "category": "integration", "description": "Integration for Teufel smart speaker (aka Raumfeld Multiroom) into https://www.home-assistant.io/.", "domain": "teufel_raumfeld", "downloads": 0, "etag_repository": "W/\"7a0c134f283ea4291b75e50ef9cff060ceb12c4dd8b25ed3569e9186abc5dbb9\"", "full_name": "B5r1oJ0A9G/teufel_raumfeld", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "abb330c", "last_release_tag": null, "last_updated": "2021-08-24T22:21:56Z", "name": "teufel_raumfeld", "new": false, "repository_manifest": {"name": "Teufel Raumfeld", "domains": ["media_player", "sensor"], "iot_class": ["Local Polling"], "zip_release": true, "filename": "teufel_raumfeld.zip"}, "selected_tag": null, "show_beta": false, "stars": 15, "topics": ["hassfeld", "home-assistant", "media-player", "multiroom", "multiroom-audio", "raumfeld", "smart-speaker", "teufel"], "version_installed": null, "last_fetched": 1643571222.419727}, "276915021": {"authors": ["@fondberg", "@tmjo", "@olalid", "@astrandb"], "category": "integration", "description": "Custom component for Easee EV charger", "domain": "easee", "downloads": 0, "etag_repository": "W/\"e578a60c45595826a2bc3b3e57433bae049cde20cdb6cf25c8129ecba35d3371\"", "full_name": "fondberg/easee_hass", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "91fe608", "last_release_tag": "v0.9.39", "last_updated": "2022-01-28T09:41:00Z", "name": "easee", "new": false, "repository_manifest": {"name": "Easee EV Charger", "domains": ["binary_sensor", "sensor", "switch"], "homeassistant": "2021.11.0", "iot_class": ["Cloud Push"]}, "selected_tag": null, "show_beta": false, "stars": 74, "topics": ["easee", "ev-charging", "hass", "home-assistant"], "version_installed": null, "last_fetched": 1643571230.885064}, "325755578": {"authors": ["@ReneNulschDE"], "category": "integration", "description": "Custom Component to integrate MercedesME devices into Home-Assistant", "domain": "mbapi2020", "downloads": 0, "etag_repository": "W/\"aaf6bc11f86b3bafaaf2e842f4d3039711c3c0b8141757955d6d9f9443d6fdec\"", "full_name": "ReneNulschDE/mbapi2020", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c2df37d", "last_release_tag": "v0.6.1", "last_updated": "2022-01-30T16:59:42Z", "name": "mbapi2020", "new": false, "repository_manifest": {"name": "MercedesME 2020", "domains": ["lock", "sensor", "device_tracker", "binary_sensor", "switch"], "iot_class": "Cloud Pull"}, "selected_tag": null, "show_beta": false, "stars": 51, "topics": ["car", "home-assistant", "home-assistant-component", "lock", "sensor", "switch"], "version_installed": null, "last_fetched": 1643571245.715936}, "325962977": {"authors": ["@msekoranja"], "category": "integration", "description": "EMSC Home Assistant Integration", "domain": "emscrss", "downloads": 0, "etag_repository": "W/\"d6e74e4c98906a961e5fabe8d993df2fe88cbd9fd27b885e5254095f98c25b5a\"", "full_name": "msekoranja/emsc-hacs-repository", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e024cc1", "last_release_tag": null, "last_updated": "2021-12-16T18:29:28Z", "name": "emscrss", "new": false, "repository_manifest": {"name": "EMSC Earthquake RSS Feed", "hacs": "1.6.0", "domains": ["sensor"], "iot_class": "Cloud Polling", "homeassistant": "0.118.0"}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["custom-component", "home-assistant"], "version_installed": null, "last_fetched": 1643545556.696503}, "319744131": {"authors": ["@martindybal"], "category": "integration", "description": "TapHome integration into Home Assistant.", "domain": "taphome", "downloads": 0, "etag_repository": "W/\"56d90ea97718f8cc5c34e1939afc5c548545efd74bf1854fe6c2572f26a0e34c\"", "full_name": "martindybal/taphome-homeassistant", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "79d1f47", "last_release_tag": null, "last_updated": "2022-01-16T05:54:53Z", "name": "taphome", "new": false, "repository_manifest": {"name": "TapHome", "render_readme": true, "homeassistant": "2021.7.0", "domains": ["binary_sensor", "climate", "cover", "light", "sensor", "switch", "select"], "content_in_root": true}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": ["home-assistant", "home-automation", "taphome"], "version_installed": null, "last_fetched": 1642430855.853559}, "236611771": {"authors": ["@PrairieSnpr"], "category": "integration", "description": "TDAmeritrade component for Home Assistant", "domain": "tdameritrade", "downloads": 0, "etag_repository": "W/\"4b4636130839f61b04ea3b9bb184a3887b9f48db9be36f8911ef29896f21e5f0\"", "full_name": "prairiesnpr/hass-tdameritrade", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c16f7ec", "last_release_tag": "v0.2", "last_updated": "2021-09-26T20:27:15Z", "name": "tdameritrade", "new": false, "repository_manifest": {"name": "TDAmeritrade", "country": ["US"], "domains": ["binary_sensor", "sensor"], "homeassistant": "2021.1.4", "iot_class": ["Cloud Polling"]}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["hacs", "home-assistant", "tdameritrade"], "version_installed": null}, "321172020": {"authors": ["@natekspencer"], "category": "integration", "description": "Home Assistant integration for a Litter-Robot Connect self-cleaning litter box", "domain": "litterrobot", "downloads": 0, "etag_repository": "W/\"9cc00dc169650c071db9f4b4dd03ccb36469d6af166ef0594b5e682f6c5e6226\"", "full_name": "natekspencer/hacs-litterrobot", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1a1bc12", "last_release_tag": "2021.8.0", "last_updated": "2021-09-14T00:21:28Z", "name": "litterrobot", "new": false, "repository_manifest": {"name": "Litter-Robot", "render_readme": true, "domains": ["sensor", "switch", "vacuum"], "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": ["hacs", "home-assistant", "home-assistant-hacs", "homeassistant", "homeassistant-components", "homeassistant-custom-component", "homeassistant-integration", "litter-robot", "python3"], "version_installed": null, "last_fetched": 1641217493.557287}, "335750566": {"authors": ["@metbril"], "category": "integration", "description": "Home Assistant component for fuel prices from United Consumers", "domain": "brandstofprijzen", "downloads": 0, "etag_repository": "W/\"d74db9c0926372d170ef8f49196e9c5f3281f9e4617ff3895a6dce7b1ca37e18\"", "full_name": "metbril/home-assistant-brandstofprijzen", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c1ad1f5", "last_release_tag": "v0.3.0", "last_updated": "2021-12-25T17:27:20Z", "name": "brandstofprijzen", "new": false, "repository_manifest": {"name": "Brandstofprijzen", "content_in_root": false, "render_readme": true, "country": ["NL"], "domains": ["sensor"], "iot_class": ["Assumed State", "Cloud Polling"]}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": ["custom-component", "home-assistant"], "version_installed": null}, "332651510": {"authors": ["@jcgoette"], "category": "integration", "description": "This custom integration provides sensors for Baby Buddy API endpoints.", "domain": "babybuddy", "downloads": 0, "etag_repository": "W/\"9b94fc4737f3ba865ac135f2772b82709943780b7dd9baf63e45a25ec541af43\"", "full_name": "jcgoette/baby_buddy_homeassistant", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "abb4c50", "last_release_tag": "v2.3.0", "last_updated": "2021-12-18T03:52:25Z", "name": "babybuddy", "new": false, "repository_manifest": {"domains": ["sensor", "switch"], "homeassistant": "2021.9", "iot_class": "Cloud Polling", "name": "Baby Buddy", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 18, "topics": ["baby", "home-assistant", "home-assistant-component", "home-assistant-custom", "home-assistant-sensor", "parents", "python"], "version_installed": null, "last_fetched": 1642430857.32164}, "334718103": {"authors": ["@fred-oranje"], "category": "integration", "description": "Add Rituals Genie to your HomeAssistant", "domain": "rituals_genie", "downloads": 0, "etag_repository": "W/\"134c760881a3629df584d2b62091a66a33188c060257342747aa089f66514a0f\"", "full_name": "fred-oranje/rituals-genie", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c7589d3", "last_release_tag": "v0.0.2", "last_updated": "2021-12-06T12:08:47Z", "name": "rituals_genie", "new": false, "repository_manifest": {"name": "Rituals Genie", "hacs": "1.6.0", "domains": ["sensor", "switch"], "iot_class": "Cloud Polling", "homeassistant": "2021.1.5"}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["genie", "homeassistant", "integration", "rituals"], "version_installed": null}, "295523408": {"authors": ["@jvitkauskas"], "category": "integration", "description": "Home Assistant integration with Salus devices", "domain": "salus", "downloads": 0, "etag_repository": "W/\"95fa6c21697809190fc02e76e65a8b58c0371f314856ba019b6f5525e49c8d44\"", "full_name": "jvitkauskas/homeassistant_salus", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "86d0d52", "last_release_tag": "0.3.1", "last_updated": "2022-01-14T20:26:10Z", "name": "salus", "new": false, "repository_manifest": {"name": "Salus iT600", "render_readme": true, "iot_class": "Local Polling", "domains": ["climate", "binary_sensor", "switch", "cover", "sensor"]}, "selected_tag": null, "show_beta": false, "stars": 19, "topics": ["hacs", "hass", "home-assistant", "integration"], "version_installed": null, "last_fetched": 1643571236.44543}, "327695137": {"authors": ["@boralyl", "@Gautier Vanderslyen"], "category": "integration", "description": "Custom component to feed multiple sensors in Home Assistan and so custom cards can be to display those sensors. This repository is a fork of https://github.com/boralyl/kodi-recently-added", "domain": "kodi_media_sensors", "downloads": 0, "etag_repository": "W/\"7cdc679cb850cd9a5cbfd0159067d19f002baaf21c01a106e9b5bee8d1831e4d\"", "full_name": "jtbgroup/kodi-media-sensors", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7daf4fc", "last_release_tag": "3.3.0", "last_updated": "2021-12-26T08:56:02Z", "name": "kodi_media_sensors", "new": false, "repository_manifest": {"config_flow": true, "documentation": "https://github.com/jtbgroup/kodi-media-sensors", "domains": ["sensor"], "homeassistant": "2021.1.3", "iot_class": "Local Polling", "name": "Kodi Media Sensors", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["hacs", "home-assistant", "home-assistant-component", "home-assistant-custom", "home-assistant-hacs", "homeassistant", "homeassistant-components", "homeassistant-custom-component", "homeassistant-integration", "homeassistant-sensor", "kodi", "playlist", "playlists", "pyth"], "version_installed": null}, "334284822": {"authors": ["@rj175"], "category": "integration", "description": "An integration to monitor and execute AWS Codepipeline projects within Home Assistant.", "domain": "aws_codepipeline", "downloads": 0, "etag_repository": "W/\"dd3f1ad21b89814df953d20283c07dc9f11f767559ec92689570207215d03888\"", "full_name": "rj175/home-assistant-aws-codepipeline", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3b374af", "last_release_tag": "v1.0.0", "last_updated": "2021-01-30T22:52:54Z", "name": "aws_codepipeline", "new": false, "repository_manifest": {"name": "AWS Codepipeline", "domains": ["sensors"], "iot_class": ["Cloud Poll"]}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["aws", "ci", "cloud", "codepipeline"], "version_installed": null}, "232424544": {"authors": ["@tschamm"], "category": "integration", "description": "Home Assistant component for accessing Bosch Smart Home Controller using boschshcpy python library.", "domain": "bosch_shc", "downloads": 0, "etag_repository": "W/\"8c7b5b22bf7dca0ad539b15af167fbe659d0f81504c59787b1618f0595d0a33b\"", "full_name": "tschamm/boschshc-hass", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2ff102c", "last_release_tag": "0.4.23", "last_updated": "2021-12-25T19:41:03Z", "name": "bosch_shc", "new": false, "repository_manifest": {"name": "Bosch Smart Home Controller (SHC) integration", "domains": ["alarm_control_panel", "binary_sensor", "climate", "cover", "light", "sensor", "switch"], "iot_class": ["Local Push", "Local Polling"], "render_readme": false, "homeassistant": "2021.1.5"}, "selected_tag": null, "show_beta": false, "stars": 40, "topics": ["bosch-smart-home", "boschshcpy", "home-assistant", "home-assistant-component", "smart-home"], "version_installed": null, "last_fetched": 1643571251.209285}, "328671547": {"authors": ["@dmoranf"], "category": "integration", "description": "Wattio Smart Home custom integration for Home Assistant", "domain": "wattio", "downloads": 0, "etag_repository": "W/\"63d645f3dd5184c7cc13cfc9e5be72af788278c459b0b44695fcd1c91ab122ee\"", "full_name": "dmoranf/home-assistant-wattio", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "bc63885", "last_release_tag": "0.2.13", "last_updated": "2021-06-04T07:27:56Z", "name": "wattio", "new": false, "repository_manifest": {"name": "wattio", "domains": ["binary_sensor", "sensor", "climate", "switch"], "homeassistant": "0.96.0", "render_readme": true, "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["hacs", "hass", "home-assistant", "home-assistant-component", "home-automation", "wattio"], "version_installed": null}, "326220257": {"authors": [], "category": "integration", "description": "Hacky Home assistant support for Viomi SE (V-RVCLM21A)", "domain": "viomise", "downloads": 1244, "etag_repository": "W/\"a4b5815e6738f22a3a7cac46866f139773e6a036e2aaf80c54b93117ec436113\"", "full_name": "marotoweb/home-assistant-vacuum-viomise", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "23fdeb4", "last_release_tag": "v2021.05.16", "last_updated": "2022-01-30T18:32:27Z", "name": "viomise", "new": false, "repository_manifest": {"name": "Viomi Robot Vacuum Cleaner SE (V-RVCLM21A)", "country": ["FR", "PL", "PT"], "domains": ["vacuum"], "iot_class": "Local Polling", "content_in_root": false, "render_readme": false, "zip_release": true, "filename": "viomi_se.zip"}, "selected_tag": null, "show_beta": false, "stars": 11, "topics": ["hacs", "hass", "home-assistant", "homeassistant", "robot-vacuum", "vacuum", "viomi"], "version_installed": null, "last_fetched": 1643571239.744105}, "325470745": {"authors": ["@ha0y"], "category": "integration", "description": "All-in-one & Easy-to-use. Integrate all your Xiaomi Smart Home - with a single integration and NO YAML files - into Home Assistant.", "domain": "xiaomi_miot_raw", "downloads": 0, "etag_repository": "W/\"49738e395f3606f6126996b0a2b310c30397e355444600ea8fd98cb1db20c5d9\"", "full_name": "ha0y/xiaomi_miot_raw", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d1b70a6", "last_release_tag": "v1.4.0", "last_updated": "2022-01-30T19:15:59Z", "name": "xiaomi_miot_raw", "new": false, "repository_manifest": {"name": "Xiaomi MIoT", "content_in_root": false, "render_readme": true, "iot_class": "local_polling"}, "selected_tag": null, "show_beta": false, "stars": 1113, "topics": ["hacs", "home-assistant", "home-assistant-addons", "homeassistant", "miot", "miot-protocol", "xiaomi", "xiaomi-miot"], "version_installed": null, "last_fetched": 1643571232.71321}, "186605347": {"authors": ["@pszafer"], "category": "integration", "description": "HA custom component for Bosch thermostats", "domain": "bosch", "downloads": 0, "etag_repository": "W/\"eda84242d76d09b4478a3eeaa75a2cde4196e97cbfc8564eca2112e0dd757c39\"", "full_name": "bosch-thermostat/home-assistant-bosch-custom-component", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a733f48", "last_release_tag": "v0.17.0", "last_updated": "2022-01-24T16:12:34Z", "name": "bosch", "new": false, "repository_manifest": {"name": "Bosch thermostat", "domains": ["climate", "water_heater", "sensor"], "homeassistant": "2021.4.0", "render_readme": true, "iot_class": ["Cloud Polling", "Cloud Push", "Local Polling", "Local Push"]}, "selected_tag": null, "show_beta": false, "stars": 60, "topics": ["bosch", "bosch-thermostat", "buderus", "home-assistant", "nefit", "sensors", "thermostat", "xmpp"], "version_installed": null, "last_fetched": 1643571223.362112}, "100234318": {"authors": ["@syssi"], "category": "integration", "description": "Xiaomi Philips Lights integration for Home Assistant", "domain": "xiaomi_miio_philipslight", "downloads": 0, "etag_repository": "W/\"8f6106830200eaa50f1aafb7fff139924fe7bb54875abb1d6c231428351295c8\"", "full_name": "syssi/philipslight", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b46c1a2", "last_release_tag": "1.5.0", "last_updated": "2021-12-20T21:06:22Z", "name": "xiaomi_miio_philipslight", "new": false, "repository_manifest": {"name": "Xiaomi Philips Lights Integration", "content_in_root": false, "render_readme": true, "iot_class": "local_polling"}, "selected_tag": null, "show_beta": false, "stars": 56, "topics": ["custom-component", "hacktoberfest", "home-assistant", "light", "miio", "miio-protocol", "xiaomi", "xiaomi-philips-lights"], "version_installed": null, "last_fetched": 1641217499.701443}, "332911333": {"authors": ["@rgc99"], "category": "integration", "description": "\u2652Irrigation controller for Home Assistant", "domain": "irrigation_unlimited", "downloads": 0, "etag_repository": "W/\"f259afd0b4e615cd1e858649903a50f1a19d7d89aaf8e3fbf5a9555a311b9e8e\"", "full_name": "rgc99/irrigation_unlimited", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "185a04d", "last_release_tag": "2022.1.2", "last_updated": "2022-01-26T00:57:50Z", "name": "irrigation_unlimited", "new": false, "repository_manifest": {"name": "Irrigation Unlimited", "hacs": "1.6.0", "domains": ["binary_sensor"], "homeassistant": "0.118.0"}, "selected_tag": null, "show_beta": false, "stars": 97, "topics": ["garden-automation", "hacs", "home-assistant", "home-automation", "irrigation", "irrigation-control-system", "irrigation-controller", "sprinkler-controller", "water", "watering-controller", "watering-system"], "version_installed": null, "last_fetched": 1643571246.612825}, "313850121": {"authors": ["@al-one"], "category": "integration", "description": "Xiaomi Miio Yeelink/Yeelight devices for Home Assistant", "domain": "miio_yeelink", "downloads": 0, "etag_repository": "W/\"ac4ad42f498e257c19ba40052f5a887c4de63f2825716a9fc0dea0d9083bccdd\"", "full_name": "al-one/hass-miio-yeelink", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4f36887", "last_release_tag": "v0.1.11", "last_updated": "2021-12-21T21:38:04Z", "name": "miio_yeelink", "new": false, "repository_manifest": {"name": "Xiaomi Miio For Yeelink", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 89, "topics": ["home-assistant", "miio", "miot", "xiaomi", "yeelight", "yeelink"], "version_installed": null, "last_fetched": 1642184535.634598}, "318182014": {"authors": ["@al-one"], "category": "integration", "description": "Automatic integrate all Xiaomi devices to HomeAssistant via miot-spec, support Wi-Fi, BLE, ZigBee devices.", "domain": "xiaomi_miot", "downloads": 3927, "etag_repository": "W/\"2d6295e06a910161f8f4c4ed416bf1a94be265c5e4ab43e1b6fa381743a33d76\"", "full_name": "al-one/hass-xiaomi-miot", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "cc814e2", "last_release_tag": "v0.5.1", "last_updated": "2022-01-29T18:47:58Z", "name": "xiaomi_miot", "new": false, "repository_manifest": {"name": "Xiaomi Miot Auto", "content_in_root": false, "zip_release": true, "filename": "xiaomi_miot.zip", "render_readme": true, "iot_class": ["Local Polling", "Cloud Polling"]}, "selected_tag": null, "show_beta": false, "stars": 801, "topics": ["custom-component", "home-assistant", "homeassistant", "iot", "miio", "miot", "miot-spec", "smart-home", "xiaoai", "xiaomi", "xiaomi-miot"], "version_installed": null, "last_fetched": 1643571220.012333}, "335019855": {"authors": [], "category": "plugin", "description": "Home Assistant Lovelace Card for controlling desks based on linak bluetooth controller.", "domain": "", "downloads": 0, "etag_repository": "W/\"8841be7e14c30e3888e42dc48c9fcbefa84ab30f3bd68c0209bf6ca47c9756b7\"", "full_name": "IhorSyerkov/linak-desk-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "666de7c", "last_release_tag": "v1.3.1", "last_updated": "2021-11-03T18:16:13Z", "name": "linak-desk-card", "new": false, "repository_manifest": {"name": "LinakDesk Card", "render_readme": true, "filename": "linak-desk-card.js"}, "selected_tag": null, "show_beta": false, "stars": 20, "topics": ["custom-card", "hacs", "home-assistant", "linak-desk-card", "lovelace"], "version_installed": null}, "337387822": {"authors": ["@muhlba91"], "category": "integration", "description": "Home Assistant integration (HACS) for Hella's ONYX.CENTER appliance", "domain": "hella_onyx", "downloads": 0, "etag_repository": "W/\"6229887c7aa4db86e91ce26c0ebf8a1106feaf4f538e968da374f3e79a0bf202\"", "full_name": "muhlba91/onyx-homeassistant-integration", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f50f17d", "last_release_tag": "v2.0.0", "last_updated": "2021-11-24T14:52:27Z", "name": "hella_onyx", "new": false, "repository_manifest": {"name": "Hella ONYX.CENTER", "iot_class": "Cloud Polling", "domains": ["hella_onyx", "cover"], "homeassistant": "2021.11.5", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["hacs", "hella", "homeassistant", "homeassistant-integration", "onyx"], "version_installed": null}, "320324937": {"authors": ["@tetienne"], "category": "integration", "description": "Home Assistant custom component to retrieve information from Veolia ", "domain": "veolia", "downloads": 0, "etag_repository": "W/\"8973c18395ed7281745166e05f1066791fd935dedce291213de6df16d7d6e7d4\"", "full_name": "tetienne/veolia-custom-component", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2a2789c", "last_release_tag": "v0.3.3", "last_updated": "2021-12-22T07:52:40Z", "name": "veolia", "new": false, "repository_manifest": {"name": "Veolia", "hacs": "0.24.0", "domains": ["sensor"], "iot_class": "Cloud Polling", "homeassistant": "0.115.0", "country": ["FR"]}, "selected_tag": null, "show_beta": false, "stars": 0, "topics": ["hacs", "home-assistant", "home-assistant-component", "veolia"], "version_installed": null}, "335713085": {"authors": [], "category": "plugin", "description": "Todoist card for Home Assistant Lovelace UI.", "domain": "", "downloads": 0, "etag_repository": "W/\"6f84c5fd0ba0c1af09c78d5bfad2b1230205f8f81eef5b3b92a5373227e20580\"", "full_name": "grinstantin/todoist-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "57157d5", "last_release_tag": "v1.0.8", "last_updated": "2022-01-24T20:50:45Z", "name": "todoist-card", "new": false, "repository_manifest": {"name": "Todoist Card", "content_in_root": true, "filename": "todoist-card.js", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 20, "topics": ["custom-cards", "hacs", "home-assistant", "homeassistant", "lovelace", "todoist"], "version_installed": null, "last_fetched": 1643571258.119419}, "334076222": {"authors": ["@mawinkler"], "category": "integration", "description": "Asynchronous Astro Weather Forecast for Home Assistant", "domain": "astroweather", "downloads": 0, "etag_repository": "W/\"a522262e7eb1b7fbca336bef746408a48e614d5f86343796e9c09abcc62da838\"", "full_name": "mawinkler/astroweather", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "62cb0b5", "last_release_tag": "v0.0.18.3", "last_updated": "2021-04-30T04:38:10Z", "name": "astroweather", "new": false, "repository_manifest": {"name": "AstroWeather", "render_readme": true, "domains": ["binary_sensor", "sensor"], "iot_class": ["Cloud Polling"]}, "selected_tag": null, "show_beta": false, "stars": 15, "topics": ["7timer", "astronomy", "forecast", "homeassistant", "homeassistant-integration"], "version_installed": null, "last_fetched": 1641307499.458657}, "339464185": {"authors": ["@erikkastelec"], "category": "integration", "description": "Custom component for retrieving sensor information from Weishaupt WEM Portal", "domain": "wemportal", "downloads": 0, "etag_repository": "W/\"c6a62af155082fd165ece653159873d0214b97f7fe3a0addae10387f8889441c\"", "full_name": "erikkastelec/hass-WEM-Portal", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "8a2c168", "last_release_tag": "1.2.2", "last_updated": "2021-12-17T20:32:03Z", "name": "wemportal", "new": false, "repository_manifest": {"name": "Weishaupt WEM Portal", "domains": ["sensor"], "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": ["home-assistant-hacs", "homeassistant-integration", "weishaupt", "wem-portal"], "version_installed": null, "last_fetched": 1643571230.398915}, "152294445": {"authors": ["@lukas-hetzenecker"], "category": "integration", "description": "Links multiple home-assistant instances together", "domain": "remote_homeassistant", "downloads": 0, "etag_repository": "W/\"fd051c654c50cd042d40138fa6b9a223bd6c36e4df56f4fed9adfd35d0bc0fde\"", "full_name": "custom-components/remote_homeassistant", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "841153c", "last_release_tag": "3.6", "last_updated": "2022-01-27T02:39:20Z", "name": "remote_homeassistant", "new": false, "repository_manifest": {"name": "Remote Home-Assistant", "render_readme": true, "iot_class": "Local Polling"}, "selected_tag": null, "show_beta": false, "stars": 411, "topics": ["hacktoberfest", "hacs", "home-assistant"], "version_installed": null, "last_fetched": 1643571225.964868}, "342026799": {"authors": ["@amaximus"], "category": "integration", "description": "Home Assistant custom component for Pollen Information in Hungary", "domain": "pollen_hu", "downloads": 0, "etag_repository": "W/\"5f2ce1eb392cc50b0ee01b8ff8e59b0eac2ef7ce71a2ab45704cc1b189198140\"", "full_name": "amaximus/pollen_hu", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f499306", "last_release_tag": "0.0.6", "last_updated": "2021-12-19T18:02:47Z", "name": "pollen_hu", "new": false, "repository_manifest": {"name": "Pollen Information Hungary", "country": ["HU"], "domains": ["pollen_hu"], "render_readme": "true", "iot_class": ["Assumed State", "Cloud Polling"]}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": ["home-assistant", "homeassistant", "homeassistant-custom-component", "hungary"], "version_installed": null}, "338782385": {"authors": ["@frimtec"], "category": "integration", "description": ":house_with_garden::satellite: Home Assistant component to switch WiFi on/off of a Compal CH7465LG modem.", "domain": "compal_wifi", "downloads": 0, "etag_repository": "W/\"75c1dac78a1be9891d992720b798155fb818d23ef3a5991a6c800a0fd5922854\"", "full_name": "frimtec/hass-compal-wifi", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2747455", "last_release_tag": "1.3.1", "last_updated": "2021-10-30T15:59:48Z", "name": "compal_wifi", "new": false, "repository_manifest": {"name": "Compal WiFi", "country": ["CH"], "domains": ["switch"], "zip_release": true, "filename": "compal_wifi.zip", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["ch7465lg", "compal", "compal-wifi-switch", "home-assistant", "home-automation", "switch", "wifi", "wlan"], "version_installed": null}, "323346718": {"authors": ["@fsaris"], "category": "integration", "description": "AwoX mesh light integration for Home Assistant", "domain": "awox", "downloads": 0, "etag_repository": "W/\"d7c44088b219479fd490ada588a67ceb69e1742e1a360114e80be091f0e2212c\"", "full_name": "fsaris/home-assistant-awox", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b89246c", "last_release_tag": "0.1.2", "last_updated": "2021-12-15T19:30:28Z", "name": "awox", "new": false, "repository_manifest": {"name": "AwoX MESH control", "domains": ["light"], "homeassistant": "2021.11.0", "render_readme": true, "iot_class": ["Local Push", "Local Polling"]}, "selected_tag": null, "show_beta": false, "stars": 31, "topics": ["awox", "bluetooth", "eglo", "home-assistant"], "version_installed": null, "last_fetched": 1643571231.066121}, "339124227": {"authors": ["@fsaris"], "category": "integration", "description": "Unofficial Zonneplan ONE + connect integration for Home Assistant", "domain": "zonneplan_one", "downloads": 0, "etag_repository": "W/\"1a182f25c41ca01d63cf4c3c2096fce721914b7482ec9881b2e9ea8dd1f83635\"", "full_name": "fsaris/home-assistant-zonneplan-one", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "24b72a7", "last_release_tag": "0.0.9", "last_updated": "2022-01-14T14:37:33Z", "name": "zonneplan_one", "new": false, "repository_manifest": {"name": "Zonneplan ONE", "domains": ["sensor"], "homeassistant": "2021.12.0", "render_readme": true, "iot_class": ["Cloud Polling"], "country": ["NL"]}, "selected_tag": null, "show_beta": false, "stars": 18, "topics": ["hacs", "home-assistant", "home-assistant-component", "sensor", "zonneplan", "zonneplan-connect", "zonneplan-one"], "version_installed": null, "last_fetched": 1642851391.58742}, "309178213": {"authors": ["@jadson179"], "category": "integration", "description": "home-assistant service for control the controlid \ud83d\udeaa\ud83d\udd11", "domain": "controlid", "downloads": 0, "etag_repository": "W/\"157a972d436f022c90c2f64c612b63af4c51a7ffc8c3a8fb0f0a3ecf2e2f22c3\"", "full_name": "jadson179/controlid", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "64c8927", "last_release_tag": "v2021.1.0", "last_updated": "2021-06-24T16:29:59Z", "name": "controlid", "new": false, "repository_manifest": {"name": "controlid", "render_readme": "true", "iot_class": ["Local Push"], "version": "0.1.0"}, "selected_tag": null, "show_beta": false, "stars": 0, "topics": ["controlid", "hacs", "homeassistant"], "version_installed": null}, "340616586": {"authors": ["@Limych"], "category": "integration", "description": "Component to integrate Narodmon.ru cloud into Home Assistant", "domain": "narodmon", "downloads": 2, "etag_repository": "W/\"76d482332bf5d4948a362fd9917c1787099f4c901b735b581ff655ad916304b0\"", "full_name": "Limych/ha-narodmon", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6f6b408", "last_release_tag": "1.1.3", "last_updated": "2022-01-23T11:55:34Z", "name": "narodmon", "new": false, "repository_manifest": {"name": "Narodmon.ru Cloud Integration", "hacs": "1.6.0", "domains": ["binary_sensor", "sensor", "switch"], "iot_class": "Cloud Polling", "homeassistant": "0.118.0"}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["home-assistant", "home-assistant-component", "narodmon", "sensor", "weather"], "version_installed": null, "last_fetched": 1643571238.639852}, "340759468": {"authors": ["@muxa"], "category": "integration", "description": "Custom integration for Home Assistant to get New Zealand tide information from NIWA Tides API", "domain": "niwa_tides", "downloads": 0, "etag_repository": "W/\"a072b7d4fb7751a4fcfd61dd4b31060d939cf19d1ef04bad1c19c64e65c94456\"", "full_name": "muxa/home-assistant-niwa-tides", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1258c54", "last_release_tag": "v1.1.2", "last_updated": "2022-01-14T22:29:11Z", "name": "niwa_tides", "new": false, "repository_manifest": {"name": "NIWA Tides", "domains": "sensor", "iot_class": ["Cloud Polling", "Assumed State"], "country": ["NZ"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": ["home-assistant", "tides"], "version_installed": null, "last_fetched": 1643571240.847023}, "259739166": {"authors": ["@markgdev"], "category": "integration", "description": "Octopus Agile custom component for Home Assistant", "domain": "octopusagile", "downloads": 0, "etag_repository": "W/\"351a6aeb2fc79b8f1a425b0e0df1a86ec2c0a3f678829be97c6b297ad39a37b8\"", "full_name": "markgdev/home-assistant_OctopusAgile", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b09a118", "last_release_tag": "v0.1.1", "last_updated": "2021-08-29T11:52:01Z", "name": "octopusagile", "new": false, "repository_manifest": {"name": "Octopus Agile", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 56, "topics": ["energy", "home-assistant", "home-automation", "octopus", "octopus-agile", "octopus-energy"], "version_installed": null, "last_fetched": 1642851394.341927}, "319346850": {"authors": ["@limych"], "category": "integration", "description": "Home Assistant sensor to predict if it's time to change car tires from summer to winter and vice versa.", "domain": "snowtire", "downloads": 0, "etag_repository": "W/\"f0165dcecaaa5eb190c4e8b64d6043e64c3b72cd282fad4f0807f7d1435947c5\"", "full_name": "Limych/ha-snowtire", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "637ffba", "last_release_tag": "1.4.1", "last_updated": "2022-01-04T17:38:38Z", "name": "snowtire", "new": false, "repository_manifest": {"name": "Snowtire Sensor", "domains": ["sensor"], "hacs": "1.6.0", "iot_class": "Assumed State", "homeassistant": "0.118.0"}, "selected_tag": null, "show_beta": false, "stars": 20, "topics": ["car-winter-tires", "hacs", "home-assistant", "home-assistant-component", "sensor", "tires"], "version_installed": null, "last_fetched": 1641470519.513348}, "236358405": {"authors": ["@nick2525"], "category": "integration", "description": "Broadlink s2c and Broadlink s1c sensors for Home Assistant", "domain": "broadlink_s1c", "downloads": 0, "etag_repository": "W/\"552d77089b8241b0f092162c8eae194d6c0659e359f2156ebe989c8ffaeff254\"", "full_name": "nick2525/broadlink_s1c_s2c", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f8f2b1b", "last_release_tag": null, "last_updated": "2021-12-07T18:44:13Z", "name": "broadlink_s1c", "new": false, "repository_manifest": {"name": "Broadlink s2c and s1c sensors", "render_readme": true, "homeassistant": "0.112.0"}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": ["broadlink", "hacz", "home-assistant", "s1c", "s2c"], "version_installed": null}, "342944383": {"authors": [], "category": "plugin", "description": "Display Buienalarm and/or Buienradar data in a graph for Home Assistant.", "domain": "", "downloads": 0, "etag_repository": "W/\"e36445946e3ef3f2476c41889f9cd66f9165ea7e4a040ea845fab0095f209945\"", "full_name": "aex351/home-assistant-neerslag-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "cc9c617", "last_release_tag": "2021.10.21.0", "last_updated": "2021-10-21T20:36:03Z", "name": "home-assistant-neerslag-card", "new": false, "repository_manifest": {"name": "Neerslag Card", "render_readme": true, "country": ["NL", "BE"], "domains": ["sensor"], "filename": "neerslag-card.js"}, "selected_tag": null, "show_beta": false, "stars": 17, "topics": ["home-assistant"], "version_installed": null}, "341931266": {"authors": [], "category": "plugin", "description": "Simple clock card for Home assistant lovelace", "domain": "", "downloads": 0, "etag_repository": "W/\"90b6f2713bd6c3b289d428a2e56132d428c80051263a208a81e792001fdf6758\"", "full_name": "fufar/simple-clock-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b8a6905", "last_release_tag": "1.5", "last_updated": "2021-05-21T10:50:38Z", "name": "simple-clock-card", "new": false, "repository_manifest": {"name": "Simple Clock Card", "content_in_root": true, "render_readme": true, "filename": "simple-clock-card.js"}, "selected_tag": null, "show_beta": false, "stars": 19, "topics": ["clock", "hassio", "home-assistant", "homeassistant", "lovelace", "lovelace-custom-card", "lovelace-ui"], "version_installed": null, "last_fetched": 1643571257.783716}, "344636306": {"authors": ["@wimb0"], "category": "integration", "description": "Home Assistant Component for reading data locally from SAJ (and Zonneplan) Inverters through modbus TCP.", "domain": "saj_modbus", "downloads": 0, "etag_repository": "W/\"be39bf82262005cd93e6ba1f846fb19e7b38e755c3fc6898e2552bac5712534e\"", "full_name": "wimb0/home-assistant-saj-modbus", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "89d024f", "last_release_tag": "v1.6.0", "last_updated": "2021-09-04T06:40:15Z", "name": "saj_modbus", "new": false, "repository_manifest": {"name": "SAJ Inverter Modbus", "content_in_root": false, "domains": ["sensor"], "homeassistant": "2021.9.0", "iot_class": "local_poll"}, "selected_tag": null, "show_beta": false, "stars": 12, "topics": ["hacs", "home-assistant", "saj-inverters", "saj-r5", "zonneplan"], "version_installed": null, "last_fetched": 1641895899.054389}, "234961647": {"authors": [], "category": "plugin", "description": "Climate mode entity for Lovelace", "domain": "", "downloads": 0, "etag_repository": "W/\"bc11fd3a3fb39a7af3d8b565f4c97a396ef31707ceeab8ccbb0ecaccbfeb12f0\"", "full_name": "piitaya/lovelace-climate-mode-entity-row", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "bf684be", "last_release_tag": "v1.3.3", "last_updated": "2022-01-28T22:58:58Z", "name": "lovelace-climate-mode-entity-row", "new": false, "repository_manifest": {"name": "Climate Mode Entity Row", "filename": "climate-mode-entity-row.js", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 36, "topics": ["card", "home-assistant", "lovelace", "thermostat"], "version_installed": null, "last_fetched": 1643571261.906326}, "293488791": {"authors": ["@Antoni-Czaplicki"], "category": "integration", "description": "Vulcan inegration for home assistamt", "domain": "vulcan", "downloads": 0, "etag_repository": "W/\"e66fe66fa0c08c6f00738afac42ccb706f7178be6bcf009e82aac8455cb7b440\"", "full_name": "Antoni-Czaplicki/vulcan-for-hassio", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "795cdc3", "last_release_tag": "0.11.0", "last_updated": "2021-11-07T20:13:02Z", "name": "vulcan", "new": false, "repository_manifest": {"name": "Uonet+ Vulcan", "country": ["PL"], "domains": ["sensor", "calendar"], "iot_class": "Cloud Polling", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 16, "topics": ["hacktoberfest", "home-assistant", "homeassistant", "timetable", "vulcan"], "version_installed": null}, "341707887": {"authors": [], "category": "plugin", "description": "Home Assistant custom Lovelace card for pollen information in Hungary", "domain": "", "downloads": 0, "etag_repository": "W/\"1b2fef7b5cf75091a43570f472b7492a86c2848a7b8741afd351ac24c4286e66\"", "full_name": "amaximus/pollen-hu-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7307ad1", "last_release_tag": "0.0.1", "last_updated": "2021-04-23T12:56:39Z", "name": "pollen-hu-card", "new": false, "repository_manifest": {"name": "Pollen Information Card for Hungary ", "filename": "pollen-hu-card.js", "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 7, "topics": ["homeassistant", "hungary", "lovelace", "lovelace-custom-card", "lovelace-ui"], "version_installed": null}, "342208616": {"authors": ["@dm82m"], "category": "integration", "description": "Custom component for retrieving sensor information from Deltasol KM2", "domain": "deltasol", "downloads": 0, "etag_repository": "W/\"d4d527fed9637565de9c0ee2141949faf152e4072a3dd2c2f6e742ec29e45918\"", "full_name": "dm82m/hass-Deltasol-KM2", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7f1b989", "last_release_tag": "0.0.3", "last_updated": "2021-12-18T08:18:35Z", "name": "deltasol", "new": false, "repository_manifest": {"name": "Deltasol KM2", "domains": ["sensor"], "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["deltasol", "home-assistant-hacs", "homeassistant-integration", "km2"], "version_installed": null}, "330644825": {"authors": ["@leikoilja", "@DurgNomis-drol", "@ArnyminerZ", "@KapJI"], "category": "integration", "description": "Home Assistant Google Home custom component ", "domain": "google_home", "downloads": 0, "etag_repository": "W/\"2808bde41376d7f4485b58b1099e102d97cfe32b861b39e7ad32b454638e1590\"", "full_name": "leikoilja/ha-google-home", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "421cccf", "last_release_tag": "v1.9.4", "last_updated": "2022-01-24T14:15:46Z", "name": "google_home", "new": false, "repository_manifest": {"name": "Google Home", "hacs": "1.6.0", "domains": ["sensor"], "iot_class": "Cloud Polling", "homeassistant": "2021.11.0", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 221, "topics": ["google-assistent", "google-home", "homeassistant", "homeassistant-integration", "python"], "version_installed": null, "last_fetched": 1643571238.329873}, "211393677": {"authors": ["@piitaya"], "category": "integration", "description": "Home Assistant Component for Qubino Wire Pilot", "domain": "qubino_wire_pilot", "downloads": 0, "etag_repository": "W/\"4b88195059bdb278252ce0d51ba57b4b123d153cd34d186aeb17dce9083e1996\"", "full_name": "piitaya/home-assistant-qubino-wire-pilot", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "32af168", "last_release_tag": "2.0.0", "last_updated": "2022-01-07T13:01:40Z", "name": "qubino_wire_pilot", "new": false, "repository_manifest": {"domains": ["climate"], "name": "Qubino Wire Pilot", "render_readme": true, "homeassistant": "0.96.0"}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": ["climate", "home-assistant", "qubino", "qubino-wire-pilot", "thermostat"], "version_installed": null, "last_fetched": 1643571243.136589}, "349455097": {"authors": ["@mzdrale", "@kevinhaendel"], "category": "integration", "description": "This platform integrates Ubee Routers into Home Assistant.", "domain": "ubee", "downloads": 0, "etag_repository": "W/\"c84d1e872393e537334c7934e1ad285c6eeb5a30c1916ef7d86f16e987a1984f\"", "full_name": "kevinhaendel/ha-ubee", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a943387", "last_release_tag": null, "last_updated": "2021-03-21T14:38:17Z", "name": "ubee", "new": false, "repository_manifest": {"name": "Ubee Router", "render_readme": true, "domains": ["ubee"], "iot_class": ["Local Polling"]}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["home-assistant", "homeassistant", "homeassistant-components", "ubee"], "version_installed": null}, "157980832": {"authors": ["@echoromeo"], "category": "integration", "description": "Home Assistant implementation of pynobo - to control Nob\u00f8 / Glen Dimplex heaters", "domain": "nobo_hub", "downloads": 0, "etag_repository": "W/\"31ced013d843bec6f0492a9dca17799c9c189ad9175a1f40f399e170ff35967e\"", "full_name": "echoromeo/hanobo", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "88bf476", "last_release_tag": "v1.1.3", "last_updated": "2021-06-12T13:04:57Z", "name": "nobo_hub", "new": false, "repository_manifest": {"name": "Nob\u00f8 Hub / Nob\u00f8 Energy Control", "country": ["NO"], "domains": ["climate"], "render_readme": true, "iot_class": ["Local Polling"]}, "selected_tag": null, "show_beta": false, "stars": 19, "topics": ["glen-dimplex", "heaters", "home-assistant", "hvac", "nobo"], "version_installed": null, "last_fetched": 1643571229.41341}, "340085507": {"authors": ["@WolfRevo"], "category": "integration", "description": "A clone created from the Home Assistant generic_thermostat to use EUROTRONIC Zigbee SPZB0001 Thermostats with external temperature sensors", "domain": "spzb0001_thermostat", "downloads": 0, "etag_repository": "W/\"7f51bfdf4aab58c1b03740b2bb6e1b06a88a0cd49f49e26573932b69d6d51736\"", "full_name": "WolfRevo/climate.spzb0001_thermostat", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7056bca", "last_release_tag": null, "last_updated": "2021-11-02T07:54:59Z", "name": "spzb0001_thermostat", "new": false, "repository_manifest": {"name": "SPZB0001 Thermostat", "render_readme": true, "domains": ["climate"], "iot_class": "Local Push"}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["custom-component", "home-assistant", "integration", "thermostat"], "version_installed": null}, "242528119": {"authors": ["@smaisidoro"], "category": "integration", "description": "Ruuvi tag BLE sensor for Home Assistant.", "domain": "ruuvi", "downloads": 0, "etag_repository": "W/\"0492a9db9cbc9f3ff025f706377d216531eddfffdc30cc0f575f35628eafc6fc\"", "full_name": "ruuvi-friends/ruuvi-hass.io", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "ef60f8d", "last_release_tag": null, "last_updated": "2022-01-25T13:23:39Z", "name": "ruuvi", "new": false, "repository_manifest": {"name": "RuuviTag Sensor", "render_readme": true, "domains": "sensor", "iot_class": "Local Push"}, "selected_tag": null, "show_beta": false, "stars": 30, "topics": ["hacs", "hass", "ruuvi-ble-devices", "ruuvitag", "ruuvitag-sensor"], "version_installed": null, "last_fetched": 1643571247.282558}, "344660161": {"authors": ["@neggert"], "category": "integration", "description": "Home Assistant custom component for eGauge monitor", "domain": "egauge", "downloads": 0, "etag_repository": "W/\"927bc8c4fe339363073cd6fd0dad351b5d8e051a346e020c7c18cea3bf24daa2\"", "full_name": "neggert/hass-egauge", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "afbb549", "last_release_tag": "v0.4.0", "last_updated": "2021-12-20T06:12:12Z", "name": "egauge", "new": false, "repository_manifest": {"name": "eGauge", "hacs": "1.6.0", "domains": ["sensor"], "iot_class": "Local Polling", "homeassistant": "2021.9.0", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": ["custom-component", "home-assistant"], "version_installed": null}, "266595512": {"authors": ["@hellqvio86"], "category": "integration", "description": "Home assistant Integration for Casambi Cloud lights", "domain": "casambi", "downloads": 0, "etag_repository": "W/\"5bad1035051069eb0cf83398b7b79ca4a3a2e358dd56b340eea7f52585170dfd\"", "full_name": "hellqvio86/home_assistant_casambi", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3e49505", "last_release_tag": "v0.61", "last_updated": "2022-01-07T11:28:02Z", "name": "casambi", "new": false, "repository_manifest": {"name": "home_assistant_casambi"}, "selected_tag": null, "show_beta": false, "stars": 14, "topics": ["casambi", "hacs", "home-assistant", "home-automation"], "version_installed": null, "last_fetched": 1641588021.318665}, "347143701": {"authors": ["@rccoleman"], "category": "integration", "description": "\u25b6\ufe0f Channels DVR component to feed Upcoming Media Card.", "domain": "channels_dvr_recently_recorded", "downloads": 0, "etag_repository": "W/\"632cb7ecceb6006f5a9249de7466507ba4ee9b6b01cfcd6548ba11be5aeaa122\"", "full_name": "rccoleman/channels_dvr_recently_recorded", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "04d245b", "last_release_tag": "v0.0.8", "last_updated": "2021-12-05T17:10:49Z", "name": "channels_dvr_recently_recorded", "new": false, "repository_manifest": {"name": "Channels DVR Recently Recorded", "iot_class": "Local Polling"}, "selected_tag": null, "show_beta": false, "stars": 11, "topics": ["channels-dvr", "custom-component", "home-assistant", "homeassista"], "version_installed": null, "last_fetched": 1643571245.264041}, "340664955": {"authors": ["@dimagoltsman"], "category": "integration", "description": "HACS integration to proof.co.il dashcam", "domain": "proof", "downloads": 0, "etag_repository": "W/\"bf55041246f16b26dafae40aaa1e2cd6b1b261433a9a915447df745be7bc2e9f\"", "full_name": "dimagoltsman/ha-proof-dashcam-integration", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "46562f0", "last_release_tag": "0.1.3", "last_updated": "2021-03-13T18:43:28Z", "name": "proof", "new": false, "repository_manifest": {"name": "Proof Dashcam Integration", "iot_class": ["Assumed State"], "country": ["IL"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["homeassistant", "proof"], "version_installed": null}, "309195773": {"authors": ["@jadson179"], "category": "integration", "description": "home-assistant service for control the vapix \ud83d\udeaa\ud83d\udd11", "domain": "vapix", "downloads": 0, "etag_repository": "W/\"3dd03325b6a91acdc1f6f9ff01c9039e9068355bece345815b0b57bccb37a05a\"", "full_name": "jadson179/vapix", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "152bd7d", "last_release_tag": "v2021.2.0", "last_updated": "2021-06-22T11:49:49Z", "name": "vapix", "new": false, "repository_manifest": {"name": "vapix", "render_readme": "true", "iot_class": ["Local Push"], "version": "2021.1.1"}, "selected_tag": null, "show_beta": false, "stars": 0, "topics": ["axis", "hacs", "homeassistant", "services"], "version_installed": null}, "350509867": {"authors": [], "category": "plugin", "description": "Minimalistic uptime card for Home Assistant Lovelace UI", "domain": "", "downloads": 2851, "etag_repository": "W/\"23b29a2a654a6053544594898f7665c68bef345cf93211f4595b34b81fd9ad4b\"", "full_name": "dylandoamaral/uptime-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9055902", "last_release_tag": "v0.9.3", "last_updated": "2022-01-19T21:01:43Z", "name": "uptime-card", "new": false, "repository_manifest": {"name": "Uptime Card", "render_readme": true, "filename": "uptime-card.js"}, "selected_tag": null, "show_beta": false, "stars": 121, "topics": ["card", "custom", "hacs", "hassio", "home-assistant", "lovelace", "sensor", "uptime", "uptime-card"], "version_installed": null, "last_fetched": 1643571257.110144}, "164419416": {"authors": ["@epenet"], "category": "integration", "description": "\ud83d\ude97 Renault ZE sensor for home assistant", "domain": "renault", "downloads": 0, "etag_repository": "W/\"1012cbab75733f6f98bcd6bdd3fa8eecd25cfc658ca282a27a4292239c9f8254\"", "full_name": "hacf-fr/hassRenaultZE", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c1c3d65", "last_release_tag": "v3.0.8", "last_updated": "2021-07-19T13:19:13Z", "name": "renault", "new": false, "repository_manifest": {"name": "Renault", "domains": ["binary_sensor", "device_tracker", "sensor"], "iot_class": "Cloud Polling", "homeassistant": "0.115.0"}, "selected_tag": null, "show_beta": false, "stars": 50, "topics": ["custom-components", "home-assistant", "renault", "renault-ze", "renault-zoe"], "version_installed": null}, "356821955": {"authors": [], "category": "theme", "description": "\ud83c\udfa8 Home Assistant Theme: Outline", "domain": "", "downloads": 0, "etag_repository": "W/\"145a4ff274062ff39f5840c686f77e02838ca4c88ab3bb67860c4e79b935ef37\"", "full_name": "frenck/home-assistant-theme-outline", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2775cbf", "last_release_tag": "v2.0.1", "last_updated": "2021-12-28T07:43:04Z", "name": "home-assistant-theme-outline", "new": false, "repository_manifest": {"name": "Outline", "render_readme": true, "homeassistant": "2021.6.0b0"}, "selected_tag": null, "show_beta": false, "stars": 20, "topics": ["hacs", "home-assistant", "homeassistant", "minimalistic", "theme", "themes"], "version_installed": null}, "231829137": {"authors": [], "category": "theme", "description": "\ud83d\udc35 Dark Blue Theme for Home Assistant", "domain": null, "downloads": 0, "etag_repository": "W/\"8cadce2248120134cb08200839e45be6f0e51afa1187d66bd3df7ec5d204c230\"", "full_name": "aFFekopp/noctis", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2a439e9", "last_release_tag": "2.6", "last_updated": "2021-05-14T08:16:34Z", "name": "noctis", "new": false, "repository_manifest": {"name": "Noctis"}, "selected_tag": null, "show_beta": false, "stars": 119, "topics": ["dark-theme", "hacs", "home-assistant", "home-assistant-theme"], "version_installed": null, "last_fetched": 1641470531.195539}, "234022648": {"authors": [], "category": "theme", "description": "\ud83c\udfa8 By JuanMTech -- A Home Assistant theme inspired on the Google app dark mode.", "domain": null, "downloads": 0, "etag_repository": "W/\"682c5ebd64a41df31e2374a5a30257639353db0f715f3043d6fe5611f22e62e2\"", "full_name": "JuanMTech/google_dark_theme", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "ef86097", "last_release_tag": "v1.11", "last_updated": "2021-11-25T23:22:14Z", "name": "google_dark_theme", "new": false, "repository_manifest": {"name": "Google Dark Theme", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 135, "topics": ["hacs", "home-assistant", "theme"], "version_installed": null, "last_fetched": 1642430885.581991}, "326033921": {"authors": [], "category": "plugin", "description": "A one-button control row for any Home Assistant binary entity", "domain": "", "downloads": 0, "etag_repository": "W/\"792771a2df12a55f46588aabd2badbef2d24150b75ffd1195eaeff3b52a9b287\"", "full_name": "finity69x2/toggle-control-button-row", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "64f918f", "last_release_tag": "1.3", "last_updated": "2021-06-05T12:11:30Z", "name": "toggle-control-button-row", "new": false, "repository_manifest": {"name": "Toggle Control Button Row", "filename": "toggle-control-button-row.js"}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": ["button", "home-assistant", "plugin", "toggle"], "version_installed": null}, "358962656": {"authors": [], "category": "plugin", "description": "Send notifications directly from the dashboard", "domain": "", "downloads": 0, "etag_repository": "W/\"80ddaa9168769e17edbf9ea2c5cf98acdb282744a1d1c933aa587fc4fc4da594\"", "full_name": "bernikr/lovelace-notify-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4459742", "last_release_tag": null, "last_updated": "2021-12-17T14:39:09Z", "name": "lovelace-notify-card", "new": false, "repository_manifest": {"name": "Notify Card", "content_in_root": true, "filename": "notify-card.js", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 13, "topics": ["card", "homeassistant", "lovelace", "notification", "notifications", "notify", "service"], "version_installed": null, "last_fetched": 1641470532.737729}, "351472550": {"authors": [], "category": "plugin", "description": "A custom entity card for Home Assistant that allows text to span multiple lines.", "domain": "", "downloads": 0, "etag_repository": "W/\"8f62c1798cc9d81faac87ef851d74df65c186b1f6e2b23afc692566cf176ed67\"", "full_name": "jampez77/Multiline-Entity-Card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b04fb03", "last_release_tag": "1.1.1", "last_updated": "2021-08-04T15:44:50Z", "name": "Multiline-Entity-Card", "new": false, "repository_manifest": {"name": "Multiline Entity Card", "render_readme": true, "filename": "multiline-entity-card.js"}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": ["automation", "custom-cards", "hacs", "hass", "hassio", "home-assistant", "homeassistant", "lovelace"], "version_installed": null, "last_fetched": 1642094193.251337}, "229140999": {"authors": ["@cathiele"], "category": "integration", "description": "Home Assistant custom_component for controlling the go-eCharger EV-Charger", "domain": "goecharger", "downloads": 0, "etag_repository": "W/\"77fac81c1123bccb1e672c243f2509785b2ae9202622c562eab92b2471a65fcf\"", "full_name": "cathiele/homeassistant-goecharger", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9805ce6", "last_release_tag": "0.24.1", "last_updated": "2021-12-28T19:59:46Z", "name": "goecharger", "new": false, "repository_manifest": {"name": "go-eCharger", "content_in_root": false, "render_readme": true, "domains": ["switch", "sensor"]}, "selected_tag": null, "show_beta": false, "stars": 46, "topics": ["charger", "component", "custom", "go-echarger", "home-assistant", "python"], "version_installed": null, "last_fetched": 1643571224.386474}, "345753205": {"authors": [], "category": "plugin", "description": "Frontend plugin to control fans in Home Assistant using percent values for speeds", "domain": "", "downloads": 0, "etag_repository": "W/\"f32f4e395ddb20582bfb843c62a04f62447902138d04b0bc58e2a81e5f5bee1e\"", "full_name": "finity69x2/fan-percent-button-row", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5ad1cf9", "last_release_tag": "1.8", "last_updated": "2021-10-16T15:55:13Z", "name": "fan-percent-button-row", "new": false, "repository_manifest": {"name": "Fan Percent Button Row", "filename": "fan-percent-button-row.js"}, "selected_tag": null, "show_beta": false, "stars": 11, "topics": ["assistant", "fan", "home", "percent", "plugin", "speed"], "version_installed": null}, "343112953": {"authors": [], "category": "plugin", "description": "Custom card for home assistant allowing to search in the libraries of kodi", "domain": "", "downloads": 0, "etag_repository": "W/\"e8bfad5dd8ce887d1b43749ce712e07446a3235688a5832ae3809db371cc0080\"", "full_name": "jtbgroup/kodi-search-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3b7ea06", "last_release_tag": "2.5.1", "last_updated": "2021-12-29T05:15:24Z", "name": "kodi-search-card", "new": false, "repository_manifest": {"name": "Kodi Search Card", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": ["hacs", "home-assistant", "home-assistant-frontend", "home-assistant-hacs", "homeassistant", "kodi", "kodi-media-sensors"], "version_installed": null}, "350622451": {"authors": ["@bieniu"], "category": "integration", "description": "\u017badnego Ale allergen concentration custom integration", "domain": "zadnego_ale", "downloads": 0, "etag_repository": "W/\"99bb3e097a189207d77c1132cb4ec1439717aa9e38fde68b3408d53d6da0df78\"", "full_name": "bieniu/ha-zadnego-ale", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "96756f4", "last_release_tag": "0.6.3", "last_updated": "2022-01-10T15:26:59Z", "name": "zadnego_ale", "new": false, "repository_manifest": {"name": "\u017badnego Ale", "homeassistant": "2021.12.0", "iot_class": "Cloud Polling", "domains": ["sensor"], "zip_release": true, "filename": "zadnego_ale.zip", "country": ["PL"]}, "selected_tag": null, "show_beta": false, "stars": 11, "topics": ["allergen", "allergy", "home-assistant", "python"], "version_installed": null, "last_fetched": 1642520520.805592}, "330645002": {"authors": ["@MTrab"], "category": "integration", "description": "Danfoss Ally intragration for Home Assistant", "domain": "danfoss_ally", "downloads": 0, "etag_repository": "W/\"6ec839d897c2fad65394335ef31856eb43cb493f55d61962bd67e4ef006ef60c\"", "full_name": "MTrab/danfoss_ally", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a23e19f", "last_release_tag": "1.0.3", "last_updated": "2021-12-08T08:25:35Z", "name": "danfoss_ally", "new": false, "repository_manifest": {"name": "Danfoss Ally", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": ["homeassistant", "homeassistant-custom-component", "homeassistant-integration"], "version_installed": null, "last_fetched": 1642430889.777669}, "356053801": {"authors": ["@pcourbin"], "category": "integration", "description": "Home Assistant custom component for IMA Protect Alarm", "domain": "imaprotect", "downloads": 0, "etag_repository": "W/\"f8c029b7f5ec646c4f4620552a56b2b9b6146c9bfe051c6bb24dff0a7745c4a3\"", "full_name": "pcourbin/imaprotect", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "53c20b8", "last_release_tag": "v1.0.2", "last_updated": "2022-01-06T09:15:13Z", "name": "imaprotect", "new": false, "repository_manifest": {"name": "IMA Protect Alarm", "domains": ["alarm_control_panel"], "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 0, "topics": ["alarm", "home-assistant"], "version_installed": null, "last_fetched": 1641470537.462143}, "354924085": {"authors": ["@gjohansson-ST"], "category": "integration", "description": "Svenska Trygghetsl\u00f6sningar - Home Assistant", "domain": "stl", "downloads": 0, "etag_repository": "W/\"7d35e1269f9d75bfa751d4953e42ea31584b813c877c8d8eaa49047b20716560\"", "full_name": "gjohansson-ST/stl", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2628b84", "last_release_tag": "v0.1.3", "last_updated": "2021-12-19T15:21:38Z", "name": "stl", "new": false, "repository_manifest": {"name": "Svenska Trygghetslosningar", "render_readme": true, "domains": ["alarm_control_panel"], "iot_class": "Cloud Polling", "country": ["SE"]}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["alarm", "stl"], "version_installed": null}, "358505160": {"authors": ["@eifinger"], "category": "integration", "description": "Homeassistant integration for weenect", "domain": "weenect", "downloads": 0, "etag_repository": "W/\"14711e4e41464e9b8182a47f23f2aafe6da1c74422fe40aae4a8a9d00f5b1ba8\"", "full_name": "eifinger/hass-weenect", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "00f9705", "last_release_tag": "v2.1.0", "last_updated": "2022-01-11T06:30:20Z", "name": "weenect", "new": false, "repository_manifest": {"name": "Weenect", "hacs": "1.6.0", "domains": ["binary_sensor", "device_tracker", "sensor"], "iot_class": "Cloud Polling", "homeassistant": "2021.12.0"}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["hacktoberfest", "hacs", "home-assistant", "home-assistant-hacs", "homeassistant", "homeassistant-integration", "python", "weenect"], "version_installed": null, "last_fetched": 1641895915.721014}, "357338258": {"authors": ["@Limych"], "category": "integration", "description": "Sensor of Temperature Feels Like for Home Assistant.", "domain": "temperature_feels_like", "downloads": 7, "etag_repository": "W/\"c6128f82d5e39b4a6f05e79f2429753da0981e42f067d8795573c165dfbda227\"", "full_name": "Limych/ha-temperature-feels-like", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "df4782e", "last_release_tag": "0.3.2", "last_updated": "2022-01-19T09:13:57Z", "name": "temperature_feels_like", "new": false, "repository_manifest": {"name": "Temperature Feels Like", "hacs": "1.6.0", "domains": ["binary_sensor", "sensor", "switch"], "iot_class": "Cloud Polling", "homeassistant": "0.118.0"}, "selected_tag": null, "show_beta": false, "stars": 40, "topics": ["home-assistant-climate", "home-assistant-component", "home-assistant-sensor", "home-assistant-temperature", "home-assistant-weather"], "version_installed": null, "last_fetched": 1643571238.726962}, "299753146": {"authors": ["@PiotrMachowski"], "category": "integration", "description": "This custom integration provides a way to present a live view of a map for Xiaomi, Roborock, Viomi and Roidmi vacuums without a need for rooting.", "domain": "xiaomi_cloud_map_extractor", "downloads": 7274, "etag_repository": "W/\"b26470629cee5ecba29cb0383c32de8b99849abd247425d6939aebb9f1ef3431\"", "full_name": "PiotrMachowski/Home-Assistant-custom-components-Xiaomi-Cloud-Map-Extractor", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7bc8682", "last_release_tag": "v2.1.5", "last_updated": "2022-01-27T20:56:14Z", "name": "xiaomi_cloud_map_extractor", "new": false, "repository_manifest": {"name": "Xiaomi Cloud Map Extractor", "render_readme": true, "domain": "xiaomi_cloud_map_extractor", "documentation": "https://github.com/PiotrMachowski/Home-Assistant-custom-components-Xiaomi-Cloud-Map-Extractor", "issue_tracker": "https://github.com/PiotrMachowski/Home-Assistant-custom-components-Xiaomi-Cloud-Map-Extractor/issues", "zip_release": true, "filename": "xiaomi_cloud_map_extractor.zip"}, "selected_tag": null, "show_beta": false, "stars": 640, "topics": ["cloud", "custom-component", "hacs", "home-assistant", "map", "roborock", "robot", "roidmi", "vacuum", "vacuum-map", "viomi", "xiaomi", "xiaomi-smart-home", "xiaomi-vacuum"], "version_installed": null, "last_fetched": 1643571244.691844}, "358585486": {"authors": ["@danieldotnl"], "category": "integration", "description": "Home Assistant custom component for scraping (html, xml or json) multiple values (from a single HTTP request) with a separate sensor/attribute for each value. Support for (login) form-submit functionality.", "domain": "multiscrape", "downloads": 0, "etag_repository": "W/\"a4cedd0887928692b99b4fe6eaba07e3dd5833f3d6e2436675eac3b06b05837a\"", "full_name": "danieldotnl/ha-multiscrape", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4cddd5f", "last_release_tag": "v5.7.0", "last_updated": "2022-01-26T14:10:26Z", "name": "multiscrape", "new": false, "repository_manifest": {"name": "Multiscrape", "hacs": "1.6.0", "domains": ["sensor", "binary_sensor", "button"], "iot_class": "Local Polling", "homeassistant": "2021.9.0", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 57, "topics": ["hacs", "home-assistant", "home-assistant-custom", "rest", "scrape", "scraper", "scraping", "sensor"], "version_installed": null, "last_fetched": 1643571227.66772}, "264415552": {"authors": ["@Rendili", "@KJonline"], "category": "integration", "description": "A custom version of the home assistant hive component", "domain": "hive", "downloads": 0, "etag_repository": "W/\"255268c8237418803e099ff13eb14c8db6f6e40bd60d7d464f94e87f687411e6\"", "full_name": "Pyhass/Hive-Custom-Component", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7c9626c", "last_release_tag": "2021.5.4", "last_updated": "2021-06-20T21:21:29Z", "name": "hive", "new": false, "repository_manifest": {"name": "Hive Custom Component", "render_readme": true, "domains": ["binary_sensor", "climate", "light", "sensor", "switch", "water_heater"]}, "selected_tag": null, "show_beta": false, "stars": 26, "topics": ["hive"], "version_installed": null}, "352399227": {"authors": [], "category": "plugin", "description": "Icon set from KNX User Forum for Home Assistant. The icon set contains more than 900 icons for home automation.", "domain": "", "downloads": 0, "etag_repository": "W/\"fb25fcae85ccad0837b860974e36a964f8cdc4364b9a113d509068e6afbc2f77\"", "full_name": "mampfes/ha-knx-uf-iconset", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a7721ad", "last_release_tag": "1.1.0", "last_updated": "2021-12-15T18:26:29Z", "name": "ha-knx-uf-iconset", "new": false, "repository_manifest": {"name": "KNX User Forum Icon Set", "render_readme": true, "homeassistant": "2021.10"}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["hacs", "home-assistant", "homeassistant", "icons", "iconset"], "version_installed": null}, "308752409": {"authors": [], "category": "plugin", "description": "A lovelace card for electrical vehicle (EV) home chargers and charging robots.", "domain": "", "downloads": 864, "etag_repository": "W/\"b1c93f8aba5a2f6be2dfe082311d3472c1afdf5f53cc0f849a053923865067d4\"", "full_name": "tmjo/charger-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2b8de9b", "last_release_tag": "v0.0.14", "last_updated": "2022-01-04T15:50:41Z", "name": "charger-card", "new": false, "repository_manifest": {"name": "Charger Card", "render_readme": true, "filename": "charger-card.js"}, "selected_tag": null, "show_beta": false, "stars": 37, "topics": ["charger", "charging-robot", "easee", "elbil", "electric-vehicle", "evcharger", "hacs", "hass", "home-assistant", "homeassistant", "lovelace"], "version_installed": null, "last_fetched": 1643571264.225065}, "356725611": {"authors": ["@djerik"], "category": "integration", "description": "Home Assistant component for monitoring and administration of Wavin Sentio underfloor heating system", "domain": "wavinsentio", "downloads": 0, "etag_repository": "W/\"65128d70a414ca4dee120253d78ba9f624f43215c04d2a6f73f24428ce69eef9\"", "full_name": "djerik/wavinsentio-ha", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "803182d", "last_release_tag": null, "last_updated": "2021-12-04T08:35:46Z", "name": "wavinsentio", "new": false, "repository_manifest": {"name": "Wavin Sentio", "render_readme": true, "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["custom-components", "hacs", "home-assistant", "integration", "sentio", "wavin"], "version_installed": null, "last_fetched": 1641895920.280276}, "362214884": {"authors": ["@dreed47"], "category": "integration", "description": "Redfin property estimate Sensor for Home Assistant", "domain": "redfin", "downloads": 0, "etag_repository": "W/\"811fbf0db891b34372ba22a520242b50c103e091f95f69a0e251745c1980160e\"", "full_name": "dreed47/redfin", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "56bcb52", "last_release_tag": "v1.1.4", "last_updated": "2021-06-14T19:28:05Z", "name": "redfin", "new": false, "repository_manifest": {"name": "Redfin", "render_readme": false, "domains": ["sensor"], "homeassistant": "2021.6.0", "iot_class": ["Cloud Polling"]}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": ["home-assistant", "homeassistant-components", "homeassistant-integration", "homeassistant-sensor", "real-estate", "redfin", "sensor"], "version_installed": null, "last_fetched": 1643571229.165637}, "357930725": {"authors": ["@elad-bar"], "category": "integration", "description": "Shinobi Video custom component for HA", "domain": "shinobi", "downloads": 0, "etag_repository": "W/\"28e178e8dcc35f679dabef408bc921ed2aceddbde1ffa096a54d53fa41ecad96\"", "full_name": "elad-bar/ha-shinobi", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7a20bc3", "last_release_tag": "v1.1.20", "last_updated": "2022-01-18T09:52:29Z", "name": "shinobi", "new": false, "repository_manifest": {"name": "Shinobi Video NVR", "iot_class": "Local Polling", "homeassistant": "2021.12.0"}, "selected_tag": null, "show_beta": false, "stars": 21, "topics": ["home-assistant", "shinobi"], "version_installed": null, "last_fetched": 1643571230.289096}, "234290263": {"authors": ["@And3rsL"], "category": "integration", "description": "Vacuum component for Ecovacs Deebot Vacuums", "domain": ["deebot", "vacuum", "sensor", "binary_sensor", "camera"], "downloads": 5171, "etag_repository": "W/\"587d81e24d4f84669c7c0302d0855a4f944fada6169bfa171b8a777072747141\"", "full_name": "And3rsL/Deebot-for-Home-Assistant", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1dff3fd", "last_release_tag": "3.2.1", "last_updated": "2022-01-19T02:19:12Z", "name": ["deebot", "vacuum", "sensor", "binary_sensor", "camera"], "new": false, "repository_manifest": {"name": "Deebot for Home Assistant", "iot_class": "Cloud Polling", "zip_release": true, "filename": "deebot.zip", "hide_default_branch": true, "domain": ["deebot", "vacuum", "sensor", "binary_sensor", "camera"], "homeassistant": "2021.9.0b0"}, "selected_tag": null, "show_beta": false, "stars": 176, "topics": ["deebot", "deebot920", "deebot950", "deebot960", "deebotozmot8", "ecovacs", "hasso", "homeassistant", "ozmot8"], "version_installed": null, "last_fetched": 1643571221.415844}, "312080478": {"authors": ["@LaggAt"], "category": "integration", "description": "A HACS repository for Govee light integration", "domain": "govee", "downloads": 0, "etag_repository": "W/\"3bb4967b92a52339b63817a36d763f0fbe7516302800c8125dad93af2fdf612e\"", "full_name": "LaggAt/hacs-govee", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2f902d1", "last_release_tag": "0.2.1", "last_updated": "2022-01-04T05:01:41Z", "name": "govee", "new": false, "repository_manifest": {"name": "govee", "hacs": "0.2.1", "domains": ["light"], "iot_class": "Cloud Polling", "homeassistant": "2021.4.5"}, "selected_tag": null, "show_beta": false, "stars": 92, "topics": ["devcontainer", "govee", "hacs", "home-assistant", "light", "python"], "version_installed": null, "last_fetched": 1643571237.511852}, "279538782": {"authors": ["@pcourbin"], "category": "integration", "description": "Home Assistant custom component for GCE Ecodevices RT2", "domain": "ecodevices_rt2", "downloads": 0, "etag_repository": "W/\"636a201ce28fd3000961b2318bd4a0ba24dc141d01dd624e494c8d52d048d075\"", "full_name": "pcourbin/ecodevices_rt2", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "0901837", "last_release_tag": "v2.2.3", "last_updated": "2022-01-06T09:15:40Z", "name": "ecodevices_rt2", "new": false, "repository_manifest": {"name": "Ecodevices RT2", "domains": ["sensor", "switch", "climate", "light", "binary_sensor"], "iot_class": ["Local Polling"]}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["home-assistant"], "version_installed": null, "last_fetched": 1641470545.551656}, "342427139": {"authors": ["@dgomes"], "category": "integration", "description": "Home Assistant custom component for openHASP", "domain": "openhasp", "downloads": 0, "etag_repository": "W/\"2640db26957a0ace77b4fa688222f81b0f7736afbe7e984d559268dc6572cf9d\"", "full_name": "HASwitchPlate/openHASP-custom-component", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "46985e4", "last_release_tag": "0.6.4", "last_updated": "2022-01-03T00:54:09Z", "name": "openhasp", "new": false, "repository_manifest": {"name": "openHASP", "hacs": "1.7.1", "domains": ["openHASP", "light", "switch", "binary_sensor"], "render_readme": false, "iot_class": "Local Push", "homeassistant": "2021.12.0"}, "selected_tag": null, "show_beta": false, "stars": 24, "topics": ["home-assistant-custom", "home-automation", "openhasp"], "version_installed": null, "last_fetched": 1641588038.909965}, "363468409": {"authors": ["@mbillow"], "category": "integration", "description": "RedPocket Integration for Data Usage Monitoring", "domain": "redpocket", "downloads": 0, "etag_repository": "W/\"f0431903cbd0b5dea7cb2f7a212d0eb26c54164c783316392889f0c69aff5ea9\"", "full_name": "mbillow/ha-redpocket", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5c54fd1", "last_release_tag": "v2.3.3", "last_updated": "2021-06-06T19:51:29Z", "name": "redpocket", "new": false, "repository_manifest": {"name": "RedPocket Mobile", "content_in_root": false, "domains": ["sensor"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["home", "home-assistant", "home-automation", "mvno", "redpocket"], "version_installed": null}, "356778495": {"authors": ["@AlexxIT"], "category": "integration", "description": "Home Assistant custom component for viewing IP cameras RTSP stream in real time using WebRTC and MSE technology", "domain": "webrtc", "downloads": 0, "etag_repository": "W/\"4c471234c696069ceb04346f2e6e0b73a49bac72d095dce27bcea2e1b91022b9\"", "full_name": "AlexxIT/WebRTC", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "29c1ce0", "last_release_tag": "v2.2.0", "last_updated": "2022-01-28T07:21:26Z", "name": "webrtc", "new": false, "repository_manifest": {"name": "WebRTC Camera", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 456, "topics": ["hacs", "home-assistant", "ip-camera", "mediasource-extensions", "rtsp", "webrtc"], "version_installed": null, "last_fetched": 1643571220.094146}, "356827073": {"authors": ["@bahorn", "@koying"], "category": "integration", "description": "OpenRGB integration for Home Assistant", "domain": "openrgb", "downloads": 0, "etag_repository": "W/\"ef83b1dc95554b1f08bc388ea15ae33a6e97fc2dae31d89e66111a40baf32932\"", "full_name": "koying/openrgb_ha", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "21daae9", "last_release_tag": "v2.0", "last_updated": "2021-08-17T13:51:16Z", "name": "openrgb", "new": false, "repository_manifest": {"name": "OpenRGB", "domains": ["light"], "iot_class": ["Assumed State", "Local Polling"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 33, "topics": ["custom-component", "hacs", "home-assistant", "homeassistant", "light", "openrgb"], "version_installed": null, "last_fetched": 1643571237.084838}, "341500126": {"authors": ["@krahabb"], "category": "integration", "description": "Home Assistant integration for Meross devices", "domain": "meross_lan", "downloads": 0, "etag_repository": "W/\"e8a06cdd2fec2e75c620fe8d44c6f574d91f845c4dabff452caa15b01118a704\"", "full_name": "krahabb/meross_lan", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e428a9d", "last_release_tag": "v2.4.3", "last_updated": "2021-12-15T10:18:20Z", "name": "meross_lan", "new": false, "repository_manifest": {"name": "Meross LAN", "render_readme": true, "country": ["IT", "UK", "US", "JP", "ES", "FR", "DE"], "domains": ["switch", "sensor", "light", "cover", "climate", "binary_sensor", "select", "number"], "homeassistant": "2021.4.0", "iot_class": "local_polling", "persistent_directory": "traces", "hacs": "1.6.0"}, "selected_tag": null, "show_beta": false, "stars": 94, "topics": ["hacs", "homeassistant", "meross", "meross-devices", "meross-homeassistant", "meross-lan"], "version_installed": null, "last_fetched": 1643571237.337891}, "236572107": {"authors": ["@AlexxIT"], "category": "integration", "description": "\u0423\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u042f\u043d\u0434\u0435\u043a\u0441.\u0421\u0442\u0430\u043d\u0446\u0438\u0435\u0439 \u0438 \u0434\u0440\u0443\u0433\u0438\u043c\u0438 \u043a\u043e\u043b\u043e\u043d\u043a\u0430\u043c\u0438 \u0441 \u0410\u043b\u0438\u0441\u043e\u0439 \u0438\u0437 Home Assistant", "domain": "yandex_station", "downloads": 0, "etag_repository": "W/\"8b355cbfa7e2fa1dbd15a636d2c9f29d1bc60aa887535ccf5699ed377f291844\"", "full_name": "AlexxIT/YandexStation", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "400e60c", "last_release_tag": "v3.8.0", "last_updated": "2022-01-18T13:31:38Z", "name": "yandex_station", "new": false, "repository_manifest": {"name": "Yandex.Station", "render_readme": true, "country": ["RU"]}, "selected_tag": null, "show_beta": false, "stars": 653, "topics": ["hacs", "home-assistant", "tts", "yandex-station"], "version_installed": null, "last_fetched": 1643571220.328278}, "359524726": {"authors": ["@thomasprior"], "category": "integration", "description": "Provides data from Ethermine.org on a specified miner.", "domain": "ethermineinfo", "downloads": 0, "etag_repository": "W/\"4e9f49307e28971b4f8afcdedbadda7183b3735152580ed4e010bc09e5171144\"", "full_name": "ThomasPrior/EthermineInfo", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "293996b", "last_release_tag": "v1.0.12", "last_updated": "2022-01-23T03:08:29Z", "name": "ethermineinfo", "new": false, "repository_manifest": {"name": "EthermineInfo", "content_in_root": false, "render_readme": true, "domains": ["sensor"], "homeassistant": "0.100.0", "iot_class": "cloud_poll"}, "selected_tag": null, "show_beta": false, "stars": 27, "topics": ["ethermine", "ethermine-api", "hacs", "homeassistant", "miner", "statistics"], "version_installed": null, "last_fetched": 1643571250.476168}, "365567023": {"authors": ["@sprocket-9"], "category": "integration", "description": "Custom component to control a Nuvo Grand Concerto/Essentia G multi-zone amplifier via serial connection", "domain": "nuvo_serial", "downloads": 0, "etag_repository": "W/\"fc7b8bb77829420e8e165a1a2e58a1473701b49724c2a82d9473f15410e5c18f\"", "full_name": "sprocket-9/hacs-nuvo-serial", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "fff0f1b", "last_release_tag": "v1.2.1", "last_updated": "2021-11-25T18:10:21Z", "name": "nuvo_serial", "new": false, "repository_manifest": {"name": "Nuvo multi-zone amplifier (serial)", "render_readme": true, "country": ["EN"], "domains": ["media_player", "number", "switch"], "homeassistant": "2021.10.0", "iot_class": ["Local Push"], "zip_release": true, "filename": "nuvo_serial.zip"}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["home-assistant", "home-assistant-component", "home-assistant-hacs", "home-assistant-integration"], "version_installed": null}, "353966616": {"authors": ["@viktak"], "category": "integration", "description": "Home Assistant custom component combining multiple OpenWeatherMap API calls", "domain": "openweathermap_all", "downloads": 0, "etag_repository": "W/\"bf4d73af160b52c13de1d684bd5240fc127cf36429ecc3df9a383309ac7ce66a\"", "full_name": "viktak/ha-cc-openweathermap_all", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "fd55701", "last_release_tag": null, "last_updated": "2021-12-15T08:19:44Z", "name": "openweathermap_all", "new": false, "repository_manifest": {"name": "OpenWeatherMap All", "country": ["GR"], "domains": ["sensor"], "homeassistant": "core-2021.3.4", "iot_class": ["Cloud Polling"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": ["home-assistant-custom", "openweathermap"], "version_installed": null, "last_fetched": 1641058312.915815}, "354887961": {"authors": ["@viktak"], "category": "integration", "description": "Home Assistant custom component for the abalin name day API", "domain": "abalin_nameday", "downloads": 0, "etag_repository": "W/\"0ba05502484ef68532ff1fd448dd7dc0de0ddd472dfdd1f3a51eaab54636c4cb\"", "full_name": "viktak/ha-cc-abalin-nameday", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "bef7358", "last_release_tag": null, "last_updated": "2021-05-24T06:23:55Z", "name": "abalin_nameday", "new": false, "repository_manifest": {"name": "Abalin Name Day", "country": ["GR"], "domains": ["sensor"], "homeassistant": "core-2021.4.0", "iot_class": ["Cloud Polling"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": ["hacs", "hacs-default", "home-assistant-custom", "namedays"], "version_installed": null}, "366862031": {"authors": [], "category": "plugin", "description": "Custom brand icons for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"9af5d711af4af7623d1cb97f1ced5009dffe50d9ed3830748798621c712163a1\"", "full_name": "elax46/custom-brand-icons", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e8cdf8a", "last_release_tag": "1.0.50", "last_updated": "2022-01-22T22:21:14Z", "name": "custom-brand-icons", "new": false, "repository_manifest": {"name": "Custom brand icons", "render_readme": false, "content_in_root": false}, "selected_tag": null, "show_beta": false, "stars": 124, "topics": ["custom-icons", "hacs", "home-assistant", "homeassistant", "icons", "icons-pack", "iconset", "ikea", "philips-hue", "xiaomi"], "version_installed": null, "last_fetched": 1643545559.356678}, "361205663": {"authors": [], "category": "plugin", "description": "Meteoalarm, M\u00e9t\u00e9o-France and DWD weather warnings card for Home Assistant Lovelace UI \u26c8\ufe0f", "domain": "", "downloads": 0, "etag_repository": "W/\"ecfb5c78f0adc49d8c4cb8b3d66c21cef0ab19e34eb49d1f92ac66cf548b213d\"", "full_name": "MrBartusek/MeteoalarmCard", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4f0c0f7", "last_release_tag": "v1.13.0", "last_updated": "2022-01-21T11:30:25Z", "name": "MeteoalarmCard", "new": false, "repository_manifest": {"name": "Meteoalarm Card", "render_readme": true, "filename": "meteoalarm-card.js", "country": ["AT", "BA", "BE", "BG", "CH", "CY", "CZ", "DE", "DK", "EE", "ES", "FI", "FR", "GR", "HR", "HU", "IE", "IL", "IS", "IT", "LT", "LU", "LV", "MD", "ME", "MT", "NL", "NO", "PL", "PT", "RO", "RS", "SE", "SI", "SK", "UK"]}, "selected_tag": null, "show_beta": false, "stars": 25, "topics": ["custom-cards", "deutscher-wetterdienst", "dwd", "hacktoberfest", "hacs", "home-assistant", "homeassistant", "lovelace", "lovelace-card", "lovelace-ui", "meteo-france", "meteoalarm", "meteoalarmeu", "weather"], "version_installed": null, "last_fetched": 1643545560.336497}, "350886220": {"authors": [], "category": "plugin", "description": "Frontend plugin to control fans in Home Assistant using preset modes for speeds", "domain": "", "downloads": 0, "etag_repository": "W/\"a181196eed46ee502518c0499652e94bd4fe38174f08f31184ec72d180c03bd0\"", "full_name": "finity69x2/fan-mode-button-row", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "00b386c", "last_release_tag": "1.2", "last_updated": "2021-08-27T18:14:19Z", "name": "fan-mode-button-row", "new": false, "repository_manifest": {"name": "Fan Mode Button Row", "filename": "fan-mode-button-row.js"}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["fan", "home-assistant", "plugin", "preset"], "version_installed": null}, "363428919": {"authors": [], "category": "plugin", "description": "Custom card which integrates plex into Home Assistant and makes it possible to launch movies or tv shows on TV with a simple click", "domain": "", "downloads": 0, "etag_repository": "W/\"c684686e46d24cbd75b75110274b5e14bc7ce5d17e5bb26eb257bdb12c3269b5\"", "full_name": "JurajNyiri/PlexMeetsHomeAssistant", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f79c14b", "last_release_tag": "3.6.1", "last_updated": "2022-01-17T19:37:31Z", "name": "PlexMeetsHomeAssistant", "new": false, "repository_manifest": {"name": "Plex Meets Home Assistant", "render_readme": true, "filename": "plex-meets-homeassistant.js"}, "selected_tag": null, "show_beta": false, "stars": 44, "topics": ["adb", "androidtv", "hacktoberfest", "hacktoberfest2021", "home-assistant", "home-automation", "homeassistant", "homeassistant-custom-component", "kodi", "plex", "plexmediaserver", "tv"], "version_installed": null, "last_fetched": 1643571259.763266}, "348464316": {"authors": ["@ec-blaster"], "category": "integration", "description": "Magic Switchbot integration component for Home Assistant", "domain": "magicswitchbot", "downloads": 0, "etag_repository": "W/\"09e6fae28b25c53ba8e94da2c74ce67440b825335c072411154ca2c9b3c59483\"", "full_name": "ec-blaster/magicswitchbot-homeassistant", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a689b25", "last_release_tag": "v1.0.1", "last_updated": "2021-05-13T21:18:00Z", "name": "magicswitchbot", "new": false, "repository_manifest": {"name": "Magic Switchbot", "render_readme": true, "iot_class": "Assumed State"}, "selected_tag": null, "show_beta": false, "stars": 13, "topics": ["hacs", "home-assistant", "magicswitchbot", "switches"], "version_installed": null}, "282509738": {"authors": ["@GuilleGF"], "category": "integration", "description": "OVH DynHost Updater Component for https://www.home-assistant.io/", "domain": "ovh", "downloads": 0, "etag_repository": "W/\"f263e0171f69e211fa0d9f920a7241fbe2de402eff56b3a86629fcfd5db12a33\"", "full_name": "GuilleGF/hassio-ovh", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3c348cb", "last_release_tag": "2.0.0", "last_updated": "2021-06-24T14:19:44Z", "name": "ovh", "new": false, "repository_manifest": {"name": "OVH DynHost", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 13, "topics": ["ddns", "ddns-updater", "hacs", "hass", "hassio", "home-assistant", "ovh", "ovh-dynhost"], "version_installed": null}, "305188358": {"authors": ["@midstar"], "category": "integration", "description": "Heatmiser Wifi Home Assistant Component", "domain": "heatmiser_wifi", "downloads": 0, "etag_repository": "W/\"5c94abd333c9b7093538300c75d420d2bf7fa929dff730702454bb7d1ba64652\"", "full_name": "midstar/heatmiser_wifi_ha", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c5d87c8", "last_release_tag": null, "last_updated": "2021-05-15T05:15:14Z", "name": "heatmiser_wifi", "new": false, "repository_manifest": {"name": "Heatmiser Wifi", "domains": ["climate"], "iot_class": "Local Polling", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": ["climate", "hacs", "heatmiser", "homeassisant", "python", "thermostat", "wifi"], "version_installed": null}, "364208180": {"authors": ["@koying"], "category": "integration", "description": "Jellyfin integration for Home Assistant", "domain": "jellyfin", "downloads": 0, "etag_repository": "W/\"1b7f00c3dfb77f83653b277fd846799ecbc2fe9ef81fa1f575bd9ea11ce6f995\"", "full_name": "koying/jellyfin_ha", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a79def9", "last_release_tag": "v1.0.8", "last_updated": "2022-01-03T18:12:32Z", "name": "jellyfin", "new": false, "repository_manifest": {"name": "Jellyfin", "domains": ["sensor", "media_player"], "iot_class": ["Cloud Pushing"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 43, "topics": ["custom-component", "hacs", "home-assistant", "homeassistant", "jellyfin"], "version_installed": null, "last_fetched": 1643571237.08687}, "347985393": {"authors": ["@Mr-Groch"], "category": "integration", "description": "Emulate SUPPORT_COLOR_TEMP for color lights that doesn't support color temp (like some Ikea Tradfri bulbs) - Home Assistant component", "domain": "emulated_color_temp", "downloads": 0, "etag_repository": "W/\"3a61d19452c7f13b7c6ebfc97c8489cc628c742a724660fa40d5783e8c300545\"", "full_name": "Mr-Groch/HA-Emulated-Color-Temp-Light", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5f90b7e", "last_release_tag": "0.1.5", "last_updated": "2021-12-31T11:51:41Z", "name": "emulated_color_temp", "new": false, "repository_manifest": {"name": "Emulated color temp light", "render_readme": true, "domains": "light", "iot_class": "Local Push"}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": ["color-lights", "color-temperature", "ct", "custom-component", "hacs", "home-assistant", "ikea-tradfri-bulbs", "light"], "version_installed": null, "last_fetched": 1641058318.273773}, "311594993": {"authors": ["@slashback100"], "category": "integration", "description": "Home Assistant Presence Simulation", "domain": "presence_simulation", "downloads": 0, "etag_repository": "W/\"01f514305cc7d65309b9fe1eecc23ea10a9505367edf35dcd87cadb9f5a85c25\"", "full_name": "slashback100/presence_simulation", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "8937bdd", "last_release_tag": "v1.12", "last_updated": "2022-01-22T09:57:08Z", "name": "presence_simulation", "new": false, "repository_manifest": {"name": "Presence Simulation", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 90, "topics": ["historic", "homeassistant", "homeassistant-components", "presence-simulation"], "version_installed": null, "last_fetched": 1643571248.19374}, "356030453": {"authors": ["@thebytestuff"], "category": "integration", "description": "Home Assistant Custom Component - send Syslog message to remote server.", "domain": "remote_syslog", "downloads": 0, "etag_repository": "W/\"49ac7f4e5b86393efe314b75f33b1efe9f5d0ebe7053b9b59148cc2788d30435\"", "full_name": "TheByteStuff/RemoteSyslog_Service", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a46df0c", "last_release_tag": "2021-06-29", "last_updated": "2021-06-29T14:43:23Z", "name": "remote_syslog", "new": false, "repository_manifest": {"name": "remote_syslog", "content_in_root": false, "zip_release": false, "domains": ["automation", "script"], "country": ["US"], "homeassistant": "2021.3.4", "iot_class": "Assumed State", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 7, "topics": ["hacs", "home-assistant", "syslog", "syslog-client"], "version_installed": null}, "351828005": {"authors": ["@myhomeiot"], "category": "integration", "description": "Control Dahua VTO/VTH devices from Home Assistant", "domain": "dahua_vto", "downloads": 0, "etag_repository": "W/\"cbac51eb1fc9f9ae3e5ebb18728e748ec017a2aec27e04a149cfbb03f4b65066\"", "full_name": "myhomeiot/DahuaVTO", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7344f5c", "last_release_tag": "1.0.7", "last_updated": "2022-01-12T13:21:13Z", "name": "dahua_vto", "new": false, "repository_manifest": {"name": "Dahua VTO", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 51, "topics": ["dahua", "home-assistant"], "version_installed": null, "last_fetched": 1643571241.001518}, "362513331": {"authors": ["@shaiu"], "category": "integration", "description": "This is an integration for HomeAssistant. It's a Device Tracker component for the Technicolor Gateway.", "domain": "technicolor", "downloads": 0, "etag_repository": "W/\"5d21e09ff7bbaa5e499f3859f9585bd1479c66f977ae7872e15527e1aa1a7f4c\"", "full_name": "shaiu/technicolor", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "eaaede2", "last_release_tag": null, "last_updated": "2021-08-05T14:55:09Z", "name": "technicolor", "new": false, "repository_manifest": {"name": "Technicolor", "render_readme": true, "iot_class": ["Local Polling"], "domains": ["device_tracker"], "version": "0.1.0"}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["hacs", "home-assistant", "python"], "version_installed": null}, "366482637": {"authors": [], "category": "plugin", "description": "Home assistant sun card based on Google weather design", "domain": "", "downloads": 0, "etag_repository": "W/\"e0422ed16be449ddd6c99512bbdb364cacab6bbf1a38456c2b3f1e5ec5bc4129\"", "full_name": "AitorDB/home-assistant-sun-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e49ff08", "last_release_tag": "v0.1.4", "last_updated": "2022-01-24T16:29:01Z", "name": "home-assistant-sun-card", "new": false, "repository_manifest": {"name": "Sun Card", "render_readme": true, "filename": "home-assistant-sun-card.js"}, "selected_tag": null, "show_beta": false, "stars": 261, "topics": ["custom-card", "hacs", "home-assistant", "sun", "sun-card"], "version_installed": null, "last_fetched": 1643545559.238208}, "340596609": {"authors": ["@osk2"], "category": "integration", "description": "\ud83d\udd1b Panasonic Smart App integration for Home Assistant.", "domain": "panasonic_smart_app", "downloads": 0, "etag_repository": "W/\"4cf345159591306395794f3219c40fd70b51249cb7e42ab06db59fc30c8e9863\"", "full_name": "osk2/panasonic_smart_app", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5215d50", "last_release_tag": "v2.3.0", "last_updated": "2022-01-08T08:07:57Z", "name": "panasonic_smart_app", "new": false, "repository_manifest": {"name": "Panasonic Smart App", "render_readme": false, "domains": ["climate", "humidifier", "sensor", "binary_sensor", "number"], "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 24, "topics": ["custom-component", "home-assistant", "panasonic"], "version_installed": null, "last_fetched": 1641895937.493214}, "362145464": {"authors": ["@Petro31"], "category": "integration", "description": "Integration that creates a multi-zone volume controller for media_players in Home Assistant", "domain": "multizone_controller", "downloads": 0, "etag_repository": "W/\"de6f144e327e181d61c93d8e3ec086eb83e6269f2059e7d6a47b4aae80b35486\"", "full_name": "Petro31/ha-integration-multizone-controller", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7cf3e43", "last_release_tag": "1.2", "last_updated": "2021-06-09T21:34:52Z", "name": "multizone_controller", "new": false, "repository_manifest": {"name": "Multizone Controller", "domains": ["sensor"], "render_readme": true, "iot_class": ["Local Polling"]}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": ["hacs", "media-players", "multizone-controller", "volume-increment", "zone-volume"], "version_installed": null}, "370997019": {"authors": [], "category": "plugin", "description": "Type on your WebOS TV using this lovelace card", "domain": "", "downloads": 0, "etag_repository": "W/\"dacb409d07b75a47aa0058ddc4a4c8128c71af439ab0681cc90ec1543c214e7d\"", "full_name": "bernikr/lovelace-webos-keyboard-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6f489ee", "last_release_tag": null, "last_updated": "2021-12-17T14:54:58Z", "name": "lovelace-webos-keyboard-card", "new": false, "repository_manifest": {"name": "WebOS Keyboard Card", "content_in_root": true, "filename": "webos-keyboard-card.js", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": ["card", "home-assistant", "homeassistant", "input-method", "keyboard", "lovelace", "remote", "webos"], "version_installed": null}, "361776538": {"authors": [], "category": "plugin", "description": "Floor 3D Card to visualize Home Assistant entities using objects in a 3D home model based on Three.js.", "domain": "", "downloads": 375, "etag_repository": "W/\"9f3d005ce1e03bfa0958ecccfdaf596bb5b898eab0eb894341f07e856efed291\"", "full_name": "adizanni/floor3d-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2d4d096", "last_release_tag": "v1.1.15", "last_updated": "2022-01-29T15:05:12Z", "name": "floor3d-card", "new": false, "repository_manifest": {"name": "Floor 3d Visualization Card", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 151, "topics": ["3d-models", "card", "entity-bindings", "home-assistant"], "version_installed": null, "last_fetched": 1643571253.278348}, "375439961": {"authors": [], "category": "plugin", "description": "A button card with integrated slider", "domain": "", "downloads": 15569, "etag_repository": "W/\"1fae3a48650b09efbd0c82e277a619e8100df1d9c0377fb31264cb52d808db7e\"", "full_name": "mattieha/slider-button-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "877bc94", "last_release_tag": "v1.10.3", "last_updated": "2022-01-29T18:00:24Z", "name": "slider-button-card", "new": false, "repository_manifest": {"name": "Slider Button Card", "render_readme": true, "filename": "slider-button-card.js", "domains": ["light", "fan", "cover", "switch", "input_boolean", "media_player"]}, "selected_tag": null, "show_beta": false, "stars": 269, "topics": ["button-card", "card", "hacs", "homeassistant", "lovelace", "lovelace-custom-card", "slider"], "version_installed": null, "last_fetched": 1643571261.084636}, "373832981": {"authors": [], "category": "plugin", "description": "A custom digital clock card for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"3c997ed9564d5600f209879a8e276e188d8de76211ede2fd488b6b15822c2513\"", "full_name": "wassy92x/lovelace-digital-clock", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "71a5e1a", "last_release_tag": "v1.2.2", "last_updated": "2021-12-14T17:31:04Z", "name": "lovelace-digital-clock", "new": false, "repository_manifest": {"name": "Digital Clock", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 16, "topics": ["homeassistant", "lovelace", "lovelace-card"], "version_installed": null, "last_fetched": 1641895939.098172}, "329411371": {"authors": [], "category": "plugin", "description": "A custom dashboard for Home Assistant with sidebar", "domain": "", "downloads": 0, "etag_repository": "W/\"fceecb55a36fcd55fb29422033b612a7a1e5dc99b8fdf1314bee09c7282843de\"", "full_name": "wassy92x/lovelace-ha-dashboard", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "af8e045", "last_release_tag": "v1.1.0", "last_updated": "2021-06-27T14:52:25Z", "name": "lovelace-ha-dashboard", "new": false, "repository_manifest": {"name": "HA Dashboard", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": ["homeassistant", "lovelace", "lovelace-ui"], "version_installed": null}, "373857882": {"authors": [], "category": "plugin", "description": "A custom card for Home Assistant to group multiple buttons", "domain": "", "downloads": 0, "etag_repository": "W/\"edaf1a6cd276b09f7dbcee878d51c9aaae01591d4c3625d6b13343622bfd788d\"", "full_name": "wassy92x/lovelace-entities-btn-group", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "65ae7da", "last_release_tag": "v1.0.2", "last_updated": "2021-06-16T19:51:16Z", "name": "lovelace-entities-btn-group", "new": false, "repository_manifest": {"name": "Entities Button Group", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["homeassistant", "lovelace", "lovelace-card"], "version_installed": null}, "366911690": {"authors": ["@rroller"], "category": "integration", "description": "Dahua Camera and Doorbell Home Assistant Integration", "domain": "dahua", "downloads": 0, "etag_repository": "W/\"2e894e58cdafdd71a24781fc8cf90901f47eb7c74a73f6ba5c782e4269445d19\"", "full_name": "rroller/dahua", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2820c56", "last_release_tag": "0.9.34", "last_updated": "2022-01-18T16:03:35Z", "name": "dahua", "new": false, "repository_manifest": {"name": "Dahua", "hacs": "1.6.0", "homeassistant": "2021.7.0", "domains": ["binary_sensor", "switch", "light", "camera"], "iot_class": "Local Polling", "render_readme": true, "documentation": "https://github.com/rroller/dahua/blob/main/README.md", "issue_tracker": "https://github.com/rroller/dahua/issues", "codeowners": ["@rroller"]}, "selected_tag": null, "show_beta": false, "stars": 93, "topics": ["amcrest", "camera", "dahua", "doorbell", "hacs", "home-assistant", "ipcam", "lorex"], "version_installed": null, "last_fetched": 1643571246.84296}, "361961255": {"authors": ["@make-all"], "category": "integration", "description": "Metlink Wellington Public Transport integration for Home Assistant", "domain": "metlink", "downloads": 0, "etag_repository": "W/\"6af2355c1915af7eed32fdec3a1f208c75b1872f7cc6ec881c6576d9221967ad\"", "full_name": "make-all/metlink-nz", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "175582c", "last_release_tag": "1.0.3", "last_updated": "2021-12-12T08:57:06Z", "name": "metlink", "new": false, "repository_manifest": {"name": "Metlink Wellington Transport", "render_readme": true, "domains": ["sensor"], "country": ["NZ"], "homeassistant": "2021.12.0", "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["home-assistant", "metlink", "metlink-api", "transport", "wellington"], "version_installed": null, "last_fetched": 1641895942.011754}, "371474642": {"authors": ["@jadson179"], "category": "integration", "description": "home-assistant service for control the consul \ud83d\udd34", "domain": "consul", "downloads": 0, "etag_repository": "W/\"389e8e80278c4743935d04d2e17d4a6f70c41d22045987bea327b456d339fa68\"", "full_name": "jadson179/consul", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5883891", "last_release_tag": "2021.2.0", "last_updated": "2021-10-09T12:30:45Z", "name": "consul", "new": false, "repository_manifest": {"name": "consul", "render_readme": "true", "iot_class": ["Local Push"], "version": "2021.2.0"}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["consul"], "version_installed": null}, "373370853": {"authors": ["@rsnodgrass"], "category": "integration", "description": "Helium blockchain sensors for Home Assistant", "domain": "helium", "downloads": 0, "etag_repository": "W/\"1cf964d978fd0a0f75bd6af5ca3861c87be8de718dc889e626220e3abe4d8e81\"", "full_name": "rsnodgrass/hass-helium", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2c017ff", "last_release_tag": "0.3.6", "last_updated": "2022-01-21T16:21:25Z", "name": "helium", "new": false, "repository_manifest": {"name": "Helium Blockchain", "domains": ["sensor"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 26, "topics": ["helium", "helium-blockchain", "homeassistant"], "version_installed": null, "last_fetched": 1642851439.127735}, "269205129": {"authors": ["@h4de5"], "category": "integration", "description": "VIMAR by-me integration into home-assistant.io", "domain": "vimar", "downloads": 0, "etag_repository": "W/\"303dd79406459b26993bba31e1610748f514ad9927ddd77aea4a433caebe1f5b\"", "full_name": "h4de5/home-assistant-vimar", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "63f3648", "last_release_tag": "2021.10.1", "last_updated": "2021-10-21T13:32:06Z", "name": "vimar", "new": false, "repository_manifest": {"name": "VIMAR By-Me Hub", "content_in_root": false, "render_readme": true, "domains": ["media_player", "cover", "input_boolean", "light", "scene", "binary_sensor", "sensor", "switch", "climate"], "homeassistant": "0.99.9", "iot_class": ["Local Polling"]}, "selected_tag": null, "show_beta": false, "stars": 25, "topics": ["home-assistant", "home-automation", "homeassistant", "homeassistant-integration", "vimar", "vimar-platform"], "version_installed": null, "last_fetched": 1642094195.396116}, "372058588": {"authors": ["@amaximus"], "category": "integration", "description": "Meteo alerts for Hungary", "domain": "met_alerts_hu", "downloads": 0, "etag_repository": "W/\"a7232d7039eba641df096bff1f385307c3bdf1848a05232c68b31d7226c9c8fc\"", "full_name": "amaximus/met_alerts_hu", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4015c97", "last_release_tag": "2.3.1", "last_updated": "2021-12-10T12:23:17Z", "name": "met_alerts_hu", "new": false, "repository_manifest": {"name": "MET Alerts Hungary", "country": ["HU"], "domains": ["met_alerts_hu"], "render_readme": "true", "iot_class": ["Assumed State", "Cloud Polling"]}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": ["home-assistant", "homeassistant", "homeassistant-custom-component", "hungary"], "version_installed": null}, "354515979": {"authors": ["@jomwells", "@Mr-Groch"], "category": "integration", "description": "ON/OFF Abilight+Hue (Switch) component for Philips Ambilight TV's", "domain": "philips_ambilight+hue", "downloads": 0, "etag_repository": "W/\"e5fcdf49243cb1a8085f8e4fb58961bde034ad3be31bd5cf7e2a0e1685523f95\"", "full_name": "Mr-Groch/ambihue", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3386206", "last_release_tag": "0.0.7", "last_updated": "2022-01-08T12:46:57Z", "name": "philips_ambilight+hue", "new": false, "repository_manifest": {"name": "Philips Ambilight+Hue Switch", "domains": "switch", "iot_class": "Local Polling"}, "selected_tag": null, "show_beta": false, "stars": 11, "topics": ["ambilight", "custom-component", "hacs", "home-assistant", "philips-hue"], "version_installed": null, "last_fetched": 1643571240.52106}, "259867685": {"authors": ["@DSorlov"], "category": "integration", "description": "HomeAssistant SL Sensor (HASLv3)", "domain": "hasl3", "downloads": 0, "etag_repository": "W/\"9b56d5a3f570aef7d25e49c14dcee6adbf8024c357f61913f22e18cf5bc89d47\"", "full_name": "hasl-sensor/integration", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "11d2711", "last_release_tag": "3.0.1", "last_updated": "2022-01-23T12:15:49Z", "name": "hasl3", "new": false, "repository_manifest": {"name": "SL Integration (HASL)", "content_in_root": false, "country": ["SE"], "render_readme": false, "homeassistant": "2021.12", "zip_release": false, "domains": ["sensor", "binary_sensor"], "iot_class": "cloud_poll"}, "selected_tag": null, "show_beta": false, "stars": 16, "topics": ["ha-sensor-sl", "hasl", "hasl3", "haslv3", "homeassistant", "homeassistant-sensor", "sl-sensor", "stockholms-lokaltrafik"], "version_installed": null, "last_fetched": 1643571232.79017}, "295123287": {"authors": ["@yuval_mejahez"], "category": "integration", "description": "Jewish Shabbat Yomtov and Holidays times and event", "domain": "hebcal", "downloads": 0, "etag_repository": "W/\"18e7db7d1c16f6522ac3d7f251f1bc798d553d615304b4bf0867d615480aaad7\"", "full_name": "rt400/Jewish-Sabbaths-Holidays", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6ed9afd", "last_release_tag": "2.0.5", "last_updated": "2021-09-05T09:04:55Z", "name": "hebcal", "new": false, "repository_manifest": {"name": "Jewish Sabbaths Holidays / sensor", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": ["hacs", "holidays", "jewish", "sensor", "shabbat"], "version_installed": null}, "134057086": {"authors": ["@syssi"], "category": "integration", "description": "Xiaomi Mi Electric Rice Cooker integration for Home Assistant", "domain": "xiaomi_miio_cooker", "downloads": 0, "etag_repository": "W/\"05f2cce86987fd67dfa65ae9bbad4309cf580f042b715c4b483e59cc067f6763\"", "full_name": "syssi/xiaomi_cooker", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "14e870d", "last_release_tag": "0.2.7", "last_updated": "2021-12-18T20:15:45Z", "name": "xiaomi_miio_cooker", "new": false, "repository_manifest": {"name": "Xiaomi Mi Electric Rice Cooker Integration", "content_in_root": false, "render_readme": true, "iot_class": "local_polling"}, "selected_tag": null, "show_beta": false, "stars": 103, "topics": ["custom-component", "hacktoberfest", "home-assistant", "miio", "miio-protocol", "rice-cooker", "sensor", "xiaomi", "xiaomi-cooker"], "version_installed": null, "last_fetched": 1642430921.021095}, "129049262": {"authors": ["@syssi"], "category": "integration", "description": "Xiaomi Mi Smart Fan integration for Home Assistant", "domain": "xiaomi_miio_fan", "downloads": 0, "etag_repository": "W/\"3e0ee7bc28dc721996d4ef7af089b9863c5c0b74a3de1809de3c2e8867889e72\"", "full_name": "syssi/xiaomi_fan", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "8e22d0f", "last_release_tag": "0.5.4", "last_updated": "2021-12-27T09:15:51Z", "name": "xiaomi_miio_fan", "new": false, "repository_manifest": {"name": "Xiaomi Mi Smart Pedestal Fan Integration", "content_in_root": false, "render_readme": true, "iot_class": "local_polling", "homeassistant": "2021.5.1"}, "selected_tag": null, "show_beta": false, "stars": 247, "topics": ["custom-component", "fan", "hacktoberfest", "home-assistant", "miio", "miio-protocol", "miot", "xiaomi"], "version_installed": null, "last_fetched": 1643571249.481009}, "373845609": {"authors": ["@bramstroker"], "category": "integration", "description": "Custom component to calculate estimated power consumption of lights and other appliances", "domain": "powercalc", "downloads": 863, "etag_repository": "W/\"0dcbab978f31194b3cc118dc01d6f375c134ebe0e5d032e78f99d473d7412849\"", "full_name": "bramstroker/homeassistant-powercalc", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "078f677", "last_release_tag": "v0.16.1", "last_updated": "2022-01-28T16:22:47Z", "name": "powercalc", "new": false, "repository_manifest": {"name": "Power calculation", "render_readme": true, "domains": ["sensor"], "zip_release": true, "filename": "powercalc.zip"}, "selected_tag": null, "show_beta": false, "stars": 199, "topics": ["consumption", "energy-monitor", "hacktoberfest", "hacs", "home-assistant", "homeassistant", "hue-lights", "metering", "power"], "version_installed": null, "last_fetched": 1643571223.966936}, "85400693": {"authors": ["@PaulAnnekov"], "category": "integration", "description": "Device tracker component that uses Padavan-based router", "domain": "padavan_tracker", "downloads": 0, "etag_repository": "W/\"79ca0b625b5239014ad3e3921acdbdc1d30139b4b5f8aea10dd2ee17e37eb7d0\"", "full_name": "PaulAnnekov/home-assistant-padavan-tracker", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5d0f168", "last_release_tag": "1.0.2", "last_updated": "2021-09-05T16:36:39Z", "name": "padavan_tracker", "new": false, "repository_manifest": {"name": "Padavan Tracker", "render_readme": true, "domains": ["device_tracker"], "iot_class": ["Local Polling"]}, "selected_tag": null, "show_beta": false, "stars": 40, "topics": ["home-assistant", "padavan", "router", "xiaomi"], "version_installed": null}, "365332200": {"authors": ["@Racailloux"], "category": "integration", "description": "Home Assistant integration to support PiJuice UPS Hat and retrieve values to sensors.", "domain": "pijuice", "downloads": 0, "etag_repository": "W/\"c1fd15a280beccd07b309ee593f1e47548cf2d264d61ca4d55ca1f9f0208188c\"", "full_name": "Racailloux/home-assistant-pijuice", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d2b0fd8", "last_release_tag": "1.2.0", "last_updated": "2021-09-12T12:14:15Z", "name": "pijuice", "new": false, "repository_manifest": {"name": "PiJuice UPS Hat", "render_readme": true, "iot_class": "Local Polling", "domains": "sensor", "country": ["EN", "FR"]}, "selected_tag": null, "show_beta": false, "stars": 7, "topics": ["battery", "hat", "home-assistant", "integrations", "pijuice", "raspberry-pi", "sensors", "ups", "voltage"], "version_installed": null}, "180440465": {"authors": ["@ludeeus"], "category": "integration", "description": "Component to show potential breaking_changes in the current published version based on your loaded components", "domain": "breaking_changes", "downloads": 0, "etag_repository": "W/\"68d8801493650c78168eac45119f05ccbd211a742a89f753422f803f93fe69c1\"", "full_name": "custom-components/breaking_changes", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "fcbd2d0", "last_release_tag": "21.12.0", "last_updated": "2021-12-03T23:22:46Z", "name": "breaking_changes", "new": false, "repository_manifest": {"name": "Breaking Changes", "zip_release": true, "hide_default_branch": true, "filename": "breaking_changes.zip", "domain": "breaking_changes", "homeassistant": "2021.4.0b0"}, "selected_tag": null, "show_beta": false, "stars": 78, "topics": ["breaking-changes", "custom-component", "home-assistant", "homeassistant", "python"], "version_installed": null, "last_fetched": 1643545556.7687}, "151280062": {"authors": [], "category": "plugin", "description": "Minimalistic graph card for Home Assistant Lovelace UI", "domain": "", "downloads": 0, "etag_repository": "W/\"0c521e9864c882fe0f8e986ae8898ca73ae9ec2c731f0f358ac04c069b8b3ec6\"", "full_name": "kalkih/mini-graph-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4b83da8", "last_release_tag": "v0.11.0", "last_updated": "2022-01-23T09:42:43Z", "name": "mini-graph-card", "new": false, "repository_manifest": {"name": "mini-graph-card", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 1789, "topics": ["automation", "custom", "graph", "hacktoberfest", "hassio", "home-assistant", "lovelace", "lovelace-ui", "sensor"], "version_installed": null, "last_fetched": 1643545559.365716}, "201740996": {"authors": ["@ludeeus"], "category": "integration", "description": "Use Jinja and data from Home Assistant to generate your README.md file", "domain": "readme", "downloads": 0, "etag_repository": "W/\"4e8cbc7fdbaa4d1a997eb4236f2e6d5e2d5177c87353b320b0c63b8695cea808\"", "full_name": "custom-components/readme", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3d7becc", "last_release_tag": "0.4.0", "last_updated": "2022-01-10T18:51:05Z", "name": "readme", "new": false, "repository_manifest": {"name": "Generate readme", "iot_class": "calculated", "zip_release": true, "filename": "readme.zip", "homeassistant": "2021.5.0", "hide_default_branch": true, "render_readme": true, "hacs": "0.19.1"}, "selected_tag": null, "show_beta": false, "stars": 18, "topics": ["automation", "home-assistant", "jinja", "readme"], "version_installed": null, "last_fetched": 1643545556.816277}, "374763546": {"authors": ["@xilense"], "category": "integration", "description": "AIMP custom component for \ud83c\udfe0 Home Assistant using web remote", "domain": "aimp", "downloads": 0, "etag_repository": "W/\"1a9c5c5423e2aa39ffec21ee341f2214d9a90a7bc77bfe9c60cd5533cccb0a09\"", "full_name": "xilense/aimp_custom_component", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "108431c", "last_release_tag": null, "last_updated": "2021-06-21T18:20:20Z", "name": "aimp", "new": false, "repository_manifest": {"name": "AIMP Media Player", "content_in_root": true, "domains": "media_player", "iot_class": "Local Polling", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["aimp", "home-automation", "homeassistant", "homeautomation", "internet-of-things", "iot", "iot-automation", "mediaplayer", "raspberry-pi", "remote-control", "smarthome"], "version_installed": null}, "323152128": {"authors": ["@guylewin"], "category": "integration", "description": "Crunch-O-Meter API as sensors in Home Assistant. See how many people are currently at your local gym", "domain": "crunch_o_meter", "downloads": 0, "etag_repository": "W/\"02cc653796b8ff504e36be78552319dd9c51adac96f5937bf203895d04237835\"", "full_name": "GuyLewin/home-assistant-crunch-o-meter", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "db48e5a", "last_release_tag": "1.0.4", "last_updated": "2021-06-14T13:06:16Z", "name": "crunch_o_meter", "new": false, "repository_manifest": {"name": "Crunch-O-Meter", "domains": ["sensor"], "iot_class": "Cloud Polling", "render_readme": true, "zip_release": true, "filename": "crunch_o_meter.zip"}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["crunch", "crunch-o-meter", "hacs", "home-assistant"], "version_installed": null}, "376904517": {"authors": [], "category": "plugin", "description": "A progress bar display for Home Assistant timers", "domain": "", "downloads": 2781, "etag_repository": "W/\"38ea22160c43ccdbe9c87bf5714ada90933918bf5ddcae1387ce2b56b892140b\"", "full_name": "rianadon/timer-bar-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7b1870b", "last_release_tag": "v1.15", "last_updated": "2022-01-21T18:45:14Z", "name": "timer-bar-card", "new": false, "repository_manifest": {"name": "Timer Bar Card", "render_readme": true, "filename": "timer-bar-card.js"}, "selected_tag": null, "show_beta": false, "stars": 83, "topics": ["home-assistant", "lovelace", "lovelace-ui"], "version_installed": null, "last_fetched": 1643571262.763521}, "378256174": {"authors": [], "category": "plugin", "description": "Home Assistant card for collecting OpenSprinkler status", "domain": "", "downloads": 0, "etag_repository": "W/\"979608dafc7cb3ea70f57b5b0b6d08d3642531bbff722956b0bc6497ef19712d\"", "full_name": "rianadon/opensprinkler-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "883055b", "last_release_tag": "v1.11", "last_updated": "2021-12-20T23:06:54Z", "name": "opensprinkler-card", "new": false, "repository_manifest": {"name": "OpenSprinkler Card", "render_readme": true, "filename": "opensprinkler-card.js"}, "selected_tag": null, "show_beta": false, "stars": 32, "topics": ["home-assistant", "lovelace", "lovelace-ui", "opensprinkler"], "version_installed": null, "last_fetched": 1642184597.996558}, "307678069": {"authors": ["@rogro82", "@wibias"], "category": "integration", "description": "Home Assistant variables component", "domain": "variable", "downloads": 0, "etag_repository": "W/\"9e82023624d0de81f46069fd20506a6bbbbe6d0c359b61700085bcf5efc9ca1f\"", "full_name": "Wibias/hass-variables", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "0b76b6a", "last_release_tag": "2.2.1", "last_updated": "2022-01-22T16:29:27Z", "name": "variable", "new": false, "repository_manifest": {"name": "Variables+History", "homeassistant": "2021.9.0", "iot_class": "local push"}, "selected_tag": null, "show_beta": false, "stars": 28, "topics": ["counter", "homeassistant-integration", "keypad", "last-motion", "python", "timer", "variables"], "version_installed": null, "last_fetched": 1643571252.251042}, "373101151": {"authors": ["@cjne"], "category": "integration", "description": "Home Assistant customcomponent for SunSpec modbus devices", "domain": "sunspec", "downloads": 0, "etag_repository": "W/\"bdfff48b661cea421ac8d890f7b905a2e705ea2c807b9bf6753a8a18292397be\"", "full_name": "CJNE/ha-sunspec", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b0b749a", "last_release_tag": "0.0.19", "last_updated": "2022-01-26T05:12:55Z", "name": "sunspec", "new": false, "repository_manifest": {"name": "SunSpec", "hacs": "1.6.0", "domains": ["sensor"], "iot_class": "Local Polling", "render_readme": true, "homeassistant": "2021.9.1"}, "selected_tag": null, "show_beta": false, "stars": 15, "topics": ["custom-component", "home-assistant", "sunspec"], "version_installed": null, "last_fetched": 1643571224.696595}, "256928191": {"authors": ["@Aohzan"], "category": "integration", "description": "Home Assistant custom component for GCE Eco-Devices", "domain": "ecodevices", "downloads": 0, "etag_repository": "W/\"e28dbf308b06a446432409f2815f93383263f1d01a44b4bb9509e2122a0b7fc0\"", "full_name": "Aohzan/ecodevices", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "851ff72", "last_release_tag": "4.0.0", "last_updated": "2021-12-31T17:09:13Z", "name": "ecodevices", "new": false, "repository_manifest": {"name": "GCE Eco-Devices", "country": ["FR"], "domains": ["sensor"], "render_readme": true, "iot_class": ["Local Polling"]}, "selected_tag": null, "show_beta": false, "stars": 7, "topics": ["eco-devices", "gce-electronics", "home-assistant", "homeassistant-integration"], "version_installed": null, "last_fetched": 1641058337.817616}, "351604227": {"authors": ["@Sha-Darim"], "category": "integration", "description": "The custom compontnet will get fire risks and fire prohibition from the Brandrisk Ute API for the supplied position.", "domain": "brandriskute", "downloads": 0, "etag_repository": "W/\"a88ea5dcc9c7365be124bbf02b3807bf9a41469aa44a8c706161709cf62b8ea3\"", "full_name": "Sha-Darim/brandriskute", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4ed6d64", "last_release_tag": null, "last_updated": "2021-12-28T22:27:43Z", "name": "brandriskute", "new": false, "repository_manifest": {"name": "Brandrisk ute", "render_readme": true, "domains": ["sensor"], "country": ["se"]}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["fire-risks", "homeassistant", "risks", "sensors"], "version_installed": null}, "387055527": {"authors": [], "category": "theme", "description": "This is a blend of 2 themes found within the Home Assistant community. Inspired mostly by Noctis, I've adjust colours slightly and have also opted to pull some features from Caule Theme packs to build my own 'ultimate' theme. I will continue to update overtime and do my best to credit those whom I have 'referenced' ", "domain": "", "downloads": 0, "etag_repository": "W/\"6c54cf61de3436b14d30e2f6e080c33f94c85659b791886b67162fd4a402f840\"", "full_name": "tgcowell/waves", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4c4218c", "last_release_tag": "v.2.1.0", "last_updated": "2021-08-27T03:25:22Z", "name": "waves", "new": false, "repository_manifest": {"name": "Waves"}, "selected_tag": null, "show_beta": false, "stars": 21, "topics": ["hacs", "hassio", "homeassistant", "themes"], "version_installed": null, "last_fetched": 1642184601.132158}, "391372854": {"authors": [], "category": "plugin", "description": "Home Assistant card for controlling the Alarmo component", "domain": "", "downloads": 1946, "etag_repository": "W/\"28c87bd14b8bdbb5969e902c6c85da87362ec3105ed38f676600145482b3cdf5\"", "full_name": "nielsfaber/alarmo-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "cfe826a", "last_release_tag": "v1.2.3", "last_updated": "2022-01-15T08:11:17Z", "name": "alarmo-card", "new": false, "repository_manifest": {"name": "Alarmo Card", "render_readme": true, "filename": "alarmo-card.js"}, "selected_tag": null, "show_beta": false, "stars": 28, "topics": ["alarm", "alarmo", "assistant", "card", "home", "home-assistant", "lovelace", "security"], "version_installed": null, "last_fetched": 1643571261.532588}, "362551242": {"authors": [], "category": "plugin", "description": "Simple last-updated card for Home assistant lovelace", "domain": "", "downloads": 0, "etag_repository": "W/\"7582e81dc79d17b48732f060719ecd84416c96684cc88d57c6aa2ba8a4db53bc\"", "full_name": "itobey/update-time-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9580c83", "last_release_tag": "2.0.0", "last_updated": "2021-07-13T16:24:04Z", "name": "update-time-card", "new": false, "repository_manifest": {"name": "Update Time Card", "content_in_root": true, "render_readme": true, "filename": "update-time-card.js"}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["clock", "dashboard", "e-ink", "hassio", "home-assistant", "homeassistant", "last-updated", "lovelace", "lovelace-custom-card", "lovelace-ui"], "version_installed": null}, "384434522": {"authors": [], "category": "plugin", "description": "Additional vector icons for home assistant to model Philips Hue bulbs and fixtures. ", "domain": "", "downloads": 0, "etag_repository": "W/\"dd2443298b76ee5f4ee0dc518c7dfc08f9151427f30d2210d2f8b7f40422ac78\"", "full_name": "arallsopp/hass-hue-icons", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c834f9a", "last_release_tag": "v.1.2.5", "last_updated": "2022-01-19T12:36:20Z", "name": "hass-hue-icons", "new": false, "repository_manifest": {"name": "Hass Hue Icons", "render_readme": true, "content_in_root": false}, "selected_tag": null, "show_beta": false, "stars": 125, "topics": ["custom-icons", "hacktoberfest", "hacs", "home-assistant", "homeassistant", "hue", "hue-lights", "icons", "iconset", "philips-hue", "svg"], "version_installed": null, "last_fetched": 1643571253.745922}, "352169259": {"authors": ["@aex351"], "category": "integration", "description": "Neerslag app for Home Assistant. All-in-one package (Sensors + Card).", "domain": "neerslag", "downloads": 0, "etag_repository": "W/\"c7ea7befb915401621b152712582ad6d2387b3fd868a00f66dfa33221aff7a56\"", "full_name": "aex351/home-assistant-neerslag-app", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "ba484e4", "last_release_tag": null, "last_updated": "2021-10-21T20:28:43Z", "name": "neerslag", "new": false, "repository_manifest": {"name": "Neerslag App", "render_readme": true, "country": ["NL", "BE"], "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 18, "topics": ["homeassistant"], "version_installed": null, "last_fetched": 1641217569.170075}, "366713850": {"authors": ["@alexander0042"], "category": "integration", "description": "Replacement for the default Dark Sky Home Assistant integration using Pirate Weather ", "domain": "pirateweather", "downloads": 0, "etag_repository": "W/\"14e5999e119fe81ed9bbdac6cc9efff17548d86cdc4069cf457a83259eae7575\"", "full_name": "alexander0042/pirate-weather-ha", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e95083f", "last_release_tag": null, "last_updated": "2021-12-17T17:21:58Z", "name": "pirateweather", "new": false, "repository_manifest": {"name": "Pirate Weather", "domains": ["weather", "sensor"], "render_readme": true, "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 65, "topics": ["darksky-api", "homeassistant-integration", "weather-api"], "version_installed": null, "last_fetched": 1643545556.794476}, "363203831": {"authors": ["@benleb"], "category": "integration", "description": "SureHA \ud83d\udc3e monitor & control your Sure Petcare devices via Home Assistant", "domain": "sureha", "downloads": 0, "etag_repository": "W/\"b3a5d3b5e4d02d9b2d3db971986dbb9f83a772f779f7c706cbfe8d005d0f570c\"", "full_name": "benleb/sureha", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "77ff2da", "last_release_tag": "v0.4.2", "last_updated": "2021-09-20T15:35:49Z", "name": "sureha", "new": false, "repository_manifest": {"name": "SureHA", "documentation": "https://github.com/benleb/sureha", "content_in_root": true, "render_readme": true, "domains": ["binary_sensor", "sensor"]}, "selected_tag": null, "show_beta": false, "stars": 10, "topics": ["home-assistant", "home-automation", "homeassistant", "surepet", "surepetcare", "surepy"], "version_installed": null, "last_fetched": 1641895958.561402}, "378010382": {"authors": ["@alryaz"], "category": "integration", "description": "TNS Energo Integration", "domain": "tns_energo", "downloads": 0, "etag_repository": "W/\"d4a335cae84074e420e746d37ce355a6db4ac2680e063b5b15162cdcb5af0ef0\"", "full_name": "alryaz/hass-tns-energo", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e23705e", "last_release_tag": "v0.1.0", "last_updated": "2021-11-03T19:37:50Z", "name": "tns_energo", "new": false, "repository_manifest": {"name": "\u041b\u0438\u0447\u043d\u044b\u0439 \u043a\u0430\u0431\u0438\u043d\u0435\u0442 \u0422\u041d\u0421 \u042d\u043d\u0435\u0440\u0433\u043e", "content_in_root": false, "zip_release": false, "render_readme": true, "domains": ["sensor"], "country": ["ru"], "homeassistant": "2021.4.6", "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": ["custom-components", "hacs", "homeassistant", "moscow", "tns-energo"], "version_installed": null}, "376390299": {"authors": ["@golles"], "category": "integration", "description": "KNMI weather integration for Home Assistant", "domain": "knmi", "downloads": 0, "etag_repository": "W/\"ef1bd6faa2e5920122e14e51741393edcbaa5f9e4f235ee917217ba3199aaae5\"", "full_name": "golles/ha-knmi", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4de958b", "last_release_tag": "1.1.6", "last_updated": "2022-01-08T17:01:59Z", "name": "knmi", "new": false, "repository_manifest": {"name": "knmi", "hacs": "1.6.0", "domains": ["binary_sensor", "sensor", "switch"], "homeassistant": "0.118.0"}, "selected_tag": null, "show_beta": false, "stars": 7, "topics": ["home-assistant", "home-assistant-component", "homeassistant", "knmi", "weather"], "version_installed": null, "last_fetched": 1642004605.655608}, "384704004": {"authors": ["@dylandoamaral"], "category": "integration", "description": "A Trakt integration for Home Assistant compatible with upcoming media card", "domain": "trakt_tv", "downloads": 0, "etag_repository": "W/\"271e8a524c8f838bcc59f398e4c685dede7e8661588da060a3d577cecbe98a58\"", "full_name": "dylandoamaral/trakt-integration", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6a4835e", "last_release_tag": "v0.1.2", "last_updated": "2021-12-13T09:19:12Z", "name": "trakt_tv", "new": false, "repository_manifest": {"name": "Trakt", "domains": ["sensor"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": ["custom", "hacs", "home-assistant", "integration", "movie", "show", "trakt", "upcoming-media-card"], "version_installed": null, "last_fetched": 1643545556.791849}, "261277563": {"authors": ["@edekeijzer"], "category": "integration", "description": "OSRM travel time sensor for Home Assistant", "domain": "osrm_travel_time", "downloads": 0, "etag_repository": "W/\"a351edffa9665484e59651c629526eeade93896315c7f686ec51c603e50c3167\"", "full_name": "edekeijzer/osrm_travel_time", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3985b38", "last_release_tag": "v0.3", "last_updated": "2021-07-04T11:12:20Z", "name": "osrm_travel_time", "new": false, "repository_manifest": {"name": "Open Source Routing Machine", "domains": ["sensor"], "iot_class": ["Local Polling"]}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": ["home-assistant", "osrm", "python", "python3", "self-hosted"], "version_installed": null}, "290261325": {"authors": ["@basnijholt", "@RubenKelevra"], "category": "integration", "description": "Adaptive Lighting custom component for Home Assistant", "domain": "adaptive_lighting", "downloads": 0, "etag_repository": "W/\"f83d1c7c1980b080967b9c5b00373239ff9ad94867f8d78ee6d2f8f4f2c99d24\"", "full_name": "basnijholt/adaptive-lighting", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "83983e8", "last_release_tag": "1.0.15", "last_updated": "2022-01-08T23:28:34Z", "name": "adaptive_lighting", "new": false, "repository_manifest": {"name": "adaptive_lighting", "render_readme": true, "domains": ["switch"]}, "selected_tag": null, "show_beta": false, "stars": 472, "topics": ["adaptive-lighting", "automation", "home-assistant", "hue", "iot", "lights", "sunrise", "sunset", "zigbee"], "version_installed": null, "last_fetched": 1643571222.606949}, "377060365": {"authors": ["@alryaz"], "category": "integration", "description": "\u0418\u043d\u0442\u0435\u0433\u0440\u0430\u0446\u0438\u044f Home Assistant \u0441 \u041b\u041a \"\u0418\u043d\u0442\u0435\u0440 \u0420\u0410\u041e\"", "domain": "lkcomu_interrao", "downloads": 0, "etag_repository": "W/\"edf53429a828fa13d9facc72a0b85cc991e68743dee673e401994a480d125413\"", "full_name": "alryaz/hass-lkcomu-interrao", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b951440", "last_release_tag": "v0.2.0", "last_updated": "2022-01-16T23:15:31Z", "name": "lkcomu_interrao", "new": false, "repository_manifest": {"name": "\u041b\u0438\u0447\u043d\u044b\u0439 \u043a\u0430\u0431\u0438\u043d\u0435\u0442 \u0418\u043d\u0442\u0435\u0440 \u0420\u0410\u041e (\u042d\u043d\u0435\u0440\u0433\u043e\u0441\u0431\u044b\u0442)", "content_in_root": false, "zip_release": false, "render_readme": true, "domains": ["sensor", "binary_sensor"], "country": ["ru"], "homeassistant": "2021.12.0", "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 21, "topics": ["altaienergosbyt", "bashelektrosbyt", "custom-components", "energosbyt", "esbvolga", "home-assistant", "mosenergosbyt", "sevesk", "tambovenergosbyt", "tomskenergosbyt"], "version_installed": null, "last_fetched": 1643571220.827883}, "388918745": {"authors": ["@CreasolTech"], "category": "integration", "description": "Home Assistant integration for Creasol DomBus RS485 modules (inputs, outputs, sensors).", "domain": "creasoldombus", "downloads": 0, "etag_repository": "W/\"d1fb7d5dbd83ae905361350a184f214c97096227948f1a15648ce1efcfe8eede\"", "full_name": "CreasolTech/home-assistant-creasol-dombus", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "469026c", "last_release_tag": null, "last_updated": "2021-09-07T08:23:37Z", "name": "creasoldombus", "new": false, "repository_manifest": {"name": "Creasol DomBus", "content_in_root": false, "domains": ["binary-sensor", "light", "sensor", "switch"], "iot_class": "local_push"}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["dombus", "domotic", "hacs", "home-assistant", "homeassistant", "rs485", "smart-home", "smarthome"], "version_installed": null}, "355159299": {"authors": ["@alryaz"], "category": "integration", "description": "Moscow PGU services for HomeAssistant", "domain": "moscow_pgu", "downloads": 0, "etag_repository": "W/\"acd57c8caeda6a128a28ad90ca858c6c3b0e3c5dd18a980551607d231d0893fa\"", "full_name": "alryaz/hass-moscow-pgu", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a0e68a7", "last_release_tag": "v0.3.1", "last_updated": "2021-11-10T06:44:41Z", "name": "moscow_pgu", "new": false, "repository_manifest": {"name": "Moscow PGU (\u0413\u043e\u0441\u0443\u0441\u043b\u0443\u0433\u0438 \u041c\u043e\u0441\u043a\u0432\u044b)", "content_in_root": false, "zip_release": false, "render_readme": true, "domains": ["sensor"], "country": ["ru"], "homeassistant": "2021.2.0", "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 10, "topics": ["custom-component", "gosuslugi", "homeassistant"], "version_installed": null}, "362058414": {"authors": ["@chouffy"], "category": "integration", "description": "Control a Libratone Zipp speaker within Home Assistant", "domain": "libratone_zipp", "downloads": 0, "etag_repository": "W/\"291eaf61836c69229654147e6d05057f40a699b92326ffd497a4a92a22d88fd9\"", "full_name": "Chouffy/home_assistant_libratone_zipp", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "0f30485", "last_release_tag": "3.0.3", "last_updated": "2021-10-16T07:48:11Z", "name": "libratone_zipp", "new": false, "repository_manifest": {"name": "Libratone Zipp", "render_readme": true, "domains": "media_player", "iot_class": "Local Push"}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["home-assistant", "home-assistant-integration", "libratone", "python3"], "version_installed": null}, "377960412": {"authors": ["@georgezhao2010"], "category": "integration", "description": "Control your Midea air conditioner devices via the eWeLink cloud", "domain": "climate_ewelink", "downloads": 0, "etag_repository": "W/\"a9e71b054a35028bd10c6cfbd51292e79869dfa62d427e77c3bc25b25da9ce84\"", "full_name": "georgezhao2010/climate_ewelink", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b38804d", "last_release_tag": "v0.3.0", "last_updated": "2021-09-04T14:17:19Z", "name": "climate_ewelink", "new": false, "repository_manifest": {"name": "Midea A/C via eWeLink", "domains": ["climate", "sensor", "switch"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 24, "topics": ["airconditioners", "climate", "ewelink", "homeassistant", "midea"], "version_installed": null}, "311536795": {"authors": ["@blakeblackshear"], "category": "integration", "description": "Frigate integration for Home Assistant", "domain": "frigate", "downloads": 0, "etag_repository": "W/\"12a2fdeba206b331e8ab5292bf3bef414b6c5ac50bb959dfd229570da6279c93\"", "full_name": "blakeblackshear/frigate-hass-integration", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "19a10d0", "last_release_tag": "v2.2.0", "last_updated": "2022-01-25T15:30:23Z", "name": "frigate", "new": false, "repository_manifest": {"hacs": "1.6.0", "name": "Frigate", "domains": ["media_browser", "sensor", "camera", "binary_sensor", "switch"], "iot_class": "Local Push", "homeassistant": "2021.12.0b0"}, "selected_tag": null, "show_beta": false, "stars": 205, "topics": ["ai", "camera", "frigate", "hacs", "nvr", "object-detection"], "version_installed": null, "last_fetched": 1643571223.138651}, "255258767": {"authors": ["@Aohzan"], "category": "integration", "description": "IPX800 V4 integration for Home-Assistant", "domain": "ipx800v4", "downloads": 0, "etag_repository": "W/\"360bffc2d724b017741fe7e8c6c499e78dc69bb6de72a87d8174d1f1edcc503c\"", "full_name": "Aohzan/ipx800", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3d58e7c", "last_release_tag": "3.1.0", "last_updated": "2021-11-20T08:19:27Z", "name": "ipx800v4", "new": false, "repository_manifest": {"name": "GCE IPX800 V4", "country": ["FR"], "domains": ["switch", "light", "cover", "sensor", "binary_sensor", "climate"], "render_readme": true, "iot_class": ["Local Polling"]}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": ["gce-electronics", "homeassistant", "homeassistant-integration", "ipx800"], "version_installed": null}, "384910725": {"authors": ["@hwmland"], "category": "integration", "description": "XMR Pool Statistics integration for Home Assistant", "domain": "xmrpool_stat", "downloads": 0, "etag_repository": "W/\"5f8e1ac919378a933cdb6178bb5eadf93224b15abcbb061acd43790085e81237\"", "full_name": "hwmland/homeassistant-xmrpool_stat", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e5db4c6", "last_release_tag": "v0.2.0", "last_updated": "2022-01-13T20:44:56Z", "name": "xmrpool_stat", "new": false, "repository_manifest": {"name": "XMR Pool Statistics", "render_readme": true, "iot_class": "cloud_polling"}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["cryptocurrency", "hacs", "home-assistant", "home-assistant-integration", "homeassistant", "monero", "xmr"], "version_installed": null, "last_fetched": 1642184611.305361}, "322881712": {"authors": ["@juacas"], "category": "integration", "description": "Honor X3 router Device tracker for Home Assistant", "domain": "honor_x3", "downloads": 0, "etag_repository": "W/\"9e373e2187817bda22f05c37f771fe310a58ed3096ae5f717de289c997bdeaa6\"", "full_name": "juacas/honor_x3", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3798953", "last_release_tag": "v1.0.5", "last_updated": "2021-08-24T07:44:17Z", "name": "honor_x3", "new": false, "repository_manifest": {"name": "Honor Router 3/X3 tracker", "render_readme": "true", "domains": ["device_tracker"]}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["device-tracker", "home-assistant", "home-automation", "presence-detection", "router"], "version_installed": null, "last_fetched": 1643571235.669678}, "377012187": {"authors": ["@jcgoette"], "category": "integration", "description": "This custom integration provides sensors for Weight Gurus API endpoints.", "domain": "weight_gurus", "downloads": 0, "etag_repository": "W/\"20118a467c07202ffe9775d16d9c829efb6eed7103dab9ebf4f1e1645b317b43\"", "full_name": "jcgoette/weight_gurus_homeassistant", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a891e0b", "last_release_tag": "v2.0.2", "last_updated": "2021-12-18T04:00:33Z", "name": "weight_gurus", "new": false, "repository_manifest": {"domains": "sensor", "iot_class": "Cloud Polling", "name": "Weight Gurus", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["health", "home-assistant", "home-assistant-component", "home-assistant-custom", "home-assistant-sensor", "python", "weight"], "version_installed": null}, "250488711": {"authors": ["@mwestra"], "category": "integration", "description": "niu scooter integration for Home assistant.", "domain": "niu", "downloads": 0, "etag_repository": "W/\"3eb1bc1cdbfc591c0f398f92edbda8494326579cb2ce15fd964e88c48628aa23\"", "full_name": "marcelwestrahome/home-assistant-niu-component", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d00a0ad", "last_release_tag": "1.0.0", "last_updated": "2021-11-28T18:33:25Z", "name": "niu", "new": false, "repository_manifest": {"name": "Niu Scooter Integration", "content_in_root": false, "render_readme": true, "iot_class": "cloud_polling"}, "selected_tag": null, "show_beta": false, "stars": 15, "topics": ["custom-component", "home-assistant", "niu", "scooters", "sensor"], "version_installed": null, "last_fetched": 1642430941.780215}, "279184610": {"authors": ["@madpilot"], "category": "integration", "description": "Home Assistant Component to pull the latest energy prices from Amber Electric", "domain": "amberelectric", "downloads": 0, "etag_repository": "W/\"aa32fa4c6a1ae5d01635bec70278dccf5f5869879136f29426130ed58700f896\"", "full_name": "madpilot/hass-amber-electric", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b900ed8", "last_release_tag": null, "last_updated": "2021-10-07T09:01:00Z", "name": "amberelectric", "new": false, "repository_manifest": {"name": "Amber Electric", "country": ["AU"], "domains": ["sensor"], "homeassistant": "2021.7.1", "iot_class": ["Cloud Polling"]}, "selected_tag": null, "show_beta": false, "stars": 21, "topics": ["amber-electric", "electricity-market", "electricity-prices", "home-assistant", "integration"], "version_installed": null, "last_fetched": 1643571239.450224}, "391413239": {"authors": ["@tiemooowh"], "category": "integration", "description": "Teletask (DoIP) Integration for Home Assistant Comunity Store (HACS)", "domain": "teletask", "downloads": 0, "etag_repository": "W/\"7e12b9c1542acb42585d0a53625bea0509661b0faa53f1348fe931c2ee2e0b8c\"", "full_name": "Tiemooowh/homeassistant-teletask", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "58bdabf", "last_release_tag": null, "last_updated": "2021-11-01T16:32:18Z", "name": "teletask", "new": false, "repository_manifest": {"name": "Teletask", "content_in_root": false, "domains": ["teletask"], "homeassistant": "0.109.0", "iot_class": "local_poll"}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["domotics", "hacs", "homeassistant", "homeassistant-custom-component", "homeassistant-integration", "teletask"], "version_installed": null, "last_fetched": 1642851464.3755}, "368653916": {"authors": ["@moox-it"], "category": "integration", "description": "MOOX-Track Custom Component for HASS (hass-moox-track) is a custom component that connects your MOOX Track devices to Home Assistant as \"Device Trackers\"", "domain": "moox_track", "downloads": 0, "etag_repository": "W/\"6c795dfdc462f634bed1c5aa38a7cfb88f597c6e4bc6795fec0bdb1e34980edb\"", "full_name": "moox-it/hass-moox-track", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "ccc24f3", "last_release_tag": "1.2", "last_updated": "2021-12-13T17:10:20Z", "name": "moox_track", "new": false, "repository_manifest": {"name": "MOOX-Track", "render_readme": true, "iot_class": ["Cloud Polling"]}, "selected_tag": null, "show_beta": false, "stars": 0, "topics": ["device", "gps", "moox", "track", "tracker"], "version_installed": null}, "378213601": {"authors": ["@nyffchanium"], "category": "integration", "description": "Home Assistant integration for Argoclima (Argo) climate control devices", "domain": "argoclima", "downloads": 0, "etag_repository": "W/\"2679e7ae9fd0af2f3c9af279232abec2552e35eb975eed9419095d5e7af2d9ff\"", "full_name": "nyffchanium/argoclima-integration", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "515e679", "last_release_tag": "v1.1.0", "last_updated": "2021-12-30T11:52:59Z", "name": "argoclima", "new": false, "repository_manifest": {"name": "Argoclima", "homeassistant": "2021.12.1", "domains": ["climate"], "iot_class": "Local Polling"}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["argo", "argoclima", "climate-control", "home-assistant"], "version_installed": null, "last_fetched": 1643571242.287186}, "336054515": {"authors": ["@lbbrhzn"], "category": "integration", "description": "Home Assistant integration for electric vehicle chargers that support the Open Charge Point Protocol (OCPP).", "domain": "ocpp", "downloads": 0, "etag_repository": "W/\"815832f2ebb6fa2a52c9745547aba10a114331d4f9898a860d08ab238db38056\"", "full_name": "lbbrhzn/ocpp", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "cce22ff", "last_release_tag": "v0.4.10", "last_updated": "2022-01-30T19:13:59Z", "name": "ocpp", "new": false, "repository_manifest": {"name": "Open Charge Point Protocol (OCPP)", "content_in_root": false, "domains": ["button", "number", "sensor", "switch"], "homeassistant": "2021.12.0", "iot_class": "Local Push", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 45, "topics": ["hacs", "home-assistant", "home-automation", "homeassistant", "ocpp"], "version_installed": null, "last_fetched": 1643571238.060321}, "379688863": {"authors": ["@TheRealWaldo"], "category": "integration", "description": "Thermal Vision Sensor and Camera for Home Assistant", "domain": "thermal_vision", "downloads": 0, "etag_repository": "W/\"3c3f781d516665e3ff2f941d163f40302a6cc38d1048f6693340fa5833b01fd3\"", "full_name": "TheRealWaldo/thermal", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "376601c", "last_release_tag": "v3.1.0", "last_updated": "2021-12-28T16:18:24Z", "name": "thermal_vision", "new": false, "repository_manifest": {"name": "Thermal Vision", "country": ["CA"], "domains": ["camera", "sensor"], "render_readme": true, "iot_class": ["Assumed State", "Local Polling"]}, "selected_tag": null, "show_beta": false, "stars": 24, "topics": ["hacs", "home-assistant", "homeassistant", "homeassistant-custom-component", "homeassistant-integration", "homeassistant-sensor"], "version_installed": null, "last_fetched": 1642851466.764306}, "388979130": {"authors": ["@troykelly"], "category": "integration", "description": "A group of sensors for Home Assistant that tracks New South Wales COVID-19 Data", "domain": "nswcovid", "downloads": 0, "etag_repository": "W/\"e4f82a00278417c26669528a148fd1bf4d88282c014255fad61cf23a156ed0c5\"", "full_name": "troykelly/homeassistant-au-nsw-covid", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "0c394ef", "last_release_tag": "v0.0.26", "last_updated": "2021-10-02T04:15:42Z", "name": "nswcovid", "new": false, "repository_manifest": {"name": "NSW Covid Data", "country": ["AU"], "domains": ["sensor"], "homeassistant": "2021.9.0", "iot_class": ["Cloud Polling"], "zip_release": true, "filename": "nswcovid.zip"}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["covid-19", "home-assistant", "nsw-government", "nsw-health"], "version_installed": null}, "227452940": {"authors": ["@JoshuaMulliken"], "category": "integration", "description": "Home Assistant Integration for Wyze devices.", "domain": "wyzeapi", "downloads": 0, "etag_repository": "W/\"694f94b6ccbd39eb813375a1358383c841721779dd93c62ce56201acda6b763f\"", "full_name": "JoshuaMulliken/ha-wyzeapi", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "8107f80", "last_release_tag": "0.1.4", "last_updated": "2022-01-26T00:05:33Z", "name": "wyzeapi", "new": false, "repository_manifest": {"name": "Wyze", "domains": ["switch", "light", "lock", "binary_sensor"], "iot_class": "cloud_poll"}, "selected_tag": null, "show_beta": false, "stars": 381, "topics": ["bulb", "home-assistant", "home-automation", "homeassistant", "switch", "wyze", "wyze-bulbs", "wyze-switchs"], "version_installed": null, "last_fetched": 1643571235.391686}, "379781545": {"authors": ["@rroller"], "category": "integration", "description": "Netgear Home Assistant Integration", "domain": "netgear_wax", "downloads": 0, "etag_repository": "W/\"436be03ffbbb9b6adc9c111cd59575fe7a7b8f022f54146b0ed8375b1ab0c7d0\"", "full_name": "rroller/netgear", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d3a2e7f", "last_release_tag": "0.1.3", "last_updated": "2021-12-12T18:08:49Z", "name": "netgear_wax", "new": false, "repository_manifest": {"name": "Netgear WAX", "hacs": "1.6.0", "homeassistant": "2021.4.0", "domains": ["binary_sensor", "sensor", "switch"], "iot_class": "Local Polling", "render_readme": true, "documentation": "https://github.com/rroller/netgear/blob/main/README.md", "issue_tracker": "https://github.com/rroller/netgear/issues", "codeowners": ["@rroller"]}, "selected_tag": null, "show_beta": false, "stars": 7, "topics": ["hacs", "home-assistant", "netgear", "wax", "wax-610", "wax-620", "wi-fi"], "version_installed": null}, "396695907": {"authors": ["@mullerdavid"], "category": "integration", "description": "Gree Extension for built in integration", "domain": "gree_ext", "downloads": 0, "etag_repository": "W/\"03767ed18a8f09a3648631142dfc3b94a940b82a73b3c4aff883c5d19ef70b28\"", "full_name": "mullerdavid/hass_GreeExt", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "faa5104", "last_release_tag": null, "last_updated": "2021-08-16T17:45:29Z", "name": "gree_ext", "new": false, "repository_manifest": {"name": "Gree Extension for Home-Assistant built in integration", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["home-assistant"], "version_installed": null}, "325329098": {"authors": ["@IATkachenko"], "category": "integration", "description": "Sleep As Android integration for Home Assistant", "domain": "sleep_as_android", "downloads": 741, "etag_repository": "W/\"5fd6330a44200164148a26d1ca85b0eebf831e91763fd0d4b0f17ee3a02cac65\"", "full_name": "IATkachenko/HA-SleepAsAndroid", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "339e586", "last_release_tag": "v1.7.0", "last_updated": "2022-01-24T10:33:12Z", "name": "sleep_as_android", "new": false, "repository_manifest": {"homeassistant": "2021.7.0", "name": "Sleep As Android", "render_readme": true, "zip_release": true, "filename": "sleep_as_android.zip"}, "selected_tag": null, "show_beta": false, "stars": 42, "topics": ["homeassistant", "mqtt", "python", "sleep-analysis", "sleep-as-android", "sleep-tracker"], "version_installed": null, "last_fetched": 1643571233.94474}, "290193894": {"authors": ["@sillyfrog"], "category": "integration", "description": "Rollease Acmeda Automate Pulse Hub v2 integration for Home Assistant", "domain": "automate", "downloads": 0, "etag_repository": "W/\"62c0f572ab5b8bb549c8e3534a3d9cb6051d2d66c85135b843ac55752f16c7f0\"", "full_name": "sillyfrog/Automate-Pulse-v2", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "cb3d325", "last_release_tag": "v0.9.3", "last_updated": "2022-01-23T11:01:40Z", "name": "automate", "new": false, "repository_manifest": {"name": "Rollease Acmeda Automate Pulse Hub v2", "render_readme": true, "iot_class": ["Local Polling", "Local Push"]}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": ["hacs", "homeassistant"], "version_installed": null, "last_fetched": 1643571248.075698}, "394082552": {"authors": [], "category": "plugin", "description": "A Lovelace card for Frigate in Home Assistant", "domain": "", "downloads": 4970, "etag_repository": "W/\"5e22c52bcca57483570791881ac868bdc4e2f4596d61e90a306c793393b98fb4\"", "full_name": "dermotduffy/frigate-hass-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "73c979e", "last_release_tag": "v2.1.0", "last_updated": "2022-01-30T01:46:41Z", "name": "frigate-hass-card", "new": false, "repository_manifest": {"name": "Frigate Card", "render_readme": true, "filename": "frigate-hass-card.js"}, "selected_tag": null, "show_beta": false, "stars": 85, "topics": ["cctv", "frigate", "home-assistant", "nvr"], "version_installed": null, "last_fetched": 1643571256.709766}, "395991055": {"authors": ["@amaximus"], "category": "integration", "description": "Anniversary integration for Home Assistant", "domain": "anniversary", "downloads": 0, "etag_repository": "W/\"e46d35d78a2a71237abf24772eb9eb667c712f87c8cc75f3d11397dcbe90b112\"", "full_name": "amaximus/anniversary", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d4bc126", "last_release_tag": "0.2.1", "last_updated": "2021-12-10T12:17:16Z", "name": "anniversary", "new": false, "repository_manifest": {"name": "Anniversary", "country": ["HU"], "domains": ["anniversary"], "render_readme": "true", "iot_class": ["Assumed State"]}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": ["home-assistant", "homeassistant"], "version_installed": null}, "362700564": {"authors": ["@alandtse"], "category": "integration", "description": "Tesla custom integration for Home Assistant. This requires a refresh token be generated by third-party apps to login.", "domain": "tesla_custom", "downloads": 1819, "etag_repository": "W/\"5b84414c08f1d7008c62ad64d2ba6d64038f120e97f34ddcbff04ef59961179b\"", "full_name": "alandtse/tesla", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "004f265", "last_release_tag": "v1.5.0", "last_updated": "2022-01-17T10:00:49Z", "name": "tesla_custom", "new": false, "repository_manifest": {"name": "Tesla", "hacs": "1.6.0", "domains": ["sensor", "lock", "climate", "binary_sensor", "device_tracker", "switch", "button"], "iot_class": "Cloud Polling", "homeassistant": "2021.4.0", "zip_release": true, "filename": "tesla_custom.zip"}, "selected_tag": null, "show_beta": false, "stars": 102, "topics": ["hacktoberfest", "home-assistant", "home-assistant-component", "integration", "tesla"], "version_installed": null, "last_fetched": 1643571219.917723}, "383732864": {"authors": ["@cyberjunky"], "category": "integration", "description": "The Garmin Connect integration allows you to expose data from Garmin Connect to Home Assistant.", "domain": "garmin_connect", "downloads": 0, "etag_repository": "W/\"210fb76cabebce985328b97cb51aafb9fc76b6942ed95a2e08b7bd2aca96f615\"", "full_name": "cyberjunky/home-assistant-garmin_connect", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4cd2826", "last_release_tag": "0.1.8", "last_updated": "2022-01-05T09:23:20Z", "name": "garmin_connect", "new": false, "repository_manifest": {"name": "Garmin Connect", "render_readme": true, "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 28, "topics": ["garmin-connect", "home-assistant", "home-assistant-component"], "version_installed": null, "last_fetched": 1643571227.197985}, "346474804": {"authors": ["@DurgNomis-drol"], "category": "integration", "description": "Toyota Connected Services integration for Home Assistant.", "domain": "toyota", "downloads": 312, "etag_repository": "W/\"e25ca803cf068f7bd21ac36fa72f5b3eeda58a482c03cd855046dfd922fdaf43\"", "full_name": "DurgNomis-drol/ha_toyota", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6d3e599", "last_release_tag": "v1.2.7", "last_updated": "2022-01-17T15:22:15Z", "name": "toyota", "new": false, "repository_manifest": {"name": "Toyota Connected Services", "domains": ["binary_sensor", "device_tracker", "sensor"], "homeassistant": "2021.12.0", "iot_class": ["Cloud Polling"], "zip_release": true, "filename": "toyota.zip"}, "selected_tag": null, "show_beta": false, "stars": 39, "topics": ["car", "home-assistant", "toyota", "vehicle"], "version_installed": null, "last_fetched": 1643571229.309907}, "382335433": {"authors": ["@djansen1987"], "category": "integration", "description": "SAJ eSolar Portal Sensors", "domain": "saj_esolar", "downloads": 0, "etag_repository": "W/\"0dca3868b7acdb60267d2e196de5c6e9122a30e9cd34129a15532817ded6fae1\"", "full_name": "djansen1987/SAJeSolar", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "77a9031", "last_release_tag": "v1.2.9", "last_updated": "2022-01-15T17:09:36Z", "name": "saj_esolar", "new": false, "repository_manifest": {"name": "SAJ eSolar", "render_readme": false, "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["esolar", "hacs", "home-assistant", "homeassistant", "intergration", "saj", "solar", "solar-system"], "version_installed": null, "last_fetched": 1642851473.216605}, "398739214": {"authors": [], "category": "integration", "description": "Add a Webhook service to HomeAssistant, originally designed for use with Discord Webhooks", "domain": "webhook_service", "downloads": 5, "etag_repository": "W/\"054963c02e08b59521a46327f3853ad28cc1107a7cb731e83babce5670b29b1d\"", "full_name": "HCookie/Webhook-Service-home-assistant", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "81f0795", "last_release_tag": "v1.0", "last_updated": "2021-08-25T02:24:45Z", "name": "webhook_service", "new": false, "repository_manifest": {"render_readme": true, "content_in_root": false, "iot_class": "local_polling", "homeassistant": "2021.8.1"}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["hacs", "homeassistant", "webhooks"], "version_installed": null, "last_fetched": 1643571232.765068}, "383608593": {"authors": ["@h4de5"], "category": "integration", "description": "Toshiba AC integration into home-assistant.io", "domain": "toshiba_ac", "downloads": 4, "etag_repository": "W/\"e2d52748bcf7625e1f056ea3a8d2ed8e85702975eebc152413ade18350d270fd\"", "full_name": "h4de5/home-assistant-toshiba_ac", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c6911c7", "last_release_tag": "2021.9.5", "last_updated": "2022-01-22T18:15:42Z", "name": "toshiba_ac", "new": false, "repository_manifest": {"name": "Toshiba AC", "content_in_root": false, "render_readme": true, "domains": ["climate", "sensor"], "homeassistant": "2021.8.0", "iot_class": ["Cloud Push"]}, "selected_tag": null, "show_beta": false, "stars": 22, "topics": ["climate", "home-assistant", "home-automation", "homeassistant", "homeassistant-integration", "toshiba"], "version_installed": null, "last_fetched": 1643571233.040082}, "382905556": {"authors": ["@kotborealis"], "category": "integration", "description": "Time-based cover. Install it via HACS.", "domain": "cover_time_based_synced", "downloads": 0, "etag_repository": "W/\"1c4d3e0cf590393f05dc0290000df1a467a9df246133dd0124cdbd46f65ed376\"", "full_name": "kotborealis/home-assistant-custom-components-cover-time-based-synced", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7098bac", "last_release_tag": "v2.1.0", "last_updated": "2021-08-28T10:42:07Z", "name": "cover_time_based_synced", "new": false, "repository_manifest": {"name": "Cover Time Based Synced", "content_in_root": false, "render_readme": false, "hacs": "1.6.0", "domains": ["cover"], "homeassistant": "0.118.0"}, "selected_tag": null, "show_beta": false, "stars": 7, "topics": ["cover", "home-assistant", "roller-shutters", "service", "shutter", "trigger"], "version_installed": null, "last_fetched": 1642851473.941003}, "402799177": {"authors": [], "category": "plugin", "description": "Blind card for Home Assistant Lovelace UI", "domain": "", "downloads": 0, "etag_repository": "W/\"433a74fab2d353d75568e3c3d4eb1349dd09ac32e57278cdad568b7564284499\"", "full_name": "tungmeister/hass-blind-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "03a0db8", "last_release_tag": "v1.0.3", "last_updated": "2021-11-03T20:16:41Z", "name": "hass-blind-card", "new": false, "repository_manifest": {"name": "Blind Card", "filename": "hass-blind-card.js", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 17, "topics": ["custom-cards", "hacs", "hassio", "home-assistant", "lovelace"], "version_installed": null}, "395770920": {"authors": ["@firstof9"], "category": "integration", "description": "OpenEI integration for Home Assistant", "domain": "openei", "downloads": 0, "etag_repository": "W/\"c11ed65a7122768db18f389cf16b4c007591bffe2c8295d8c08fff4a50204c0c\"", "full_name": "firstof9/ha-openei", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "ac01f67", "last_release_tag": "0.1.6", "last_updated": "2021-12-15T17:28:19Z", "name": "openei", "new": false, "repository_manifest": {"name": "OpenEI", "domains": ["binary_sensor", "sensor"], "iot_class": "Cloud Polling", "homeassistant": "2021.8.0", "zip_release": true, "filename": "openei.zip"}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": ["api", "energy", "home-assistant", "homeassistant", "integration", "rates"], "version_installed": null}, "402156016": {"authors": ["@golles"], "category": "integration", "description": "Kamstrup 403 integration for Home Assistant", "domain": "kamstrup_403", "downloads": 0, "etag_repository": "W/\"dff1b6a5cc59f2395f4018e2c464c93b40cd60622d367ac2ff8a0ea119047ad4\"", "full_name": "golles/ha-kamstrup_403", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b77455b", "last_release_tag": "1.1.0", "last_updated": "2021-12-20T23:52:37Z", "name": "kamstrup_403", "new": false, "repository_manifest": {"name": "Kamstrup 403", "hacs": "1.1.0", "domains": ["sensor"], "homeassistant": "0.118.0"}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": ["home-assistant-component", "kamstrup", "kamstrup403"], "version_installed": null, "last_fetched": 1642430953.981069}, "372795369": {"authors": ["@Sholofly"], "category": "integration", "description": "Custom component to integrate Arris DCX960 Horizon EOS Settopbox into Home Assistant", "domain": "arris_dcx960", "downloads": 0, "etag_repository": "W/\"45442e4eacbcde4e758822d081cff63b0df4169937865f9f98b5e578d6ff3722\"", "full_name": "Sholofly/arrisdcx960", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "ed95477", "last_release_tag": "v1.2.0", "last_updated": "2022-01-17T21:11:08Z", "name": "arris_dcx960", "new": false, "repository_manifest": {"name": "Arris DCX960 (Ziggo, Telenet, Magenta, UPC, Virgin)", "country": ["NL", "BE", "CH", "GB", "AT"], "iot_class": "cloud_push", "domains": ["media_player"], "render_readme": true, "homeassistant": "2021.5.0"}, "selected_tag": null, "show_beta": false, "stars": 16, "topics": ["arris", "eos", "hacs", "homeassistant", "horizon", "magenta", "settopbox", "telenet", "telenet-tv", "telenet-tv-boxes", "upc", "virgin", "virgin-media", "vodafone", "ziggo", "ziggo-next"], "version_installed": null, "last_fetched": 1642520526.170096}, "403401396": {"authors": ["@eifinger"], "category": "integration", "description": "Custom Home Assistant Integration for the HERE Destination Weather API", "domain": "here_weather", "downloads": 0, "etag_repository": "W/\"1719870e614464e47b8f2c790661109708899eebfc3e0c43d189ff2d52ec9507\"", "full_name": "eifinger/hass-here-weather", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "91868de", "last_release_tag": "v2.1.5", "last_updated": "2022-01-11T07:41:08Z", "name": "here_weather", "new": false, "repository_manifest": {"name": "HERE Destination Weather", "hacs": "1.6.0", "domains": ["sensor", "weather"], "iot_class": "Cloud Polling", "homeassistant": "2021.12.0"}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["hacktoberfest", "hacs", "hacs-default", "here-maps-api", "herepy", "home-assistant", "homeassistant", "homeassistant-custom-component", "homeassistant-integration", "pyton"], "version_installed": null, "last_fetched": 1641895983.019757}, "213346369": {"authors": ["@scottyphillips"], "category": "integration", "description": "A Home Assistant custom component for use with ECHONET enabled Mitsubishi HVAC systems. ", "domain": "echonetlite", "downloads": 0, "etag_repository": "W/\"20c4dad7d3eef41f9e4754bff6a4d290885dc76fbb68dad3d99efed977a26b03\"", "full_name": "scottyphillips/echonetlite_homeassistant", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "0c8b875", "last_release_tag": "3.2.1", "last_updated": "2022-01-14T23:16:21Z", "name": "echonetlite", "new": false, "repository_manifest": {"name": "ECHONETLite Platform", "render_readme": true, "domains": ["climate", "sensor", "select", "light", "fan"], "homeassistant": "2021.9.2", "iot_class": "Local Polling"}, "selected_tag": null, "show_beta": false, "stars": 42, "topics": ["hacs", "home-assistant", "homeassistant"], "version_installed": null, "last_fetched": 1643571247.69231}, "334448958": {"authors": [], "category": "plugin", "description": "Bootstrap grid in Lovelace UI", "domain": "", "downloads": 0, "etag_repository": "W/\"58d4effbc96a2c3f104dad0d0a338411ddae42a51f080451882088203dfe7eb3\"", "full_name": "ownbee/bootstrap-grid-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d3faf3e", "last_release_tag": "v0.1.2", "last_updated": "2021-10-21T18:37:00Z", "name": "bootstrap-grid-card", "new": false, "repository_manifest": {"name": "bootstrap-grid-card", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 18, "topics": ["bootstrap", "bootstrap-grid-card", "card", "custom-cards", "grid", "hass", "homeassistant", "layout", "lovelace"], "version_installed": null}, "403381222": {"authors": [], "category": "theme", "description": "Noctis theme made Solarized", "domain": "", "downloads": 0, "etag_repository": "W/\"f47981d81251d2ab2bddf1b5ff4caa14ef05d6848055104148d3f983e967a5c6\"", "full_name": "williamahartman/noctis-solarized", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6e4941c", "last_release_tag": null, "last_updated": "2021-09-29T22:53:08Z", "name": "noctis-solarized", "new": false, "repository_manifest": {"name": "Noctis-Solarized"}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["home-assistant", "home-assistant-theme"], "version_installed": null}, "403123516": {"authors": ["@barleybobs"], "category": "integration", "description": "A Homeassistant custom component to integrate Ecowater water softeners", "domain": "ecowater_softener", "downloads": 0, "etag_repository": "W/\"39601a031242419c4ff4c56de4140cebbec6f6bbba7cc653d7cdd37e4d0b14aa\"", "full_name": "barleybobs/homeassistant-ecowater-softener", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9c79fe7", "last_release_tag": null, "last_updated": "2021-12-30T01:29:30Z", "name": "ecowater_softener", "new": false, "repository_manifest": {"name": "Ecowater Softener", "render_readme": true, "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["ecowater", "homeassistant"], "version_installed": null, "last_fetched": 1642004628.557946}, "323155307": {"authors": ["@aceindy"], "category": "integration", "description": "Control Duepi_evo based pellet stoves with Home Assistant over wifi using ESPLink", "domain": "duepi_evo", "downloads": 0, "etag_repository": "W/\"3e5bd60313a3b5c14e3ca4fd04510c504c57b7f784329d6197d375299310e815\"", "full_name": "aceindy/Duepi_EVO", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c74a80a", "last_release_tag": null, "last_updated": "2022-01-10T16:45:57Z", "name": "duepi_evo", "new": false, "repository_manifest": {"name": "Duepi Evo", "render_readme": true, "iot_class": "local_polling"}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": ["heating-systems", "home-assistant"], "version_installed": null, "last_fetched": 1641895984.060552}, "392188182": {"authors": ["@alryaz"], "category": "integration", "description": "\u0418\u043d\u0442\u0435\u0433\u0440\u0430\u0446\u0438\u044f \u042d\u043d\u0435\u0440\u0433\u043e\u0441\u0431\u044b\u0422.\u041f\u043b\u044e\u0441 \u0434\u043b\u044f Home Assistant", "domain": "energosbyt_plus", "downloads": 0, "etag_repository": "W/\"d9c3e40697694c93b2bfc25a86e8f6fb7badcb120ee15880814c83729e1ac1f3\"", "full_name": "alryaz/hass-energosbyt-plus", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "077fcbf", "last_release_tag": "v0.1.0", "last_updated": "2021-11-03T19:32:31Z", "name": "energosbyt_plus", "new": false, "repository_manifest": {"name": "\u041b\u0438\u0447\u043d\u044b\u0439 \u043a\u0430\u0431\u0438\u043d\u0435\u0442 \u042d\u043d\u0435\u0440\u0433\u043e\u0441\u0431\u044b\u0422 \u041f\u043b\u044e\u0441", "content_in_root": false, "zip_release": false, "render_readme": true, "domains": ["sensor", "binary_sensor"], "country": ["ru"], "homeassistant": "2021.2.0", "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": ["custom-component", "energosbyt", "energosbyt-plus", "homeassistant"], "version_installed": null}, "407627914": {"authors": [], "category": "theme", "description": "A fork of popular Home Assistant Google dark theme with animated icons", "domain": "", "downloads": 0, "etag_repository": "W/\"ed419db2b426cee9d55eb14499bdb3239d4ee769f3762fac2539d83607fb7446\"", "full_name": "pacjo/google_dark_animated", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1f59fba", "last_release_tag": "v1.9", "last_updated": "2021-11-22T17:05:56Z", "name": "google_dark_animated", "new": false, "repository_manifest": {"name": "Google Dark Theme", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["ha", "hacs", "home-assistant", "home-assistant-hacs", "theme"], "version_installed": null}, "212657669": {"authors": ["@xMrVizzy"], "category": "integration", "description": "\ud83c\udf3f Minecraft Version Checker for Home Assistant.", "domain": "minecraft_version", "downloads": 0, "etag_repository": "W/\"7ef4718fcd747864fbd60ad822ff621604f1149510f78fc08b60df27354492ac\"", "full_name": "Kraineff/minecraft-version", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9c0ec53", "last_release_tag": "0.1.3", "last_updated": "2020-01-16T12:36:24Z", "name": "minecraft_version", "new": false, "repository_manifest": {"name": "\u26cf\ufe0f Minecraft Version", "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": [], "version_installed": null}, "403062943": {"authors": ["@jugla"], "category": "integration", "description": "Home Assistant Component to compute battery consumption", "domain": "battery_consumption", "downloads": 0, "etag_repository": "W/\"06e4f8acc8b3ac7adc2ebbb9fe1789ffba2ae8010cbad830f839be7df0c56442\"", "full_name": "jugla/battery_consumption", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1e34858", "last_release_tag": "V1.0.4", "last_updated": "2021-12-11T21:53:46Z", "name": "battery_consumption", "new": false, "repository_manifest": {"name": "battery_consumption", "domains": ["sensor"], "iot_class": "calculated"}, "selected_tag": null, "show_beta": false, "stars": 7, "topics": ["battery", "consumption", "hacs", "homeassistant"], "version_installed": null}, "408429126": {"authors": ["@koying"], "category": "integration", "description": "Extension of HA mqtt_statestream integration with discovery config publishing", "domain": "mqtt_discoverystream", "downloads": 0, "etag_repository": "W/\"9c8b97e9c1550b6d0526aadf3ce853887c8a59f3ce8dd30cf0c625eb6b0c1f77\"", "full_name": "koying/mqtt_discoverystream_ha", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "713018e", "last_release_tag": "v0.7", "last_updated": "2021-12-19T08:13:13Z", "name": "mqtt_discoverystream", "new": false, "repository_manifest": {"name": "MQTT DiscoveryStream", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["custom-component", "hass", "home-assistant", "homeassistant", "mqtt"], "version_installed": null}, "401454435": {"authors": ["@hif2k1"], "category": "integration", "description": "Home assistant home battery simulator - allows you to model how much energy you would save with a home battery", "domain": "battery_sim", "downloads": 0, "etag_repository": "W/\"a20d08b7ae0468c5962c5717fd685237cdfa4b415d49f8a14a624055d5128fc9\"", "full_name": "hif2k1/battery_sim", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b09b680", "last_release_tag": null, "last_updated": "2022-01-24T21:28:02Z", "name": "battery_sim", "new": false, "repository_manifest": {"name": "battery_sim", "country": ["UK"], "render_readme": true, "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 16, "topics": ["energy-storage", "environmental", "home-assistant", "home-automation", "homeassistant"], "version_installed": null, "last_fetched": 1643571233.014657}, "319608056": {"authors": ["@dckiller51"], "category": "integration", "description": "Custom_components Body Metrics for Xiaomi Miscale 1 and 2 (esphome or BLE monitor for Homeassistant)", "domain": "bodymiscale", "downloads": 0, "etag_repository": "W/\"ef9072037e58c776317e1fda4810f712258f5b85e0c2844b3760ba29809e99de\"", "full_name": "dckiller51/bodymiscale", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "dc795dd", "last_release_tag": "v1.1.5", "last_updated": "2022-01-29T12:40:34Z", "name": "bodymiscale", "new": false, "repository_manifest": {"name": "Bodymiscale", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 68, "topics": ["ble-monitor", "custom-component", "esphome", "hacs", "home-assistant", "homeassistant", "miscale", "mitemp-bt", "xiaomi"], "version_installed": null, "last_fetched": 1643571227.891339}, "401145616": {"authors": ["@cjne"], "category": "integration", "description": "Home Assistant integration for MyEnergi devices", "domain": "myenergi", "downloads": 0, "etag_repository": "W/\"90c717e24574548426819b2f09b1ffed73e5f360688dd22769e03b952af4ed81\"", "full_name": "CJNE/ha-myenergi", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "289d725", "last_release_tag": "0.0.17", "last_updated": "2022-01-26T07:18:58Z", "name": "myenergi", "new": false, "repository_manifest": {"name": "myenergi", "hacs": "1.6.0", "domains": ["select", "sensor", "number"], "iot_class": "Cloud Polling", "render_readme": true, "homeassistant": "2021.9.1"}, "selected_tag": null, "show_beta": false, "stars": 30, "topics": ["ev-charging", "green-energy", "home-assistant", "myenergi"], "version_installed": null, "last_fetched": 1643571224.642351}, "401856574": {"authors": ["@jobvk"], "category": "integration", "description": "Provides Home Assistant sensors for multiple windturbines from the Windcentrale", "domain": "windcentrale", "downloads": 0, "etag_repository": "W/\"ab065b4ced52523ddeeceab47744138972f915d5c1f60d0c36cdfb0dd0e0375b\"", "full_name": "jobvk/Home-Assistant-Windcentrale", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "61b613b", "last_release_tag": "0.1.3", "last_updated": "2022-01-05T23:01:13Z", "name": "windcentrale", "new": false, "repository_manifest": {"name": "Windcentrale", "domains": ["sensor", "binary_sensor"], "iot_class": "Cloud Polling", "homeassistant": "2020.12.0", "zip_release": true, "filename": "windcentrale.zip"}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["dutch", "hacs", "home-assistant", "windcentrale"], "version_installed": null, "last_fetched": 1641470610.41699}, "246549747": {"authors": [], "category": "plugin", "description": "Custom calendar card for Home Assistant with Lovelace", "domain": "", "downloads": 0, "etag_repository": "W/\"76e5ab09833d0628eb74f6dce40bc3b0e47392b25ca2a711c6a51718f600aaf2\"", "full_name": "totaldebug/atomic-calendar-revive", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e4d4889", "last_release_tag": "v6.2.0", "last_updated": "2022-01-06T12:25:50Z", "name": "atomic-calendar-revive", "new": false, "repository_manifest": {"name": "Atomic Calendar Revive", "filename": "atomic-calendar-revive.js", "country": ["GB"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 168, "topics": ["calendar", "card", "hacs", "homeassistant", "javascript", "lovelace", "module"], "version_installed": null, "last_fetched": 1643571264.817151}, "356033332": {"authors": ["@PepegaBruh"], "category": "integration", "description": "Integration for Home Assistant to implement a crypto tracking system", "domain": "cryptostate", "downloads": 0, "etag_repository": "W/\"15b23473d94351f7db826092e8c50d43f65b9ed338dae541d46707d3402b8b0c\"", "full_name": "BigNocciolino/CryptoTracker", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "56307ed", "last_release_tag": "v.1.1.2", "last_updated": "2022-01-29T18:08:03Z", "name": "cryptostate", "new": false, "repository_manifest": {"name": "Crypto Tracker", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 19, "topics": ["automation", "currency", "homeassistant-integration", "tracker"], "version_installed": null, "last_fetched": 1643571222.986863}, "417802358": {"authors": ["@chouffy"], "category": "integration", "description": "TooGoodToGo items stock as sensor in Home Assistant", "domain": "tgtg", "downloads": 0, "etag_repository": "W/\"4c1fd4b2f97629fea07371c14d4a7142b6f6ac72debce5c14ef9bac8e46132ec\"", "full_name": "Chouffy/home_assistant_tgtg", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "ff31b5c", "last_release_tag": "4.0.0", "last_updated": "2022-01-28T10:01:26Z", "name": "tgtg", "new": false, "repository_manifest": {"name": "TooGoodToGo", "render_readme": true, "domains": "sensor", "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 11, "topics": ["home-assistant", "home-assistant-integration", "python3", "toogoodtogo"], "version_installed": null, "last_fetched": 1643571224.516685}, "420504770": {"authors": ["@amaximus"], "category": "integration", "description": "Water quality integration for Home Assistant with data provided by Budapest FVM", "domain": "water_quality_fvm", "downloads": 0, "etag_repository": "W/\"cb1071a78f1f29048f8ce24d2c6510b5b2f0b128b3982683d9565fb6b715f731\"", "full_name": "amaximus/water_quality_fvm", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "297f3be", "last_release_tag": "0.1.0", "last_updated": "2021-12-23T12:36:22Z", "name": "water_quality_fvm", "new": false, "repository_manifest": {"name": "Water Quality FVM", "country": ["HU"], "domains": ["water_quality_fvm"], "render_readme": "true", "iot_class": ["Cloud Polling"]}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": ["budapest", "home-assistant", "homeassistant", "homeassistant-custom-component", "homeassistant-integration", "homeassistant-sensor", "hungary"], "version_installed": null}, "326352749": {"authors": ["@giachello", "@Lele-72"], "category": "integration", "description": "This components integrates Bang & Olufsen Master Link Gateway and Beolink Gateway to Home Assistant, the open-source home automation platform.", "domain": "mlgw", "downloads": 0, "etag_repository": "W/\"1e18b5298a9df6690fc8a9be9fad8296d8c53e2b02d486938dabb760994a2138\"", "full_name": "giachello/mlgw", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "8611afe", "last_release_tag": "v2021.12.1", "last_updated": "2021-12-06T14:59:01Z", "name": "mlgw", "new": false, "repository_manifest": {"name": "MasterLink Gateway", "country": ["US"], "domains": ["media_player"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 16, "topics": ["bang-olufsen", "beolink-gateway", "hassio", "masterlink-gateway", "mlgw-configuration"], "version_installed": null}, "302122266": {"authors": [], "category": "plugin", "description": "Improved cover icon for home assistant picture element", "domain": "", "downloads": 0, "etag_repository": "W/\"b92ba757d750087f6f71b3aeac789089806854a1c17c9555b4f6f724c588ad24\"", "full_name": "queimadus/cover-icon-element", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5a9bda4", "last_release_tag": "v1.3.0", "last_updated": "2021-11-17T20:04:06Z", "name": "cover-icon-element", "new": false, "repository_manifest": {"name": "Cover Icon Element", "render_readme": true, "filename": "cover-icon-element.js"}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["cover", "hacktoberfest", "hacs", "hassio", "home-assistant", "lovelace"], "version_installed": null, "last_fetched": 1643571262.256599}, "423082071": {"authors": [], "category": "plugin", "description": "Flipdown Timer Card for Home Assistant Lovelace", "domain": "", "downloads": 0, "etag_repository": "W/\"3bc7a003bb50878e603f4a8986c3fbfb63d81125b81cf697cfa891791c321dcd\"", "full_name": "pmongloid/flipdown-timer-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "02bc485", "last_release_tag": "v0.2", "last_updated": "2021-12-04T11:50:08Z", "name": "flipdown-timer-card", "new": false, "repository_manifest": {"name": "Flipdown Timer Card", "render_readme": true, "filename": "flipdown-timer-card.js"}, "selected_tag": null, "show_beta": false, "stars": 23, "topics": ["lovelace", "timer"], "version_installed": null, "last_fetched": 1642851488.692039}, "420365062": {"authors": [], "category": "plugin", "description": "Display when entity was last changed in home assistant picture element", "domain": "", "downloads": 0, "etag_repository": "W/\"f3bea7ffe9bea7f44801ee128956e58df54245b1864f67116ee1f76f386481ff\"", "full_name": "queimadus/last-changed-element", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1d5e9a8", "last_release_tag": null, "last_updated": "2021-10-23T09:37:59Z", "name": "last-changed-element", "new": false, "repository_manifest": {"name": "Last Changed Element", "render_readme": true, "filename": "last-changed-element.js"}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": ["hacktoberfest", "hacs", "hassio", "home-assistant", "lovelace"], "version_installed": null}, "413430860": {"authors": [], "category": "plugin", "description": "Minimalist plugin which allows users to add person entity in order to show the location with a beutiful and clean interface.", "domain": "", "downloads": 0, "etag_repository": "W/\"24fcf223a175b8164fab81c80d505fdb16281d1d62f5f17f0764ab4725689f1e\"", "full_name": "gerardag/person-entity-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "828a74e", "last_release_tag": "v0.7.5", "last_updated": "2021-12-23T07:13:45Z", "name": "person-entity-card", "new": false, "repository_manifest": {"name": "Person", "filename": "person-entity-card-bundle.js", "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 14, "topics": ["hacs", "home-assistant"], "version_installed": null, "last_fetched": 1642520526.98942}, "402612874": {"authors": ["@iprak"], "category": "integration", "description": "HomeAssistant custom integration to fetch data from weatherapi", "domain": "weatherapi", "downloads": 0, "etag_repository": "W/\"ad199aa6a9ad406dbdfc76cda4ff31817ac819304a138e6251c74d6abbea4379\"", "full_name": "iprak/weatherapi", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "849e097", "last_release_tag": "v0.6", "last_updated": "2022-01-01T23:07:20Z", "name": "weatherapi", "new": false, "repository_manifest": {"name": "WeatherAPI", "domains": ["weather"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": ["custom", "homeassistant", "integration", "weather", "weatherapi"], "version_installed": null, "last_fetched": 1641217605.009229}, "411736321": {"authors": ["@mampfes"], "category": "integration", "description": "Adds pollen forecasts from DWD to Home Assistant.", "domain": "dwd_pollenflug", "downloads": 0, "etag_repository": "W/\"1417817896e92b7e7508acc8c9c2d06b311c1e9f34f1166c8cf2bab2346bb342\"", "full_name": "mampfes/hacs_dwd_pollenflug", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c5db987", "last_release_tag": "1.0.1", "last_updated": "2021-12-19T15:18:43Z", "name": "dwd_pollenflug", "new": false, "repository_manifest": {"name": "DWD Pollenflug", "domains": ["sensor"], "iot_class": "cloud_polling", "render_readme": true, "requirements": ["pytz"]}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": ["dwd", "home-assistant", "homeassistant", "homeassistant-integration", "pollen", "pollenflug"], "version_installed": null, "last_fetched": 1641895995.349551}, "390073284": {"authors": ["@jjlawren"], "category": "integration", "description": "Sonos cloud API integration for Home Assistant with improved TTS/alerts handling", "domain": "sonos_cloud", "downloads": 0, "etag_repository": "W/\"f70e1aeb0050434e13a30f047d98fc54d1f781ac87806c257c90d6dd4e0a026d\"", "full_name": "jjlawren/sonos_cloud", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "0e7cbbb", "last_release_tag": "0.1.0", "last_updated": "2022-01-10T16:49:04Z", "name": "sonos_cloud", "new": false, "repository_manifest": {"name": "Sonos Cloud", "country": ["US"], "domains": ["media_player"], "homeassistant": "2021.7.0", "render_readme": true, "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 46, "topics": ["home-assistant", "sonos"], "version_installed": null, "last_fetched": 1642851490.446942}, "422834940": {"authors": ["@n0ciple"], "category": "integration", "description": "A Home Assistant integration for the Kef LS50W2", "domain": "kef_connector", "downloads": 0, "etag_repository": "W/\"21e1fa1d42161c406ae2d56f319cde1d5982c367f180ef4e98af9f9df1f5abde\"", "full_name": "N0ciple/hass-kef-connector", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f296db2", "last_release_tag": "0.5.4", "last_updated": "2021-11-24T19:49:49Z", "name": "kef_connector", "new": false, "repository_manifest": {"name": "Kef Connector", "render_readme": true, "domains": ["media_player"]}, "selected_tag": null, "show_beta": false, "stars": 0, "topics": ["hacs", "home-assistant", "kef", "ls50", "ls50w2", "media-player", "speaker"], "version_installed": null}, "398781181": {"authors": ["@ofalvai"], "category": "integration", "description": "Unofficial Candy/Haier washing machine integration for Home Assistant ", "domain": "candy", "downloads": 0, "etag_repository": "W/\"9b0153088b0f136846e91b6bdd464a877f1622bf96d8c47847e7956d4a898d3c\"", "full_name": "ofalvai/home-assistant-candy", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a835bee", "last_release_tag": "0.7.0", "last_updated": "2021-12-18T09:24:24Z", "name": "candy", "new": false, "repository_manifest": {"name": "Candy Simply-Fi", "render_readme": true, "domains": ["sensor"], "iot_class": ["Local Polling"]}, "selected_tag": null, "show_beta": false, "stars": 23, "topics": ["hacs", "home-assistant", "home-assistant-component", "home-assistant-custom", "home-assistant-integration", "homeassistant"], "version_installed": null}, "410667735": {"authors": ["@kubawolanin"], "category": "integration", "description": "Reaper DAW custom integration for Home Assistant", "domain": "reaper", "downloads": 0, "etag_repository": "W/\"b377a6d3f386effa3d7d733409637f6783223e2bc3726250953da90d75badc0b\"", "full_name": "kubawolanin/ha-reaper", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "cc4ba41", "last_release_tag": "0.2.2", "last_updated": "2021-11-12T16:36:27Z", "name": "reaper", "new": false, "repository_manifest": {"name": "Reaper DAW", "homeassistant": "2021.9.0", "iot_class": "Local Polling", "domains": ["sensor"], "zip_release": true, "filename": "reaper.zip", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": ["daw", "digital-audio-workstation", "home-assistant", "python", "reaper"], "version_installed": null}, "418810115": {"authors": ["@travisghansen"], "category": "integration", "description": "pfSense integration with Home Assistant", "domain": "pfsense", "downloads": 0, "etag_repository": "W/\"48e448f1f37cddf4f50e1e9798e8673b72221a2484473dab94dfc4ef97286b73\"", "full_name": "travisghansen/hass-pfsense", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "ad279f3", "last_release_tag": "v0.4.1", "last_updated": "2021-12-28T16:12:19Z", "name": "pfsense", "new": false, "repository_manifest": {"name": "pfSense integration for Home Assistant", "domains": ["binary_sensor", "device_tracker", "sensor", "switch"], "homeassistant": "2021.10.0", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 43, "topics": ["hass", "hassio", "hassio-integration", "home-assistant", "home-automation", "pfsense"], "version_installed": null, "last_fetched": 1643545556.865029}, "193186453": {"authors": [], "category": "appdaemon", "description": "An app to set the default brightness of lights during the night.", "domain": "", "downloads": 0, "etag_repository": "W/\"4f26fba4c073f5ca4df4ac1f15c4020cc412cfba0c2625414a97a5b07a1f6047\"", "full_name": "apop880/Night-Mode", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "734e037", "last_release_tag": "v1.0.0", "last_updated": "2019-07-20T04:49:39Z", "name": "Night-Mode", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["appdaemon-apps", "hacs"], "version_installed": null}, "197867243": {"authors": [], "category": "appdaemon", "description": "Check your Home Assistant configuration from the frontend, or automatically when the configuration is updated, and optionally restart HASS automatically!", "domain": "", "downloads": 0, "etag_repository": "W/\"4782e02374cf444c713a9bcb7586f01d5eb7f6a21e84dccf5b90c1cf7c1c0941\"", "full_name": "apop880/config-check", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e653011", "last_release_tag": "0.3.1", "last_updated": "2020-01-26T06:56:03Z", "name": "config-check", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 12, "topics": ["appdaemon-apps", "hacs"], "version_installed": null}, "192933458": {"authors": [], "category": "appdaemon", "description": "An app to handle SmartThings buttons in Home Assistant, through ZHA or the SmartThings integration.", "domain": "", "downloads": 0, "etag_repository": "W/\"9203c534c8e066b26cabb1b64df8737f85cb3043415f72906b90785a66c5934e\"", "full_name": "apop880/SmartThings-Button", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "dc25f39", "last_release_tag": "v2.0", "last_updated": "2020-01-26T06:58:30Z", "name": "SmartThings-Button", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 7, "topics": ["appdaemon-apps", "hacs"], "version_installed": null, "last_fetched": 1642851494.669589}, "202701988": {"authors": [], "category": "appdaemon", "description": "Appdaemon App which toggles entities for single/double/hold presses of Xiaomi buttons connected via deconz", "domain": "", "downloads": 0, "etag_repository": "W/\"b681bfd392361347a776721b630b482b10e67d73f761c118a2760baaf60737b0\"", "full_name": "eifinger/appdaemon-deconz-xiaomi-button", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9ae56ae", "last_release_tag": "v2.0.2", "last_updated": "2019-10-13T16:48:52Z", "name": "appdaemon-deconz-xiaomi-button", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": [], "version_installed": null}, "193181086": {"authors": [], "category": "appdaemon", "description": "A white noise machine for a media_player entity.", "domain": "", "downloads": 0, "etag_repository": "W/\"ff66a180c8659604bbbc06fd98ddd95a0bb58b09da71450bd0fcd56c25667032\"", "full_name": "apop880/White-Noise", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "8862a8f", "last_release_tag": "v1.0.0", "last_updated": "2019-07-20T04:49:30Z", "name": "White-Noise", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": ["appdaemon-apps", "hacs"], "version_installed": null, "last_fetched": 1642851495.338952}, "228037599": {"authors": [], "category": "appdaemon", "description": "\ud83d\udeb6\ud83d\udeb6AppDaemon app to loosely couple entities", "domain": "", "downloads": 0, "etag_repository": "W/\"987f7836e3bde5febdb1e27ad9ef03eb2fea861e40935e0f5732b914ea808d10\"", "full_name": "aneisch/follow_me_appdaemon", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c5c6bdc", "last_release_tag": "v1.5", "last_updated": "2021-12-13T16:13:39Z", "name": "follow_me_appdaemon", "new": false, "repository_manifest": {"name": "Follow Me", "country": ["US"], "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["appdaemon-apps", "hacs"], "version_installed": null, "last_fetched": 1642851496.58392}, "234527343": {"authors": [], "category": "appdaemon", "description": "App that brings alarm snoozing to SONOS using the custom component SonosAlarm", "domain": "", "downloads": 0, "etag_repository": "W/\"fd8ab82f1c2ef19372d7f93cb2e4a9fef8b70ac083b5a7c261a9be0824521b6f\"", "full_name": "AaronDavidSchneider/SonosAlarmAutomation", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "aaae52b", "last_release_tag": "v1.0", "last_updated": "2020-01-20T09:34:52Z", "name": "SonosAlarmAutomation", "new": false, "repository_manifest": {"name": "Sonos Alarm Automation"}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": [], "version_installed": null}, "226944869": {"authors": [], "category": "appdaemon", "description": "AppDaemon app for controlling a Hue Dimmer Switch integrated through Deconz", "domain": "", "downloads": 0, "etag_repository": "W/\"d8bc773f695c303f0de0b1831d647398408f4d78281e5d651eb21c0511021edf\"", "full_name": "Burningstone91/Hue_Dimmer_Deconz", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5e8eca1", "last_release_tag": null, "last_updated": "2020-11-26T17:06:24Z", "name": "Hue_Dimmer_Deconz", "new": false, "repository_manifest": {"name": "Hue Dimmer Switch Deconz", "country": ["CH"], "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 20, "topics": ["appdaemon", "deconz", "home-assistant", "hue-dimmer-switch"], "version_installed": null, "last_fetched": 1641896001.513448}, "194545176": {"authors": [], "category": "appdaemon", "description": "This app updates Z-Wave thermostats entities state and current temperature from external sensors", "domain": "", "downloads": 0, "etag_repository": "W/\"2dd060793e9c523629eab4a7d74858763776bae447f63fc710837382e049465d\"", "full_name": "bieniu/ha-ad-thermostats-update", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c8c67e4", "last_release_tag": "0.4.2", "last_updated": "2021-09-06T07:58:12Z", "name": "ha-ad-thermostats-update", "new": false, "repository_manifest": {"name": "Thermostats Update"}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["appdaemon", "home-assistant", "python", "thermostat", "z-wave"], "version_installed": null}, "211308341": {"authors": [], "category": "appdaemon", "description": "\ud83d\udc69\u200d\u2695\ufe0f\ud83d\udd0b AppDaemon entity check app. Currently supports battery level, unknown/unavailable states, stale entities", "domain": "", "downloads": 0, "etag_repository": "W/\"e76bce4fb2deedf19b8166d6c000d6129f334dc6ff8716ce01800de6c9763208\"", "full_name": "benleb/ad-ench", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a9d5abf", "last_release_tag": "v0.9.0", "last_updated": "2021-07-24T05:43:36Z", "name": "ad-ench", "new": false, "repository_manifest": {"name": "\ud83d\udc69\u200d\u2695\ufe0f EnCh - Entity Checker", "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 18, "topics": ["app", "appdaemon", "appdaemon-apps", "assistant-entities", "battery-levels", "ench", "entity-check", "hacs", "home-assistant", "python", "stale-entities"], "version_installed": null, "last_fetched": 1642851499.689453}, "245704242": {"authors": [], "category": "appdaemon", "description": "Octoblock is an app which works under AppDaemon within Home Assistant which finds the cheapest \u201cn\u201d hour block for import or the most expensive \u201cn\u201d hour block for export, and works out the price of that block, for the Octopus Energy, Agile Octopus / Agile Outgoing Octopus tariffs.", "domain": "", "downloads": 0, "etag_repository": "W/\"67fe47386c36422ab3e4393628301259754083735f3a6a55738e7732bab9fb01\"", "full_name": "badguy99/octoblock", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9d20bdf", "last_release_tag": "v0.2.2", "last_updated": "2021-04-26T17:43:19Z", "name": "octoblock", "new": false, "repository_manifest": {"name": "Octoblock \ud83d\udc19", "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 16, "topics": ["energy", "octopus", "octopus-energy"], "version_installed": null}, "200470972": {"authors": [], "category": "appdaemon", "description": "\ud83d\udca1 Fully automatic light management based on conditions like motion, illuminance, humidity, and other clever features", "domain": "", "downloads": 0, "etag_repository": "W/\"5c77f30b54355cfa0786f1ac5440ca61cad93e269c42012eda7b33e2cbfd230b\"", "full_name": "benleb/ad-automoli", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3c2c6fe", "last_release_tag": "v0.11.2", "last_updated": "2022-01-18T02:42:01Z", "name": "ad-automoli", "new": false, "repository_manifest": {"name": "\ud83d\udca1 AutoMoLi - Auto Motion Lights", "country": ["DE"], "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 83, "topics": ["app", "appdaemon", "appdaemon-apps", "auto-discovery", "automoli", "docker", "hacs", "home-assistant", "hue", "humidity", "lights", "motion-sensors", "python", "room", "scenes"], "version_installed": null, "last_fetched": 1642520527.300463}, "199884854": {"authors": [], "category": "appdaemon", "description": "\ud83c\udfe5 AppDaemon healthcheck app. Can be used as a docker-compose healthcheck.", "domain": "", "downloads": 0, "etag_repository": "W/\"4578856cd9665d1dae9d6f1c7ad305fb6fbaa6ba2d691708b86fbc7d509edebe\"", "full_name": "benleb/ad-healthcheck", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c73da19", "last_release_tag": "v0.4.4", "last_updated": "2020-11-01T16:19:53Z", "name": "ad-healthcheck", "new": false, "repository_manifest": {"name": "\ud83c\udfe5 Healthcheck", "country": ["DE"], "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["app", "appdaemon", "appdaemon-apps", "hacs", "healthcheck", "home-assistant", "python"], "version_installed": null}, "266504072": {"authors": [], "category": "appdaemon", "description": "Alexa & Google Home alarm integrations and notifications system for your home security.", "domain": "", "downloads": 0, "etag_repository": "W/\"028263e87c595643e6d6b7ea5008c055aa952479aa65ad68bbb67830a6f8183f\"", "full_name": "crserran/home-alarm", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "97ac3f2", "last_release_tag": "v2.3.0", "last_updated": "2020-10-19T18:27:26Z", "name": "home-alarm", "new": false, "repository_manifest": {"filename": "home_alarm.zip", "hide_default_branch": true, "name": "Home Alarm", "render_readme": true, "zip_release": true}, "selected_tag": null, "show_beta": false, "stars": 19, "topics": ["alarm", "alexa", "googlehome", "hacs", "homeassistant", "notifications"], "version_installed": null}, "200034955": {"authors": [], "category": "appdaemon", "description": "\u2744\ufe0f AppDaemon app which reminds to close windows if temperature difference inside/outside exceeds a specified threshold", "domain": "", "downloads": 0, "etag_repository": "W/\"75646c4fd3ae0db60b21495a35bae3be38761a477be8e3e180cf3846f1fdb149\"", "full_name": "benleb/ad-notifreeze", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f2b21a4", "last_release_tag": "v0.6.0", "last_updated": "2021-09-20T17:32:26Z", "name": "ad-notifreeze", "new": false, "repository_manifest": {"name": "\u2744\ufe0f NotiFreeze", "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 12, "topics": ["app", "appdaemon", "appdaemon-apps", "close-windows", "door", "hacs", "home-assistant", "notifreeze", "python", "room", "sensor", "temperature", "temperature-difference"], "version_installed": null, "last_fetched": 1641217617.008243}, "249033464": {"authors": [], "category": "appdaemon", "description": "This appdaemon app fully automates your lights, with multiple on/off times, regular service data, and constraint options.", "domain": "", "downloads": 0, "etag_repository": "W/\"332649878c8caef1808018bd78091f6bce9fbf8c44853546e285552bf8534740\"", "full_name": "haberda/light_automation", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3d23da0", "last_release_tag": null, "last_updated": "2021-11-12T00:44:05Z", "name": "light_automation", "new": false, "repository_manifest": {"name": "Light automation", "render_readme": "True"}, "selected_tag": null, "show_beta": false, "stars": 7, "topics": [], "version_installed": null}, "242432895": {"authors": [], "category": "appdaemon", "description": "This AppDaemon app progressively changes the brightness and color temperature of lights over the course of the day. This app also uses change thresholds to ignore lights that have been manually adjusted.", "domain": "", "downloads": 0, "etag_repository": "W/\"4db46d4d37391009a335bd58fcbc0b2d364ee2abb719292d5856276ec81eaf42\"", "full_name": "haberda/update_lights", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "231f192", "last_release_tag": "3.0.0", "last_updated": "2021-11-14T21:48:20Z", "name": "update_lights", "new": false, "repository_manifest": {"name": "Periodic lights", "render_readme": "True"}, "selected_tag": null, "show_beta": false, "stars": 15, "topics": ["appdeamon", "brightness", "color-temperature", "homeassistant", "lights"], "version_installed": null}, "267696690": {"authors": [], "category": "appdaemon", "description": "Appdaemon script for Home-Assistant to dim light until it is off in X minutes.", "domain": "", "downloads": 0, "etag_repository": "W/\"810bff1bdc8dc3e248a1b90a3fbc210fdedab84d85314b87c8579f9b4fd4ff08\"", "full_name": "hechi/GoodnightT", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "43dd02f", "last_release_tag": "1.0.0", "last_updated": "2020-05-28T21:22:42Z", "name": "GoodnightT", "new": false, "repository_manifest": {"name": "Goodnight timer", "render_readme": true, "domains": ["switch", "light"]}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["appdaemon", "appdaemon-apps", "hacs", "home-assistant", "homeassistant", "xiaomi", "xiaomi-button"], "version_installed": null}, "241233825": {"authors": [], "category": "appdaemon", "description": "AppDaemon app to control Tradfri remotes", "domain": "", "downloads": 0, "etag_repository": "W/\"95aab7a96c71e76567ebf891fe0868f5a0a028cbc5807a7159ddee82f27d343f\"", "full_name": "haberda/tradfri_remotes", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1ac6802", "last_release_tag": "2.0.0", "last_updated": "2021-01-30T18:21:46Z", "name": "tradfri_remotes", "new": false, "repository_manifest": {"name": "Tradfri remotes", "render_readme": "True"}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": ["appdaemon", "lights", "sensor", "tradfri", "tradfri-ikea-gateway", "tradfri-remotes"], "version_installed": null}, "251298857": {"authors": [], "category": "appdaemon", "description": "\ud83d\udca1 AppDaemon App that synchronize RGB lights with the thumbnail of a media player in Home Assistant. Be sure to \u2b50\ufe0f my repo!", "domain": "", "downloads": 0, "etag_repository": "W/\"f3584240a14c6439f9664c8ee6a82349a2abd36a8db7c82a6954a44c398e1fcc\"", "full_name": "ericmatte/ad-media-lights-sync", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b897e3f", "last_release_tag": "v1.0.0", "last_updated": "2022-01-11T14:17:47Z", "name": "ad-media-lights-sync", "new": false, "repository_manifest": {"name": "Media Player Lights Sync", "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 46, "topics": ["appdaemon", "home-assistant", "media-lights-sync", "media-player", "rgb-lights"], "version_installed": null, "last_fetched": 1642851504.931204}, "338827116": {"authors": [], "category": "appdaemon", "description": "appdaemon app to control your home's climate", "domain": "", "downloads": 0, "etag_repository": "W/\"d2e946bbde953042195df2ce6b03800d63e39b9f7184f425860b28e5b576aa1b\"", "full_name": "kprestel/appdaemon-climate", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "26400c8", "last_release_tag": null, "last_updated": "2021-05-23T13:41:36Z", "name": "appdaemon-climate", "new": false, "repository_manifest": {"name": "appdaemon-climate", "render_reademe": true}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": ["appdaemon", "hacs", "home-automation", "homeassistant"], "version_installed": null}, "369204881": {"authors": [], "category": "appdaemon", "description": "Datalogger for Omnik solar power inverters with DSMR integration and output to Home Assistant, PVOUTPUT, InfluxDB and MQTT", "domain": "", "downloads": 0, "etag_repository": "W/\"78b23a9bf94fdd4f04190a83c3abc0ebff65e9d70f6411162a625636d4b1ccac\"", "full_name": "jbouwh/omnikdatalogger", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2e6fe0d", "last_release_tag": "v1.10.5", "last_updated": "2021-12-27T08:19:26Z", "name": "omnikdatalogger", "new": false, "repository_manifest": {"name": "Omnik Data Logger (using portal or direct logging)", "render_readme": false}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["appdaemon", "automation", "dsmr-reader", "hacktoberfest", "home-assistant", "homeautomation", "influxdb", "mqtt", "mqtt-smarthome", "pvoutput", "solar-energy", "solarman", "solarmanpv"], "version_installed": null}, "267325736": {"authors": [], "category": "appdaemon", "description": "AppDaemon based entity cache application for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"27647959ef5fd0365b750c7e0f629c6f4b0e719d6ca736cb82ace0f1a58d2b53\"", "full_name": "jbouwh/ha-entity-cache", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e96e4c9", "last_release_tag": "v1.1", "last_updated": "2021-08-03T07:42:28Z", "name": "ha-entity-cache", "new": false, "repository_manifest": {"name": "Home Assistant entity state cache", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["chache", "helper-tool", "home-assistant", "input-select", "states"], "version_installed": null}, "230623251": {"authors": [], "category": "appdaemon", "description": "EUROTRONIC TRV Valve position helper is an AppDaemon app that allows access to valve position (%) value from Z-Wave TRVs in Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"e149f4c2761c0e7a44b1ae584581404c00ca2b7456322d0359ba26b7d42392cf\"", "full_name": "jmarsik/ad-eurotronic-trv-valvepos", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5b89faa", "last_release_tag": "v1.2", "last_updated": "2020-05-02T11:29:39Z", "name": "ad-eurotronic-trv-valvepos", "new": false, "repository_manifest": {"name": "EUROTRONIC TRV Valve position helper", "render_readme": true, "homeassistant": "0.103.0"}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["appdaemon", "eurotronic", "hacs", "hassio", "home-assistant", "trv", "zwave"], "version_installed": null}, "195525107": {"authors": [], "category": "appdaemon", "description": "Watchdog App for AppDaemon.", "domain": "", "downloads": 0, "etag_repository": "W/\"a33ab8c23eaeb6fa3d88dbd3330f6f0260c1a0252f541f8f9850f5369118933b\"", "full_name": "ludeeus/ad-watchdog", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "78febc8", "last_release_tag": null, "last_updated": "2019-07-07T13:01:58Z", "name": "ad-watchdog", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": [], "version_installed": null}, "231832381": {"authors": [], "category": "appdaemon", "description": "AppDaemon App for Home Assistant to replay light switch history when no one is home.", "domain": "", "downloads": 0, "etag_repository": "W/\"d970438f713abab8605579bd1c2b5ad2d2f8415c2372f4c5f8ece20687356b27\"", "full_name": "Mohlsson/ReplayLightsHistory", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e9b75ad", "last_release_tag": null, "last_updated": "2021-03-12T20:04:10Z", "name": "ReplayLightsHistory", "new": false, "repository_manifest": {"name": "Replay lights history", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 22, "topics": ["appdaemon", "appdaemon-apps", "home-assistant", "homeassistant", "lights", "replay", "vacation"], "version_installed": null, "last_fetched": 1642430985.487086}, "293521853": {"authors": [], "category": "appdaemon", "description": "Customize the buttons on a ZHA controlled Hue Dimmer Switch", "domain": "", "downloads": 0, "etag_repository": "W/\"24ec8b7ae441ffc1f5959fd739fd668d98b6f5aa4c36c1a0297821a65b21e523\"", "full_name": "nickneos/Appdaemon-ZHA-Hue-Dimmer-Switch", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9a8ecf2", "last_release_tag": null, "last_updated": "2021-07-18T13:23:58Z", "name": "Appdaemon-ZHA-Hue-Dimmer-Switch", "new": false, "repository_manifest": {"name": "Hue Dimmer Switch ZHA", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["appdaemon", "appdaemon-apps", "dimmer", "hacktoberfest", "hacs", "home-assistant", "home-automation", "homeassistant", "hue"], "version_installed": null}, "302770368": {"authors": [], "category": "appdaemon", "description": "Trigger automations when a Ring Doorbell button is pressed", "domain": "", "downloads": 0, "etag_repository": "W/\"46566fd07fd3b1416db09a3d7d03170707e7b7bda4d2ff1d6af59c6677eef364\"", "full_name": "nickneos/Appdaemon-Ring-Doorbell-Automations", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f169c68", "last_release_tag": null, "last_updated": "2020-10-10T05:46:26Z", "name": "Appdaemon-Ring-Doorbell-Automations", "new": false, "repository_manifest": {"name": "Ring Doorbell Automations", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["appdaemon", "appdaemon-apps", "hacktoberfest", "home-assistant", "home-automation", "ring"], "version_installed": null}, "234713855": {"authors": [], "category": "appdaemon", "description": "Brings back group.all_* for desired domains (light, device_tracker, etc)", "domain": "", "downloads": 0, "etag_repository": "W/\"2c0bd3ad0bc01f8f22fd9a821c4afb335429b91d314e71375a6e145073ddc012\"", "full_name": "nickneos/Bring-Back-group.all_x", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "879c93b", "last_release_tag": "v0.3.1", "last_updated": "2020-09-05T13:14:18Z", "name": "Bring-Back-group.all_x", "new": false, "repository_manifest": {"name": "Bring Back group.all_x", "homeassistant": "0.104.0", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": ["appdaemon", "appdaemon-apps", "group", "hacktoberfest", "hass", "home-assistant"], "version_installed": null}, "331696949": {"authors": [], "category": "appdaemon", "description": "AppDaemon app that synchronizes rgb lights to the mood of the currently playing spotify song in Home Assistant.", "domain": "", "downloads": 0, "etag_repository": "W/\"ab8e17522c4a8b564e1e76c8ab5c86e30c880f4378e758f1f62305fccf14b1fd\"", "full_name": "NiklasReiche/ad-spotify-mood-lights-sync", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "097a065", "last_release_tag": "v1.1.2", "last_updated": "2021-08-27T17:27:45Z", "name": "ad-spotify-mood-lights-sync", "new": false, "repository_manifest": {"name": "Spotify Mood Lights Sync", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 7, "topics": ["appdaemon", "home-assistant", "rgb-lights", "spotify"], "version_installed": null}, "188970295": {"authors": [], "category": "appdaemon", "description": "Appdaemon App for Andrew's Monitor Presence Detection System", "domain": "", "downloads": 0, "etag_repository": "W/\"a48de7998dd5497f16cdf5c02798a39c533a664c8c081081a1aa2c229745c7f3\"", "full_name": "Odianosen25/Monitor-App", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "702b953", "last_release_tag": null, "last_updated": "2021-11-28T08:47:23Z", "name": "Monitor-App", "new": false, "repository_manifest": {"name": "Monitor-App", "render_readme": "true", "domains": ["binary_sensor", "sensor", "device_tracker"]}, "selected_tag": null, "show_beta": false, "stars": 59, "topics": [], "version_installed": null, "last_fetched": 1642520527.595355}, "236119263": {"authors": [], "category": "appdaemon", "description": "Appdaemon App that converts Home Assistants volume into a sensor that matches your devices volume.", "domain": "", "downloads": 0, "etag_repository": "W/\"c3a7f800f6fadec72cc7b0783c4290a31e7aeb8953bbcf124f2fbfaa4704b447\"", "full_name": "Petro31/ad_convert_media_volume", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f65d955", "last_release_tag": "1.0", "last_updated": "2020-01-25T03:41:16Z", "name": "ad_convert_media_volume", "new": false, "repository_manifest": {"name": "Convert Media Player Volume", "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": [], "version_installed": null}, "234938282": {"authors": [], "category": "appdaemon", "description": "Adds all legacy group.all_* groups that were removed in Home Asisstant 0.104.", "domain": "", "downloads": 0, "etag_repository": "W/\"d64a271adad1f72c9698223d69c292a81adc9c8dd9ff6906c605e8180ad36a74\"", "full_name": "Petro31/ad_group_all", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "877e90e", "last_release_tag": "1.11", "last_updated": "2020-10-02T05:30:09Z", "name": "ad_group_all", "new": false, "repository_manifest": {"name": "Add Domain Group (group.all_*)", "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 12, "topics": [], "version_installed": null}, "262373887": {"authors": [], "category": "appdaemon", "description": "Creates sensors that count the number of entities in a specific domain.", "domain": "", "downloads": 0, "etag_repository": "W/\"a4d69438001f38a837333e6392d5e4f3547c1343f1cf7df5f58a548f971ac182\"", "full_name": "Petro31/ad_count_entities", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "bda3f80", "last_release_tag": "1.0", "last_updated": "2020-05-08T19:15:33Z", "name": "ad_count_entities", "new": false, "repository_manifest": {"name": "Count Domain Entities", "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 0, "topics": [], "version_installed": null}, "233418481": {"authors": [], "category": "appdaemon", "description": "Appdaemon app to monitor events.", "domain": "", "downloads": 0, "etag_repository": "W/\"4ac156679fb4957c18a1dbe311df46687c103f45409245560df00e9f02663547\"", "full_name": "Petro31/ad_monitor_events", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c19c996", "last_release_tag": "1.0", "last_updated": "2020-01-15T02:55:20Z", "name": "ad_monitor_events", "new": false, "repository_manifest": {"name": "Event Monitor", "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": [], "version_installed": null}, "234210346": {"authors": [], "category": "appdaemon", "description": "Tracks the number of people at home", "domain": "", "downloads": 0, "etag_repository": "W/\"69039eeb71ac11650be0c2173b6ec7c05fd7b7288778e0a5c8fa09e8dd5a9085\"", "full_name": "Petro31/ad_people_tracker", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "71ef837", "last_release_tag": "1.1", "last_updated": "2022-01-11T04:09:22Z", "name": "ad_people_tracker", "new": false, "repository_manifest": {"name": "People Tracker", "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": [], "version_installed": null, "last_fetched": 1642004661.714789}, "237800470": {"authors": [], "category": "appdaemon", "description": "Creates a binary_sensor that represents a season between 2 dates. Turns on/off entities at specific times inside the season.", "domain": "", "downloads": 0, "etag_repository": "W/\"5a3708add29bc0fbb985f48ae81cda99a5d48ccb1e3b42848ea0d7782f941364\"", "full_name": "Petro31/ad_seasonal_lights", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "438e67f", "last_release_tag": "1.0", "last_updated": "2020-02-02T17:22:35Z", "name": "ad_seasonal_lights", "new": false, "repository_manifest": {"name": "Seasonal Lights", "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": [], "version_installed": null}, "237328349": {"authors": [], "category": "appdaemon", "description": "Automation to turn lights on at sunset", "domain": "", "downloads": 0, "etag_repository": "W/\"f48d7c328cf407eeb96edd1b243cafe3397eb5ed9ad6ab23779c484519120a28\"", "full_name": "Petro31/ad_sunset_lights", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6db61cd", "last_release_tag": "1.0", "last_updated": "2020-01-31T00:34:20Z", "name": "ad_sunset_lights", "new": false, "repository_manifest": {"name": "Lights On at Sundown Automation", "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": [], "version_installed": null}, "237294804": {"authors": [], "category": "appdaemon", "description": "Doorbell automation that notifies you and announces via TTS", "domain": "", "downloads": 0, "etag_repository": "W/\"61de41c1b1a14fb6d43e7f4723d29782f202d07b52bb7d9056c7bd157e9e3cf0\"", "full_name": "Petro31/ad_simple_door_bell", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "02f5b4f", "last_release_tag": "1.0", "last_updated": "2020-01-30T22:00:02Z", "name": "ad_simple_door_bell", "new": false, "repository_manifest": {"name": "Simple Door Bell Automation", "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": [], "version_installed": null}, "237324626": {"authors": [], "category": "appdaemon", "description": "Simply toggles a light based on another light.", "domain": "", "downloads": 0, "etag_repository": "W/\"2dbc40e3022815501976350c11cb9dc0a0415a7803a762de1982f880233ae3d5\"", "full_name": "Petro31/ad_toggle_light", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "988883b", "last_release_tag": "1.1", "last_updated": "2020-01-31T00:54:10Z", "name": "ad_toggle_light", "new": false, "repository_manifest": {"name": "Toggle Light Automation", "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": [], "version_installed": null}, "260599208": {"authors": [], "category": "appdaemon", "description": "HA allergy sensors from AccuWeather", "domain": "", "downloads": 0, "etag_repository": "W/\"1137af1f07208a05be35310e6e285675556d6b6aeba98d4f074e36d6a4e191fd\"", "full_name": "simonhq/accu_allergies", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b438293", "last_release_tag": null, "last_updated": "2021-06-25T23:37:52Z", "name": "accu_allergies", "new": false, "repository_manifest": {"name": "accu_weather", "render_readme": "True"}, "selected_tag": null, "show_beta": false, "stars": 11, "topics": ["accuweather", "accuweather-allergies", "allergies-information", "appdaemon", "hacs", "sensor"], "version_installed": null}, "236656081": {"authors": [], "category": "appdaemon", "description": "An Appdaemon automation that creates useful door sensors and door notifications.", "domain": "", "downloads": 0, "etag_repository": "W/\"1c534ce7dfcec88da138d39756dae7b0858a11461c1003c08ce2fb63adece3dd\"", "full_name": "Petro31/ad_who_used_the_door", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a8c9930", "last_release_tag": "1.2", "last_updated": "2020-02-14T01:18:46Z", "name": "ad_who_used_the_door", "new": false, "repository_manifest": {"name": "Who Used the Door?", "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": [], "version_installed": null}, "233389688": {"authors": [], "category": "appdaemon", "description": "Appdaemon App to Illuminate a door entrance when the door has opened.", "domain": "", "downloads": 0, "etag_repository": "W/\"6493ad61e4bc83542a3a5bdc23a98004d0b16b6347ffcadadb7995a266c417e7\"", "full_name": "Petro31/IlluminateDoor", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "899a6d2", "last_release_tag": "1.1", "last_updated": "2020-01-30T22:22:45Z", "name": "IlluminateDoor", "new": false, "repository_manifest": {"name": "Illuminate Door", "render_readme": "true", "domains": ["sensor", "switch", "light"]}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["appdaemon-apps", "hacs"], "version_installed": null}, "354149479": {"authors": [], "category": "appdaemon", "description": "AppDaemon app for Qolsys IQ Panel 2", "domain": "", "downloads": 0, "etag_repository": "W/\"efef81ad7acbee5280eed5285b45d8968b64fd797e81d97b1420fd69f2ceed25\"", "full_name": "roopesh/ad-qolsys", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a853018", "last_release_tag": "1.8.1", "last_updated": "2021-12-09T23:52:27Z", "name": "ad-qolsys", "new": false, "repository_manifest": {"name": "AppDaemon Client for Qolsys", "content_in_root": false, "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 19, "topics": ["alarm", "alarm-control", "alarm-control-panel", "alarm-panel", "appdaemon", "homeassistant", "qolsys"], "version_installed": null}, "262519869": {"authors": [], "category": "appdaemon", "description": "HA Sensors for the ACT next bin pickup date information for suburbs", "domain": "", "downloads": 0, "etag_repository": "W/\"458752cf4e2b4e2573842dfd4df869f094771c39a2dee0ff6c4ec0b56cc31184\"", "full_name": "simonhq/act_garbage", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "03fdc1b", "last_release_tag": null, "last_updated": "2020-05-26T22:01:45Z", "name": "act_garbage", "new": false, "repository_manifest": {"name": "act_garbage", "country": ["AU"], "render_readme": "True"}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["appdaemon", "creates-sensors", "entity", "garbage", "hacs", "sensor", "suburb"], "version_installed": null, "last_fetched": 1642851516.900064}, "288827256": {"authors": [], "category": "appdaemon", "description": "HA sensor for a set of ASX stocks and the number you own", "domain": "", "downloads": 0, "etag_repository": "W/\"03108e7f609fa95f1de3d89aa3d5c7c061db7bbee3cc1ff6fb4659a29bdad1a6\"", "full_name": "simonhq/asx_portfolio", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "8badbc1", "last_release_tag": null, "last_updated": "2020-08-20T22:01:31Z", "name": "asx_portfolio", "new": false, "repository_manifest": {"name": "asx_portfolio", "country": ["AU"], "render_readme": "True"}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["appdaemon", "asx", "asx-portfolio", "hacs", "sensor"], "version_installed": null}, "287476555": {"authors": [], "category": "appdaemon", "description": "get ASX information in home assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"9d30ebaab4f2dcfc5e4cac093dc0bb0d287dd12fe1c62972c39cc99438d33e61\"", "full_name": "simonhq/asx_sensor", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1a76003", "last_release_tag": null, "last_updated": "2021-01-23T06:11:34Z", "name": "asx_sensor", "new": false, "repository_manifest": {"name": "asx_sensor", "country": ["AU"], "render_readme": "True"}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": ["appdaemon", "asx", "asx-sensor", "hacs", "sensor"], "version_installed": null, "last_fetched": 1642851517.891761}, "233937451": {"authors": [], "category": "appdaemon", "description": "A Home Assistant Appdaemon app for creating a sensor with the ACT Dam level information", "domain": "", "downloads": 0, "etag_repository": "W/\"a3b94de70a07e597a0587f3459a111093ed5d61e59474b4c513c701536d8efc7\"", "full_name": "simonhq/canberradams", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a1e5e61", "last_release_tag": null, "last_updated": "2020-08-31T07:00:34Z", "name": "canberradams", "new": false, "repository_manifest": {"name": "canberradams", "country": ["AU"], "render_readme": "True"}, "selected_tag": null, "show_beta": false, "stars": 0, "topics": ["appdaemon", "creates-sensors", "dam", "entity", "hacs", "sensor"], "version_installed": null}, "230346810": {"authors": [], "category": "appdaemon", "description": "An appdaemon app for cleaning up a GTFS database for use in Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"3525f81230fe877b27f3c181c48284ee5bbd5a1a5518c07bcead90e63a5dae28\"", "full_name": "simonhq/Clean-GTFS", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "adb48ba", "last_release_tag": null, "last_updated": "2020-10-14T19:47:34Z", "name": "Clean-GTFS", "new": false, "repository_manifest": {"name": "Clean-GTFS"}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["appdaemon-apps", "gtfs", "gtfs-database", "hacs", "home-assistant"], "version_installed": null}, "262440646": {"authors": [], "category": "appdaemon", "description": "HA Appdaemon app for the levels in the Snowy Hydro reservoirs", "domain": "", "downloads": 0, "etag_repository": "W/\"9fe38b02c64cf93cef193605362ddbe2552b50544528183483d25c8d6399ec26\"", "full_name": "simonhq/snowydams", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "cddad84", "last_release_tag": null, "last_updated": "2020-05-23T07:48:43Z", "name": "snowydams", "new": false, "repository_manifest": {"name": "snowydams", "country": ["AU"], "render_readme": "True"}, "selected_tag": null, "show_beta": false, "stars": 0, "topics": ["appdaemon", "creates-sensors", "entity", "hacs", "sensor", "snowy-dams", "snowy-hydro-reservoirs"], "version_installed": null}, "258858024": {"authors": [], "category": "appdaemon", "description": "Announce your doors/windows opening and closing through your Smart Speaker. Handy for garage/side/main exits for homes and shops. Please :star: if you like this app :)", "domain": "", "downloads": 0, "etag_repository": "W/\"5c5d46b5b65b276ea8327ec870164ad31447f219d0856d1b9d1c99466b960dbc\"", "full_name": "UbhiTS/ad-alexadoorwindowannounce", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7a121ba", "last_release_tag": "v1.1.0", "last_updated": "2021-03-11T22:21:18Z", "name": "ad-alexadoorwindowannounce", "new": false, "repository_manifest": {"name": "Alexa (& Friends) Door Announce \ud83d\udc14", "content_in_root": "false", "render_readme": "true", "domains": ["media_player", "binary_sensor", "cover"]}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["alexa", "alexa-media-player", "alexa-voice-service", "amazon-alexa", "appdaemon", "appdaemon-apps", "apps", "assistant", "doorbell", "hacs", "hass", "home-assistant", "home-automation", "homeassistant", "media-player", "mediaplayer", "python", "python3", "smart-home", "smarthome"], "version_installed": null}, "258980164": {"authors": [], "category": "appdaemon", "description": "Set temp limits, enforce fan modes, door/window and daily shut-off, and air cycling makes your thermostat a genius with a voice using your Smart Speaker! Please :star: if you like the app :)", "domain": "", "downloads": 0, "etag_repository": "W/\"068e2e1c332e208612a231aa36f07b1b94425195659e1c1a455bdcc2fb23376c\"", "full_name": "UbhiTS/ad-alexasmarttalkingthermostat", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4f3c8e1", "last_release_tag": "v2.0.0", "last_updated": "2020-08-18T20:55:19Z", "name": "ad-alexasmarttalkingthermostat", "new": false, "repository_manifest": {"name": "Alexa (& Friends) Talking Thermostat \ud83d\udc14", "content_in_root": "false", "render_readme": "true", "domains": ["media_player", "climate"]}, "selected_tag": null, "show_beta": false, "stars": 7, "topics": ["alexa", "alexa-media-player", "alexa-voice-service", "amazon-alexa", "appdaemon", "appdaemon-apps", "cooling", "hacs", "hass", "heating", "home-assistant", "home-automation", "homeassistant", "hvac", "hvac-control", "media-player", "smart-home", "smarthome", "temperature", "thermostat"], "version_installed": null}, "225791156": {"authors": [], "category": "appdaemon", "description": "Alexa (or other Smart Speakers) tell you the time without asking every hour. Please \u2b50\ufe0fif you like my app :)", "domain": "", "downloads": 0, "etag_repository": "W/\"591869a9ff6f460b744a927764db5ea9965f556e0c4f7dec23dd987c67850e95\"", "full_name": "UbhiTS/ad-alexatalkingclock", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9b49314", "last_release_tag": "v3.0.2", "last_updated": "2020-07-19T20:48:45Z", "name": "ad-alexatalkingclock", "new": false, "repository_manifest": {"name": "Alexa (& Friends) Reminders & Talking Clock \ud83d\udc14", "content_in_root": "false", "render_readme": "true", "domains": ["media_player"]}, "selected_tag": null, "show_beta": false, "stars": 29, "topics": ["alexa", "alexa-media-player", "alexa-voice-service", "amazon-alexa", "app", "appdaemon", "appdaemon-apps", "apps", "assistant", "hacs", "hass", "home-assistant", "home-automation", "homeassistant", "media-player", "mediaplayer", "smart-home", "smarthome", "time", "time-tracker"], "version_installed": null}, "258680733": {"authors": [], "category": "appdaemon", "description": "Notify your home, and greet your guests on arrival with your Smart Speaker. Please :star: if you like this app :)", "domain": "", "downloads": 0, "etag_repository": "W/\"b1d4ef91d19722ba8fff9d2aa86d7f4339388f81c92fa6c4b8ec6ed06265e404\"", "full_name": "UbhiTS/ad-alexadoorbell", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "cfd6034", "last_release_tag": "v1.1.0", "last_updated": "2020-06-01T16:54:27Z", "name": "ad-alexadoorbell", "new": false, "repository_manifest": {"name": "Alexa (& Friends) Doorbell \ud83d\udc14", "content_in_root": "false", "render_readme": "true", "domains": ["media_player", "binary_sensor", "switch"]}, "selected_tag": null, "show_beta": false, "stars": 10, "topics": ["alexa", "alexa-media-player", "alexa-voice-service", "amazon-alexa", "app", "appdaemon", "appdaemon-apps", "apps", "assistant", "doorbell", "greeting", "hacs", "hass", "home-assistant", "home-automation", "homeassistant", "media-player", "mediaplayer", "smart-home", "smarthome"], "version_installed": null}, "234988006": {"authors": [], "category": "appdaemon", "description": "Automate Welcome Camera presence and monitoring.", "domain": "", "downloads": 0, "etag_repository": "W/\"6c0b690afccb275e75cc6a58a2b6a6935907db44433918841b8b9ae44404c1b7\"", "full_name": "vash3d/nethassmo", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3e52f48", "last_release_tag": "v1.1.0", "last_updated": "2022-01-07T15:20:40Z", "name": "nethassmo", "new": false, "repository_manifest": {"name": "NetHassmo", "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": [], "version_installed": null, "last_fetched": 1641588140.611031}, "267943249": {"authors": [], "category": "appdaemon", "description": "Automatically control a room fan's speed based on a temperature sensor. Please :star: if you like this app :)", "domain": "", "downloads": 0, "etag_repository": "W/\"f8115f4cccc0ff4c3cc784b7b3d7493df4219cf4711ce25bc02cfb3cc0d4f187\"", "full_name": "UbhiTS/ad-autofanspeed", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "79c720d", "last_release_tag": "v1.0.4", "last_updated": "2021-03-18T15:59:19Z", "name": "ad-autofanspeed", "new": false, "repository_manifest": {"name": "Auto 'Fan Speed' Controller \ud83d\udc14", "content_in_root": "false", "render_readme": "true", "domains": ["fan", "sun", "sensor"]}, "selected_tag": null, "show_beta": false, "stars": 11, "topics": ["app", "appdaemon", "appdaemon-apps", "apps", "assistant", "automated", "automation", "fan", "fan-speed", "fan-speed-control", "hacs", "hass", "home-assistant", "home-automation", "homeassistant", "smart-home", "smarthome", "sunrise"], "version_installed": null}, "259132481": {"authors": [], "category": "appdaemon", "description": "Automatically reboot your crappy internet if you have a zwave, zigbee, or bluetooth switch/socket powering your internet modem. Please :star: if you like this app :)", "domain": "", "downloads": 0, "etag_repository": "W/\"591b19130d597169cc3534e7656cc8449a6573c5d10f3d9f014ab4a0bfcd6903\"", "full_name": "UbhiTS/ad-autointernetrebooter", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "629f64b", "last_release_tag": "v1.0.5", "last_updated": "2020-06-01T16:50:18Z", "name": "ad-autointernetrebooter", "new": false, "repository_manifest": {"name": "Auto 'Crappy Internet' Rebooter :rocket:", "content_in_root": "false", "render_readme": "true", "domains": ["media_player", "sensor", "switch"]}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": ["alexa-media-player", "amazon-alexa", "appdaemon", "appdaemon-apps", "apps", "fibaro", "hass", "home-automation", "homeassistant", "internet", "modem", "router", "smart-home", "smarthome", "smartthings", "speedtest", "speedtest-net", "vera", "wink"], "version_installed": null}, "288563520": {"authors": [], "category": "appdaemon", "description": "Your TV notifies you of the next upcoming event from you calendar every time it turns on. Please :star: my repo if you like like the app, it will encourage me a lot. ", "domain": "", "downloads": 0, "etag_repository": "W/\"2f802ab16dd830b572d73567e2389e777148ebe298842bd8ad0380d341354b8f\"", "full_name": "UbhiTS/ad-calendartvreminders", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d0764bf", "last_release_tag": null, "last_updated": "2020-08-18T22:31:49Z", "name": "ad-calendartvreminders", "new": false, "repository_manifest": {"name": "Calendar TV Reminders \ud83d\udc14", "content_in_root": "false", "render_readme": "true", "domains": ["media_player", "calendar"]}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": ["appdaemon", "appdaemon-apps", "google", "google-calendar", "google-calendar-api", "hacs", "home-assistant", "home-automation", "homeassistant", "lg", "media-player", "mediaplayer", "smart-home", "smart-tv", "smarthome", "smarttv", "webos"], "version_installed": null}, "284749777": {"authors": [], "category": "appdaemon", "description": "An AppDaemon app to reset Xiaomi Aqara motion sensors after a given timeout.", "domain": "", "downloads": 0, "etag_repository": "W/\"53a60bc8638dcf2f33486ef485a37a59979476a39f83f57c1aa188341358a958\"", "full_name": "wernerhp/appdaemon_aqara_motion_sensors", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6e5f438", "last_release_tag": "v1.2.0", "last_updated": "2021-08-15T13:23:06Z", "name": "appdaemon_aqara_motion_sensors", "new": false, "repository_manifest": {"name": "Aqara Motion Sensors", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 29, "topics": ["appdaemon", "appdaemon-apps", "hacs", "home-assistant", "home-automation", "homeassistant"], "version_installed": null}, "282440474": {"authors": [], "category": "appdaemon", "description": "An AppDaemon app for detecting occupancy using door and motions sensors.", "domain": "", "downloads": 0, "etag_repository": "W/\"2c6612645cc81f819682db7ae434be51736e9f290e2005cc5e68742e6bb49d4b\"", "full_name": "wernerhp/appdaemon_wasp", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "053930c", "last_release_tag": "v1.2.0", "last_updated": "2020-08-22T11:49:19Z", "name": "appdaemon_wasp", "new": false, "repository_manifest": {"name": "Wasp in a Box", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 20, "topics": ["appdaemon", "appdaemon-apps", "hacs", "home-assistant", "home-automation", "homeassistant"], "version_installed": null}, "222056780": {"authors": [], "category": "appdaemon", "description": "Create controller-based automations with ease to control your home devices and scenes.", "domain": "", "downloads": 0, "etag_repository": "W/\"afddc73d210dae8c6b484d599658db98cdfb6b1117a245fb23a98bb171311679\"", "full_name": "xaviml/controllerx", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9267e30", "last_release_tag": "v4.18.1", "last_updated": "2022-01-17T11:14:01Z", "name": "controllerx", "new": false, "repository_manifest": {"filename": "controllerx.zip", "hide_default_branch": true, "name": "\ud83c\udfae ControllerX", "render_readme": true, "zip_release": true}, "selected_tag": null, "show_beta": false, "stars": 203, "topics": ["automation", "color-lights", "controller", "covers", "ikea", "light", "mediaplayer", "remote", "switch"], "version_installed": null, "last_fetched": 1642431004.903505}, "251039581": {"authors": ["@hultenvp"], "category": "integration", "description": "HomeAssistant integration for the Ginlong Solis PV Monitoring portal. This integration supports the current Platform v2.0 portal (m.ginlong.com) which supports Solis and Solarman PV inverter brands. Also supports new SolisCloud platform", "domain": "solis", "downloads": 0, "etag_repository": "W/\"82d0ab73b2c4a68514dcdaae49079af8e8d2c0f46ded42bb1b3cf7b7de0aecbb\"", "full_name": "hultenvp/solis-sensor", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6f446e5", "last_release_tag": "v2.0.1", "last_updated": "2022-01-30T15:32:03Z", "name": "solis", "new": false, "repository_manifest": {"name": "Ginlong Solis PV portal integration", "content_in_root": false, "render_readme": false, "homeassistant": "2021.9", "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 26, "topics": ["ginlong", "homeassistant", "sensor", "solarman", "solis", "soliscloud"], "version_installed": null, "last_fetched": 1643571233.380394}, "407205510": {"authors": ["@alryaz"], "category": "integration", "description": "\u041f\u0418\u041a \u0414\u043e\u043c\u043e\u0444\u043e\u043d \u0434\u043b\u044f Home Assistant", "domain": "pik_intercom", "downloads": 0, "etag_repository": "W/\"832abc7c01c54945bdb499a6b02a862b586869f3c98345710231faf09cabb254\"", "full_name": "alryaz/hass-pik-intercom", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e35f163", "last_release_tag": "v1.1.0", "last_updated": "2022-01-18T10:54:21Z", "name": "pik_intercom", "new": false, "repository_manifest": {"name": "\u041f\u0418\u041a \u0414\u043e\u043c\u043e\u0444\u043e\u043d / PIK Intercom", "content_in_root": false, "zip_release": false, "render_readme": true, "domains": ["camera", "sensor", "button"], "country": ["ru"], "homeassistant": "2021.12.0", "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 12, "topics": ["custom-component", "homeassistant", "intercom", "pik-group"], "version_installed": null, "last_fetched": 1642520528.474399}, "408074547": {"authors": ["@sugoi-wada"], "category": "integration", "description": "Acer air monitor for Home Assistant", "domain": "acer_air_monitor", "downloads": 0, "etag_repository": "W/\"e97e926afec8cfb5d1cdb89c12ea1ea6bc5c98a9800f2d740a2b939de993c540\"", "full_name": "sugoi-wada/acer-air-monitor-2018", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "0faa932", "last_release_tag": "v1.0.1", "last_updated": "2022-01-09T04:10:18Z", "name": "acer_air_monitor", "new": false, "repository_manifest": {"name": "Acer Air Monitor", "hacs": "1.19.1", "domains": ["sensor"], "homeassistant": "2021.12.8"}, "selected_tag": null, "show_beta": false, "stars": 0, "topics": ["custom-components", "home-assistant"], "version_installed": null, "last_fetched": 1641896031.740965}, "302985427": {"authors": ["@wizmo2"], "category": "integration", "description": "Home-assistant custom component and api wrapper for Zidoo Media Players", "domain": "zidoo", "downloads": 0, "etag_repository": "W/\"01a53cdc563996c2382717688b781b14801a97333555ede733dcd5f4fd504943\"", "full_name": "wizmo2/zidoo-player", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "cf2be1c", "last_release_tag": "v1.2.6", "last_updated": "2021-12-17T12:21:55Z", "name": "zidoo", "new": false, "repository_manifest": {"name": "Zidoo Media Player", "content_in_root": false, "domains": ["media_player"], "iot_class": "local_polling", "homeassistant": "2021.9"}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["hacs", "home-assistant", "media", "media-player", "player", "video-player", "zidoo"], "version_installed": null, "last_fetched": 1641896031.919041}, "301509152": {"authors": ["@BenPru"], "category": "integration", "description": "Home Assistant HACS component to readout values from a Paul Novus 300 ventilation system", "domain": "novus300bus", "downloads": 0, "etag_repository": "W/\"bc05e497c8ecf1f1f1324d3fd2e2d3997d1d1766e70b7cb716fe97bc670918cc\"", "full_name": "BenPru/novus300_Rs485", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9a17e99", "last_release_tag": "2021.09.20", "last_updated": "2021-11-03T20:21:00Z", "name": "novus300bus", "new": false, "repository_manifest": {"name": "Novus 300 Bus", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["hacs", "home-assistant", "homeassistant", "sensor"], "version_installed": null}, "356385629": {"authors": ["@fuatakgun"], "category": "integration", "description": "A Home Assistant HACS integration that supports Kia Connect(Uvo) and Hyundai Bluelink. The integration supports the EU, Canada and the USA.", "domain": "kia_uvo", "downloads": 0, "etag_repository": "W/\"43bb88b38d755d27f2637094ae562b7cf2154fd69ad24432cfb6e8c883a51ec0\"", "full_name": "fuatakgun/kia_uvo", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "bf5d9a1", "last_release_tag": "v1.4.3", "last_updated": "2022-01-30T08:16:18Z", "name": "kia_uvo", "new": false, "repository_manifest": {"name": "Kia Uvo / Hyundai Bluelink", "render_readme": true, "homeassistant": "2021.12", "content_in_root": false}, "selected_tag": null, "show_beta": false, "stars": 95, "topics": ["bluelink", "car", "homeassistant", "homeassistant-integration", "hyundai", "kia", "uvo"], "version_installed": null, "last_fetched": 1643571231.41079}, "417400028": {"authors": ["@ScratMan"], "category": "integration", "description": "Smart Thermostat with PID controller for HomeAssistant", "domain": "smart_thermostat", "downloads": 0, "etag_repository": "W/\"76da273bc235197037c102094218a5b27e0f5f959ed40310ee5a82aec9d86508\"", "full_name": "ScratMan/HASmartThermostat", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3389dcd", "last_release_tag": "2022.1.1", "last_updated": "2022-01-23T21:31:25Z", "name": "smart_thermostat", "new": false, "repository_manifest": {"name": "Smart thermostat (PID)", "domains": ["climate"], "render_readme": true, "homeassistant": "0.104.2"}, "selected_tag": null, "show_beta": false, "stars": 85, "topics": ["air-conditioner", "heater", "heater-control", "heater-controller", "heating", "heating-control", "heating-controller", "home-automation", "pid-controller", "smart-thermostat", "thermostat"], "version_installed": null, "last_fetched": 1643571247.843364}, "422954081": {"authors": ["@DeebotUniverse", "@edenhaus"], "category": "integration", "description": "Home Assistant integration for deebot vacuums", "domain": ["binary_sensor", "camera", "select", "sensor", "vacuum"], "downloads": 742, "etag_repository": "W/\"7c1aefa22b5ada47e8776954695b67d1527741e921e9ae1b3eaf25df3aa8d6d9\"", "full_name": "DeebotUniverse/Deebot-4-Home-Assistant", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "90c1206", "last_release_tag": "1.1.2", "last_updated": "2022-01-27T09:20:39Z", "name": ["binary_sensor", "camera", "select", "sensor", "vacuum"], "new": false, "repository_manifest": {"name": "Deebot 4 Home Assistant", "iot_class": "Cloud Polling", "zip_release": true, "filename": "deebot.zip", "domain": ["binary_sensor", "camera", "select", "sensor", "vacuum"], "homeassistant": "2021.12.0b0", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 22, "topics": ["deebot", "ecovacs", "home-assistant", "vacuum"], "version_installed": null, "last_fetched": 1643571228.053998}, "386049746": {"authors": ["@viragelabs"], "category": "integration", "description": "A Home Assistant integration to keep track of Virage Laboratories devices, and set up and properly label rf sensors and door contacts", "domain": "virage_dashboard", "downloads": 0, "etag_repository": "W/\"6d1bfdbac3dca1d6f509b9e3ae5e3561ed0b67ecf325fbb38a199b3aa3212e12\"", "full_name": "viragelabs/virage_dashboard", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4c54c39", "last_release_tag": "v1.0.0", "last_updated": "2021-12-01T23:33:19Z", "name": "virage_dashboard", "new": false, "repository_manifest": {"name": "Virage Dashboard", "render_readme": "true", "domains": ["virage_dashboard"], "iot_class": ["Local Push"]}, "selected_tag": null, "show_beta": false, "stars": 0, "topics": ["hassio", "home-assistant", "home-automation", "homeassistant", "virage", "viragelaboratories", "viragelabs"], "version_installed": null}, "326022552": {"authors": ["@net-daemon"], "category": "integration", "description": "Helper integration for Home Assistant", "domain": "netdaemon", "downloads": 0, "etag_repository": "W/\"d035f530295ade32e89552a8b41f0bf9c1604c427280f5869b192b44856875df\"", "full_name": "net-daemon/integration", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "ca80c91", "last_release_tag": "22.02.0", "last_updated": "2022-01-10T17:25:06Z", "name": "netdaemon", "new": false, "repository_manifest": {"name": "NetDaemon", "filename": "netdaemon.zip", "zip_release": true, "hide_default_branch": true, "homeassistant": "2020.12.0", "hacs": "0.19.0"}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["entities", "netdaemon", "service"], "version_installed": null, "last_fetched": 1641896036.826438}, "422931599": {"authors": ["@kartoffeltoby"], "category": "integration", "description": "This custom component for Home Assistant will add crucial features to your climate-controlling TRV (Thermostatic Radiator Valves) to save you the work of creating automations to make it smart. It combines a room-temperature sensor, window/door sensors, weather forecasts, or an ambient temperature probe to decide when it should call for heat and automatically calibrate your TRVs to fix the imprecise measurements taken in the radiator's vicinity.", "domain": "ai_thermostat", "downloads": 0, "etag_repository": "W/\"dd6adddab4be6dd6f7bcdfc3d5311c28a3e9e5a21ba884335248fe1273a0cf64\"", "full_name": "KartoffelToby/better_thermostat", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4b2276b", "last_release_tag": "0.9.3", "last_updated": "2022-01-30T18:22:18Z", "name": "ai_thermostat", "new": false, "repository_manifest": {"name": "AI Thermostat for Zigbee2MQTT", "render_readme": true, "domains": ["climate"], "iot_class": "Local Push", "homeassistant": "2021.12.0"}, "selected_tag": null, "show_beta": false, "stars": 76, "topics": ["climate", "hacs", "home-assistant", "moes", "sea801", "sea802", "sensor", "smarthome", "spzb0001", "thermostat", "ts0601", "tuya", "zigbee", "zigbee2mqtt"], "version_installed": null, "last_fetched": 1643571237.048438}, "439367892": {"authors": [], "category": "plugin", "description": "a custom card for a better thermostat in home assistant based on ai_thermostat intigration", "domain": "", "downloads": 2540, "etag_repository": "W/\"ef6fd58cc99b0f1ccf78ba8655728a3357080e8ddc94fd5892206e52fd87bcfb\"", "full_name": "KartoffelToby/better-thermostat-ui-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "ab17b50", "last_release_tag": "0.1.3", "last_updated": "2022-01-24T10:01:51Z", "name": "better-thermostat-ui-card", "new": false, "repository_manifest": {"name": "Better Thermostat UI", "render_readme": true, "filename": "better-thermostat-ui-card.js"}, "selected_tag": null, "show_beta": false, "stars": 26, "topics": ["home-assistant", "homeassistant", "thermostat"], "version_installed": null, "last_fetched": 1643571259.882762}, "406939721": {"authors": ["@tomasbedrich"], "category": "integration", "description": "A Home Assistant integration to communicate with Hikvision smart doorbells via Hik-Connect cloud.", "domain": "hikconnect", "downloads": 0, "etag_repository": "W/\"681d567498593043b154717c444a87600c517bbd88f90bfd4b0e6f1a168417e5\"", "full_name": "tomasbedrich/home-assistant-hikconnect", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "52da28f", "last_release_tag": "1.2.1", "last_updated": "2022-01-28T00:59:40Z", "name": "hikconnect", "new": false, "repository_manifest": {"name": "Hik-Connect", "domains": ["hikconnect"], "country": ["EN"], "render_readme": true, "iot_class": ["Cloud Polling"]}, "selected_tag": null, "show_beta": false, "stars": 21, "topics": ["hacs", "hikvision", "home-assistant", "home-automation", "python"], "version_installed": null, "last_fetched": 1643571250.736569}, "433577603": {"authors": [], "category": "plugin", "description": "Home Assistant Configuration Files Editor for Lovelace", "domain": "", "downloads": 0, "etag_repository": "W/\"1d46f539f61da65c2c36b3dce770cf6778e3888099ad73f3b9b0c5f852b914a2\"", "full_name": "htmltiger/config-editor-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e5809df", "last_release_tag": "3.4", "last_updated": "2022-01-22T01:55:45Z", "name": "config-editor-card", "new": false, "repository_manifest": {"name": "Config Editor Card", "filename": "config-editor-card.js", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 11, "topics": ["hacs", "home-assistant", "homeassistant", "homeassistant-addons", "homeassistant-config", "homeassistant-configuration", "yaml"], "version_installed": null, "last_fetched": 1642851533.092873}, "427867835": {"authors": ["@briis"], "category": "integration", "description": "Home Assistant Integration for WeatherFlow Stations", "domain": "weatherflow", "downloads": 0, "etag_repository": "W/\"d3bc27a6ee784be1b0da9916826a5f6e7c91d9e3dbeb0c08d707f349b2a6709a\"", "full_name": "briis/hass-weatherflow", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7cbbfd9", "last_release_tag": "v1.0.3", "last_updated": "2022-01-27T15:40:29Z", "name": "weatherflow", "new": false, "repository_manifest": {"name": "WeatherFlow Integration", "domains": ["binary_sensor", "sensor", "weather"], "homeassistant": "2021.11.0"}, "selected_tag": null, "show_beta": false, "stars": 19, "topics": ["home-assistant", "python3", "weatherflow"], "version_installed": null, "last_fetched": 1643571223.619913}, "427773030": {"authors": ["@spycle"], "category": "integration", "description": "Home Assistant custom integration for controlling AirPlay devices connected to a TuneBlade server", "domain": "tuneblade", "downloads": 0, "etag_repository": "W/\"acb0d1effd1c1159af72795a161fdf7326e7972db3f72a101508063e4025ce18\"", "full_name": "spycle/tuneblade", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4c91650", "last_release_tag": "v0.0.4", "last_updated": "2021-12-18T13:26:21Z", "name": "tuneblade", "new": false, "repository_manifest": {"name": "TuneBlade", "content_in_root": false, "domains": ["media_player", "switch"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 0, "topics": ["home-assistant", "tuneblade"], "version_installed": null}, "433577406": {"authors": ["@htmltiger"], "category": "integration", "description": "Home Assistant Configuration Editor Helper", "domain": "config_editor", "downloads": 0, "etag_repository": "W/\"01a65357781b3d9f15a3e10b6e394752e17bc40e6f515cba598b808c817e7901\"", "full_name": "htmltiger/config-editor", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d9185fa", "last_release_tag": "2.1", "last_updated": "2021-12-19T04:18:56Z", "name": "config_editor", "new": false, "repository_manifest": {"name": "Config Editor", "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["homeassistant", "homeassistant-config", "homeassistant-integration"], "version_installed": null, "last_fetched": 1641470660.316476}, "180032210": {"authors": ["@dolezsa"], "category": "integration", "description": "Thermal Comfort sensor for HA (absolute humidity, heat index, dew point, thermal perception)", "domain": "thermal_comfort", "downloads": 0, "etag_repository": "W/\"90ff3435978fcad3f11bd67e98781fa9a0339ed166be24c1013607ea9b255197\"", "full_name": "dolezsa/thermal_comfort", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d09c72d", "last_release_tag": "1.3.1", "last_updated": "2022-01-29T15:50:04Z", "name": "thermal_comfort", "new": false, "repository_manifest": {"name": "Thermal Comfort", "home-assistant": "2021.12.0", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 134, "topics": ["absolute-humidity", "comfort-model", "comfort-zone", "dew-point", "dew-point-perception", "heat-index", "thermal-comfort", "thermal-perception", "thermal-stress"], "version_installed": null, "last_fetched": 1643545556.950932}, "424574671": {"authors": ["@roslovets"], "category": "integration", "description": "Control SP110E RGB LED BLE Controller from Home Assistant", "domain": "sp110e", "downloads": 0, "etag_repository": "W/\"f6ac310e6a27ad9b069b62894ffa8c0468290ac4e9b3134fed12fc1077d78947\"", "full_name": "roslovets/SP110E-HASS", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "42fd56b", "last_release_tag": "v1.0.0", "last_updated": "2021-11-27T16:32:27Z", "name": "sp110e", "new": false, "repository_manifest": {"name": "SP110E RGB LED BLE Controller Integration", "domains": ["light"], "homeassistant": "2021.11.0", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["ble", "hass", "home-assistant", "integration", "rgb", "sp110e"], "version_installed": null, "last_fetched": 1642004684.579916}, "222687548": {"authors": ["@dwainscheeren"], "category": "integration", "description": "An auto generating Home Assistant Lovelace UI dashboard for desktop, tablet and mobile by Dwains for desktop, tablet, mobile", "domain": "dwains_dashboard", "downloads": 0, "etag_repository": "W/\"26011883da7dbd8edea806b6c84f7e73a56470f2a32675f35a834f860f527e76\"", "full_name": "dwainscheeren/dwains-lovelace-dashboard", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f76b66a", "last_release_tag": "v2.0.5", "last_updated": "2022-01-28T21:49:02Z", "name": "dwains_dashboard", "new": false, "repository_manifest": {"name": "Dwains Dashboard", "render_readme": true, "homeassistant": "2021.5.0"}, "selected_tag": null, "show_beta": false, "stars": 835, "topics": ["dwains-lovelace-dashboard", "home-assistant", "lovelace", "lovelace-ui"], "version_installed": null, "last_fetched": 1643571229.331362}, "405007807": {"authors": [], "category": "integration", "description": "Home Assistant & FoxESS integration. Monitor you photovoltaic installation directly from HA \u2600\ufe0f \u26a1\ufe0f No more need to visit foxesscloud.com \ud83c\udfe1", "domain": "foxess", "downloads": 0, "etag_repository": "W/\"1136e1e503d3fbf6b57e01f74aecf2d5c889f382020f341fb49b6a87ee2b0c97\"", "full_name": "macxq/foxess-ha", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "ec19875", "last_release_tag": "v0.11.2", "last_updated": "2021-12-29T09:52:10Z", "name": "foxess", "new": false, "repository_manifest": {"name": "FoxESS Cloud", "country": ["NO"], "domains": ["energy", "sensor"]}, "selected_tag": null, "show_beta": false, "stars": 10, "topics": ["energy-monitor", "foxess", "hacktoberfest", "hacs", "home-assistant", "home-automation", "homeassistant", "photovoltaics", "pv", "smarthome"], "version_installed": null, "last_fetched": 1642094200.762908}, "432522624": {"authors": ["@Aohzan"], "category": "integration", "description": "IPX800 V5 integration for Home-Assistant", "domain": "ipx800v5", "downloads": 0, "etag_repository": "W/\"0082e1f4ea05b3e595f2ddc03dd4ca68fe8c2ab06ef053e8094fec5602d53a56\"", "full_name": "Aohzan/ipx800v5", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1fe572c", "last_release_tag": "0.4.0", "last_updated": "2022-01-07T13:10:05Z", "name": "ipx800v5", "new": false, "repository_manifest": {"name": "GCE IPX800 V5", "country": ["FR"], "domains": ["switch", "light", "cover", "sensor", "binary_sensor", "climate", "number", "button"], "render_readme": true, "iot_class": ["Local Polling"]}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["gce-electronics", "home-assistant", "home-assistant-integration", "ipx800"], "version_installed": null, "last_fetched": 1642851538.014961}, "431440766": {"authors": ["@LAB02-Admin"], "category": "integration", "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/\"1fc7b7441469d244cfb0f071d7bbba2539f3afa68a151114a02dd1e8ff127a1f\"", "full_name": "LAB02-Research/HASS.Agent-Notifier", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "948f646", "last_release_tag": "v2021.12.21", "last_updated": "2022-01-19T11:00:15Z", "name": "hass_agent_notifier", "new": false, "repository_manifest": {"name": "HASS.Agent Notifier", "domains": ["notify"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": ["hacs", "home-assistant", "integration", "notifications"], "version_installed": null, "last_fetched": 1643571237.516202}, "398601732": {"authors": ["@thomasprior"], "category": "integration", "description": "Provides data from Flexpool.io on a specified miner.", "domain": "flexpoolinfo", "downloads": 0, "etag_repository": "W/\"c242a4d10e7799790f21531b154e14a785ae96d80b7e2af37cf31c453bed0a24\"", "full_name": "ThomasPrior/FlexpoolInfo", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a55e32c", "last_release_tag": "v1.0.0", "last_updated": "2022-01-12T15:58:14Z", "name": "flexpoolinfo", "new": false, "repository_manifest": {"name": "FlexpoolInfo", "content_in_root": false, "render_readme": true, "domains": ["sensor"], "homeassistant": "0.100.0", "iot_class": "cloud_poll"}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["flexpool", "flexpool-api", "hacs", "homeassistant", "miner", "statistics"], "version_installed": null, "last_fetched": 1642431017.243705}, "334925385": {"authors": ["@weltenwort"], "category": "integration", "description": "A Home Assistant custom component to integrate with RCT Power inverters.", "domain": "rct_power", "downloads": 0, "etag_repository": "W/\"634ece0e28186bf560f7aeb5d6ae258e0c4425e56f8c637a1f910621f32ac098\"", "full_name": "weltenwort/home-assistant-rct-power-integration", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c63790a", "last_release_tag": "v0.9.2", "last_updated": "2021-12-27T18:10:48Z", "name": "rct_power", "new": false, "repository_manifest": {"name": "RCT Power", "hacs": "1.6.0", "domains": ["binary_sensor", "sensor"], "iot_class": "Local Polling", "homeassistant": "2021.12.0"}, "selected_tag": null, "show_beta": false, "stars": 10, "topics": ["custom-component", "custom-components", "home-assistant", "homeassistant", "rct-power"], "version_installed": null, "last_fetched": 1642004689.108498}, "380367845": {"authors": ["@fuatakgun"], "category": "integration", "description": "Home Assistant integration to manage Eufy Security devices as cameras, home base stations, doorbells, motion and contact sensors.", "domain": "eufy_security", "downloads": 0, "etag_repository": "W/\"7daed113d4919f5a25c6a68e4432acdd1c1635eadeecbe6d850b64fdf5bd3b99\"", "full_name": "fuatakgun/eufy_security", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "091bc2e", "last_release_tag": "v2.2.3", "last_updated": "2022-01-24T19:33:08Z", "name": "eufy_security", "new": false, "repository_manifest": {"name": "Eufy Security", "render_readme": true, "content_in_root": false}, "selected_tag": null, "show_beta": false, "stars": 170, "topics": ["camera", "eufy", "eufycam", "eufysecurity", "home-assistant", "homeassistant", "homeassistant-integration", "rtsp", "security"], "version_installed": null, "last_fetched": 1643571231.631891}, "432591899": {"authors": [], "category": "integration", "description": "Home Assistant switch integration to control MicroBot Push", "domain": "microbot_push", "downloads": 0, "etag_repository": "W/\"4037c0a154619911b8c54ff3ce848842db85f436186d4f9f6f29c46363524a30\"", "full_name": "spycle/microbot_push", "first_install": true, "installed_commit": null, "installed": false, "last_commit": null, "last_release_tag": "v0.0.4", "last_updated": 0, "name": "microbot_push", "new": false, "repository_manifest": {"name": "MicroBot Push", "domains": ["switch"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 0, "topics": ["home-assistant", "microbot-push"], "version_installed": null}, "439467929": {"authors": ["@nbogojevic"], "category": "integration", "description": "This Home Assistant custom component adding support for controlling Midea air conditioners and dehumidifiers on local network. ", "domain": "midea_dehumidifier_lan", "downloads": 0, "etag_repository": "W/\"efd3137ccf6ea425caffae2938e51ef9a50a9da6bd9834c246def639d886e855\"", "full_name": "nbogojevic/homeassistant-midea-air-appliances-lan", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9cc3558", "last_release_tag": "v0.5.0", "last_updated": "2022-01-22T01:19:02Z", "name": "midea_dehumidifier_lan", "new": false, "repository_manifest": {"name": "Midea Dehumidifier (LAN)", "version": "0.5.0", "domains": ["binary_sensor", "humidifier", "fan", "sensor", "switch"], "homeassistant": "2021.12.0"}, "selected_tag": null, "show_beta": false, "stars": 16, "topics": ["air-conditioner", "airconditioning", "dehumidifier", "hass", "home-assistant", "midea"], "version_installed": null, "last_fetched": 1642851542.467849}, "250498561": {"authors": ["@briis"], "category": "integration", "description": "SecuritySpy Integration for Home Assistant with Camera Streams and Motion Detection", "domain": "securityspy", "downloads": 0, "etag_repository": "W/\"08deaeeed9d52716d71772af05251a7f791ec559528edac3335d9ea794433704\"", "full_name": "briis/securityspy", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "8c4a903", "last_release_tag": "v1.1.1", "last_updated": "2022-01-28T14:26:49Z", "name": "securityspy", "new": false, "repository_manifest": {"name": "SecuritySpy for Home Assistant", "render_readme": true, "homeassistant": "2021.11.0", "domains": ["sensor", "binary_sensor", "camera", "switch"], "iot_class": "Local Push"}, "selected_tag": null, "show_beta": false, "stars": 19, "topics": ["home-assistant", "home-assistant-component", "homeassistant", "python", "securityspy"], "version_installed": null, "last_fetched": 1643571223.697515}, "292390011": {"authors": ["@edwork"], "category": "integration", "description": "A platform which allows you to get current and past ride data from Peloton into HomeAssistant", "domain": "peloton", "downloads": 0, "etag_repository": "W/\"18106e347266c9a6013a16ec9bee191830915b2a32ac2fbdd75aa3f32deae835\"", "full_name": "edwork/homeassistant-peloton-sensor", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "96974ba", "last_release_tag": "0.7.1", "last_updated": "2022-01-07T06:02:11Z", "name": "peloton", "new": false, "repository_manifest": {"name": "Peloton Sensor", "content_in_root": false, "domains": ["sensor"], "iot_class": "cloud_poll", "zip_release": true, "filename": "peloton-sensor.zip", "homeassistant": "0.100.0"}, "selected_tag": null, "show_beta": false, "stars": 45, "topics": ["homeassistant", "homeassistant-integration", "peloton", "peloton-api", "peloton-client"], "version_installed": null, "last_fetched": 1642520529.543856}, "425931056": {"authors": ["@dahlb"], "category": "integration", "description": "A Home Assistant HACS integration that supports Kia Connect(Uvo). The integration supports the USA.", "domain": "ha_kia_hyundai", "downloads": 0, "etag_repository": "W/\"6382fa0ed5cd198f5c789027ac7fc56bd5cd58428a48e1a9cf6aa3be33a0f1ed\"", "full_name": "dahlb/ha_kia_hyundai", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2f2809d", "last_release_tag": "v1.5.0", "last_updated": "2022-01-17T00:17:28Z", "name": "ha_kia_hyundai", "new": false, "repository_manifest": {"name": "HA Kia/Hyundai", "render_readme": true, "content_in_root": false, "country": ["US", "CA"], "homeassistant": "2021.10.0b0", "domains": ["lock", "sensor", "binary_sensor", "device_tracker"]}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["car", "homeassistant", "homeassistant-integration", "kia", "python3", "uvo"], "version_installed": null, "last_fetched": 1642431021.436947}, "137126619": {"authors": ["@davesmeghead"], "category": "integration", "description": "Visonic Custom Component for integration with Home Assistant", "domain": "visonic", "downloads": 0, "etag_repository": "W/\"c999c2c6ca5afa0cba8f82ebdee872aaf920133f76d332a78fd68fd224bd4a6b\"", "full_name": "davesmeghead/visonic", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b5f6ed7", "last_release_tag": "0.6.13.0", "last_updated": "2022-01-09T09:48:58Z", "name": "visonic", "new": false, "repository_manifest": {"name": "Visonic Intruder Alarm - PowerMax and PowerMaster Series", "domains": ["alarm_control_panel", "binary_sensor", "switch", "select"], "homeassistant": "2021.12.0", "render_readme": false}, "selected_tag": null, "show_beta": false, "stars": 52, "topics": ["home-assistant", "homeassistant", "integration", "visonic"], "version_installed": null, "last_fetched": 1641896049.343495}, "344446335": {"authors": ["@RogerSelwyn"], "category": "integration", "description": "Office 365 integration for Home Assistant", "domain": "o365", "downloads": 600, "etag_repository": "W/\"4ac54a24df0b336154fc263812bdece2593f363c956d9bdf9b8b0bab4092a24d\"", "full_name": "RogerSelwyn/O365-HomeAssistant", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b599ee2", "last_release_tag": "v2.2.8", "last_updated": "2022-01-19T13:05:53Z", "name": "o365", "new": false, "repository_manifest": {"name": "Office 365 Integration", "zip_release": true, "filename": "o365.zip", "homeassistant": "0.103", "content_in_root": false, "domains": ["calendar"], "persistent_directory": ".O365-token-cache", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 20, "topics": ["home-assistant", "microsoft", "o365"], "version_installed": null, "last_fetched": 1643571246.53547}, "441738040": {"authors": [], "category": "theme", "description": "\ud83c\udfa8 A new, simple soft theme for Home Assistant.", "domain": "", "downloads": 0, "etag_repository": "W/\"846762683963f7712ba5c26517ec30f45a0d3760f56588b8c4229a8da43fb198\"", "full_name": "KTibow/lovelace-soft-theme", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "352c533", "last_release_tag": null, "last_updated": "2021-12-25T19:04:42Z", "name": "lovelace-soft-theme", "new": false, "repository_manifest": {"name": "Soft Theme", "render_readme": true, "homeassistant": "2021.6", "country": ["US"]}, "selected_tag": null, "show_beta": false, "stars": 16, "topics": ["hacktoberfest", "hacs", "home-assistant", "homeassistant", "soft-ui", "theme", "themes"], "version_installed": null, "last_fetched": 1642851544.881679}, "441028036": {"authors": ["@valleedelisle"], "category": "integration", "description": "Home Assistant Hilo Integration via HACS", "domain": "hilo", "downloads": 0, "etag_repository": "W/\"ec334ce031a72b737b7d443c412cdf9f6ab558941bbf0bd9640aa26ae2532d0d\"", "full_name": "dvd-dev/hilo", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "53a6872", "last_release_tag": "v2022.1.23", "last_updated": "2022-01-26T08:38:38Z", "name": "hilo", "new": false, "repository_manifest": {"name": "Hilo", "hacs": "1.6.0", "domains": ["climate", "sensor", "light", "utility_meter"], "country": ["CA"], "homeassistant": "2021.12.7"}, "selected_tag": null, "show_beta": false, "stars": 32, "topics": ["hilo", "home-assistant", "home-automation", "home-automation-system", "hydro-quebec", "signalr-client"], "version_installed": null, "last_fetched": 1643571229.364777}, "424346523": {"authors": ["@9a4gl"], "category": "integration", "description": "Home Assistant custom component integration for Centrometal Boiler System", "domain": "centrometal_boiler", "downloads": 0, "etag_repository": "W/\"585f24e684a81b9afc21e95387eccc30f47d0458bd79a149367c7d138efc5a17\"", "full_name": "9a4gl/hass-centrometal-boiler", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6f4035b", "last_release_tag": "0.0.10", "last_updated": "2022-01-04T19:20:56Z", "name": "centrometal_boiler", "new": false, "repository_manifest": {"name": "Centrometal Boiler System", "domains": ["sensor", "switch", "binary_sensor"], "render_readme": true, "homeassistant": "2021.11.3", "iot_class": "Cloud Push"}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["centrometal", "hass", "hassio", "home-assistant", "homeassistant", "peltec"], "version_installed": null, "last_fetched": 1641470671.652981}, "437989480": {"authors": [], "category": "plugin", "description": "Lovelace Centrometal Boiler Card", "domain": "", "downloads": 0, "etag_repository": "W/\"620418477b3f1e88c83f779cb5ae636acda726b29e8beb927c414ae44a91c36e\"", "full_name": "9a4gl/lovelace-centrometal-boiler-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": null, "last_release_tag": "0.0.7", "last_updated": 0, "name": "lovelace-centrometal-boiler-card", "new": false, "repository_manifest": {"name": "Centrometal Boiler Display Card", "render_readme": true, "homeassistant": "2021.11.3", "filename": "centrometal-boiler-card.js"}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["centrometal", "hass", "hassio", "home-assistant", "homeassitant", "lovelace", "pellet", "peltec"], "version_installed": null}, "413680511": {"authors": ["@widewing"], "category": "integration", "description": "Home Assistant integration for Toyota Motor (North America) connected services", "domain": "toyota_na", "downloads": 124, "etag_repository": "W/\"d5bf452eef2fcd73751b8cda499c336ba98a61534bdba210a634a5a515bdb0de\"", "full_name": "widewing/ha-toyota-na", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a3860dd", "last_release_tag": "v1.1.0", "last_updated": "2022-01-22T22:56:31Z", "name": "toyota_na", "new": false, "repository_manifest": {"name": "Toyota (North America)", "domains": ["device_tracker", "sensor"], "homeassistant": "2021.12.0", "iot_class": ["Cloud Polling"], "render_readme": true, "zip_release": true, "filename": "ha_toyota_na.zip"}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": ["car", "home-assistant", "toyota", "vehicle"], "version_installed": null, "last_fetched": 1643571252.151198}, "441920613": {"authors": ["@klejejs"], "category": "integration", "description": "Thermia Heat Pump Integration for Home Assistant", "domain": "thermia", "downloads": 0, "etag_repository": "W/\"4a11c8e865fa21b75a322e4eeb87d990162d5fcc121fef2d3fa4168603567fd4\"", "full_name": "klejejs/ha-thermia-heat-pump-integration", "first_install": true, "installed_commit": null, "installed": false, "last_commit": null, "last_release_tag": "2.3", "last_updated": 0, "name": "thermia", "new": false, "repository_manifest": {"name": "Thermia Heat Pump", "render_readme": true, "domains": ["sensor", "water_heater"]}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["heat-pump", "home-assistant", "integration", "thermia"], "version_installed": null}, "441942093": {"authors": ["@jugla", "@baqs"], "category": "integration", "description": "Home Assistant component to handle key atome (linky)", "domain": "keyatome", "downloads": 0, "etag_repository": "W/\"7525d03b5fdbf483124761dcd31ad889bafd226ba6d257effbf24c1e72809ff1\"", "full_name": "jugla/keyatome", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e99a729", "last_release_tag": "V4.1.1", "last_updated": "2022-01-30T12:31:20Z", "name": "keyatome", "new": false, "repository_manifest": {"name": "keyatome", "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["atome", "hacs", "home-assistant", "keyatome", "linky"], "version_installed": null, "last_fetched": 1643571235.861887}, "432938956": {"authors": [], "category": "appdaemon", "description": "Qolsys IQ Panel 2+ gateway to an Home Assistant Alarm Control Panel", "domain": "", "downloads": 0, "etag_repository": "W/\"0b1bf1ed33cadd141f41e19ec50dfd5921d363c492400057ab4391a2a62d27f6\"", "full_name": "XaF/qolsysgw", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "dbeb93a", "last_release_tag": null, "last_updated": "2022-01-11T23:52:03Z", "name": "qolsysgw", "new": false, "repository_manifest": {"name": "Qolsys Gateway", "content_in_root": false, "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["appdaemon", "automation", "hacs", "home-assistant", "home-automation", "qolsys"], "version_installed": null, "last_fetched": 1642851548.925548}, "440374794": {"authors": [], "category": "plugin", "description": "A card for Home Assistant Lovelace for exploring the history of your entities interactively and in real time.", "domain": "", "downloads": 997, "etag_repository": "W/\"c73d00d33e25a4a5cc25316a49679863e4cae90882cdcbd89d7a552f30fc0c95\"", "full_name": "alexarch21/history-explorer-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4adb18b", "last_release_tag": "v1.0.14", "last_updated": "2022-01-27T22:54:16Z", "name": "history-explorer-card", "new": false, "repository_manifest": {"name": "history-explorer-card", "filename": "history-explorer-card.js"}, "selected_tag": null, "show_beta": false, "stars": 25, "topics": ["history", "home-assistant", "homeassistant", "lovelace"], "version_installed": null, "last_fetched": 1643571253.386083}, "443651710": {"authors": [], "category": "theme", "description": "A dark teal theme for HomeAssistant.", "domain": "", "downloads": 0, "etag_repository": "W/\"548b82076c02f68ddd9e18d87dac681ce5ca83d1b241ab698df28d0e3ab345a1\"", "full_name": "Neekster/MidnightTeal", "first_install": true, "installed_commit": null, "installed": false, "last_commit": null, "last_release_tag": "v1.7", "last_updated": 0, "name": "MidnightTeal", "new": false, "repository_manifest": {"name": "Midnight Teal", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 0, "topics": ["dark-theme", "hacs", "homeassistant", "theme"], "version_installed": null}, "413812496": {"authors": [], "category": "plugin", "description": "Highly customisable Lovelace card to display interactive graphs. Brings scrolling, zooming, and much more!", "domain": "", "downloads": 0, "etag_repository": "W/\"848e779811bd86cbb920a496c1079c5d2925a5a84cfb48da9bf773e755588910\"", "full_name": "dbuezas/lovelace-plotly-graph-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2449036", "last_release_tag": "v1.1.4", "last_updated": "2022-01-23T19:12:44Z", "name": "lovelace-plotly-graph-card", "new": false, "repository_manifest": {"name": "Plotly Graph Card", "render_readme": true, "filename": "plotly-graph-card.js"}, "selected_tag": null, "show_beta": false, "stars": 24, "topics": ["graphs", "history", "lovelace-custom-card", "navigate", "plotly", "plotlyjs", "plots", "scroll", "zoom"], "version_installed": null, "last_fetched": 1643571256.335753}, "426814988": {"authors": ["@aneeshd"], "category": "integration", "description": "HA sensor that returns a string based on a defined schedule", "domain": "schedule_state", "downloads": 0, "etag_repository": "W/\"8026c591dc9fa1c2b1e446b564cf1e72c6e7e6270db318805d1912511220e05a\"", "full_name": "aneeshd/schedule_state", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "eda8a1c", "last_release_tag": null, "last_updated": "2022-01-30T15:17:53Z", "name": "schedule_state", "new": false, "repository_manifest": {"name": "Schedule State", "render_readme": true, "iot_class": "calculated"}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["automation", "custom-component", "home-assistant", "homeassistant", "python", "scheduler", "timetable"], "version_installed": null, "last_fetched": 1643571221.300292}, "445609628": {"authors": ["@Soloam"], "category": "integration", "description": "PID Controller to Home Assistant", "domain": "pid_controller", "downloads": 0, "etag_repository": "W/\"55bdbc77c7176a8c3f40d63296e523673eb083ce7ac0ce02e68a7bad5b990e44\"", "full_name": "soloam/ha-pid-controller", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "8d51b88", "last_release_tag": "v1.0.0", "last_updated": "2022-01-24T16:38:20Z", "name": "pid_controller", "new": false, "repository_manifest": {"name": "PID Controller", "homeassistant": "2021.9", "render_readme": true, "domains": ["sensor"], "persistent_directory": "codes", "iot_class": "Assumed State"}, "selected_tag": null, "show_beta": false, "stars": 13, "topics": ["hacs", "homeassistant", "integration", "pid", "python", "thermostat"], "version_installed": null, "last_fetched": 1643571248.334392}, "443529332": {"authors": ["@ardevd"], "category": "integration", "description": "Home Assistant integration for the Bobcat Helium Miner", "domain": "bobcatminer", "downloads": 0, "etag_repository": "W/\"1d88d2d6a430d82cdc798e8bed721c15fcf6abf75f1c3e82a09aad8beea9e7e6\"", "full_name": "ardevd/ha-bobcatminer", "first_install": true, "installed_commit": null, "installed": false, "last_commit": null, "last_release_tag": "v0.5.0", "last_updated": 0, "name": "bobcatminer", "new": false, "repository_manifest": {"name": "Bobcat Miner Sensor for Home Assistant", "content_in_root": false, "render_readme": true, "iot_class": "cloud_polling"}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["bobcatminer", "cryptocurrency", "helium", "mining"], "version_installed": null}, "419786466": {"authors": ["@WillCodeForCats"], "category": "integration", "description": "A Home Assistant integration for SolarEdge inverters. Connects locally using Modbus/TCP to single or multiple inverters, including meters.", "domain": "solaredge_modbus", "downloads": 0, "etag_repository": "W/\"8a4678fac1168f8b1b715dd65d21f861859e8bae18808bad62d6a2509fc3b78a\"", "full_name": "WillCodeForCats/solaredge-modbus-multi", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "02f80f7", "last_release_tag": "v1.1.3", "last_updated": "2022-01-26T21:45:55Z", "name": "solaredge_modbus", "new": false, "repository_manifest": {"name": "Solaredge Modbus Multi-Inverter", "content_in_root": false, "domains": ["sensor"], "homeassistant": "2021.12.0", "render_readme": false}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": ["hacs-default", "hacs-integration", "home-automation", "homeassistant", "homeassistant-integration", "modbus-tcp", "solaredge", "solaredge-inverter"], "version_installed": null, "last_fetched": 1643571252.255399}, "432434646": {"authors": ["@guerrerotook"], "category": "integration", "description": "This repository contains the new securitas direct API that can be integrated in Home Assistant", "domain": "securitas", "downloads": 0, "etag_repository": "W/\"544c902802baec145a2fd7eac1b5b0a3dbd5dcaab2acd8af888c09b9aabc81ed\"", "full_name": "guerrerotook/securitas-direct-new-api", "first_install": true, "installed_commit": null, "installed": false, "last_commit": null, "last_release_tag": "v1.0.0.0", "last_updated": 0, "name": "securitas", "new": false, "repository_manifest": {"name": "Securitas Direct Alarm", "content_in_root": false, "domains": ["sensor", "alarm_control_panel"], "iot_class": "cloud_poll", "homeassistant": "2021.9.0"}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": ["home-assistant", "home-automation", "homeassistant"], "version_installed": null}, "448355900": {"authors": [], "category": "theme", "description": "Inspired by the color schemes of Xayah & Rakan. Still work-in-progress, feedback is much appreciated!", "domain": "", "downloads": 0, "etag_repository": "W/\"462aba0990aa140bda64a747f536b3c50285b62d3dc920a08ff46e44f1c8e1e2\"", "full_name": "SnakeFist007/ha_vastayan_bond", "first_install": true, "installed_commit": null, "installed": false, "last_commit": null, "last_release_tag": "v1.3", "last_updated": 0, "name": "ha_vastayan_bond", "new": false, "repository_manifest": {"name": "Vastayan Bond", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["bond", "home-assistant", "rakan", "theme", "vastayan", "xayah"], "version_installed": null}, "449416816": {"authors": [], "category": "plugin", "description": "Home Assistant custom lovelace sonos card", "domain": "", "downloads": 0, "etag_repository": "W/\"77647989ab5bc80605afc13cb44a5c2c8d1d80405173794095afba7904946f59\"", "full_name": "johanfrick/custom-sonos-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": null, "last_release_tag": null, "last_updated": 0, "name": "custom-sonos-card", "new": false, "repository_manifest": {"name": "Sonos Card", "render_readme": true, "filename": "custom-sonos-card.js"}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["hacs", "home-assistant", "lovelace-custom-card", "media-player", "sonos"], "version_installed": null}, "452251255": {"authors": [], "category": "plugin", "description": "Control your browser from a Home Assistant lovelace card: full screen, disable screen lock, zoom...", "domain": "", "downloads": 0, "etag_repository": "W/\"6ad8b96a3dfed4e6ab41a430f721967cf5ebf8aff7deec3bf08ef8f60d67f46b\"", "full_name": "mathoudebine/homeassistant-browser-control-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": null, "last_release_tag": "v1.0", "last_updated": 0, "name": "homeassistant-browser-control-card", "new": false, "repository_manifest": {"name": "Browser Control Card", "content_in_root": true, "filename": "browser-control-card.js", "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 0, "topics": ["browser", "browser-control", "card", "custom-card", "fullscreen", "hacs", "home-assistant", "homeassistant", "lock", "lovelace", "refresh", "reload", "sleep", "wake-on-lan", "zoom"], "version_installed": null}, "449218690": {"authors": [], "category": "plugin", "description": "Thermal Comfort custom icons for Home Assistant to accompany the MDI icons", "domain": "", "downloads": 0, "etag_repository": "W/\"7bba4d65db8e7dfa34da3c6cd482998ebfa52c4687b13c297e5d4fbc9139acd0\"", "full_name": "rautesamtr/thermal_comfort_icons", "first_install": true, "installed_commit": null, "installed": false, "last_commit": null, "last_release_tag": "1.3.0", "last_updated": 0, "name": "thermal_comfort_icons", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": ["absolute-humidity", "dew-point", "dew-point-perception", "frost-point", "frost-risk", "hacs", "heat-index", "home-assistant", "homeassistant", "icons", "iconset", "simmer-index", "simmer-zone", "thermal-perception"], "version_installed": null}, "442001863": {"authors": ["@amosyuen"], "category": "integration", "description": "Home Assistant TP-Link Deco Custom Component", "domain": "tplink_deco", "downloads": 0, "etag_repository": "W/\"f7d88dc86fa969e09e7bfc04b6afca0b1ae0b8ad9c7bcb647b5366e9cd3e6651\"", "full_name": "amosyuen/ha-tplink-deco", "first_install": true, "installed_commit": null, "installed": false, "last_commit": null, "last_release_tag": "v0.0.2", "last_updated": 0, "name": "tplink_deco", "new": false, "repository_manifest": {"name": "TP-Link Deco", "hacs": "1.6.0", "domains": ["device_tracker"], "iot_class": "Local Polling", "homeassistant": "0.118.0", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 11, "topics": ["hacs-integration", "home-assistant-custom", "home-automation", "homeassistant", "python", "router", "tp-link"], "version_installed": null}, "380330823": {"authors": ["@augustas2"], "category": "integration", "description": "Home Assistant custom component for Eldes Alarm system", "domain": "eldes_alarm", "downloads": 0, "etag_repository": "W/\"c78b87f44b1613a3f8ba3800d8010ebbb9b83925eec3ceb4dac64cf748d1069e\"", "full_name": "augustas2/eldes", "first_install": true, "installed_commit": null, "installed": false, "last_commit": null, "last_release_tag": "v1.0.0", "last_updated": 0, "name": "eldes_alarm", "new": false, "repository_manifest": {"name": "Eldes Alarm", "domains": ["alarm_control_panel", "binary_sensor", "sensor", "switch"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 0, "topics": ["alarm", "alarm-panel", "alarm-system", "eldes", "esim364", "esim384", "output", "pitbull-alarm-pro", "sensor", "switch"], "version_installed": null}, "450192057": {"authors": ["@clusterm"], "category": "integration", "description": "Redmond SkyKettle integration for Home Assistant", "domain": "skykettle", "downloads": 0, "etag_repository": "W/\"ab91f0ef59f23ba187df2caecdb04f97c462f3c8df67c261d1a1608c50123a5b\"", "full_name": "ClusterM/skykettle-ha", "first_install": true, "installed_commit": null, "installed": false, "last_commit": null, "last_release_tag": "v1.0", "last_updated": 0, "name": "skykettle", "new": false, "repository_manifest": {"name": "SkyKettle", "homeassistant": "2021.12.3", "render_readme": true, "country": ["RU"]}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": ["kettle", "redmond", "skykettle"], "version_installed": null}, "447307317": {"authors": ["@bruxy70"], "category": "integration", "description": "\ud83d\udcc5 Custom Home Assistant integration for public holidays - also used for garbage_collection integration to automatically move scheduled events that fall on a public holiday (by an automation blueprint)", "domain": "holidays", "downloads": 0, "etag_repository": "W/\"d65974e886a425b9b97a53cbd0bc189b54842bbfa1d4331f045dfbb92b2f5f85\"", "full_name": "bruxy70/Holidays", "first_install": true, "installed_commit": null, "installed": false, "last_commit": null, "last_release_tag": "1.4", "last_updated": 0, "name": "holidays", "new": false, "repository_manifest": {"name": "Holidays", "zip_release": true, "filename": "holidays.zip", "domains": ["calendar"], "homeassistant": "0.110.0"}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["calendar", "country-holidays", "garbage-collection", "hacs", "holidays", "home-assistant", "homeassistant", "public-holidays"], "version_installed": null}, "441294260": {"authors": ["@c-st"], "category": "integration", "description": "\ud83e\udd16 A custom component for Home Assistant which automates your areas.", "domain": "auto_areas", "downloads": 0, "etag_repository": "W/\"0301c0b8b846299c23db5e307267d98ff9c49901b67621490ee633092780b664\"", "full_name": "c-st/auto_areas", "first_install": true, "installed_commit": null, "installed": false, "last_commit": null, "last_release_tag": "v1.0.0", "last_updated": 0, "name": "auto_areas", "new": false, "repository_manifest": {"name": "Auto Areas", "render_readme": true, "iot_class": "local_push"}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["custom-component", "home-assistant", "home-assistant-custom", "home-automation"], "version_installed": null}, "431901513": {"authors": [], "category": "plugin", "description": "This card wraps any other cards and renders a fluid background behind them.", "domain": "", "downloads": 0, "etag_repository": "W/\"b86f7faa92fe976145e543a50644bc0ea773262f046dcef694c8b364683c3613\"", "full_name": "swingerman/lovelace-fluid-level-background-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": null, "last_release_tag": "v0.0.1-beta5", "last_updated": 0, "name": "lovelace-fluid-level-background-card", "new": false, "repository_manifest": {"name": "Fluid LEvel Background Card", "render_readme": true, "filename": "fluid-level-background-card.js"}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["custom-card", "home-assistant", "lovelace-card"], "version_installed": null}, "440617082": {"authors": ["@elahd"], "category": "integration", "description": "Home Assistant integration for NYC trash collection, school, and alternate side parking schedules.", "domain": "nyc311", "downloads": 0, "etag_repository": "W/\"3fe382a1e37ecee0be582d7cee45bebbcdab81c41789817ef79a53c79af69e76\"", "full_name": "elahd/ha-nyc311", "first_install": true, "installed_commit": null, "installed": false, "last_commit": null, "last_release_tag": "2022.1", "last_updated": 0, "name": "nyc311", "new": false, "repository_manifest": {"name": "NYC 311 Public Services Calendar", "content_in_root": false, "render_readme": true, "domains": ["sensor", "binary_sensor"], "country": ["US"]}, "selected_tag": null, "show_beta": false, "stars": 0, "topics": ["community", "government-data", "home-assistant", "home-automation", "integration", "nyc", "nyc-opendata"], "version_installed": null}, "267583249": {"authors": ["@hultenvp"], "category": "integration", "description": "Home Assistant Omnik Solar sensor component", "domain": "omnik", "downloads": 0, "etag_repository": "W/\"432e52cf63422c2f9408c91f2724b346a992ef309f6152ba3011339152ba8fc5\"", "full_name": "hultenvp/home_assistant_omnik_solar", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "0ecf4a8", "last_release_tag": "v0.1.0", "last_updated": "2022-01-29T20:42:45Z", "name": "omnik", "new": false, "repository_manifest": {"name": "Omnik Solar integration", "content_in_root": false, "render_readme": false, "homeassistant": "2021.9", "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["hacs", "home-assistant", "home-assistant-component", "homeassistant", "omnik", "solar"], "version_installed": null, "last_fetched": 1643571233.295326}, "447878635": {"authors": ["@IATkachenko"], "category": "integration", "description": "Yandex weather intergration for Home Assistant", "domain": "yandex_weather", "downloads": 0, "etag_repository": "W/\"297608a8fb35e4065aa2af16e898b5e0020900bb98eba8a570dca143a715d9e8\"", "full_name": "IATkachenko/HA-YandexWeather", "first_install": true, "installed_commit": null, "installed": false, "last_commit": null, "last_release_tag": "v0.5.1", "last_updated": 0, "name": "yandex_weather", "new": false, "repository_manifest": {"name": "Yandex weather", "country": ["RU"], "render_readme": false, "domains": ["yandex_weather"], "zip_release": true, "filename": "yandex_weather.zip", "homeassistant": "2021.12.0"}, "selected_tag": null, "show_beta": false, "stars": 7, "topics": ["homeassistant-integration", "python", "weather", "yandex-weather"], "version_installed": null}, "451209586": {"authors": ["@J-Lindvig"], "category": "integration", "description": "\ud83c\udde9\ud83c\uddf0 Official flagdays in Denmark with a lot of useful logic and attributes. It is possible to add your own anniversaries \ud83c\udf82 or special flags \ud83c\udff3\ufe0f\u200d\ud83c\udf08 \ud83c\udff4\u200d\u2620\ufe0f", "domain": "flagdays_dk", "downloads": 0, "etag_repository": "W/\"2bf80327ca310d1e5da67bc8936a55e2fa31955d9fed0ebca3fffcbd152dd7bf\"", "full_name": "J-Lindvig/Flagdays_DK", "first_install": true, "installed_commit": null, "installed": false, "last_commit": null, "last_release_tag": "v1.5.4", "last_updated": 0, "name": "flagdays_dk", "new": false, "repository_manifest": {"name": "Flagdays DK", "country": ["DK"], "render_readme": true, "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["anniversaries", "denmark", "flagdays", "hacs", "hacs-default", "hacs-integration", "homeassistant", "pride"], "version_installed": null}, "448980525": {"authors": ["@mdeweerd"], "category": "integration", "description": "\ud83e\uddf0 Zigbee Home Assistant Toolkit - service for \"rare\" Zigbee operations using ZHA on Home Assistant", "domain": "zha_toolkit", "downloads": 0, "etag_repository": "W/\"1062d982e32f802e5736410f08b7e226cdf3e659f910e53ae1bc38d8c4a0a8f4\"", "full_name": "mdeweerd/zha-toolkit", "first_install": true, "installed_commit": null, "installed": false, "last_commit": null, "last_release_tag": "v0.5.8", "last_updated": 0, "name": "zha_toolkit", "new": false, "repository_manifest": {"name": "\ud83e\uddf0 ZHA Toolkit - Service for advanced Zigbee Usage", "content_in_root": false, "zip_release": true, "render_readme": true, "domains": ["zha"], "persistent_directory": "local", "homeassistant": "2021.1"}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": ["home-assistant", "home-assistant-component", "home-assistant-hacs", "zha", "zigbee", "zigpy"], "version_installed": null}, "446609758": {"authors": ["@MesserschmittX"], "category": "integration", "description": "Home Assistant integration for Nicehash Excavator miner API", "domain": "nicehash_excavator", "downloads": 0, "etag_repository": "W/\"3c731aa3ad39d39ebd91685ce8fbd70dbc4274082d1f7128eef5fedb663409f4\"", "full_name": "MesserschmittX/ha-nicehash-excavator-monitor", "first_install": true, "installed_commit": null, "installed": false, "last_commit": null, "last_release_tag": "v0.0.3", "last_updated": 0, "name": "nicehash_excavator", "new": false, "repository_manifest": {"name": "Nicehash Excavator API", "domains": ["sensor"], "render_readme": true, "homeassistant": "2021.12.1"}, "selected_tag": null, "show_beta": false, "stars": 0, "topics": ["excavator", "mining", "nicehash"], "version_installed": null}, "319401286": {"authors": ["@peribeir"], "category": "integration", "description": "This custom integration provides access to Rademacher Devices connected to a HomePilot (or Start2Smart) bridge.", "domain": "rademacher", "downloads": 0, "etag_repository": "W/\"b217aa9f1590d96a26f8ad6f24756dfd0b21d18d3059d9e7d7dc71c55b0e1bc0\"", "full_name": "peribeir/homeassistant-rademacher", "first_install": true, "installed_commit": null, "installed": false, "last_commit": null, "last_release_tag": "v1.3.6", "last_updated": 0, "name": "rademacher", "new": false, "repository_manifest": {"name": "Rademacher HomePilot Bridge", "domains": ["cover", "button", "switch", "sensor", "binary_sensor"], "zip_release": true, "filename": "rademacher.zip", "content_in_root": false, "country": ["PT"], "homeassistant": "2021.12.8"}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": ["home-assistant", "home-automation", "homeassistant", "homepilot", "iot", "rademacher"], "version_installed": null}, "269113518": {"authors": ["@plamish"], "category": "integration", "description": "Eaton xComfort SHC integration for Home Assistant", "domain": "xcomfort", "downloads": 0, "etag_repository": "W/\"64e8c637fbc8055e4e1380c426f9eb6ed1aace4a1b84cb732ba74132a7e5be53\"", "full_name": "plamish/xcomfort", "first_install": true, "installed_commit": null, "installed": false, "last_commit": null, "last_release_tag": "1.3.2", "last_updated": 0, "name": "xcomfort", "new": false, "repository_manifest": {"name": "xcomfort", "content_in_root": false, "iot_class": "cloud_polling"}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["eaton", "hacs", "homeassistant", "homeassistant-integration", "xcomfort"], "version_installed": null}, "323923603": {"authors": ["@petretiandrea"], "category": "integration", "description": "A custom integration to control Tapo devices from home assistant.", "domain": "tapo", "downloads": 0, "etag_repository": "W/\"1302cae324e30900ff98ce10af0e211735eaeafed4d8aa67aadcc13e580c72db\"", "full_name": "petretiandrea/home-assistant-tapo-p100", "first_install": true, "installed_commit": null, "installed": false, "last_commit": null, "last_release_tag": "v1.2.4", "last_updated": 0, "name": "tapo", "new": false, "repository_manifest": {"name": "Tapo Controller", "hacs": "1.6.0", "domains": ["tapo", "switch", "light"], "iot_class": "Local Polling", "render_readme": true, "homeassistant": "2021.9.0"}, "selected_tag": null, "show_beta": false, "stars": 58, "topics": ["home-assistant", "home-automation", "integration", "p100", "smart-plug", "tapo", "tapo-device", "tapo-light-bulb"], "version_installed": null}, "427902632": {"authors": ["@StephanJoubert"], "category": "integration", "description": "Home Assistant component for Solarman collectors used in DEYE and Sunsynk inverters.", "domain": "solarman", "downloads": 0, "etag_repository": "W/\"399240711b75a1c465dbc92a18eb24d38d1541ba94692b423eedf300220cab1d\"", "full_name": "StephanJoubert/home_assistant_solarman", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "442b19c", "last_release_tag": "v1.0.1", "last_updated": "2022-01-30T10:26:54Z", "name": "solarman", "new": false, "repository_manifest": {"name": "Solarman Integration", "content_in_root": false, "render_readme": false, "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": ["deye", "energy", "home-assistant", "home-automation", "homeassistant", "inverter", "sol-ark", "solar", "solarman", "sunsynk"], "version_installed": null, "last_fetched": 1643571248.88374}, "442181774": {"authors": ["@tadasdanielius"], "category": "integration", "description": "Daikin Altherma custom component for home assistant", "domain": "daikin_altherma", "downloads": 0, "etag_repository": "W/\"ef72ebc7cad7b41c1be79100663154a660ce57d200c9f94fd16319588e47b840\"", "full_name": "tadasdanielius/daikin_altherma", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f62a845", "last_release_tag": "v1.1.2", "last_updated": "2022-01-20T21:04:53Z", "name": "daikin_altherma", "new": false, "repository_manifest": {"name": "Daikin Altherma", "domains": ["number", "select", "sensor", "switch", "water_heater"], "render_readme": true, "iot_class": ["Local Polling"]}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["altherma", "brp069a61", "brp069a62", "daikin", "daikin-altherma", "home-assistant", "home-automation", "homeassistant", "homeassistant-custom-component", "homeassistant-integration"], "version_installed": null, "last_fetched": 1643571249.458335}, "448604854": {"authors": ["@tombrien"], "category": "integration", "description": "A Home Assistant integration to provide sensors for waste collections in Cardiff, UK", "domain": "cardiffwaste", "downloads": 0, "etag_repository": "W/\"fd9ba4e282f8d78b23f66b3bf2fa1c6f3eec0fee8fa286201e9c9c73b572701d\"", "full_name": "TomBrien/cardiffwaste-ha", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1ece956", "last_release_tag": "0.2.0", "last_updated": "2022-01-30T18:50:26Z", "name": "cardiffwaste", "new": false, "repository_manifest": {"name": "Cardiff Waste", "domains": ["sensor"], "homeassistant": "2021.11.0", "render_readme": true, "country": ["GB"]}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["cardiff", "home-assistant", "integration", "python", "waste-collection"], "version_installed": null, "last_fetched": 1643571250.890119}, "389366750": {"authors": ["@tykeal"], "category": "integration", "description": "Rental Control system for Home Assistant", "domain": "rental_control", "downloads": 0, "etag_repository": "W/\"ac3b34e8dcbfb93d28a9cc6921e95b2593cfdc47d5a8a60a8ca2481a725a7a10\"", "full_name": "tykeal/homeassistant-rental-control", "first_install": true, "installed_commit": null, "installed": false, "last_commit": null, "last_release_tag": "v0.5.1", "last_updated": 0, "name": "rental_control", "new": false, "repository_manifest": {"name": "Rental Control", "hacs": "1.13.2", "domains": ["sensor"], "iot_class": "Cloud Polling", "homeassistant": "2021.7.0"}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["airbnb", "hacs", "home-assistant", "ical", "locks", "sensor"], "version_installed": null}, "413798425": {"authors": ["@stokkie90"], "category": "integration", "description": "UI-Lovelace-Minimalist is a \"theme\" for HomeAssistant", "domain": "ui_lovelace_minimalist", "downloads": 897, "etag_repository": "W/\"75b65e792af6b65f77f0e5b4b5856db99239814d1ef90ba95c9cd565f0d356da\"", "full_name": "UI-Lovelace-Minimalist/UI", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e4351c9", "last_release_tag": "v0.0.4", "last_updated": "2022-01-30T14:43:39Z", "name": "ui_lovelace_minimalist", "new": false, "repository_manifest": {"name": "UI Lovelace Minimalist", "render_readme": true, "homeassistant": "2021.5.0", "zip_release": true, "filename": "ui_lovelace_minimalist.zip"}, "selected_tag": null, "show_beta": false, "stars": 288, "topics": ["home-assistant"], "version_installed": null, "last_fetched": 1643571251.710829}} \ No newline at end of file +{"172733314": {"authors": ["@ludeeus"], "category": "integration", "description": "HACS gives you a powerful UI to handle downloads of all your custom needs.", "domain": "hacs", "downloads": 1487, "etag_repository": "W/\"e0be6020b9e49f6c7d3d3c2fe91a78c0cd09775e086e6b0b355e9cedb807931e\"", "full_name": "hacs/integration", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7bf62c4", "last_release_tag": "1.21.0", "last_updated": "2022-01-30T19:45:59Z", "name": "hacs", "new": false, "repository_manifest": {"name": "HACS", "zip_release": true, "hide_default_branch": true, "homeassistant": "2021.9.0", "hacs": "0.19.0", "filename": "hacs.zip"}, "selected_tag": null, "show_beta": false, "stars": 2225, "topics": ["community", "hacktoberfest", "hacs", "home-assistant", "integration", "package-manager", "python"], "version_installed": null, "last_fetched": 1643572195.567812}, "191831638": {"authors": ["@albertogeniola"], "category": "integration", "description": "Custom component that leverages the Meross IoT library to integrate with Homeassistant", "domain": "meross_cloud", "downloads": 0, "etag_repository": "W/\"592e2391290e07789885648c39994bddb8d28f60faddec4a481f4eba6635e8fd\"", "full_name": "albertogeniola/meross-homeassistant", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3114a85", "last_release_tag": "v1.2.0rc2", "last_updated": "2022-01-30T18:15:52Z", "name": "meross_cloud", "new": false, "repository_manifest": {"name": "Meross Integration", "hacs": "1.6.0", "homeassistant": "1.0.0", "domains": ["sensor", "climate", "switch", "cover", "fan", "light"]}, "selected_tag": null, "show_beta": false, "stars": 379, "topics": ["homeassistant", "meross", "meross-homeassistant"], "version_installed": null, "last_fetched": 1643571219.935256}, "232269564": {"authors": ["@jedmeng"], "category": "integration", "description": "\u63a7\u5ba2\u5c0fK \u63a5\u5165Home Assistant\uff0c\u652f\u6301\u6700\u65b0\u7248\u672cHA \u76ee\u524d\u6700\u65b0\u7248\u672c\uff080.103\uff09\uff0c\u76f8\u4fe1\u672a\u6765\u7684\u7248\u672c\u4e5f\u53ef\u4ee5\u652f\u6301\u3002", "domain": "konke", "downloads": 0, "etag_repository": "W/\"9f86fb1430ef9f17f4fd56c058936a3596202f4bca92dda3065a0446106bdc90\"", "full_name": "5high/konke", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "bfd34f7", "last_release_tag": null, "last_updated": "2021-09-27T02:52:46Z", "name": "konke", "new": false, "repository_manifest": {"name": "Konke", "country": ["CN"], "render_readme": false, "domains": ["sensor", "swtich"]}, "selected_tag": null, "show_beta": false, "stars": 11, "topics": [], "version_installed": null}, "234514524": {"authors": [], "category": "integration", "description": "HomeAssistant custom component to control your SONOS Alarm", "domain": "sonos_alarm", "downloads": 0, "etag_repository": "W/\"aaf3bcafd22f41a42b8c3ad62621d13fe90b706af9c4686e955bf5b4ac2ace1d\"", "full_name": "AaronDavidSchneider/SonosAlarm", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5b9426d", "last_release_tag": "1.3.1", "last_updated": "2021-05-25T16:33:27Z", "name": "sonos_alarm", "new": false, "repository_manifest": {"name": "Sonos Alarm", "domains": ["switch"]}, "selected_tag": null, "show_beta": false, "stars": 18, "topics": [], "version_installed": null}, "125756318": {"authors": ["@amaximus"], "category": "integration", "description": "HomeAssistant custom component for Budapest public transportation", "domain": "bkk_stop", "downloads": 0, "etag_repository": "W/\"1b7f15c174308623ea306bf66adf04e58e0cd50f265d7ae2af62863f90595416\"", "full_name": "amaximus/bkk_stop", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "175d0f7", "last_release_tag": "2.0.1", "last_updated": "2021-12-01T19:23:57Z", "name": "bkk_stop", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 14, "topics": ["bkk", "budapest", "homeassistant", "homeassistant-components", "transportation"], "version_installed": null}, "169460975": {"authors": ["@akasma74"], "category": "integration", "description": "It is a fork of \"Yet another take on a home assistant custom alarm\" that will exist until its author is back to our Earth", "domain": "bwalarm", "downloads": 0, "etag_repository": "W/\"b638454705107b21dac411a7067d5829a1acf0916b11559dc889d20e406469ab\"", "full_name": "akasma74/Hass-Custom-Alarm", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "44b08b8", "last_release_tag": "v.1.12.12", "last_updated": "2021-12-24T16:15:25Z", "name": "bwalarm", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 75, "topics": [], "version_installed": null, "last_fetched": 1641587634.93489}, "252195707": {"authors": ["@abacao"], "category": "integration", "description": "Home Assistant Component: Mirubee or Wibeee ", "domain": "wibeee", "downloads": 0, "etag_repository": "W/\"1a6a970a618d37e51c4ed4634c80018c18dd14428eff150157f2bf31f87df5bd\"", "full_name": "abacao/hass_wibeee", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "59177e9", "last_release_tag": null, "last_updated": "2022-01-10T09:21:31Z", "name": "wibeee", "new": false, "repository_manifest": {"name": "Wibeee - abacao", "render_readme": true, "content_in_root": true}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["hacs", "home-assistant", "wibeee"], "version_installed": null, "last_fetched": 1643571219.752017}, "272432260": {"authors": ["@algirdasc"], "category": "integration", "description": "Floureon (Broadlink based) thermostat integration for Home Assistant", "domain": "floureon", "downloads": 0, "etag_repository": "W/\"3b80152b846d6d61d0946fd52ca323b9c548e7d7ed80a29ad407b15a6169e400\"", "full_name": "algirdasc/hass-floureon", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "40b84cf", "last_release_tag": null, "last_updated": "2021-12-26T20:32:45Z", "name": "floureon", "new": false, "repository_manifest": {"name": "Floureon Thermostat", "content_in_root": false, "domains": ["switch", "climate"], "homeassistant": "0.110.0", "iot_class": "Local Polling", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 19, "topics": ["broadlink", "floureon", "homeassistant", "thermostat"], "version_installed": null, "last_fetched": 1641307129.21997}, "215825339": {"authors": ["@alryaz"], "category": "integration", "description": "Hekr integration using python-hekr", "domain": "hekr", "downloads": 0, "etag_repository": "W/\"e02a8295186e8b4e88c4e7935daf3dd468f5393c1075e95df7d170a069112ae5\"", "full_name": "alryaz/hass-hekr-component", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7338128", "last_release_tag": "v0.2.12", "last_updated": "2021-09-14T15:12:51Z", "name": "hekr", "new": false, "repository_manifest": {"name": "Hekr Component", "content_in_root": false, "filename": false, "render_readme": false, "domains": ["sensor", "switch"], "country": false, "homeassistant": "0.109.0", "persistent_directory": false, "iot_class": "Local Polling"}, "selected_tag": null, "show_beta": false, "stars": 25, "topics": ["consumption", "hekr", "homeassistant-components", "python", "wisen-application"], "version_installed": null, "last_fetched": 1642004168.134563}, "257104502": {"authors": ["@amaximus"], "category": "integration", "description": "FKF Budapest Garbage Collection custom component for Home Assistant", "domain": "fkf_garbage_collection", "downloads": 0, "etag_repository": "W/\"6e37149f98f166a54f488ac48df8252d633c36bbe3f65a9749549d8330b41c6e\"", "full_name": "amaximus/fkf-garbage-collection", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c451ee2", "last_release_tag": "0.4.7", "last_updated": "2021-12-13T13:39:54Z", "name": "fkf_garbage_collection", "new": false, "repository_manifest": {"name": "FKF Budapest Garbage Collection", "country": ["HU"], "domains": ["sensor"], "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 13, "topics": ["budapest", "home-assistant", "homeassistant-components"], "version_installed": null}, "224374747": {"authors": [], "category": "integration", "description": "\u6590\u8bafDC1\u63d2\u6392\u63a5\u5165Home Assistant\u63d2\u4ef6\uff0c\u672c\u63d2\u4ef6\u539f\u4f5c\u8005NETYJ\uff0c\u6b64\u5904\u4ec5\u4e3aHACS\u5b89\u88c5\u65b9\u4fbf\u4e4b\u7528\u3002", "domain": "phicomm_dc1", "downloads": 0, "etag_repository": "W/\"645f524189cb2cabc7c4a40808c44704e67869d70eee01a16978e433f55de40c\"", "full_name": "5high/phicomm-dc1-homeassistant", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9328717", "last_release_tag": null, "last_updated": "2021-06-04T14:08:17Z", "name": "phicomm_dc1", "new": false, "repository_manifest": {"name": "Phicomm DC1", "country": ["CN"], "render_readme": false, "domains": ["sensor", "swtich"]}, "selected_tag": null, "show_beta": false, "stars": 10, "topics": [], "version_installed": null}, "292720530": {"authors": ["@alryaz", "@turbo-lab"], "category": "integration", "description": "Home Assistant custom component for Pandora Car Alarm System", "domain": "pandora_cas", "downloads": 0, "etag_repository": "W/\"5aa989d4ec7c159d1a1bd20be68bfaae77572ffc9cb655f89eb7ac2b38afc3a1\"", "full_name": "alryaz/hass-pandora-cas", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "684e9d5", "last_release_tag": "v1.2.1", "last_updated": "2021-11-04T01:00:48Z", "name": "pandora_cas", "new": false, "repository_manifest": {"name": "Pandora Car Alarm System", "content_in_root": false, "zip_release": false, "render_readme": true, "domains": ["device_tracker", "binary_sensor", "sensor", "lock", "switch"], "homeassistant": "2021.8.0", "country": ["RU", "BY", "KZ", "UA"], "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 12, "topics": ["car-system", "custom-components", "hacs", "home-assistant", "home-automation", "homeassistant", "pandora-alarm", "vehicle-tracking"], "version_installed": null}, "258012483": {"authors": ["@AkA57"], "category": "integration", "description": "Livebox TV UHD custom component for Home Assistant", "domain": "liveboxtvuhd", "downloads": 0, "etag_repository": "W/\"5aef63e66e65909d168ce7627ca7fb0883395730762482c0b9b33d22c5c2e2c7\"", "full_name": "AkA57/liveboxtvuhd", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e58323e", "last_release_tag": "v1.0.3", "last_updated": "2022-01-17T20:45:20Z", "name": "liveboxtvuhd", "new": false, "repository_manifest": {"name": "Livebox TV UHD", "hacs": "0.24.0", "domains": ["media_player"], "iot_class": "Local Polling", "homeassistant": "0.110.0"}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": ["homeassistant", "livebox"], "version_installed": null, "last_fetched": 1642520495.071345}, "233575809": {"authors": ["@adamnaj"], "category": "integration", "description": "The linksys_velop platform allows for presence detection by listing devices connected to your Linksys Velop router.", "domain": "linksys_velop", "downloads": 0, "etag_repository": "W/\"399827a9940b7627489acd20e1a0581bd3f817f8b4379deb4df62c1615b6b77b\"", "full_name": "AdamNaj/linksys_velop", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "8cb5d9b", "last_release_tag": "0.1.1", "last_updated": "2021-05-08T21:20:15Z", "name": "linksys_velop", "new": false, "repository_manifest": {"name": "Linksys Velop Device Tracker", "content_in_root": false, "domains": ["device_tracker"], "homeassistant": "0.100.0"}, "selected_tag": null, "show_beta": false, "stars": 13, "topics": [], "version_installed": null, "last_fetched": 1641307134.406528}, "197920457": {"authors": ["@andersonshatch"], "category": "integration", "description": "This is a library to allow communicating to a Midea appliance via the Midea cloud.", "domain": "midea", "downloads": 0, "etag_repository": "W/\"1234599e1dfee10eb29e8d1d9bb75f0ce3d6e352dc877ec93f9ad6d0cd00f649\"", "full_name": "andersonshatch/midea-ac-py", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f779f3b", "last_release_tag": null, "last_updated": "2021-03-07T12:12:17Z", "name": "midea", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 62, "topics": ["hacs", "home-assistant-custom", "homeassistant", "midea", "python"], "version_installed": null}, "160728801": {"authors": ["@asantaga"], "category": "integration", "description": "Home Assistant Sensor for the LightwaveRF energy monitor", "domain": "lightwaverf_energy", "downloads": 0, "etag_repository": "W/\"08adead9be5529d2d97ff32152fcd5b72fc41a871be4515940a98452c04ef317\"", "full_name": "asantaga/lightwaverf_HA_EnergySensor", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "ba7066d", "last_release_tag": "R1.6", "last_updated": "2021-08-14T20:51:29Z", "name": "lightwaverf_energy", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["electricity", "energysensor", "lightwaverf"], "version_installed": null}, "159080189": {"authors": ["@asantaga", "@msp1974"], "category": "integration", "description": "Platform and related climate/sensors to support the Drayton Wiser Home Heating System", "domain": "wiser", "downloads": 0, "etag_repository": "W/\"b5e6ddcbfece5af2a1c67eb39d0df1dcf45ce261b7c412ed27e8e41df4b47631\"", "full_name": "asantaga/wiserHomeAssistantPlatform", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "cc8edde", "last_release_tag": "v3.0.19", "last_updated": "2022-01-29T20:16:01Z", "name": "wiser", "new": false, "repository_manifest": {"name": "Drayton Wiser Integration for Home Assistant", "homeassistant": "2021.12", "render_readme": false}, "selected_tag": null, "show_beta": false, "stars": 98, "topics": ["drayton", "heating", "homeassistant", "wiser"], "version_installed": null, "last_fetched": 1643571221.764775}, "201497401": {"authors": ["@anonym-tsk"], "category": "integration", "description": "Xiaomi IR Climate Component", "domain": "xiaomi_remote", "downloads": 0, "etag_repository": "W/\"695c4c18faa0833368c8598e0576f6479df73bc09a9587eb0a402dcd2989b79c\"", "full_name": "Anonym-tsk/homeassistant-climate-xiaomi-remote", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b3f89c7", "last_release_tag": null, "last_updated": "2021-06-03T09:52:44Z", "name": "xiaomi_remote", "new": false, "repository_manifest": {"name": "Xiaomi IR Climate", "domains": "climate", "iot_class": "Local Polling"}, "selected_tag": null, "show_beta": false, "stars": 27, "topics": ["climate", "custom-component", "hacs", "hassio", "home-assistant", "xiaomi"], "version_installed": null}, "190378093": {"authors": ["@And3rsL"], "category": "integration", "description": "Visonic/Bentel/Tyco Alarm System integrtation for Home Assistant", "domain": "visonicalarm", "downloads": 0, "etag_repository": "W/\"b7b99610bdf66a8af034ac0403788a9cdb5be5bc76e0fd1a4b9c51a83ec6e3af\"", "full_name": "And3rsL/VisonicAlarm-for-Hassio", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "fd27eba", "last_release_tag": "3.0.2", "last_updated": "2022-01-14T08:59:54Z", "name": "visonicalarm", "new": false, "repository_manifest": {"name": "Visonic/Bentel/Tyco Alarm System"}, "selected_tag": null, "show_beta": false, "stars": 15, "topics": ["alarm", "alarm-control-panel", "bentel", "home-assistant", "python", "sensor", "tycomonitor", "visonic"], "version_installed": null, "last_fetched": 1643571221.393945}, "186347733": {"authors": ["@arjenvrh"], "category": "integration", "description": "Adds an audi connect integration to home assistant", "domain": "audiconnect", "downloads": 0, "etag_repository": "W/\"567bfaab1b4f0285d79de282db951a1466c900178ed49ebdff85a66c62ddf260\"", "full_name": "arjenvrh/audi_connect_ha", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e0b1e54", "last_release_tag": null, "last_updated": "2022-01-29T07:50:40Z", "name": "audiconnect", "new": false, "repository_manifest": {"name": "Audi connect", "domains": ["sensor", "binary_sensor", "switch", "device_tracker", "lock"], "homeassistant": "0.110.0"}, "selected_tag": null, "show_beta": false, "stars": 92, "topics": ["audi", "audi-connect", "homeassistant", "integration", "sensors"], "version_installed": null, "last_fetched": 1643571221.532098}, "252926906": {"authors": ["@asev"], "category": "integration", "description": "Uponor Smatrix Pulse heating/cooling system integration for Home Assistant.", "domain": "uponor", "downloads": 0, "etag_repository": "W/\"e2e94a8fa3f39ccf3dde373984c80eed6c3e619679c34c3fbdcc7fcc9ba63baa\"", "full_name": "asev/homeassistant-uponor", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "0470096", "last_release_tag": "v0.8.2", "last_updated": "2022-01-13T23:27:26Z", "name": "uponor", "new": false, "repository_manifest": {"name": "Uponor Smatrix Pulse", "iot_class": "Local Polling", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 12, "topics": ["heating-control", "homeassistant", "homeassistant-integration", "smatrix", "uponor", "uponor-smatrix-pulse"], "version_installed": null, "last_fetched": 1643571221.774335}, "296028613": {"authors": ["@ayavilevich"], "category": "integration", "description": "A D-Link AP/router device tracker for Home Assistant", "domain": "dlink_presence", "downloads": 0, "etag_repository": "W/\"fa01406164590a43b970ec093288f3edf2990d62a7293ad2a02033f7d9ac6726\"", "full_name": "ayavilevich/homeassistant-dlink-presence", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1e273ca", "last_release_tag": null, "last_updated": "2021-08-09T11:14:30Z", "name": "dlink_presence", "new": false, "repository_manifest": {"name": "D-Link Presence / device_Tracker", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 7, "topics": ["d-link", "dlink", "homeassistant", "presence-detection"], "version_installed": null, "last_fetched": 1641895518.658717}, "237695750": {"authors": ["@bacco007"], "category": "integration", "description": "OpenNEM Sensor for Home Assistant", "domain": "opennem", "downloads": 0, "etag_repository": "W/\"a2f68ca86874a35633003fd46709bccad07b15d93e8ded5a07458141efd62a85\"", "full_name": "bacco007/sensor.opennem", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "16bf685", "last_release_tag": "2022.01.3", "last_updated": "2022-01-29T07:59:45Z", "name": "opennem", "new": false, "repository_manifest": {"name": "OpenNEM (AU) Data", "domains": "sensor", "country": ["AU"]}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": ["hacs", "home-assistant", "homeassistant", "opennem"], "version_installed": null, "last_fetched": 1643571222.3627}, "250866164": {"authors": ["@azogue"], "category": "integration", "description": "HomeAssistant custom sensor to track specific events", "domain": "eventsensor", "downloads": 0, "etag_repository": "W/\"581efa73ff5746ca13a9894cf3dc3012eeb5565f95661c516bdba2f0a7076b10\"", "full_name": "azogue/eventsensor", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b11f740", "last_release_tag": "v3.0.0", "last_updated": "2022-01-05T22:35:57Z", "name": "eventsensor", "new": false, "repository_manifest": {"name": "Event sensor", "content_in_root": false, "domains": ["sensor"], "zip_release": false, "homeassistant": "2021.12.0", "iot_class": "Local Push", "render_readme": true, "version": "3.0.0"}, "selected_tag": null, "show_beta": false, "stars": 76, "topics": [], "version_installed": null, "last_fetched": 1643571222.178416}, "223739645": {"authors": ["@SebuZet"], "category": "integration", "description": "Home Assistant Climate Device for controlling (not only) Samsung AC", "domain": "climate_ip", "downloads": 0, "etag_repository": "W/\"505ceddc5b8b6e18d7c59c2b0cb3a012a8c515c3a1b1ee0bf8d166a6b31084bb\"", "full_name": "atxbyea/samsungrac", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "be39a72", "last_release_tag": "3.5.3", "last_updated": "2021-08-18T12:10:07Z", "name": "climate_ip", "new": false, "repository_manifest": {"name": "Climate IP", "country": ["NO"], "domains": ["climate", "switch"], "homeassistant": "0.110.2"}, "selected_tag": null, "show_beta": false, "stars": 26, "topics": ["airconditioning", "hacktoberfest", "hacktoberfest2021", "homeassistant", "samsung"], "version_installed": null, "last_fetched": 1641217139.563238}, "256899380": {"authors": ["@atymic"], "category": "integration", "description": "Project Three Zero Home Assistant Integration", "domain": "project_zero_three", "downloads": 0, "etag_repository": "W/\"ea0b6abd62bf036fc3fda1402260d9ea66488e12ddab5963a4feb975f7b3145d\"", "full_name": "atymic/project_three_zero_ha", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "770a64b", "last_release_tag": null, "last_updated": "2022-01-27T00:39:52Z", "name": "project_zero_three", "new": false, "repository_manifest": {"name": "Project Three Zero (7-11 Fuel Lock Monitor)", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["fuel", "home-automation"], "version_installed": null, "last_fetched": 1643571221.907677}, "229519365": {"authors": ["@bacco007"], "category": "integration", "description": "Home Assistant Sensor for WaterNSW Real Time Data", "domain": "waternsw", "downloads": 0, "etag_repository": "W/\"d555abe1a75968f55426c63c408c268837661e3734bb6732647202a26101ea64\"", "full_name": "bacco007/sensor.waternsw", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "0c79862", "last_release_tag": "0.6", "last_updated": "2021-02-06T07:41:06Z", "name": "waternsw", "new": false, "repository_manifest": {"name": "WaterNSW Real Time Data", "domains": "sensor", "country": ["AU"]}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": [], "version_installed": null}, "137655647": {"authors": ["@bertbert72"], "category": "integration", "description": "HomeAssistant component for control of Virgin Media Tivo boxes", "domain": "virgintivo", "downloads": 0, "etag_repository": "W/\"6d1f71e5d5709c1465473d74c76fa6d604437ac090540b211cf004989f5a3033\"", "full_name": "bertbert72/HomeAssistant_VirginTivo", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1938f14", "last_release_tag": "0.1.23", "last_updated": "2021-09-11T12:47:47Z", "name": "virgintivo", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 22, "topics": [], "version_installed": null}, "254203764": {"authors": ["@BSantalucia"], "category": "integration", "description": "Home assistant custom component to provide monetary account balance sensors for Bunq", "domain": "bunq", "downloads": 0, "etag_repository": "W/\"a022e41ed4b11d1f3ff40a8f34b15bd1ed4a034493b9937ea62e8fb5ae8bb669\"", "full_name": "ben8p/home-assistant-bunq-balance-sensors", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "87d1acd", "last_release_tag": null, "last_updated": "2022-01-04T14:46:01Z", "name": "bunq", "new": false, "repository_manifest": {"name": "Bunq balance sensor", "content_in_root": false, "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["bunq", "bunq-api", "hacs", "hassio", "home-assistant", "home-assistant-custom", "home-assistant-sensor"], "version_installed": null, "last_fetched": 1641470148.650331}, "181480967": {"authors": ["@basschipper"], "category": "integration", "description": "Generic Hygrostat for Home Assistant", "domain": "generic_hygrostat", "downloads": 0, "etag_repository": "W/\"28983355b63af2750321c121d1ae20703f91132eeafc2451d4d576b9928b6191\"", "full_name": "basschipper/homeassistant-generic-hygrostat", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7407aac", "last_release_tag": "v0.7.1", "last_updated": "2022-01-09T14:17:22Z", "name": "generic_hygrostat", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 47, "topics": [], "version_installed": null, "last_fetched": 1641895520.105155}, "282688934": {"authors": ["@barban-dev"], "category": "integration", "description": "Home Assistant Custom Integration for EVA II PRO WiFi Smart Dehumidifier appliance by Midea/Inventor.", "domain": "midea_dehumidifier", "downloads": 0, "etag_repository": "W/\"0072220b1be8d54118ecfc9fc6447f3e9db4390cbbd1005c21148b6ed9b53af9\"", "full_name": "barban-dev/homeassistant-midea-dehumidifier", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d262118", "last_release_tag": "v1.03", "last_updated": "2021-11-21T16:14:20Z", "name": "midea_dehumidifier", "new": false, "repository_manifest": {"name": "EVA II PRO WiFi Midea Inventor Dehumidifier custom integration", "domains": ["humidifier", "sensor"], "codeowners": ["barban-dev"], "documentation": "https://github.com/barban-dev/homeassistant-midea-dehumidifier/blob/master/README.md", "issue_tracker": "https://github.com/barban-dev/homeassistant-midea-dehumidifier/issues", "homeassistant": "0.96.0", "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 38, "topics": ["dehumidifier", "eva-ii-pro-wifi", "home-automation", "homeassistant", "homeassistant-integration", "internet-of-things", "inventor", "iot", "midea", "python"], "version_installed": null, "last_fetched": 1643571222.501}, "192086849": {"authors": ["bouwew"], "category": "integration", "description": "GoodWe SEMS MQTT-componenent for Home Assistant", "domain": "sems2mqtt", "downloads": 0, "etag_repository": "W/\"1106b03827ac6fc3908ccc7a9a83383d355646cfd66c73f026162f11e763e145\"", "full_name": "bouwew/sems2mqtt", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "23ca740", "last_release_tag": "v0.4.6", "last_updated": "2021-12-13T18:06:13Z", "name": "sems2mqtt", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": [], "version_installed": null}, "296946072": {"authors": ["@boralyl"], "category": "integration", "description": "Custom component to feed recently added tv shows and movies to the custom card \"Upcoming Media Card\" for Home Assistant. ", "domain": "kodi_recently_added", "downloads": 0, "etag_repository": "W/\"90f137eb8a5bf728440199dd1979069b56acc8f36c1e8a383bff70f059679cc1\"", "full_name": "boralyl/kodi-recently-added", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5433e49", "last_release_tag": "v2.0.5", "last_updated": "2021-12-19T23:48:44Z", "name": "kodi_recently_added", "new": false, "repository_manifest": {"config_flow": true, "documentation": "https://github.com/boralyl/kodi-recently-added", "domains": ["sensor"], "homeassistant": "0.115.0", "iot_class": "Local Polling", "name": "Kodi Recently Added Media", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["hacs", "home-assistant", "homeassistant", "homeassistant-integration", "kodi", "python"], "version_installed": null}, "236146080": {"authors": ["@binsentsu"], "category": "integration", "description": "Home assistant Component for reading data locally from Solaredge inverter through modbus TCP", "domain": "solaredge_modbus", "downloads": 0, "etag_repository": "W/\"67efa10fae9065f6a1cc1f35e48c849477f9973f0befba3fee1f4a18ad0654a8\"", "full_name": "binsentsu/home-assistant-solaredge-modbus", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2fad552", "last_release_tag": "V1.5.1", "last_updated": "2022-01-12T08:32:34Z", "name": "solaredge_modbus", "new": false, "repository_manifest": {"name": "Solaredge Modbus", "content_in_root": false, "domains": ["sensor"], "homeassistant": "2021.8.0", "iot_class": "local_poll"}, "selected_tag": null, "show_beta": false, "stars": 73, "topics": ["hassio", "home-assistant", "modbus", "modbus-tcp", "solaredge", "solaredge-inverter"], "version_installed": null, "last_fetched": 1642851027.238581}, "250688607": {"authors": ["@boralyl"], "category": "integration", "description": "A home assistant integration that monitors games on sale on your Steam wishlist.", "domain": "steam_wishlist", "downloads": 0, "etag_repository": "W/\"7cb6085b4597d84c8bdfa9c27d87e33090527a0ace04e51cd4b5fe36b8e6014d\"", "full_name": "boralyl/steam-wishlist", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a4e5d7c", "last_release_tag": "v2.0.0", "last_updated": "2022-01-08T22:00:06Z", "name": "steam_wishlist", "new": false, "repository_manifest": {"codeowners": ["@boralyl"], "config_flow": true, "documentation": "https://github.com/boralyl/steam-wishlist", "domains": ["binary_sensor", "sensor"], "homeassistant": "0.108.0", "iot_class": "Cloud Polling", "name": "Steam Wishlist", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 11, "topics": ["hacs", "home-assistant", "homeassistant", "python", "steam"], "version_installed": null, "last_fetched": 1641895524.066414}, "162808336": {"authors": ["@bigbadblunt"], "category": "integration", "description": "Lightwave RF custom component for Home Assistant. Requires generation 2 (\"Link Plus\") hub, but will control both generation 1 (\"Connect Series\") and generation 2 (\"Smart Series\") devices.", "domain": "lightwave2", "downloads": 0, "etag_repository": "W/\"22389efcc8f615d1bcf215f6d3e69cce5143751506e7f764bbca31dd5351c4d0\"", "full_name": "bigbadblunt/homeassistant-lightwave2", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5290b41", "last_release_tag": "v3.5.10", "last_updated": "2021-12-21T13:49:50Z", "name": "lightwave2", "new": false, "repository_manifest": {"name": "Lightwave RF"}, "selected_tag": null, "show_beta": false, "stars": 26, "topics": ["home-assistant", "home-automation", "homeassistant", "lightwave", "lightwaverf"], "version_installed": null}, "260169906": {"authors": ["@bouni"], "category": "integration", "description": "Luxtronik integration for Home Assistant", "domain": "luxtronik", "downloads": 0, "etag_repository": "W/\"fdbdbe66d70658a7ec0c83316eff8566b03ffb6cd9eda834323179e05d827030\"", "full_name": "Bouni/luxtronik", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4a362fa", "last_release_tag": "0.1.22", "last_updated": "2022-01-10T14:04:37Z", "name": "luxtronik", "new": false, "repository_manifest": {"name": "Luxtronik", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 24, "topics": ["hacktoberfest"], "version_installed": null, "last_fetched": 1642094172.005499}, "190260955": {"authors": ["@bramkragten"], "category": "integration", "description": "Add support for Mind Mobility vehicles in Home Assistant", "domain": "mind", "downloads": 0, "etag_repository": "W/\"935054f3dae98e8ee04bb925329e0605be39e5e95fc2c8cea0691d50de60ba8b\"", "full_name": "bramkragten/mind", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2acbc8f", "last_release_tag": "v1.2.1", "last_updated": "2021-05-07T13:37:44Z", "name": "mind", "new": false, "repository_manifest": {"name": "MIND Mobility", "country": ["NL"], "render_readme": true, "domains": ["sensor", "binary_sensor", "device_tracker"]}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": [], "version_installed": null}, "259865897": {"authors": ["Bouni"], "category": "integration", "description": "DRK Blutspende component for Home Assistant ", "domain": "drkblutspende", "downloads": 0, "etag_repository": "W/\"aa2c05fce495a4873f5d03ec3ef5f59531662ca0765af0b278d761d61aafd0d5\"", "full_name": "Bouni/drkblutspende", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "8c3f3eb", "last_release_tag": "0.1.5", "last_updated": "2022-01-14T07:39:03Z", "name": "drkblutspende", "new": false, "repository_manifest": {"name": "DRK Blutspende", "country": ["DE"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": [], "version_installed": null, "last_fetched": 1642184183.832104}, "189680764": {"authors": [], "category": "integration", "description": "Screenly media player custom component for Home Assistant.", "domain": "screenly", "downloads": 0, "etag_repository": "W/\"b028cbcd074a688327e8c9e6d0897dd8840a6238cb51c903ef309879293707ec\"", "full_name": "burnnat/media_player.screenly", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "078fee5", "last_release_tag": "v0.0.5", "last_updated": "2019-09-27T05:19:26Z", "name": "screenly", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": [], "version_installed": null}, "201445202": {"authors": ["@Vloris", "@Cadsters", "@aritmeester"], "category": "integration", "description": "\ud83d\uddd1\ufe0f Integration for bin/waste collection by acv-groep", "domain": "acv", "downloads": 0, "etag_repository": "W/\"887370073024b387047a7897a09dbd5605a757b505207420eae8b37d1f7300a8\"", "full_name": "Cadsters/acv-hass-component", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3a0df03", "last_release_tag": "v0.24.3", "last_updated": "2021-12-29T17:00:40Z", "name": "acv", "new": false, "repository_manifest": {"name": "ACV garbage collection sensor", "iot_class": ["cloud_polling"], "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["acv-groep", "component", "home-assistant", "homeassistant", "python3", "trash", "waste"], "version_installed": null}, "262854926": {"authors": ["@briis"], "category": "integration", "description": "The Meteobridge Integration adds support for retrieving current weather data from a Meteobridge datalogger connected to a local Weather Station.", "domain": "meteobridge", "downloads": 0, "etag_repository": "W/\"4d05901bb686a5303b0e6eaceb60a2a43af3609e3f97bbb3077aca32446c734d\"", "full_name": "briis/meteobridge", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "00f6b0f", "last_release_tag": "v3.2.4", "last_updated": "2022-01-10T13:36:59Z", "name": "meteobridge", "new": false, "repository_manifest": {"name": "Meteobridge Datalogger Integration", "content_in_root": false, "render_readme": true, "domains": ["binary_sensor", "sensor"], "iot_class": "Local Polling", "homeassistant": "2021.9.0"}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["home-assistant", "meteobridge"], "version_installed": null, "last_fetched": 1641895531.02994}, "230199787": {"authors": ["@briis"], "category": "integration", "description": "Control and monitor your Unifi Protect Cameras from Home Assistant", "domain": "unifiprotect", "downloads": 0, "etag_repository": "W/\"5cebc3082ce2e7fe8821a62363d83efbaa2947ea3026cdf66ddaf8c1813208ba\"", "full_name": "briis/unifiprotect", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d41459e", "last_release_tag": "v0.12.0", "last_updated": "2022-01-28T12:43:55Z", "name": "unifiprotect", "new": false, "repository_manifest": {"name": "UniFi Protect Integration", "domains": ["binary_sensor", "sensor", "camera", "switch", "light", "select", "number"], "homeassistant": "2021.11.0", "iot_class": ["Local Push"]}, "selected_tag": null, "show_beta": false, "stars": 523, "topics": ["cloudkey", "home-assistant", "homeassistant", "protect", "python", "ubiquiti", "unifi", "unifi-protect", "unifi-protect-server"], "version_installed": null, "last_fetched": 1643571223.84247}, "284006518": {"authors": ["@bremor"], "category": "integration", "description": "Reverse engineered implementation of the Bonaire MyClimate app.", "domain": "bonaire_myclimate", "downloads": 0, "etag_repository": "W/\"869dbc2ca1159f0b26f35562cc3c384d0e75d3c053f8926c20e9ccb2ed396b1b\"", "full_name": "bremor/bonaire_myclimate", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "129d4c3", "last_release_tag": "1.2.1", "last_updated": "2021-12-17T11:02:09Z", "name": "bonaire_myclimate", "new": false, "repository_manifest": {"name": "Bonaire MyClimate", "render_readme": "true", "iot_class": "Local Push", "homeassistant": "2021.12.0"}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": ["bonaire", "bonaire-myclimate", "climate", "hacktoberfest", "hacs", "myclimate"], "version_installed": null, "last_fetched": 1641895530.210823}, "229872760": {"authors": [], "category": "integration", "description": "Home Assistant integration to push fitness data to remote services.", "domain": "fitness_push", "downloads": 0, "etag_repository": "W/\"62361253781aeddcf0352876ad36c5b120f856841ee5e5582e63304ee9c06ea2\"", "full_name": "burnnat/ha-fitness-push", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "8d80568", "last_release_tag": "v0.0.1", "last_updated": "2020-01-24T00:27:12Z", "name": "fitness_push", "new": false, "repository_manifest": {"name": "Fitness Push", "content_in_root": false, "domains": ["fitness_push"], "iot_class": "Cloud Push"}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": [], "version_installed": null}, "204200635": {"authors": ["@bruxy70"], "category": "integration", "description": "\ud83d\uddd1 Custom Home Assistant sensor for scheduling garbage collection (or other regularly re-occurring events - weekly on given days, semi-weekly or monthly)", "domain": "garbage_collection", "downloads": 0, "etag_repository": "W/\"de966c95f2239166d3374c1cdb7e9996f34a8e30b3bf3e21ac03c4c81b0e94cc\"", "full_name": "bruxy70/Garbage-Collection", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "ead4be9", "last_release_tag": "4.3", "last_updated": "2022-01-29T14:56:35Z", "name": "garbage_collection", "new": false, "repository_manifest": {"name": "Garbage Collection", "zip_release": true, "filename": "garbage_collection.zip", "domains": ["sensor"], "homeassistant": "0.110.0"}, "selected_tag": null, "show_beta": false, "stars": 247, "topics": ["garbage-collection", "hacs", "homeassistant", "schedule", "waste", "waste-management"], "version_installed": null, "last_fetched": 1643571223.916343}, "262017793": {"authors": ["@cagnulein"], "category": "integration", "description": "This is a simple project that manage the Switchbot ( https://amzn.to/3dnliBD ) that has only the \"press\" ability in Home Assistant.", "domain": "switchbot_press", "downloads": 0, "etag_repository": "W/\"eefa92ca567a72e488f8a0aa8c127f1423a02b0826af8a0d1858537d63d3457f\"", "full_name": "cagnulein/switchbot_press", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "490d552", "last_release_tag": null, "last_updated": "2021-04-14T14:59:40Z", "name": "switchbot_press", "new": false, "repository_manifest": {"name": "Switchbot_press", "render_readme": true, "domains": ["switch"]}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["home-assistant", "homeassistant", "integration", "python3", "switchbot"], "version_installed": null}, "202990294": {"authors": ["@bruxy70"], "category": "integration", "description": "\ud83d\ude8d Home Assistant custom sensor for finding Czech Public Transportation Connections", "domain": "cz_pub_tran", "downloads": 0, "etag_repository": "W/\"88240b62b4c245185aafd351b66d0f932e952b1c1adb226fc3ceaa59d7c6da1e\"", "full_name": "bruxy70/CZ-Public-Transport", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "118a11c", "last_release_tag": "2.9", "last_updated": "2020-10-05T20:28:23Z", "name": "cz_pub_tran", "new": false, "repository_manifest": {"name": "CZ Public Transport", "domains": ["cz_pub_tran", "sensor"], "homeassistant": "0.109.0", "zip_release": true, "filename": "cz_pub_tran.zip", "country": ["CZ"], "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": ["chaps", "crws", "departure-times", "idos", "public-transportation"], "version_installed": null, "last_fetched": 1641587657.066238}, "261970408": {"authors": ["@briis"], "category": "integration", "description": "The weatherbit integration adds support for the weatherbit.io web service as a source for meteorological data for your location.", "domain": "weatherbit", "downloads": 0, "etag_repository": "W/\"9a59d15a75bda00026a4738109abfe591f52ff1f8960f6b4b8c57a8d48fb73ae\"", "full_name": "briis/weatherbit", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "94fad90", "last_release_tag": "v1.0.7", "last_updated": "2022-01-21T08:27:43Z", "name": "weatherbit", "new": false, "repository_manifest": {"name": "Weatherbit Weather Forecast for Home Assistant", "content_in_root": false, "render_readme": true, "domains": ["sensor", "weather"], "iot_class": "Cloud Polling", "homeassistant": "2021.12.0"}, "selected_tag": null, "show_beta": false, "stars": 29, "topics": ["home-assistant", "meteorological-data", "weather-forecast", "weatherbit"], "version_installed": null, "last_fetched": 1642851034.207356}, "210269734": {"authors": [], "category": "integration", "description": "HDHomeRun integration for Home Assistant.", "domain": "hdhomerun", "downloads": 0, "etag_repository": "W/\"be02807b89cdc71d1c42ef67b4c00f8c8005d623a3704f84feaafc67b0d401ee\"", "full_name": "burnnat/ha-hdhomerun", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "773d0ab", "last_release_tag": "v0.0.7", "last_updated": "2021-07-12T21:00:20Z", "name": "hdhomerun", "new": false, "repository_manifest": {"name": "HDHomeRun", "content_in_root": false, "domains": ["sensor"], "iot_class": "Local Polling"}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": [], "version_installed": null}, "207620142": {"authors": ["@caiosweet"], "category": "integration", "description": "Italy Meteo-hydro alert and hydrogeological phenomena Civil Protection (Protezione Civile). In this custom component you can find the vigilance Bulletin and the Bulletin of national hydrogeological and hydraulic criticalities. They allow to check whether in your current location there will be criticalities/warnings related to weather-hydrogeological and hydraulic phenomena. Weather forecasts for civil protection purposes differs from the classic \"weather forecasts\". They highlight potentially harmful situations to people or things. This component was created for personal purposes, in order to be able to monitor the Civil Protection site and check for important updates. I hope it will be useful to you.", "domain": "dpc", "downloads": 0, "etag_repository": "W/\"39f9287464c3cf36f05820a60df59a2b601b9424db433c8c77b5b2fe2e791398\"", "full_name": "caiosweet/Home-Assistant-custom-components-DPC-Alert", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "dbc9195", "last_release_tag": "v2021.12.0", "last_updated": "2021-12-22T12:52:36Z", "name": "dpc", "new": false, "repository_manifest": {"name": "DPC sensor", "domains": ["binary_sensor", "sensor"], "country": ["IT", "VA", "SM"], "zip_release": false, "render_readme": false, "iot_class": ["Cloud Polling"]}, "selected_tag": null, "show_beta": false, "stars": 29, "topics": ["dpc", "hacs", "hassio", "home-assistant", "homeassistant", "protezionecivile", "sensor"], "version_installed": null}, "191563578": {"authors": ["@Ceerbeerus"], "category": "integration", "description": "Gives you information about the latest beer available at Systembolaget in Sweden, also known as \"Tillf\u00e4lligt sortiment\".", "domain": "beerbolaget", "downloads": 0, "etag_repository": "W/\"52331a37c68bb2337148c31c9e5df2f0522acbbff99233b6bc2d39f7dab6a705\"", "full_name": "Ceerbeerus/beerbolaget", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "379f4a7", "last_release_tag": "0.4.11", "last_updated": "2020-05-20T15:25:17Z", "name": "beerbolaget", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": [], "version_installed": null}, "179347477": {"authors": ["@claytonjn"], "category": "integration", "description": "Circadian Lighting custom component for Home Assistant", "domain": "circadian_lighting", "downloads": 0, "etag_repository": "W/\"918167612ec277381f9b138a58ec5feaa3ca2febf0f81e6591985f3cfa0be026\"", "full_name": "claytonjn/hass-circadian_lighting", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f12607c", "last_release_tag": "2.0.6", "last_updated": "2021-12-13T09:15:23Z", "name": "circadian_lighting", "new": false, "repository_manifest": {"name": "Circadian Lighting"}, "selected_tag": null, "show_beta": false, "stars": 447, "topics": ["circadian", "circadian-rhythms", "hacs", "home-assistant", "lighting", "sleep", "wellness"], "version_installed": null, "last_fetched": 1643545554.558611}, "140169152": {"authors": ["@ludeeus"], "category": "integration", "description": "A platform which allows you to get information about sucessfull logins to Home Assistant.", "domain": "authenticated", "downloads": 0, "etag_repository": "W/\"d347b5c470e352e136a57c7ba153983bc00d0df0144bce86f52bdb903cc51da9\"", "full_name": "custom-components/authenticated", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5dd8269", "last_release_tag": "21.9.0", "last_updated": "2021-12-16T15:07:48Z", "name": "authenticated", "new": false, "repository_manifest": {"name": "Authenticated", "zip_release": true, "hide_default_branch": true, "filename": "authenticated.zip", "domain": "authenticated"}, "selected_tag": null, "show_beta": false, "stars": 71, "topics": ["custom-components", "home-assistant", "homeassistant", "security"], "version_installed": null, "last_fetched": 1642004193.935527}, "195594888": {"authors": ["@claudegel"], "category": "integration", "description": "Sinope custom component for Home Assistant to manage Sinop\u00e9 devices directly via the GT125 gateway", "domain": "sinope", "downloads": 0, "etag_repository": "W/\"ec37b1b1e47eb742019910f40f5c40fe8a9a68346a30cf545e7eb66ccb52d77d\"", "full_name": "claudegel/sinope-gt125", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e776a9e", "last_release_tag": "v1.5.4", "last_updated": "2022-01-10T03:28:43Z", "name": "sinope", "new": false, "repository_manifest": {"name": "Sinope GT125", "content_in_root": false, "zip_release": false, "filename": false, "render_readme": true, "domains": ["switch", "climate", "light"], "country": ["CA"], "homeassistant": "0.110.0", "iot_class": "Local Polling"}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": [], "version_installed": null, "last_fetched": 1641895536.489457}, "127689312": {"authors": ["@claudegel"], "category": "integration", "description": "Neviweb Custom Component for Home Assistant to manage devices connected via GT125", "domain": "neviweb", "downloads": 0, "etag_repository": "W/\"d563e840cd37708c52dcd88f122ecc1c98891d78fa4d7e9e0d663f2ecde40792\"", "full_name": "claudegel/sinope-1", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c116365", "last_release_tag": "v1.7.7", "last_updated": "2022-01-17T17:41:11Z", "name": "neviweb", "new": false, "repository_manifest": {"name": "Sinope Neviweb", "content_in_root": false, "zip_release": false, "filename": false, "render_readme": true, "domains": ["climate", "light", "switch"], "country": ["CA"], "homeassistant": "0.110.0", "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 15, "topics": [], "version_installed": null, "last_fetched": 1642851038.856657}, "139892990": {"authors": ["@ludeeus"], "category": "integration", "description": "\ud83c\udf7b Display information about random beers from Brewdog as a sensor in Home Assistant, you can use this in a push notification next time you visit a bar.", "domain": "brewdog", "downloads": 0, "etag_repository": "W/\"63b1740330e0d4a1e8691c043524af3441365f59e542190c075a665a197b5213\"", "full_name": "custom-components/brewdog", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "0b938d4", "last_release_tag": null, "last_updated": "2019-07-23T07:41:23Z", "name": "brewdog", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": ["api", "brewdog", "custom-components", "home-assistant", "homeassistant", "integration", "punkapi"], "version_installed": null}, "143741845": {"authors": ["@ludeeus"], "category": "integration", "description": "A camera platform that give you a combined feed of your defined camera entities.", "domain": "combined", "downloads": 0, "etag_repository": "W/\"ab61063ce8ff31b51d3499228ae93c2c3e2149f06abaf3ba41262c9ff6901cfa\"", "full_name": "custom-components/combined", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "65517f3", "last_release_tag": "0.2.1", "last_updated": "2021-06-01T22:18:30Z", "name": "combined", "new": false, "repository_manifest": {"name": "Combined camera", "zip_release": true, "filename": "combined.zip", "homeassistant": "2021.5.0", "hide_default_branch": true, "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 20, "topics": [], "version_installed": null, "last_fetched": 1643571225.42246}, "139664351": {"authors": ["@keatontaylor", "@alandtse"], "category": "integration", "description": "This is a custom component to allow control of Amazon Alexa devices in Home Assistant using the unofficial Alexa API.", "domain": "alexa_media", "downloads": 0, "etag_repository": "W/\"4fcf517553113b1a4180f35864e7fb429fac646d007395359c36b0dd67ea0f8a\"", "full_name": "custom-components/alexa_media_player", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "45406d2", "last_release_tag": "v3.10.15", "last_updated": "2021-12-03T23:29:11Z", "name": "alexa_media", "new": false, "repository_manifest": {"name": "Alexa Media Player", "content_in_root": false, "domains": ["media_player", "switch", "alarm_control_panel", "sensor"], "iot_class": "cloud_poll", "zip_release": true, "filename": "alexa_media.zip", "homeassistant": "2021.12.0b0"}, "selected_tag": null, "show_beta": false, "stars": 796, "topics": ["alexa", "hacktoberfest", "home-assistant"], "version_installed": null, "last_fetched": 1643571225.205418}, "172800356": {"authors": ["@ludeeus"], "category": "integration", "description": "Run the CLI config_check from a service call.", "domain": "config_check", "downloads": 0, "etag_repository": "W/\"3c2e2b14b0d2366155eb18165f3a6284070276e01a72e91f85aa7fbef482b204\"", "full_name": "custom-components/config_check", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5766ee7", "last_release_tag": null, "last_updated": "2021-06-01T22:26:12Z", "name": "config_check", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["check", "config", "custom-components", "customcomponents", "home-assistant", "homeassistant"], "version_installed": null}, "224560492": {"authors": ["@claudegel"], "category": "integration", "description": "Neviweb custom component for Home Assistant to manage devices connected via a GT130 and wifi devices from Sinop\u00e9", "domain": "neviweb130", "downloads": 0, "etag_repository": "W/\"4df8fc91272a4ca23bf152e8bcfc66813d6eb84cc9fd8e976684b8efa0d1579f\"", "full_name": "claudegel/sinope-130", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "66e86e5", "last_release_tag": "v0.9.5", "last_updated": "2022-01-22T01:03:41Z", "name": "neviweb130", "new": false, "repository_manifest": {"name": "Sinope Neviweb130", "content_in_root": false, "zip_release": false, "filename": false, "render_readme": true, "domains": ["sensor", "switch", "climate", "light"], "country": ["CA"], "homeassistant": "0.110.0", "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 13, "topics": [], "version_installed": null, "last_fetched": 1642851042.858034}, "146510412": {"authors": ["@gerard33"], "category": "integration", "description": "E-Thermostaat (ICY) component for Home Assistant", "domain": "e_thermostaat", "downloads": 0, "etag_repository": "W/\"37201ebd6e716fdf94724d7006073411e28394d36b21b7fd610917b83c310eba\"", "full_name": "custom-components/climate.e_thermostaat", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6bbefe1", "last_release_tag": "0.4.3", "last_updated": "2021-08-20T20:59:54Z", "name": "e_thermostaat", "new": false, "repository_manifest": {"name": "ICY E-thermostaat", "zip_release": true, "filename": "combined.zip", "hide_default_branch": true, "domains": ["climate"], "iot_class": "Cloud Polling", "homeassistant": "0.96.0"}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": ["e-thermostaat", "home-assistant", "icy"], "version_installed": null}, "173563704": {"authors": [], "category": "integration", "description": "Programmable thermostat that let you have a smart thermostat on budget.", "domain": "programmable_thermostat", "downloads": 0, "etag_repository": "W/\"d71e77f268f52a569ff1b4c95708702835e41437a74d0de5fdfe117445eab058\"", "full_name": "custom-components/climate.programmable_thermostat", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5d3aa00", "last_release_tag": "8.1", "last_updated": "2021-06-20T12:34:18Z", "name": "programmable_thermostat", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 85, "topics": [], "version_installed": null, "last_fetched": 1641895541.009586}, "209854868": {"authors": [], "category": "integration", "description": "The fedex platform allows one to track deliveries by FedEx", "domain": "fedex", "downloads": 0, "etag_repository": "W/\"bd71c190b1b7713f3803e49be515b20e04f3912c0e42f2994a2d5d02416c6e62\"", "full_name": "custom-components/fedex", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4b1ae50", "last_release_tag": null, "last_updated": "2020-01-18T17:31:45Z", "name": "fedex", "new": false, "repository_manifest": {"name": "FedEx", "country": ["US"]}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": [], "version_installed": null}, "145180996": {"authors": ["@iantrich"], "category": "integration", "description": "\ud83d\udcf0 RSS Feed Integration", "domain": "feedparser", "downloads": 0, "etag_repository": "W/\"cf79161e62dcfef18cdf00f77a31b2eace785fb165dc9e7ad9396e30bdd370db\"", "full_name": "custom-components/feedparser", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1c099b7", "last_release_tag": "0.1.8", "last_updated": "2022-01-26T02:39:51Z", "name": "feedparser", "new": false, "repository_manifest": {"name": "Feedparser", "homeassistant": "2021.4.0", "domains": ["sensor"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 64, "topics": [], "version_installed": null, "last_fetched": 1643571225.573923}, "201963665": {"authors": ["@ludeeus"], "category": "integration", "description": "Update and display the status of your healthchecks.io checks.", "domain": "healthchecksio", "downloads": 0, "etag_repository": "W/\"1e5b6d82afe12c08b053d788a22d58fb74510a204dc5a55f008c5fe0b64c9755\"", "full_name": "custom-components/healthchecksio", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4cc8cd6", "last_release_tag": "21.11.1", "last_updated": "2021-11-24T18:07:33Z", "name": "healthchecksio", "new": false, "repository_manifest": {"name": "Healthchecks.io", "zip_release": true, "hide_default_branch": true, "filename": "healthchecksio.zip", "domain": "healthchecksio"}, "selected_tag": null, "show_beta": false, "stars": 27, "topics": ["api-client", "healthchecksio", "monitor"], "version_installed": null, "last_fetched": 1642520499.23145}, "131915802": {"authors": ["@tenly2000", "@iantrich"], "category": "integration", "description": "Component to integrate with OpenStreetMap Reverse Geocode (PLACE)", "domain": "places", "downloads": 0, "etag_repository": "W/\"0783c7e20597f51497bcb18ecfbbe4fdc56329b19cfb601e1db5cb23d77308e7\"", "full_name": "custom-components/places", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f1314a0", "last_release_tag": "1.11", "last_updated": "2021-12-28T19:18:53Z", "name": "places", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 46, "topics": [], "version_installed": null, "last_fetched": 1643571225.426317}, "201805130": {"authors": ["@hellowlol"], "category": "integration", "description": "nordpool sensor for ha.", "domain": "nordpool", "downloads": 0, "etag_repository": "W/\"3f6a6c336d4e4e2de81ec4a6b70f218c0e42ba509e5cd8f849aaa14f44dda2b0\"", "full_name": "custom-components/nordpool", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7d3a8ca", "last_release_tag": "0.0.4", "last_updated": "2022-01-15T00:22:39Z", "name": "nordpool", "new": false, "repository_manifest": {"name": "nordpool", "render_readme": true, "iot_class": "Cloud Push"}, "selected_tag": null, "show_beta": false, "stars": 86, "topics": ["custom-component", "homeassistant", "nordpool", "sensor"], "version_installed": null, "last_fetched": 1643571225.748112}, "176018567": {"authors": ["@iantrich"], "category": "integration", "description": "\ud83c\udfa7 gPodder Integration for Podcast Feed Monitoring", "domain": "gpodder", "downloads": 0, "etag_repository": "W/\"f47ae1f6858be581a2e19798846049c290bfb8a3a5433ca7958a73482a2aa84e\"", "full_name": "custom-components/gpodder", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d9288c8", "last_release_tag": "2.0.1", "last_updated": "2021-06-05T21:16:30Z", "name": "gpodder", "new": false, "repository_manifest": {"name": "gPodder", "render_readme": true, "zip_release": true, "hide_default_branch": true, "hacs": "0.19.0", "filename": "gpodder.zip"}, "selected_tag": null, "show_beta": false, "stars": 12, "topics": [], "version_installed": null}, "184404372": {"authors": ["@SebRut"], "category": "integration", "description": null, "domain": "qbo", "downloads": 0, "etag_repository": "W/\"25326cafd527a5b1a4c182637275b3f8f1ef1175f346aa104401ed963888eb1e\"", "full_name": "custom-components/qbo", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d808297", "last_release_tag": null, "last_updated": "2019-05-26T13:38:57Z", "name": "qbo", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 0, "topics": [], "version_installed": null}, "209855108": {"authors": [], "category": "integration", "description": "The linksys_ap platform offers presence detection by looking at connected devices to a Linksys based access point.", "domain": "linksys_ap", "downloads": 0, "etag_repository": "W/\"97b25b23c86ec22a60c44348f803fe89bcc597e68d81bd188c788720c323c272\"", "full_name": "custom-components/linksys_ap", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e0b4431", "last_release_tag": null, "last_updated": "2019-09-20T18:28:36Z", "name": "linksys_ap", "new": false, "repository_manifest": {"name": "linksys_ap"}, "selected_tag": null, "show_beta": false, "stars": 0, "topics": [], "version_installed": null}, "178101579": {"authors": ["@MartyTremblay"], "category": "integration", "description": "hassio support for Airthings Wave BLE environmental radon sensor.", "domain": "airthings_wave", "downloads": 0, "etag_repository": "W/\"29528f9e6e0009154e67ba3734fe4dee8938c078439b0882548f43bb87ba1f00\"", "full_name": "custom-components/sensor.airthings_wave", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "0d5abd7", "last_release_tag": "v3.0.5", "last_updated": "2021-12-13T20:10:43Z", "name": "airthings_wave", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 82, "topics": ["airthings-wave", "bluetooth-low-energy", "btle", "environmental", "home-assistant-custom", "home-assistant-sensor", "radon"], "version_installed": null, "last_fetched": 1643571226.059398}, "283847957": {"authors": ["@craigbarratt"], "category": "integration", "description": "Pyscript adds rich Python scripting to HASS", "domain": "pyscript", "downloads": 0, "etag_repository": "W/\"9b5afef06dbaf8523d1a683500b0ef8a05eec1077b869337698880be3d0144d7\"", "full_name": "custom-components/pyscript", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f4f32f4", "last_release_tag": "1.3.2", "last_updated": "2021-11-11T18:52:13Z", "name": "pyscript", "new": false, "repository_manifest": {"name": "pyscript", "content_in_root": false, "domains": ["automation", "script", "timer"], "zip_release": true, "filename": "hass-custom-pyscript.zip"}, "selected_tag": null, "show_beta": false, "stars": 343, "topics": ["custom-component", "custom-components", "hacs", "home-assistant", "homeassistant", "integration", "jupyter"], "version_installed": null, "last_fetched": 1643571225.813743}, "182915754": {"authors": ["@SebRut", "@isabellaalstrom"], "category": "integration", "description": "Custom Grocy integration for Home Assistant", "domain": "grocy", "downloads": 0, "etag_repository": "W/\"e6f449cb1d799a6cfd1dc5f777f81ef1ed160f851d08b29ec6bae938a70f0681\"", "full_name": "custom-components/grocy", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d0e530b", "last_release_tag": "v4.1.0", "last_updated": "2022-01-26T08:01:50Z", "name": "grocy", "new": false, "repository_manifest": {"name": "Grocy custom component", "domains": ["sensor", "binary_sensor"], "render_readme": true, "zip_release": true, "hide_default_branch": true, "iot_class": "Cloud Polling", "homeassistant": "0.109.0", "filename": "grocy.zip"}, "selected_tag": null, "show_beta": false, "stars": 60, "topics": ["grocy", "hacktoberfest"], "version_installed": null, "last_fetched": 1643545554.581631}, "173564471": {"authors": [], "category": "integration", "description": "Improved file sensor component that let you read the whole last line content.", "domain": "file_restore", "downloads": 0, "etag_repository": "W/\"9716d3ccee28a0d4aed787ba848dba9d08c948455785ff4e73beed79505c0d36\"", "full_name": "custom-components/sensor.file_restore", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "240a6b4", "last_release_tag": "4.1", "last_updated": "2021-03-20T08:09:50Z", "name": "file_restore", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 10, "topics": [], "version_installed": null}, "174809046": {"authors": ["@claha"], "category": "integration", "description": "Custom component to get stock data from Avanza for Home Assistant", "domain": "avanza_stock", "downloads": 0, "etag_repository": "W/\"325921a7eaf07c5053bade7c8ac3e3525bdca1444ff37c2bdb387b66ff5c6d52\"", "full_name": "custom-components/sensor.avanza_stock", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b3e85d3", "last_release_tag": "v1.0.9", "last_updated": "2022-01-04T22:13:08Z", "name": "avanza_stock", "new": false, "repository_manifest": {"name": "Avanza Stock", "domains": ["sensor"], "iot_class": "cloud_poll", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 27, "topics": ["funds", "hacs", "home-assistant", "homeassistant", "python", "stock"], "version_installed": null, "last_fetched": 1641470175.714684}, "207110572": {"authors": ["@hellowlol"], "category": "integration", "description": "Simple sensor for avfallsor", "domain": "avfallsor", "downloads": 0, "etag_repository": "W/\"46818f841e8e005db476212e5e417942aa91fbee160097e90d8480b41d036f7d\"", "full_name": "custom-components/sensor.avfallsor", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b5cbe25", "last_release_tag": "0.0.2", "last_updated": "2021-06-06T20:33:45Z", "name": "avfallsor", "new": false, "repository_manifest": {"name": "Avfallsor", "content_in_root": false, "country": ["NOR"], "domains": ["sensors"], "iot_class": "cloud_poll", "homeassistant": "0.96.0", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": [], "version_installed": null}, "145777833": {"authors": ["@iantrich"], "category": "integration", "description": "\ud83d\udcb5 Personal Capital Integration for Bank Account Monitoring", "domain": "personalcapital", "downloads": 0, "etag_repository": "W/\"a14bc3cc7cf0584e0c9cacc9451f2a3891a952dee19a6d3cc2a447995ec87d11\"", "full_name": "custom-components/sensor.personalcapital", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5aff625", "last_release_tag": "0.1.2", "last_updated": "2021-06-05T21:15:20Z", "name": "personalcapital", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 12, "topics": [], "version_installed": null, "last_fetched": 1641895547.723645}, "151550084": {"authors": ["@glpatcern"], "category": "integration", "description": "A set of sensors to integrate the OWL Intuition devices network", "domain": "owlintuition", "downloads": 0, "etag_repository": "W/\"3a7dcaaa2ad960899ba6d14419f34b537fdf3f6a988e3bb929b43d38678170cc\"", "full_name": "custom-components/sensor.owlintuition", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9fb88a8", "last_release_tag": null, "last_updated": "2021-09-20T19:30:35Z", "name": "owlintuition", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": [], "version_installed": null, "last_fetched": 1643571226.12164}, "155499113": {"authors": ["@maykar"], "category": "integration", "description": "\u25b6\ufe0f Plex component to feed Upcoming Media Card.", "domain": "plex_recently_added", "downloads": 0, "etag_repository": "W/\"0496a964811a12d5c32026bca986242100fe6167ff46f8621f4904327f5a1a5e\"", "full_name": "custom-components/sensor.plex_recently_added", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "83d0be9", "last_release_tag": "0.3.8", "last_updated": "2022-01-14T18:53:47Z", "name": "plex_recently_added", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 56, "topics": [], "version_installed": null, "last_fetched": 1643571226.50354}, "195438291": {"authors": ["@boralyl"], "category": "integration", "description": "A sensor that monitors a Nintendo Switch wish list for when games are on sale.", "domain": "nintendo_wishlist", "downloads": 0, "etag_repository": "W/\"577019b6adaeb0fd14d5a286d3948f99e8f6ca9d07ca0b809001bed9c5ad5953\"", "full_name": "custom-components/sensor.nintendo_wishlist", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "892c68d", "last_release_tag": "v3.1.7", "last_updated": "2022-01-12T03:49:48Z", "name": "nintendo_wishlist", "new": false, "repository_manifest": {"domains": ["binary_sensor", "sensor"], "iot_class": "Cloud Polling", "name": "Nintendo Wishlist", "render_readme": true, "homeassistant": "0.118.5"}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": ["homeassistant", "nintendo-switch"], "version_installed": null, "last_fetched": 1642430535.636956}, "146929882": {"authors": ["@maykar"], "category": "integration", "description": "\ud83c\udfac Radarr component to feed Upcoming Media Card.", "domain": "radarr_upcoming_media", "downloads": 0, "etag_repository": "W/\"c54ae2c382f7cb2c4b15fecb6ced5ae36985df099d1fef6112d018421f765ec8\"", "full_name": "custom-components/sensor.radarr_upcoming_media", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e770c1d", "last_release_tag": "0.3.6", "last_updated": "2021-12-14T15:54:46Z", "name": "radarr_upcoming_media", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 36, "topics": [], "version_installed": null, "last_fetched": 1641895551.821176}, "154845921": {"authors": ["@jchasey"], "category": "integration", "description": "SSH Generic Sensor", "domain": "ssh", "downloads": 0, "etag_repository": "W/\"48294612281583567e30283cd6516565a65ec45dae6a6a4bccfebfa05a61d084\"", "full_name": "custom-components/sensor.ssh", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6eb1bce", "last_release_tag": "1.15", "last_updated": "2021-12-04T08:45:38Z", "name": "ssh", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 30, "topics": [], "version_installed": null, "last_fetched": 1642184208.723442}, "151580533": {"authors": ["@jchasey"], "category": "integration", "description": "High level health status of UniFi Security Gateway devices via UniFi Controller", "domain": "unifigateway", "downloads": 0, "etag_repository": "W/\"abd72cd713afa18656a18064407091c886fa409988ffa58c1fbff5020b91e117\"", "full_name": "custom-components/sensor.unifigateway", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b6bb00c", "last_release_tag": "0.3.3", "last_updated": "2021-04-19T12:12:56Z", "name": "unifigateway", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 106, "topics": [], "version_installed": null, "last_fetched": 1643571226.682342}, "146792954": {"authors": ["@maykar"], "category": "integration", "description": "\ud83d\udcfa Sonarr component to feed Upcoming Media Card.", "domain": "sonarr_upcoming_media", "downloads": 0, "etag_repository": "W/\"bdee39129123cb553c77f39db5263dd8b9b4f0112ee8defdc73706bca8055b7e\"", "full_name": "custom-components/sensor.sonarr_upcoming_media", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f2de40e", "last_release_tag": "0.2.7", "last_updated": "2021-12-14T20:12:03Z", "name": "sonarr_upcoming_media", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 34, "topics": [], "version_installed": null, "last_fetched": 1642004209.993326}, "199888538": {"authors": ["@vigonotion"], "category": "integration", "description": "Stadtreinigung Hamburg - get garbage collection dates in Hamburg - custom component for Home Assistant", "domain": "stadtreinigung_hamburg", "downloads": 0, "etag_repository": "W/\"8b2895ab519253a6715ee787fd6829416bf29bc31962dbb7f9f5cdff43375e88\"", "full_name": "custom-components/sensor.stadtreinigung_hamburg", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7f4bf0c", "last_release_tag": "v1.1.0", "last_updated": "2022-01-10T09:06:01Z", "name": "stadtreinigung_hamburg", "new": false, "repository_manifest": {"name": "Stadtreinigung Hamburg", "domains": ["sensor"], "country": ["DE"], "homeassistant": "0.109.0", "zip_release": true, "filename": "stadtreinigung_hamburg.zip"}, "selected_tag": null, "show_beta": false, "stars": 16, "topics": [], "version_installed": null, "last_fetched": 1641895553.207768}, "140146868": {"authors": ["@iantrich", "@swetoast"], "category": "integration", "description": "\ud83c\udf7b Untappd Integration", "domain": "untappd", "downloads": 0, "etag_repository": "W/\"d235ce2ddacfcaacf18702b31e90ef9bcfd3ee29f15ba37a2b4e01836d457bd9\"", "full_name": "custom-components/sensor.untappd", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6861cde", "last_release_tag": "v0.1.8", "last_updated": "2022-01-01T08:31:44Z", "name": "untappd", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 33, "topics": ["automations", "badges", "beer", "homeassistant", "homeassistant-components", "untappd", "untappd-api"], "version_installed": null, "last_fetched": 1641057947.363646}, "173173413": {"authors": [], "category": "integration", "description": "A platform which give you the time it will take to drive.", "domain": "yandex_maps", "downloads": 0, "etag_repository": "W/\"645c7e056e56ad5272477d6718e025d09d7844d0cbe6d4ea584d3115a1fb7976\"", "full_name": "custom-components/sensor.yandex_maps", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "bdd76a8", "last_release_tag": null, "last_updated": "2021-12-29T13:12:26Z", "name": "yandex_maps", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 21, "topics": [], "version_installed": null, "last_fetched": 1643571226.518842}, "146379582": {"authors": ["@iantrich", "@engrbm"], "category": "integration", "description": "\ud83d\udcfa Trakt Integration for Upcoming Media Card", "domain": "trakt", "downloads": 0, "etag_repository": "W/\"089c55e1d23f56e3474f3b64bc16cc103bb81e4af3b09ea0ba3394baa1794938\"", "full_name": "custom-components/sensor.trakt", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "0688eae", "last_release_tag": "2.0.3", "last_updated": "2022-01-06T03:06:43Z", "name": "trakt", "new": false, "repository_manifest": {"name": "Trakt", "domains": ["sensor"], "homeassistant": "0.99.0", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 43, "topics": [], "version_installed": null, "last_fetched": 1642184210.767507}, "209855274": {"authors": [], "category": "integration", "description": "The srp_energy integration shows information from Srp hourly energy usage report for their customers", "domain": "srp_energy", "downloads": 0, "etag_repository": "W/\"a5bc02ffe772dbb7265185d5433d66486a64b9d74cdf4175b261ce82dc66264f\"", "full_name": "custom-components/srp_energy", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "34afa6b", "last_release_tag": null, "last_updated": "2020-12-16T23:22:01Z", "name": "srp_energy", "new": false, "repository_manifest": {"name": "SRP Energy Sensor", "country": ["US"]}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": [], "version_installed": null}, "143647651": {"authors": ["@ludeeus"], "category": "integration", "description": "A camera platform that give you random images from Unsplash presented as a camera feed.", "domain": "unsplash", "downloads": 0, "etag_repository": "W/\"8a953c0129e0e0d66b15ef2dccb4cb20ef5c581efd25c65bd573ae9f6ddaf9fa\"", "full_name": "custom-components/unsplash", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9a7f438", "last_release_tag": "0.6.1", "last_updated": "2021-06-05T13:48:42Z", "name": "unsplash", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 12, "topics": ["camera", "home-assistant", "integration", "unsplash", "unsplash-api"], "version_installed": null}, "171854441": {"authors": ["@ludeeus"], "category": "integration", "description": "A platform which give you info about the newest video on a channel", "domain": "youtube", "downloads": 0, "etag_repository": "W/\"cc0a9d2692a668f69d6c16a12c8bbcf869398b669a6c28e81e6e0ff1dd9bdcd4\"", "full_name": "custom-components/youtube", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7084c59", "last_release_tag": "0.9.0", "last_updated": "2021-12-17T19:21:33Z", "name": "youtube", "new": false, "repository_manifest": {"name": "youtube", "zip_release": true, "filename": "youtube.zip", "iot_class": "Cloud Poll", "homeassistant": "2021.4.0"}, "selected_tag": null, "show_beta": false, "stars": 20, "topics": ["custom-components", "customcomponents", "home-assistant", "homeassistant", "python", "youtube"], "version_installed": null, "last_fetched": 1642851059.290393}, "199736646": {"authors": ["@ludeeus"], "category": "integration", "description": "Add template sensors from the UI.", "domain": "templatesensor", "downloads": 0, "etag_repository": "W/\"1f1f1273e97e61cae2771d96b1d6cc7ad143d5e070a5c169b899826aad76ed80\"", "full_name": "custom-components/templatesensor", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2642a64", "last_release_tag": "0.1.3", "last_updated": "2021-07-08T12:00:30Z", "name": "templatesensor", "new": false, "repository_manifest": {"name": "UI Template sensor configuration", "domains": ["sensor"], "homeassistant": "0.109.0"}, "selected_tag": null, "show_beta": false, "stars": 19, "topics": ["custom", "homeassistant", "integration", "sensor", "template"], "version_installed": null, "last_fetched": 1642373301.249376}, "209855510": {"authors": [], "category": "integration", "description": "The sytadin sensor platform allows you to monitor traffic details from Sytadin", "domain": "sytadin", "downloads": 0, "etag_repository": "W/\"e350d94702ce10fe4acc0359969c2d99d719a4fe057775f6993380fd4ddd51ea\"", "full_name": "custom-components/sytadin", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "8fe6108", "last_release_tag": null, "last_updated": "2021-11-18T01:03:59Z", "name": "sytadin", "new": false, "repository_manifest": {"name": "Sytadin", "country": ["FR"]}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": [], "version_installed": null}, "209855666": {"authors": [], "category": "integration", "description": "The ups platform allows one to track deliveries by the UPS", "domain": "ups", "downloads": 0, "etag_repository": "W/\"ff59217bb6e9f15bc6089c24d54d3ec4c08463c3df4df1fed43d20e07ac3e590\"", "full_name": "custom-components/ups", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f80b683", "last_release_tag": null, "last_updated": "2021-05-19T10:28:06Z", "name": "ups", "new": false, "repository_manifest": {"name": "UPS", "country": ["US"]}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": [], "version_installed": null}, "139894340": {"authors": ["@ludeeus", "@jlverhagen"], "category": "integration", "description": "A sensor that gives you weather alerts from alerts.weather.gov.", "domain": "weatheralerts", "downloads": 0, "etag_repository": "W/\"f65d9f3324e7ef1020aabb2a2bce5f92398025ac930a2885eb8affd69129dbe7\"", "full_name": "custom-components/weatheralerts", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5c0e6e8", "last_release_tag": "v0.1.4", "last_updated": "2021-09-03T23:14:59Z", "name": "weatheralerts", "new": false, "repository_manifest": {"name": "Weatheralerts", "render_readme": true, "country": ["US"]}, "selected_tag": null, "show_beta": false, "stars": 51, "topics": ["custom-components", "home-assistant", "homeassistant", "weatheralerts"], "version_installed": null, "last_fetched": 1642851060.346082}, "139894509": {"authors": ["@ludeeus"], "category": "integration", "description": "A sensor that give you information about next departure from spesified stop.", "domain": "wienerlinien", "downloads": 0, "etag_repository": "W/\"3ef494fefd0774007e7d45a0148b10a90516d4cda56f60091671acfa039b64d8\"", "full_name": "custom-components/wienerlinien", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "11c9b0f", "last_release_tag": null, "last_updated": "2021-09-10T16:29:27Z", "name": "wienerlinien", "new": false, "repository_manifest": {"name": "wienerlinien", "render_readme": true, "hacs": "0.19.0"}, "selected_tag": null, "show_beta": false, "stars": 18, "topics": ["custom-components", "home-assistant", "homeassistant", "wiener-linien"], "version_installed": null}, "180651910": {"authors": ["hellowlol"], "category": "integration", "description": "zaptec charger custom component for home assistant", "domain": "zaptec", "downloads": 0, "etag_repository": "W/\"55f84110c1942713d559ede678c1e2a0641320f21da6c21c72ede5d0cafce1d9\"", "full_name": "custom-components/zaptec", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c2bad10", "last_release_tag": "0.0.3", "last_updated": "2022-01-12T09:07:24Z", "name": "zaptec", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 7, "topics": ["api", "custom-component", "homeassistant", "zaptec"], "version_installed": null, "last_fetched": 1642851060.84497}, "228604799": {"authors": ["@cyberjunky"], "category": "integration", "description": "This component tracks devices using the arp-scan liinux command, it's very fast, and reasonably accurate.", "domain": "arpscan_tracker", "downloads": 0, "etag_repository": "W/\"b04c1d3f278556b8a60d7c2edeb8c4cbcb3f73a75e53e4a8073b64362fbe4af7\"", "full_name": "cyberjunky/home-assistant-arpscan_tracker", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2bae936", "last_release_tag": "1.0.6", "last_updated": "2021-02-21T17:03:43Z", "name": "arpscan_tracker", "new": false, "repository_manifest": {"name": "Arpscan Device Tracker", "country": ["NL"], "render_readme": false, "domains": ["device_tracker"]}, "selected_tag": null, "show_beta": false, "stars": 14, "topics": ["custom-component", "hacs", "home-assistant", "homeassistant", "python"], "version_installed": null}, "228649088": {"authors": ["@cyberjunky"], "category": "integration", "description": ":fire_engine: This component tracks P2000 emergency events in The Netherlands.", "domain": "p2000", "downloads": 0, "etag_repository": "W/\"1b92f72fe5020a190a6088dabf196c83380acc95a557288ec368b6679f8a6ef5\"", "full_name": "cyberjunky/home-assistant-p2000", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "ef82004", "last_release_tag": "1.0.22", "last_updated": "2022-01-03T08:22:55Z", "name": "p2000", "new": false, "repository_manifest": {"name": "P2000 Sensor", "country": ["NL"], "render_readme": false, "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 36, "topics": ["custom-component", "emergency", "hacs", "home-assistant", "homeassistant", "p2000", "python"], "version_installed": null, "last_fetched": 1643571227.307516}, "228618998": {"authors": ["@cyberjunky"], "category": "integration", "description": ":electric_plug: This component can read values from and control Plugwise circles and plugs.", "domain": "plugwise", "downloads": 0, "etag_repository": "W/\"680d99964c3533ae6aa8de3976e9975049add5e75ceeaf05dd4e84101233e42b\"", "full_name": "cyberjunky/home-assistant-plugwise", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "8b55d62", "last_release_tag": "1.0.4", "last_updated": "2020-07-08T06:34:47Z", "name": "plugwise", "new": false, "repository_manifest": {"name": "Plugwise", "country": ["NL"], "render_readme": false, "domains": ["switch", "sensor"]}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["custom-component", "hacs", "home-assistant", "homeassistant", "plugwise", "power", "python"], "version_installed": null}, "228627470": {"authors": ["@cyberjunky"], "category": "integration", "description": ":recycle: :wastebasket: This component fetches garbage pickup dates for parts of The Netherlands using HVC Groep's REST API.", "domain": "hvcgroep", "downloads": 0, "etag_repository": "W/\"b10f229b40f0d84ca6513b3c5da8b6b009980757540f1bf9d4667a6bf3778c3a\"", "full_name": "cyberjunky/home-assistant-hvcgroep", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e0b7f47", "last_release_tag": "1.0.7", "last_updated": "2021-12-18T16:53:31Z", "name": "hvcgroep", "new": false, "repository_manifest": {"name": "HVCGroep", "country": ["NL"], "render_readme": false, "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": ["custom-component", "hacs", "home-assistant", "homeassistant", "python"], "version_installed": null, "last_fetched": 1643571227.256434}, "228662926": {"authors": ["@cyberjunky"], "category": "integration", "description": "This component provides a climate device for rooted Toon thermostats.", "domain": "toon_climate", "downloads": 0, "etag_repository": "W/\"eda7d4ba69610e52825f839f47579dfead222ea63697fd6db2f51b6c93275b20\"", "full_name": "cyberjunky/home-assistant-toon_climate", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "df7e7d7", "last_release_tag": "1.0.12", "last_updated": "2021-12-18T11:49:03Z", "name": "toon_climate", "new": false, "repository_manifest": {"name": "Toon Climate", "country": ["NL"], "render_readme": false, "domains": ["climate"]}, "selected_tag": null, "show_beta": false, "stars": 21, "topics": [], "version_installed": null}, "228685436": {"authors": ["@cyberjunky"], "category": "integration", "description": "This component reads and displays the boiler status values from a rooted Toon thermostat.", "domain": "toon_boilerstatus", "downloads": 0, "etag_repository": "W/\"9928e5fa5bfd7bfb7eb14e66f81bacd63b6a94e8fe8d7dc4b726d8b15bd92731\"", "full_name": "cyberjunky/home-assistant-toon_boilerstatus", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "aef155c", "last_release_tag": "1.0.11", "last_updated": "2021-12-24T18:48:36Z", "name": "toon_boilerstatus", "new": false, "repository_manifest": {"name": "Toon Boiler Status", "render_readme": false, "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 7, "topics": ["custom-component", "cv", "hacs", "home-assistant", "homeassistant", "opentherm", "python", "toon"], "version_installed": null, "last_fetched": 1641895563.782635}, "228678807": {"authors": ["@cyberjunky"], "category": "integration", "description": "This component reads and displays sensor values from the meteradapter connected to a rooted Toon thermostat.", "domain": "toon_smartmeter", "downloads": 0, "etag_repository": "W/\"783c503287d323a8d367a5376ccded03c815b20cb5ac60b1dbaa482d2d3f5627\"", "full_name": "cyberjunky/home-assistant-toon_smartmeter", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d3a646b", "last_release_tag": "1.0.20", "last_updated": "2021-12-29T12:12:09Z", "name": "toon_smartmeter", "new": false, "repository_manifest": {"name": "Toon Smart Meter", "country": ["NL"], "render_readme": false, "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 11, "topics": ["custom-component", "hacs", "home-assistant", "homeassistant", "python"], "version_installed": null, "last_fetched": 1641057957.227539}, "228690854": {"authors": ["@cyberjunky"], "category": "integration", "description": "This components reads statistics from a The Things Network Gateway.", "domain": "ttn_gateway", "downloads": 0, "etag_repository": "W/\"ecf9fda4a133f4e12dd455a0e95d9f75f6945748eab2678835fbff247ae60e12\"", "full_name": "cyberjunky/home-assistant-ttn_gateway", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "0d805b8", "last_release_tag": "1.0.7", "last_updated": "2021-12-18T16:52:03Z", "name": "ttn_gateway", "new": false, "repository_manifest": {"name": "TTN Gateway Sensor", "country": ["NL"], "render_readme": false, "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": [], "version_installed": null}, "258796304": {"authors": ["@cyr-ius"], "category": "integration", "description": "Service to set motion's sensors and change scan intervall for remotes and motions", "domain": "hueserviceadvanced", "downloads": 0, "etag_repository": "W/\"114ee483a4d914bdf8037ccffc19363dba8f219d898c67ce232f54d8d740af6b\"", "full_name": "Cyr-ius/hass-hue-service-advanced", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c60d1d8", "last_release_tag": "1.3.5", "last_updated": "2021-06-06T00:45:33Z", "name": "hueserviceadvanced", "new": false, "repository_manifest": {"name": "Hue Service Advanced", "country": ["FR"], "domains": ["sensor"], "homeassistant": "0.109"}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": [], "version_installed": null}, "220661494": {"authors": ["@cyr-ius"], "category": "integration", "description": "Livebox Component for Home assistant", "domain": "livebox", "downloads": 0, "etag_repository": "W/\"94b13e49cd698762a304f56faaa7cb347bf7374253374877a5ba0b197afdcdc2\"", "full_name": "Cyr-ius/hass-livebox-component", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "833e1c9", "last_release_tag": "1.7.1", "last_updated": "2021-12-30T07:04:27Z", "name": "livebox", "new": false, "repository_manifest": {"name": "Orange Livebox routeur", "country": ["FR"], "domains": ["device_tracker", "sensor", "binary_sensor", "switch"], "homeassistant": "0.109"}, "selected_tag": null, "show_beta": false, "stars": 21, "topics": ["hacs", "home-assistant", "homeassistant", "homeassistant-components"], "version_installed": null, "last_fetched": 1641057958.703449}, "297379398": {"authors": ["@danielhiversen"], "category": "integration", "description": "Custom component for Tractive", "domain": "tractive", "downloads": 0, "etag_repository": "W/\"eece8de20df2efdd4a54865224c73085f5b58ac446fc2c2775ed847bf3789360\"", "full_name": "Danielhiversen/home_assistant_tractive", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1c85a48", "last_release_tag": "0.3.1", "last_updated": "2021-12-20T09:30:02Z", "name": "tractive", "new": false, "repository_manifest": {"name": "Tractive", "domains": ["device_tracker"], "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 30, "topics": ["hacs", "home-assistant", "home-assistant-custom", "tractive"], "version_installed": null}, "293843053": {"authors": ["@danielhiversen"], "category": "integration", "description": "Integration for Adax heaters", "domain": "adax", "downloads": 0, "etag_repository": "W/\"4f30fc57adb5a6788d9a1495c0959a3ab031962f9ea6d931d988dbe9bbbf9b31\"", "full_name": "Danielhiversen/home_assistant_adax", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "001c5de", "last_release_tag": "0.4.5", "last_updated": "2021-04-28T05:30:29Z", "name": "adax", "new": false, "repository_manifest": {"name": "Adax heaters", "domains": ["climate"], "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 23, "topics": ["adax", "adax-heaters", "hacs", "homeassistant"], "version_installed": null, "last_fetched": 1641587689.787434}, "158194879": {"authors": ["@danobot"], "category": "integration", "description": "Entity and lighting controller for managing devices via timers, scripts, and sun-based time restrictions.", "domain": "entity_controller", "downloads": 0, "etag_repository": "W/\"77f9834d48c40913309f6065b4c239af1485166fed1892201d49145582a7976c\"", "full_name": "danobot/entity-controller", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2771f1e", "last_release_tag": "v9.3.0", "last_updated": "2021-10-30T11:14:11Z", "name": "entity_controller", "new": false, "repository_manifest": {"name": "Entity Controller", "homeassistant": "0.117.0"}, "selected_tag": null, "show_beta": false, "stars": 180, "topics": ["finite-state-machine", "hass", "home-assistant", "home-automation", "internet-of-things", "iot", "lighting-controller", "motion-light", "motion-sensor", "python", "smart-home"], "version_installed": null, "last_fetched": 1643571227.773501}, "195459345": {"authors": ["@daenny"], "category": "integration", "description": "Home Assistant Climate Group", "domain": "climate_group", "downloads": 0, "etag_repository": "W/\"5115194afbbbd0d1b64dba65173d507d31cd07c58a45f0f537c3f9804f2d4c45\"", "full_name": "daenny/climate_group", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "24631ab", "last_release_tag": "0.6.0", "last_updated": "2021-12-20T16:13:00Z", "name": "climate_group", "new": false, "repository_manifest": {"domains": ["climate"], "name": "Climate Group", "render_readme": true, "homeassistant": "0.96.0"}, "selected_tag": null, "show_beta": false, "stars": 57, "topics": [], "version_installed": null, "last_fetched": 1641470196.229343}, "224001103": {"authors": ["@biker91620", "@cyr-ius"], "category": "integration", "description": "Cozytouch support for Home Assistant", "domain": "cozytouch", "downloads": 0, "etag_repository": "W/\"4463e789529a0928fceaedd1a4f206ec7a15989dd653cd9cccf91645d40ff3fb\"", "full_name": "Cyr-ius/hass-cozytouch", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "965ae4d", "last_release_tag": "1.6.6", "last_updated": "2021-12-21T13:05:10Z", "name": "cozytouch", "new": false, "repository_manifest": {"name": "Cozytouch", "country": ["FR"], "domains": ["binary_sensor", "sensor", "climate", "water_heater", "switch"], "homeassistant": "0.109"}, "selected_tag": null, "show_beta": false, "stars": 19, "topics": [], "version_installed": null, "last_fetched": 1641895568.555787}, "203736221": {"authors": ["@almirdelkic", "@dave-code-ruiz", "@LordMike"], "category": "integration", "description": "Custom Component to connect Home Assistant with Uhome Uponor Smatrix App", "domain": "uhomeuponor", "downloads": 0, "etag_repository": "W/\"e4b135433b073e2179c8857eb65bce2a815041b803b560fd162fd74be4a5e5e7\"", "full_name": "dave-code-ruiz/uhomeuponor", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "610b6ff", "last_release_tag": "1.0.0", "last_updated": "2021-12-20T13:55:09Z", "name": "uhomeuponor", "new": false, "repository_manifest": {"name": "Uponor Uhome integration", "render_readme": true, "domains": ["sensor", "climate"]}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": ["customcomponents", "gateway", "homeassistant", "python", "rest-api", "setpoint", "smatrix", "smatrixwaveplus", "thermostat", "uponor"], "version_installed": null, "last_fetched": 1642851070.452233}, "201457186": {"authors": ["@darksir23"], "category": "integration", "description": "HomeAssistant Sensor for Mylar (Compatible with Upcoming Meda Card)", "domain": "mylar", "downloads": 0, "etag_repository": "W/\"e5632177f97a47539d4a2480308448f80de0e588d4b42b3e893062c48f552314\"", "full_name": "WillowMist/sensor.mylar", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b25f87d", "last_release_tag": null, "last_updated": "2019-11-23T19:10:34Z", "name": "mylar", "new": false, "repository_manifest": {"name": "Mylar Sensor Card", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["media-card", "mylar", "sensor"], "version_installed": null, "last_fetched": 1642943792.299242}, "160218749": {"authors": ["@DavidMStraub"], "category": "integration", "description": "Custom component for Home Assistant to connect appliances supporting the Home Connect standard", "domain": "home_connect_beta", "downloads": 0, "etag_repository": "W/\"1673b40ae87d93c34dedc94e8f94fb701d3776ddfe8712421d082843cf69124a\"", "full_name": "DavidMStraub/homeassistant-homeconnect", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "008091f", "last_release_tag": "v1.0.1", "last_updated": "2021-12-12T07:53:34Z", "name": "home_connect_beta", "new": false, "repository_manifest": {"name": "Home Connect", "domains": ["sensor", "binary_sensor", "switch"], "homeassistant": "0.102", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 119, "topics": ["hacs", "homeassistant", "homeconnect", "python"], "version_installed": null, "last_fetched": 1642520500.571336}, "266557774": {"authors": ["deblockt"], "category": "integration", "description": "proscenic 790T intergration for home assistant", "domain": "proscenic", "downloads": 0, "etag_repository": "W/\"2d9e31b7d9a838db0873013b7158102a561e903530a1817b2a918deaa9eb8bcd\"", "full_name": "deblockt/hass-proscenic-790T-vacuum", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "79e95b6", "last_release_tag": "0.0.8", "last_updated": "2021-10-31T11:09:24Z", "name": "proscenic", "new": false, "repository_manifest": {"name": "proscenic 790T vacuum", "domains": ["vacuum"], "homeassistant": "2021.7.4", "iot_class": "local_polling", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 11, "topics": ["790t", "home-assistant", "proscenic", "vacuum", "vacuum-cleaner"], "version_installed": null}, "283518438": {"authors": ["@definitio"], "category": "integration", "description": "Home Assistant integration for RHVoice - a local text-to-speech engine.", "domain": "rhvoice", "downloads": 0, "etag_repository": "W/\"437bfbe8d031812c1c469d2a6fa998a409bd386db833b2d63b6382f15ae2106e\"", "full_name": "definitio/ha-rhvoice", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6a0b65c", "last_release_tag": "1.3", "last_updated": "2021-12-25T14:29:22Z", "name": "rhvoice", "new": false, "repository_manifest": {"name": "RHVoice", "render_readme": true, "domains": ["tts"]}, "selected_tag": null, "show_beta": false, "stars": 16, "topics": ["home-assistant", "integration", "rhvoice", "smarthome", "tts"], "version_installed": null, "last_fetched": 1643571227.973679}, "283243425": {"authors": ["@definitio"], "category": "integration", "description": "A Home Assistant integration to turn your vacuum into an audio player.", "domain": "sox", "downloads": 0, "etag_repository": "W/\"55054d5662e6fca8fb62ed079439763f6194740555b275be0669a5e199ceffd9\"", "full_name": "definitio/ha-sox", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "ae0a449", "last_release_tag": "1.1.2", "last_updated": "2021-05-20T11:11:34Z", "name": "sox", "new": false, "repository_manifest": {"name": "SoX", "render_readme": true, "domains": ["media_player"]}, "selected_tag": null, "show_beta": false, "stars": 10, "topics": ["audio-player", "home-assistant", "integration", "roborock", "robot-vacuum", "smarthome", "vacuum", "xiaomi"], "version_installed": null, "last_fetched": 1643571228.062816}, "255139072": {"authors": ["@dgomes"], "category": "integration", "description": "Home Assistant Custom Component for ERSE", "domain": "erse", "downloads": 0, "etag_repository": "W/\"a78c26d72f14b8b70f3a35613a17dd502242bf40b91d5c2d89d1aa78544575d4\"", "full_name": "dgomes/ha_erse", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2d83134", "last_release_tag": "2.1.2", "last_updated": "2021-11-06T00:50:17Z", "name": "erse", "new": false, "repository_manifest": {"name": "Entidade Reguladora dos Servi\u00e7os Energ\u00e9ticos", "country": ["PT"], "homeassistant": "2021.11.0", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 17, "topics": ["home-assistant-component", "utility-meters"], "version_installed": null, "last_fetched": 1643571228.371309}, "163322610": {"authors": ["Djbulsink", "SeraphimSerapis"], "category": "integration", "description": "Panasonic Comfort Cloud HA component", "domain": "panasonic_ac", "downloads": 0, "etag_repository": "W/\"05b3c1c1f7672cb888fc59f76434996805f437d6c57ce3f0dabdb4243a4bbd6a\"", "full_name": "djbulsink/panasonic_ac", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "fc0b613", "last_release_tag": null, "last_updated": "2021-07-18T13:30:47Z", "name": "panasonic_ac", "new": false, "repository_manifest": {"name": "Panasonic Comfort Cloud HA component", "domains": ["climate"], "homeassistant": "0.110.0"}, "selected_tag": null, "show_beta": false, "stars": 27, "topics": [], "version_installed": null}, "177469955": {"authors": ["@dlarrick"], "category": "integration", "description": "Home Assistant module interfacing with Mitsubishi mini-split units", "domain": "kumo", "downloads": 0, "etag_repository": "W/\"2328c7a98ab9cc9a2b4e9a014aadbfd54c9c68f715b191a9889cae82159390d2\"", "full_name": "dlarrick/hass-kumo", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3d64cb7", "last_release_tag": "v0.2.8", "last_updated": "2021-12-19T03:22:01Z", "name": "kumo", "new": false, "repository_manifest": {"name": "Mitsubishi Kumo Cloud", "render_readme": true, "domains": ["climate"], "homeassistant": "0.96.0", "iot_class": "local_poll"}, "selected_tag": null, "show_beta": false, "stars": 38, "topics": ["climate", "custom-component", "home-assistant", "homeassistant", "kumo", "kumocloud", "mini-split", "mitsubishi", "python"], "version_installed": null, "last_fetched": 1642520500.813846}, "291751884": {"authors": ["@djtimca"], "category": "integration", "description": "Home Assistant integration for SpaceX Next Launch and Starman data.", "domain": "spacex", "downloads": 0, "etag_repository": "W/\"94678e7f2909daa6319103661ededc6351809362d8ee1be8ec6806e11752b0d8\"", "full_name": "djtimca/HASpaceX", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e716158", "last_release_tag": "030", "last_updated": "2021-12-19T15:28:22Z", "name": "spacex", "new": false, "repository_manifest": {"name": "SpaceX Next Launch and Starman", "country": ["CA"], "domains": ["binary_sensor", "sensor"], "homeassistant": "0.115.0", "iot_class": ["Cloud Polling"]}, "selected_tag": null, "show_beta": false, "stars": 24, "topics": ["home-assistant", "home-assistant-component", "home-assistant-custom", "home-assistant-sensor", "spacex", "spacex-launches"], "version_installed": null, "last_fetched": 1641307192.454496}, "229014136": {"authors": ["doudz"], "category": "integration", "description": "myjdownloader integration for home assistant", "domain": "myjdownloader", "downloads": 0, "etag_repository": "W/\"90de0534407df02af2188fac2a28d170f264e50245e9b5d0ed8491a545f8314c\"", "full_name": "doudz/homeassistant-myjdownloader", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2ef462d", "last_release_tag": "2.1.0", "last_updated": "2021-12-04T20:29:43Z", "name": "myjdownloader", "new": false, "repository_manifest": {"name": "MyJDownloader", "domains": ["sensor", "binary_sensor", "switch"], "render_readme": true, "iot_class": "cloud_polling"}, "selected_tag": null, "show_beta": false, "stars": 13, "topics": [], "version_installed": null, "last_fetched": 1641057968.411202}, "188698828": {"authors": [], "category": "integration", "description": "Adds support for Yandex Smart Home (Alice voice assistant) into Home Assistant", "domain": "yandex_smart_home", "downloads": 0, "etag_repository": "W/\"096339396f040273e4e9afdeec08dbd90856a5946eaa218c3a4d5f2ade068874\"", "full_name": "dmitry-k/yandex_smart_home", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9d06820", "last_release_tag": "v0.3.6", "last_updated": "2022-01-05T09:49:38Z", "name": "yandex_smart_home", "new": false, "repository_manifest": {"country": ["RU", "BY"], "homeassistant": "2021.7", "name": "Yandex Smart Home", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 476, "topics": ["alice", "home-assistant-component", "voice-assistant", "yandex"], "version_installed": null, "last_fetched": 1643571229.317005}, "200073618": {"authors": ["@dlashua"], "category": "integration", "description": "Add template binary_sensors from the UI.", "domain": "templatebinarysensor", "downloads": 0, "etag_repository": "W/\"bff79847f43ac62020e1807780ff05b9120ff6f5e53a481a673668b229c792a7\"", "full_name": "dlashua/templatebinarysensor", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "48d6b86", "last_release_tag": null, "last_updated": "2021-11-11T12:35:12Z", "name": "templatebinarysensor", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 0, "topics": [], "version_installed": null}, "230841240": {"authors": ["@dr1rrb"], "category": "integration", "description": "Twinkly integration for Home-Assistant", "domain": "twinkly", "downloads": 0, "etag_repository": "W/\"89c65102f0d04803aae262ed9e2f07f5122315e3c4ea2ec0a9e25327bf2a473d\"", "full_name": "dr1rrb/ha-twinkly", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5e66794", "last_release_tag": null, "last_updated": "2020-11-22T03:12:22Z", "name": "twinkly", "new": false, "repository_manifest": {"name": "Twinkly", "domains": ["light"], "iot_class": "local_polling", "render_readme": false}, "selected_tag": null, "show_beta": false, "stars": 12, "topics": ["custom-component", "hacs", "home-assistant", "homeassistant", "light", "twinkly"], "version_installed": null}, "157782680": {"authors": ["@DSorlov"], "category": "integration", "description": "HomeAssistant SL Sensor (HASL)", "domain": "hasl", "downloads": 0, "etag_repository": "W/\"460ebb6c71e8892b174807c4a16f7f69b021ec27a0f023bcc1ab1d8fe5f0d92b\"", "full_name": "DSorlov/hasl-platform", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6d6b27b", "last_release_tag": "2.2.8", "last_updated": "2022-01-03T15:54:51Z", "name": "hasl", "new": false, "repository_manifest": {"name": "Home Assistant SL Sensor (HASL)", "content_in_root": false, "zip_release": false, "render_readme": false, "domains": ["sensor"], "country": ["SE"], "homeassistant": "2021.12", "iot_class": "cloud_poll"}, "selected_tag": null, "show_beta": false, "stars": 21, "topics": ["ha-sensor-sl", "homeassistant", "homeassistant-sensor", "sl-sensor", "stockholms-lokaltrafik"], "version_installed": null, "last_fetched": 1641307193.753598}, "267076188": {"authors": ["@dynasticorpheus"], "category": "integration", "description": "Gigaset Smart Home integration for Home Assistant", "domain": "gigasetelements", "downloads": 0, "etag_repository": "W/\"fcd95fa8d304af02f3634dd174e63e7502c5e0faed2e7a9dd3a1e4cbde1b143c\"", "full_name": "dynasticorpheus/gigasetelements-ha", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7563c7b", "last_release_tag": "2022.1.0", "last_updated": "2022-01-30T15:11:29Z", "name": "gigasetelements", "new": false, "repository_manifest": {"name": "Gigaset Elements", "render_readme": "true", "homeassistant": "2021.4.6"}, "selected_tag": null, "show_beta": false, "stars": 11, "topics": ["community", "custom-component", "custom-components", "gigaset", "gigasetelements", "hacs", "home-assistant", "home-automation", "homeassistant", "integration", "python3", "smarthome"], "version_installed": null, "last_fetched": 1643571229.375805}, "250345421": {"authors": ["@eifinger"], "category": "integration", "description": "Homeassistant integration for FoldingAtHomeControl", "domain": "foldingathomecontrol", "downloads": 0, "etag_repository": "W/\"8fcfa52685111da25a92728007bb84786565ae45d0e04a7ad332c690860edc5e\"", "full_name": "eifinger/hass-foldingathomecontrol", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "80fc72d", "last_release_tag": "v2.0.14", "last_updated": "2022-01-10T17:17:08Z", "name": "foldingathomecontrol", "new": false, "repository_manifest": {"name": "Folding@HomeControl", "domains": ["sensor"], "homeassistant": "2021.12.0", "iot_class": "Local Push"}, "selected_tag": null, "show_beta": false, "stars": 14, "topics": ["asyncio", "folding-at-home", "foldingathome", "hacktoberfest", "homeassistant", "python", "python3"], "version_installed": null, "last_fetched": 1641895576.742688}, "206574936": {"authors": ["@eavanvalkenburg"], "category": "integration", "description": "SIA alarm systems integration into Home Assistant", "domain": "sia", "downloads": 0, "etag_repository": "W/\"057e606aa96dd7620d67153be87f8993a163fb122b23d24c3d995f2ef11294ca\"", "full_name": "eavanvalkenburg/sia", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9ec5e93", "last_release_tag": "v0.3.11", "last_updated": "2021-10-20T15:19:04Z", "name": "sia", "new": false, "repository_manifest": {"name": "SIA", "domains": ["binary_sensor"]}, "selected_tag": null, "show_beta": false, "stars": 47, "topics": [], "version_installed": null, "last_fetched": 1642520501.18063}, "202322117": {"authors": ["@eifinger"], "category": "integration", "description": "Custom Component for Homeassistant Providing Travel Time Information using openrouteservice.org", "domain": "open_route_service", "downloads": 0, "etag_repository": "W/\"35da629e5d450ff343441f12b1c8d290a23b26622dce983882f99cce8b3c6bc5\"", "full_name": "eifinger/open_route_service", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "ca140dc", "last_release_tag": "v1.1.1", "last_updated": "2022-01-06T14:24:36Z", "name": "open_route_service", "new": false, "repository_manifest": {"name": "open_route_service", "domains": ["sensor"], "iot_class": ["Cloud Polling"]}, "selected_tag": null, "show_beta": false, "stars": 10, "topics": ["homeassistant", "open-route-service", "python", "python3"], "version_installed": null, "last_fetched": 1641587703.063702}, "213959778": {"authors": ["@elad-bar"], "category": "integration", "description": "Dahua VTO Integration", "domain": "dahuavto", "downloads": 0, "etag_repository": "W/\"8b6985153f2c82718d8684e302d1a9d96bd7de593dfdfc9e77ff5ad549f22430\"", "full_name": "elad-bar/ha-dahuavto", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "895da2c", "last_release_tag": null, "last_updated": "2020-10-01T10:34:46Z", "name": "dahuavto", "new": false, "repository_manifest": {"name": "Dahua VTO Integration", "iot_class": "Local Polling"}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": [], "version_installed": null}, "169641362": {"authors": ["@elad-bar"], "category": "integration", "description": "Integration with Blue Iris Video Security Software", "domain": "blueiris", "downloads": 0, "etag_repository": "W/\"093e3771aeed3b510a6336416a49836058c0f41b354a137f1f1e0cdc09a81016\"", "full_name": "elad-bar/ha-blueiris", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "22af8ab", "last_release_tag": "v1.0.7", "last_updated": "2021-12-11T13:52:12Z", "name": "blueiris", "new": false, "repository_manifest": {"name": "BlueIris NVR", "iot_class": "Local Polling", "homeassistant": "2021.12.0"}, "selected_tag": null, "show_beta": false, "stars": 110, "topics": [], "version_installed": null, "last_fetched": 1643545554.568682}, "220482107": {"authors": ["@elad-bar"], "category": "integration", "description": "HP Printer Integration", "domain": "hpprinter", "downloads": 0, "etag_repository": "W/\"fdc1cd2d871237b58998794ef74764202cc181d378ce8ed0d31d6fb4e9828cc1\"", "full_name": "elad-bar/ha-hpprinter", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "0261b8e", "last_release_tag": "v1.0.5", "last_updated": "2021-12-30T16:59:01Z", "name": "hpprinter", "new": false, "repository_manifest": {"name": "HP Printers Integration", "iot_class": "Local Polling", "homeassistant": "2021.12.0"}, "selected_tag": null, "show_beta": false, "stars": 55, "topics": [], "version_installed": null, "last_fetched": 1643571230.096681}, "169467285": {"authors": ["@elad-bar"], "category": "integration", "description": "Integration with EdgeOS (Ubiquiti)", "domain": "edgeos", "downloads": 0, "etag_repository": "W/\"8f34ce15a8a53891a87e2f31304c559da0e01e1e7310a603be6ef73e02269e8d\"", "full_name": "elad-bar/ha-edgeos", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2a348e6", "last_release_tag": "v1.1.7", "last_updated": "2021-12-12T16:24:18Z", "name": "edgeos", "new": false, "repository_manifest": {"name": "EdgeOS (Ubiquiti)", "iot_class": "Local Polling", "homeassistant": "2021.12.0"}, "selected_tag": null, "show_beta": false, "stars": 86, "topics": [], "version_installed": null, "last_fetched": 1642851081.932442}, "177169766": {"authors": ["@eseglem"], "category": "integration", "description": "Home Assistant WattBox Component", "domain": "wattbox", "downloads": 0, "etag_repository": "W/\"073ba410f8c281dd189609770a904c9fce951ee9f31fcedd91dbf9ffffbe704d\"", "full_name": "eseglem/hass-wattbox", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4aaf37d", "last_release_tag": "v0.7.0", "last_updated": "2021-08-23T22:39:23Z", "name": "wattbox", "new": false, "repository_manifest": {"name": "Wattbox", "domains": ["binary_sensor", "sensor", "switch"], "iot_class": "Local Polling", "homeassistant": "2021.8.0"}, "selected_tag": null, "show_beta": false, "stars": 7, "topics": ["battery", "hacs", "home-assistant", "ups", "wattbox"], "version_installed": null}, "255073429": {"authors": ["@ericpignet"], "category": "integration", "description": "LG Hombot/Roboking Component for Home Assistant.", "domain": "lg_hombot", "downloads": 0, "etag_repository": "W/\"aedb90bb819ec7c30dcdf09cdd89ada6310560217eb2acdb649cb8c87ddd7e65\"", "full_name": "ericpignet/home-assistant-lg_hombot", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "13d21d3", "last_release_tag": "v0.0.3", "last_updated": "2021-06-21T01:02:21Z", "name": "lg_hombot", "new": false, "repository_manifest": {"name": "LG Hombot Vacuum Cleaner", "domains": ["vacuum"], "homeassistant": "0.108.0"}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": ["custom-components", "hacs", "hombot", "home-assistant", "home-assistant-component", "homeassistant", "roboking"], "version_installed": null}, "257586609": {"authors": ["@ericpignet"], "category": "integration", "description": "TPLink router device tracker for Home Assistant", "domain": "tplink_router", "downloads": 0, "etag_repository": "W/\"1c1f91bc8c7dffb513367982d2b79b7251f38ca7eb174b77d70f971df1aa700d\"", "full_name": "ericpignet/home-assistant-tplink_router", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "eaf3e98", "last_release_tag": "v0.0.6", "last_updated": "2021-12-03T23:24:45Z", "name": "tplink_router", "new": false, "repository_manifest": {"name": "TPLink Router", "domains": ["device_tracker"], "homeassistant": "0.108.0"}, "selected_tag": null, "show_beta": false, "stars": 29, "topics": ["custom-components", "hacs", "home-assistant", "home-assistant-component", "homeassistant", "tplink"], "version_installed": null, "last_fetched": 1643571230.33706}, "213950645": {"authors": [], "category": "integration", "description": "Support for interface with an ElkoEP Lara devices", "domain": "elkoep_lara", "downloads": 0, "etag_repository": "W/\"50d62be0ca3ad45820e46a1652802ef165d270306ab5a4e13c4d389b150829eb\"", "full_name": "exKAjFASH/media_player.elkoep_lara", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2969807", "last_release_tag": "v0.1.0", "last_updated": "2021-06-15T09:28:14Z", "name": "elkoep_lara", "new": false, "repository_manifest": {"name": "ElkoEP Lara", "render_readme": true, "domains": ["media_player"]}, "selected_tag": null, "show_beta": false, "stars": 0, "topics": ["custom-component", "home-assistant", "homeassistant", "python"], "version_installed": null}, "262140617": {"authors": ["@eyalcha"], "category": "integration", "description": "Home Assistant sensor to read water meter", "domain": "read_your_meter", "downloads": 0, "etag_repository": "W/\"22a019bdd7c4ecbe2783b2d534dbfb72c81349944138aa47f5d4243dda06b29a\"", "full_name": "eyalcha/read_your_meter", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "23063bf", "last_release_tag": "1.0.11", "last_updated": "2021-09-15T16:00:50Z", "name": "read_your_meter", "new": false, "repository_manifest": {"name": "Read Your Meter", "domains": ["sensor"], "country": ["IL"], "homeassistant": "0.106.0"}, "selected_tag": null, "show_beta": false, "stars": 26, "topics": ["custom-component", "hacs", "home-assistant", "sensor"], "version_installed": null}, "261291147": {"authors": ["@eyalcha"], "category": "integration", "description": "Thermal camera for Home Assistant", "domain": "thermal", "downloads": 0, "etag_repository": "W/\"4afc996368b0743fc2c6c231dd3c0fd21a1a6c33e5716c884ddaa1587e54f4d3\"", "full_name": "eyalcha/thermal", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "bf43aa3", "last_release_tag": "1.0.0", "last_updated": "2021-06-24T00:05:39Z", "name": "thermal", "new": false, "repository_manifest": {"name": "Thermal", "domains": ["camera", "sensor"], "homeassistant": "0.106.0"}, "selected_tag": null, "show_beta": false, "stars": 24, "topics": ["camera", "custom-component", "home-assistant", "sensor"], "version_installed": null}, "290436986": {"authors": ["@fineemb"], "category": "integration", "description": "\u7528\u4e8eHASS\u7684\u5f69\u4e91\u5929\u6c14\u7ec4\u4ef6", "domain": "colorfulclouds", "downloads": 0, "etag_repository": "W/\"07e61910dedc362a25e698f6ee33a4d208fec6a639463a9470e08cbb051dc34a\"", "full_name": "fineemb/Colorfulclouds-weather", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "bc9e898", "last_release_tag": "v1.2.6", "last_updated": "2021-05-04T14:39:53Z", "name": "colorfulclouds", "new": false, "repository_manifest": {"name": "\u5f69\u4e91\u5929\u6c14", "domains": ["weather", "sensor"], "render_readme": true, "homeassistant": "0.99.9", "country": ["CN"]}, "selected_tag": null, "show_beta": false, "stars": 40, "topics": ["hass", "weather"], "version_installed": null, "last_fetched": 1642094175.268777}, "237880993": {"authors": ["@fineemb"], "category": "integration", "description": "\u667a\u7c73\u667a\u80fd\u7535\u6696\u5668", "domain": "miheater", "downloads": 0, "etag_repository": "W/\"9062c5bf569523c60809f95ebfd39248e9555e4f0f8e82b5cc24b4f7186085ef\"", "full_name": "fineemb/Smartmi-smart-heater", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "28757be", "last_release_tag": "v1.23", "last_updated": "2021-01-13T01:49:54Z", "name": "miheater", "new": false, "repository_manifest": {"name": "Smartmi smart heater", "domains": ["climate"], "render_readme": true, "homeassistant": "0.99.9", "country": ["CN"]}, "selected_tag": null, "show_beta": false, "stars": 16, "topics": [], "version_installed": null}, "296320952": {"authors": ["@fineemb"], "category": "integration", "description": "HASS\u7684\u5c0f\u7c73\u4e91\u670d\u52a1\u96c6\u6210", "domain": "xiaomi_cloud", "downloads": 0, "etag_repository": "W/\"215ed00529a21158d7e718f24c2b58ef94ff03f986628c3747ab2cd4ffc50f93\"", "full_name": "fineemb/xiaomi-cloud", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "04d9793", "last_release_tag": "v1.2.6", "last_updated": "2021-05-04T14:38:20Z", "name": "xiaomi_cloud", "new": false, "repository_manifest": {"name": "\u5c0f\u7c73\u4e91\u670d\u52a1", "domains": ["device_tracker", "sensor"], "render_readme": true, "homeassistant": "0.99.9", "country": ["CN"]}, "selected_tag": null, "show_beta": false, "stars": 27, "topics": ["cloud", "hacs", "hass", "xiaomi"], "version_installed": null, "last_fetched": 1642094175.357851}, "229060565": {"authors": ["@fineemb"], "category": "integration", "description": "\u5c0f\u7c73\u517b\u751f\u58f6", "domain": "health_pot", "downloads": 0, "etag_repository": "W/\"16be15bbb0b0c448f5a8132c34e16536a1c19528cf1128f8e2a90f8c97ce1383\"", "full_name": "fineemb/Xiaomi-Smart-Multipurpose-Kettle", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e5c28dc", "last_release_tag": "v1.3", "last_updated": "2021-06-07T16:02:47Z", "name": "health_pot", "new": false, "repository_manifest": {"name": "Xiaomi Mijia Multifunctional MJYSH01YM", "domains": ["health_pot"], "render_readme": true, "homeassistant": "0.99.9"}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": [], "version_installed": null}, "285560672": {"authors": ["@FL550"], "category": "integration", "description": "Deutscher Wetterdienst integration for Home-Assistant", "domain": "dwd_weather", "downloads": 0, "etag_repository": "W/\"095d54dcb8d6caf5511021ff7cd75bba1306ddf41d38c567cc39b1437d33b1bb\"", "full_name": "FL550/dwd_weather", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "643c49e", "last_release_tag": "v1.2.17", "last_updated": "2022-01-07T16:28:18Z", "name": "dwd_weather", "new": false, "repository_manifest": {"name": "Deutscher Wetterdienst", "domains": ["weather", "sensor"], "iot_class": "Cloud Polling", "render_readme": false}, "selected_tag": null, "show_beta": false, "stars": 65, "topics": ["deutscher-wetterdienst", "dwd", "dwd-weather", "hacs", "hass", "home-assistant", "homeassistant", "weather", "weather-entity", "weather-forecast"], "version_installed": null, "last_fetched": 1641587710.040789}, "220685552": {"authors": ["@freakshock88"], "category": "integration", "description": "Custom component for Home Assistant which generates a sensor to show popularity for a google maps place.", "domain": "populartimes", "downloads": 0, "etag_repository": "W/\"21f6933662c8485775c27540810b39d6c6baff34f5eea819c42a2c2f925c18c5\"", "full_name": "freakshock88/hass-populartimes", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "86842d0", "last_release_tag": "0.24", "last_updated": "2021-05-05T18:54:43Z", "name": "populartimes", "new": false, "repository_manifest": {"name": "Popular Times", "render_readme": true, "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 18, "topics": ["google-maps", "google-places-api", "homeassistant"], "version_installed": null, "last_fetched": 1641217204.169365}, "226707533": {"authors": ["@freol35241"], "category": "integration", "description": "Long time state storage (LTSS) custom component for Home Assistant using Timescale DB", "domain": "ltss", "downloads": 0, "etag_repository": "W/\"2998cdceac16ada031f378f5a96479eeb7d88b72e31174dda320b3d08749efb5\"", "full_name": "freol35241/ltss", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "13cdd43", "last_release_tag": "v1.0.0", "last_updated": "2021-10-12T14:18:35Z", "name": "ltss", "new": false, "repository_manifest": {"name": "ltss", "iot_class": "Local Polling"}, "selected_tag": null, "show_beta": false, "stars": 33, "topics": ["custom-component", "database", "hacs", "homeassistant", "ltss", "state-storage", "storage", "timescaledb"], "version_installed": null, "last_fetched": 1643571230.932222}, "217507414": {"authors": ["@fineemb"], "category": "integration", "description": "\u63a5\u5165Hass\u7684\u51c9\u9738\u7ec4\u4ef6", "domain": "yeelink", "downloads": 0, "etag_repository": "W/\"169142bd6f57f510ea02d62f7a36e5ce83e4b5e6bc8156f33881f813ad972b50\"", "full_name": "fineemb/Yeelink-ven-fan", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "27cbd60", "last_release_tag": "v1.0", "last_updated": "2020-01-31T15:57:47Z", "name": "yeelink", "new": false, "repository_manifest": {"name": "Yeelight ven fan", "domains": ["fan"], "render_readme": true, "homeassistant": "0.99.9"}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": [], "version_installed": null}, "264655935": {"authors": ["@gadgetchnnel"], "category": "integration", "description": "A custom component for Home Assistant to allow regular entities to be used as a calendar", "domain": "entities_calendar", "downloads": 0, "etag_repository": "W/\"dc5a475f246aa4a5c6377fc1f88c1f21e45050c97804a4fa16421fc14460b3ab\"", "full_name": "gadgetchnnel/entities_calendar", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "cb2264f", "last_release_tag": "0.0.8", "last_updated": "2021-12-05T15:40:28Z", "name": "entities_calendar", "new": false, "repository_manifest": {"name": "Entities Calendar", "content_in_root": false, "domains": ["calendar"]}, "selected_tag": null, "show_beta": false, "stars": 11, "topics": ["calendar", "entities-calendar"], "version_installed": null, "last_fetched": 1641057981.870182}, "183212377": {"authors": ["@fondberg"], "category": "integration", "description": "Home assistant custom component to start Spotify playback on an idle chromecast device as well as control spotify connect devices", "domain": "spotcast", "downloads": 0, "etag_repository": "W/\"dcde6cdb19db1d868c3c36f05b420bb7d2d9ad6451e557be35f1419abadabab7\"", "full_name": "fondberg/spotcast", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "36ca464", "last_release_tag": "v3.6.24", "last_updated": "2022-01-29T10:28:06Z", "name": "spotcast", "new": false, "repository_manifest": {"name": "Spotcast", "domains": ["media_player", "sensor"], "homeassistant": "2021.12.0", "iot_class": ["Cloud Polling"]}, "selected_tag": null, "show_beta": false, "stars": 346, "topics": [], "version_installed": null, "last_fetched": 1643571230.891394}, "263757123": {"authors": ["@finity69x2"], "category": "integration", "description": "An updated version of the nws_alerts custom integration for Home Assistant", "domain": "nws_alerts", "downloads": 0, "etag_repository": "W/\"dc751f53ef576cdfeca7fbb4684e08b8bddcbb46ec9a791c74b79927fb792bd8\"", "full_name": "finity69x2/nws_alerts", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "8817a2c", "last_release_tag": "2.4", "last_updated": "2022-01-29T06:14:49Z", "name": "nws_alerts", "new": false, "repository_manifest": {"name": "NWS Alerts", "domains": ["sensor"], "homeassistant": "0.95.4", "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 17, "topics": ["alerts", "assistant", "home", "sensor", "weather"], "version_installed": null, "last_fetched": 1643571230.790616}, "261311061": {"authors": ["@garbled1"], "category": "integration", "description": "Ecowitt Weather Station integration for homeassistant", "domain": "ecowitt", "downloads": 0, "etag_repository": "W/\"c9f6374464f54bb0938e1460d208952bfb5ed0b00589c24eab3bf23cdfbc0d35\"", "full_name": "garbled1/homeassistant_ecowitt", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3ad3e03", "last_release_tag": "0.7", "last_updated": "2022-01-12T21:06:43Z", "name": "ecowitt", "new": false, "repository_manifest": {"name": "Ecowitt Weather Station", "render_readme": true, "domains": ["sensor", "binary_sensor"], "iot_class": "Local Push"}, "selected_tag": null, "show_beta": false, "stars": 71, "topics": ["ecowitt", "hacs", "home-assistant", "home-assistant-custom", "homeassistant-integration"], "version_installed": null, "last_fetched": 1642851091.52369}, "229755760": {"authors": ["@garbled1"], "category": "integration", "description": "Balboa spa integration for home-assistant", "domain": "balboa", "downloads": 0, "etag_repository": "W/\"7965efb22e88952c09f0f83cc34ad888065720acc75ae2b49bc4b7ca802b854c\"", "full_name": "garbled1/balboa_homeassistan", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "aece6fd", "last_release_tag": "0.6.1", "last_updated": "2021-10-11T13:24:27Z", "name": "balboa", "new": false, "repository_manifest": {"name": "Balboa Spa Client", "render_readme": true, "domains": ["binary_sensor", "climate", "fan", "switch"], "iot_class": "Local Push"}, "selected_tag": null, "show_beta": false, "stars": 17, "topics": ["balboa", "hacs", "home-assistant", "home-assistant-custom", "homeassistant-integration"], "version_installed": null, "last_fetched": 1643571231.533537}, "222292912": {"authors": ["@gcobb321"], "category": "integration", "description": "iCloud3 - An advanced device_tracker custom_component for iPhones, iPads, etc. It monitors zone & location updates triggered by the HA iOS App and supports Apple 2fa verification.", "domain": "icloud3", "downloads": 0, "etag_repository": "W/\"bf679447443018779ce4bd6f297409f787b724b1a506e72e3db339b98df50481\"", "full_name": "gcobb321/icloud3", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "0db8592", "last_release_tag": "v2.4.7", "last_updated": "2021-12-29T16:11:26Z", "name": "icloud3", "new": false, "repository_manifest": {"name": "iCloud3 Device Tracker", "zip_release": true, "render_readme": true, "domains": ["device_tracker"], "filename": "icloud3.zip"}, "selected_tag": null, "show_beta": false, "stars": 214, "topics": ["device-tracker", "ha-ios", "icloud", "icloud-account", "tracking", "zone", "zones"], "version_installed": null, "last_fetched": 1643571231.615641}, "201599575": {"authors": ["@gcorgnet"], "category": "integration", "description": "Home Assistant component to feed Upcoming Media Card with the latest releases on an Emby instance.", "domain": "emby_upcoming_media", "downloads": 0, "etag_repository": "W/\"9d574f3c503e13da628971c79f3682a2d01a08b5f7e68a0d047d4792b2c60e26\"", "full_name": "gcorgnet/sensor.emby_upcoming_media", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e33debb", "last_release_tag": "3.6", "last_updated": "2021-12-16T21:59:38Z", "name": "emby_upcoming_media", "new": false, "repository_manifest": {"name": "Emby Latest Media"}, "selected_tag": null, "show_beta": false, "stars": 10, "topics": [], "version_installed": null, "last_fetched": 1643571231.976754}, "264490983": {"authors": ["@GeorgeSG"], "category": "integration", "description": "Slack User sensor for Home Assistant", "domain": "slack_user", "downloads": 0, "etag_repository": "W/\"a74d0a12210889ffcb7522abcee203b5c2ef6e46bece9f9b50e781c5954137cd\"", "full_name": "GeorgeSG/ha-slack-user", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "386b476", "last_release_tag": "0.4.1", "last_updated": "2021-06-12T12:04:14Z", "name": "slack_user", "new": false, "repository_manifest": {"name": "Slack User", "domains": ["sensor"], "render_readme": true, "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 10, "topics": ["home-assistant", "home-assistant-component", "home-assistant-custom", "homeassistant", "homeassistant-integration"], "version_installed": null, "last_fetched": 1643571231.959303}, "199306003": {"authors": ["@gieljnssns"], "category": "integration", "description": "Buienalarm custom_component for Home-Assistant", "domain": "buienalarm", "downloads": 0, "etag_repository": "W/\"bd40dfd0ebae327b7c5bc29253519926a6d57049a167ceed0672774fe74343af\"", "full_name": "gieljnssns/buienalarm-sensor-homeassistant", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "104252b", "last_release_tag": "v1.9", "last_updated": "2021-12-04T09:48:55Z", "name": "buienalarm", "new": false, "repository_manifest": {"name": "Buienalarm", "render_readme": true, "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 17, "topics": [], "version_installed": null}, "199306511": {"authors": ["@gieljnssns"], "category": "integration", "description": "A custom component to get the readings of a Kostal Piko inverter", "domain": "kostal", "downloads": 0, "etag_repository": "W/\"db33a4e20016e5f4bb7b2e459d692dad428d622b10a18661e8de5e8d7edb12a7\"", "full_name": "gieljnssns/kostalpiko-sensor-homeassistant", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "93657fa", "last_release_tag": "v2.7", "last_updated": "2021-06-16T14:25:39Z", "name": "kostal", "new": false, "repository_manifest": {"name": "Kostal Piko", "render_readme": true, "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": [], "version_installed": null}, "261873234": {"authors": ["@gjohansson-ST"], "category": "integration", "description": "Integration to Sector Alarm for Home Assistant", "domain": "sector", "downloads": 0, "etag_repository": "W/\"1b389e59482320a221c3835f1f08c85373a97e86183f8002acff9deff8796957\"", "full_name": "gjohansson-ST/sector", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "325670e", "last_release_tag": "v0.3.4", "last_updated": "2022-01-09T19:14:52Z", "name": "sector", "new": false, "repository_manifest": {"name": "Sector Alarm", "render_readme": true, "domains": ["sensor", "lock", "alarm_control_panel", "switch"], "homeassistant": "2021.12.0", "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 11, "topics": ["alarm", "alarm-control", "alarm-control-panel", "lock", "sector", "sector-alarm", "temperature-sensor"], "version_installed": null, "last_fetched": 1641895595.185594}, "265716369": {"authors": ["@gilsonmandalogo"], "category": "integration", "description": "Minerstat mining hashrate.", "domain": "hacs-minerstat", "downloads": 0, "etag_repository": "W/\"990423b44ce4927291822796d56f1d564d972314e0dc5a84c3f156d8871888e3\"", "full_name": "gilsonmandalogo/hacs-minerstat", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a06b028", "last_release_tag": "1.1.1", "last_updated": "2021-06-27T03:17:32Z", "name": "hacs-minerstat", "new": false, "repository_manifest": {"name": "Minerstat", "render_readme": "true", "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["hacs", "homeassistant", "minerstat", "mining"], "version_installed": null}, "207794683": {"authors": [], "category": "integration", "description": "Google Location for HASS using the Google Geocode API", "domain": "google_geocode", "downloads": 0, "etag_repository": "W/\"aef445f43eece05826a613d44e2e41b2e0c6dfd7d1d8e2d2b7c07329d9f7643b\"", "full_name": "gregoryduckworth/GoogleGeocode-HASS", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2973eeb", "last_release_tag": "0.1.8", "last_updated": "2022-01-04T10:21:35Z", "name": "google_geocode", "new": false, "repository_manifest": {"name": "GoogleGeocode-HASS", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": [], "version_installed": null, "last_fetched": 1641307214.082965}, "292197182": {"authors": ["@hcoohb"], "category": "integration", "description": "Home assistant custom component for Yeelight bluetooth", "domain": "yeelight_bt", "downloads": 0, "etag_repository": "W/\"8a430ed9613da067744a3796b5f9e4a0e1bff126e10ae5e3bcbf8739339988ae\"", "full_name": "hcoohb/hass-yeelightbt", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7a4e6a0", "last_release_tag": "v0.11.3", "last_updated": "2021-05-01T10:03:46Z", "name": "yeelight_bt", "new": false, "repository_manifest": {"name": "Yeelight bluetooth", "render_readme": true, "domains": ["yeelight_bt", "light"], "homeassistant": "0.109.0", "iot_class": "Local Polling"}, "selected_tag": null, "show_beta": false, "stars": 20, "topics": ["bluetooth", "bluetooth-low-energy", "custom-component", "home-assistant", "yeelight-lamp"], "version_installed": null}, "263075818": {"authors": ["@guysie"], "category": "integration", "description": "Integration for Meural Canvas digital art frame in Home Assistant ", "domain": "meural", "downloads": 0, "etag_repository": "W/\"8269a56d36615382e31b541f3b85a214746a830f7c770c117e3feb0580a74f17\"", "full_name": "GuySie/ha-meural", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2a6faec", "last_release_tag": "v0.2.2", "last_updated": "2021-06-02T20:08:50Z", "name": "meural", "new": false, "repository_manifest": {"name": "HA-meural", "domains": ["media_player"], "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 31, "topics": ["home-assistant", "homeassistant", "homeassistant-components", "homeassistant-integration", "meural", "netgear"], "version_installed": null, "last_fetched": 1641895596.895804}, "143340728": {"authors": ["@herikw"], "category": "integration", "description": "Atag One Custom components for Home-Assistant", "domain": "atagone", "downloads": 0, "etag_repository": "W/\"5a2a2a5f30b2c7666c59555d7b1761130f359860a6d71b1c21b3bde3f28649b1\"", "full_name": "herikw/home-assistant-custom-components", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "230e5a3", "last_release_tag": "v2.0.1", "last_updated": "2022-01-03T11:05:53Z", "name": "atagone", "new": false, "repository_manifest": {"name": "ATAG One", "country": ["NL"], "render_readme": false, "domains": ["sensor", "climate"]}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": ["atag", "custom-components", "hacs", "home-assistant", "integration", "thermostat"], "version_installed": null, "last_fetched": 1643571232.89527}, "264499592": {"authors": ["@heyajohnny"], "category": "integration", "description": "Provides Home Assistant sensors for all cryptocurrencies supported by CoinGecko", "domain": "cryptoinfo", "downloads": 0, "etag_repository": "W/\"1d65439b11dd6569d076ff46becb400f5a1f7297c023073711df752eb3231012\"", "full_name": "heyajohnny/cryptoinfo", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "98e3a83", "last_release_tag": "v0.0.9", "last_updated": "2021-12-15T08:44:29Z", "name": "cryptoinfo", "new": false, "repository_manifest": {"name": "Cryptoinfo", "content_in_root": false, "render_readme": true, "domains": ["sensor"], "homeassistant": "0.100.0"}, "selected_tag": null, "show_beta": false, "stars": 29, "topics": [], "version_installed": null, "last_fetched": 1642851098.403207}, "234983286": {"authors": ["@thrilleratplay"], "category": "integration", "description": "Govee Temperature/Humidity BLE Home Assistant Component", "domain": "govee_ble_hci", "downloads": 0, "etag_repository": "W/\"599601c27887f77fc969560371ba3dcaa72c01cae0b8fda23d6244509eecdd05\"", "full_name": "Home-Is-Where-You-Hang-Your-Hack/sensor.goveetemp_bt_hci", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b0a6408", "last_release_tag": "v0.10.0", "last_updated": "2021-07-15T18:32:44Z", "name": "govee_ble_hci", "new": false, "repository_manifest": {"name": "Govee BLE HCI monitor sensor integration", "domains": "sensor"}, "selected_tag": null, "show_beta": false, "stars": 131, "topics": ["ble", "govee", "h5051", "h5072", "h5074", "h5075", "h5101", "h5102", "h5177", "h5179", "hacs", "home-assistant", "home-assistant-component"], "version_installed": null, "last_fetched": 1642520502.264548}, "243122556": {"authors": ["@hellowlol"], "category": "integration", "description": "Tide a sensor for HASS.", "domain": "tide", "downloads": 0, "etag_repository": "W/\"e442c19c4f63c021d0c225059894d369a25de8ed69f4a179beadf67bef56baa9\"", "full_name": "Hellowlol/ha-tide", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6bc1842", "last_release_tag": "0.0.2", "last_updated": "2021-06-06T20:30:32Z", "name": "tide", "new": false, "repository_manifest": {"name": "tide", "content_in_root": false, "country": ["NOR"], "domains": ["sensors"], "iot_class": "cloud_poll", "homeassistant": "0.96.0", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["hass", "norway", "tide"], "version_installed": null}, "164841067": {"authors": ["@isabellaalstrom"], "category": "integration", "description": "A custom component for Home Assistant to get messages from krisinformation.se", "domain": "krisinformation", "downloads": 0, "etag_repository": "W/\"451852ca792e3bea616a175f6cd8c6c7d6b975fcf2e3039d0d2f28a91ba8a353\"", "full_name": "isabellaalstrom/sensor.krisinformation", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e70f74a", "last_release_tag": "v1.0.3", "last_updated": "2021-06-29T18:03:29Z", "name": "krisinformation", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 26, "topics": ["hacktoberfest"], "version_installed": null, "last_fetched": 1642430582.077375}, "234118477": {"authors": ["@heyajohnny"], "category": "integration", "description": "Provides Home Assistant sensors for multiple Dutch waste collectors. The idea is to add more cities and features in the future.", "domain": "afvalinfo", "downloads": 0, "etag_repository": "W/\"e1b7b5c58baba62dba3616843d937de4fac6102b7c24c6e1a9dc2ad9358d385f\"", "full_name": "heyajohnny/afvalinfo", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1354b49", "last_release_tag": "v0.9.0", "last_updated": "2022-01-04T15:55:23Z", "name": "afvalinfo", "new": false, "repository_manifest": {"name": "Afvalinfo", "content_in_root": false, "render_readme": true, "domains": ["sensor"], "country": ["NL"], "homeassistant": "0.100.0"}, "selected_tag": null, "show_beta": false, "stars": 57, "topics": [], "version_installed": null, "last_fetched": 1643571233.234209}, "269316095": {"authors": ["@philklei", "@imicknl", "@vlebourl", "@tetienne"], "category": "integration", "description": "Custom component for Home Assistant to interact with smart devices via Somfy TaHoma or other OverKiz based API's.", "domain": "tahoma", "downloads": 0, "etag_repository": "W/\"596a799ce46db23a3e75666a4de7ed260dc710292ea3454ce91538fac2c4add7\"", "full_name": "iMicknl/ha-tahoma", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f55e9d9", "last_release_tag": "v2.12.1", "last_updated": "2022-01-27T11:39:43Z", "name": "tahoma", "new": false, "repository_manifest": {"name": "Overkiz (by Somfy) - Custom component", "domains": ["alarm_control_panel", "binary_sensor", "climate", "cover", "light", "lock", "number", "sensor", "switch", "water_heater"], "homeassistant": "2021.12.0", "render_readme": "true", "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 118, "topics": ["cozytouch", "hacktoberfest", "hi-kumo", "home-assistant", "nexity", "overkiz", "rexel", "somfy", "tahoma"], "version_installed": null, "last_fetched": 1643571234.131529}, "242700009": {"authors": ["@ITTV-Tools"], "category": "integration", "description": "Home Assistant Component for Kostal Plenticore ", "domain": "kostal_plenticore", "downloads": 0, "etag_repository": "W/\"f6495b2f1ed88e04332f1fe518b962688816f5d60c2f8cdeaa95878e1613c8b4\"", "full_name": "ITTV-tools/homeassistant-kostalplenticore", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "8f47ce3", "last_release_tag": "0.10.0", "last_updated": "2021-08-11T21:57:37Z", "name": "kostal_plenticore", "new": false, "repository_manifest": {"name": "Kostal Plenticore", "domains": ["sensor"], "iot_class": "Local Polling"}, "selected_tag": null, "show_beta": false, "stars": 15, "topics": ["component", "home-assistant", "kostal", "plenticore"], "version_installed": null}, "231989179": {"authors": ["al-fontes-jr", "JAAlperin"], "category": "integration", "description": "HASS custom component to load and run Bardolph (simple scripting utility for LIFX light bulbs by Al Fontes, Jr.)", "domain": "bardolph", "downloads": 0, "etag_repository": "W/\"b71988d961f841fadc4e35470d19bd5e3455f8f262c0665385c16a38b8e9a88f\"", "full_name": "JAAlperin/hass-bardolph", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "806fb18", "last_release_tag": null, "last_updated": "2021-05-08T22:23:44Z", "name": "bardolph", "new": false, "repository_manifest": {"name": "HASS Bardolph"}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["bardolph", "color-bulb", "home-assistant", "lifx", "lifx-lan-protocol", "scripts", "services"], "version_installed": null}, "183989659": {"authors": ["@jayblackedout"], "category": "integration", "description": "NHL Stats API Integration Into Home Assistant", "domain": "nhl_api", "downloads": 0, "etag_repository": "W/\"b6aca39c7e8ccc9ac4dcc6930a9da0e14c8a5d60654c566f2c1f54a3cc5682d2\"", "full_name": "JayBlackedOut/hass-nhlapi", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "db395d8", "last_release_tag": "v0.9.1", "last_updated": "2021-10-07T21:07:07Z", "name": "nhl_api", "new": false, "repository_manifest": {"name": "NHL API"}, "selected_tag": null, "show_beta": false, "stars": 30, "topics": [], "version_installed": null}, "235943258": {"authors": ["@jason0x43"], "category": "integration", "description": "A Hubitat integration for Home Assistant", "domain": "hubitat", "downloads": 0, "etag_repository": "W/\"175e5140d7d2a639a2b8aa4fa38778e4ab3d9d04de7ff8a20c9df1154cb4ce01\"", "full_name": "jason0x43/hacs-hubitat", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1173413", "last_release_tag": "v0.6.18", "last_updated": "2022-01-24T14:47:26Z", "name": "hubitat", "new": false, "repository_manifest": {"name": "Hubitat", "domains": ["binary_sensor", "climate", "light", "sensor", "switch"], "country": ["US"], "iot_class": "local_push"}, "selected_tag": null, "show_beta": false, "stars": 91, "topics": ["hacs", "home-assistant", "hubitat", "maker-api"], "version_installed": null, "last_fetched": 1643571234.563826}, "221855213": {"authors": ["@jcwillox"], "category": "integration", "description": "\ud83d\uddc3\ufe0f Improved Backup Service for Hass.io that can Automatically Remove Backups and Supports Generational Backup Schemes.", "domain": "auto_backup", "downloads": 0, "etag_repository": "W/\"f65c9c666fb80961b22c7692ac011abb9ebfff3829447da45cb9825e880951bc\"", "full_name": "jcwillox/hass-auto-backup", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "714e7af", "last_release_tag": "0.10.1", "last_updated": "2021-11-25T09:32:50Z", "name": "auto_backup", "new": false, "repository_manifest": {"name": "Auto Backup", "zip_release": true, "hide_default_branch": true, "filename": "auto_backup.zip", "homeassistant": "2021.9.0b0"}, "selected_tag": null, "show_beta": false, "stars": 115, "topics": ["auto-purge", "generational-backups", "hassio", "homeassistant", "snapshots"], "version_installed": null, "last_fetched": 1643571234.605657}, "273333188": {"authors": ["@jeroenterheerdt"], "category": "integration", "description": "Sensor for Home Assistant that gets reset at midnight", "domain": "daily", "downloads": 0, "etag_repository": "W/\"87d5f71e7b86c33c30ac6d2c695a4bea94fd8bb0603c79810bee50e00c010230\"", "full_name": "jeroenterheerdt/HADailySensor", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4147f18", "last_release_tag": "v0.3.9", "last_updated": "2022-01-06T21:13:29Z", "name": "daily", "new": false, "repository_manifest": {"name": "Daily Sensor", "render_readme": true, "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 18, "topics": ["aggregation", "average", "home-assistant", "home-automation", "homeassistant", "max", "maximum", "mean", "median", "min", "minimum", "sensor", "standard-deviation", "statistics", "stdev", "sum", "var", "variance"], "version_installed": null, "last_fetched": 1642851104.100894}, "263179176": {"authors": ["@jeroenterheerdt"], "category": "integration", "description": "Smart Irrigation custom component for Home Assistant", "domain": "smart_irrigation", "downloads": 0, "etag_repository": "W/\"4b8ea7e037b6be3ef6f90f2e663b6412f3001d0ad65da3fc6b48cf95fa5d9284\"", "full_name": "jeroenterheerdt/HAsmartirrigation", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "dfb7b2d", "last_release_tag": "v0.0.77", "last_updated": "2022-01-13T19:41:20Z", "name": "smart_irrigation", "new": false, "repository_manifest": {"name": "Smart Irrigation", "render_readme": true, "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 109, "topics": ["crop", "evaporation", "evapotranspiration", "flow", "grass", "home-automation", "homeassistant", "irrigation", "lawn", "openweathermap", "rain", "snow", "sprinkler", "sprinklers", "water", "watering"], "version_installed": null, "last_fetched": 1643545554.766255}, "190982718": {"authors": ["@jihao"], "category": "integration", "description": "A hass component to integrate with colorfulclouds (\u5f69\u4e91\u5929\u6c14)", "domain": "colorfulclouds", "downloads": 0, "etag_repository": "W/\"dddca5745e10d8989af1d6d90d49f629904323722fc53852f46063f9e4bf6286\"", "full_name": "jihao/colorfulclouds-hass", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2b01bb0", "last_release_tag": "v0.1.2", "last_updated": "2019-06-20T12:38:40Z", "name": "colorfulclouds", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 20, "topics": [], "version_installed": null}, "187201747": {"authors": [], "category": "integration", "description": "rokid webhook component for Home Assistant (\u82e5\u742aHA\u7ec4\u4ef6)", "domain": "rokid_webhook", "downloads": 0, "etag_repository": "W/\"e003656c9723bd24547be4d29cb7def36b38ecb1bec57ef2267b789a9059846e\"", "full_name": "jihao/rokid-webhook-hass", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "fe0707d", "last_release_tag": "0.1.3", "last_updated": "2021-07-09T09:24:38Z", "name": "rokid_webhook", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 12, "topics": [], "version_installed": null}, "198758494": {"authors": ["@ludeeus", "adapt by @jihao"], "category": "integration", "description": "A hass component to integrate with traccar_cn which adapts Chinese map coordinates (\u4e2d\u6587\u5730\u56fe traccar.cn)", "domain": "traccar_cn", "downloads": 0, "etag_repository": "W/\"a3c66378444f873adb310502ca0ae0b96705a49cae0c724189ecc8b7001130bf\"", "full_name": "jihao/traccar-cn-hass", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b426dfe", "last_release_tag": "0.1.0", "last_updated": "2020-08-28T09:51:37Z", "name": "traccar_cn", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 17, "topics": [], "version_installed": null}, "278596510": {"authors": ["@jesserockz"], "category": "integration", "description": "A Home Assistant integration to receive live data sent from the LeafSpy app", "domain": "leafspy", "downloads": 0, "etag_repository": "W/\"eba23cfde875c68ee7c80753a7fd167841b2f8df39581b3f346106450f520d3f\"", "full_name": "jesserockz/ha-leafspy", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2caf25e", "last_release_tag": "v0.1.7", "last_updated": "2021-12-22T01:42:34Z", "name": "leafspy", "new": false, "repository_manifest": {"name": "Leaf Spy", "hacs": "0.24.0", "domains": ["device_tracker"], "iot_class": "Local Push", "homeassistant": "0.110.0"}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["electric-vehicles", "ev", "hacs", "home-assistant", "leaf", "leafspy", "nissan"], "version_installed": null}, "223541049": {"authors": ["@jaruba"], "category": "integration", "description": "\ud83d\udcfa HomeAssistant - For Samsung TVs 2016+, Includes SmartThings API and Channel List Support", "domain": "samsungtv_tizen", "downloads": 0, "etag_repository": "W/\"31efc7d942f2b037092a7ea9e2de281bf62575c3ed5404e951afbcd3ff828f9f\"", "full_name": "jaruba/ha-samsungtv-tizen", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c13be76", "last_release_tag": "v1.5.9", "last_updated": "2021-09-29T08:35:15Z", "name": "samsungtv_tizen", "new": false, "repository_manifest": {"name": "SamsungTV Tizen", "domains": ["media-player"]}, "selected_tag": null, "show_beta": false, "stars": 207, "topics": [], "version_installed": null, "last_fetched": 1643571234.601953}, "192664631": {"authors": ["@jm-73", "@eavanvalkenburg"], "category": "integration", "description": "Home Assistant Custom Component for Bosch Indego Lawn Mower", "domain": "indego", "downloads": 0, "etag_repository": "W/\"a5243cdcd3384414411fe9ce8757d607482fe910bf21f47ab3e04ee794ff8ad0\"", "full_name": "jm-73/Indego", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a2d24ec", "last_release_tag": "3.8.1", "last_updated": "2021-10-13T17:59:57Z", "name": "indego", "new": false, "repository_manifest": {"name": "Bosch Indego Mower", "country": ["SE"], "domains": ["sensor", "binary_sensor"], "homeassistant": "0.110.0"}, "selected_tag": null, "show_beta": false, "stars": 25, "topics": ["bosch-mower", "hacs", "home-assistant", "homeassistant-components", "indego", "iot", "sensor"], "version_installed": null}, "297106424": {"authors": ["@joggs"], "category": "integration", "description": "Integration for Ebeco thermostats", "domain": "ebeco", "downloads": 0, "etag_repository": "W/\"a14003baf4e2c6d027fd6212973ce6700a9742b7a0985123cca66678fb52b32f\"", "full_name": "joggs/home_assistant_ebeco", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "385f337", "last_release_tag": "0.6.2", "last_updated": "2022-01-29T20:27:04Z", "name": "ebeco", "new": false, "repository_manifest": {"name": "Ebeco thermostats", "domains": ["climate"], "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 13, "topics": ["ebeco", "hacs", "homeassistant"], "version_installed": null, "last_fetched": 1643571235.221852}, "239339530": {"authors": ["@johnwulp"], "category": "integration", "description": "Home Assisant sensor component for RAD Hoekschewaard Afval Kalender", "domain": "rad-afval", "downloads": 0, "etag_repository": "W/\"158d30dfe52dfb13106d2844f7bccf46daa9820b9766d3763113f7043beec2c0\"", "full_name": "Johnwulp/rad-afval", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b6ddb4c", "last_release_tag": null, "last_updated": "2021-08-22T10:57:45Z", "name": "rad-afval", "new": false, "repository_manifest": {"name": "RAD Hoekschewaard Afval Kalender", "content_in_root": false, "render_readme": true, "domains": ["sensor"], "country": ["NL"], "homeassistant": "0.100.0"}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": [], "version_installed": null}, "147953507": {"authors": ["@jomwells", "@hutchinsane"], "category": "integration", "description": "Custom Home Assistant (Light) Component for Ambilight LED's on Philips Android TV's", "domain": "philips_ambilight", "downloads": 0, "etag_repository": "W/\"21b77e0b3185bc80d71a77955025346377d5b5e491ca4cc70631cde11992f9c0\"", "full_name": "jomwells/ambilights", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1389c5e", "last_release_tag": null, "last_updated": "2021-06-23T17:10:55Z", "name": "philips_ambilight", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 44, "topics": [], "version_installed": null, "last_fetched": 1643571235.086734}, "193746664": {"authors": ["@jomwells"], "category": "integration", "description": "A switch component which mimics the functionality of Ambilight+Hue for all Yeelight lights/bulbs", "domain": "philips_ambilight+yeelight", "downloads": 0, "etag_repository": "W/\"d5f882abdf05ddfa2c7639d497888484b4ece3da37eab5c813f6d5a0bd94246a\"", "full_name": "jomwells/ambilight-yeelight", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5c4502e", "last_release_tag": null, "last_updated": "2020-05-29T18:20:34Z", "name": "philips_ambilight+yeelight", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 18, "topics": [], "version_installed": null}, "235659413": {"authors": ["@JonasPed"], "category": "integration", "description": "Home Assistant Custom Component showing data from eloverblik.dk", "domain": "eloverblik", "downloads": 0, "etag_repository": "W/\"aa247cf287acaa60fbd0fe313d43a8b22ebb9a4754a9d3793d149f0c28714485\"", "full_name": "JonasPed/homeassistant-eloverblik", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f6f179e", "last_release_tag": "v0.3.0", "last_updated": "2021-12-14T20:20:50Z", "name": "eloverblik", "new": false, "repository_manifest": {"name": "Eloverblik", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 78, "topics": [], "version_installed": null, "last_fetched": 1643571235.533426}, "170309600": {"authors": ["@JurajNyiri"], "category": "integration", "description": "Custom component allowing control of Atrea ventilation units", "domain": "atrea", "downloads": 0, "etag_repository": "W/\"19c3ac233b1a7dec4d17644f78013e00ff5730c738df128d03300de0bf7fbf0c\"", "full_name": "JurajNyiri/HomeAssistant-Atrea", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "53a4b5a", "last_release_tag": "5.0.1", "last_updated": "2021-03-20T05:49:07Z", "name": "atrea", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 12, "topics": [], "version_installed": null, "last_fetched": 1641895611.406402}, "175020245": {"authors": ["@JurajNyiri"], "category": "integration", "description": "Sensor which gathers water outage information from Tavos (Slovakia) website", "domain": "tavos_water_outage", "downloads": 0, "etag_repository": "W/\"46d9a39b8508344535186c7b0127a5e868ec1069b8edc426897f98f4030e6646\"", "full_name": "JurajNyiri/HomeAssistant-Tavos", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5f085ce", "last_release_tag": "1.1.1", "last_updated": "2021-03-03T21:46:59Z", "name": "tavos_water_outage", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 0, "topics": [], "version_installed": null}, "199291345": {"authors": ["@JurajNyiri"], "category": "integration", "description": "Adds ability to switch alternative speed in qBittorrent through Home Assistant.", "domain": "qbittorrent_alternative_speed", "downloads": 0, "etag_repository": "W/\"0529778d480636ec94ad0be67261c3c03f69cf47603e233be702595fbd11a7b3\"", "full_name": "JurajNyiri/HomeAssistant-qBitTorrentAlternativeSpeed", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e1c238e", "last_release_tag": "1.3.2", "last_updated": "2021-03-03T21:52:34Z", "name": "qbittorrent_alternative_speed", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": [], "version_installed": null, "last_fetched": 1643571235.837549}, "197058358": {"authors": ["@jxlarrea"], "category": "integration", "description": "Emfit QS Sleep Tracker Component for Home Assistant", "domain": "emfitqs", "downloads": 0, "etag_repository": "W/\"b7e0cf1d3ffac56ad52d7fdf0a592f6fbe18af417629c8a5beb2de39db1bb012\"", "full_name": "jxlarrea/ha-emfitqs", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d816d60", "last_release_tag": "2.2", "last_updated": "2021-06-07T02:03:11Z", "name": "emfitqs", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 14, "topics": ["emfit", "emfitqs", "home-assistant", "home-automation", "homeassistant", "homeassistant-components", "presence", "presence-detection", "python", "sleep-tracker"], "version_installed": null}, "262803775": {"authors": ["@jscruz"], "category": "integration", "description": "Carbon Intensity UK Sensor for Home Assistant", "domain": "carbon_intensity_uk", "downloads": 0, "etag_repository": "W/\"d49a67a0ab94a690f5e94ea13e607994c1582152b15eab0baecef7eca03969cd\"", "full_name": "jscruz/sensor.carbon_intensity_uk", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2f04bc0", "last_release_tag": "0.0.3", "last_updated": "2021-03-13T21:05:53Z", "name": "carbon_intensity_uk", "new": false, "repository_manifest": {"name": "Carbon Intensity UK", "hacs": "0.24.0", "domains": ["sensor"], "iot_class": "Cloud Polling", "homeassistant": "0.108.0"}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["carbon", "custom-component", "custom-integration", "energy", "hacs", "home-assistant-custom", "sensor-platform"], "version_installed": null}, "300358676": {"authors": ["@JurajNyiri"], "category": "integration", "description": "Control for Tapo cameras as a Home Assistant component", "domain": "tapo_control", "downloads": 0, "etag_repository": "W/\"6726532c8e42f6453b5cdce8ec02cd18d7b7f79d6b4d4d80819234c5ed0daefe\"", "full_name": "JurajNyiri/HomeAssistant-Tapo-Control", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4bba08e", "last_release_tag": "3.4.4", "last_updated": "2022-01-18T17:25:09Z", "name": "tapo_control", "new": false, "repository_manifest": {"name": "Tapo: Cameras Control", "homeassistant": "2021.3.0"}, "selected_tag": null, "show_beta": false, "stars": 224, "topics": ["camera", "cameras", "hacktoberfest", "hacktoberfest2021", "home-assistant", "home-automation", "homeassistant", "homeassistant-custom-component", "ptz", "tapo"], "version_installed": null, "last_fetched": 1643571236.23793}, "159025199": {"authors": ["@kalanda"], "category": "integration", "description": "AEMET integration for Home Assistant", "domain": "aemet", "downloads": 0, "etag_repository": "W/\"4dc6f9864436719cc90ab1080c012a1cbc12d15662f95836f4e904fc0af362f6\"", "full_name": "kalanda/homeassistant-aemet-sensor", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5582723", "last_release_tag": "v1.4.0", "last_updated": "2021-03-15T11:02:34Z", "name": "aemet", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 21, "topics": ["aemet", "hacs", "hassio", "homeassistant", "homeassistant-components"], "version_installed": null}, "233079250": {"authors": ["@kodi1"], "category": "integration", "description": "darksky - clouds cover and alerts", "domain": "darksky_m", "downloads": 0, "etag_repository": "W/\"979b79eb7e2ca373dbe717ddf44f354e54a1bca149b6e2598b19724d3920f522\"", "full_name": "kodi1/darksky_m", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "ead4a32", "last_release_tag": null, "last_updated": "2021-03-28T10:12:47Z", "name": "darksky_m", "new": false, "repository_manifest": {"name": "darksky_m", "render_readme": "true", "country": ["NO"]}, "selected_tag": null, "show_beta": false, "stars": 0, "topics": ["darksky", "hacs", "home-assistant", "python"], "version_installed": null}, "232077394": {"authors": ["@kirei"], "category": "integration", "description": "Home Assistant Component for Chargeamps", "domain": "chargeamps", "downloads": 0, "etag_repository": "W/\"3771f87aca60b4d381c6457865ada29fa83b476406201f06336c2f4b9f5528eb\"", "full_name": "kirei/hass-chargeamps", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b5255ee", "last_release_tag": "v1.6.0", "last_updated": "2021-12-19T18:53:48Z", "name": "chargeamps", "new": false, "repository_manifest": {"name": "Chargeamps", "domains": ["sensor", "light", "switch"], "iot_class": "cloud_polling", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 13, "topics": ["chargeamps", "homeassistant-integration"], "version_installed": null, "last_fetched": 1642184269.933482}, "233089370": {"authors": ["@kodi1"], "category": "integration", "description": "easyesp status sensor", "domain": "esp_wd", "downloads": 0, "etag_repository": "W/\"acb6ddbb5e93aec16f2072f25d6e898c9b4edab4083fd31eb1d20679f31be071\"", "full_name": "kodi1/esp_wd", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a411086", "last_release_tag": null, "last_updated": "2021-03-28T10:14:02Z", "name": "esp_wd", "new": false, "repository_manifest": {"name": "esp_wd", "render_readme": "true", "country": ["NO"]}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["esp-easy", "hacs", "home-assistant", "python"], "version_installed": null}, "246939713": {"authors": ["@jonkristian"], "category": "integration", "description": "Home Assistant component for Trondheim renholdsverk bin pickups.", "domain": "wasteplan_trv", "downloads": 0, "etag_repository": "W/\"223d7397460eb37e5d42e7f43099b4417ee7529f16b69b40c38e838f93e3a1f8\"", "full_name": "jonkristian/wasteplan_trv", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4fafc19", "last_release_tag": "v1.0.1", "last_updated": "2021-12-28T10:27:19Z", "name": "wasteplan_trv", "new": false, "repository_manifest": {"name": "Wasteplan TRV", "country": ["NO"], "domains": "sensor", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": ["home-assistant", "homeassistant", "trondheim", "trv", "waste-management"], "version_installed": null, "last_fetched": 1643571235.346525}, "233090507": {"authors": ["@kodi1"], "category": "integration", "description": "meteoalarm sensor", "domain": "meteoalarm_m", "downloads": 0, "etag_repository": "W/\"6d0ab13b0fc972ad0114dfaae073c4786c01988a6db3a7eb37ab22b78a7f4e7b\"", "full_name": "kodi1/meteoalarm", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "294bc3a", "last_release_tag": null, "last_updated": "2021-03-28T10:14:30Z", "name": "meteoalarm_m", "new": false, "repository_manifest": {"name": "meteoalarm", "render_readme": "true", "country": ["NO"]}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": ["hacs", "home-assistant", "meteoalarm", "python"], "version_installed": null}, "233092112": {"authors": ["@kodi1"], "category": "integration", "description": "songpal - volume down workaround", "domain": "songpal_m", "downloads": 0, "etag_repository": "W/\"5697baf1ecfa09475d24f7feb213631918e92a5f8c045e53519d98e996a67987\"", "full_name": "kodi1/songpal_m", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4805076", "last_release_tag": null, "last_updated": "2021-03-28T10:15:20Z", "name": "songpal_m", "new": false, "repository_manifest": {"name": "songpal_m", "render_readme": "true", "country": ["NO"]}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["hacs", "home-assistant", "python", "songpal"], "version_installed": null}, "233092629": {"authors": ["@kodi1"], "category": "integration", "description": "tvheadend recorder sensor - lovelace upcoming media card", "domain": "tvh_rec", "downloads": 0, "etag_repository": "W/\"2f0d5e0300690312d983f815bf045cc0a6e1105a403b1cb3b5adcced493195ea\"", "full_name": "kodi1/tvh_rec", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "dee1e18", "last_release_tag": null, "last_updated": "2022-01-09T10:38:49Z", "name": "tvh_rec", "new": false, "repository_manifest": {"name": "tvh_rec", "country": ["NO"]}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": ["hacs", "home-assistant", "python", "recordings", "tvheadend"], "version_installed": null, "last_fetched": 1641895617.996288}, "286554328": {"authors": ["@KoljaWindeler"], "category": "integration", "description": "custom integration for kaco solar inverter", "domain": "kaco", "downloads": 0, "etag_repository": "W/\"96fd4c825426dd4ae198a8fa2aa2b6112e79017e5da70e3c6c5fdc06720f5cea\"", "full_name": "KoljaWindeler/kaco", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d498e4d", "last_release_tag": null, "last_updated": "2022-01-03T12:03:49Z", "name": "kaco", "new": false, "repository_manifest": {"name": "Kaco", "content_in_root": false, "render_readme": true, "iot_class": "Local Pull"}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["homeassistant-integration", "inverter", "solar-energy"], "version_installed": null, "last_fetched": 1641217236.11152}, "246410785": {"authors": ["@KoljaWindeler"], "category": "integration", "description": "Integration that displays the next event of an ics link (support reoccuring events)", "domain": "ics", "downloads": 0, "etag_repository": "W/\"39de2bb7871ef3eaf025b7d99dd365b8b87a004f84cfa8b6e4d9b11793eb4252\"", "full_name": "KoljaWindeler/ics", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "03251e8", "last_release_tag": "20211212.01", "last_updated": "2021-12-12T16:17:19Z", "name": "ics", "new": false, "repository_manifest": {"name": "ICS", "content_in_root": false, "render_readme": true, "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 32, "topics": ["appointments", "filtering", "homeassistant", "ics", "reoccuring-events"], "version_installed": null, "last_fetched": 1641895618.774345}, "242635439": {"authors": ["@kuchel77"], "category": "integration", "description": "Disk space for a path. For use with Home Assistant", "domain": "diskspace", "downloads": 0, "etag_repository": "W/\"10d58fff3a42848a1fe93b91e731b8c13ba48fd1e678a11881e3a24ca2cda335\"", "full_name": "kuchel77/diskspace", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b80bddc", "last_release_tag": "0.8", "last_updated": "2021-04-18T05:13:59Z", "name": "diskspace", "new": false, "repository_manifest": {"name": "Disk Space", "content_in_root": false, "domains": ["sensor"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": ["assistant", "disk", "hass", "home", "space"], "version_installed": null}, "132661981": {"authors": ["@legrego"], "category": "integration", "description": "Publish Home-Assistant events to Elasticsearch", "domain": "elastic", "downloads": 0, "etag_repository": "W/\"39b61d7d893d37a78c8db7b18c2d96094382eae5e6ee1b5d0aa863680e918e85\"", "full_name": "legrego/homeassistant-elasticsearch", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "ba7a4a7", "last_release_tag": "v0.4.0", "last_updated": "2021-08-11T13:07:39Z", "name": "elastic", "new": false, "repository_manifest": {"name": "Elasticsearch component"}, "selected_tag": null, "show_beta": false, "stars": 83, "topics": ["custom-component", "elasticsearch", "hacktoberfest", "hass", "home-assistant", "home-automation", "python"], "version_installed": null, "last_fetched": 1643571238.12006}, "230151505": {"authors": ["@laszlojakab"], "category": "integration", "description": "Dijnet integration for Home Assistant", "domain": "dijnet", "downloads": 0, "etag_repository": "W/\"b5c63dee2ab959246fb9f76cd4cae0dea507f41685f38779857b42d3cdec2bca\"", "full_name": "laszlojakab/homeassistant-dijnet", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6c16794", "last_release_tag": "v0.3.1-beta", "last_updated": "2022-01-11T21:59:09Z", "name": "dijnet", "new": false, "repository_manifest": {"name": "Dijnet integration", "country": ["HU"], "render_readme": "True", "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": ["dijnet", "home-assistant", "home-assistant-custom", "home-assistant-sensor"], "version_installed": null, "last_fetched": 1642004273.767833}, "258852884": {"authors": ["@laszlojakab"], "category": "integration", "description": "Helios EasyControls Modbus TCP/IP integration for Home Assistant", "domain": "easycontrols", "downloads": 0, "etag_repository": "W/\"e3a6902b6b8d52627e0ac1b58656a88554dda5b0ef549a849b98fca73b5611b8\"", "full_name": "laszlojakab/homeassistant-easycontrols", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "0f681bb", "last_release_tag": "v0.5.0", "last_updated": "2022-01-09T18:15:59Z", "name": "easycontrols", "new": false, "repository_manifest": {"name": "Helios EasyControls Modbus TCP/IP integration", "iot_class": "Local Polling", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 7, "topics": ["easycontrols", "eazyctrl", "home-assistant-custom", "homeassistant", "modbus"], "version_installed": null, "last_fetched": 1642274176.947733}, "279680951": {"authors": ["@kukulich"], "category": "integration", "description": "Home Assistant custom component for JABLOTRON 100+ alarm system", "domain": "jablotron100", "downloads": 0, "etag_repository": "W/\"332517c8b8e93cc5e372794c5d2c2a9bbb0d798873b2449934ee313650ed1f35\"", "full_name": "kukulich/home-assistant-jablotron100", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3839144", "last_release_tag": "3.6.0", "last_updated": "2022-01-19T01:13:47Z", "name": "jablotron100", "new": false, "repository_manifest": {"name": "Jablotron 100", "content_in_root": false, "domains": ["alarm_control_panel", "binary_sensor"], "country": ["CS", "DA", "DE", "EN", "IT", "NB", "NL", "SK"], "homeassistant": "2021.12.0", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 31, "topics": ["alarm", "custom-component", "hacs", "home-assistant", "integration", "jablotron"], "version_installed": null, "last_fetched": 1643571237.506174}, "254253124": {"authors": ["@heythisisnate", "@snicker"], "category": "integration", "description": "HomeAssistant integration for Noonlight", "domain": "noonlight", "downloads": 0, "etag_repository": "W/\"6685ee7ca8fc93eef574485f6523af65a02afb913611cb0c427fff2d155c702f\"", "full_name": "konnected-io/noonlight-hass", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "df714c5", "last_release_tag": "v1.1.0", "last_updated": "2022-01-13T19:30:55Z", "name": "noonlight", "new": false, "repository_manifest": {"name": "Noonlight - Alarm Monitoring", "render_readme": true, "country": ["US"], "domains": ["switch"], "homeassistant": "0.96"}, "selected_tag": null, "show_beta": false, "stars": 19, "topics": ["alarm", "homeassistant", "homeassistant-components", "monitoring", "noonlight", "security"], "version_installed": null, "last_fetched": 1643571237.009583}, "183222061": {"authors": ["@lichtteil"], "category": "integration", "description": "Custom component for Home Assistant that integrates your (own) local Luftdaten sensor (air quality/particle sensor) without using the cloud.", "domain": "local_luftdaten", "downloads": 0, "etag_repository": "W/\"045512916b29d492e99606eb424666f6a5c4ef5eff2ee2348ec50cecb776243d\"", "full_name": "lichtteil/local_luftdaten", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "98a7028", "last_release_tag": "2.0.0", "last_updated": "2021-12-27T08:58:32Z", "name": "local_luftdaten", "new": false, "repository_manifest": {"name": "Local Luftdaten Sensor", "render_readme": true, "domains": "sensor"}, "selected_tag": null, "show_beta": false, "stars": 24, "topics": ["air-quality", "homeassistant", "homeassistant-sensor", "sensor"], "version_installed": null, "last_fetched": 1643571238.194786}, "204192861": {"authors": ["@Limych"], "category": "integration", "description": "Average Sensor for Home Assistant", "domain": "average", "downloads": 0, "etag_repository": "W/\"c800130d3d3070cc55f8aa1f3147aab1a5383ab68915c6360e4c92b508da1951\"", "full_name": "Limych/ha-average", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a106074", "last_release_tag": "2.2.1", "last_updated": "2022-01-19T01:12:12Z", "name": "average", "new": false, "repository_manifest": {"name": "Average Sensor", "domains": ["sensor"], "hacs": "1.6.0", "iot_class": "Assumed State", "homeassistant": "0.118.0"}, "selected_tag": null, "show_beta": false, "stars": 156, "topics": ["average", "hacs", "home-assistant", "home-assistant-component", "home-assistant-sensor", "sensor"], "version_installed": null, "last_fetched": 1642851123.999412}, "199313405": {"authors": ["@Limych"], "category": "integration", "description": "Home Assistant custom component for Beward security Cameras and Doorbells", "domain": "beward", "downloads": 0, "etag_repository": "W/\"6b6ec8a6293434b572fa2968461099e230ed2e9fb9be85e15e1209f5121d662d\"", "full_name": "Limych/ha-beward", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "77e7faf", "last_release_tag": "1.1.17", "last_updated": "2021-06-04T10:21:46Z", "name": "beward", "new": false, "repository_manifest": {"name": "Beward Cameras & Doorbells", "domains": ["beward", "camera", "sensor", "binary_sensor"], "iot_class": "Local Push"}, "selected_tag": null, "show_beta": false, "stars": 14, "topics": ["beward", "camera", "custom-component", "doorbell", "dvr", "home-assistant", "security", "surveillance"], "version_installed": null}, "210194956": {"authors": ["@limych"], "category": "integration", "description": "Car Wash Binary Sensor for Home Assistant", "domain": "car_wash", "downloads": 0, "etag_repository": "W/\"d41787fe13d62038bf4300a1cbce14180f1e5c8f86a662ecdd3b562037ec2ea4\"", "full_name": "Limych/ha-car_wash", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "413ce8d", "last_release_tag": "1.5.1", "last_updated": "2022-01-04T16:37:51Z", "name": "car_wash", "new": false, "repository_manifest": {"name": "Car Wash", "domains": ["sensor"], "hacs": "1.6.0", "iot_class": "Assumed State", "homeassistant": "0.118.0"}, "selected_tag": null, "show_beta": false, "stars": 63, "topics": ["binary-sensor", "car", "car-wash", "home-assistant", "wash", "weather-forecast"], "version_installed": null, "last_fetched": 1641470249.686295}, "206868881": {"authors": ["@limych"], "category": "integration", "description": "Gismeteo Weather Provider for Home Assistant", "domain": "gismeteo", "downloads": 0, "etag_repository": "W/\"d8374f50a873c0cc1fdde12d50eee5b2bd61bd29c15df7ba6e0ce7ee55b8453b\"", "full_name": "Limych/ha-gismeteo", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9d4c74a", "last_release_tag": "2.3.4", "last_updated": "2022-01-07T22:07:45Z", "name": "gismeteo", "new": false, "repository_manifest": {"name": "Gismeteo", "hacs": "1.6.0", "domains": ["weather", "sensor"], "iot_class": "Cloud Polling", "homeassistant": "0.118.0"}, "selected_tag": null, "show_beta": false, "stars": 74, "topics": ["forecast", "gismeteo", "gismeteo-weather", "hacs", "home-assistant", "sensor", "sensors", "weather-provider"], "version_installed": null, "last_fetched": 1642520503.925944}, "228063780": {"authors": ["@Limych"], "category": "integration", "description": "Indoor Air Quality Sensor Component for Home Assistant", "domain": "iaquk", "downloads": 0, "etag_repository": "W/\"51282d451977f439b05eabfbb44982fcc7be083a7cb65a9ca73749e0b4460871\"", "full_name": "Limych/ha-iaquk", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "eaf0455", "last_release_tag": "1.6.1", "last_updated": "2022-01-19T15:09:37Z", "name": "iaquk", "new": false, "repository_manifest": {"name": "Indoor Air Quality UK Index", "domains": ["sensor"], "hacs": "1.6.0", "iot_class": "Assumed State", "homeassistant": "0.118.0"}, "selected_tag": null, "show_beta": false, "stars": 52, "topics": ["air-quality", "hacs", "home-assistant", "indoor", "sensor"], "version_installed": null, "last_fetched": 1643571239.257246}, "197950768": {"authors": [], "category": "integration", "description": "Our Groceries Integration for Home Assistant", "domain": "ourgroceries", "downloads": 0, "etag_repository": "W/\"2c654fe724aa38b09918d71013da6d2c698069be14cee7b0a653eb47fae7261e\"", "full_name": "ljmerza/ha-our-groceries", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a32dcfc", "last_release_tag": "1.3.11", "last_updated": "2022-01-07T17:21:51Z", "name": "ourgroceries", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 23, "topics": [], "version_installed": null, "last_fetched": 1643571238.972084}, "219363790": {"authors": [], "category": "integration", "description": "Play videos from the Swedish channel 4", "domain": "tv4_play", "downloads": 0, "etag_repository": "W/\"0c3e427b1c95d1390d672256bb318e1ca854153ddc6a5cdd43c0a11bd5520321\"", "full_name": "lindell/home-assistant-tv4-play", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "ba8fcd2", "last_release_tag": "1.1.0", "last_updated": "2021-10-15T17:14:08Z", "name": "tv4_play", "new": false, "repository_manifest": {"name": "TV4 Play", "country": ["SE"]}, "selected_tag": null, "show_beta": false, "stars": 13, "topics": ["homeassistant", "tv4", "tv4play"], "version_installed": null}, "256709811": {"authors": ["@Limych"], "category": "integration", "description": "JQ-300 Indoor Air Quality Meter Home Assistant Integration", "domain": "jq300", "downloads": 0, "etag_repository": "W/\"b82ef289b92655ae791f46f4e8b9b94af9538b5165131d5cb21ac0af45b04318\"", "full_name": "Limych/ha-jq300", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4af54af", "last_release_tag": "0.10.0", "last_updated": "2022-01-19T15:09:37Z", "name": "jq300", "new": false, "repository_manifest": {"name": "JQ-300/200/100 Indoor Air Quality Meter", "domains": ["sensor"], "hacs": "1.6.0", "iot_class": "Cloud Push", "homeassistant": "0.118.0"}, "selected_tag": null, "show_beta": false, "stars": 38, "topics": ["air-quality", "air-quality-measurements", "air-quality-sensor", "custom-component", "home-assistant", "home-assistant-component"], "version_installed": null, "last_fetched": 1643571238.64289}, "200035037": {"authors": [], "category": "integration", "description": "Home Assistant custom component to get online and game status of Discord users", "domain": "discord_game", "downloads": 0, "etag_repository": "W/\"3a08e62db6572c2c889d3175011a1ed8a3d5f0492befa09d28605f6e363cabae\"", "full_name": "LordBoos/discord_game", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3196c46", "last_release_tag": "4.2.2", "last_updated": "2022-01-05T11:22:07Z", "name": "discord_game", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 31, "topics": [], "version_installed": null, "last_fetched": 1642520503.934968}, "242335771": {"authors": [], "category": "integration", "description": "Play SVT Play videos and channels via home assistant", "domain": "svt_play", "downloads": 0, "etag_repository": "W/\"1e2246ae963766a6b3d4b74dd9e89404266298dfd28a1cedae62b9ad1ca8e757\"", "full_name": "lindell/home-assistant-svt-play", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3f35b12", "last_release_tag": "1.0.4", "last_updated": "2021-10-26T18:16:08Z", "name": "svt_play", "new": false, "repository_manifest": {"name": "SVT Play", "country": ["SE"]}, "selected_tag": null, "show_beta": false, "stars": 15, "topics": ["home-assistant", "homeassistant", "svt", "svtplay", "sweden", "tv", "video"], "version_installed": null}, "183064800": {"authors": ["@ljmerza"], "category": "integration", "description": "Email Sensor for collecting tracking numbers from over 25 providers.", "domain": "email", "downloads": 0, "etag_repository": "W/\"99da0022de7a7112d860949026db18b5d433b9bf06ad46e72abb3856c00547de\"", "full_name": "ljmerza/ha-email-sensor", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4072fd9", "last_release_tag": "2.15.0", "last_updated": "2021-05-24T12:59:58Z", "name": "email", "new": false, "repository_manifest": {"name": "Email Sensor", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 55, "topics": [], "version_installed": null, "last_fetched": 1642430609.500468}, "246657442": {"authors": ["@lolouk44"], "category": "integration", "description": "CurrentCost Meter Reading Custom Component for Home Assistant ", "domain": "currentcost", "downloads": 0, "etag_repository": "W/\"e5830f90c996ec4ad42f42d57af0919029604a9a760c6bb0b2ce33e64a2ae042\"", "full_name": "lolouk44/CurrentCost_HA_CC", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b4ca057", "last_release_tag": "0.2.2", "last_updated": "2021-12-14T18:54:07Z", "name": "currentcost", "new": false, "repository_manifest": {"name": "Current Cost", "domains": ["sensor"], "iot_class": "local push"}, "selected_tag": null, "show_beta": false, "stars": 10, "topics": ["cc128", "current-cost", "currentcost", "envi", "envir"], "version_installed": null, "last_fetched": 1641217247.077083}, "243841075": {"authors": ["@lociii"], "category": "integration", "description": "CS:GO gamestate reporting to Home Assistant", "domain": "csgo_gamestate", "downloads": 0, "etag_repository": "W/\"d8133ab1e5ab2a49ffabdbd9d7887471d52ed0664a1b0d46a5785f60bb3be1e1\"", "full_name": "lociii/homeassistant-csgo", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6608117", "last_release_tag": "1.4.0", "last_updated": "2021-12-06T16:21:10Z", "name": "csgo_gamestate", "new": false, "repository_manifest": {"name": "CS:GO game state", "homeassistant": "0.100", "iot_class": "local_push"}, "selected_tag": null, "show_beta": false, "stars": 10, "topics": [], "version_installed": null}, "257912976": {"authors": [], "category": "integration", "description": "mqtt template switch for homeassistant", "domain": "mqtt_template", "downloads": 0, "etag_repository": "W/\"5e259a92063cefde6f72b5b58a9c82c2d08df780fe15b60136bbfcab0cea2a41\"", "full_name": "lukich48/hass_mqtt_template_switch", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "767488a", "last_release_tag": "2.1.1", "last_updated": "2021-03-07T13:28:58Z", "name": "mqtt_template", "new": false, "repository_manifest": {"name": "Mqtt template switch", "render_readme": true, "domains": ["switch"]}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": [], "version_installed": null}, "262203345": {"authors": ["@mac-zhou"], "category": "integration", "description": "Home Assistant Custom Integration for Midea Group(Hualing, Senville, Klimaire, AirCon, Century, Pridiom, Thermocore, Comfee, Toshiba, Carrier, Goodman, Friedrich, Samsung, Kenmore, Trane, Lennox, LG and much more) Air Conditioners via LAN.", "domain": "midea_ac", "downloads": 0, "etag_repository": "W/\"a8d16cbebb7d0fa9a54a715cdde9fe10cc0b746e17c3a454c8071675e7901015\"", "full_name": "mac-zhou/midea-ac-py", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "718aba1", "last_release_tag": null, "last_updated": "2022-01-07T08:41:55Z", "name": "midea_ac", "new": false, "repository_manifest": {"name": "Midea Smart Aircon", "domains": ["climate"], "render_readme": false, "homeassistant": "0.110.2"}, "selected_tag": null, "show_beta": false, "stars": 244, "topics": [], "version_installed": null, "last_fetched": 1643571239.439668}, "254347436": {"authors": ["@mampfes"], "category": "integration", "description": "Home Assistant integration framework for (garbage collection) schedules", "domain": "waste_collection_schedule", "downloads": 0, "etag_repository": "W/\"3154f863d9a614b5a12d536c125cadf7c4ba501a3347cc473c90ad7b7ffb18df\"", "full_name": "mampfes/hacs_waste_collection_schedule", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "610e5c1", "last_release_tag": "1.15.0", "last_updated": "2022-01-30T06:35:03Z", "name": "waste_collection_schedule", "new": false, "repository_manifest": {"name": "Waste Collection Schedule", "domains": ["sensor"], "iot_class": "cloud_polling"}, "selected_tag": null, "show_beta": false, "stars": 130, "topics": ["abfall", "abfallnavi", "abfallplus", "berlin", "garbage", "garbage-collection", "hamburg", "home-assistant", "homeassistant", "homeassistant-integration", "jumomind", "koeln", "muell", "muellabfuhr", "muellsammlung", "mymuell", "regioit", "waste", "waste-collection"], "version_installed": null, "last_fetched": 1643571239.70792}, "195883127": {"authors": ["@Martinvdm", "@vloris"], "category": "integration", "description": "Garbage collection Nissewaard for Home Assistant", "domain": "nissewaard", "downloads": 0, "etag_repository": "W/\"180f3b53d867b79be731b38ae9e95547c3f90ab9338f9af25526591e478608bc\"", "full_name": "Martinvdm/garbage-nissewaard-homeassistant", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d15a028", "last_release_tag": null, "last_updated": "2021-04-11T12:18:11Z", "name": "nissewaard", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 0, "topics": [], "version_installed": null}, "197578489": {"authors": ["@mlowijs", "@robhofmann"], "category": "integration", "description": null, "domain": "tesla_cc", "downloads": 0, "etag_repository": "W/\"c1ea2978f62e2b1223a56230bb3578a5459da1bbfb109d0ccd207412e4f4f4fa\"", "full_name": "mlowijs/HomeAssistant-TeslaCustomComponent", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6948798", "last_release_tag": null, "last_updated": "2020-06-13T08:59:32Z", "name": "tesla_cc", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 7, "topics": [], "version_installed": null}, "295627573": {"authors": ["@michaellunzer", "@clyra"], "category": "integration", "description": "This is a Home-Assistant custom component that pulls Fortnite stats using the python API library from the site fortnitetracker.com", "domain": "fortnite", "downloads": 0, "etag_repository": "W/\"a3fc18b2c93c1997a6e9c8455f7101b7557c957c51d53c97c9aa54c1ce2e2e0b\"", "full_name": "michaellunzer/Home-Assistant-Custom-Component-Fortnite", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1b6effa", "last_release_tag": "v0.1.2", "last_updated": "2021-11-03T06:00:38Z", "name": "fortnite", "new": false, "repository_manifest": {"name": "Fortnite Stats", "hacs": "0.24.0", "domains": ["sensor"], "iot_class": "Cloud Polling", "homeassistant": "0.110.0", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["custom-component", "fortnite", "fortnite-api", "fortnite-stats", "hacs", "home-assistant", "home-assistant-custom", "python"], "version_installed": null, "last_fetched": 1641470259.763951}, "238446853": {"authors": ["@maykar"], "category": "integration", "description": "\u2771 Plex Assistant is a Home Assistant integration for casting Plex media to Google devices, Sonos devices, and Plex clients with Google Assistant, HA's conversation integration, and more.", "domain": "plex_assistant", "downloads": 0, "etag_repository": "W/\"47ed189aa9a6d48a2d6ddec09f055db3599b6f5db6d3509290ce353dfc836018\"", "full_name": "maykar/plex_assistant", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "cab2356", "last_release_tag": "1.1.9", "last_updated": "2021-12-14T16:04:40Z", "name": "plex_assistant", "new": false, "repository_manifest": {"name": "Plex Assistant", "homeassistant": "2021.2.0"}, "selected_tag": null, "show_beta": false, "stars": 223, "topics": [], "version_installed": null, "last_fetched": 1643571239.986339}, "291317330": {"authors": ["@mletenay"], "category": "integration", "description": "Home Assistant custom component for Electric Vehicle Charge Control devices by Phoenix Contact ", "domain": "phoenix_contact", "downloads": 0, "etag_repository": "W/\"0f600786293d98d142d764e9b254bd15533385c2e3ec8dda019d76cc17da4abe\"", "full_name": "mletenay/home-assistant-ev-charge-control", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "da58976", "last_release_tag": null, "last_updated": "2021-12-21T23:06:01Z", "name": "phoenix_contact", "new": false, "repository_manifest": {"name": "Electric Vehicle Charge Control", "country": ["SK"], "domains": ["switch", "select", "sensor"], "homeassistant": "2021.12.0"}, "selected_tag": null, "show_beta": false, "stars": 0, "topics": ["charging-stations", "electric-vehicles", "evse", "home-assistant", "home-assistant-hacs"], "version_installed": null}, "203244705": {"authors": [], "category": "integration", "description": "A platform sensor which tells you which meals are served in your canteen.", "domain": "openmensa", "downloads": 0, "etag_repository": "W/\"60e0b0390f1db1e30490d7f41715bf71a05b564f53b2c876da31a46a575e8ccb\"", "full_name": "Mofeywalker/openmensa-hass-component", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c9238a2", "last_release_tag": null, "last_updated": "2021-09-04T08:04:28Z", "name": "openmensa", "new": false, "repository_manifest": {"name": "OpenMensa Sensor", "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": [], "version_installed": null}, "289251122": {"authors": ["@mletenay"], "category": "integration", "description": "Read the voltage/current/power/battery values from your GoodWe Inverter via local network (UDP - no cloud) ", "domain": "goodwe", "downloads": 0, "etag_repository": "W/\"92fbaee56300f5f6a286c4ec972e9713d68d2fc568baa4ec2137f894657324c0\"", "full_name": "mletenay/home-assistant-goodwe-inverter", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "cf7f613", "last_release_tag": "v0.9.8.1", "last_updated": "2022-01-11T23:15:22Z", "name": "goodwe", "new": false, "repository_manifest": {"name": "GoodWe Inverter Solar Sensor (UDP - no cloud)", "country": ["SK"], "domains": ["sensor"], "homeassistant": "2021.12.0"}, "selected_tag": null, "show_beta": false, "stars": 68, "topics": ["goodwe", "hacs", "home-assistant", "home-assistant-sensor", "pv-systems"], "version_installed": null, "last_fetched": 1643571240.309138}, "239366330": {"authors": ["@mikelawrence"], "category": "integration", "description": "Haiku with SenseME fan integration for Home Assistant", "domain": "senseme", "downloads": 0, "etag_repository": "W/\"485446f6501038c71acd775db5892b0c3159837b463aaf4dcf02a7c37847d854\"", "full_name": "mikelawrence/senseme-hacs", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "de4cf04", "last_release_tag": "v2.2.5", "last_updated": "2021-12-28T02:15:41Z", "name": "senseme", "new": false, "repository_manifest": {"name": "SenseME", "domains": ["fan", "light", "binary_sensor"], "homeassistant": "2021.3.0", "iot_class": "Local Push"}, "selected_tag": null, "show_beta": false, "stars": 19, "topics": ["bigassfans", "fan", "hacs", "haiku", "home-assistant", "homeassistant", "senseme"], "version_installed": null, "last_fetched": 1641307251.882812}, "272094506": {"authors": ["@mrk-its"], "category": "integration", "description": "Custom Component for fetching lightning data from blitzortung.org", "domain": "blitzortung", "downloads": 0, "etag_repository": "W/\"da2acdad343dde2be0127bd3f5a202081f9af3b554719202cc6611836680a8e8\"", "full_name": "mrk-its/homeassistant-blitzortung", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "0f05fe0", "last_release_tag": null, "last_updated": "2021-12-15T15:29:15Z", "name": "blitzortung", "new": false, "repository_manifest": {"name": "Blitzortung.org Lightning Detector", "country": ["PL"], "render_readme": true, "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 59, "topics": ["blitzortung", "home-assistant", "home-automation", "lightning-network"], "version_installed": null, "last_fetched": 1643545554.547474}, "253842395": {"authors": ["@msp1974"], "category": "integration", "description": "An integration for JLR InControl to Home Assistant", "domain": "jlrincontrol", "downloads": 0, "etag_repository": "W/\"4e1c03003c25a2e46fa484f9b76934eab77355292da8e066b07120f16a1bf7d7\"", "full_name": "msp1974/homeassistant-jlrincontrol", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7c6ce65", "last_release_tag": "V2.1.3", "last_updated": "2021-12-26T17:06:44Z", "name": "jlrincontrol", "new": false, "repository_manifest": {"name": "Jaguar Landrover InControl", "render_readme": false, "iot_class": "Cloud Polling", "homeassistant": "0.115.0"}, "selected_tag": null, "show_beta": false, "stars": 25, "topics": ["hacs", "homeassistant", "i-pace", "jaguar", "jlr", "landrover", "rrs", "vehicle", "wirelesscar"], "version_installed": null, "last_fetched": 1641470262.729936}, "255662264": {"authors": ["@MTrab"], "category": "integration", "description": "Landroid Cloud component for Home Assistant", "domain": "landroid_cloud", "downloads": 0, "etag_repository": "W/\"f09bb6f6465b8d7cc747199eafb492452aa4cc8a7158a08b12158f31220a45be\"", "full_name": "MTrab/landroid_cloud", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1cee88f", "last_release_tag": "v1.8.1", "last_updated": "2022-01-19T10:16:46Z", "name": "landroid_cloud", "new": false, "repository_manifest": {"name": "Landroid Cloud", "render_readme": true, "iot_class": "cloud_polling"}, "selected_tag": null, "show_beta": false, "stars": 69, "topics": ["homeassistant", "homeassistant-custom-component", "homeassistant-integration"], "version_installed": null, "last_fetched": 1643571240.822412}, "269588712": {"authors": ["@mvdwetering"], "category": "integration", "description": "Home Assistant integration for the Philips Hue Play HDMI Sync Box", "domain": "huesyncbox", "downloads": 0, "etag_repository": "W/\"1a8834d6cc7f3dbdfdd336556518e06c3af53d55d5f529daa1bc1fb9fd77920d\"", "full_name": "mvdwetering/huesyncbox", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "494ad11", "last_release_tag": "v1.16.0", "last_updated": "2022-01-17T19:53:58Z", "name": "huesyncbox", "new": false, "repository_manifest": {"name": "Philips Hue Play HDMI Sync Box", "render_readme": true, "domains": ["media_player"], "homeassistant": "2021.12.0", "iot_class": "Local Polling"}, "selected_tag": null, "show_beta": false, "stars": 44, "topics": ["hacs", "homeassistant-integration", "hue-entertainment", "huesync", "philips-hue"], "version_installed": null, "last_fetched": 1643571241.322128}, "192604318": {"authors": ["@mudape"], "category": "integration", "description": "A custom component for Home Assistant to detect iPhones connected to local LAN, even if the phone is in deep sleep.", "domain": "iphonedetect", "downloads": 0, "etag_repository": "W/\"44e17fde490b938f783de3bccb677a3755cb4418b6e470dd750a75c801f0ce19\"", "full_name": "mudape/iphonedetect", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f8b51ba", "last_release_tag": "1.4.0", "last_updated": "2021-04-05T12:28:32Z", "name": "iphonedetect", "new": false, "repository_manifest": {"name": "iPhone Device Tracker", "homeassistant": "0.94.0", "iot_class": "Local Polling", "domains": ["device_tracker"], "zip_release": true, "filename": "iphonedetect.zip"}, "selected_tag": null, "show_beta": false, "stars": 169, "topics": ["custom-component", "hacs", "home-assistant", "iphonedetect"], "version_installed": null, "last_fetched": 1643571240.717914}, "278930028": {"authors": ["@nicjo814", "@limych", "@nagyrobi"], "category": "integration", "description": "LinkPlay based media devices integration for Home Assistant. Fully compatible with Mini Media Player card including speaker group management. Supports snapshot and restore functionality for TTS.", "domain": "linkplay", "downloads": 0, "etag_repository": "W/\"08c36266d2216e9dfb38dd44eeaeb1974234f5e5b0e48350ed552f1ddd715458\"", "full_name": "nagyrobi/home-assistant-custom-components-linkplay", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "661eff7", "last_release_tag": "2.0.43", "last_updated": "2022-01-28T16:02:32Z", "name": "linkplay", "new": false, "repository_manifest": {"name": "Linkplay-based speakers and devices", "content_in_root": false, "render_readme": false, "domains": ["media_player"], "homeassistant": "2021.4.0"}, "selected_tag": null, "show_beta": false, "stars": 60, "topics": ["arylic", "cvte", "harman-kardon", "home-assistant", "linkplay", "media-player", "speaker", "tts"], "version_installed": null, "last_fetched": 1643571241.427684}, "286186485": {"authors": ["@nielsfaber"], "category": "integration", "description": "Custom component for HA that enables the creation of scheduler entities", "domain": "scheduler", "downloads": 0, "etag_repository": "W/\"54fb5664319f2e7bab2f47f12c365fbabf807cafc0c1372bb51ddc64ed24cd17\"", "full_name": "nielsfaber/scheduler-component", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "652e3eb", "last_release_tag": "v3.2.6", "last_updated": "2022-01-19T17:59:41Z", "name": "scheduler", "new": false, "repository_manifest": {"name": "Scheduler component", "render_readme": "true", "iot_class": ["Local Push"], "domains": ["switch"]}, "selected_tag": null, "show_beta": false, "stars": 228, "topics": ["custom-component", "hacs", "homeassistant", "integration", "python", "scheduler"], "version_installed": null, "last_fetched": 1643571242.355162}, "153870340": {"authors": [], "category": "integration", "description": "\u2744 Use a Harmony Hub to control an IR controlled climate device", "domain": "harmony_ac", "downloads": 0, "etag_repository": "W/\"cc7e293134ad640a492819acf1d16bf3dd6398f9ced00cae1e6db02e69df8ff9\"", "full_name": "nickneos/HA_harmony_climate_component", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f52784f", "last_release_tag": "v0.2.1", "last_updated": "2021-03-12T13:27:19Z", "name": "harmony_ac", "new": false, "repository_manifest": {"name": "Harmony Hub Climate Controller", "domains": ["climate"], "homeassistant": "0.96.0", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 20, "topics": ["air-conditioner", "climate", "hacktoberfest", "hacs", "harmony", "hass", "home-assistant", "homeassistant", "hvac"], "version_installed": null}, "154417419": {"authors": [], "category": "integration", "description": "Home Assistant custom component for the newer (2016+) Philips Android TVs", "domain": "philips_android_tv", "downloads": 0, "etag_repository": "W/\"151a8dcf776a53068a47c16dc177ffd5a005330c7c1c161df1136b9a24578da7\"", "full_name": "nstrelow/ha_philips_android_tv", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9e9572d", "last_release_tag": null, "last_updated": "2021-07-22T15:04:24Z", "name": "philips_android_tv", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 107, "topics": ["home-automation", "homeassistant", "philips-tv", "tv"], "version_installed": null}, "144888844": {"authors": [], "category": "integration", "description": null, "domain": "ovapi", "downloads": 0, "etag_repository": "W/\"d8a405b986c540a94d0a20708bca8031174b2967ea2960eec36026fc406750f4\"", "full_name": "Paul-dH/Home-Assisant-Sensor-OvApi", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2cc564a", "last_release_tag": "v1.4.3", "last_updated": "2021-09-06T07:05:37Z", "name": "ovapi", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 13, "topics": [], "version_installed": null}, "140907992": {"authors": ["@nikrolls"], "category": "integration", "description": "Home Assistant integration for Goldair WiFi heaters, dehumidifiers and fans", "domain": "goldair_climate", "downloads": 0, "etag_repository": "W/\"7818baacf5d8028fc98b45a381b686c98f91b8079bd8a9962047edda1114f4d6\"", "full_name": "nikrolls/homeassistant-goldair-climate", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "df5f895", "last_release_tag": "0.1.3", "last_updated": "2021-05-24T23:53:41Z", "name": "goldair_climate", "new": false, "repository_manifest": {"name": "Goldair WiFi climate devices", "render_readme": true, "hide_default_branch": true, "domains": ["climate", "light", "lock"], "country": ["NZ", "AU"], "homeassistant": "0.96.0", "zip_release": true, "filename": "homeassistant-goldair-climate.zip"}, "selected_tag": null, "show_beta": false, "stars": 12, "topics": ["dehumidifier", "fan", "goldair", "hacs", "heater", "homeassistant", "wifi"], "version_installed": null, "last_fetched": 1642274177.763898}, "250022973": {"authors": ["@ollo69"], "category": "integration", "description": "HomeAssistant custom integration for SmartThinQ LG devices configurable with Lovelace User Interface.", "domain": "smartthinq_sensors", "downloads": 0, "etag_repository": "W/\"946580ca34fdf5d854942becd62be2d1afc418d630dfbf5dd267716c9bedd2f8\"", "full_name": "ollo69/ha-smartthinq-sensors", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7a962f9", "last_release_tag": "v0.12.6", "last_updated": "2022-01-30T17:40:56Z", "name": "smartthinq_sensors", "new": false, "repository_manifest": {"name": "SmartThinQ LGE Sensors", "content_in_root": false, "domains": ["sensor", "binary_sensor", "switch", "climate"], "iot_class": "cloud_poll", "homeassistant": "2021.9.0"}, "selected_tag": null, "show_beta": false, "stars": 370, "topics": ["ac", "air-purifier", "climate", "dishwasher", "dryer", "home-assistant", "homeassistant", "lg", "lg-devices", "lge", "oven", "range", "refrigerator", "sensors", "smartthinq", "thinq", "washer"], "version_installed": null, "last_fetched": 1643571242.887977}, "255110178": {"authors": ["@opravdin"], "category": "integration", "description": "Weback integration with Home Assistant", "domain": "weback", "downloads": 0, "etag_repository": "W/\"aede2dc0e023f5a03435fb6b3a5ec1934d8c5636565929cd4cd886b5221b6461\"", "full_name": "opravdin/weback-hass", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1eead80", "last_release_tag": "v1.0.3", "last_updated": "2021-08-14T11:04:06Z", "name": "weback", "new": false, "repository_manifest": {"name": "Weback cloud integration", "content_in_root": false, "render_readme": true, "domains": ["weback"], "hide_default_branch": true}, "selected_tag": null, "show_beta": false, "stars": 30, "topics": ["home-assistant", "home-assistant-component", "home-assistant-hacs", "weback"], "version_installed": null, "last_fetched": 1642851143.886779}, "247070270": {"authors": ["@ollo69"], "category": "integration", "description": "\ud83d\udcfa Home Assistant SamsungTV Smart Component with simplified SmartThings API Support configurable from User Interface.", "domain": "samsungtv_smart", "downloads": 0, "etag_repository": "W/\"05e7a000010e07da3b0cd15ff1733d6c586c59e37420f0cd4b6c38ff16be1632\"", "full_name": "ollo69/ha-samsungtv-smart", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6b80423", "last_release_tag": "v0.4.14", "last_updated": "2022-01-21T23:32:19Z", "name": "samsungtv_smart", "new": false, "repository_manifest": {"name": "SamsungTV Smart", "content_in_root": false, "domains": ["media-player"], "iot_class": "cloud_poll", "homeassistant": "2021.7.0"}, "selected_tag": null, "show_beta": false, "stars": 165, "topics": ["home-assistant", "homeassistant", "samsung", "samsung-smart-tv", "samsung-tv", "smartthings"], "version_installed": null, "last_fetched": 1643571243.078101}, "237102126": {"authors": ["@kabturek", "@peetereczek"], "category": "integration", "description": "Home Assistant (hass.io) custom component for Warsaw public transport", "domain": "ztm", "downloads": 0, "etag_repository": "W/\"2e5b337b787520309e70c819a2ac26f03b5411e605028c4c731d0db814aa1cc0\"", "full_name": "peetereczek/ztm", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1fd4870", "last_release_tag": "0.2.1", "last_updated": "2021-03-16T16:49:42Z", "name": "ztm", "new": false, "repository_manifest": {"name": "Warsaw ZTM Information", "content_in_root": false, "domains": ["sensor"], "country": ["PL"], "homeassistant": "0.100.0", "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": [], "version_installed": null}, "256733675": {"authors": ["@davidramosweb", "@nagyrobi", "@Alfiegerner"], "category": "integration", "description": "Time-based cover with customizable scripts or entity to trigger opening, stopping and closing. Position is calculated based on the fraction of time spent by the cover traveling up or down. State can be updated with information based on external sensors.", "domain": "cover_rf_time_based", "downloads": 0, "etag_repository": "W/\"74ae4513e783ead2936da13b9099d21f41156527e8347fc5f9f50c671a550f0f\"", "full_name": "nagyrobi/home-assistant-custom-components-cover-rf-time-based", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "721a152", "last_release_tag": "1.1.1", "last_updated": "2021-12-14T18:13:30Z", "name": "cover_rf_time_based", "new": false, "repository_manifest": {"name": "Cover Time Based RF (script/entity)", "content_in_root": false, "render_readme": false, "domains": ["cover"], "homeassistant": "2021.4"}, "selected_tag": null, "show_beta": false, "stars": 35, "topics": ["433", "433mhz", "cover", "home-assistant", "rf", "roller-shutters", "script", "service", "shutter", "trigger"], "version_installed": null, "last_fetched": 1643571241.401283}, "259270792": {"authors": ["@peternijssen"], "category": "integration", "description": ":convenience_store: Integrate Jumbo.com in Home Assistant", "domain": "jumbo", "downloads": 0, "etag_repository": "W/\"91ca1fecb2d400602705bfb1817fd0cdebe4723b69830365aaeaa741ee1ce322\"", "full_name": "peternijssen/home-assistant-jumbo", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "ff373ad", "last_release_tag": "0.8.1", "last_updated": "2021-03-29T18:10:16Z", "name": "jumbo", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 7, "topics": ["hacs", "home-assistant", "jumbo", "supermarket"], "version_installed": null}, "196057008": {"authors": ["@pilotak"], "category": "integration", "description": "Breaks out specified attribute from other entities to a sensor", "domain": "attributes", "downloads": 0, "etag_repository": "W/\"b53a2609b71f483197282ef6bfeda5c943e2ce8027dccee41e32295c69c4f398\"", "full_name": "pilotak/homeassistant-attributes", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "398ac4c", "last_release_tag": "v1.2.0", "last_updated": "2021-03-13T13:11:19Z", "name": "attributes", "new": false, "repository_manifest": {"name": "Attributes extractor", "homeassistant": "0.103.0", "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 63, "topics": ["attributes", "breakout", "hacs", "hass", "homeassistant", "sensor"], "version_installed": null, "last_fetched": 1643571243.316112}, "236123258": {"authors": ["@camect"], "category": "integration", "description": "A HACS integration for the Camect smart home surveillance system", "domain": "camect", "downloads": 0, "etag_repository": "W/\"09e73c2b8ddfe37210ae23bd917fce086c23fc5ff566c7105642d5ca16649080\"", "full_name": "pfunkmallone/HACS-camect-integration", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "ae1e8ca", "last_release_tag": "2021.12.23", "last_updated": "2021-12-23T17:21:08Z", "name": "camect", "new": false, "repository_manifest": {"name": "Camect Integration", "country": ["US"], "domains": "camera", "homeassistant": "0.99.9", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["camect", "hacs", "home-assistant"], "version_installed": null}, "196055705": {"authors": ["@pilotak"], "category": "integration", "description": "Clientraw weather parser (clientraw.txt) for HomeAssistant", "domain": "clientraw", "downloads": 0, "etag_repository": "W/\"891e20ede918ccf0002bbc25837e65bf5c53a6a7d72e6eb3d2653580067d7698\"", "full_name": "pilotak/homeassistant-clientraw", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d9df606", "last_release_tag": "v2.2.1", "last_updated": "2021-11-28T20:14:21Z", "name": "clientraw", "new": false, "repository_manifest": {"name": "Clientraw weather parser", "homeassistant": "0.103.0", "domains": ["sensor"], "iot_class": "cloud_poll"}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": ["clientraw", "davis", "hacs", "hass", "homeassistant", "weather"], "version_installed": null, "last_fetched": 1641895646.342355}, "199549304": {"authors": ["@PiotrMachowski"], "category": "integration", "description": "This sensor uses gkeepapi library to download a list of notes from https://keep.google.com/.", "domain": "google_keep", "downloads": 0, "etag_repository": "W/\"0c99159f75abf0570ff53d45fa0acd87c51bb944c28eee16ff78f2317a38302b\"", "full_name": "PiotrMachowski/Home-Assistant-custom-components-Google-Keep", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "82a63e3", "last_release_tag": "v1.1.4", "last_updated": "2022-01-23T03:39:58Z", "name": "google_keep", "new": false, "repository_manifest": {"name": "Google Keep", "render_readme": true, "domains": ["sensor"], "zip_release": true, "filename": "google_keep.zip"}, "selected_tag": null, "show_beta": false, "stars": 36, "topics": ["custom-component", "home-assistant", "integration", "notes"], "version_installed": null, "last_fetched": 1643571243.593595}, "193371469": {"authors": ["PiotrMachowski"], "category": "integration", "description": "This sensor uses official API to get storm warnings from https://antistorm.eu.", "domain": "antistorm", "downloads": 0, "etag_repository": "W/\"2cd2262df258bc63ec50c7f5ece848e4f146e4cdcacc137a0807119b73092571\"", "full_name": "PiotrMachowski/Home-Assistant-custom-components-Antistorm", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "29a0458", "last_release_tag": "v1.0.4", "last_updated": "2022-01-23T02:16:53Z", "name": "antistorm", "new": false, "repository_manifest": {"name": "Antistorm sensor", "domains": ["binary_sensor", "sensor"], "country": ["PL"], "render_readme": true, "zip_release": true, "filename": "antistorm.zip"}, "selected_tag": null, "show_beta": false, "stars": 10, "topics": ["custom-component", "home-assistant", "integration", "weather"], "version_installed": null, "last_fetched": 1643571243.522058}, "193371652": {"authors": ["PiotrMachowski"], "category": "integration", "description": "This sensor uses official API to get air quality data from https://looko2.com.", "domain": "looko2", "downloads": 0, "etag_repository": "W/\"97e4a5d297b03104d88c016843750ffd124377c4f08b65934c2aec25bd393e9d\"", "full_name": "PiotrMachowski/Home-Assistant-custom-components-Looko2", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "fff1812", "last_release_tag": "v1.0.3", "last_updated": "2022-01-23T17:08:49Z", "name": "looko2", "new": false, "repository_manifest": {"name": "Looko2 sensor", "domains": ["sensor"], "country": ["PL"], "render_readme": true, "zip_release": true, "filename": "looko2.zip"}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["air-quality", "custom-component", "home-assistant", "weather"], "version_installed": null, "last_fetched": 1643571244.090062}, "207881337": {"authors": ["@pinkywafer"], "category": "integration", "description": "Anniversary Countdown Sensor for Home Assistant", "domain": "anniversaries", "downloads": 0, "etag_repository": "W/\"e2425be25b2d971f87366f2dc8d6a9da76820d23beedfed9add316966524c150\"", "full_name": "pinkywafer/Anniversaries", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "aeeb9e9", "last_release_tag": "4.5.0", "last_updated": "2022-01-11T19:14:57Z", "name": "anniversaries", "new": false, "repository_manifest": {"name": "Anniversaries", "zip_release": true, "filename": "anniversaries.zip", "domains": ["anniversaries", "sensor"], "homeassistant": "0.109.0"}, "selected_tag": null, "show_beta": false, "stars": 103, "topics": ["anniversaries", "hacktoberfest", "hacs", "home-assistant", "sensor"], "version_installed": null, "last_fetched": 1643571243.695706}, "193588464": {"authors": ["PiotrMachowski"], "category": "integration", "description": "This sensor uses unofficial API to get data from https://www.rozkladzik.pl and provide information about departures for chosen stop.", "domain": "rozkladzik", "downloads": 0, "etag_repository": "W/\"597a91bc979bbccb2b317928770d433b319c824aa703a10f82d5755bb6176414\"", "full_name": "PiotrMachowski/Home-Assistant-custom-components-Rozkladzik", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "398d1aa", "last_release_tag": "v1.1.5", "last_updated": "2022-01-24T02:34:46Z", "name": "rozkladzik", "new": false, "repository_manifest": {"name": "Rozk\u0142adzik sensor", "domains": ["sensor"], "country": ["PL"], "render_readme": true, "zip_release": true, "filename": "rozkladzik.zip"}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": ["custom-component", "home-assistant", "integration", "public-transport"], "version_installed": null, "last_fetched": 1643571244.307269}, "193588612": {"authors": ["PiotrMachowski"], "category": "integration", "description": "This sensor uses unofficial API retrieved by decompilation of iMPK application to provide a list of MPK Wroc\u0142aw news available in original app.", "domain": "impk", "downloads": 0, "etag_repository": "W/\"e2c4b9eab54497ab86eff86405188836af6ee6dd2ebb22274770cc6f255edd23\"", "full_name": "PiotrMachowski/Home-Assistant-custom-components-iMPK", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "8a87bc8", "last_release_tag": "v1.1.5", "last_updated": "2022-01-23T16:43:48Z", "name": "impk", "new": false, "repository_manifest": {"name": "iMPK sensor", "domains": ["binary_sensor"], "country": ["PL"], "render_readme": true, "zip_release": true, "filename": "impk.zip"}, "selected_tag": null, "show_beta": false, "stars": 10, "topics": ["custom-component", "home-assistant", "integration", "public-transport", "wroclaw"], "version_installed": null, "last_fetched": 1643571243.854752}, "224073673": {"authors": ["@pinkywafer"], "category": "integration", "description": "Calendarific holiday sensor for Home Assistant ", "domain": "calendarific", "downloads": 0, "etag_repository": "W/\"04700d658c44ad87798575638d4fb050d3fb1410b343cc87b2c8767e3a5c7621\"", "full_name": "pinkywafer/Calendarific", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7e0963f", "last_release_tag": "0.14.0", "last_updated": "2022-01-07T16:04:10Z", "name": "calendarific", "new": false, "repository_manifest": {"name": "Calendarific", "zip_release": true, "filename": "calendarific.zip", "domains": ["calendarific", "sensor"], "homeassistant": "2021.12.0", "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 12, "topics": ["api-client", "calendarific", "holidays", "home-assistant", "sensor"], "version_installed": null, "last_fetched": 1641587771.886148}, "193371566": {"authors": ["PiotrMachowski"], "category": "integration", "description": "This sensor uses official API to get weather warnings for Poland and storm warnings for Europe from https://burze.dzis.net.", "domain": "burze_dzis_net", "downloads": 0, "etag_repository": "W/\"86596edf72e15ece3751eb8d3dd5e4f479f3977b206331b4c96c3a289974fa8b\"", "full_name": "PiotrMachowski/Home-Assistant-custom-components-Burze.dzis.net", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "84210c1", "last_release_tag": "v1.0.4", "last_updated": "2022-01-23T02:37:19Z", "name": "burze_dzis_net", "new": false, "repository_manifest": {"name": "Burze.dzis.net sensor", "domains": ["binary_sensor"], "country": ["EU", "PL"], "render_readme": true, "zip_release": true, "filename": "antistorm.zip"}, "selected_tag": null, "show_beta": false, "stars": 26, "topics": ["custom-component", "home-assistant", "integration", "weather"], "version_installed": null, "last_fetched": 1643571243.589226}, "193371922": {"authors": ["PiotrMachowski"], "category": "integration", "description": "This sensor uses unofficial API to get energy usage and generation data from https://elicznik.tauron-dystrybucja.pl.", "domain": "tauron_amiplus", "downloads": 0, "etag_repository": "W/\"9f816f4d5d3ba99f0208ce85f0c9dc9a5bcc195051934313b6ade988b13aeeef\"", "full_name": "PiotrMachowski/Home-Assistant-custom-components-Tauron-AMIplus", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "73b07ec", "last_release_tag": "v2.0.4", "last_updated": "2022-01-24T04:57:13Z", "name": "tauron_amiplus", "new": false, "repository_manifest": {"name": "Tauron AMIplus", "render_readme": true, "domains": ["sensor"], "zip_release": true, "filename": "tauron_amiplus.zip", "country": ["PL"]}, "selected_tag": null, "show_beta": false, "stars": 44, "topics": ["custom-component", "energy-monitor", "home-assistant", "integration"], "version_installed": null, "last_fetched": 1643571244.350139}, "271398374": {"authors": ["@PiotrMachowski"], "category": "integration", "description": "This custom component allows you to save current state of any entity and use its data later to restore it.", "domain": "saver", "downloads": 0, "etag_repository": "W/\"746e3aef6bdd8cb09436efc7a2a4eea28e5973776b78eccc48df1541d115de79\"", "full_name": "PiotrMachowski/Home-Assistant-custom-components-Saver", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "813f69b", "last_release_tag": "v1.1.3", "last_updated": "2022-01-24T03:25:16Z", "name": "saver", "new": false, "repository_manifest": {"name": "Saver", "render_readme": true, "zip_release": true, "filename": "saver.zip"}, "selected_tag": null, "show_beta": false, "stars": 32, "topics": ["automation", "helper", "home-assistant", "save", "script", "variable"], "version_installed": null, "last_fetched": 1643545554.666287}, "166045890": {"authors": ["@pippyn"], "category": "integration", "description": "Provides Home Assistant sensors for multiple Dutch and Belgium waste collectors", "domain": "afvalbeheer", "downloads": 0, "etag_repository": "W/\"7c603c5c91341a44031e593571c4bdada2f39611d3e435bdf2abca53efc111a2\"", "full_name": "pippyn/Home-Assistant-Sensor-Afvalbeheer", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7393347", "last_release_tag": "v4.9.2", "last_updated": "2022-01-18T07:58:11Z", "name": "afvalbeheer", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 132, "topics": ["belgium", "dutch", "hacs", "hassio", "hassio-integration", "home-assistant", "waste-collectors"], "version_installed": null, "last_fetched": 1643571245.020053}, "165637690": {"authors": ["@pippyn"], "category": "integration", "description": "Provides sensors for the Dutch waste collector Groningen Afvalwijzer.", "domain": "groningen_afvalwijzer", "downloads": 0, "etag_repository": "W/\"aed1f6d6f115c3108dc92d9a3167fb7c97707566375a8152ac291f3af8784d8a\"", "full_name": "pippyn/Home-Assistant-Sensor-Groningen-Afvalwijzer", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "645d9f7", "last_release_tag": "v1.1.3", "last_updated": "2019-06-11T12:41:23Z", "name": "groningen_afvalwijzer", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": [], "version_installed": null}, "209996125": {"authors": [], "category": "integration", "description": "A custom component for Home Assistant which integrates my picoTTS Addon on HASS.io,", "domain": "picotts_remote", "downloads": 0, "etag_repository": "W/\"0e89c58cb6103e630a4f2670da96905daeba717d47bef46a26e15236ce7d278f\"", "full_name": "Poeschl/Remote-PicoTTS", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b2877ff", "last_release_tag": "1.0.1", "last_updated": "2021-03-05T16:22:33Z", "name": "picotts_remote", "new": false, "repository_manifest": {"name": "Remote PicoTTS", "render_readme": true, "domains": "tts", "homeassistant": "0.36", "iot_class": "Local Polling"}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": ["component", "hacs", "hassio", "home-assistant", "picotts-addon", "remote-picotts"], "version_installed": null}, "281956859": {"authors": ["@postlund"], "category": "integration", "description": "Experimental integration to Home Assistant supporting D-Link devices", "domain": "dlink_hnap", "downloads": 0, "etag_repository": "W/\"c9660dd87fbae15231e8298633f7ebc3d6fe1b8e79400a386b3af74af047ddf5\"", "full_name": "postlund/dlink_hnap", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "774df53", "last_release_tag": null, "last_updated": "2021-03-04T05:27:58Z", "name": "dlink_hnap", "new": false, "repository_manifest": {"name": "D-Link HNAP", "content_in_root": false, "domains": ["binary_sensor"], "homeassistant": "0.109.0", "iot_class": "Local Pull", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 25, "topics": ["custom-integration", "dlink", "home-assistant"], "version_installed": null, "last_fetched": 1643571244.772767}, "238568340": {"authors": ["@Pouzor"], "category": "integration", "description": "Custom Component for Home Assistant, enable to remote Freebox Player", "domain": "freebox_player", "downloads": 0, "etag_repository": "W/\"a8aec9519acb42fc666ae19d08a33c3d9bc326200cde72ef30f55eb2a5a26c12\"", "full_name": "Pouzor/freebox_player", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9f0390b", "last_release_tag": "1.0.6", "last_updated": "2021-05-12T23:52:40Z", "name": "freebox_player", "new": false, "repository_manifest": {"name": "Freebox Player"}, "selected_tag": null, "show_beta": false, "stars": 10, "topics": ["custom-component", "freebox", "home-assistant", "homeassistant", "python"], "version_installed": null, "last_fetched": 1642004309.549057}, "219035415": {"authors": ["ptimatth"], "category": "integration", "description": "GeoRide integration for Home Assistant", "domain": "georide", "downloads": 0, "etag_repository": "W/\"8eab456e3d9a5cd181717c55034a2761d27c2500d4ac0e0ae69ab7e9fad11aaf\"", "full_name": "ptimatth/GeorideHA", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e59c8cb", "last_release_tag": "0.8.1", "last_updated": "2021-10-10T11:10:44Z", "name": "georide", "new": false, "repository_manifest": {"name": "GeoRide integration", "content_in_root": false, "render_readme": true, "domains": ["devices_tracker", "sensor"], "country": ["FR"], "homeassistant": "2021.10.0"}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": [], "version_installed": null}, "289550686": {"authors": ["@raman325"], "category": "integration", "description": "Custom Home Assistant component for Zoom. Tracks when you are connected to a Zoom call by default but may allow you to track more.", "domain": "zoom", "downloads": 0, "etag_repository": "W/\"18e69db12e71f013cb123f10bc02eac8e6e442b667125f2c6a52ab20aa03ce78\"", "full_name": "raman325/ha-zoom-automation", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b2c1dfb", "last_release_tag": "v0.8.2", "last_updated": "2022-01-03T04:05:09Z", "name": "zoom", "new": false, "repository_manifest": {"name": "Zoom", "domains": ["binary_sensor"], "iot_class": "Cloud Push", "render_readme": true, "homeassistant": "2021.5.0b0", "zip_release": true, "filename": "zoom.zip"}, "selected_tag": null, "show_beta": false, "stars": 47, "topics": ["automation", "custom-component", "ha", "hacs", "hassio", "home-assistant", "homeassistant", "integration", "webhook-event", "zoom"], "version_installed": null, "last_fetched": 1643571245.489505}, "197983504": {"authors": ["@rdehuyss"], "category": "integration", "description": "Support for Denkovi IOT Relay modules in HomeAssistant", "domain": "denkovi", "downloads": 0, "etag_repository": "W/\"90d830139f4f549c3b1b20e60a5ef2b25a34277c70b1e0e818881f39dcad838e\"", "full_name": "rdehuyss/homeassistant-custom_components-denkovi", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "16d3384", "last_release_tag": "v2.0.2", "last_updated": "2021-07-24T21:00:35Z", "name": "denkovi", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["denkovi", "homeassistant", "homeassistant-components"], "version_installed": null}, "260264517": {"authors": ["@r-renato"], "category": "integration", "description": "Climacell weather provider integration is a custom component for Home Assistant. The climacell platform uses the Climacell API as a source for meteorological data for your location.", "domain": "climacell", "downloads": 0, "etag_repository": "W/\"c6dafa7ef0e081aefc30fb970344436aace539292a1cb338a9cb5e8ffd9bc46d\"", "full_name": "r-renato/ha-climacell-weather", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f5be63f", "last_release_tag": "2.0.3", "last_updated": "2021-06-10T19:48:13Z", "name": "climacell", "new": false, "repository_manifest": {"name": "ClimaCell Weather Provider", "domains": ["sensor"], "iot_class": ["Cloud Polling"]}, "selected_tag": null, "show_beta": false, "stars": 38, "topics": ["climacell", "hacs", "home-assistant", "weather"], "version_installed": null}, "268118148": {"authors": ["@py-smart-gardena"], "category": "integration", "description": "Home Assistant custom component integration for Gardena Smart System", "domain": "gardena_smart_system", "downloads": 0, "etag_repository": "W/\"10282c1c41b755d69deff297096faba248e6a83bd463aa1987b9bfcd659e5788\"", "full_name": "py-smart-gardena/hass-gardena-smart-system", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "911ffb9", "last_release_tag": "0.2.3", "last_updated": "2022-01-29T22:48:06Z", "name": "gardena_smart_system", "new": false, "repository_manifest": {"name": "Gardena Smart System", "domains": ["sensor", "switch", "vacuum", "binary_sensor"], "render_readme": true, "homeassistant": "0.115.0"}, "selected_tag": null, "show_beta": false, "stars": 74, "topics": ["gardena", "gardena-api", "gardena-smart-system", "home-assistant", "homeassistant"], "version_installed": null, "last_fetched": 1643571245.138462}, "164161024": {"authors": ["@rgruebel"], "category": "integration", "description": "Custom Component for Homeassistant to show zigbee2mqtt Networkmap", "domain": "zigbee2mqtt_networkmap", "downloads": 0, "etag_repository": "W/\"7d3b4cce1d4864b71b1df9c269153793771a13e0b426b7108f59ffdc93fab491\"", "full_name": "rgruebel/ha_zigbee2mqtt_networkmap", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "ddb1013", "last_release_tag": null, "last_updated": "2021-12-14T14:38:00Z", "name": "zigbee2mqtt_networkmap", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 167, "topics": [], "version_installed": null, "last_fetched": 1641895658.060095}, "225305915": {"authors": ["@Martinvdm", "@vloris", "@remco770"], "category": "integration", "description": "Garbage collection BAR for Home Assistant", "domain": "bar_afvalbeheer", "downloads": 0, "etag_repository": "W/\"d90e45ade1074fa9cec84edbb2634bb498153696566dcf68d03515dda4c501e2\"", "full_name": "remco770/garbage-bar-homeassistant", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e1fb3c5", "last_release_tag": "1.4", "last_updated": "2021-08-24T17:27:18Z", "name": "bar_afvalbeheer", "new": false, "repository_manifest": {"name": "BAR garbage collection", "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": [], "version_installed": null}, "257634153": {"authors": ["@rob196"], "category": "integration", "description": "This is a custom component to integrate into FXMarketAPI (https://fxmarketapi.com) to get the live mid-rates in Home Assistant.", "domain": "fxmarketapi", "downloads": 0, "etag_repository": "W/\"65a77eae76da8e3ec1dcefd7da4667b745b8f2054e31685c6d5c623a865ad05e\"", "full_name": "rob196/home-assistant-fxmarketapi", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c3e467c", "last_release_tag": "v1.0.3", "last_updated": "2021-06-01T16:32:25Z", "name": "fxmarketapi", "new": false, "repository_manifest": {"name": "FXMarketAPI Integration", "content_in_root": false, "render_readme": false, "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["custom-component", "hacs", "home-assistant", "homeassistant", "python"], "version_installed": null}, "255380953": {"authors": ["@rkoebrugge", "@reharmsen", "@pdwonline", "@jongsoftdev"], "category": "integration", "description": "Custom Youless LS110 component for Home-Assistant ", "domain": "youless", "downloads": 0, "etag_repository": "W/\"a4836852f4e92850fd7c1955a7df5e348d8da34c2b94f403f4767abf166da6f3\"", "full_name": "rkoebrugge/hacs-youless-component", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3cd8d1a", "last_release_tag": "2.0.5", "last_updated": "2020-06-19T08:52:21Z", "name": "youless", "new": false, "repository_manifest": {"name": "YouLess LS110", "country": ["NL"], "render_readme": true, "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 0, "topics": [], "version_installed": null}, "140618233": {"authors": ["@robhofmann"], "category": "integration", "description": "Custom Gree climate component written in Python3 for Home Assistant. Controls AC's supporting the Gree protocol.", "domain": "gree", "downloads": 0, "etag_repository": "W/\"1ac291ca4fd77d0be111a8c0c467c357609c65dbebf2ff74aa1639746616b1e1\"", "full_name": "RobHofmann/HomeAssistant-GreeClimateComponent", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "fdcc217", "last_release_tag": "2.3.0", "last_updated": "2022-01-29T21:49:55Z", "name": "gree", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 131, "topics": [], "version_installed": null, "last_fetched": 1643571245.844311}, "241427839": {"authors": ["@robbinjanssen"], "category": "integration", "description": "Read the current, daily and total Wh from your Omnik Inverter via local network (no cloud!)", "domain": "omnik_inverter", "downloads": 0, "etag_repository": "W/\"0ca007cfaea764b2c475fd073951306940dfec0ba7752bd32474279636f9dd55\"", "full_name": "robbinjanssen/home-assistant-omnik-inverter", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7bc3ad4", "last_release_tag": "v2.1.0", "last_updated": "2021-12-13T15:35:11Z", "name": "omnik_inverter", "new": false, "repository_manifest": {"name": "Omnik Inverter Solar Sensor (No Cloud)", "country": ["NL"], "domains": ["sensor"], "homeassistant": "2021.9.0"}, "selected_tag": null, "show_beta": false, "stars": 17, "topics": ["hacktoberfest", "hacs", "home-assistant", "home-assistant-sensor", "homeassistant", "python3"], "version_installed": null}, "196605143": {"authors": ["@SirGilbot", "@robhofmann"], "category": "integration", "description": "Custom component for Philips TV's running Android which are built between 2014 and 2016. Written in Python3 for Home Assistant.", "domain": "philips_2014", "downloads": 0, "etag_repository": "W/\"9626b4219b9f485e48dd103bd68432340a0c139b1ec743ebb0d7387513fe0cb4\"", "full_name": "RobHofmann/HomeAssistant-PhilipsAndroid2014", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "56c4d40", "last_release_tag": "1.0.0", "last_updated": "2021-05-09T12:39:18Z", "name": "philips_2014", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": [], "version_installed": null}, "213551635": {"authors": ["@roberodin"], "category": "integration", "description": "\ud83d\udcfa HomeAssistant - SamsungTV Custom Component", "domain": "samsungtv_custom", "downloads": 0, "etag_repository": "W/\"bbdd9750dfb778cb150b7c0d4c5d9655ee5dec0c8c3807fa56c27aca36175d58\"", "full_name": "roberodin/ha-samsungtv-custom", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "da6bf93", "last_release_tag": "3.0.5", "last_updated": "2021-10-15T02:14:29Z", "name": "samsungtv_custom", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 101, "topics": [], "version_installed": null, "last_fetched": 1643571245.792483}, "197116235": {"authors": ["@robmarkcole"], "category": "integration", "description": "Home Assistant custom component for using Deepstack face recognition", "domain": "deepstack_face", "downloads": 0, "etag_repository": "W/\"a60fb2ded41506377f05b6205e28e36bf45716594d9cbac535814e79c2bca53c\"", "full_name": "robmarkcole/HASS-Deepstack-face", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d35873c", "last_release_tag": "v0.12", "last_updated": "2021-12-21T11:40:37Z", "name": "deepstack_face", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 164, "topics": ["computer-vision", "deep-learning", "home-assistant"], "version_installed": null, "last_fetched": 1643571245.802518}, "165791238": {"authors": ["@robmarkcole"], "category": "integration", "description": "Home Assistant custom component for using Deepstack object detection", "domain": "deepstack_object", "downloads": 0, "etag_repository": "W/\"eb0e6295ccb84abc5041e3372b3f5d3002824b297894721b95cf0ae604664740\"", "full_name": "robmarkcole/HASS-Deepstack-object", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c673798", "last_release_tag": "v4.5", "last_updated": "2022-01-13T02:42:31Z", "name": "deepstack_object", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 331, "topics": ["home-assistant", "object-detection"], "version_installed": null, "last_fetched": 1643571246.031242}, "117426840": {"authors": ["@robinostlund"], "category": "integration", "description": "Volkswagen Carnet Component for home assistant", "domain": "volkswagencarnet", "downloads": 0, "etag_repository": "W/\"65062efad4107850f1faf818163dc74023eac4f0e6e3a651933ab3e7339fa4d7\"", "full_name": "robinostlund/homeassistant-volkswagencarnet", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "84ee2c0", "last_release_tag": "v4.4.49", "last_updated": "2022-01-29T18:49:56Z", "name": "volkswagencarnet", "new": false, "repository_manifest": {"name": "Volkswagen We Connect", "iot_class": "Cloud Polling", "homeassistant": "2021.12.0b1", "hide_default_branch": true, "zip_release": true, "filename": "volkswagencarnet.zip"}, "selected_tag": null, "show_beta": false, "stars": 160, "topics": ["custom-component", "hacs", "homeassistant", "volkswagen-carnet"], "version_installed": null, "last_fetched": 1643571246.148159}, "135166048": {"authors": ["@robmarkcole"], "category": "integration", "description": "Home-Assistant image classification using Machinebox.io", "domain": "classificationbox", "downloads": 0, "etag_repository": "W/\"3d506484f80c84835687aea52d6ff222b179c44657cea965ab7be3555baff857\"", "full_name": "robmarkcole/HASS-Machinebox-Classificationbox", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5d11474", "last_release_tag": "v0.5", "last_updated": "2019-04-28T06:44:42Z", "name": "classificationbox", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 18, "topics": ["computer-vision", "deep-neural-networks", "home-assistant", "home-automation", "machinebox"], "version_installed": null}, "160022220": {"authors": ["@robmarkcole"], "category": "integration", "description": "Home Assistant Object detection with Amazon Rekognition", "domain": "amazon_rekognition", "downloads": 0, "etag_repository": "W/\"5ef9b46603537434d5bd2a3c5bfb043f05277f4e6365ff5dd3a5412e63760ed7\"", "full_name": "robmarkcole/HASS-amazon-rekognition", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c1bb2f5", "last_release_tag": "v3.2", "last_updated": "2021-12-26T07:50:05Z", "name": "amazon_rekognition", "new": false, "repository_manifest": {"name": "Amazon Rekognition", "domains": ["image_processing"]}, "selected_tag": null, "show_beta": false, "stars": 73, "topics": ["home-assistant", "rekognition"], "version_installed": null, "last_fetched": 1641217281.547645}, "149443194": {"authors": ["@rsnodgrass"], "category": "integration", "description": "ADT Pulse sensor for Home Assistant", "domain": "adtpulse", "downloads": 0, "etag_repository": "W/\"fa26cd307047c2d8269d7aff20fecee5c6af11b917f20257c801db1d38c000e5\"", "full_name": "rsnodgrass/hass-adtpulse", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "92e5d16", "last_release_tag": "0.1.9", "last_updated": "2022-01-02T10:13:07Z", "name": "adtpulse", "new": false, "repository_manifest": {"name": "ADT Pulse", "domains": ["alarm_control_panel", "binary_sensor"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 11, "topics": ["adt-pulse", "hacktoberfest", "homeassistant"], "version_installed": null, "last_fetched": 1641217281.58954}, "179931720": {"authors": ["@rsnodgrass"], "category": "integration", "description": "Home Assistant smart home platform integrations including sensors and custom tools", "domain": "groupme", "downloads": 0, "etag_repository": "W/\"72558d49a3f60a848c2b4c4e948161dfc83fd6985e96315bd2ca018939ed927b\"", "full_name": "rsnodgrass/hass-integrations", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4d4bde8", "last_release_tag": null, "last_updated": "2019-12-17T02:59:22Z", "name": "groupme", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": ["home-assistant", "water-sensor"], "version_installed": null}, "200989730": {"authors": ["@rsnodgrass", "@snicker", "@DubhAd"], "category": "integration", "description": "Flo Water Control for Home Assistant", "domain": "flo", "downloads": 0, "etag_repository": "W/\"26393ca5e93d6871f9126bf9226b2619c8b38d6336d0958afe8e2f2c2679bd5d\"", "full_name": "rsnodgrass/hass-flo-water", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d7dcdba", "last_release_tag": "3.0.5", "last_updated": "2021-03-23T21:58:09Z", "name": "flo", "new": false, "repository_manifest": {"name": "Flo by Moen Smart Water Monitor", "domains": ["sensor", "switch"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": [], "version_installed": null}, "200927325": {"authors": ["@rsnodgrass"], "category": "integration", "description": "Pool Math for Home Assistant", "domain": "poolmath", "downloads": 0, "etag_repository": "W/\"d4957b665c4fc4d95d50bc61b2591c7e08d64b8cb87cdf6220d0ddde66d12ea9\"", "full_name": "rsnodgrass/hass-poolmath", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2f7e9f6", "last_release_tag": "0.1.3", "last_updated": "2021-06-15T16:57:07Z", "name": "poolmath", "new": false, "repository_manifest": {"name": "Pool Math (Trouble Free Pool)", "domains": ["sensor"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": ["hacktoberfest", "homeassistant"], "version_installed": null}, "205416078": {"authors": ["@rsnodgrass"], "category": "integration", "description": "SensorPush integration for Home Assistant", "domain": "sensorpush", "downloads": 0, "etag_repository": "W/\"c6cb2a4dcce8d8f2253bc3df816060aa8063456f9a87dff0b067aa2334971cfd\"", "full_name": "rsnodgrass/hass-sensorpush", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2d4b043", "last_release_tag": "0.0.9", "last_updated": "2021-06-07T19:27:11Z", "name": "sensorpush", "new": false, "repository_manifest": {"name": "SensorPush", "domains": ["sensor"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 19, "topics": ["hacktoberfest", "homeassistant"], "version_installed": null, "last_fetched": 1643571247.05943}, "153006394": {"authors": ["@yuval_mejahez"], "category": "integration", "description": null, "domain": "school_holidays", "downloads": 0, "etag_repository": "W/\"04744945ada2a5113d35eb04f8aafa9fae3d8ca9c06f335adee3b953a623a022\"", "full_name": "rt400/School-Vacation", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "fb83099", "last_release_tag": null, "last_updated": "2021-08-03T13:41:10Z", "name": "school_holidays", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": [], "version_installed": null}, "235385658": {"authors": ["@rsnodgrass"], "category": "integration", "description": "Xantech Multi-Zone Matrix Audio for Home Assistant", "domain": "xantech", "downloads": 0, "etag_repository": "W/\"092579d6c64573babadd8e905192a765a8cc241a6d1a7bafe4e021b9b94eca64\"", "full_name": "rsnodgrass/hass-xantech", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "eb635c5", "last_release_tag": "0.0.6", "last_updated": "2021-08-03T08:50:29Z", "name": "xantech", "new": false, "repository_manifest": {"name": "Xantech Multi-Zone Audio Amps", "domains": ["media_player"], "render_readme": true, "iot_class": ["Local Push"]}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["audiophile", "hacktoberfest", "home-assistant", "home-automation", "homeassistant"], "version_installed": null}, "235915302": {"authors": [], "category": "integration", "description": "Custom Home Assistant sensor for the Marta/Breeze Card.", "domain": "marta", "downloads": 0, "etag_repository": "W/\"252ba5cc1d8451938241639e4440e98b658fbc643e94f915f9c09070c83cd455\"", "full_name": "ryanmac8/Home-Assistant-Marta", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "0270a21", "last_release_tag": "1.2", "last_updated": "2021-05-13T14:56:54Z", "name": "marta", "new": false, "repository_manifest": {"name": "Marta / Breeze Card", "content_in_root": false, "domains": ["sensor"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["breeze-card", "homeassistant", "marta", "sensor"], "version_installed": null}, "279861920": {"authors": ["@yuval_mejahez"], "category": "integration", "description": "ReversoTTS component for HomeAssistant", "domain": "reversotts", "downloads": 0, "etag_repository": "W/\"f1a36d1b5c62bba2f071623068e63225492e41fa48555c1d0af830eb8fe26c43\"", "full_name": "rt400/ReversoTTS-HA", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "30d4c26", "last_release_tag": "1.0.2", "last_updated": "2021-05-23T17:14:46Z", "name": "reversotts", "new": false, "repository_manifest": {"name": "Reverso TTS / tts", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 23, "topics": ["reversotts", "tts"], "version_installed": null, "last_fetched": 1643571247.24943}, "222845480": {"authors": ["ryannazaretian"], "category": "integration", "description": "Nexia climate integration for Trane and American Standard thermostats", "domain": "nexia", "downloads": 0, "etag_repository": "W/\"7df9e62e9d12e82a61e0910bd8db24ed52c34834673c0115783d3b365ab129bb\"", "full_name": "ryannazaretian/hacs-nexia-climate-integration", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1bfa7bf", "last_release_tag": "v1.0", "last_updated": "2020-04-17T15:57:11Z", "name": "nexia", "new": false, "repository_manifest": {"name": "Nexia Climate Integration", "render_readme": true, "domains": ["sensor", "binary_sensor", "climate"], "iot_class": "Local Polling"}, "selected_tag": null, "show_beta": false, "stars": 10, "topics": ["american-standard", "hacs", "home-assistant", "nexia", "nexia-thermostat", "trane"], "version_installed": null}, "224743334": {"authors": ["@safepay"], "category": "integration", "description": "Control Hunter Douglas / Luxaflex PowerView Window Shades in Home Assistant", "domain": "hd_powerview", "downloads": 0, "etag_repository": "W/\"3ff35957be953107455111fc71be11c4ed035346e27b23c39ec70d6a5e2c8e7c\"", "full_name": "safepay/cover.hd_powerview", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "640b054", "last_release_tag": "v0.9.0", "last_updated": "2021-08-19T04:28:48Z", "name": "hd_powerview", "new": false, "repository_manifest": {"name": "Hunter Douglas and Luxaflex PowerView Cover", "domains": ["cover"]}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": [], "version_installed": null}, "194971711": {"authors": ["@safepay"], "category": "integration", "description": "A WillyWeather Australian Bureau of Meteorology (BoM) integration for Home Assistant", "domain": "willyweather", "downloads": 0, "etag_repository": "W/\"fd9ed98c437da3f005e2fb1833ab23c3bfd9e38cfa866f1ba3ef7f22f69a12b7\"", "full_name": "safepay/sensor.willyweather", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "cb4202e", "last_release_tag": "v1.5.4", "last_updated": "2021-09-24T05:00:21Z", "name": "willyweather", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 7, "topics": [], "version_installed": null, "last_fetched": 1641470296.57045}, "195308808": {"authors": ["@safepay"], "category": "integration", "description": "A Fronius Sensor for Home Assistant", "domain": "fronius_inverter", "downloads": 0, "etag_repository": "W/\"ca00a5a755610f9d4e2e4672987dd23a2fee6683ffe550be747924e8f30e3f4f\"", "full_name": "safepay/sensor.fronius", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "19c1f3e", "last_release_tag": "v0.9.7", "last_updated": "2021-12-20T07:07:42Z", "name": "fronius_inverter", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 58, "topics": [], "version_installed": null, "last_fetched": 1642430651.817982}, "228579545": {"authors": ["@sebr"], "category": "integration", "description": "Orbit BHyve custom component for Home Assistant", "domain": "bhyve", "downloads": 0, "etag_repository": "W/\"162a88f102e022132bc295974c833b671bd3fe1ea113b9b45ae81c9e1cb9a3dc\"", "full_name": "sebr/bhyve-home-assistant", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "68a7ace", "last_release_tag": "2.1.1", "last_updated": "2021-12-15T01:36:32Z", "name": "bhyve", "new": false, "repository_manifest": {"name": "Orbit BHyve", "domains": ["binary_sensor", "sensor", "switch"], "iot_class": "Cloud Push", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 119, "topics": ["bhyve", "home-assistant", "home-assistant-component", "irrigation", "orbit", "orbit-bhyve"], "version_installed": null, "last_fetched": 1641587793.053995}, "248046910": {"authors": ["@sermayoral"], "category": "integration", "description": "Samsung TV Encrypted Models (H & J Series) custom component for Home Assistant", "domain": "samsungtv_encrypted", "downloads": 0, "etag_repository": "W/\"06f08b8124ba3908cd7c66cb51e999e6b1fbf69179d4602d36637c5202e0d610\"", "full_name": "sermayoral/ha-samsungtv-encrypted", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1146f7a", "last_release_tag": "2021.11.0", "last_updated": "2021-12-06T23:49:09Z", "name": "samsungtv_encrypted", "new": false, "repository_manifest": {"name": "SamsungTV Encrypted", "render_readme": false, "homeassistant": "2021.8.0"}, "selected_tag": null, "show_beta": false, "stars": 33, "topics": ["home-assistant-custom", "iot", "python", "samsungtv"], "version_installed": null, "last_fetched": 1643571247.934823}, "220678749": {"authors": ["@shogunxam"], "category": "integration", "description": "HA Integration for Centro Funzionale Regione Toscana", "domain": "cfr", "downloads": 0, "etag_repository": "W/\"12335e2e2940462930ea9c5de6ab8564fa388e5d4cb1aa9b1868c876f9ed45b7\"", "full_name": "shogunxam/Home-Assistant-custom-components-cfr-toscana", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "23b164e", "last_release_tag": "v0.8", "last_updated": "2021-12-13T09:50:30Z", "name": "cfr", "new": false, "repository_manifest": {"name": "cfr sensor", "domains": ["sensor"], "country": ["IT"]}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": [], "version_installed": null}, "231840220": {"authors": [], "category": "integration", "description": "MoneyDashboard Net Balance sensor for HomeAssistant", "domain": "moneydashboard", "downloads": 0, "etag_repository": "W/\"a1e751f74e95447677b4ee8a4e38868a01e08829173987e3efaa6c711f497ae9\"", "full_name": "shutupflanders/sensor.moneydashboard", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6298052", "last_release_tag": "1.0.3", "last_updated": "2020-02-20T10:04:03Z", "name": "moneydashboard", "new": false, "repository_manifest": {"domains": ["sensor"], "name": "MoneyDashboard", "render_readme": true, "country": ["GB"], "homeassistant": "0.99.0"}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": [], "version_installed": null}, "246417951": {"authors": ["@SLG"], "category": "integration", "description": "This component retrieves the statistics from Whatpulse", "domain": "whatpulse", "downloads": 0, "etag_repository": "W/\"dca837f1834a3b20ee94902485acbcaa793a075994123c3d2dc9a726d3fadc5b\"", "full_name": "SLG/home-assistant-whatpulse", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "665fe09", "last_release_tag": null, "last_updated": "2021-06-03T17:59:28Z", "name": "whatpulse", "new": false, "repository_manifest": {"name": "Whatpulse Sensor", "render_readme": true, "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["custom-components", "hacs", "home-assistant", "homeassistant", "python", "whatpulse"], "version_installed": null}, "261849832": {"authors": ["sockless-coding"], "category": "integration", "description": "Garo wallbox - Home Assistant Component ", "domain": "garo_wallbox", "downloads": 0, "etag_repository": "W/\"c9dbc593edd9d29f81f3d496eccc8b55813b6ec6a0fdcf869466ae143f665dc9\"", "full_name": "sockless-coding/garo_wallbox", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "fd96ba6", "last_release_tag": "v1.0.11", "last_updated": "2022-01-12T16:22:03Z", "name": "garo_wallbox", "new": false, "repository_manifest": {"name": "Garo Wallbox"}, "selected_tag": null, "show_beta": false, "stars": 12, "topics": [], "version_installed": null, "last_fetched": 1643571248.379273}, "199332790": {"authors": ["@snarky-snark"], "category": "integration", "description": "A custom Home Assistant component for declaring and setting generic variable entities dynamically.", "domain": "var", "downloads": 0, "etag_repository": "W/\"cf4bf6283a81b7cc88e5e1eac1b9d82508975f613bc755f544dc117ecea2b37b\"", "full_name": "snarky-snark/home-assistant-variables", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "27f0169", "last_release_tag": "v0.12.3", "last_updated": "2021-05-13T16:58:42Z", "name": "var", "new": false, "repository_manifest": {"name": "Variable", "render_readme": true, "homeassistant": "2021.5.1"}, "selected_tag": null, "show_beta": false, "stars": 128, "topics": [], "version_installed": null, "last_fetched": 1643571248.408701}, "260410453": {"authors": ["sockless-coding"], "category": "integration", "description": "Panasonic Comfort Cloud - Home Assistant Component", "domain": "panasonic_cc", "downloads": 0, "etag_repository": "W/\"19d5de05888545247b000e192bf9e4f73aa49266f6e65f5511e39da316c52204\"", "full_name": "sockless-coding/panasonic_cc", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5746f9c", "last_release_tag": "v1.0.31", "last_updated": "2022-01-10T13:28:04Z", "name": "panasonic_cc", "new": false, "repository_manifest": {"name": "Panasonic Comfort Cloud"}, "selected_tag": null, "show_beta": false, "stars": 32, "topics": [], "version_installed": null, "last_fetched": 1642430656.42009}, "210966517": {"authors": ["snicker"], "category": "integration", "description": "Zwift Sensor Integration for HomeAssistant", "domain": "zwift", "downloads": 0, "etag_repository": "W/\"f9287ad4dd62b274a50e43d630be9e329526da6da7033bc5658b410e0c7509b5\"", "full_name": "snicker/zwift_hass", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "407f7dd", "last_release_tag": "v3.2.4", "last_updated": "2022-01-17T13:47:53Z", "name": "zwift", "new": false, "repository_manifest": {"name": "Zwift Sensors", "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 27, "topics": [], "version_installed": null, "last_fetched": 1643571248.389249}, "209955487": {"authors": ["@slesinger"], "category": "integration", "description": "Control BMR heating regulation system from Home Assistant", "domain": "bmr_hc64", "downloads": 0, "etag_repository": "W/\"838cdc644918386a9d5672f5de788233d4d981f43c0827023201535ef8f332d5\"", "full_name": "slesinger/HomeAssistant-BMR", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "717c935", "last_release_tag": null, "last_updated": "2021-05-25T19:26:44Z", "name": "bmr_hc64", "new": false, "repository_manifest": {"name": "BMR", "render_readme": true, "domains": ["climate", "sensor", "binary_sensor", "switch"], "country": ["CZ"], "homeassistant": "0.110.0"}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": [], "version_installed": null}, "267433712": {"authors": ["@slesinger"], "category": "integration", "description": "Home Assistant integration to display info about energy plan", "domain": "predistribuce", "downloads": 0, "etag_repository": "W/\"42d5e36507f8e6eeceb03b45af63d83572772506a907274ceadcb19e1bbef01b\"", "full_name": "slesinger/HomeAssistant-PREdistribuce", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "eb1d189", "last_release_tag": null, "last_updated": "2021-10-30T09:55:40Z", "name": "predistribuce", "new": false, "repository_manifest": {"name": "PRE Distribuce CZ", "render_readme": false, "domains": ["binary_sensor"], "country": ["CZ"], "homeassistant": "0.110.0"}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["energy", "home-assistant", "home-automation", "power", "sensor"], "version_installed": null}, "177978011": {"authors": ["@hakana", "@StyraHem"], "category": "integration", "description": "Shelly smart home platform for Home Assistant", "domain": "shelly", "downloads": 0, "etag_repository": "W/\"319eb0d51531105ab06b9e3a15a876ac9537d84281c630a8e3585de46ac660a1\"", "full_name": "StyraHem/ShellyForHASS", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "902c04a", "last_release_tag": "0.3.3", "last_updated": "2022-01-22T08:21:14Z", "name": "shelly", "new": false, "repository_manifest": {"name": "ShellyForHass (Shelly integration)", "hide_default_branch": true, "zip_release": true, "filename": "shelly4hass.zip", "homeassistant": "0.104.0"}, "selected_tag": null, "show_beta": false, "stars": 502, "topics": [], "version_installed": null, "last_fetched": 1643571249.129374}, "292616002": {"authors": ["@swartjean"], "category": "integration", "description": "Home Assistant - Seedboxes.cc Integration", "domain": "seedboxes_cc", "downloads": 0, "etag_repository": "W/\"10c73b84969288f1764356fa0811ce3bbf468c80848ac9c549399ec6d4e61dc6\"", "full_name": "swartjean/ha-seedboxes-cc", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "06a15da", "last_release_tag": "v1.0.2", "last_updated": "2021-04-05T10:15:21Z", "name": "seedboxes_cc", "new": false, "repository_manifest": {"name": "Seedboxes.cc", "domains": ["sensor"], "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["custom-component", "hacs", "home-assistant", "home-automation", "homeassistant", "integration", "monitoring", "seedbox", "torrents"], "version_installed": null}, "289579468": {"authors": ["@swartjean"], "category": "integration", "description": "Fetches loadshedding data from Eskom", "domain": "eskom_loadshedding", "downloads": 0, "etag_repository": "W/\"066b562172ffc3b1d76737e9f0288ce26a1773c374b1cf72ba8d264282ccf565\"", "full_name": "swartjean/ha-eskom-loadshedding", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f1d1927", "last_release_tag": "v1.0.6", "last_updated": "2021-12-12T16:13:41Z", "name": "eskom_loadshedding", "new": false, "repository_manifest": {"name": "Eskom Loadshedding Interface", "domains": ["sensor"], "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 21, "topics": ["custom-component", "eskom", "hacs", "home-assistant", "home-automation", "homeassistant", "integration", "loadshedding", "south-africa"], "version_installed": null}, "181743867": {"authors": ["@tefinger"], "category": "integration", "description": "Custom component for Home Assistant to support Brematic devices", "domain": "brematic", "downloads": 0, "etag_repository": "W/\"3fdf9f1f7c9610d4319db8e1a2094d5bd958774011f063fa2fad1e661f0f0bb0\"", "full_name": "tefinger/hass-brematic", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c124566", "last_release_tag": "v0.5.0", "last_updated": "2021-11-02T17:59:24Z", "name": "brematic", "new": false, "repository_manifest": {"name": "Brematic", "homeassistant": "2021.10.0", "render_readme": true, "domains": ["switch"]}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["433mhz", "brematic", "brennenstuhl", "custom-component", "gateway", "hacktoberfest", "hass", "home-assistant", "intertechno"], "version_installed": null}, "265059207": {"authors": ["@ThermIQ"], "category": "integration", "description": "Home Assistant integration of ThermIQ-MQTT, providing control and logging of Thermia heatpumps ", "domain": "thermiq_mqtt", "downloads": 0, "etag_repository": "W/\"139e95d6c03526a5b3b8f40df94ec745885b078db8675452e38fdb1b8429a455\"", "full_name": "ThermIQ/thermiq_mqtt-ha", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2453d34", "last_release_tag": "v1.3.2", "last_updated": "2022-01-26T20:07:01Z", "name": "thermiq_mqtt", "new": false, "repository_manifest": {"name": "ThermIQ MQTT", "hacs": "0.24.0", "domains": ["binary_sensor", "sensor", "switch"], "iot_class": "Local Push", "homeassistant": "2021.12", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": ["bergvarme", "danfoss", "dhp", "diplomat", "g2", "g3", "ha", "hacs", "hass", "heatpump", "home-assistant", "home-automation", "homeassistant", "optimum", "thermal-pump", "thermia", "thermiq", "thermiq-mqtt", "varmepump"], "version_installed": null, "last_fetched": 1643571249.757958}, "121891488": {"authors": ["@thevoltagesource"], "category": "integration", "description": "Home Assistant custom component for controlling Lennox iComfort WiFi and AirEase Comfort Sync thermostats.", "domain": "myicomfort", "downloads": 0, "etag_repository": "W/\"1f1d4c3e679094c23db4cb4c5a6c13ecbc9dbc5ab19e1d06e4af420a9e741496\"", "full_name": "thevoltagesource/LennoxiComfort", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "337fef1", "last_release_tag": "v3.2.0", "last_updated": "2021-12-08T02:01:39Z", "name": "myicomfort", "new": false, "repository_manifest": {"name": "Lennox iComfort WiFi Thermostat Integration", "domains": ["climate"], "homeassistant": "2021.4.0", "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 21, "topics": ["homeassistant", "icomfort", "lennox", "thermostat"], "version_installed": null, "last_fetched": 1642094179.852643}, "194140521": {"authors": [], "category": "integration", "description": "\ud83d\udd39 A Home Assistant integration to turn your browser into a controllable entity - and also an audio player", "domain": "browser_mod", "downloads": 0, "etag_repository": "W/\"98cdff5b38d00d072165af513bdb7d45b357ef059786fa936c8103745070e183\"", "full_name": "thomasloven/hass-browser_mod", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "63d204c", "last_release_tag": "1.5.1", "last_updated": "2022-01-06T12:14:07Z", "name": "browser_mod", "new": false, "repository_manifest": {"name": "browser_mod", "homeassistant": "2021.5.0"}, "selected_tag": null, "show_beta": false, "stars": 561, "topics": [], "version_installed": null, "last_fetched": 1643571250.089936}, "202220932": {"authors": [], "category": "integration", "description": "\ud83d\udd39 Change the favicon of your Home Assistant instance", "domain": "favicon", "downloads": 0, "etag_repository": "W/\"a8a323cdc479c10f592e0200a3041d4ce51c930fe02a74e3f6c86a1201935925\"", "full_name": "thomasloven/hass-favicon", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "af5cf85", "last_release_tag": "10.4", "last_updated": "2021-07-26T15:03:33Z", "name": "favicon", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 62, "topics": [], "version_installed": null, "last_fetched": 1642430662.435702}, "200897141": {"authors": [], "category": "integration", "description": "\ud83d\udd39 Improve the lovelace yaml parser for Home Assistant", "domain": "lovelace_gen", "downloads": 0, "etag_repository": "W/\"fa040717c0f1ca066004c9e897983566a038181d27d6a6c2089b886c808e9df8\"", "full_name": "thomasloven/hass-lovelace_gen", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "200f916", "last_release_tag": "0.1.1", "last_updated": "2021-06-12T10:38:54Z", "name": "lovelace_gen", "new": false, "repository_manifest": {"name": "lovelace_gen", "homeassistant": "2021.4.0"}, "selected_tag": null, "show_beta": false, "stars": 115, "topics": [], "version_installed": null, "last_fetched": 1642184335.180555}, "164155243": {"authors": ["@TimSoethout"], "category": "integration", "description": "Sensor for Home Assistant pulling data from the GoodWe SEMS API for solar panel production metrics.", "domain": "sems", "downloads": 0, "etag_repository": "W/\"b42b5a334df9ef96a2e381df37c2a9ac39c0febc76313e1a3df19ae4388eb307\"", "full_name": "TimSoethout/goodwe-sems-home-assistant", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b260b28", "last_release_tag": "3.4.0", "last_updated": "2021-12-20T15:08:53Z", "name": "sems", "new": false, "repository_manifest": {"render_readme": true, "content_in_root": false, "iot_class": "Cloud Poll", "homeassistant": "2021.9.3"}, "selected_tag": null, "show_beta": false, "stars": 47, "topics": ["goodwe-sems", "hacs", "homeassistant", "pv", "sems-portal"], "version_installed": null}, "251020820": {"authors": ["@Tikismoke"], "category": "integration", "description": "NESPRESSO ble Home Assistant custom componenets and also a 2MQTT script", "domain": "nespresso", "downloads": 0, "etag_repository": "W/\"82a80ef26868fd8aead3971e1509241fc0765c36affe45baa8319479a8d7a805\"", "full_name": "tikismoke/home-assistant-nespressoble", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "aa595a5", "last_release_tag": "v0.0.1", "last_updated": "2021-06-04T06:05:28Z", "name": "nespresso", "new": false, "repository_manifest": {"name": "Nespresso Ble coffee machine"}, "selected_tag": null, "show_beta": false, "stars": 30, "topics": ["homeassistant", "homeassistant-components", "nespresso", "nespresso-ble"], "version_installed": null}, "261496794": {"authors": ["@Tikismoke"], "category": "integration", "description": "a plcbus custom somponents for HomeAssistant", "domain": "plcbus", "downloads": 0, "etag_repository": "W/\"224e43b119b2ee9069522d8ea2be1d17b162c2c14af29a376f4f1ae6d370f9b4\"", "full_name": "tikismoke/home-assistant-plcbus", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "93ba738", "last_release_tag": "0.0.2", "last_updated": "2021-08-15T16:14:24Z", "name": "plcbus", "new": false, "repository_manifest": {"name": "Plcbus integration"}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["customcomponents", "hass", "homeassistant", "plcbus"], "version_installed": null}, "195620540": {"authors": ["@timvancann"], "category": "integration", "description": null, "domain": "growatt", "downloads": 0, "etag_repository": "W/\"43252573361a645229c8f28cf0b29eb7320a5e25a44c51b87cab9cc9a6fe2de2\"", "full_name": "timvancann/homeassistant-growatt", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b22c18f", "last_release_tag": "0.0.3", "last_updated": "2021-05-11T11:03:42Z", "name": "growatt", "new": false, "repository_manifest": {"name": "Growatt solar panels"}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": [], "version_installed": null}, "207794499": {"authors": [], "category": "integration", "description": "A BER Status Sensor", "domain": "ber_status", "downloads": 0, "etag_repository": "W/\"c651e78aab194f35b73219bf04a794db49921cead5d461e87b33eba934b9c1f2\"", "full_name": "tmechen/ber_status", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d237174", "last_release_tag": null, "last_updated": "2020-10-31T13:57:32Z", "name": "ber_status", "new": false, "repository_manifest": {"name": "BER Status Sensor", "country": ["DE"], "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": [], "version_installed": null}, "200399989": {"authors": [], "category": "integration", "description": "Service to clean up your home assistant snapshots, so you don't manually have to.", "domain": "clean_up_snapshots_service", "downloads": 0, "etag_repository": "W/\"930836ea293e37e3182976c2051d5161d2b81f2961efb3973b493eeaf7187a8a\"", "full_name": "tmonck/clean_up_snapshots", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "24fe828", "last_release_tag": "0.8.2", "last_updated": "2021-12-30T16:33:33Z", "name": "clean_up_snapshots_service", "new": false, "repository_manifest": {"name": "Clean up snapshots service", "domains": ["clean_up_snapshots_service"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 11, "topics": [], "version_installed": null, "last_fetched": 1641470311.369215}, "225248441": {"authors": ["@tomaae"], "category": "integration", "description": "Mikrotik router integration for Home Assistant", "domain": "mikrotik_router", "downloads": 0, "etag_repository": "W/\"a7c7a0e82cf5dd060d41fdd5f5cd9a8f45f5dcb3ea7f356c60341eade1958ed2\"", "full_name": "tomaae/homeassistant-mikrotik_router", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5db1c78", "last_release_tag": "v1.8", "last_updated": "2022-01-24T14:10:03Z", "name": "mikrotik_router", "new": false, "repository_manifest": {"name": "Mikrotik Router", "homeassistant": "2021.12.1", "iot_class": "local_poll", "domains": ["device_tracker", "switch", "button", "sensor", "binary_sensor"], "render_readme": false, "zip_release": true, "filename": "mikrotik_router.zip"}, "selected_tag": null, "show_beta": false, "stars": 107, "topics": ["hacs", "homeassistant", "homeassistant-components", "homeassistant-integration", "mikrotik"], "version_installed": null, "last_fetched": 1643571250.863928}, "257275420": {"authors": ["@tomaae"], "category": "integration", "description": "OpenMediaVault integration for Home Assistant", "domain": "openmediavault", "downloads": 0, "etag_repository": "W/\"70c288ea9a1adbca8290c2738038d433715e6b6f7b7dd13cb3b09af135598977\"", "full_name": "tomaae/homeassistant-openmediavault", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2fa230a", "last_release_tag": "1.1.7", "last_updated": "2021-12-09T19:57:55Z", "name": "openmediavault", "new": false, "repository_manifest": {"name": "OpenMediaVault", "homeassistant": "0.110.0", "iot_class": "local_poll", "domains": ["sensor", "switch"], "render_readme": false, "zip_release": true, "filename": "openmediavault.zip"}, "selected_tag": null, "show_beta": false, "stars": 33, "topics": ["hacs", "homeassistant", "homeassistant-components", "homeassistant-integration", "omv", "openmediavault"], "version_installed": null, "last_fetched": 1643545554.628268}, "277201070": {"authors": ["@toreamun"], "category": "integration", "description": "Home Assistant integrasjon for Aidon, Kaifa and Kamstrup AMS-str\u00f8mm\u00e5lere. Integrasjonen st\u00f8ter b\u00e5de streaming (serieport/TCP-IP) og MQTT. Tibber Pulse kan settes opp til \u00e5 publisere til lokal MQTT som denne integrasjonen kan benytte.", "domain": "amshan", "downloads": 0, "etag_repository": "W/\"b4db7b21d151418333cca8df9efa75c770462f1112a7c75a4ba2b315d18e7cd3\"", "full_name": "toreamun/amshan-homeassistant", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "783bd7c", "last_release_tag": "2022.1.7", "last_updated": "2022-01-25T15:55:58Z", "name": "amshan", "new": false, "repository_manifest": {"name": "AmsHan", "domains": ["sensor"], "iot_class": "Local Push", "homeassistant": "2021.12.0b0", "country": ["NO"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 27, "topics": ["aidon", "ams", "han", "home-assistant", "home-automation", "kaifa", "kamstrup", "mbus", "meterbus", "mqtt", "smart-meter", "tibberpulse"], "version_installed": null, "last_fetched": 1643571250.921653}, "299875200": {"authors": ["@toreamun"], "category": "integration", "description": "Home Assistant integration for Victor Smart-Kill WI-FI electronic mouse and rat traps from VictorPest.com.", "domain": "victorsmartkill", "downloads": 0, "etag_repository": "W/\"ce0c62d38f9eea39cb8168049b4cb939cc6f174672476145db7b2f1cc44afa0d\"", "full_name": "toreamun/victorsmartkill-homeassistant", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b382d81", "last_release_tag": "2021.12.1", "last_updated": "2021-12-27T07:17:54Z", "name": "victorsmartkill", "new": false, "repository_manifest": {"name": "Victor Smart-Kill", "domains": ["binary_sensor", "sensor"], "homeassistant": "2021.11.0", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 10, "topics": ["hacs", "home-assistant", "homeassistant-integration", "mouse", "python-library", "rat", "trap", "victor"], "version_installed": null, "last_fetched": 1641895688.294586}, "298816063": {"authors": ["@troykelly"], "category": "integration", "description": "Trackimo Integration for HACS Home Assistant", "domain": "trackimo", "downloads": 0, "etag_repository": "W/\"8760784f7b14d68ffd2b100846b5c881b2eebf69cf0afc3d21b86a46b975e4af\"", "full_name": "troykelly/hacs-trackimo", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5c45086", "last_release_tag": "v0.0.22", "last_updated": "2021-07-12T05:44:23Z", "name": "trackimo", "new": false, "repository_manifest": {"name": "Trackimo Device Tracker", "country": ["AU"], "domains": ["device_tracker"], "homeassistant": "2021.7.1", "iot_class": ["Cloud Polling"]}, "selected_tag": null, "show_beta": false, "stars": 0, "topics": ["geolocation", "hacktoberfest", "homeassistant", "homeassistant-integration", "trackimo"], "version_installed": null}, "220313935": {"authors": ["@turbokongen"], "category": "integration", "description": "Custom component reading AMS through MBus adapter into HomeAssistant", "domain": "ams", "downloads": 0, "etag_repository": "W/\"2119deaf4961829f9d6e61112060ec407c271a772de2d1044a5686109cedc1f6\"", "full_name": "turbokongen/hass-AMS", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f42ded6", "last_release_tag": "v1.9.1", "last_updated": "2021-12-29T08:09:48Z", "name": "ams", "new": false, "repository_manifest": {"name": "hass-AMS", "country": ["NO", "SE"], "domains": ["sensor"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 28, "topics": ["mbus-adapter", "meter", "sensors"], "version_installed": null}, "240459262": {"authors": ["@tuxuser"], "category": "integration", "description": "Abfall API (Jumomind) custom component for home assistant - Get an alert when garbage collection is due", "domain": "abfallapi_jumomind", "downloads": 0, "etag_repository": "W/\"87cfa966fbfb9c42aa6764be1de69e0008a5943f6abb3c1f97fcf20fa6468210\"", "full_name": "tuxuser/abfallapi_jumomind_ha", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "8b4449f", "last_release_tag": null, "last_updated": "2021-12-22T09:57:43Z", "name": "abfallapi_jumomind", "new": false, "repository_manifest": {"name": "Abfall API (Jumomind)", "country": ["DE"], "homeassistant": "0.104.3", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["abfall", "collection", "deutschland", "garbage", "germany", "hacs", "home-assistant", "homeassistant-sensor", "jumomind", "muell", "sensor", "waste"], "version_installed": null, "last_fetched": 1641058079.790084}, "272337216": {"authors": ["@turbulator"], "category": "integration", "description": "Home Assistant custom component for Pandora Car Alarm System", "domain": "pandora_cas", "downloads": 0, "etag_repository": "W/\"5434350abdae43d18ab4196f7f2e73f35f2f0c76038842ce61eeace2a5925c78\"", "full_name": "turbulator/pandora-cas", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2651170", "last_release_tag": "1.4.4", "last_updated": "2021-12-28T02:20:34Z", "name": "pandora_cas", "new": false, "repository_manifest": {"name": "Pandora Car Alarm System", "domains": ["device_tracker", "binary_sensor", "sensor"], "country": ["RU", "BY"], "iot_class": "local push", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 30, "topics": ["hacs", "home-assistant", "integration", "pandora"], "version_installed": null}, "237628853": {"authors": ["@tuxuser"], "category": "integration", "description": "Abfall API (RegioIT) custom component for home assistant - Get an alert when garbage collection is due", "domain": "abfallapi_regioit", "downloads": 0, "etag_repository": "W/\"6f2e34627eb7239a51d354c70d3162bf0500be8c682f9ad242c24d7ad1690640\"", "full_name": "tuxuser/abfallapi_regioit_ha", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d423486", "last_release_tag": null, "last_updated": "2021-12-16T16:20:32Z", "name": "abfallapi_regioit", "new": false, "repository_manifest": {"name": "Abfall API (RegioIT)", "country": ["DE"], "homeassistant": "0.104.3", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 10, "topics": ["collection", "component", "garbage", "homeassistant", "homeassistant-sensor", "muell", "muellabfuhr", "regioit", "sensor", "smart-home", "waste"], "version_installed": null}, "167885769": {"authors": ["@twrecked"], "category": "integration", "description": "Asynchronous Arlo Component for Home Assistant", "domain": "aarlo", "downloads": 0, "etag_repository": "W/\"1da16af8536fd57cbab3e53aa97058fac2218c7ad296f050d49a2c377a60c1f5\"", "full_name": "twrecked/hass-aarlo", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c00cc75", "last_release_tag": "v0.7.2b7", "last_updated": "2021-12-28T19:25:48Z", "name": "aarlo", "new": false, "repository_manifest": {"name": "Arlo Camera Support", "homeassistant": "0.110.0"}, "selected_tag": null, "show_beta": false, "stars": 223, "topics": ["arlo", "homeassistant", "homeassistant-components", "netgear", "python"], "version_installed": null, "last_fetched": 1643571251.467254}, "204700563": {"authors": ["@sherrell"], "category": "integration", "description": "Momentary Switch Component for Home Assistant", "domain": "momentary", "downloads": 0, "etag_repository": "W/\"53316e4aacf743e41b730228cf12db312ba769ef8b0d30ab5a9b2205a054f359\"", "full_name": "twrecked/hass-momentary", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "87e8a29", "last_release_tag": "v0.5.3", "last_updated": "2021-12-13T03:07:54Z", "name": "momentary", "new": false, "repository_manifest": {"name": "Momentary Switch Component"}, "selected_tag": null, "show_beta": false, "stars": 22, "topics": [], "version_installed": null}, "245267534": {"authors": ["@twrecked"], "category": "integration", "description": "Virtual Components for Home Assistant", "domain": "virtual", "downloads": 0, "etag_repository": "W/\"8912c46972e6d4c15bafcd5a4474997edda0a7f20cfbf4a82a4cf00d8c2484c2\"", "full_name": "twrecked/hass-virtual", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3a51eeb", "last_release_tag": "v0.7.5", "last_updated": "2021-12-16T20:58:08Z", "name": "virtual", "new": false, "repository_manifest": {"name": "Virtual Components"}, "selected_tag": null, "show_beta": false, "stars": 46, "topics": [], "version_installed": null, "last_fetched": 1642184345.721799}, "76125161": {"authors": ["@tybritten"], "category": "integration", "description": "an iCal Sensor for Home Assistant", "domain": "ical", "downloads": 0, "etag_repository": "W/\"3ddcfddb9c1eda298fe400d952a8c7bb5b79f0994d6893b6a8b5b40bed9c756c\"", "full_name": "tybritten/ical-sensor-homeassistant", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a171b65", "last_release_tag": "1.4.1", "last_updated": "2021-12-13T09:20:22Z", "name": "ical", "new": false, "repository_manifest": {"name": "iCal Sensor", "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 38, "topics": ["hacs", "home-assistant", "ical", "sensor"], "version_installed": null, "last_fetched": 1642851192.719341}, "272140589": {"authors": ["@ualex73"], "category": "integration", "description": "Monitor Docker containers from Home Assistant", "domain": "monitor_docker", "downloads": 0, "etag_repository": "W/\"bee7d4a9236d4fa900fffc61f7b5de191817cbbb8accaeaccb10b1ff4460cec5\"", "full_name": "ualex73/monitor_docker", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "0354dd0", "last_release_tag": "1.14", "last_updated": "2022-01-18T21:20:49Z", "name": "monitor_docker", "new": false, "repository_manifest": {"name": "Monitor Docker", "render_readme": false, "domains": ["sensor", "switch"]}, "selected_tag": null, "show_beta": false, "stars": 125, "topics": ["custom-component", "docker", "hacs", "home-assistant", "homeassistant", "python"], "version_installed": null, "last_fetched": 1643545554.672448}, "247566230": {"authors": ["@Verbalinsurection"], "category": "integration", "description": "The Next Rocket Launch sensor platform allows you to monitor the next rocket launch from Teamup.", "domain": "next_rocket_launch", "downloads": 0, "etag_repository": "W/\"02b2b25e287e1aad464221dbdac646b4de2ae04fcadf9cb1d3a3b6d2a50c9a3f\"", "full_name": "Verbalinsurection/next_rocket_launch", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a7debb9", "last_release_tag": "V1.0.3", "last_updated": "2021-04-12T16:58:03Z", "name": "next_rocket_launch", "new": false, "repository_manifest": {"name": "Next Rocket Launch", "country": ["FR"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": ["hassio", "home-assistant", "homeassistant", "homeassistant-components", "rocket"], "version_installed": null}, "120696364": {"authors": ["@vinteo"], "category": "integration", "description": "OpenSprinkler Integration for Home Assistant", "domain": "opensprinkler", "downloads": 0, "etag_repository": "W/\"e4337b3a22c45d6036019f60b4cd0d3983cd70273cc7133a12c40ee16ec03657\"", "full_name": "vinteo/hass-opensprinkler", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "eeb57f0", "last_release_tag": "v1.1.7", "last_updated": "2021-12-06T21:34:02Z", "name": "opensprinkler", "new": false, "repository_manifest": {"name": "OpenSprinkler integration for Home Assistant", "domains": ["binary_sensor", "sensor", "switch"], "render_readme": true, "iot_class": "Local Polling"}, "selected_tag": null, "show_beta": false, "stars": 120, "topics": ["hacktoberfest", "hacs", "home-assistant", "home-automation", "opensprinkler"], "version_installed": null, "last_fetched": 1642184346.580582}, "265916869": {"authors": ["@vanstinator"], "category": "integration", "description": "Melnor Raincloud Home Assistant Integration", "domain": "raincloud", "downloads": 0, "etag_repository": "W/\"58000ab27cbb2d837de1137176b14c71cd411269a7a3d5e07a5dab900c8e3bc9\"", "full_name": "vanstinator/hass-raincloud", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c247570", "last_release_tag": "1.2.4", "last_updated": "2022-01-22T15:56:33Z", "name": "raincloud", "new": false, "repository_manifest": {"name": "Melnor Raincloud", "render_readme": true, "domains": ["binary_sensor", "sensor", "switch"], "homeassistant": "2021.4.0", "zip_release": true, "filename": "raincloud.zip", "iot_class": "cloud_polling"}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": ["assistant", "home", "home-assistant", "home-automation", "irrigation", "melnor", "raincloud", "sprinkler"], "version_installed": null, "last_fetched": 1643571251.745845}, "258012818": {"authors": [], "category": "integration", "description": "Use Simple Icons in Home Assistant", "domain": "simpleicons", "downloads": 0, "etag_repository": "W/\"beb75b7da926dcef8f261416faf9e68f83d2cc7015f84fab63036ac018f8f1d4\"", "full_name": "vigonotion/hass-simpleicons", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d1bb6ac", "last_release_tag": "v1.20.0", "last_updated": "2022-01-13T04:02:59Z", "name": "simpleicons", "new": false, "repository_manifest": {"name": "simpleicons", "render_readme": true, "homeassistant": "0.110.0b0", "zip_release": true, "filename": "hass-simpleicons.zip"}, "selected_tag": null, "show_beta": false, "stars": 62, "topics": ["hacktoberfest", "home-assistant", "simple-icons"], "version_installed": null, "last_fetched": 1642184347.106817}, "234875951": {"authors": ["@nwiborg", "@vlumikero"], "category": "integration", "description": "A Home Assistant custom component for Securitas Home Alarm, for alarms bought in Sweden before 2018-12-01", "domain": "securitas", "downloads": 0, "etag_repository": "W/\"7ce1181bf8b4beca79ea1b8c42b8ee5dc34cb8bbec839e30907600b74cd442f5\"", "full_name": "vlumikero/home-assistant-securitas", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7b8ca5d", "last_release_tag": "1.0.2", "last_updated": "2021-07-24T17:58:21Z", "name": "securitas", "new": false, "repository_manifest": {"name": "Securitas Home", "render_readme": "true", "country": ["SE"], "homeassistant": "0.110.1"}, "selected_tag": null, "show_beta": false, "stars": 0, "topics": [], "version_installed": null}, "190418598": {"authors": ["@walthowd"], "category": "integration", "description": "Automower Custom Component for Home Assistant", "domain": "automower", "downloads": 0, "etag_repository": "W/\"f318c06418eba17bcd82d9eb546fe675c9061e2b2793fe49123b84e4aeb92c84\"", "full_name": "walthowd/ha-automower", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c7aac2d", "last_release_tag": "1.1.3", "last_updated": "2021-09-15T21:55:41Z", "name": "automower", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 35, "topics": [], "version_installed": null}, "235316264": {"authors": ["websylv"], "category": "integration", "description": ":sun_behind_rain_cloud: :switzerland: Meteo Swiss Integration for Home Assisant", "domain": "meteo-swiss", "downloads": 0, "etag_repository": "W/\"e01d126e4d45835002eb7dc6ea0fa7e86ab79cf43ad749b274a27a0cbe6d6b97\"", "full_name": "websylv/homeassistant-meteoswiss", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "0fccc01", "last_release_tag": "1.3", "last_updated": "2021-08-26T14:31:29Z", "name": "meteo-swiss", "new": false, "repository_manifest": {"name": "Meteo Swiss", "render_readme": true, "domains": "weather", "iot_class": "weather", "country": ["CH"]}, "selected_tag": null, "show_beta": false, "stars": 41, "topics": [], "version_installed": null, "last_fetched": 1643571252.143356}, "299967654": {"authors": ["@willholdoway"], "category": "integration", "description": "This is a custom component to allow control of HifiberryOS devices in Home Assistant using the audiocontrol2 REST API.", "domain": "hifiberry", "downloads": 0, "etag_repository": "W/\"e3d784e6173963ed0fbbc8f8795a6acd9ab973f44d92add29baf6b70c7fb4f4c\"", "full_name": "willholdoway/hifiberry", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "33ffe78", "last_release_tag": null, "last_updated": "2021-11-13T12:26:37Z", "name": "hifiberry", "new": false, "repository_manifest": {"name": "HiFiBerry", "domains": ["media_player"], "iot_class": "Local Polling", "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 20, "topics": ["hacs", "hassio", "hifiberry", "home-assistant", "home-automation", "internet-of-things", "iot", "media-player", "python"], "version_installed": null, "last_fetched": 1641470323.431651}, "127251446": {"authors": ["@xirixiz"], "category": "integration", "description": "Provides sensors for some Dutch waste collectors", "domain": "afvalwijzer", "downloads": 0, "etag_repository": "W/\"b632584d36a983bed156d916ee345fa6c20995dfffec15d044b583a580399e67\"", "full_name": "xirixiz/homeassistant-afvalwijzer", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "10752d2", "last_release_tag": "2022.01.02", "last_updated": "2022-01-21T08:58:07Z", "name": "afvalwijzer", "new": false, "repository_manifest": {"name": "Afvalwijzer", "iot_class": "Cloud Polling", "content_in_root": false, "render_readme": true, "domains": ["sensor"], "country": ["NL"], "homeassistant": "0.115.0"}, "selected_tag": null, "show_beta": false, "stars": 95, "topics": ["afvalwijzer", "hacs", "home-assistant", "homeassistant", "python", "sensor", "trash"], "version_installed": null, "last_fetched": 1642851199.151629}, "261031401": {"authors": ["@youdroid"], "category": "integration", "description": "\ud83c\udfa5 CouchPotato component to feed Upcoming Media Card.", "domain": "couchpotato", "downloads": 0, "etag_repository": "W/\"f3a657776bd2ede5b7083698a22c09f6c118278a9f88c51f4ba3778e51c7aa98\"", "full_name": "youdroid/home-assistant-couchpotato", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "0243c7c", "last_release_tag": "V1.2.1", "last_updated": "2021-03-03T23:11:55Z", "name": "couchpotato", "new": false, "repository_manifest": {"name": "couchpotato", "domains": ["sensor"], "render_readme": true, "country": ["FR"]}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["couchpotato", "customcomponents", "homeassistant", "homeassistant-components", "homeassistant-sensor", "python"], "version_installed": null}, "262645913": {"authors": ["@youdroid"], "category": "integration", "description": "\ud83c\udf75 Gitea component to follow your repositories", "domain": "gitea", "downloads": 0, "etag_repository": "W/\"fda18fcb2dcb3a645cacf23696d4f4edf5c0e7f3d6df914e03c6cf05e4dddc55\"", "full_name": "youdroid/home-assistant-gitea", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d348180", "last_release_tag": "V1.3", "last_updated": "2022-01-30T17:50:42Z", "name": "gitea", "new": false, "repository_manifest": {"name": "gitea", "domains": ["sensor"], "render_readme": true, "country": ["FR"], "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": [], "version_installed": null, "last_fetched": 1643571252.724834}, "261614146": {"authors": ["@youdroid"], "category": "integration", "description": "\ud83c\udfa5 SickChill component to feed Upcoming Media Card.", "domain": "sickchill", "downloads": 0, "etag_repository": "W/\"dcf24bbb40d7a698d88ab18f230f92d73a1faa1e07aa07da9397c348294d6dd1\"", "full_name": "youdroid/home-assistant-sickchill", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "26424d8", "last_release_tag": "V1.3.1", "last_updated": "2021-03-03T23:00:19Z", "name": "sickchill", "new": false, "repository_manifest": {"name": "SickChill", "domains": ["sensor"], "render_readme": true, "country": ["FR"]}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": ["customcomponents", "homeassistant", "homeassistant-components", "homeassistant-sensor", "python", "sickchill"], "version_installed": null}, "202987887": {"authors": ["@zachowj"], "category": "integration", "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/\"cacf4c87c984846fc3c156511b0e676df0134bea1d19d2f18f527eb4fb65a21d\"", "full_name": "zachowj/hass-node-red", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2a11f2e", "last_release_tag": "v1.0.6", "last_updated": "2022-01-16T00:01:46Z", "name": "nodered", "new": false, "repository_manifest": {"name": "Node-RED Companion", "domains": ["binary_sensor", "sensor", "switch"], "homeassistant": "2021.12.0", "iot_class": "local_push"}, "selected_tag": null, "show_beta": false, "stars": 214, "topics": ["home-assistant", "node-red"], "version_installed": null, "last_fetched": 1643571252.874709}, "231083679": {"authors": [], "category": "theme", "description": "\ud83d\udc35 Dark Theme based on clear-theme-dark by @naofireblade", "domain": "", "downloads": 0, "etag_repository": "W/\"e7630907ee722c79ef018d8747f317f5d2be9faa9b6ed119f56729e963423a14\"", "full_name": "aFFekopp/dark_teal", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d3f96b2", "last_release_tag": "1.3", "last_updated": "2020-08-10T17:15:43Z", "name": "dark_teal", "new": false, "repository_manifest": {"name": "Dark Teal"}, "selected_tag": null, "show_beta": false, "stars": 10, "topics": ["dark-theme", "hacs", "home-assistant", "home-assistant-theme"], "version_installed": null}, "233715171": {"authors": [], "category": "theme", "description": "Darkish-Theme for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"02a74aeaa52ba0b10ca0d36a96a1f352bfb8400db6eb23bfde5a6b4b49289bf3\"", "full_name": "78wesley/Home-Assistant-Darkish-Theme", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "505d536", "last_release_tag": null, "last_updated": "2021-12-14T20:45:38Z", "name": "Home-Assistant-Darkish-Theme", "new": false, "repository_manifest": {"name": "Darkish Theme"}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": [], "version_installed": null, "last_fetched": 1641470328.639185}, "253311340": {"authors": [], "category": "theme", "description": "\ud83d\ude0e My Theme 'Blue' - with semi-transparent Cards", "domain": "", "downloads": 0, "etag_repository": "W/\"39d839d1fcd7a39caf84777a2f01d62f991033e0391fd9f32b70464ce45f6a3e\"", "full_name": "3ative/3ative-blue-theme", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "138012c", "last_release_tag": "v1.6.1", "last_updated": "2021-09-01T21:35:54Z", "name": "3ative-blue-theme", "new": false, "repository_manifest": {"name": "3Ative Blue Theme"}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["3ative", "blue", "theme", "theme-ui", "themes"], "version_installed": null}, "233445397": {"authors": [], "category": "theme", "description": "Custom theme for home assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"098b03c44b3aa8e79d3d8e3f71ce251cc0250bb1d79625c7bf80fe4343c8111b\"", "full_name": "am80l/sundown", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "bdfa827", "last_release_tag": "1.0.6", "last_updated": "2020-07-29T01:28:19Z", "name": "sundown", "new": false, "repository_manifest": {"name": "Sundown Theme"}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": [], "version_installed": null}, "230974064": {"authors": [], "category": "theme", "description": "Oxford blue theme for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"0380678e5376d91a6a1b4e13062d39059bfc18e24cefa02bd5d9f644e50b325b\"", "full_name": "arsaboo/oxford_blue_theme", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "ce33c91", "last_release_tag": null, "last_updated": "2020-02-27T00:08:56Z", "name": "oxford_blue_theme", "new": false, "repository_manifest": {"name": "Oxford Blue", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": [], "version_installed": null}, "162468030": {"authors": [], "category": "theme", "description": "A collection of dark themes for Home Assistant. ", "domain": "", "downloads": 0, "etag_repository": "W/\"16bd7a42576bfd6b14b021b93b8248c3a34f0bb792994fe671fb9b2e191d50af\"", "full_name": "awolkers/home-assistant-themes", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "648aef9", "last_release_tag": null, "last_updated": "2020-09-16T14:47:00Z", "name": "home-assistant-themes", "new": false, "repository_manifest": {"name": "Dark theme pack for Home Assistant", "render_readme": true, "filename": "dark_themes.yaml"}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": ["dark-mode", "dark-theme", "hacs", "hassio", "home-assistant", "theme"], "version_installed": null}, "222422187": {"authors": [], "category": "theme", "description": "\ud83c\udfe0\ud83e\udd16 Theme by @basnijholt based on iOS Dark Mode for Lovelace Home Assistant ", "domain": "", "downloads": 0, "etag_repository": "W/\"da32c8731a6e2bae170407251b5b992d8f2c4ad3a691b4fb3c807cf36171f4ae\"", "full_name": "basnijholt/lovelace-ios-dark-mode-theme", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "555c937", "last_release_tag": null, "last_updated": "2022-01-21T03:52:42Z", "name": "lovelace-ios-dark-mode-theme", "new": false, "repository_manifest": {"name": "iOS Dark Mode Theme", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 345, "topics": ["dark-mode", "darkmode", "hacs", "home-assistant", "ios", "lovelace", "theme"], "version_installed": null, "last_fetched": 1643571214.157272}, "255366214": {"authors": [], "category": "theme", "description": "\ud83c\udf99\ufe0f Vintage theme original colours & style designed by @surendrananup HACS adapted by @Banditen01", "domain": "", "downloads": 0, "etag_repository": "W/\"543a3ffb3d712bbbb04fcadaef283b8c18456c0fd55db41229c67b225434c512\"", "full_name": "Banditen01/vintage_theme", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "51fa000", "last_release_tag": "1.3.7.5", "last_updated": "2021-05-20T16:21:54Z", "name": "vintage_theme", "new": false, "repository_manifest": {"name": "Vintage", "render_readme": true, "filename": "themes/vintage.yaml"}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["hacs", "homeassistant", "theme", "unofficial"], "version_installed": null}, "234750356": {"authors": [], "category": "theme", "description": "\ud83c\udfe0\ud83e\udd16 Theme based on iOS Light Mode for Lovelace Home Assistant ", "domain": "", "downloads": 0, "etag_repository": "W/\"b8dc7e2c79a2fe4264191319302a01928c62b61902c3e9d28d682358239d74ff\"", "full_name": "basnijholt/lovelace-ios-light-mode-theme", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d3d404b", "last_release_tag": null, "last_updated": "2020-01-20T19:48:02Z", "name": "lovelace-ios-light-mode-theme", "new": false, "repository_manifest": {"name": "iOS Light Mode Theme", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": ["hacs", "home-assistant", "ios", "light-mode", "lightmode", "lovelace", "lovelace-ui", "theme"], "version_installed": null}, "236318024": {"authors": [], "category": "theme", "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": "", "downloads": 0, "etag_repository": "W/\"3db1322651f95611cc80a548e7984956fcef25ea3bbf512a2527bad6801706c0\"", "full_name": "basnijholt/lovelace-ios-themes", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a133c62", "last_release_tag": "v2.5.0", "last_updated": "2021-06-04T14:14:31Z", "name": "lovelace-ios-themes", "new": false, "repository_manifest": {"name": "iOS Themes - Dark Mode and Light Mode", "hacs": "0.21.2", "filename": "ios-themes.yaml", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 277, "topics": [], "version_installed": null, "last_fetched": 1643571214.232735}, "202203063": {"authors": [], "category": "theme", "description": "Synthwave inspired theme for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"be1f37db72ce3e3f41dd40814dd6c2b50419bf5be3c663bc64a18c27f7b8f6a6\"", "full_name": "bbbenji/synthwave-hass", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "0b7c81b", "last_release_tag": "0.3.3.2", "last_updated": "2020-10-15T12:48:38Z", "name": "synthwave-hass", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 115, "topics": ["css", "home-assistant", "home-assistant-theme", "javascript", "synthwave"], "version_installed": null, "last_fetched": 1641470332.994315}, "261924981": {"authors": [], "category": "theme", "description": "\ud83c\udfa8 Green, dark mode theme for Home Assistant, Enjoy.\ud83e\udd18\ud83c\udffb", "domain": "", "downloads": 0, "etag_repository": "W/\"fbb4f294ccc4f3e5dffaeccda166ac9b397998f67c501932e84d9a7128620899\"", "full_name": "DickSwart/swart_ninja_dark_theme", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e5b62fd", "last_release_tag": "v1.0.2", "last_updated": "2020-10-15T23:56:45Z", "name": "swart_ninja_dark_theme", "new": false, "repository_manifest": {"name": "Swart Ninja Dark Theme"}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["dark-theme", "home-assistant", "lovelace", "theme"], "version_installed": null}, "235436539": {"authors": [], "category": "theme", "description": "Dark Grey Theme for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"db4d1c47dbb86716f802ee982ada34130683d1012789710e456b4b589761ffd5\"", "full_name": "chaptergy/noctis-grey", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2d2708c", "last_release_tag": "v1.3.2", "last_updated": "2021-02-02T17:23:35Z", "name": "noctis-grey", "new": false, "repository_manifest": {"name": "Noctis Grey", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 7, "topics": [], "version_installed": null}, "227988032": {"authors": [], "category": "theme", "description": "Theme for home assistant that makes use of pinks and purples and maybe some teal", "domain": "", "downloads": 0, "etag_repository": "W/\"249d73b84f511c8f9511dceb555e3b6bb1846f344b55bd58b51791d1629bc164\"", "full_name": "estiens/sweet_pink_hass_theme", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "0b51f9a", "last_release_tag": null, "last_updated": "2020-05-18T22:33:48Z", "name": "sweet_pink_hass_theme", "new": false, "repository_manifest": {"name": "sweet pink", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": ["home-assistant", "lovelace", "lovelace-theme", "lovelace-ui"], "version_installed": null}, "309056232": {"authors": [], "category": "theme", "description": "A Home Assistant theme inspired on Github.", "domain": "", "downloads": 0, "etag_repository": "W/\"7850f0b705f84811b91dd246e981b97867570da2c009b169717429af3bbd6107\"", "full_name": "einschmidt/github_dark_theme", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "56a0834", "last_release_tag": "v2.0", "last_updated": "2020-12-16T10:19:50Z", "name": "github_dark_theme", "new": false, "repository_manifest": {"name": "GitHub Dark Theme", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["assistant-theme", "hacs", "themes"], "version_installed": null}, "309053262": {"authors": [], "category": "theme", "description": "A Home Assistant theme inspired on Github.", "domain": "", "downloads": 0, "etag_repository": "W/\"b082475fe1382bb4f05e8f2b972f352a74ad093bb4209ffa5bd9cab3e7a82cb9\"", "full_name": "einschmidt/github_light_theme", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1c81b3b", "last_release_tag": "v1.3", "last_updated": "2020-12-16T13:49:52Z", "name": "github_light_theme", "new": false, "repository_manifest": {"name": "GitHub Light Theme", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": ["assistant-theme", "hacs", "themes"], "version_installed": null}, "234581410": {"authors": [], "category": "theme", "description": "\ud83c\udfa8 Theme for Home Assistant inspired by iOS Dark Mode \ud83c\udf16", "domain": "", "downloads": 0, "etag_repository": "W/\"f7024cdf4b155d5554d3b8a1cc653142c3c7b685347a01306bb730d36817f1a3\"", "full_name": "fi-sch/ux_goodie_theme", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "93f22c1", "last_release_tag": "1.9.1", "last_updated": "2021-11-22T13:38:06Z", "name": "ux_goodie_theme", "new": false, "repository_manifest": {"name": "UX Goodie Theme", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": ["dark", "hass", "hassio", "ios", "lovelace", "lovelace-theme", "lovelace-ui", "mode", "theme", "ux"], "version_installed": null}, "236277163": {"authors": [], "category": "theme", "description": "Reeder Dark Theme for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"77c1579d0665668bf268899f3cbe6f9e91fe98f501589f286394374e45fcb0cd\"", "full_name": "hekm77/reeder_dark_theme", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "dbd319f", "last_release_tag": null, "last_updated": "2020-09-18T07:41:54Z", "name": "reeder_dark_theme", "new": false, "repository_manifest": {"name": "Reeder Dark Theme", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": [], "version_installed": null}, "209891408": {"authors": [], "category": "theme", "description": "Amoled theme for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"cd47f6ed1adf1d996a470bdf99b3b5f19212eebe2f6c43995239d4d8fb141ad2\"", "full_name": "home-assistant-community-themes/amoled", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2fd8f0a", "last_release_tag": null, "last_updated": "2021-11-25T07:20:27Z", "name": "amoled", "new": false, "repository_manifest": {"name": "Amoled Theme"}, "selected_tag": null, "show_beta": false, "stars": 25, "topics": ["hacs", "home-assistant", "theme"], "version_installed": null}, "235984421": {"authors": [], "category": "theme", "description": "Blackened theme for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"997edc9a0cc60698425e73d64640602891d961f7b680dbc6e6f08c7a84291c39\"", "full_name": "home-assistant-community-themes/blackened", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "aa953e0", "last_release_tag": null, "last_updated": "2021-11-25T07:20:36Z", "name": "blackened", "new": false, "repository_manifest": {"name": "Blackened Theme"}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": ["hacs", "home-assistant", "theme"], "version_installed": null}, "225969186": {"authors": [], "category": "theme", "description": "Aqua Fiesta theme for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"ae0ce88783842e5b68a744500a019146c3df8e12cdd39e5e044081fea62a6ae1\"", "full_name": "home-assistant-community-themes/aqua-fiesta", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9189485", "last_release_tag": "v1.0", "last_updated": "2021-11-29T15:12:10Z", "name": "aqua-fiesta", "new": false, "repository_manifest": {"name": "Aqua Fiesta Theme"}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": ["hacs", "home-assistant", "theme"], "version_installed": null}, "216173358": {"authors": [], "category": "theme", "description": "Christmas theme for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"ec277043909de125a9edb53b2aa275dbae8659c44dd9096cb3b2b84be980e32c\"", "full_name": "home-assistant-community-themes/christmas", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6191964", "last_release_tag": null, "last_updated": "2021-11-30T07:12:40Z", "name": "christmas", "new": false, "repository_manifest": {"name": "Christmas Theme"}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["hacs", "home-assistant", "theme"], "version_installed": null}, "215075805": {"authors": [], "category": "theme", "description": "Blue Night theme for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"3ffe5356f58bea61da6a6f7cd7f434451e86204578349a81e00239b6d4aea452\"", "full_name": "home-assistant-community-themes/blue-night", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1a58556", "last_release_tag": null, "last_updated": "2021-12-12T21:11:14Z", "name": "blue-night", "new": false, "repository_manifest": {"name": "Blue Night Theme"}, "selected_tag": null, "show_beta": false, "stars": 7, "topics": ["hacs", "home-assistant", "theme"], "version_installed": null}, "220641275": {"authors": [], "category": "theme", "description": "Dark Orange theme for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"3a354d63d198bebebe9e99464a04459a31312c26ea6f896381b3076f9b6ee9b7\"", "full_name": "home-assistant-community-themes/dark-orange", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f05d343", "last_release_tag": null, "last_updated": "2021-11-25T07:20:14Z", "name": "dark-orange", "new": false, "repository_manifest": {"name": "Dark Orange Theme"}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": ["hacs", "home-assistant", "theme"], "version_installed": null}, "214979604": {"authors": [], "category": "theme", "description": "Another Dark theme for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"6087e5bc4ee0e29d1531ff70033ab9e032a7a13a96706bd67ba00f1c35cd4c02\"", "full_name": "home-assistant-community-themes/dark-mint", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "bef8fdb", "last_release_tag": null, "last_updated": "2021-11-30T07:12:51Z", "name": "dark-mint", "new": false, "repository_manifest": {"name": "Dark Mint Theme"}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["hacs", "home-assistant", "theme"], "version_installed": null}, "215075899": {"authors": [], "category": "theme", "description": "Grey Night theme for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"6841c1f3cafe9020476e1d9c711b88a723fd0d68ce45f458808f93c8af77cac5\"", "full_name": "home-assistant-community-themes/grey-night", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6c6835b", "last_release_tag": null, "last_updated": "2021-11-25T07:20:29Z", "name": "grey-night", "new": false, "repository_manifest": {"name": "Grey Night Theme"}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["hacs", "home-assistant", "theme"], "version_installed": null}, "217374413": {"authors": [], "category": "theme", "description": "Halloween theme for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"8fda60a56805bc35eed2453f586735bf9187cba3b24ffe5994caad46ec3e633e\"", "full_name": "home-assistant-community-themes/halloween", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c3be63d", "last_release_tag": null, "last_updated": "2021-11-30T07:13:12Z", "name": "halloween", "new": false, "repository_manifest": {"name": "Halloween Theme"}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["hacs", "home-assistant", "theme"], "version_installed": null}, "235057110": {"authors": [], "category": "theme", "description": "Material Dark Red theme for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"0065ebc93cdf84a3c2e75047b19d566b9618c20de625f84cbacf0c18a153eedb\"", "full_name": "home-assistant-community-themes/material-dark-red", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4f0e2cc", "last_release_tag": null, "last_updated": "2021-11-25T07:20:13Z", "name": "material-dark-red", "new": false, "repository_manifest": {"name": "Material Dark Red Theme"}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["hacs", "home-assistant", "theme"], "version_installed": null}, "216183299": {"authors": [], "category": "theme", "description": "Material Dark Pink theme for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"41d24bd82b5e25ef2cec8ed92896d0a42849410a2bdb48f0b6c131007b5ed861\"", "full_name": "home-assistant-community-themes/material-dark-pink", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "69b9d42", "last_release_tag": null, "last_updated": "2021-11-30T07:12:56Z", "name": "material-dark-pink", "new": false, "repository_manifest": {"name": "Material Dark Pink Theme"}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": ["hacs", "home-assistant", "theme"], "version_installed": null}, "214664317": {"authors": [], "category": "theme", "description": "Midnight theme for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"4cdd706b0f26ed9f5304fa16fa4b0dfa277e696ebd8bdb2d97596ef00aa1f593\"", "full_name": "home-assistant-community-themes/midnight", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c018255", "last_release_tag": null, "last_updated": "2022-01-07T08:45:34Z", "name": "midnight", "new": false, "repository_manifest": {"name": "Midnight Theme"}, "selected_tag": null, "show_beta": false, "stars": 52, "topics": ["hacs", "home-assistant", "theme"], "version_installed": null, "last_fetched": 1642851215.948326}, "216178553": {"authors": [], "category": "theme", "description": "Material Dark Green theme for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"bad698fb82482d8a92c028765e0761f093093ad22718d67795c0529317bc9e93\"", "full_name": "home-assistant-community-themes/material-dark-green", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "cf5e6af", "last_release_tag": null, "last_updated": "2022-01-07T08:46:43Z", "name": "material-dark-green", "new": false, "repository_manifest": {"name": "Material Dark Green Theme"}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["hacs", "home-assistant", "theme"], "version_installed": null, "last_fetched": 1643571216.769365}, "223938651": {"authors": [], "category": "theme", "description": "Midnight Blue theme for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"12ad7be16d27c2c59358f849c51b1941ed7e07434d8f5bccdda39891cb09e067\"", "full_name": "home-assistant-community-themes/midnight-blue", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "dd26c01", "last_release_tag": null, "last_updated": "2021-11-30T07:12:47Z", "name": "midnight-blue", "new": false, "repository_manifest": {"name": "Midnight Blue Theme"}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": ["hacs", "home-assistant", "theme"], "version_installed": null}, "270638476": {"authors": [], "category": "theme", "description": "Nord theme for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"8d3ce20f69aab421e78eb059fa674e32d5e1e7786b54241a32e1557c1b83e2f9\"", "full_name": "home-assistant-community-themes/nord", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "13e0d35", "last_release_tag": null, "last_updated": "2021-11-29T15:11:51Z", "name": "nord", "new": false, "repository_manifest": {"name": "Nord Theme"}, "selected_tag": null, "show_beta": false, "stars": 10, "topics": ["hacs", "home-assistant", "theme"], "version_installed": null}, "216165131": {"authors": [], "category": "theme", "description": "Solarized Light theme for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"169bbe0af93ad59124d09649e509d2919bbd8e6f55f15139954bbeb311dd0db6\"", "full_name": "home-assistant-community-themes/solarized-light", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1f855d3", "last_release_tag": null, "last_updated": "2021-11-29T07:57:21Z", "name": "solarized-light", "new": false, "repository_manifest": {"name": "Solarized Light Theme"}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["hacs", "home-assistant", "theme"], "version_installed": null}, "255270395": {"authors": [], "category": "theme", "description": "Stell Blue with Colors theme for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"5077767a0aa28cc4a56403ca6b8d9e955516f26b40e5317d5f6d6f1cfb43bd9e\"", "full_name": "home-assistant-community-themes/stell-blue-with-colors", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f90d462", "last_release_tag": null, "last_updated": "2021-11-29T09:05:41Z", "name": "stell-blue-with-colors", "new": false, "repository_manifest": {"name": "Stell Blue with Colors Theme"}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["hacs", "home-assistant", "theme"], "version_installed": null}, "230672465": {"authors": [], "category": "theme", "description": "Christmas theme for Home-Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"73d7508c5ee3f8de942d3365393ae40581ba808bcbfa5f7d1d12ce6b988c130d\"", "full_name": "houtknots/UglyChristmas-Theme", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "76b0da9", "last_release_tag": null, "last_updated": "2021-12-30T13:46:19Z", "name": "UglyChristmas-Theme", "new": false, "repository_manifest": {"name": "Ugly Christmas Theme"}, "selected_tag": null, "show_beta": false, "stars": 0, "topics": [], "version_installed": null}, "234375294": {"authors": [], "category": "theme", "description": "Vaporwave Pink Theme for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"46640e82c85d46bc8357424013cd0522e354d07d1b4ede70a039e446366ab2fb\"", "full_name": "home-assistant-community-themes/vaporwave-pink", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f61c8be", "last_release_tag": "v1.1", "last_updated": "2020-01-16T19:26:58Z", "name": "vaporwave-pink", "new": false, "repository_manifest": {"name": "Vaporwave Pink Theme", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": ["80s", "hacs", "home-assistant", "pink", "theme", "vaporwave"], "version_installed": null}, "216181396": {"authors": [], "category": "theme", "description": "Teal theme for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"8cbdbec442c85ef844f76d9a1ea9a18d28674d564255ce7d3323cd80d844995d\"", "full_name": "home-assistant-community-themes/teal", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a6cf3c6", "last_release_tag": null, "last_updated": "2021-11-29T15:11:48Z", "name": "teal", "new": false, "repository_manifest": {"name": "Teal Theme"}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["hacs", "home-assistant", "theme"], "version_installed": null}, "234491154": {"authors": [], "category": "theme", "description": "\ud83c\udfa8 By JuanMTech -- A true black Home Assistant theme for devices with AMOLED displays", "domain": "", "downloads": 0, "etag_repository": "W/\"d4ad67925556da906c506ace70fc76e586f12d21b732b24053377dd1079f6ef8\"", "full_name": "JuanMTech/amoled_blue", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e6173a4", "last_release_tag": "v1.8", "last_updated": "2021-11-25T23:27:40Z", "name": "amoled_blue", "new": false, "repository_manifest": {"name": "AMOLED Blue", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 12, "topics": ["hacs", "home-assistant", "themes"], "version_installed": null}, "306914292": {"authors": [], "category": "theme", "description": "A transparent blue theme for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"3ab90782f74c60f601df1dd459a003b8b1f414847452bfd8ffb1ff822b49d217\"", "full_name": "JOHLC/transparentblue", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e9e09e8", "last_release_tag": "v202104.1", "last_updated": "2021-12-31T02:27:24Z", "name": "transparentblue", "new": false, "repository_manifest": {"name": "Transparent Blue", "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 21, "topics": ["hacs", "home-assistant", "home-automation", "homeassistant", "homeassistant-addons", "theme", "transparent-blue-theme", "transparentblue", "yaml"], "version_installed": null, "last_fetched": 1641058113.140582}, "234032927": {"authors": [], "category": "theme", "description": "\ud83c\udfa8 By JuanMTech -- A Home Assistant theme inspired on the Google app light mode.", "domain": "", "downloads": 0, "etag_repository": "W/\"6e73393b188371716d5886d47b46886bcf758863d124803e9985415f1f7011ec\"", "full_name": "JuanMTech/google_light_theme", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "31ec400", "last_release_tag": "v1.11", "last_updated": "2021-11-25T23:24:12Z", "name": "google_light_theme", "new": false, "repository_manifest": {"name": "Google Light Theme", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 56, "topics": ["assistant-theme", "hacs", "themes"], "version_installed": null, "last_fetched": 1641895721.726491}, "235862795": {"authors": [], "category": "theme", "description": "\ud83c\udfa8 By JuanMTech -- A matte black theme with a green accent color", "domain": "", "downloads": 0, "etag_repository": "W/\"ec0f4c26d0eb1c7dfc7f3a33d0a70d84aea32ce0fd5bd50dfa7c28546983caba\"", "full_name": "JuanMTech/green_dark_mode", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "87fe94d", "last_release_tag": "v1.7", "last_updated": "2020-07-29T22:52:55Z", "name": "green_dark_mode", "new": false, "repository_manifest": {"name": "Green Dark mode", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": ["hacs", "home-assistant", "themes"], "version_installed": null, "last_fetched": 1641587843.275071}, "235865145": {"authors": [], "category": "theme", "description": "\ud83c\udfa8 By JuanMTech -- A light mode theme with a green accent color", "domain": "", "downloads": 0, "etag_repository": "W/\"0422d4984525067b48f1c765e84c814690080b9489717eb4d566e78bcebd6cf5\"", "full_name": "JuanMTech/green_light_mode", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b8bd5e8", "last_release_tag": "v1.7", "last_updated": "2020-07-29T22:54:27Z", "name": "green_light_mode", "new": false, "repository_manifest": {"name": "Green Light mode", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["hacs", "home-assistant", "themes"], "version_installed": null}, "284293899": {"authors": [], "category": "theme", "description": "\ud83c\udfa8 By JuanMTech -- A Home Assistant theme inspired on the iOS dark mode interface.", "domain": "", "downloads": 0, "etag_repository": "W/\"b8641f1a0b4f4e4d2f8f1e0cca7cc39817b9ca090b10df6da089d698648f5c21\"", "full_name": "JuanMTech/ios_dark_mode_theme", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5e055e1", "last_release_tag": "v1.2", "last_updated": "2021-11-25T23:25:57Z", "name": "ios_dark_mode_theme", "new": false, "repository_manifest": {"name": "iOS Dark Mode", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 19, "topics": ["hacs", "home-assistant", "theme"], "version_installed": null, "last_fetched": 1643571218.670597}, "284294048": {"authors": [], "category": "theme", "description": "\ud83c\udfa8 By JuanMTech -- A Home Assistant theme inspired on the iOS light mode interface.", "domain": "", "downloads": 0, "etag_repository": "W/\"f35eeb22c4d06f884b6e8505b3d24412f72d1f958856b85aa94918862fb3ce4d\"", "full_name": "JuanMTech/ios_light_mode_theme", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f66106c", "last_release_tag": "v1.2", "last_updated": "2021-11-25T23:25:11Z", "name": "ios_light_mode_theme", "new": false, "repository_manifest": {"name": "iOS Light Mode", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 14, "topics": ["hacs", "home-assistant", "theme"], "version_installed": null, "last_fetched": 1641895724.386669}, "235867730": {"authors": [], "category": "theme", "description": "\ud83c\udfa8 By JuanMTech -- A matte black theme with an orange accent color", "domain": "", "downloads": 0, "etag_repository": "W/\"2ceced4f48c67cec92ce1068a8c3e482d5ae1db28899cc2131995ec7f8c594b8\"", "full_name": "JuanMTech/orange_dark", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "60213dc", "last_release_tag": "v1.7", "last_updated": "2020-07-29T22:55:59Z", "name": "orange_dark", "new": false, "repository_manifest": {"name": "Orange Dark", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["hacs", "home-assistant", "themes"], "version_installed": null}, "235869023": {"authors": [], "category": "theme", "description": "\ud83c\udfa8 By JuanMTech -- A light mode theme with an orange accent color", "domain": "", "downloads": 0, "etag_repository": "W/\"654e166cd6ad22ad3037120a92633d0e6f40f1cefc8d82104bfc416b4e2c66cd\"", "full_name": "JuanMTech/orange_light", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "af3be93", "last_release_tag": "v1.5", "last_updated": "2020-07-29T22:57:13Z", "name": "orange_light", "new": false, "repository_manifest": {"name": "Orange Light", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["hacs", "home-assistant", "themes"], "version_installed": null}, "262748544": {"authors": [], "category": "theme", "description": "A milky glass theme for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"e58f7bc7eab893fd2f24c85cf5bdb467a2dafeed28fd4ec6362c8627a2a0c101\"", "full_name": "Kibibit/hass-kibibit-theme", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1416d7d", "last_release_tag": "v1.1.1", "last_updated": "2022-01-21T03:04:59Z", "name": "hass-kibibit-theme", "new": false, "repository_manifest": {"name": "kibibit Theme"}, "selected_tag": null, "show_beta": false, "stars": 122, "topics": [], "version_installed": null, "last_fetched": 1642851225.969692}, "282325367": {"authors": [], "category": "theme", "description": "\ud83c\udfa8 Home Assistant soft UI dark theme, with help from @JuanMTech, @thomasloven, and @N-l1.", "domain": "", "downloads": 0, "etag_repository": "W/\"e672f602c6124878a28d09d1b7aa585b365cfa3a25af70fdc47b5e72273ef7d9\"", "full_name": "KTibow/lovelace-dark-soft-ui-theme", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e3fc029", "last_release_tag": "v0.60", "last_updated": "2021-01-06T02:29:32Z", "name": "lovelace-dark-soft-ui-theme", "new": false, "repository_manifest": {"name": "Dark Soft UI Theme", "homeassistant": "0.98.0", "country": ["US"]}, "selected_tag": null, "show_beta": false, "stars": 44, "topics": ["dark-theme", "hacktoberfest", "hacktoberfest2020", "hacs", "home-assistant", "homeassistant", "skin", "soft-ui", "theme", "theme-ui", "themes"], "version_installed": null, "last_fetched": 1642851226.04224}, "292621909": {"authors": [], "category": "theme", "description": "Home Assistant Windows 10 inspired themes", "domain": "", "downloads": 0, "etag_repository": "W/\"7240da4c6a6a2ac022f333d1f07e0b6eeda65036e9538d6438f249ffa60d67ae\"", "full_name": "mikosoft83/hass-windows10-themes", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6ff0b9c", "last_release_tag": "2.0", "last_updated": "2021-06-27T19:55:52Z", "name": "hass-windows10-themes", "new": false, "repository_manifest": {"name": "Windows 10 themes", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 7, "topics": ["accent-color", "hacs", "homeassistant", "theme", "themes", "windows", "windows-10"], "version_installed": null}, "221287384": {"authors": [], "category": "theme", "description": "Clear Theme for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"86dcad17baaef0c5c10a554d3b3648b1428467c89ece9e6a3997aeedc562441b\"", "full_name": "naofireblade/clear-theme", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a9f68e1", "last_release_tag": "v1.1", "last_updated": "2020-10-08T10:10:49Z", "name": "clear-theme", "new": false, "repository_manifest": {"name": "Clear Theme", "homeassistant": "0.102.0"}, "selected_tag": null, "show_beta": false, "stars": 20, "topics": [], "version_installed": null, "last_fetched": 1641217343.812815}, "282315875": {"authors": [], "category": "theme", "description": "\ud83c\udfa8 Home Assistant soft UI light theme, with help from @JuanMTech, @thomasloven, and @N-L1.", "domain": "", "downloads": 0, "etag_repository": "W/\"4cb8282ab70a00fc7e5e42d62c62a49877f1574748e4a72b88c389dd172293ea\"", "full_name": "KTibow/lovelace-light-soft-ui-theme", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7749eed", "last_release_tag": "v0.61", "last_updated": "2021-12-09T01:53:32Z", "name": "lovelace-light-soft-ui-theme", "new": false, "repository_manifest": {"name": "Light Soft UI Theme", "homeassistant": "0.98.0", "country": ["US"]}, "selected_tag": null, "show_beta": false, "stars": 54, "topics": ["hacktoberfest", "hacktoberfest2020", "hacs", "home-assistant", "homeassistant", "light-theme", "skin", "soft-ui", "theme", "theme-ui", "themes"], "version_installed": null, "last_fetched": 1642004380.175493}, "249722008": {"authors": [], "category": "theme", "description": "Home Assistant theme - A dark, electric blue theme that reminds the movie Your Name. ", "domain": "", "downloads": 0, "etag_repository": "W/\"921a5f32e714d9b6ed2d0ff8dbda690b6576e44522169523ab3ca0e7f819fedc\"", "full_name": "Nihvel/your_name", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6521402", "last_release_tag": null, "last_updated": "2021-03-03T00:31:27Z", "name": "your_name", "new": false, "repository_manifest": {"name": "Your Name.", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 17, "topics": [], "version_installed": null}, "277068969": {"authors": [], "category": "theme", "description": "10 modern colors | 4 categories of styles (Black Glass, Black, Dark, Light) | 40 themes in total | Animated icons for the weather forecast card | And a bonus automatic theme selector for your interface.", "domain": "", "downloads": 0, "etag_repository": "W/\"bcdc141c68bc3a049c2f32a98a87901e63d1c0868a59073d8ad714d3a79d35b1\"", "full_name": "orickcorreia/caule-themes-pack-1", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d172707", "last_release_tag": "v.1.3", "last_updated": "2022-01-10T14:35:38Z", "name": "caule-themes-pack-1", "new": false, "repository_manifest": {"name": "Caule Themes Pack 1 - by caulecriativo.com", "filename": "caule-themes-pack-1.yaml", "render_readme": false}, "selected_tag": null, "show_beta": false, "stars": 162, "topics": ["caule", "hassio", "homeassistant", "lovelace", "pack", "themes"], "version_installed": null, "last_fetched": 1643571219.546806}, "221288367": {"authors": [], "category": "theme", "description": "Dark variant of Clear Theme for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"3258bb4fc3b7fb911d9c1697703e4a6b06de258245e8668618fe56fbf9001385\"", "full_name": "naofireblade/clear-theme-dark", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "75af86a", "last_release_tag": "v1.3", "last_updated": "2020-10-08T10:10:57Z", "name": "clear-theme-dark", "new": false, "repository_manifest": {"name": "Clear Theme Dark", "homeassistant": "0.108.9"}, "selected_tag": null, "show_beta": false, "stars": 12, "topics": [], "version_installed": null}, "223028160": {"authors": [], "category": "theme", "description": "Green adaptation of this Home-Assistant theme: https://github.com/seangreen2/slate_theme", "domain": "", "downloads": 0, "etag_repository": "W/\"2ed1825986f40ee57d47a9e22773735d5e181ee2b31de0fcc498e9d3da1f18fe\"", "full_name": "pbeckcom/green_slate_theme", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c67b3f1", "last_release_tag": null, "last_updated": "2019-11-20T22:22:55Z", "name": "green_slate_theme", "new": false, "repository_manifest": {"name": "Green Slate Theme"}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": [], "version_installed": null}, "197006509": {"authors": [], "category": "theme", "description": "A Dark Theme for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"883830e59108f04940ecf26faba01b13b902c996886e5ad890b61e615c20c846\"", "full_name": "seangreen2/slate_theme", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c18ae17", "last_release_tag": null, "last_updated": "2020-11-21T01:36:26Z", "name": "slate_theme", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 82, "topics": ["hacs", "home-assistant", "theme"], "version_installed": null, "last_fetched": 1643571219.280988}, "226567922": {"authors": [], "category": "theme", "description": "My red\"isch\" home assistant theme.", "domain": "", "downloads": 0, "etag_repository": "W/\"9613b0e9ffd2da9e1f94820627ff9179b17ada9417950c46d6799c6b74229739\"", "full_name": "Poeschl/slate_red", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "bbdbafa", "last_release_tag": "1.4.0", "last_updated": "2022-01-06T14:43:48Z", "name": "slate_red", "new": false, "repository_manifest": {"name": "Red slate theme", "render_readme": "True"}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["hacs", "home-assistant", "material-design", "red", "theme"], "version_installed": null, "last_fetched": 1641587851.19915}, "287840715": {"authors": [], "category": "plugin", "description": "Lovelace custom card for visualizing the ZWave network with the OpenZWave (beta) integration.", "domain": "", "downloads": 0, "etag_repository": "W/\"bb0c39430097779cb5449df602ffa21284db09f5cd137a3631d4e5c3789bd118\"", "full_name": "abmantis/ozw-network-visualization-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2c956b8", "last_release_tag": null, "last_updated": "2020-12-27T19:18:28Z", "name": "ozw-network-visualization-card", "new": false, "repository_manifest": {"name": "OZW Network Visualization Card", "content_in_root": true, "filename": "ozw-network-visualization-card.js", "homeassistant": "0.115.0", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 30, "topics": ["home-automation", "homeassistant", "ozw", "zwave", "zwave2mqtt"], "version_installed": null}, "274111031": {"authors": [], "category": "theme", "description": "Animated icons for default Home Assistant weather card", "domain": "", "downloads": 0, "etag_repository": "W/\"7949c9ca21fedc6c6572901a2cdb22fb9d6b56d3b7d7537708824eab379916d2\"", "full_name": "wowgamr/animated-weather-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6ed3229", "last_release_tag": "1.2", "last_updated": "2020-07-04T13:45:21Z", "name": "animated-weather-card", "new": false, "repository_manifest": {"name": "Animated Weather Card", "render_readme": true, "homeassistant": "0.109.0"}, "selected_tag": null, "show_beta": false, "stars": 16, "topics": ["hacs", "home-assistant", "lovelace", "theme", "weather-card"], "version_installed": null, "last_fetched": 1641895732.113056}, "200081161": {"authors": [], "category": "plugin", "description": "Custom Lovelace card for Budapest Public Transportation custom component", "domain": "", "downloads": 0, "etag_repository": "W/\"b1566a1bda4c24a5b942057a6733b24fb88c1ab4370a1415020b0fb5b66f7dcf\"", "full_name": "amaximus/bkk-stop-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d252cb5", "last_release_tag": "1.0.1", "last_updated": "2021-12-01T19:32:24Z", "name": "bkk-stop-card", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": ["bkk", "budapest", "homeassistant", "lovelace-custom-card", "lovelace-ui", "transportation"], "version_installed": null}, "257102434": {"authors": [], "category": "plugin", "description": "FKF Budapest Garbage Collection Card for Home Assistant/Lovelace", "domain": "", "downloads": 0, "etag_repository": "W/\"c1e19b914a4d4a3608490561d2efdd1e9bbdf48502ad8300e9a6b9ba2852e551\"", "full_name": "amaximus/fkf-garbage-collection-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9cc7d35", "last_release_tag": "0.8.0", "last_updated": "2021-04-23T12:53:23Z", "name": "fkf-garbage-collection-card", "new": false, "repository_manifest": {"name": "FKF Budapest Garbage Collection Card", "filename": "fkf-garbage-collection-card.js", "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": ["budapest", "homeassistant", "lovelace", "lovelace-custom-card", "lovelace-ui"], "version_installed": null}, "207018200": {"authors": [], "category": "plugin", "description": "Custom Lovelace card for Garbage Collection custom component", "domain": "", "downloads": 0, "etag_repository": "W/\"939217e4ac8015fb4982ffbd3e7c67d25ea3fb4bc5ad9fb99cea369f9f449dc2\"", "full_name": "amaximus/garbage-collection-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "38ceb7a", "last_release_tag": "1.20.0", "last_updated": "2021-11-04T12:23:07Z", "name": "garbage-collection-card", "new": false, "repository_manifest": {"name": "Garbage Collection Card", "filename": "garbage-collection-card.js", "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 65, "topics": ["garbage-collection", "homeassistant", "lovelace", "lovelace-custom-card", "ui-lovelace"], "version_installed": null, "last_fetched": 1642004387.925513}, "207292725": {"authors": [], "category": "plugin", "description": "Flexible Horseshoe card for Home Assistant Lovelace UI. A card with a flexible layout, a horseshoe-like donut graph, multiple entities or attributes, graphics and animations!", "domain": "", "downloads": 0, "etag_repository": "W/\"77b2b96e81809091445f21b40bf3735741874d711948a66fd236cfa5b7c68837\"", "full_name": "AmoebeLabs/flex-horseshoe-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e09bb7b", "last_release_tag": "0.9.0", "last_updated": "2021-01-16T21:41:16Z", "name": "flex-horseshoe-card", "new": false, "repository_manifest": {"name": "Flexible Horseshoe Card for Lovelace", "content_in_root": true, "filename": "flex-horseshoe-card.js"}, "selected_tag": null, "show_beta": false, "stars": 107, "topics": ["home-assistant", "home-assistant-custom", "home-assistant-frontend", "lovelace-card", "lovelace-custom-card", "lovelace-ui"], "version_installed": null, "last_fetched": 1643571253.494573}, "214365813": {"authors": [], "category": "plugin", "description": "StarLine lovelace card for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"fc0dca68caa03904242969ba6bae3c3aa21aaacd885f5bcee2af5102d7250f10\"", "full_name": "Anonym-tsk/lovelace-starline-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "8a15c42", "last_release_tag": "v1.1.2", "last_updated": "2020-08-06T09:16:49Z", "name": "lovelace-starline-card", "new": false, "repository_manifest": {"name": "StarLine Card", "homeassistant": "0.103.0"}, "selected_tag": null, "show_beta": false, "stars": 21, "topics": [], "version_installed": null, "last_fetched": 1641895735.685883}, "253019926": {"authors": [], "category": "plugin", "description": "Minimalistic humidifier card for Home Assistant Lovelace UI", "domain": "", "downloads": 0, "etag_repository": "W/\"16c272b18ecf78bcebaec3ab1c92275bd5bc8e9d34d1637591d54e9f914f1648\"", "full_name": "artem-sedykh/mini-humidifier", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "944ba3d", "last_release_tag": "v2.5.5", "last_updated": "2021-12-14T11:58:29Z", "name": "mini-humidifier", "new": false, "repository_manifest": {"name": "mini humidifier", "render_readme": false, "filename": "mini-humidifier-bundle.js", "domains": ["fan"]}, "selected_tag": null, "show_beta": false, "stars": 107, "topics": ["automation", "custom", "hassio", "home-assistant", "humidifier", "lovelace", "lovelace-ui"], "version_installed": null, "last_fetched": 1643571253.845544}, "268163975": {"authors": [], "category": "plugin", "description": "Minimalistic climate card for Home Assistant Lovelace UI", "domain": "", "downloads": 0, "etag_repository": "W/\"2870fb7ccfd3e4e88db3ca923a164e741bd200fcdeeed78fed10b53876c9bf2a\"", "full_name": "artem-sedykh/mini-climate-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a2a1749", "last_release_tag": "v1.2.10", "last_updated": "2021-12-25T17:00:09Z", "name": "mini-climate-card", "new": false, "repository_manifest": {"name": "mini climate card", "render_readme": false, "filename": "mini-climate-card-bundle.js", "domains": ["climate"]}, "selected_tag": null, "show_beta": false, "stars": 124, "topics": ["automation", "climate", "climate-entity", "custom", "hacktoberfest", "hacktoberfest2021", "hassio", "home-assistant", "lovelace", "lovelace-ui"], "version_installed": null, "last_fetched": 1643571253.677261}, "201292040": {"authors": [], "category": "plugin", "description": "Home Assistant Custom Card to show Zigbee2mqtt network map", "domain": null, "downloads": 0, "etag_repository": "W/\"554779e48b9a21e3b653f90cdce05f5fb4e8cf276c33ee9f53e9db153536c20e\"", "full_name": "azuwis/zigbee2mqtt-networkmap", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "10e76eb", "last_release_tag": "v0.7.0", "last_updated": "2021-08-18T01:44:10Z", "name": "zigbee2mqtt-networkmap", "new": false, "repository_manifest": {"name": "Zigbee2mqtt Networkmap Card", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 118, "topics": ["home-assistant", "zigbee2mqtt"], "version_installed": null, "last_fetched": 1643545555.64818}, "271886611": {"authors": [], "category": "plugin", "description": "Like a picture glance card, but for plant data", "domain": "", "downloads": 0, "etag_repository": "W/\"5f2d4dc7d15d1e6d2ecee6679788321d440ba23071d6e0458e34c12a40348599\"", "full_name": "badguy99/PlantPictureCard", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "eb06132", "last_release_tag": "v0.1.4", "last_updated": "2020-09-13T17:45:01Z", "name": "PlantPictureCard", "new": false, "repository_manifest": {"name": "Plant Picture Card", "render_readme": true, "filename": "PlantPictureCard.js"}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": ["image", "lovelace-card", "plants"], "version_installed": null, "last_fetched": 1641895737.305851}, "202546107": {"authors": [], "category": "plugin", "description": "Extras for the synthwave inspired theme for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"869597dab76050e759138e385451d0731f00a5cf1c21df89de82a75e8f6d6c47\"", "full_name": "bbbenji/synthwave-hass-extras", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2a2542d", "last_release_tag": "0.2.4", "last_updated": "2020-10-30T00:24:02Z", "name": "synthwave-hass-extras", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 14, "topics": [], "version_installed": null, "last_fetched": 1642851237.197368}, "269474857": {"authors": [], "category": "plugin", "description": "Custom lovelace card to use in\u00a0Home assistant allowing you to redirect a user to certain view based on entity states.", "domain": "", "downloads": 0, "etag_repository": "W/\"a34eda5ee8e296d676ee30e34a8eb29b5925f414b7be5fb6e24bf3e0469641e2\"", "full_name": "ben8p/lovelace-tab-redirect-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "25d35e4", "last_release_tag": null, "last_updated": "2020-11-23T21:30:41Z", "name": "lovelace-tab-redirect-card", "new": false, "repository_manifest": {"name": "Tab Redirect Card", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 7, "topics": ["hacs", "homeassistant", "lovelace-custom-card", "lovelace-ui"], "version_installed": null, "last_fetched": 1641217354.262564}, "303857065": {"authors": [], "category": "plugin", "description": "Show battery states or attributes with dynamic icon on entity rows in Home Assistant's Lovelace UI", "domain": "", "downloads": 0, "etag_repository": "W/\"00cfa03f5a53bf8ecfd731a54de0d1eef34673f2e4549aeb402717867ba6eb1e\"", "full_name": "benct/lovelace-battery-entity-row", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e7d1eab", "last_release_tag": "v1.3.1", "last_updated": "2021-03-12T15:50:43Z", "name": "lovelace-battery-entity-row", "new": false, "repository_manifest": {"name": "Battery Entity Row", "filename": "battery-entity-row.js", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 42, "topics": ["attribute", "battery", "card", "entity", "entity-rows", "hacs", "home-assistant", "home-assistant-frontend", "lovelace", "lovelace-ui", "state"], "version_installed": null, "last_fetched": 1643571254.136882}, "184658908": {"authors": [], "category": "plugin", "description": "GitHub repository sensor data on entity rows in Home Assistant's Lovelace UI", "domain": "", "downloads": 0, "etag_repository": "W/\"87dcdafe16059c09c5cfdcb54fc08deb7e944e28b8e92ae0b50278331ffea8d2\"", "full_name": "benct/lovelace-github-entity-row", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e273046", "last_release_tag": "v1.0.0", "last_updated": "2020-10-19T20:51:09Z", "name": "lovelace-github-entity-row", "new": false, "repository_manifest": {"name": "GitHub Entity Row", "filename": "github-entity-row.js", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 17, "topics": ["card", "entity", "entity-rows", "github", "hacs", "home-assistant", "home-assistant-frontend", "lovelace", "lovelace-ui", "sensor"], "version_installed": null}, "178921037": {"authors": [], "category": "plugin", "description": "Show multiple entity states and attributes on entity rows in Home Assistant's Lovelace UI", "domain": null, "downloads": 0, "etag_repository": "W/\"32b9a2d7965ed7d63f26d0bc444cffc0c7599063194ee53efa73461b250e10c8\"", "full_name": "benct/lovelace-multiple-entity-row", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e2d2508", "last_release_tag": "v4.4.1", "last_updated": "2021-12-23T16:37:22Z", "name": "lovelace-multiple-entity-row", "new": false, "repository_manifest": {"name": "Multiple Entity Row", "filename": "multiple-entity-row.js", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 440, "topics": ["attribute", "card", "entity", "entity-attribute", "entity-rows", "format", "hacs", "home-assistant", "home-assistant-frontend", "lovelace", "lovelace-ui", "multiple", "state"], "version_installed": null, "last_fetched": 1643545555.771677}, "180229356": {"authors": [], "category": "plugin", "description": "Simple card for various robot vacuums in Home Assistant's Lovelace UI", "domain": null, "downloads": 0, "etag_repository": "W/\"a58718f295fc48b1b2d8e185374304ad71fbbafcdf45102e9b5dd29895cbfa31\"", "full_name": "benct/lovelace-xiaomi-vacuum-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2f8a67a", "last_release_tag": "v4.4.0", "last_updated": "2021-11-07T01:37:36Z", "name": "lovelace-xiaomi-vacuum-card", "new": false, "repository_manifest": {"name": "Simple Vacuum Card", "filename": "xiaomi-vacuum-card.js", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 192, "topics": ["card", "hacs", "home-assistant", "home-assistant-frontend", "lovelace", "lovelace-ui", "roborock", "robot-vacuums", "vacuum", "xiaomi", "xiaomi-vacuum"], "version_installed": null, "last_fetched": 1643545555.632847}, "215327195": {"authors": [], "category": "plugin", "description": "\ud83d\udca1 A Lovelace custom card for RGB lights", "domain": "", "downloads": 0, "etag_repository": "W/\"220ef04c68899093d9fe5c4ca72d49c5f9ce8bcc1724b70b80730beb9fd92945\"", "full_name": "bokub/rgb-light-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7bae317", "last_release_tag": "1.10.0", "last_updated": "2021-10-06T10:05:27Z", "name": "rgb-light-card", "new": false, "repository_manifest": {"name": "RGB Light Card", "content_in_root": true, "filename": "card.js", "render_readme": true, "domains": ["light"]}, "selected_tag": null, "show_beta": false, "stars": 276, "topics": ["hacktoberfest", "home-assistant", "lovelace", "lovelace-custom-card", "rgb-lights"], "version_installed": null, "last_fetched": 1642851241.546801}, "192732887": {"authors": [], "category": "plugin", "description": "Card that allows you to swipe throught multiple cards for Home Assistant Lovelace", "domain": "", "downloads": 0, "etag_repository": "W/\"dc2825205eaa5a1be7eef5498f848c2671512954b842a45e4d2180fff533ec1d\"", "full_name": "bramkragten/swipe-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "41a735d", "last_release_tag": "v4.0.0", "last_updated": "2022-01-22T04:02:46Z", "name": "swipe-card", "new": false, "repository_manifest": {"homeassistant": "0.110.0"}, "selected_tag": null, "show_beta": false, "stars": 88, "topics": [], "version_installed": null, "last_fetched": 1643571254.497198}, "192732636": {"authors": [], "category": "plugin", "description": "Weather Card with animated icons for Home Assistant Lovelace", "domain": "", "downloads": 0, "etag_repository": "W/\"0e500a40c12a4d4ccd10b0feb136d4aa94e7bfc8251383ba77785ea7278a1c3a\"", "full_name": "bramkragten/weather-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "8773e03", "last_release_tag": "v1.5.0", "last_updated": "2022-01-19T12:48:22Z", "name": "weather-card", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 281, "topics": [], "version_installed": null, "last_fetched": 1643571254.358247}, "194037195": {"authors": [], "category": "plugin", "description": "A custom card for displaying information provided by Beerbolaget (https://github.com/Ceerbeerus/beerbolaget).", "domain": "", "downloads": 0, "etag_repository": "W/\"c2ecbd483c13950c60aace6a4da200b75828e18a22afebcaf43bd49f029ca586\"", "full_name": "Ceerbeerus/beerbolaget-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "ac8da42", "last_release_tag": "0.1.55", "last_updated": "2020-08-07T06:24:51Z", "name": "beerbolaget-card", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": [], "version_installed": null}, "235449701": {"authors": [], "category": "plugin", "description": "\u23f0 Lovelace Card to Control Light Alarm Properties", "domain": "", "downloads": 0, "etag_repository": "W/\"52411f4e2d51a1c4d5626c98a32f48c29cbc6e49e736c55d2915303c41cf050e\"", "full_name": "chaptergy/lightalarm-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "79f4a02", "last_release_tag": "v3.0.3", "last_updated": "2021-12-03T14:59:52Z", "name": "lightalarm-card", "new": false, "repository_manifest": {"name": "Lightalarm Card", "content_in_root": false, "filename": "lightalarm-card.js"}, "selected_tag": null, "show_beta": false, "stars": 27, "topics": [], "version_installed": null, "last_fetched": 1641587863.693563}, "143850865": {"authors": [], "category": "plugin", "description": "This card give you a list of your wishlist items.", "domain": "", "downloads": 0, "etag_repository": "W/\"2081bc26ffbee01b69fea30575525113bd5395d0e325e11a183f4fc76cd65b7d\"", "full_name": "custom-cards/beer-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c48a090", "last_release_tag": "0.2.4", "last_updated": "2021-01-13T09:25:20Z", "name": "beer-card", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": [], "version_installed": null}, "260526528": {"authors": [], "category": "plugin", "description": "Custom Dark Sky Weather plugin for HACS. This creates a rich weather card using the Dark Sky weather plugin.", "domain": null, "downloads": 0, "etag_repository": "W/\"cfa22867cfccf7475f60f8de2fe1080b923f2bce58aeee61ddc182343c9fd182\"", "full_name": "clayauld/lovelace-darksky-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "165ba20", "last_release_tag": null, "last_updated": "2021-10-13T22:52:46Z", "name": "lovelace-darksky-card", "new": false, "repository_manifest": {"name": "Dark Sky Rich Weather Card", "content_in_root": true, "filename": "lovelace-darksky-card.js", "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 13, "topics": ["hacktoberfest", "home-assistant", "home-assistant-frontend", "home-assistant-hacs"], "version_installed": null, "last_fetched": 1643545555.658142}, "163363577": {"authors": [], "category": "plugin", "description": "Customizable Animated Bar card for Home Assistant Lovelace", "domain": null, "downloads": 0, "etag_repository": "W/\"fcbc6bda8325accac51a77d72df9149e2fbcf06449bf15e576fd0981434a6492\"", "full_name": "custom-cards/bar-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3bf4796", "last_release_tag": "3.2.0", "last_updated": "2021-08-12T06:59:44Z", "name": "bar-card", "new": false, "repository_manifest": {"name": "Bar Card", "render_readme": true, "filename": "bar-card.js"}, "selected_tag": null, "show_beta": false, "stars": 224, "topics": [], "version_installed": null, "last_fetched": 1643545555.800904}, "187245418": {"authors": [], "category": "plugin", "description": null, "domain": "", "downloads": 0, "etag_repository": "W/\"cadd93d72338ee9d9e89fb6199b0559a7679ab1ef14a3a4523e97018e38f066f\"", "full_name": "custom-cards/bignumber-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "fee532a", "last_release_tag": "0.0.5", "last_updated": "2022-01-26T03:21:08Z", "name": "bignumber-card", "new": false, "repository_manifest": {"name": "bignumber-card", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 70, "topics": [], "version_installed": null, "last_fetched": 1643571255.003348}, "146194325": {"authors": [], "category": "plugin", "description": "\u2747\ufe0f Lovelace button-card for home assistant", "domain": null, "downloads": 0, "etag_repository": "W/\"1f6db28712fb35d687badd1c74c60f05ce1f3877867752938a68569f17c5d7a4\"", "full_name": "custom-cards/button-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "29b10a6", "last_release_tag": "v3.4.2", "last_updated": "2021-12-22T15:01:24Z", "name": "button-card", "new": false, "repository_manifest": {"name": "button-card", "content_in_root": false, "render_readme": true, "filename": "button-card.js"}, "selected_tag": null, "show_beta": false, "stars": 988, "topics": ["home-assistant", "home-assistant-custom", "home-automation", "lovelace", "lovelace-ui"], "version_installed": null, "last_fetched": 1643545555.855772}, "164022050": {"authors": [], "category": "plugin", "description": "Check Button Card is a button that tracks when it is last pressed, for the Home Assistant Lovelace front-end using MQTT auto discovery.", "domain": "", "downloads": 0, "etag_repository": "W/\"fc90c1827ee2c915b42ddb66407120d7211d18d75e237b841f439fbb194d3523\"", "full_name": "custom-cards/check-button-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d8350ca", "last_release_tag": "1.3.0", "last_updated": "2021-12-22T18:23:08Z", "name": "check-button-card", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 80, "topics": [], "version_installed": null, "last_fetched": 1643571254.794013}, "142545838": {"authors": [], "category": "plugin", "description": "The card makes it possible to use gauges from https://canvas-gauges.com/", "domain": "", "downloads": 0, "etag_repository": "W/\"5de9a224c78a33238363468755f13f2c457efd4703ef4f2c86e385ad5dbc54e7\"", "full_name": "custom-cards/canvas-gauge-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e117ac5", "last_release_tag": "0.4.1", "last_updated": "2021-05-09T14:02:19Z", "name": "canvas-gauge-card", "new": false, "repository_manifest": {"name": "Canvas Gauge Card", "render_readme": true, "filename": "canvas-gauge-card.js"}, "selected_tag": null, "show_beta": false, "stars": 93, "topics": [], "version_installed": null, "last_fetched": 1643571254.972681}, "141952963": {"authors": [], "category": "plugin", "description": "A custom component for displaying sensor values as cards or elements", "domain": "", "downloads": 0, "etag_repository": "W/\"d86d5a2adfe2ab0d087dd8645983300273a61cb1b6a774405d108f082ca3f43b\"", "full_name": "custom-cards/circle-sensor-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4964b06", "last_release_tag": "1.2.2", "last_updated": "2021-09-04T21:10:47Z", "name": "circle-sensor-card", "new": false, "repository_manifest": {"name": "Circle Sensor Card", "homeassistant": "2020.12.0", "content_in_root": true, "filename": "circle-sensor-card.js"}, "selected_tag": null, "show_beta": false, "stars": 125, "topics": [], "version_installed": null, "last_fetched": 1641895748.641069}, "180000010": {"authors": [], "category": "plugin", "description": null, "domain": "", "downloads": 0, "etag_repository": "W/\"49594f479ba7317ec8a53a010ace9988e4c0f78a1d12019082122abd26b9ced5\"", "full_name": "custom-cards/cover-element", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "495f600", "last_release_tag": "0.3.0", "last_updated": "2019-06-03T04:34:16Z", "name": "cover-element", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 15, "topics": [], "version_installed": null, "last_fetched": 1643571254.599618}, "188686483": {"authors": [], "category": "plugin", "description": "\ud83e\uddf9 Declutter your lovelace configuration with the help of this card", "domain": "", "downloads": 0, "etag_repository": "W/\"bd0455fa3125f0fd99c13b7e352b731de528dc6941fd344282b5bb8154043aa7\"", "full_name": "custom-cards/decluttering-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "0e86dec", "last_release_tag": "0.6.3", "last_updated": "2021-08-11T01:21:07Z", "name": "decluttering-card", "new": false, "repository_manifest": {"name": "Decluttering Card", "render_readme": true, "filename": "decluttering-card.js"}, "selected_tag": null, "show_beta": false, "stars": 169, "topics": ["custom-cards", "home-assistant", "homeassistant", "lovelace"], "version_installed": null, "last_fetched": 1643571255.112433}, "143762825": {"authors": [], "category": "plugin", "description": "Dual gauge custom card for Lovelace in Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"eaaa398fe0ae09c9fd25fac4c38fc345cd59a01bff31d4cd961a585cff0226d2\"", "full_name": "custom-cards/dual-gauge-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2a33450", "last_release_tag": "0.5.3", "last_updated": "2021-09-05T15:48:58Z", "name": "dual-gauge-card", "new": false, "repository_manifest": {"name": "Dual gauge card", "filename": "dual-gauge-card.js", "content_in_root": true}, "selected_tag": null, "show_beta": false, "stars": 109, "topics": [], "version_installed": null, "last_fetched": 1642184400.366903}, "187245461": {"authors": [], "category": "plugin", "description": "Entity Attributes", "domain": "", "downloads": 0, "etag_repository": "W/\"4a2f0982b577231d5a80721e08603a63e5b352be222011a2108a29e297cc85b4\"", "full_name": "custom-cards/entity-attributes-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9530504", "last_release_tag": "0.1.2", "last_updated": "2021-06-05T21:05:54Z", "name": "entity-attributes-card", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 50, "topics": [], "version_installed": null, "last_fetched": 1642094183.215312}, "144902010": {"authors": [], "category": "plugin", "description": "Adds ext weblink with icon to picture-elements or entity cards", "domain": "", "downloads": 0, "etag_repository": "W/\"ca949f925b7434d06ae1c97c97fd8694f0659bd9d85dbe7e77edd92c3ad9b1c6\"", "full_name": "custom-cards/ext-weblink", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "ce143ab", "last_release_tag": "0.3.2", "last_updated": "2021-06-05T21:08:45Z", "name": "ext-weblink", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 14, "topics": [], "version_installed": null}, "187245495": {"authors": [], "category": "plugin", "description": null, "domain": "", "downloads": 0, "etag_repository": "W/\"27eee16b92a476bc9c4e0a76ed094c031f4cec298b3e5dce724d81c64a9f3062\"", "full_name": "custom-cards/gauge-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "bbe2d01", "last_release_tag": "0.2.2", "last_updated": "2021-06-05T21:08:30Z", "name": "gauge-card", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 20, "topics": [], "version_installed": null, "last_fetched": 1642851251.030556}, "187245511": {"authors": [], "category": "plugin", "description": null, "domain": "", "downloads": 0, "etag_repository": "W/\"e55288664e38cc5029e35d0f267768e52ef1b1d5646d08389c294c4437f72c4b\"", "full_name": "custom-cards/group-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a5e69ab", "last_release_tag": "0.0.6", "last_updated": "2021-06-12T14:19:18Z", "name": "group-card", "new": false, "repository_manifest": {"name": "group-card", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 20, "topics": [], "version_installed": null, "last_fetched": 1642851251.90855}, "179491130": {"authors": [], "category": "plugin", "description": "A group element for picture-elements with dynamic toggle capability", "domain": "", "downloads": 0, "etag_repository": "W/\"f280bd7ea45024ad9ec4e719941a0745efefef5c9bc102c0f2c3fd8779a1b4bb\"", "full_name": "custom-cards/group-element", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "04ad4c4", "last_release_tag": "0.6.0", "last_updated": "2020-08-22T03:29:44Z", "name": "group-element", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 47, "topics": [], "version_installed": null, "last_fetched": 1643571255.196892}, "151318225": {"authors": [], "category": "plugin", "description": "Entity row for lights with sliders for adjusting different values based on features", "domain": "", "downloads": 0, "etag_repository": "W/\"a9273441a7b7cfc852cfe71542e2a9676fa6ac9a769fcfbe5062f2a85e1517e4\"", "full_name": "custom-cards/light-entity-row", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5b3c904", "last_release_tag": "v0.2.3", "last_updated": "2021-10-20T09:53:08Z", "name": "light-entity-row", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 41, "topics": [], "version_installed": null, "last_fetched": 1642430731.557151}, "156292058": {"authors": [], "category": "plugin", "description": "Highly Flexible Lovelace Card - arbitrary contents/columns/rows, regex matched, perfect to show appdaemon created content and anything breaking out of the entity_id + attributes concept", "domain": null, "downloads": 0, "etag_repository": "W/\"5b075e2e92025a8444c6bca7c82cd446a29fccad4aa4cc3425addba4f0c5ecc4\"", "full_name": "custom-cards/flex-table-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "cb682d1", "last_release_tag": null, "last_updated": "2022-01-26T14:36:09Z", "name": "flex-table-card", "new": false, "repository_manifest": {"name": "Flex Table - Highly customizable, Data visualization", "content_in_root": true, "filename": "flex-table-card.js"}, "selected_tag": null, "show_beta": false, "stars": 100, "topics": ["data-table", "data-visualization", "flexible-table", "high-configurability", "home-automation", "homeassistant", "javascript", "lovelace", "single-file", "table-visualization"], "version_installed": null, "last_fetched": 1643545555.733973}, "196250835": {"authors": [], "category": "plugin", "description": "Show a notification count badge.", "domain": "", "downloads": 0, "etag_repository": "W/\"d213af345d7db9a27bf2ea2ef25e79dacf6f26855b19ff112041253ea4759902\"", "full_name": "custom-cards/favicon-counter", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1611db6", "last_release_tag": "1.0.0", "last_updated": "2019-12-25T19:05:15Z", "name": "favicon-counter", "new": false, "repository_manifest": {"name": "Favicon counter", "filename": "favicon-counter.js"}, "selected_tag": null, "show_beta": false, "stars": 15, "topics": [], "version_installed": null}, "196132939": {"authors": [], "category": "plugin", "description": "Displays a card showing Nintendo Switch games that are on sale from your wish list.", "domain": "", "downloads": 0, "etag_repository": "W/\"034ab46d653b6c33997df4061f06607ad92366356e79857a721e2f70e90cf082\"", "full_name": "custom-cards/nintendo-wishlist-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "33bba15", "last_release_tag": "v2.2.0", "last_updated": "2021-03-04T02:29:13Z", "name": "nintendo-wishlist-card", "new": false, "repository_manifest": {"homeassistant": "0.106.0", "name": "Nintendo Wishlist Card", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": ["home-assistant", "lovelace-ui"], "version_installed": null}, "165156754": {"authors": [], "category": "plugin", "description": "\ud83d\udcb5 Personal Capital Card", "domain": "", "downloads": 0, "etag_repository": "W/\"31c9d4d4d0a5ac723c5fb3d0d983c755fd064c9fe54e127ef6541b6187fd22b0\"", "full_name": "custom-cards/pc-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "033af45", "last_release_tag": "v0.0.3", "last_updated": "2019-10-21T03:36:31Z", "name": "pc-card", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": [], "version_installed": null}, "187247927": {"authors": [], "category": "plugin", "description": null, "domain": "", "downloads": 0, "etag_repository": "W/\"4f60682f70dde07ed3cbc36cbb956747ff96c10800d906e30fb487a141e77721\"", "full_name": "custom-cards/plan-coordinates", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "428ce44", "last_release_tag": "0.1.1", "last_updated": "2021-06-05T21:07:14Z", "name": "plan-coordinates", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 26, "topics": [], "version_installed": null}, "159711605": {"authors": [], "category": "plugin", "description": "Custom entity row for HomeAssistant, providing additional types of data to be displayed in the secondary info area of the Lovelace Entities card", "domain": "", "downloads": 0, "etag_repository": "W/\"e2b2d4fb5748d4f6cd507f5ba8f9f74cca791b63f90aac36753ad8df4101505d\"", "full_name": "custom-cards/secondaryinfo-entity-row", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2ea0f5d", "last_release_tag": "5.0", "last_updated": "2021-06-05T21:12:36Z", "name": "secondaryinfo-entity-row", "new": false, "repository_manifest": {"name": "Secondaryinfo Entity Row", "content_in_root": true, "filename": "secondaryinfo-entity-row.js", "render_readme": true, "homeassistant": "0.88"}, "selected_tag": null, "show_beta": false, "stars": 139, "topics": [], "version_installed": null, "last_fetched": 1642851255.330637}, "146335411": {"authors": [], "category": "plugin", "description": "Custom card for the RMV component.", "domain": "", "downloads": 0, "etag_repository": "W/\"aed6017426e745036438ee6292e92d9f6eed060f0b5cf0dde345c1000c233dcf\"", "full_name": "custom-cards/rmv-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "fcfae8e", "last_release_tag": null, "last_updated": "2020-07-08T15:41:50Z", "name": "rmv-card", "new": false, "repository_manifest": {"name": "RMV Card", "content_in_root": true, "filename": "rmv-card.js"}, "selected_tag": null, "show_beta": false, "stars": 10, "topics": [], "version_installed": null, "last_fetched": 1642184408.432934}, "173955605": {"authors": [], "category": "plugin", "description": "Spotify playlist card for Home Assistant card", "domain": "", "downloads": 0, "etag_repository": "W/\"fb7b7586f33c123b0a687411d89143aa3ae94d39ab2335fdf999485a80d9aa53\"", "full_name": "custom-cards/spotify-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4297715", "last_release_tag": "v2.4.0", "last_updated": "2022-01-13T13:27:21Z", "name": "spotify-card", "new": false, "repository_manifest": {"name": "Spotify Lovelace Card", "render_readme": true, "filename": "spotify-card.js"}, "selected_tag": null, "show_beta": false, "stars": 234, "topics": [], "version_installed": null, "last_fetched": 1643571255.911267}, "248954055": {"authors": [], "category": "plugin", "description": "\ud83d\udee0 group multiple cards into one card without the borders", "domain": "", "downloads": 0, "etag_repository": "W/\"c53ab06284eb34beaf2e41a60b12dc3e9171d32fc9492347e03fd632222476ff\"", "full_name": "custom-cards/stack-in-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6d8401d", "last_release_tag": "0.2.0", "last_updated": "2021-09-02T08:20:44Z", "name": "stack-in-card", "new": false, "repository_manifest": {"name": "Stack In Card", "render_readme": true, "filename": "stack-in-card.js"}, "selected_tag": null, "show_beta": false, "stars": 94, "topics": [], "version_installed": null, "last_fetched": 1642851258.621061}, "142038085": {"authors": [], "category": "plugin", "description": "Give you the specified attribute of an entity", "domain": "", "downloads": 0, "etag_repository": "W/\"87b39249865fa32721730bcbb01e80fb8bccb39c6a4b4080b4e249806cab8505\"", "full_name": "custom-cards/state-attribute-element", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6e4da57", "last_release_tag": "0.4.0", "last_updated": "2020-02-29T16:14:12Z", "name": "state-attribute-element", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 22, "topics": [], "version_installed": null, "last_fetched": 1642004410.770395}, "142344403": {"authors": [], "category": "plugin", "description": "Give you the option to prefix the state-label with a formated string.", "domain": "", "downloads": 0, "etag_repository": "W/\"aef3f92198df3902138cf66fb65e9d09313f4647434c9bfa738d2ca2bf22149e\"", "full_name": "custom-cards/state-element", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f5f596a", "last_release_tag": "0.0.1", "last_updated": "2020-08-11T08:32:17Z", "name": "state-element", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 17, "topics": [], "version_installed": null, "last_fetched": 1643571255.535518}, "185304888": {"authors": [], "category": "plugin", "description": null, "domain": "", "downloads": 0, "etag_repository": "W/\"61aedf68e2d804c79f8fbb08f3789af599f239d9ccfc5415a72df9b0495e79c1\"", "full_name": "custom-cards/text-action-element", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "24dffd9", "last_release_tag": "0.1.0", "last_updated": "2019-06-03T04:44:08Z", "name": "text-action-element", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": [], "version_installed": null}, "141897999": {"authors": [], "category": "plugin", "description": "An element that can be used to show static text on the `picture-elements` card", "domain": "", "downloads": 0, "etag_repository": "W/\"8efbf1393fdcae4b5e2158f1b53bd674553016d06dd74943831d19deb24c363f\"", "full_name": "custom-cards/text-element", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "be4ea0f", "last_release_tag": "0.0.2", "last_updated": "2018-07-22T19:11:28Z", "name": "text-element", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 14, "topics": [], "version_installed": null, "last_fetched": 1643571255.633078}, "145143666": {"authors": [], "category": "plugin", "description": "Show the current logged in user.", "domain": "", "downloads": 0, "etag_repository": "W/\"32a79f051901d55034a0fd116d18e612fea86a59a7573a3f6be11e493c1b2de4\"", "full_name": "custom-cards/username-element", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "bfc0791", "last_release_tag": "0.0.1", "last_updated": "2021-06-05T21:07:05Z", "name": "username-element", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": [], "version_installed": null}, "146783593": {"authors": [], "category": "plugin", "description": "\ud83d\udcfa A card to display upcoming episodes and movies from services like: Plex, Kodi, Radarr, Sonarr, and Trakt.", "domain": "", "downloads": 0, "etag_repository": "W/\"bfc3b4b6bd2799ceab9ed057c07b7cf9f8bdd90a4fc2b0ae9f6e5805d68d020b\"", "full_name": "custom-cards/upcoming-media-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c0c83a1", "last_release_tag": "0.4.3", "last_updated": "2021-07-11T00:25:33Z", "name": "upcoming-media-card", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 160, "topics": [], "version_installed": null, "last_fetched": 1643571255.9652}, "147764937": {"authors": [], "category": "plugin", "description": "A custom component for displaying camera feeds in the style of a surveillance system.", "domain": "", "downloads": 0, "etag_repository": "W/\"b44fcc6a2d53292298bfe78a00bc5b586a68c6e723a080e7b81cc07b2209bfb3\"", "full_name": "custom-cards/surveillance-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "290acf7", "last_release_tag": "0.0.5", "last_updated": "2022-01-13T21:20:48Z", "name": "surveillance-card", "new": false, "repository_manifest": {"name": "surveillance-card", "content_in_root": true, "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 146, "topics": [], "version_installed": null, "last_fetched": 1643545555.766685}, "203294272": {"authors": [], "category": "plugin", "description": "All your unused entities in a list", "domain": "", "downloads": 0, "etag_repository": "W/\"29df501a32f9fbe5818962c9538c969551778294bbe7ba4e994fba03b9c7effa\"", "full_name": "custom-cards/unused-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "32a053e", "last_release_tag": "1.1", "last_updated": "2021-08-12T04:05:00Z", "name": "unused-card", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 23, "topics": [], "version_installed": null}, "192835334": {"authors": [], "category": "plugin", "description": "Home Assistant Lovelace card to lock entire cards behind passwords or prompts.", "domain": "", "downloads": 0, "etag_repository": "W/\"5792c656ce3a4dac0dd95cd6a482a6a0cea84a683f4a60bdf18f1c169e6de568\"", "full_name": "CyrisXD/love-lock-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c82e15d", "last_release_tag": null, "last_updated": "2022-01-17T23:16:50Z", "name": "love-lock-card", "new": false, "repository_manifest": {"name": "Lovelace Lock Card", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 95, "topics": [], "version_installed": null, "last_fetched": 1642520510.86734}, "254206234": {"authors": [], "category": "plugin", "description": "Home Assistant Lovelace custom card to use with Spain electricity hourly pricing (PVPC) integration", "domain": "", "downloads": 0, "etag_repository": "W/\"36f4aba0c261585c89ef93d483a54554fbf9c8c75762fb6f39f7109b5053c414\"", "full_name": "danimart1991/pvpc-hourly-pricing-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "8d07f23", "last_release_tag": "1.5.1", "last_updated": "2021-10-26T08:56:57Z", "name": "pvpc-hourly-pricing-card", "new": false, "repository_manifest": {"name": "PVPC Hourly Pricing Card", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 50, "topics": ["esios", "graphics", "hacs", "home-assistant", "home-assistant-custom", "home-assistant-hacs", "home-automation", "lovelace", "lovelace-card", "lovelace-custom-card", "lovelace-ui", "pvpc", "ree"], "version_installed": null, "last_fetched": 1643571256.248662}, "296396632": {"authors": [], "category": "plugin", "description": "Lovelace card for listing departures from Rejseplanen sensors, in the style of S-Tog departure boards.", "domain": "", "downloads": 0, "etag_repository": "W/\"602d6041a65f49180257a59874b8c4f8603db7e30b36dd6e03cb60b24104fe0d\"", "full_name": "DarkFox/rejseplanen-stog-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "568114a", "last_release_tag": "1.5.0", "last_updated": "2021-08-12T21:33:55Z", "name": "rejseplanen-stog-card", "new": false, "repository_manifest": {"name": "Rejseplanen S-Tog Card", "country": ["DK"]}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["denmark", "hacs", "home-assistant", "lovelace-card", "lovelace-ui", "rejseplanen", "rejseplanen-sensors"], "version_installed": null}, "195497310": {"authors": [], "category": "plugin", "description": "Custom Animated Weather Card for any weather provider", "domain": "", "downloads": 0, "etag_repository": "W/\"a72483ccca41e91d31d13e31969ed428838f0b072a14a6a271dbf797c0ed087e\"", "full_name": "DavidFW1960/bom-weather-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "ab874c7", "last_release_tag": "0.91", "last_updated": "2022-01-28T03:32:56Z", "name": "bom-weather-card", "new": false, "repository_manifest": {"name": "Custom Animated Weather Card", "content_in_root": true, "filename": "bom-weather-card.js", "country": ["IT", "FR", "DE", "NL", "PL", "HE", "RU", "DA", "UA", "EN"]}, "selected_tag": null, "show_beta": false, "stars": 94, "topics": ["bom", "home-assistant", "home-automation", "homeassistant", "weather-forecast"], "version_installed": null, "last_fetched": 1643571256.310447}, "198066338": {"authors": [], "category": "plugin", "description": "Lovelace card for listing departures from Rejseplanen sensors", "domain": "", "downloads": 0, "etag_repository": "W/\"0207f155e5f45200428e9b4cbac8a1f842026d1d51a7618f2d2d0a74f3759d1b\"", "full_name": "DarkFox/rejseplanen-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5b6eed3", "last_release_tag": "1.5.4", "last_updated": "2021-08-11T08:32:56Z", "name": "rejseplanen-card", "new": false, "repository_manifest": {"name": "Rejseplanen Card", "country": ["DK"]}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["denmark", "hacs", "home-assistant", "lovelace-card", "lovelace-ui", "rejseplanen", "rejseplanen-card", "rejseplanen-sensors"], "version_installed": null}, "273007955": {"authors": [], "category": "plugin", "description": "Lovelace pie chart card that displays current energy usage", "domain": "", "downloads": 0, "etag_repository": "W/\"194ea82a8e02ed8639d583821b2ec65a0efd7a10032c540098de4f0602cc5f4f\"", "full_name": "DBa2016/power-usage-card-regex", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "cf6d4cd", "last_release_tag": null, "last_updated": "2021-06-24T17:07:11Z", "name": "power-usage-card-regex", "new": false, "repository_manifest": {"name": "Power Usage Card with Regular Expressions", "content_in_root": true, "filename": "power-usage-card-regex.js", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 7, "topics": ["homeassistant", "lovelace-custom-card", "power-usage"], "version_installed": null}, "231145540": {"authors": [], "category": "plugin", "description": "A card giving richer public transit display using NextBus sensors.", "domain": "", "downloads": 0, "etag_repository": "W/\"f072ad6dcdd3a7e4ee3f7230b3a89fae834d53ec5c05909652afa7e96c0aa419\"", "full_name": "dcramer/lovelace-nextbus-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4f69bcb", "last_release_tag": "0.2.0", "last_updated": "2021-08-11T20:36:30Z", "name": "lovelace-nextbus-card", "new": false, "repository_manifest": {"name": "NextBus Card", "render_readme": true, "filename": "nextbus-card.js"}, "selected_tag": null, "show_beta": false, "stars": 7, "topics": ["hacs", "homeassistant", "lovelace-custom-card", "nextbus", "public-transit"], "version_installed": null}, "269011342": {"authors": [], "category": "plugin", "description": "Shutter card for Home Assistant Lovelace UI", "domain": "", "downloads": 0, "etag_repository": "W/\"86472f7d6fc3dd343780e85ef08eba7fc55e12955ca12a72b4d7d9d4f8152942\"", "full_name": "Deejayfool/hass-shutter-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7b2c711", "last_release_tag": "v1.3.0", "last_updated": "2021-11-16T22:54:27Z", "name": "hass-shutter-card", "new": false, "repository_manifest": {"name": "Shutter Card", "filename": "hass-shutter-card.js", "render_readme": true, "homeassistant": "2021.11.0"}, "selected_tag": null, "show_beta": false, "stars": 145, "topics": ["custom-cards", "hacs", "hassio", "home-assistant", "lovelace"], "version_installed": null, "last_fetched": 1643545555.858301}, "274738925": {"authors": [], "category": "plugin", "description": "Air Purifier card for Home Assistant Lovelace UI", "domain": "", "downloads": 0, "etag_repository": "W/\"19dec665a9b1a2f6489e66fd5a9be8d934291c24d2b63d2d9443338417005153\"", "full_name": "denysdovhan/purifier-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7809eca", "last_release_tag": "v2.0.0", "last_updated": "2022-01-28T19:36:57Z", "name": "purifier-card", "new": false, "repository_manifest": {"name": "Purifier Card", "render_readme": true, "filename": "purifier-card.js"}, "selected_tag": null, "show_beta": false, "stars": 122, "topics": ["air-purifier", "custom-cards", "hacs", "hass", "home-assistant", "homeassistant", "lovelace", "purifier", "smart-home"], "version_installed": null, "last_fetched": 1643571256.537146}, "193262086": {"authors": [], "category": "plugin", "description": "Home assistant remote control", "domain": "", "downloads": 0, "etag_repository": "W/\"cc8680b011dfd896db7b36f6d419c1cf858bc8c496dddaa9b50665399ddb56d3\"", "full_name": "dimagoltsman/content-card-remote-control", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f4acaf4", "last_release_tag": null, "last_updated": "2020-09-27T22:35:55Z", "name": "content-card-remote-control", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": [], "version_installed": null}, "197929015": {"authors": [], "category": "plugin", "description": "Custom Lovelace card that displays ZHA network and device information", "domain": "", "downloads": 0, "etag_repository": "W/\"ce5adeca685e413778637681604f88398d720f141295291930ccff183e3eca0e\"", "full_name": "dmulcahey/zha-network-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b6b05fa", "last_release_tag": null, "last_updated": "2020-11-25T23:16:49Z", "name": "zha-network-card", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 66, "topics": [], "version_installed": null, "last_fetched": 1643571256.386886}, "261291295": {"authors": [], "category": "plugin", "description": "Vacuum cleaner card for Home Assistant Lovelace UI", "domain": null, "downloads": 0, "etag_repository": "W/\"890042e1b4c82e73ca1306814804e745160d4d630d3154daa48069e8b26d745c\"", "full_name": "denysdovhan/vacuum-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "8a241cf", "last_release_tag": "v2.2.5", "last_updated": "2022-01-25T00:31:56Z", "name": "vacuum-card", "new": false, "repository_manifest": {"name": "Vacuum Card", "render_readme": true, "filename": "vacuum-card.js"}, "selected_tag": null, "show_beta": false, "stars": 504, "topics": ["custom-cards", "hacs", "hass", "home-assistant", "homeassistant", "lovelace", "robot-vacuum", "vacuum"], "version_installed": null, "last_fetched": 1643545556.376485}, "263901624": {"authors": [], "category": "plugin", "description": "Generic Remote control card for HACS", "domain": null, "downloads": 0, "etag_repository": "W/\"ab3903cba24841ea6915d87fb05145e61226d1269a8ee761045803a678b5cf09\"", "full_name": "dimagoltsman/generic-remote-control-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "92bb62c", "last_release_tag": "0.2.5", "last_updated": "2022-01-29T10:30:37Z", "name": "generic-remote-control-card", "new": false, "repository_manifest": {"name": "Generic Remote Control Card", "description": "a remote control card that can be used with any HA service", "content_in_root": false, "filename": "generic-remote-control-card.js", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 45, "topics": [], "version_installed": null, "last_fetched": 1643545556.983797}, "265313034": {"authors": [], "category": "plugin", "description": "a refreshable picture card for HACS", "domain": "", "downloads": 0, "etag_repository": "W/\"60ba9e4e6835842057753caac0eb6e0bc6b5cb127786a636ff5039e17a337575\"", "full_name": "dimagoltsman/refreshable-picture-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7f02a56", "last_release_tag": "0.1.6", "last_updated": "2021-12-03T09:17:49Z", "name": "refreshable-picture-card", "new": false, "repository_manifest": {"name": "Refreshable picture card", "description": "a picture that can be loaded from url or entity attribute and refreshed every N seconds", "content_in_root": false, "filename": "refreshable-picture-card.js", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 13, "topics": [], "version_installed": null, "last_fetched": 1641217384.705725}, "157674859": {"authors": [], "category": "plugin", "description": "A Lovelace card showing air quality data from airvisual.com. Requires the AirVisual component.", "domain": "", "downloads": 0, "etag_repository": "W/\"ad230b82927a5524b26c8234af913e9eea9631849c9596ab89d988286b6cf556\"", "full_name": "dnguyen800/air-visual-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "afd7a87", "last_release_tag": "2.0.1", "last_updated": "2021-12-03T01:41:18Z", "name": "air-visual-card", "new": false, "repository_manifest": {"name": "Air Visual Card"}, "selected_tag": null, "show_beta": false, "stars": 68, "topics": ["air-quality", "air-visual", "home-assistant", "lovelace"], "version_installed": null, "last_fetched": 1643571256.919525}, "236664033": {"authors": [], "category": "plugin", "description": ":point_up_2: Swipe Glance Card", "domain": "", "downloads": 0, "etag_repository": "W/\"f7f26273e0f631e4d3e3903469ffc0c68b23f4d038f78eb1b111f502d3b2831f\"", "full_name": "dooz127/swipe-glance-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9b4f41a", "last_release_tag": "0.3", "last_updated": "2021-08-11T22:48:45Z", "name": "swipe-glance-card", "new": false, "repository_manifest": {"name": "Swipe Glance Card", "render_readme": true, "filename": "swipe-glance-card.js"}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": ["automation", "custom-cards", "hass", "home-assistant", "homeassistant", "lovelace"], "version_installed": null}, "260597137": {"authors": [], "category": "plugin", "description": "\u7528\u4e8eLovelace\u7684\u5c0f\u7c73\u7a7a\u6c14\u51c0\u5316\u5668\u5361\u7247", "domain": "", "downloads": 0, "etag_repository": "W/\"075bcd8ee0ea615f4674939b08ecb1ccf729392feb141ed07884ca121edc4b86\"", "full_name": "fineemb/lovelace-air-filter-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a20f6b2", "last_release_tag": "v1.1.3", "last_updated": "2021-09-13T17:10:23Z", "name": "lovelace-air-filter-card", "new": false, "repository_manifest": {"name": "Air Purifier Card", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 13, "topics": [], "version_installed": null}, "247134044": {"authors": [], "category": "plugin", "description": "A simple lovelace multiline text input card", "domain": "", "downloads": 0, "etag_repository": "W/\"db6335f5c5e49247a555a6629b47f7bbc02f28f395eed1a415dcd06b13ceb8c2\"", "full_name": "faeibson/lovelace-multiline-text-input-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7b5040b", "last_release_tag": "1.0.4", "last_updated": "2020-10-15T00:16:17Z", "name": "lovelace-multiline-text-input-card", "new": false, "repository_manifest": {"name": "Multiline Text Input Card", "render_readme": false}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": ["home-assistant", "home-assistant-frontend", "lovelace", "lovelace-card", "lovelace-ui", "multiline", "text-input"], "version_installed": null, "last_fetched": 1642430751.060108}, "307058107": {"authors": [], "category": "plugin", "description": "\u8f66\u8f86\u4eea\u8868\u76d8", "domain": "", "downloads": 0, "etag_repository": "W/\"2544289ec2bfb4dd4fe67da3a14fa0738d3694391a67db5c5d4f5a2618b2129e\"", "full_name": "fineemb/lovelace-car-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a28bca5", "last_release_tag": null, "last_updated": "2020-11-01T23:45:40Z", "name": "lovelace-car-card", "new": false, "repository_manifest": {"name": "Car card", "render_readme": true, "country": ["CN"]}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["car", "hacs", "hass", "lovelace", "lovelace-custom-card", "lynkco"], "version_installed": null, "last_fetched": 1642851273.180509}, "286408741": {"authors": [], "category": "plugin", "description": "A Lovelace card to display Norwegian mail delivery days", "domain": "", "downloads": 0, "etag_repository": "W/\"0467bc0a8b50ba2714978be3a5fd98815de27d47980f6e086025bc4a9d6fa8bc\"", "full_name": "ezand/lovelace-posten-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3a00f67", "last_release_tag": "1.0.1", "last_updated": "2021-08-12T20:35:21Z", "name": "lovelace-posten-card", "new": false, "repository_manifest": {"name": "Posten Card", "render_readme": true, "filename": "posten-card.js", "country": ["NO"]}, "selected_tag": null, "show_beta": false, "stars": 13, "topics": ["home-assistant", "lovelace-card", "mail-delivery"], "version_installed": null, "last_fetched": 1643571257.298487}, "259784620": {"authors": [], "category": "plugin", "description": "\u590d\u523b\u5b98\u65b9Lovelace\u5730\u56fe\u5361\u7247,\u57fa\u4e8e\u9ad8\u5fb7\u5730\u56fe", "domain": "", "downloads": 0, "etag_repository": "W/\"fbeb8bfee8584e4143adfbd65499ec2193331465c0eebc505ee932c7df4ecbe9\"", "full_name": "fineemb/lovelace-cn-map-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "fce3dbf", "last_release_tag": "v1.2.7", "last_updated": "2020-10-26T06:35:55Z", "name": "lovelace-cn-map-card", "new": false, "repository_manifest": {"name": "Gaode Map card", "render_readme": true, "country": ["CN"]}, "selected_tag": null, "show_beta": false, "stars": 31, "topics": [], "version_installed": null, "last_fetched": 1643571257.389109}, "291480917": {"authors": [], "category": "plugin", "description": "\u8fd9\u662f\u4e00\u4e2a\u9002\u7528\u4e8e\u5f69\u4e91\u5929\u6c14\u96c6\u6210\u7684Lovelace\u5361\u7247", "domain": "", "downloads": 0, "etag_repository": "W/\"f856d3d1f949c329769595c344b7f5459355652219f6274ada54e844b8c09931\"", "full_name": "fineemb/lovelace-colorfulclouds-weather-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1910cb7", "last_release_tag": "v1.3.2", "last_updated": "2022-01-06T15:47:26Z", "name": "lovelace-colorfulclouds-weather-card", "new": false, "repository_manifest": {"name": "Colorfulclouds Weather Card", "render_readme": true, "filename": "colorfulclouds-weather-card.js", "country": ["CN"]}, "selected_tag": null, "show_beta": false, "stars": 18, "topics": ["lovelace-custom-card", "weather"], "version_installed": null, "last_fetched": 1642094184.714186}, "240906060": {"authors": [], "category": "plugin", "description": "\u6590\u8bafDC1\u6392\u63d2\u7684Lovelace\u5361\u7247", "domain": "", "downloads": 0, "etag_repository": "W/\"a02559ee163f878edc0e208d5a15967f1f74b984f29fce971901e78416c58a93\"", "full_name": "fineemb/lovelace-dc1-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4c2c109", "last_release_tag": "v1.2.0", "last_updated": "2020-08-26T08:19:40Z", "name": "lovelace-dc1-card", "new": false, "repository_manifest": {"name": "PHICOMM DC1 card", "render_readme": true, "country": ["CN"]}, "selected_tag": null, "show_beta": false, "stars": 17, "topics": [], "version_installed": null}, "214792276": {"authors": [], "category": "plugin", "description": "Xiaomi Smartmi Fan Lovelace card for HASS/Home Assistant.", "domain": "", "downloads": 0, "etag_repository": "W/\"558c08119f3b617d10d8903b7ce7da576ddcdc8be7b2d7421900c99822878e94\"", "full_name": "fineemb/lovelace-fan-xiaomi", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "54a9958", "last_release_tag": "v1.3.4", "last_updated": "2021-05-13T17:12:08Z", "name": "lovelace-fan-xiaomi", "new": false, "repository_manifest": {"name": "Xiaomi Fan Lovelace Card", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 36, "topics": [], "version_installed": null}, "237887092": {"authors": [], "category": "plugin", "description": "Thermostat Lovelace card", "domain": "", "downloads": 0, "etag_repository": "W/\"c912250356c6845ac64570a974f91a1885c435e94d0102d1906330e007c67081\"", "full_name": "fineemb/lovelace-thermostat-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f95cd32", "last_release_tag": "v1.3.0", "last_updated": "2020-11-23T15:27:28Z", "name": "lovelace-thermostat-card", "new": false, "repository_manifest": {"name": "Climate thermostat card", "render_readme": true, "filename": "main.js"}, "selected_tag": null, "show_beta": false, "stars": 66, "topics": [], "version_installed": null, "last_fetched": 1642430753.764389}, "250552447": {"authors": [], "category": "plugin", "description": "Provides a customizable button row for binary entities in Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"89d556071237538ab871cd456be7ca2640ab9366c1996c2372d08aad46b90930\"", "full_name": "finity69x2/binary-control-button-row", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "ed9d1bd", "last_release_tag": "1.7", "last_updated": "2021-06-05T12:09:32Z", "name": "binary-control-button-row", "new": false, "repository_manifest": {"name": "Binary Control Button Row", "filename": "binary-control-button-row.js"}, "selected_tag": null, "show_beta": false, "stars": 16, "topics": [], "version_installed": null}, "191663150": {"authors": [], "category": "plugin", "description": "Provides a means to show a compact graphical control row for 2 or 3 speed fans in Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"ac3481d7dcafdd53963e5fc7b0858ffe7ff50987a8f1f4ad58456717e8bf7841\"", "full_name": "finity69x2/fan-control-entity-row", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e4d1e91", "last_release_tag": "2.2", "last_updated": "2021-06-05T12:04:09Z", "name": "fan-control-entity-row", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 55, "topics": [], "version_installed": null}, "287409957": {"authors": [], "category": "plugin", "description": "button row for controlling open/close covers in Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"65c1028268517ce660410e76bbd074d46e8dfd22f5d2fbd16e15448c94210f20\"", "full_name": "finity69x2/cover-control-button-row", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "dff851f", "last_release_tag": "1.4", "last_updated": "2021-07-29T21:53:08Z", "name": "cover-control-button-row", "new": false, "repository_manifest": {"name": "Cover Control Button Row", "filename": "cover-control-button-row.js"}, "selected_tag": null, "show_beta": false, "stars": 10, "topics": ["cover", "lovelace-ui", "plugin"], "version_installed": null, "last_fetched": 1641587896.016816}, "286860710": {"authors": [], "category": "plugin", "description": "pluig-in for Home Assistant that provides an easy means set 3 fixed positions for a programmable cover entity.", "domain": "", "downloads": 0, "etag_repository": "W/\"04435ef1c6d405e987371f257801d69ea4facfdb554119435f59571b45b01559\"", "full_name": "finity69x2/cover-position-preset-row", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "0784c07", "last_release_tag": "1.4", "last_updated": "2021-07-29T21:44:05Z", "name": "cover-position-preset-row", "new": false, "repository_manifest": {"name": "Cover Position Preset Row", "filename": "cover-position-preset-row.js"}, "selected_tag": null, "show_beta": false, "stars": 12, "topics": ["cover", "lovelace-custom-card", "plugin"], "version_installed": null}, "226862969": {"authors": [], "category": "plugin", "description": "Provides a means to program 3 preset brightness settings for dimmable lights in Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"e7bea0388fdf9d1eebb4783e0945a865a2234944d2fc57bc766c314577b17ae2\"", "full_name": "finity69x2/light-brightness-preset-row", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "df6810d", "last_release_tag": "2.1", "last_updated": "2021-12-13T04:02:13Z", "name": "light-brightness-preset-row", "new": false, "repository_manifest": {"name": "Light Brightness Preset Row", "filename": "light-brightness-preset-row.js"}, "selected_tag": null, "show_beta": false, "stars": 19, "topics": [], "version_installed": null, "last_fetched": 1643571257.824531}, "245239101": {"authors": [], "category": "plugin", "description": "Allows preloading of Lovelace cards as a work around for changes in Home Assistant 0.107", "domain": "", "downloads": 0, "etag_repository": "W/\"c283b069259438fad8ceaf5e294767c7ea06e9962e33018045fd13b3f6b8debd\"", "full_name": "gadgetchnnel/lovelace-card-preloader", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "49e93da", "last_release_tag": "0.0.5", "last_updated": "2021-04-30T16:48:45Z", "name": "lovelace-card-preloader", "new": false, "repository_manifest": {"name": "Lovelace Card Preloader", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 19, "topics": [], "version_installed": null}, "182113743": {"authors": [], "category": "plugin", "description": "A custom Lovelace text input row for use in entities cards", "domain": "", "downloads": 0, "etag_repository": "W/\"04d0b71f139b7f329dab33d54a018623f75e5acc7b6bc63cb75f71229d444c64\"", "full_name": "gadgetchnnel/lovelace-text-input-row", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2b1e1ff", "last_release_tag": "v0.0.8", "last_updated": "2020-08-18T05:04:31Z", "name": "lovelace-text-input-row", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 22, "topics": [], "version_installed": null, "last_fetched": 1642851279.347631}, "184333163": {"authors": [], "category": "plugin", "description": "Custom Lovelace card which allows Jinja2 templates to be applied to other cards", "domain": "", "downloads": 0, "etag_repository": "W/\"4f10e7fd36f630773b6aad50762105b1516829de3da77c3ed7d1e5883c8218a9\"", "full_name": "gadgetchnnel/lovelace-card-templater", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b7161d5", "last_release_tag": "0.0.17", "last_updated": "2022-01-26T16:33:55Z", "name": "lovelace-card-templater", "new": false, "repository_manifest": {"name": "Lovelace Card Templater", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 70, "topics": [], "version_installed": null, "last_fetched": 1643571258.004218}, "250865851": {"authors": [], "category": "plugin", "description": "\ud83d\udcc2 Folder Card for Home Assistant's Lovelace UI", "domain": "", "downloads": 0, "etag_repository": "W/\"5e49983c3cf21457c46edc8e9da11291f3aecce05472a5180fb46cfe3dd7afad\"", "full_name": "GeorgeSG/lovelace-folder-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "da75f81", "last_release_tag": "0.4.0", "last_updated": "2021-08-12T05:08:36Z", "name": "lovelace-folder-card", "new": false, "repository_manifest": {"name": "Folder Card", "render_readme": true, "filename": "folder-card.js"}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["home-assistant", "homeassistant", "lovelace", "lovelace-card", "lovelace-custom-card"], "version_installed": null, "last_fetched": 1642430758.837678}, "174016256": {"authors": [], "category": "plugin", "description": "A custom Lovelace card for displaying a combination of persistent notifications, calendar events, and entities in the style of a feed.", "domain": "", "downloads": 0, "etag_repository": "W/\"d8601abc5034d49e3fe60f69798a776ae60679abeff5a7409686f63e66442042\"", "full_name": "gadgetchnnel/lovelace-home-feed-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c0fc43c", "last_release_tag": "0.6.3", "last_updated": "2021-11-15T07:58:31Z", "name": "lovelace-home-feed-card", "new": false, "repository_manifest": {"name": "Lovelace Home Feed Card", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 148, "topics": [], "version_installed": null, "last_fetched": 1641058170.612333}, "261262884": {"authors": [], "category": "plugin", "description": "\ud83d\udd70\ufe0f Time Picker Card for Home Assistant's Lovelace UI", "domain": "", "downloads": 0, "etag_repository": "W/\"9392d4b303edd781dd59d733df139142e020d676454335b98f385b47b9c5f68f\"", "full_name": "GeorgeSG/lovelace-time-picker-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e5c16c2", "last_release_tag": "1.2.1", "last_updated": "2022-01-21T22:34:00Z", "name": "lovelace-time-picker-card", "new": false, "repository_manifest": {"name": "Time Picker Card", "render_readme": true, "filename": "time-picker-card.js"}, "selected_tag": null, "show_beta": false, "stars": 127, "topics": ["home-assistant", "homeassistant", "lovelace", "lovelace-card", "lovelace-custom-card"], "version_installed": null, "last_fetched": 1643571258.185397}, "160042309": {"authors": [], "category": "plugin", "description": "An intuitive way to represent the power and energy that your home is consuming or producing. (A custom card for the Lovelace UI of Home Assistant.)", "domain": "", "downloads": 0, "etag_repository": "W/\"a50936990f55a8c2649eb757d5b80be4cbd084dbe915ff3b5ef5f24c76e9bc8b\"", "full_name": "gurbyz/power-wheel-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d136d6d", "last_release_tag": "v0.1.5", "last_updated": "2020-12-18T12:01:38Z", "name": "power-wheel-card", "new": false, "repository_manifest": {"name": "Power wheel card"}, "selected_tag": null, "show_beta": false, "stars": 132, "topics": ["custom-card", "energy", "home-assistant", "lovelace-ui", "solar-panels"], "version_installed": null, "last_fetched": 1643571258.28203}, "220679143": {"authors": [], "category": "plugin", "description": "Lovelace Departure Card for the HASL Platform", "domain": "", "downloads": 0, "etag_repository": "W/\"5bd002adf74579a468e652e8002cb2b9e33af619a0d9d1862e76b733ff5bc1a7\"", "full_name": "hasl-sensor/lovelace-hasl-departure-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "029e094", "last_release_tag": "v2.5.0", "last_updated": "2022-01-08T23:27:15Z", "name": "lovelace-hasl-departure-card", "new": false, "repository_manifest": {"name": "HASL Departure Card", "content_in_root": false, "render_readme": false, "filename": "hasl-departure-card.js", "homeassistant": "0.92", "zip_release": false}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": ["departures", "hasl", "sl", "stockholms-lokaltrafik"], "version_installed": null, "last_fetched": 1641895781.615156}, "220679530": {"authors": [], "category": "plugin", "description": "Lovelace Traffic Status Card for the HASL Platform", "domain": "", "downloads": 0, "etag_repository": "W/\"287db3f3718be02514d2e7959c933de3d9fc18910396cf456ae5591824beed85\"", "full_name": "hasl-sensor/lovelace-hasl-traffic-status-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "fdf9915", "last_release_tag": "v2.3.1", "last_updated": "2020-03-04T12:20:16Z", "name": "lovelace-hasl-traffic-status-card", "new": false, "repository_manifest": {"name": "HASL Traffic Status Card", "content_in_root": false, "render_readme": false, "filename": "hasl-traffic-status-card.js", "homeassistant": "0.92", "zip_release": false}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["hasl", "sl", "stockholms-lokaltrafik", "traffic-status"], "version_installed": null}, "304967918": {"authors": [], "category": "plugin", "description": "Replace input_number sliders with plus and minus buttons", "domain": "", "downloads": 0, "etag_repository": "W/\"01f7cbb8f1568748d951821553bc7a0fd18823c0aa1114ea2afdd1f1755bacf7\"", "full_name": "htmltiger/numberbox-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "09a2646", "last_release_tag": "3.3", "last_updated": "2022-01-01T17:31:32Z", "name": "numberbox-card", "new": false, "repository_manifest": {"name": "Number Box", "filename": "numberbox-card.js", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 45, "topics": ["hacs", "home-assistant", "input", "lovelace", "lovelace-card", "lovelace-cards", "lovelace-custom-card", "lovelace-ui", "number", "numberbox-card", "slider"], "version_installed": null, "last_fetched": 1642851284.44118}, "145142810": {"authors": [], "category": "plugin", "description": "\ud83d\udce6 Aftership Card for package tracking", "domain": null, "downloads": 0, "etag_repository": "W/\"b4224e384df0e53e864d0f89b89209cf42170e1a9aac7180e5ce00a0ca0036be\"", "full_name": "iantrich/aftership-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3fb1033", "last_release_tag": "1.2.2", "last_updated": "2021-08-11T00:00:14Z", "name": "aftership-card", "new": false, "repository_manifest": {"name": "Aftership Card", "render_readme": true, "filename": "aftership-card.js"}, "selected_tag": null, "show_beta": false, "stars": 40, "topics": [], "version_installed": null, "last_fetched": 1643545557.505481}, "172177543": {"authors": [], "category": "plugin", "description": "\ud83d\udcdd Templatable Lovelace Configurations", "domain": "", "downloads": 0, "etag_repository": "W/\"f0b41b5f0da58b96077417a7c86393a6b74bcbed7342b82ff18134f9490c33c6\"", "full_name": "iantrich/config-template-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d7bedfe", "last_release_tag": "1.3.6", "last_updated": "2021-10-06T03:36:41Z", "name": "config-template-card", "new": false, "repository_manifest": {"name": "Config Template Card", "render_readme": true, "homeassistant": "0.110.0"}, "selected_tag": null, "show_beta": false, "stars": 221, "topics": [], "version_installed": null, "last_fetched": 1643571258.590069}, "175927964": {"authors": [], "category": "plugin", "description": "\ud83c\udfa7 Podcast Player Card", "domain": "", "downloads": 0, "etag_repository": "W/\"739ace3027accc781d0077f47d0c969e3e03811aa25d983a9c85998ef77dc859\"", "full_name": "iantrich/podcast-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1dd0645", "last_release_tag": "1.0.9", "last_updated": "2021-08-11T16:06:20Z", "name": "podcast-card", "new": false, "repository_manifest": {"name": "Podcast Card", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 21, "topics": [], "version_installed": null}, "215633404": {"authors": [], "category": "plugin", "description": "\ud83d\udd12 Apply restrictions to Lovelace cards", "domain": "", "downloads": 0, "etag_repository": "W/\"6ab775e976f6ab9ce868c33664f4fada9b3dacc339967f8462a2aa241713e4f5\"", "full_name": "iantrich/restriction-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "55732c0", "last_release_tag": "1.2.7", "last_updated": "2021-12-17T16:38:44Z", "name": "restriction-card", "new": false, "repository_manifest": {"name": "Restriction Card", "render_readme": true, "homeassistant": "0.110.0"}, "selected_tag": null, "show_beta": false, "stars": 135, "topics": ["custom-card", "home-assistant", "lovelace", "security"], "version_installed": null, "last_fetched": 1643571258.749342}, "164367214": {"authors": [], "category": "plugin", "description": "\ud83d\udcfa Roku Remote Card", "domain": "", "downloads": 0, "etag_repository": "W/\"02360b373eb01e4a7f29e255bf6964d3527df6296165f8afeb7fc1b8def9c8af\"", "full_name": "iantrich/roku-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4cb653a", "last_release_tag": "1.2.4", "last_updated": "2021-12-17T16:27:36Z", "name": "roku-card", "new": false, "repository_manifest": {"name": "Roku Card", "render_readme": true, "homeassistant": "0.110.0"}, "selected_tag": null, "show_beta": false, "stars": 83, "topics": ["custom-card", "home-assistant", "lovelace", "roku"], "version_installed": null, "last_fetched": 1643571258.8153}, "179788256": {"authors": [], "category": "plugin", "description": "\ud83d\uddc2 Text Divider Row", "domain": "", "downloads": 0, "etag_repository": "W/\"7782c3003421741167de65ce0ae4561ef5db4855a2e7d52849a124faa7a112de\"", "full_name": "iantrich/text-divider-row", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d8e7915", "last_release_tag": "1.4.1", "last_updated": "2021-12-17T16:35:28Z", "name": "text-divider-row", "new": false, "repository_manifest": {"name": "Text Divider Row", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 49, "topics": ["homeassistant", "lovelace"], "version_installed": null, "last_fetched": 1642851286.047456}, "181124811": {"authors": [], "category": "plugin", "description": "\u2b55 Radial Menu Element", "domain": "", "downloads": 0, "etag_repository": "W/\"7861d7d9abfc60c3e5019c6aa6b5aa6535b34c30d13d2599e1549618cadd1197\"", "full_name": "iantrich/radial-menu", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "688e6c9", "last_release_tag": "1.6.0", "last_updated": "2020-06-30T03:42:08Z", "name": "radial-menu", "new": false, "repository_manifest": {"name": "Radial Menu Element", "render_readme": true, "homeassistant": "0.110.0"}, "selected_tag": null, "show_beta": false, "stars": 54, "topics": [], "version_installed": null, "last_fetched": 1643571258.687765}, "194824532": {"authors": [], "category": "plugin", "description": "Weather Card with animated icons for Home Assistant Lovelace adapted to display all informations from M\u00e9t\u00e9o France integration", "domain": "", "downloads": 0, "etag_repository": "W/\"2d20ed0c7a875d5efc24a257d2df79818978657e0f526066cea5b96b3ae19c86\"", "full_name": "Imbuzi/meteo-france-weather-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "79d0464", "last_release_tag": "v1.13", "last_updated": "2021-03-07T18:12:04Z", "name": "meteo-france-weather-card", "new": false, "repository_manifest": {"name": "M\u00e9t\u00e9o France Weather Card", "country": ["FR"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 19, "topics": ["animated-icons", "home-assistant", "lovelace-card", "meteo-france", "weather"], "version_installed": null, "last_fetched": 1641587907.383895}, "273405252": {"authors": [], "category": "plugin", "description": "A Lightning Detection Display Card for Home Assistant Lovelace", "domain": "", "downloads": 0, "etag_repository": "W/\"d760ab1000312a3f2d2b2473edfe3531b2a058a1325810e86f117b287fbe4beb\"", "full_name": "ironsheep/lovelace-lightning-detector-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e017e81", "last_release_tag": "v1.0.3", "last_updated": "2021-08-12T15:08:48Z", "name": "lovelace-lightning-detector-card", "new": false, "repository_manifest": {"name": "Lightning Detector Card", "render_readme": false, "filename": "lightning-detector-card.js"}, "selected_tag": null, "show_beta": false, "stars": 14, "topics": ["as3935", "hassio", "home-assistant", "home-assistant-custom", "homeassistant", "lovelace-card", "lovelace-custom-card"], "version_installed": null}, "231015759": {"authors": [], "category": "plugin", "description": "Xiaomi Smartmi Fan Lovelace card with CSS fan animation", "domain": "", "downloads": 0, "etag_repository": "W/\"33b294106745b56f2f54008a153aab7bf5ec5ba700151b4d6d08ddfc42a77025\"", "full_name": "ikaruswill/lovelace-fan-xiaomi", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5cb1b0a", "last_release_tag": "1.5.6", "last_updated": "2021-07-02T14:22:45Z", "name": "lovelace-fan-xiaomi", "new": false, "repository_manifest": {"name": "Xiaomi Smartmi Fan Card", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 42, "topics": ["custom-card", "hacs", "home-assistant", "lovelace", "xiaomi", "xiaomi-fan"], "version_installed": null}, "281214271": {"authors": [], "category": "plugin", "description": "A Raspberry Pi status display Card for Home Assistant Lovelace", "domain": "", "downloads": 0, "etag_repository": "W/\"f3114cb7348fbe4fa4e48e0a7993b5e7721f9c2bb82db72dcb45b8ad8e20213d\"", "full_name": "ironsheep/lovelace-rpi-monitor-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "af733c0", "last_release_tag": "v1.2.5", "last_updated": "2021-12-03T01:43:41Z", "name": "lovelace-rpi-monitor-card", "new": false, "repository_manifest": {"name": "RPi Monitor Card", "render_readme": false, "filename": "rpi-monitor-card.js"}, "selected_tag": null, "show_beta": false, "stars": 76, "topics": ["hassio", "home-assistant", "home-assistant-custom", "homeassistant", "lovelace-card", "lovelace-custom-card", "raspberry-pi"], "version_installed": null, "last_fetched": 1643571259.242365}, "164887047": {"authors": [], "category": "plugin", "description": "A Lovelace custom card for custom component Krisinformation is Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"0de41a7104dc59fcc5940a7c5eface92b319f0eedd907b7927800a115485a484\"", "full_name": "isabellaalstrom/krisinfo-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "962f549", "last_release_tag": "v1.3.0", "last_updated": "2020-09-18T17:45:35Z", "name": "krisinfo-card", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 7, "topics": ["hacktoberfest"], "version_installed": null}, "195671060": {"authors": [], "category": "plugin", "description": "A card to track chores and tasks in Grocy.", "domain": null, "downloads": 0, "etag_repository": "W/\"3f57c10c2ec034146d622d7f96d61ae90be5734aa48aa29230da5bc344df940b\"", "full_name": "isabellaalstrom/lovelace-grocy-chores-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b80d58b", "last_release_tag": "v3.1.2", "last_updated": "2021-12-09T08:37:46Z", "name": "lovelace-grocy-chores-card", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 65, "topics": ["hacktoberfest"], "version_installed": null, "last_fetched": 1643545557.68274}, "237812136": {"authors": [], "category": "plugin", "description": "\u0418\u043a\u043e\u043d\u043a\u0438 \u042f\u043d\u0434\u0435\u043a\u0441 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432 \u0434\u043b\u044f Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"fb6640286619d7d6850e1f7265cc31224bfc603c93d2f4cbb0367df9eae6b787\"", "full_name": "iswitch/ha-yandex-icons", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "236a4ad", "last_release_tag": null, "last_updated": "2021-11-04T16:00:26Z", "name": "ha-yandex-icons", "new": false, "repository_manifest": {"name": "Yandex Icons", "filename": "yandex-icons.js", "render_readme": true, "country": ["RU"], "homeassistant": "0.110.0"}, "selected_tag": null, "show_beta": false, "stars": 40, "topics": ["home-assistant", "homeassistant", "icon-pack", "icons", "media-player", "yandex"], "version_installed": null, "last_fetched": 1642520512.412412}, "245159052": {"authors": [], "category": "plugin", "description": "\ud83d\udc24 Adds many useful extensions to lovelace, such as templating secondary info, stacking within a card and more!", "domain": "", "downloads": 0, "etag_repository": "W/\"5ace2c434583ff4101d6e298c3a63f5a32c36733dbe16304e6907a509c3b907f\"", "full_name": "jcwillox/lovelace-canary", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7bb346c", "last_release_tag": "0.3.4", "last_updated": "2021-06-04T10:43:19Z", "name": "lovelace-canary", "new": false, "repository_manifest": {"name": "Canary"}, "selected_tag": null, "show_beta": false, "stars": 28, "topics": ["canary-card", "extensions", "home-assistant", "lovelace"], "version_installed": null, "last_fetched": 1642274184.060109}, "244872232": {"authors": [], "category": "plugin", "description": "Adds highly configurable buttons that use actions and per-state styling.", "domain": null, "downloads": 0, "etag_repository": "W/\"a6e05034e88354c884b70fcd9494246d58afe9bc779e9062b923187e4f324761\"", "full_name": "jcwillox/lovelace-paper-buttons-row", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "89f168c", "last_release_tag": "1.0.0", "last_updated": "2022-01-21T02:33:13Z", "name": "lovelace-paper-buttons-row", "new": false, "repository_manifest": {"name": "Paper Buttons Row"}, "selected_tag": null, "show_beta": false, "stars": 117, "topics": ["actions", "buttons", "haptic", "home-assistant", "paper"], "version_installed": null, "last_fetched": 1643545557.871533}, "283578257": {"authors": [], "category": "plugin", "description": "A Lovelace Card for visualizing power distributions.", "domain": "", "downloads": 0, "etag_repository": "W/\"d7ccf59368393fecfb343f40a0c926846115b8884a76bdce932e9c8904f1229d\"", "full_name": "JonahKr/power-distribution-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f69a165", "last_release_tag": "v2.5.1", "last_updated": "2022-01-29T17:13:14Z", "name": "power-distribution-card", "new": false, "repository_manifest": {"name": "power-distribution-card", "render_readme": true, "content_in_root": false, "filename": "power-distribution-card.js"}, "selected_tag": null, "show_beta": false, "stars": 89, "topics": ["e3dc", "hacs", "homeassistant", "lovelace-card"], "version_installed": null, "last_fetched": 1643571259.579411}, "238802974": {"authors": [], "category": "plugin", "description": "HA Lovelace Card for iRobot Roomba Vacuum Cleaner leveraging the rest980 Docker Image", "domain": "", "downloads": 0, "etag_repository": "W/\"8ad53b0108ebab2d1bfa201586d5d25ea03b0f9c805686e0879f37dd3d31f810\"", "full_name": "jeremywillans/lovelace-roomba-vacuum-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "8a36879", "last_release_tag": "0.11", "last_updated": "2021-07-28T12:33:28Z", "name": "lovelace-roomba-vacuum-card", "new": false, "repository_manifest": {"name": "Roomba Vacuum Card", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 27, "topics": ["home-assistant", "home-assistant-frontend", "irobot", "irobot-roomba", "lovelace", "lovelace-custom-card", "lovelace-ui", "vacuum"], "version_installed": null, "last_fetched": 1643571259.440707}, "163446489": {"authors": [], "category": "plugin", "description": "Home Assistant Lovelace card card for the Entur public transport component.", "domain": "", "downloads": 0, "etag_repository": "W/\"e9eaad1b307854c4d9c99c5f72d71b3ed734d40a531099106a1c28cbc7cc5b70\"", "full_name": "jonkristian/entur-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "37b2a2e", "last_release_tag": null, "last_updated": "2022-01-27T09:42:11Z", "name": "entur-card", "new": false, "repository_manifest": {"name": "Entur Card", "render_readme": true, "filename": "entur-card.js"}, "selected_tag": null, "show_beta": false, "stars": 38, "topics": ["entur", "hacs", "home-assistant", "homeassistant", "lovelace", "transportation"], "version_installed": null, "last_fetched": 1643571259.759724}, "148520838": {"authors": [], "category": "plugin", "description": "Minimalistic media card for Home Assistant Lovelace UI", "domain": "", "downloads": 0, "etag_repository": "W/\"1a9ae49309bb703956dee786c4e7d2349b7cd0be5af74a62bd58ce8885c39203\"", "full_name": "kalkih/mini-media-player", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e5ac7b5", "last_release_tag": "v1.15.0", "last_updated": "2022-01-19T15:20:59Z", "name": "mini-media-player", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 1033, "topics": ["automation", "custom", "hacktoberfest", "hassio", "home-assistant", "homeassistant", "lovelace", "lovelace-ui", "media-player", "sonos"], "version_installed": null, "last_fetched": 1643571259.724483}, "172998062": {"authors": [], "category": "plugin", "description": "Minimalistic weather card for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"a82b0f04aed413b730d2f50cd76d5153aeb305f3c57cf37959ebb3a9590eb77b\"", "full_name": "kalkih/simple-weather-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e9e34a8", "last_release_tag": "v0.8.2", "last_updated": "2021-05-01T09:46:48Z", "name": "simple-weather-card", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 174, "topics": ["home-assistant", "home-automation", "homeassistant", "lovelace", "weather"], "version_installed": null, "last_fetched": 1641895795.894226}, "292008305": {"authors": [], "category": "plugin", "description": "A Home Assistant card for Steam integrations", "domain": "", "downloads": 0, "etag_repository": "W/\"f07a34dad2fafa4b7c851b8360e879099349baaf0f70713c8a43064d93de7b1d\"", "full_name": "Kibibit/kb-steam-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e794375", "last_release_tag": "v1.1.1", "last_updated": "2021-01-10T17:01:30Z", "name": "kb-steam-card", "new": false, "repository_manifest": {"name": "Steam Card", "render_readme": true, "filename": "kb-steam-card.js"}, "selected_tag": null, "show_beta": false, "stars": 17, "topics": ["card", "hacs", "home-assistant", "steam"], "version_installed": null, "last_fetched": 1643545557.933353}, "276636213": {"authors": [], "category": "plugin", "description": "Cover card with homekit style vertical position slider (best with panel-mode but normal-mode works also)", "domain": "", "downloads": 0, "etag_repository": "W/\"688a37de5f7e0a112ada3890962500013f86f6076a942a543d922baa334b72ff\"", "full_name": "konnectedvn/lovelace-vertical-slider-cover-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1b119b8", "last_release_tag": "v0.1.2", "last_updated": "2022-01-19T12:43:46Z", "name": "lovelace-vertical-slider-cover-card", "new": false, "repository_manifest": {"name": "Vertical Slider Cover Card", "render_readme": true, "filename": "vertical-slider-cover-card.js"}, "selected_tag": null, "show_beta": false, "stars": 31, "topics": ["card", "home-assistant", "lovelace"], "version_installed": null, "last_fetched": 1643571260.157959}, "290281267": {"authors": [], "category": "plugin", "description": "Make your Home Assistant browser fullscreen with one tap.", "domain": "", "downloads": 0, "etag_repository": "W/\"e7c061a5bc5f32d1918eb13bd773b7f16f30fcadd72674b26ac1b919a8a02809\"", "full_name": "KTibow/fullscreen-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f0b8016", "last_release_tag": "v0.7", "last_updated": "2021-12-30T17:18:35Z", "name": "fullscreen-card", "new": false, "repository_manifest": {"name": "Fullscreen Card", "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 19, "topics": ["card", "custom-card", "fullscreen", "hacktoberfest", "hacktoberfest2020", "hacs", "home-assistant", "homeassistant"], "version_installed": null, "last_fetched": 1641058185.651461}, "168570875": {"authors": [], "category": "plugin", "description": "fitbit-card for lovelace", "domain": "", "downloads": 0, "etag_repository": "W/\"a395e692cbf73cf10219b43ef9aca0aa0af7b0b18e3303876b33b39199aef483\"", "full_name": "ljmerza/fitbit-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9ead350", "last_release_tag": "1.1.1", "last_updated": "2020-07-10T20:55:32Z", "name": "fitbit-card", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 22, "topics": [], "version_installed": null, "last_fetched": 1642430776.097922}, "169783299": {"authors": [], "category": "plugin", "description": "Track your repo issues, starts, forks, and pull requests", "domain": "", "downloads": 0, "etag_repository": "W/\"e1a5335ca7eed3790109eb28e787d7d882ba160a9057b06d2fd0d444f42606df\"", "full_name": "ljmerza/github-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7e4c628", "last_release_tag": "1.4.1", "last_updated": "2020-01-13T23:55:00Z", "name": "github-card", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 10, "topics": [], "version_installed": null}, "197960232": {"authors": [], "category": "plugin", "description": "our groceries lovelace card", "domain": "", "downloads": 0, "etag_repository": "W/\"a4f2f56a30a14ae7413d956e7f8ed141ef515dfa955a2be21df046c3fdedf588\"", "full_name": "ljmerza/our-groceries-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "059b315", "last_release_tag": "1.6.1", "last_updated": "2021-04-28T00:16:13Z", "name": "our-groceries-card", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 24, "topics": [], "version_installed": null}, "168744428": {"authors": [], "category": "plugin", "description": "Control any light or switch entity", "domain": "", "downloads": 0, "etag_repository": "W/\"7326e6fa5b597f8a02519bb5b7a3e258cbc34ffd2a99b252aa6e9ff83f340ec7\"", "full_name": "ljmerza/light-entity-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "74cb554", "last_release_tag": "4.6.0", "last_updated": "2022-01-03T18:06:11Z", "name": "light-entity-card", "new": false, "repository_manifest": {"name": "Light Entity Card", "render_readme": true, "filename": "dist/light-entity-card.js"}, "selected_tag": null, "show_beta": false, "stars": 145, "topics": [], "version_installed": null, "last_fetched": 1643571260.440564}, "175727366": {"authors": [], "category": "plugin", "description": "Reddit Card for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"4a72289a9c5d5b8630e1c5635d522b0cc2379a437d71db32801000d5455df47a\"", "full_name": "ljmerza/reddit-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "11b0e51", "last_release_tag": "1.0.0", "last_updated": "2020-01-13T23:59:31Z", "name": "reddit-card", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": [], "version_installed": null}, "183499944": {"authors": [], "category": "plugin", "description": "Show Tracking Numbers from the Email Sensor for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"cf000f148973e1d2f4b3deb244fb21e17c66211398fc819a0d8c1781e145f2a3\"", "full_name": "ljmerza/tracking-number-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9317872", "last_release_tag": "1.3.0", "last_updated": "2021-01-11T23:15:17Z", "name": "tracking-number-card", "new": false, "repository_manifest": {"name": "Tracking Number Card", "render_readme": true, "filename": "dist/tracking-number-card.js"}, "selected_tag": null, "show_beta": false, "stars": 15, "topics": [], "version_installed": null}, "236945951": {"authors": [], "category": "plugin", "description": "Graph of Buienradars rain forecast ", "domain": "", "downloads": 0, "etag_repository": "W/\"a94afd4327cadbc0cdb7d9f160b4e9fa0c770ec2f462f0e41906ba20e3db9d79\"", "full_name": "lukevink/lovelace-buien-rain-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b806ecb", "last_release_tag": "0.0.4", "last_updated": "2020-05-01T14:26:54Z", "name": "lovelace-buien-rain-card", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 36, "topics": ["buienradar", "chartjs", "custom-card", "forecast", "graph", "home-assistant"], "version_installed": null, "last_fetched": 1643571260.643651}, "180464361": {"authors": [], "category": "plugin", "description": "show travel times for you travel time sensors", "domain": "", "downloads": 0, "etag_repository": "W/\"974e9ca79a720d0886c47fd0d915d72da8895a9d5ef0b4ef8eb1a3cd3311312f\"", "full_name": "ljmerza/travel-time-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "ef15306", "last_release_tag": "1.1.3", "last_updated": "2021-09-01T20:00:20Z", "name": "travel-time-card", "new": false, "repository_manifest": {"name": "Travel Time Card", "render_readme": true, "filename": "dist/travel-time-card.js"}, "selected_tag": null, "show_beta": false, "stars": 19, "topics": [], "version_installed": null}, "257005990": {"authors": [], "category": "plugin", "description": "Remote Control for LG TV WebOS", "domain": null, "downloads": 0, "etag_repository": "W/\"98bfa558f804c4e52be4db2c8795735968030f68886d5a11015acc70f001087c\"", "full_name": "madmicio/LG-WebOS-Remote-Control", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a2b8ff5", "last_release_tag": null, "last_updated": "2021-12-17T22:12:19Z", "name": "LG-WebOS-Remote-Control", "new": false, "repository_manifest": {"name": "LG WebOS Remote Control", "content_in_root": true, "filename": "lg-remote-control.js", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 185, "topics": [], "version_installed": null, "last_fetched": 1643545557.813469}, "257123327": {"authors": [], "category": "plugin", "description": "channel pad for LG TV Remote control", "domain": "", "downloads": 0, "etag_repository": "W/\"7d6ade350acc381af265f158c008e262406991dc016130790c34a35a897c0152\"", "full_name": "madmicio/channel-pad", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "abdbcc9", "last_release_tag": null, "last_updated": "2020-05-28T19:17:53Z", "name": "channel-pad", "new": false, "repository_manifest": {"name": "LG WebOS channel pad", "content_in_root": false, "filename": "card-channel-pad.js", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 10, "topics": ["channel-pad", "lg", "tv-remote"], "version_installed": null, "last_fetched": 1643545557.850343}, "187501032": {"authors": [], "category": "plugin", "description": "\ud83d\udcfa FireTV Remote Card", "domain": "", "downloads": 0, "etag_repository": "W/\"f4dac76ac45a9221d34d5a8ecb06c0fd360d59936be02f644cb28157f65ad0d6\"", "full_name": "marrobHD/firetv-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5c36a3a", "last_release_tag": "v0.2.1", "last_updated": "2021-12-12T13:49:55Z", "name": "firetv-card", "new": false, "repository_manifest": {"name": "FireTV Remote Card", "content_in_root": true}, "selected_tag": null, "show_beta": false, "stars": 18, "topics": ["custom-cards", "firetv-card", "hassio", "home-assistant", "home-assistant-custom", "home-assistant-frontend", "lovelace", "lovelace-card", "lovelace-firetv", "lovelace-ui"], "version_installed": null, "last_fetched": 1642430781.858178}, "188572845": {"authors": [], "category": "plugin", "description": "\ud83d\udd0a Rotel Remote Card", "domain": "", "downloads": 0, "etag_repository": "W/\"382510f7caa864b7d4f457c89ff0f09b7dcadd2732269cca656d9054adc4ece5\"", "full_name": "marrobHD/rotel-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5645333", "last_release_tag": "v.0.2.1", "last_updated": "2022-01-08T15:15:06Z", "name": "rotel-card", "new": false, "repository_manifest": {"name": "Rotel Remote Card", "content_in_root": true}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["custom-cards", "hassio", "home-assistant", "home-assistant-custom", "home-assistant-frontend", "home-assistant-rotel-card", "lovelace", "lovelace-card", "lovelace-ui"], "version_installed": null, "last_fetched": 1642851302.96475}, "187339794": {"authors": [], "category": "plugin", "description": "\ud83d\udcfa TV Remote Card", "domain": "", "downloads": 0, "etag_repository": "W/\"907a9756e4c52ee59787f89d220652bbd7a96066696718db4652a8eee4418579\"", "full_name": "marrobHD/tv-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d570124", "last_release_tag": "v0.2.0", "last_updated": "2021-12-12T15:32:18Z", "name": "tv-card", "new": false, "repository_manifest": {"name": "TV Remote Card", "content_in_root": true}, "selected_tag": null, "show_beta": false, "stars": 82, "topics": ["custom-cards", "hassio", "home-assistant", "home-assistant-custom", "home-assistant-frontend", "homeassistant-tv-card", "lovelace", "lovelace-card", "lovelace-ui", "tv-card"], "version_installed": null, "last_fetched": 1643572181.660266}, "275672933": {"authors": [], "category": "plugin", "description": "Select List Card displays an input_select entity as a list in lovelace", "domain": "", "downloads": 0, "etag_repository": "W/\"813e874a21b973fa39d4ba3f19c64de33410d2b315ea9ddebc7b40cf1f5ac74b\"", "full_name": "mattieha/select-list-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9446704", "last_release_tag": "v1.2.0", "last_updated": "2022-01-15T06:44:30Z", "name": "select-list-card", "new": false, "repository_manifest": {"name": "Select list Card", "render_readme": true, "domains": ["input_select"], "filename": "select-list-card.js"}, "selected_tag": null, "show_beta": false, "stars": 40, "topics": ["homeassistant", "lovelace", "lovelace-custom-card"], "version_installed": null, "last_fetched": 1643571260.999506}, "256292682": {"authors": [], "category": "plugin", "description": "Battery state card for Home Assistant", "domain": null, "downloads": 0, "etag_repository": "W/\"1e1e15ba0be388e6e3c4e8077021c8c70600041c48d222ded6c97e44fcf5b484\"", "full_name": "maxwroc/battery-state-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b6e141f", "last_release_tag": "v2.1.1", "last_updated": "2022-01-29T22:05:33Z", "name": "battery-state-card", "new": false, "repository_manifest": {"name": "Battery State Card / Entity Row", "content_in_root": false, "filename": "battery-state-card.js", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 366, "topics": ["battery", "hassio", "home-assistant", "lovelace-custom-card", "sensor"], "version_installed": null, "last_fetched": 1643545558.088353}, "183995552": {"authors": [], "category": "plugin", "description": "\u2194\ufe0f Swipe through Lovelace views on mobile.", "domain": "", "downloads": 0, "etag_repository": "W/\"e3f6f9cdc437921b0dfe34cf20cb2ac532eb9503fb24a00abdeb5297838fa990\"", "full_name": "maykar/lovelace-swipe-navigation", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "168e0e3", "last_release_tag": "1.3.6", "last_updated": "2021-09-28T16:11:56Z", "name": "lovelace-swipe-navigation", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 174, "topics": [], "version_installed": null, "last_fetched": 1643571260.956566}, "302895020": {"authors": [], "category": "plugin", "description": "Github stats card for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"9ae74e7b5ec143b6b1004fcc660acf626eb2aa78caa63692104324f2dae6713e\"", "full_name": "maxwroc/github-flexi-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "110771b", "last_release_tag": "v1.0.0", "last_updated": "2021-06-02T21:00:27Z", "name": "github-flexi-card", "new": false, "repository_manifest": {"name": "Github Flexi Card / Entity Row", "content_in_root": false, "filename": "github-flexi-card.js", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 17, "topics": ["card", "flexi", "github", "github-flexi-card", "home-assistant"], "version_installed": null, "last_fetched": 1643571260.995978}, "204049047": {"authors": [], "category": "plugin", "description": "A Home-Assistant Lovelace card which displays information from the openmensa-sensor.", "domain": "", "downloads": 0, "etag_repository": "W/\"2b39f540a53a8a1f5e9e0a4d3a9832079a2fea98c8d3475cf72719639d2f965c\"", "full_name": "Mofeywalker/openmensa-lovelace-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "924327a", "last_release_tag": null, "last_updated": "2019-08-23T19:16:54Z", "name": "openmensa-lovelace-card", "new": false, "repository_manifest": {"name": "OpenMensa Lovelace Card", "content_in_root": true}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": [], "version_installed": null}, "158654878": {"authors": [], "category": "plugin", "description": "A different take on the thermostat card for Home Assistant \u2668\ufe0f", "domain": null, "downloads": 0, "etag_repository": "W/\"205ff653a803325fa560d14f11d0bf30ed42bea2dbdff42b365a7ed3c150f540\"", "full_name": "nervetattoo/simple-thermostat", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "8acf593", "last_release_tag": "v2.4.3", "last_updated": "2022-01-22T03:18:40Z", "name": "simple-thermostat", "new": false, "repository_manifest": {"name": "Simple Thermostat", "homeassistant": "0.84.0", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 491, "topics": ["hassio", "home-assistant", "home-assistant-custom", "lovelace", "lovelace-ui", "polymer-3"], "version_installed": null, "last_fetched": 1643545558.123608}, "286270157": {"authors": [], "category": "plugin", "description": "HA Lovelace card for control of scheduler entities", "domain": "", "downloads": 0, "etag_repository": "W/\"b8c04130f6a0525b3a34c296f109c967c9c998f7212a60a751f65e578b14a0ff\"", "full_name": "nielsfaber/scheduler-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f1fb979", "last_release_tag": "v2.3.2", "last_updated": "2022-01-30T11:21:22Z", "name": "scheduler-card", "new": false, "repository_manifest": {"name": "Scheduler Card", "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 348, "topics": ["assistant", "automation", "card", "custom-card", "home", "home-assistant", "homeassistant", "lovelace", "schedule", "scheduler", "sunrise", "sunset", "week", "weekly"], "version_installed": null, "last_fetched": 1643571261.561179}, "238414582": {"authors": [], "category": "plugin", "description": "Custom Lovelace card for Warsaw public transport", "domain": "", "downloads": 0, "etag_repository": "W/\"12196cc892fbee362e1c3d34eebf2f745208e252986515c88ddf9ec306d9b85c\"", "full_name": "peetereczek/ztm-stop-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5dea9aa", "last_release_tag": null, "last_updated": "2020-12-20T14:51:31Z", "name": "ztm-stop-card", "new": false, "repository_manifest": {"name": "Custom Card for Warsaw ZTM Information", "country": ["PL"], "homeassistant": "0.100.0"}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": [], "version_installed": null}, "236127727": {"authors": [], "category": "plugin", "description": "A custom card which exposes Camect video streams via the Home Assistant Lovelace interface. To use this card, you MUST have already installed the Camect HACS integration.", "domain": "", "downloads": 0, "etag_repository": "W/\"f3b504af9277dd8492635fb97503dae9294e20b9cd5a8b61de1d3e0af9c29ef4\"", "full_name": "pfunkmallone/HACS-camect-custom_card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "321c001", "last_release_tag": "2020051001", "last_updated": "2020-05-15T18:42:57Z", "name": "HACS-camect-custom_card", "new": false, "repository_manifest": {"name": "Camect Camera Card", "filename": "HACS-camect-custom_card.js"}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": ["camect", "custom-card", "hacs", "home-assistant"], "version_installed": null}, "205261230": {"authors": [], "category": "plugin", "description": "This card displays provided Jinja2 template as an HTML content of a card. It uses exactly the same engine as Home Assistant in Developer tools.", "domain": "", "downloads": 0, "etag_repository": "W/\"c96aa62d921e54c7486a46679d4bd235da9aa11350042ed103d0118fc5f640f8\"", "full_name": "PiotrMachowski/Home-Assistant-Lovelace-HTML-Jinja2-Template-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3cbbd43", "last_release_tag": "v1.0.2", "last_updated": "2021-01-29T11:46:53Z", "name": "Home-Assistant-Lovelace-HTML-Jinja2-Template-card", "new": false, "repository_manifest": {"name": "HTML Jinja2 Template card", "filename": "html-template-card.js"}, "selected_tag": null, "show_beta": false, "stars": 25, "topics": ["home-assistant", "jinja2", "lovelace-card", "template"], "version_installed": null, "last_fetched": 1643571261.854921}, "218178802": {"authors": [], "category": "plugin", "description": "This card can show and hide a specific card on current device while not affecting other windows. It does not require any integration to run.", "domain": "", "downloads": 0, "etag_repository": "W/\"3f0db1f71b554bda23590885c9dab23c0b038611ff88c1914b8b23c94dcdd6b5\"", "full_name": "PiotrMachowski/Home-Assistant-Lovelace-Local-Conditional-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b3de1be", "last_release_tag": "v1.1.1", "last_updated": "2021-08-26T12:20:18Z", "name": "Home-Assistant-Lovelace-Local-Conditional-card", "new": false, "repository_manifest": {"name": "Local Conditional card", "filename": "local-conditional-card.js"}, "selected_tag": null, "show_beta": false, "stars": 27, "topics": ["home-assistant", "lovelace-card"], "version_installed": null}, "199546187": {"authors": [], "category": "plugin", "description": "This is a companion card for Google Keep sensor. It displays notes downloaded by integration in a friendly way, similar to Google Keep app.", "domain": "", "downloads": 0, "etag_repository": "W/\"f263cc2e4f95de63e1d31ae1cbe6027d5e7c30789e4ba5424ce57df0a9ee14d7\"", "full_name": "PiotrMachowski/lovelace-google-keep-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f944c93", "last_release_tag": "v1.2.0", "last_updated": "2021-10-27T01:22:05Z", "name": "lovelace-google-keep-card", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 32, "topics": ["home-assistant", "lovelace-card"], "version_installed": null, "last_fetched": 1643571261.912205}, "193372044": {"authors": [], "category": "plugin", "description": "This card provides a user-friendly way to fully control Xiaomi (Roborock/Viomi/Dreame/Roidmi) and Neato (+ possibly other) vacuums in Home Assistant.", "domain": null, "downloads": 0, "etag_repository": "W/\"7af1526885ba173648aa1704e7f2d8559b991a0dc2a37a98a7696a6026107ca1\"", "full_name": "PiotrMachowski/lovelace-xiaomi-vacuum-map-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "13d63b9", "last_release_tag": "v2.0.10", "last_updated": "2022-01-29T14:35:46Z", "name": "lovelace-xiaomi-vacuum-map-card", "new": false, "repository_manifest": {"name": "Xiaomi Vacuum Map Card", "render_readme": true, "filename": "xiaomi-vacuum-map-card.js"}, "selected_tag": null, "show_beta": false, "stars": 748, "topics": ["home-assistant", "home-automation", "homeassistant", "lovelace-card", "neato", "roborock", "vacuum", "xiaomi", "xiaomi-vacuum"], "version_installed": null, "last_fetched": 1643571262.303559}, "193408399": {"authors": [], "category": "plugin", "description": "This card displays provided data as an HTML content of a card.", "domain": "", "downloads": 0, "etag_repository": "W/\"89df29adda2067a4ad3b948b9f838db9f3614095953e53a5015a4d4262292fe8\"", "full_name": "PiotrMachowski/lovelace-html-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2bc79ab", "last_release_tag": "v1.0.0", "last_updated": "2021-01-29T11:47:28Z", "name": "lovelace-html-card", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 21, "topics": ["home-assistant", "lovelace-card"], "version_installed": null, "last_fetched": 1642430789.514634}, "197759180": {"authors": [], "category": "plugin", "description": "Quickly search for entities from a Lovelace card.", "domain": "", "downloads": 0, "etag_repository": "W/\"62349a84adcd8f31639f69ec621e1cd55a6bd3bbf35b5f2000c1d3d25d57916b\"", "full_name": "postlund/search-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "096c038", "last_release_tag": null, "last_updated": "2021-07-26T16:14:39Z", "name": "search-card", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 78, "topics": [], "version_installed": null, "last_fetched": 1641217426.22358}, "186765704": {"authors": [], "category": "plugin", "description": "A fluffy banner card for Home Assistant \ud83e\udd70", "domain": "", "downloads": 0, "etag_repository": "W/\"0d14c974a8f03292d773f3303d09fb26d41a5ad6a3b81910df52c347c4346ab6\"", "full_name": "nervetattoo/banner-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c2df3d1", "last_release_tag": "0.13.0", "last_updated": "2021-11-12T16:37:35Z", "name": "banner-card", "new": false, "repository_manifest": {"homeassistant": "0.100.0", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 431, "topics": ["custom-cards", "hassio", "home-assistant", "home-assistant-custom", "home-assistant-frontend", "lovelace", "lovelace-ui"], "version_installed": null, "last_fetched": 1642851313.401472}, "142051833": {"authors": [], "category": "plugin", "description": "\ud83d\udcd0 Home Assistant Card: Similar to vertical/horizontal-stack, but removes card borders", "domain": "", "downloads": 0, "etag_repository": "W/\"0e4b6e2387d25a611eceb38e661e8692fefff59881e8b19dbde7836e7472bca2\"", "full_name": "ofekashery/vertical-stack-in-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "02177cc", "last_release_tag": "v0.4.2", "last_updated": "2021-10-26T18:21:41Z", "name": "vertical-stack-in-card", "new": false, "repository_manifest": {"name": "Vertical Stack In Card", "render_readme": true, "filename": "vertical-stack-in-card.js"}, "selected_tag": null, "show_beta": false, "stars": 619, "topics": ["hacktoberfest", "homeassistant", "lovelace", "lovelace-ui"], "version_installed": null, "last_fetched": 1643571261.595906}, "260940136": {"authors": [], "category": "plugin", "description": "Weather condition card (Lovelace) for Home Assistant.", "domain": "", "downloads": 0, "etag_repository": "W/\"2c1f9e658634acab6deea77581741e74f72b11fa7509f7fc2af6c9c3ef713dc7\"", "full_name": "r-renato/ha-card-weather-conditions", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9bb2992", "last_release_tag": "1.9.12", "last_updated": "2021-01-29T18:11:03Z", "name": "ha-card-weather-conditions", "new": false, "repository_manifest": {"name": "HA (Lovelace) Card Weather Conditions", "domains": ["weather"], "render_readme": false, "filename": "ha-card-weather-conditions.js"}, "selected_tag": null, "show_beta": false, "stars": 85, "topics": ["card", "home-assistant", "home-assistant-hacs", "lovelace", "weather-conditions"], "version_installed": null, "last_fetched": 1643571262.520612}, "215037975": {"authors": [], "category": "plugin", "description": "Home Assistant Lovelace card for Waze Travel Time Sensor", "domain": "", "downloads": 0, "etag_repository": "W/\"18781f8d06f86860636eb0a328b0b2f4624425779d9c33f98f56fdf02874832a\"", "full_name": "r-renato/ha-card-waze-travel-time", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "038f2a8", "last_release_tag": null, "last_updated": "2020-05-15T12:43:51Z", "name": "ha-card-waze-travel-time", "new": false, "repository_manifest": {"name": "HA (Lovelace) Card Waze Travel Time", "domains": ["plugin"]}, "selected_tag": null, "show_beta": false, "stars": 29, "topics": ["hacs", "home-assistant", "home-assistant-hacs", "lovelace-card"], "version_installed": null}, "289188530": {"authors": [], "category": "plugin", "description": "Home assistant power card mimicking the one tesla provides for the powerwall app.", "domain": "", "downloads": 0, "etag_repository": "W/\"2cd67a148cf6dbe32c7a8d6236db2532f5f7f7c733c92e5ff1ec40c131256da8\"", "full_name": "reptilex/tesla-style-solar-power-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b46b1fb", "last_release_tag": "1.2.4", "last_updated": "2021-12-03T08:23:41Z", "name": "tesla-style-solar-power-card", "new": false, "repository_manifest": {"name": "Tesla style solar power card", "content_in_root": true, "filename": "tesla-style-solar-power-card.js", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 97, "topics": ["battery", "card", "eletric-car", "homeassistant", "lovelace", "power", "solar-energy"], "version_installed": null, "last_fetched": 1643571262.676279}, "197715418": {"authors": [], "category": "plugin", "description": "A Home Assistant Lovelace card to report MiFlora plant sensors based on the HA Plant Card.", "domain": "", "downloads": 0, "etag_repository": "W/\"53c04921abac38eab330e6bae7b1f18bcca046dd18917aec4dc8c414eaaf8848\"", "full_name": "RodBr/miflora-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "889ee81", "last_release_tag": "0.1.0", "last_updated": "2020-06-06T04:43:54Z", "name": "miflora-card", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 16, "topics": [], "version_installed": null, "last_fetched": 1641058203.086864}, "216008446": {"authors": [], "category": "plugin", "description": "Logbook card for Home Assistant UI Lovelace", "domain": "", "downloads": 0, "etag_repository": "W/\"44f71b0ca397705e85ccde6bc6a9da0cf89c8a8b38b892e1f0109b72f369fb32\"", "full_name": "royto/logbook-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "982a37a", "last_release_tag": "1.4.1", "last_updated": "2021-09-08T20:09:56Z", "name": "logbook-card", "new": false, "repository_manifest": {"name": "Logbook Card", "filename": "logbook-card.js"}, "selected_tag": null, "show_beta": false, "stars": 70, "topics": ["custom-card", "hacs", "home-assistant", "lovelace"], "version_installed": null, "last_fetched": 1642430794.018492}, "279157206": {"authors": [], "category": "plugin", "description": "Water Heater card for Home Assistant's Lovelace UI", "domain": "", "downloads": 0, "etag_repository": "W/\"ddee77d3622bb42c14be8de76e8b63c47273403c958081ed79fbf5c7786124a7\"", "full_name": "rsnodgrass/water-heater-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "56e1c3f", "last_release_tag": "0.0.2", "last_updated": "2021-05-10T22:20:50Z", "name": "water-heater-card", "new": false, "repository_manifest": {"name": "Water Heater Card", "render_readme": true, "content_in_root": false, "homeassistant": "0.81.0", "filename": "water-heater-card.js"}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["hacs", "home-assistant", "lovelace"], "version_installed": null}, "241706284": {"authors": [], "category": "plugin", "description": "Custom, \"neumorphism\" Lovelace card", "domain": "", "downloads": 0, "etag_repository": "W/\"e9b184e703432d474a12ccebca8f890a755af96e246f3f45bc18839ad200b784\"", "full_name": "Savjee/button-text-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "426229c", "last_release_tag": null, "last_updated": "2020-12-17T08:00:02Z", "name": "button-text-card", "new": false, "repository_manifest": {"name": "Button Text Card", "render_readme": true, "filename": "button-text-card.js"}, "selected_tag": null, "show_beta": false, "stars": 77, "topics": ["home-assistant", "lovelace-card", "templating", "typescript"], "version_installed": null, "last_fetched": 1642430795.670665}, "237532750": {"authors": [], "category": "plugin", "description": "A Home Assistant Lovelace Care for Harmony Integration", "domain": null, "downloads": 0, "etag_repository": "W/\"4e82aadd38855d40844cd6414bc714770f884c444efa1799df2f8eb181fd3617\"", "full_name": "sbryfcz/harmony-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "dc46d1e", "last_release_tag": "v0.14.1", "last_updated": "2021-11-10T15:51:07Z", "name": "harmony-card", "new": false, "repository_manifest": {"name": "Harmony Card", "render_readme": true, "filename": "harmony-card.js"}, "selected_tag": null, "show_beta": false, "stars": 76, "topics": [], "version_installed": null, "last_fetched": 1643545558.111391}, "259126760": {"authors": [], "category": "plugin", "description": "Honeycomb menu is a Home Assistant module (not a card) that can be applied to any lovelace card. When activated by the defined action on said card, the module will display a 'rounded' list of honeycomb buttons with an optional XY pad to make interfacing with lovelace more fluent", "domain": "", "downloads": 0, "etag_repository": "W/\"0e850ea4f363f6debc10bacb1a813ad646451094f8fe9fd698e820e3df7b22a3\"", "full_name": "Sian-Lee-SA/honeycomb-menu", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "352cd65", "last_release_tag": "0.10.0", "last_updated": "2021-08-22T01:15:31Z", "name": "honeycomb-menu", "new": false, "repository_manifest": {"name": "Honeycomb Menu", "render_readme": true, "filename": "honeycomb-menu.js"}, "selected_tag": null, "show_beta": false, "stars": 88, "topics": ["home-assistant", "home-assistant-frontend", "lovelace-module", "lovelace-ui", "menu", "module"], "version_installed": null, "last_fetched": 1643571262.752661}, "202874270": {"authors": [], "category": "plugin", "description": "Sets the background of your Home Assistant to match the entity picture of a media player", "domain": "", "downloads": 0, "etag_repository": "W/\"c75bab0525250257ca55eedae7e9855554daffac385af21f3c936b5d315b03aa\"", "full_name": "TheLastProject/lovelace-media-art-background", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d5137b0", "last_release_tag": null, "last_updated": "2021-04-14T16:38:05Z", "name": "lovelace-media-art-background", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 16, "topics": [], "version_installed": null}, "284283867": {"authors": [], "category": "plugin", "description": "A custom card for Home Assistant that will display images and/or videos from a folder in the style of a gallery. ", "domain": "", "downloads": 0, "etag_repository": "W/\"ab9cac5536a47d2f2ee2d7fee25b8b0a1c803074f24184d5ceaf2d1a801d48a0\"", "full_name": "TarheelGrad1998/gallery-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5fc152d", "last_release_tag": "3.3.1", "last_updated": "2022-01-20T20:51:25Z", "name": "gallery-card", "new": false, "repository_manifest": {"name": "Gallery Card", "filename": "gallery-card.js", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 42, "topics": ["gallery", "gallery-card", "home-assistant", "images", "videos"], "version_installed": null, "last_fetched": 1643571263.182555}, "191580766": {"authors": [], "category": "plugin", "description": "Turn on lights based on light_profiles.csv", "domain": "", "downloads": 0, "etag_repository": "W/\"34bdb30fc8138e3c0ffb9eafde7bc8070745fce291c77558b7349a0cb60eff23\"", "full_name": "tcarlsen/lovelace-light-with-profiles", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "0110446", "last_release_tag": "2.3.0", "last_updated": "2020-04-02T14:22:23Z", "name": "lovelace-light-with-profiles", "new": false, "repository_manifest": {"name": "Light with profiles", "content_in_root": true, "filename": "light-with-profiles.js", "homeassistant": "0.100.0"}, "selected_tag": null, "show_beta": false, "stars": 52, "topics": ["custom-card", "home-assistant", "home-assistant-frontend", "light", "light-profiles", "lovelace", "lovelace-card", "profiles"], "version_installed": null}, "236317072": {"authors": [], "category": "plugin", "description": "Generalized Lovelace pie chart card", "domain": "", "downloads": 0, "etag_repository": "W/\"303f0eaf801a9bcd58bf6d1a9a4b50bd12eae07a90350674974d4af7f7fbe158\"", "full_name": "sdelliot/pie-chart-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "03a951f", "last_release_tag": null, "last_updated": "2020-03-07T21:19:19Z", "name": "pie-chart-card", "new": false, "repository_manifest": {"name": "Pie Chart Card", "content_in_root": true, "filename": "pie-chart-card.js", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 10, "topics": [], "version_installed": null}, "203036108": {"authors": [], "category": "plugin", "description": "Draws the map available from a Xiaomi Vacuum cleaner flashed with Valetudo in a Home Assistant Lovelace card", "domain": null, "downloads": 0, "etag_repository": "W/\"77fe80d06332a16f9f368ae62bc03a0d6a9fe27c2135acffc9d5ce677a34a677\"", "full_name": "TheLastProject/lovelace-valetudo-map-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f9134ee", "last_release_tag": "v2022.01.2", "last_updated": "2022-01-09T20:54:21Z", "name": "lovelace-valetudo-map-card", "new": false, "repository_manifest": {"name": "Valetudo Map Card", "content_in_root": true, "filename": "valetudo-map-card.js", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 126, "topics": ["hacktoberfest", "hacs", "home-assistant", "homeassistant", "lovelace", "valetudo"], "version_installed": null, "last_fetched": 1643545558.630588}, "167744584": {"authors": [], "category": "plugin", "description": "\ud83d\udd39Automatically populate the entities-list of lovelace cards", "domain": "", "downloads": 0, "etag_repository": "W/\"f902f81424192bb42b97964dacaef9f0bd33f83e0f4def7bed1fc0508243895f\"", "full_name": "thomasloven/lovelace-auto-entities", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9961ee0", "last_release_tag": "1.9.1", "last_updated": "2022-01-12T10:51:33Z", "name": "lovelace-auto-entities", "new": false, "repository_manifest": {"name": "auto-entities", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 546, "topics": [], "version_installed": null, "last_fetched": 1643571263.55225}, "281453608": {"authors": [], "category": "plugin", "description": "\ud83d\udd39 Place badges anywhere in the lovelace layout", "domain": "", "downloads": 0, "etag_repository": "W/\"5fd9599214caf624b24c005ceeac4caae9f2b94573c7b3ba751f1f5e70cc2839\"", "full_name": "thomasloven/lovelace-badge-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5bf6f72", "last_release_tag": null, "last_updated": "2021-06-29T13:39:38Z", "name": "lovelace-badge-card", "new": false, "repository_manifest": {"name": "badge-card", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 32, "topics": ["home-assistant"], "version_installed": null, "last_fetched": 1642851322.34714}, "190927524": {"authors": [], "category": "plugin", "description": "\ud83d\udd39 Add CSS styles to (almost) any lovelace card", "domain": "", "downloads": 0, "etag_repository": "W/\"57cad0803323e0ea6ab94f9039238fc31d2fe091f5cfea70cc10403c5d222176\"", "full_name": "thomasloven/lovelace-card-mod", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "94d4fbc", "last_release_tag": "3.1.1", "last_updated": "2022-01-04T05:55:18Z", "name": "lovelace-card-mod", "new": false, "repository_manifest": {"name": "card-mod", "homeassistant": "0.98.0"}, "selected_tag": null, "show_beta": false, "stars": 420, "topics": [], "version_installed": null, "last_fetched": 1643571263.567337}, "161403328": {"authors": [], "category": "plugin", "description": "\ud83d\udd39A collection of tools for other lovelace plugins to use", "domain": null, "downloads": 0, "etag_repository": "W/\"74a9fa156d39c6a27bd87d5012426635017c04d5cbf828437aeb787f4be38cd8\"", "full_name": "thomasloven/lovelace-card-tools", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "477f3d4", "last_release_tag": "11", "last_updated": "2021-04-30T12:06:43Z", "name": "lovelace-card-tools", "new": false, "repository_manifest": {"name": "card-tools", "homeassistant": "0.100.0"}, "selected_tag": null, "show_beta": false, "stars": 177, "topics": [], "version_installed": null, "last_fetched": 1643545558.742725}, "150781994": {"authors": [], "category": "plugin", "description": "\ud83d\udd39 A foldable row for entities card, containing other rows", "domain": "", "downloads": 0, "etag_repository": "W/\"ab22351aacbc97f07f54b4eedb00cd7557d3d72286921713c21ebee5a5afa562\"", "full_name": "thomasloven/lovelace-fold-entity-row", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "609ad3b", "last_release_tag": "2.0.15", "last_updated": "2022-01-30T01:11:15Z", "name": "lovelace-fold-entity-row", "new": false, "repository_manifest": {"name": "fold-entity-row", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 338, "topics": [], "version_installed": null, "last_fetched": 1643571263.659623}, "249942054": {"authors": [], "category": "plugin", "description": "\ud83d\udd39 Use built-in elements in the wrong place", "domain": "", "downloads": 0, "etag_repository": "W/\"24fdc8521b47aef467219017928a37246e26f44d5849fb6a4a8e3456384f1203\"", "full_name": "thomasloven/lovelace-hui-element", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "77c482c", "last_release_tag": null, "last_updated": "2021-11-19T10:30:35Z", "name": "lovelace-hui-element", "new": false, "repository_manifest": {"name": "hui-element", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 50, "topics": [], "version_installed": null, "last_fetched": 1643571263.65028}, "156434866": {"authors": [], "category": "plugin", "description": "\ud83d\udd39 Get more control over the placement of lovelace cards.", "domain": "", "downloads": 0, "etag_repository": "W/\"2139e03d6914f24f7f9bb9ed230e59e7ec3fc8c09c4b28e4392d25394de4d8fc\"", "full_name": "thomasloven/lovelace-layout-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "866284a", "last_release_tag": "2.3.1", "last_updated": "2022-01-25T08:40:13Z", "name": "lovelace-layout-card", "new": false, "repository_manifest": {"name": "layout-card", "render_readme": true, "homeassistant": "2021.8.0"}, "selected_tag": null, "show_beta": false, "stars": 472, "topics": [], "version_installed": null, "last_fetched": 1643571263.796891}, "231674882": {"authors": [], "category": "plugin", "description": "\ud83d\udd39 Display whatever you want in an entities card row.", "domain": "", "downloads": 0, "etag_repository": "W/\"eca33899fa237167a9a3f3d785072bc0777ef55796eca453b15ca561b065df89\"", "full_name": "thomasloven/lovelace-template-entity-row", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3c7d493", "last_release_tag": "1.3.0", "last_updated": "2021-06-26T18:46:48Z", "name": "lovelace-template-entity-row", "new": false, "repository_manifest": {"name": "template-entity-row", "render_readme": true, "homeassistant": "0.107.0b1"}, "selected_tag": null, "show_beta": false, "stars": 90, "topics": [], "version_installed": null, "last_fetched": 1643571263.923695}, "158756598": {"authors": [], "category": "plugin", "description": "\ud83d\udd39Dynamically replace lovelace cards depending on occasion", "domain": "", "downloads": 0, "etag_repository": "W/\"940e45aa79ec79a9143495f1595361cc97935665e9b54c540ca6df3be51b96bc\"", "full_name": "thomasloven/lovelace-state-switch", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "8a7c611", "last_release_tag": "1.9.1", "last_updated": "2022-01-04T12:58:23Z", "name": "lovelace-state-switch", "new": false, "repository_manifest": {"name": "state-switch", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 197, "topics": [], "version_installed": null, "last_fetched": 1643571263.840804}, "144899700": {"authors": [], "category": "plugin", "description": "\ud83d\udd39 Add sliders to entity cards", "domain": null, "downloads": 0, "etag_repository": "W/\"0766c21922ed3e096fb7ae5b6a4314b8bcaf43e7a74b3ba999365a3bc4ccd2fe\"", "full_name": "thomasloven/lovelace-slider-entity-row", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3587bef", "last_release_tag": "17.2.1", "last_updated": "2021-11-04T16:04:59Z", "name": "lovelace-slider-entity-row", "new": false, "repository_manifest": {"name": "slider-entity-row", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 580, "topics": [], "version_installed": null, "last_fetched": 1643571263.859636}, "180528950": {"authors": [], "category": "plugin", "description": "\ud83d\udd39 Display the more-info dialog of any entity as a lovelace card", "domain": "", "downloads": 0, "etag_repository": "W/\"b1c0b7586b043df589cf7a23de895c6af78b1f074854107379a1798d7aeda658\"", "full_name": "thomasloven/lovelace-more-info-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c0a9c94", "last_release_tag": null, "last_updated": "2021-06-29T21:53:45Z", "name": "lovelace-more-info-card", "new": false, "repository_manifest": {"name": "more-info-card", "render_readme": true, "homeassistant": "0.113"}, "selected_tag": null, "show_beta": false, "stars": 58, "topics": [], "version_installed": null, "last_fetched": 1642184478.948907}, "286038496": {"authors": [], "category": "plugin", "description": "A Lovelace card that shows a directional indicator on a compass for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"47560eac49fc1286ef80e7c63a67810e0deb585e253143fd087fbebcfca3893d\"", "full_name": "tomvanswam/compass-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "fbe7dfe", "last_release_tag": "v1.4.0", "last_updated": "2022-01-18T05:08:22Z", "name": "compass-card", "new": false, "repository_manifest": {"name": "Compass Card", "render_readme": true, "filename": "compass-card.js"}, "selected_tag": null, "show_beta": false, "stars": 61, "topics": ["compass", "hacs", "home-assistant", "lovelace-card"], "version_installed": null, "last_fetched": 1642520515.027511}, "264796130": {"authors": [], "category": "plugin", "description": "Pandora lovelace card for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"f69ceb715f8892c54d64f2541a8d93caf430ddf8669ca6cdc44f1050219fdc44\"", "full_name": "turbulator/pandora-cas-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "32ad046", "last_release_tag": "0.2", "last_updated": "2020-10-03T15:41:00Z", "name": "pandora-cas-card", "new": false, "repository_manifest": {"name": "Pandora CAS card", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["home-assistant", "lovelace-custom-card", "pandora"], "version_installed": null}, "197245179": {"authors": [], "category": "plugin", "description": "Lovelace card for hass-aarlo integration.", "domain": "", "downloads": 0, "etag_repository": "W/\"843549d79890beb8d7950775a3efd02b5e7fa20080267f65a9fdb8a7eaa0bfb6\"", "full_name": "twrecked/lovelace-hass-aarlo", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "8182174", "last_release_tag": "v0.2.0b5", "last_updated": "2021-08-11T03:14:55Z", "name": "lovelace-hass-aarlo", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 41, "topics": ["arlo", "camera", "homeassistant", "lovelace-card", "streaming"], "version_installed": null, "last_fetched": 1643571264.636705}, "223008910": {"authors": [], "category": "plugin", "description": "Custom Sidebar for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"93f93396affaedd5a4d6eeec76afb82eb6949cb1cabe4ab9d5351959d6a3c0a9\"", "full_name": "Villhellm/custom-sidebar", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3ed0a8f", "last_release_tag": "v0.2.2", "last_updated": "2021-03-15T16:47:47Z", "name": "custom-sidebar", "new": false, "repository_manifest": {"name": "Custom Sidebar", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 90, "topics": ["custom", "hacktoberfest", "sidebar"], "version_installed": null, "last_fetched": 1641895830.98078}, "283542587": {"authors": [], "category": "plugin", "description": "Basic analog clock for Lovelace", "domain": "", "downloads": 0, "etag_repository": "W/\"0cf1d32c7d395d5d404b22408dd6e551204a9a533abe6fd61e26b7e09f9e89c4\"", "full_name": "Villhellm/lovelace-clock-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7a89550", "last_release_tag": "v0.4.1", "last_updated": "2020-11-24T17:31:42Z", "name": "lovelace-clock-card", "new": false, "repository_manifest": {"name": "Lovelace Clock Card", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 35, "topics": ["analog", "clock", "hacktoberfest", "lovelace"], "version_installed": null}, "202743061": {"authors": [], "category": "plugin", "description": "Animated backgrounds for lovelace ", "domain": "", "downloads": 0, "etag_repository": "W/\"a536927bd8351da0fca81f9c053e2e7d91c79d106b8ba1dbf3476c896f8a2076\"", "full_name": "Villhellm/lovelace-animated-background", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "cbacf95", "last_release_tag": "v0.6.3", "last_updated": "2020-11-26T03:49:25Z", "name": "lovelace-animated-background", "new": false, "repository_manifest": {"name": "Lovelace Animated Background", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 123, "topics": ["animated", "background", "hacktoberfest"], "version_installed": null, "last_fetched": 1641217445.659105}, "259904390": {"authors": [], "category": "plugin", "description": "A custom lovelace card for the custom Jumbo component.", "domain": "", "downloads": 0, "etag_repository": "W/\"1ead81ddc1456d55c47b22a30cf46f2795ffddbb4dd95012d2cac0ad4faf8a19\"", "full_name": "Voxxie/lovelace-jumbo-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7d5b2e7", "last_release_tag": "v0.2.1", "last_updated": "2020-05-04T10:11:59Z", "name": "lovelace-jumbo-card", "new": false, "repository_manifest": {"name": "Jumbo Card", "filename": "jumbo-card.js"}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["home-assistant", "jumbo", "lovelace-card", "lovelace-custom-card"], "version_installed": null}, "245832290": {"authors": [], "category": "netdaemon", "description": "Create a notification when there is an update available in HACS", "domain": "HacsNotifyOnUpdate", "downloads": 0, "etag_repository": "W/\"cf46d1f2304fe3d42d15fb2365cad5c71e3a197c202029f478e98885d3805eef\"", "full_name": "hacs/ND-NotifyUpdates", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1af01e5", "last_release_tag": "0.1.2", "last_updated": "2020-10-30T23:55:11Z", "name": "HacsNotifyOnUpdate", "new": false, "repository_manifest": {"name": "HACS Update Notifications", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": ["automation", "hacktoberfest", "hacs", "home-assistant", "netdaemon"], "version_installed": null}, "247953716": {"authors": [], "category": "netdaemon", "description": "Takes snapshots of your cameras and sends to discord", "domain": "MotionSnapshot", "downloads": 0, "etag_repository": "W/\"f213b3665803a8c12e0547298d00a145da60cd7922460cbb1084722e21504bcb\"", "full_name": "isabellaalstrom/ND-MotionSnapshot", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7fc4b01", "last_release_tag": "0.0.1", "last_updated": "2020-07-31T06:41:24Z", "name": "MotionSnapshot", "new": false, "repository_manifest": {"name": "Motion Snapshots to Discord", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": ["automation", "camera", "cameras", "discord", "hacs", "home-assistant", "netdaemon", "security", "snapshot"], "version_installed": null}, "299431188": {"authors": [], "category": "netdaemon", "description": "ITach Wifi2IR daemon - send commands to IR operated devices", "domain": "Wifi2IrApp", "downloads": 0, "etag_repository": "W/\"e323aa9e7ce0c6ce029cb15ca05f1e40be1f39b2866dc9d7c8792fd9f7473142\"", "full_name": "LiranSX/NetDaemon-ITach-Wifi2IR", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "0bda03e", "last_release_tag": null, "last_updated": "2020-09-29T22:45:11Z", "name": "Wifi2IrApp", "new": false, "repository_manifest": {"name": "Home Assistant to ITach Wifi2IR", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": ["automation", "csharp", "hacs", "home-assistant", "itach", "netdaemon", "wifi2ir"], "version_installed": null}, "198460710": {"authors": [], "category": "python_script", "description": "A python script for Homeassistant that counts down the days to birthdays, anniversaries etc", "domain": "", "downloads": 0, "etag_repository": "W/\"1d1c5c2b110edc96d786ef2fdfa0625e680e58a5ab1e5edda84e49fe9667df11\"", "full_name": "mf-social/ps-date-countdown", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "bd6ceaa", "last_release_tag": "v6.0", "last_updated": "2021-05-15T02:00:07Z", "name": "ps-date-countdown", "new": false, "repository_manifest": {"name": "Date Countdown"}, "selected_tag": null, "show_beta": false, "stars": 19, "topics": ["python", "python-script", "home-assistant", "homeassistant", "hacs"], "version_installed": null}, "258712314": {"authors": [], "category": "python_script", "description": "A python script for Home Assistant that control fan speed with Fan Template and Broadlink.", "domain": "", "downloads": 0, "etag_repository": "W/\"6d57b1c503f1da8ced3c145a7838e5de5fde0e8d75cd80e99639b73b226739b5\"", "full_name": "iml885203/HA-FanSpeedControl", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "fecb3a8", "last_release_tag": "v1.5.2", "last_updated": "2021-05-11T10:47:11Z", "name": "HA-FanSpeedControl", "new": false, "repository_manifest": {"name": "Fan Speed Control", "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": ["python", "python-script", "home-assistant", "homeassistant", "hacs"], "version_installed": null}, "194319685": {"authors": [], "category": "python_script", "description": "Script that adds MQTT discovery support for Shellies devices", "domain": "", "downloads": 0, "etag_repository": "W/\"c085a321639587be396940899e43a49d9cb41168ccbb7d3ebcaed898ae6eda52\"", "full_name": "bieniu/ha-shellies-discovery", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "53b58b0", "last_release_tag": "0.40.0", "last_updated": "2021-07-29T12:53:26Z", "name": "ha-shellies-discovery", "new": false, "repository_manifest": {"name": "Shellies Discovery", "homeassistant": "2021.6.0", "zip_release": true, "filename": "shellies-discovery.zip"}, "selected_tag": null, "show_beta": false, "stars": 137, "topics": ["python", "mqtt", "python-script", "discovery", "home-assistant", "shelly"], "version_installed": null}, "233093604": {"authors": [], "category": "python_script", "description": "merge master/slave device trackers", "domain": "", "downloads": 0, "etag_repository": "W/\"103983e547487bd05d408d114a9a78a3bcc65066d4685d195932a524abfc1104\"", "full_name": "kodi1/tracker_merge", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3c517e9", "last_release_tag": null, "last_updated": "2021-04-21T19:05:19Z", "name": "tracker_merge", "new": false, "repository_manifest": {"name": "kodi1/tracker_merge", "render_readme": "true", "country": ["NO"]}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": ["python", "tracking", "python-script", "home-assistant", "hacs"], "version_installed": null}, "246406566": {"authors": [], "category": "python_script", "description": "Python script to update climate devices", "domain": "", "downloads": 0, "etag_repository": "W/\"b7c5684c9099c2bfce08cef9abf3590d7fd5b04c4ea96137696a356cbcbe07a0\"", "full_name": "Santobert/HA-UpdateClimate", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "73e488b", "last_release_tag": "2.0.3", "last_updated": "2021-03-30T17:22:29Z", "name": "HA-UpdateClimate", "new": false, "repository_manifest": {"name": "UpdateClimate", "render_readme": true, "domains": "climate", "homeassistant": "0.47.0"}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": ["climate", "scheduler", "python-script", "home-assistant", "hvac", "preset", "hacs"], "version_installed": null}, "194381263": {"authors": [], "category": "python_script", "description": "This script updates Z-Wave thermostat entity state and current temperature from external sensor", "domain": "", "downloads": 0, "etag_repository": "W/\"52abc876d0372b8612ae0d4bb1c4d9302e774b316a414a2733a508adb3f3e61f\"", "full_name": "bieniu/ha-thermostat-update", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "08d0fc6", "last_release_tag": "0.3.5", "last_updated": "2020-04-28T06:54:52Z", "name": "ha-thermostat-update", "new": false, "repository_manifest": {"name": "Thermostat Update"}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": ["python", "python-script", "thermostat", "home-assistant", "z-wave"], "version_installed": null}, "240900380": {"authors": [], "category": "python_script", "description": "Python script to handle state and attributes of existing sensors and entities", "domain": "", "downloads": 0, "etag_repository": "W/\"7f35fd804da3ba6e1044c7ea6e4e6daa5c0b89589a24ade5712bfeeed18cf58d\"", "full_name": "pmazz/ps_hassio_entities", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5a14ea2", "last_release_tag": "v1.1.0", "last_updated": "2021-03-07T22:15:32Z", "name": "ps_hassio_entities", "new": false, "repository_manifest": {"name": "Entities Script", "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 17, "topics": ["python", "python-script", "home-assistant", "hacs"], "version_installed": null}, "313269367": {"authors": [], "category": "plugin", "description": "Replace the history graph colors with a material design color palette.", "domain": "", "downloads": 0, "etag_repository": "W/\"212092c29f3ec16b74ef285c97b11b98fda6487be1e379fa2e0ffdceac2d42f4\"", "full_name": "Kibibit/kb-better-graph-colors", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "bf18c68", "last_release_tag": "v1.1.0", "last_updated": "2021-02-16T18:58:53Z", "name": "kb-better-graph-colors", "new": false, "repository_manifest": {"name": "kibibit Better Graph Colors", "render_readme": true, "filename": "kb-better-graph-colors.js"}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": ["color-scheme", "graphs", "hacs", "home-assistant", "palette"], "version_installed": null}, "312649007": {"authors": [], "category": "python_script", "description": "A python script for Home Assistant that counts down the days to reminder", "domain": "", "downloads": 0, "etag_repository": "W/\"06940d7d5711f8ef4e782a027965095d4662b6874a9984429f0c28a1033089a5\"", "full_name": "eyalcha/ha-reminder", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "ed737c2", "last_release_tag": "1.0.7", "last_updated": "2020-12-20T21:07:41Z", "name": "ha-reminder", "new": false, "repository_manifest": {"name": "Reminder"}, "selected_tag": null, "show_beta": false, "stars": 11, "topics": ["home-assistant", "python-scripts", "hacs"], "version_installed": null}, "308883876": {"authors": [], "category": "plugin", "description": "Custom card for bluetooth bulb (BLE light) control for Homeassistant", "domain": "", "downloads": 0, "etag_repository": "W/\"4043b4b32210ed8eba426b5902649c1ff69d318393432d3bc7758e01d3b0d3b9\"", "full_name": "marcomow/ble-bulb-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9cf1266", "last_release_tag": "v0.1.0", "last_updated": "2021-11-05T19:42:44Z", "name": "ble-bulb-card", "new": false, "repository_manifest": {"name": "BLE bulb card", "content_in_root": true, "filename": "ble-bulb-card.js", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["ble", "ble-bulb", "ble-bulb-card", "custom-card", "hacs", "hass", "home-assistant", "home-assistant-card", "home-assistant-custom", "magic-blue-bulbs", "magicblue", "triones", "web-bluetooth"], "version_installed": null}, "303101606": {"authors": [], "category": "plugin", "description": "\ud83d\ude48 Hides the Home Assistant header and/or sidebar", "domain": "", "downloads": 0, "etag_repository": "W/\"67a31f1de11062ae98376221b49142cfc4b01bdcd2748db706c067a7c511a05a\"", "full_name": "maykar/kiosk-mode", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5c29a5a", "last_release_tag": "1.7.2", "last_updated": "2021-10-15T16:23:37Z", "name": "kiosk-mode", "new": false, "repository_manifest": {"name": "Kiosk Mode", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 197, "topics": ["home-assistant", "kiosk", "kiosk-mode", "lovelace"], "version_installed": null, "last_fetched": 1643571261.133304}, "313270182": {"authors": [], "category": "plugin", "description": "Make Cards and Popups blur everything behind them.", "domain": "", "downloads": 0, "etag_repository": "W/\"ffd1bcf3f48c9bf33f408347e9ae4c4faee764654977f90ac8e15737b465a0a2\"", "full_name": "Kibibit/kb-frosted-cards", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5e1586e", "last_release_tag": "v1.3.1", "last_updated": "2020-11-22T22:02:11Z", "name": "kb-frosted-cards", "new": false, "repository_manifest": {"name": "kibibit Frosted Cards", "render_readme": true, "filename": "kb-frosted-cards.js"}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": ["effect", "frosted-glass", "hacs", "home-assistant"], "version_installed": null}, "203592862": {"authors": ["@blindlight"], "category": "integration", "description": "USR-R16 integration for Home Assistant", "domain": "usr_r16", "downloads": 0, "etag_repository": "W/\"b4008ee2896552ddcc38374d4704879dd1fd3ff154452b52978b61d2c2284a5d\"", "full_name": "blindlight86/HA_USR-R16", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7c81295", "last_release_tag": null, "last_updated": "2020-10-20T13:45:02Z", "name": "usr_r16", "new": false, "repository_manifest": {"name": "USR-R16 16\u8def\u7f51\u7edc\u7ee7\u7535\u5668", "domains": ["switch"], "render_readme": true, "homeassistant": "0.106.0", "country": ["CN"], "iot_class": ["Assumed State", "Local Push"]}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["hacs", "home-assistant", "relays"], "version_installed": null}, "299476136": {"authors": ["@9rpp"], "category": "integration", "description": "This is a partial implementation of the Securifi RESTful API for Home Assistant", "domain": "securifi", "downloads": 0, "etag_repository": "W/\"4c0dfdcfa7cc412608d5e515f7118891d148cbf37a1ae301ff6f0866ef83b481\"", "full_name": "9rpp/securifi", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3b6c2eb", "last_release_tag": "v1.1", "last_updated": "2020-10-29T15:54:45Z", "name": "securifi", "new": false, "repository_manifest": {"name": "Securifi RESTful API", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["automation", "homeassistant-integration", "iot", "securifi"], "version_installed": null}, "282427417": {"authors": ["@bremor"], "category": "integration", "description": "Custom component for retrieving departure times for Public Transport Victoria.", "domain": "public_transport_victoria", "downloads": 0, "etag_repository": "W/\"6f6be4bb5bdb17c18ccd1be6ccd8181154e7793b199df41fff13cfe201d8906c\"", "full_name": "bremor/public_transport_victoria", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6abcb14", "last_release_tag": "0.3.2", "last_updated": "2021-03-15T03:41:11Z", "name": "public_transport_victoria", "new": false, "repository_manifest": {"name": "Public Transport Victoria", "render_readme": "true", "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": ["australia", "bus", "hacktoberfest", "hacs", "ptv", "public", "train", "tram", "transport", "victoria"], "version_installed": null}, "307586942": {"authors": ["@bremor"], "category": "integration", "description": "Custom component for retrieving weather information from the Bureau of Meteorology.", "domain": "bureau_of_meteorology", "downloads": 0, "etag_repository": "W/\"3365b193e78ec27d1710f4616b1d531c39467481800fd323c6f836bee5f4b20d\"", "full_name": "bremor/bureau_of_meteorology", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "bda3d14", "last_release_tag": "1.1.1", "last_updated": "2021-12-06T10:11:48Z", "name": "bureau_of_meteorology", "new": false, "repository_manifest": {"name": "Bureau of Meteorology", "render_readme": "true", "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 71, "topics": ["bom", "bureau", "forecast", "hacs", "meteorology", "observations", "weather", "weather-information"], "version_installed": null, "last_fetched": 1642851336.401807}, "307503425": {"authors": ["@exxamalte", "@caiosweet"], "category": "integration", "description": "INGV - National Institute of Geophysics and Volcanology [Istituto Nazionale di Geofisica e Vulcanologia] Terremoti Italia.", "domain": "ingv_centro_nazionale_terremoti", "downloads": 0, "etag_repository": "W/\"0507da71a03b54f3cf442a280608d3318cf8560190440ed60010661e6832ea1b\"", "full_name": "caiosweet/Home-Assistant-custom-components-INGV", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3f701ee", "last_release_tag": "2021.06.0", "last_updated": "2021-12-31T21:35:46Z", "name": "ingv_centro_nazionale_terremoti", "new": false, "repository_manifest": {"name": "INGV Istituto Nazionale di Geofisica e Vulcanologia", "domains": ["geo_location"], "country": ["IT"], "render_readme": true, "iot_class": ["Cloud Polling"]}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": ["assistant", "geofisica", "home", "homeassistant", "ingv", "terremoti", "vulcanologia"], "version_installed": null, "last_fetched": 1641058225.993408}, "308690707": {"authors": ["@djtimca"], "category": "integration", "description": "Home Assistant integration for Google Wifi systems.", "domain": "googlewifi", "downloads": 0, "etag_repository": "W/\"ba1dfacec9fef7cf41a3af44b82da8c9e506f82294bf36f1f3c1f8c098572387\"", "full_name": "djtimca/hagooglewifi", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "30fb1c9", "last_release_tag": "0.1.29", "last_updated": "2022-01-18T15:19:15Z", "name": "googlewifi", "new": false, "repository_manifest": {"name": "Google WiFi", "country": ["CA"], "domains": ["binary_sensor"], "homeassistant": "0.115.0", "iot_class": ["Cloud Polling"]}, "selected_tag": null, "show_beta": false, "stars": 33, "topics": ["custom-component", "google-wifi", "hacs", "home-assistant", "home-automation"], "version_installed": null, "last_fetched": 1643571228.6765}, "304573324": {"authors": ["@dgomes", "@crowbarz"], "category": "integration", "description": "Updated SQL integration for Home Assistant that supports JSON attributes", "domain": "sql_json", "downloads": 0, "etag_repository": "W/\"c14f09f4a7ff1c5d621888e79ed4c668637c5a8c6cc71d3da9eae5e7ef2997d8\"", "full_name": "crowbarz/ha-sql_json", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "811d061", "last_release_tag": "1.1.0", "last_updated": "2021-12-05T15:25:13Z", "name": "sql_json", "new": false, "repository_manifest": {"name": "SQL (with JSON detection)", "render_readme": true, "domains": ["sensor"], "homeassistant": "0.99.9", "persistent_directory": "userfiles", "iot_class": ["Local Polling", "Cloud Polling"]}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["hacs", "home-assistant", "integration", "json", "sql"], "version_installed": null}, "223993584": {"authors": ["@Magalex2x14", "@Ernst79"], "category": "integration", "description": "BLE monitor passively monitors BLE sensors (Xiaomi, Qingping, ATC, BlueMaestro, Brifit, Govee, Kegtron, Moat, Inkbird, iNode, Yeelight, RuuviTag, SensorPush, Teltonika and Thermoplus)", "domain": "ble_monitor", "downloads": 0, "etag_repository": "W/\"ca65d5f235d2b5221d628d17f4ac95c2f7d0057aa9fee982b68a14b86cea5064\"", "full_name": "custom-components/ble_monitor", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9e4c7c9", "last_release_tag": "7.4.0", "last_updated": "2022-01-30T14:43:00Z", "name": "ble_monitor", "new": false, "repository_manifest": {"name": "Passive BLE monitor integration", "domains": "ble_monitor", "iot_class": "local push", "homeassistant": "2021.12.0"}, "selected_tag": null, "show_beta": false, "stars": 1122, "topics": ["atc", "custom-component", "govee", "hacs", "hassio", "home-assistant", "homeassistant", "inkbird", "kegtron", "mibeacon", "mijia", "mitemp-bt", "qingping", "scales", "thermoplus", "xiaomi", "xiaomi-sensors"], "version_installed": null, "last_fetched": 1643571225.316781}, "178838527": {"authors": ["@filipvh"], "category": "integration", "description": "Niko Home Control II Home Assistant Integration", "domain": "nhc2", "downloads": 0, "etag_repository": "W/\"af1fe196a05e476d5125cb3ab4eb173e98f43b0c27a105abde449f61ac964f1f\"", "full_name": "filipvh/hass-nhc2", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6efc1b4", "last_release_tag": "1.6.0", "last_updated": "2021-10-30T21:16:51Z", "name": "nhc2", "new": false, "repository_manifest": {"name": "Niko Home Control II", "domains": ["light", "switch"], "iot_class": ["Local Push"], "render_readme": true, "homeassistant": "0.114.1"}, "selected_tag": null, "show_beta": false, "stars": 31, "topics": ["coco", "domotica", "nhc", "nhc2", "niko", "niko-home-control"], "version_installed": null, "last_fetched": 1642520515.664955}, "266779715": {"authors": ["@induprakash"], "category": "integration", "description": "Home Assistant component which allows you to get stock updates from Yahoo finance.", "domain": "yahoofinance", "downloads": 0, "etag_repository": "W/\"c43370e1ce9d69e49d2bfa9a566b95dda1a67fde45e96dfaed171463777c2724\"", "full_name": "iprak/yahoofinance", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "89adcd9", "last_release_tag": "v1.1.5", "last_updated": "2021-12-25T17:46:44Z", "name": "yahoofinance", "new": false, "repository_manifest": {"name": "Yahoo Finance", "domains": ["sensor"], "iot_class": "cloud_poll", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 40, "topics": ["hacs", "home-assistant", "homeassistant", "homeassistant-components", "stock-updates", "yahoo-finance"], "version_installed": null, "last_fetched": 1643571234.171706}, "309018094": {"authors": ["@itchannel"], "category": "integration", "description": "Fordpass integration for Home Assistant", "domain": "fordpass", "downloads": 0, "etag_repository": "W/\"1baf68ddd22da54ea62946905b449be550fe2ad3682e6f9e4c9d8fa3e77aa069\"", "full_name": "itchannel/fordpass-ha", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6b35a05", "last_release_tag": "1.30", "last_updated": "2021-12-21T06:38:47Z", "name": "fordpass", "new": false, "repository_manifest": {"name": "fordpass", "content_in_root": false, "iot_class": "cloud_polling"}, "selected_tag": null, "show_beta": false, "stars": 74, "topics": ["assistant", "car", "fordpass", "home"], "version_installed": null, "last_fetched": 1643571234.232362}, "299123388": {"authors": ["@jseidl"], "category": "integration", "description": "Magic Areas custom_component for Home Assistant", "domain": "magic_areas", "downloads": 0, "etag_repository": "W/\"917e95dc10ce278b9ed64a065d82a79f41a04d084eb88b26a72fa312f5f24cd7\"", "full_name": "jseidl/hass-magic_areas", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b2a5d2b", "last_release_tag": "v2.0.5", "last_updated": "2022-01-06T12:14:31Z", "name": "magic_areas", "new": false, "repository_manifest": {"name": "Magic Areas", "homeassistant": "0.115.0"}, "selected_tag": null, "show_beta": false, "stars": 117, "topics": ["automation", "homeassistant", "python"], "version_installed": null, "last_fetched": 1643571235.711092}, "306078097": {"authors": ["@nagyrobi"], "category": "integration", "description": "Monitor and react on your pfSense gateway's status with Home Assistant.", "domain": "pfsense_gateways", "downloads": 0, "etag_repository": "W/\"b246415d3b19b9dd58336a66f824251314290e88f069c01899ed15a8321bd924\"", "full_name": "nagyrobi/home-assistant-custom-components-pfsense-gateways", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3acb19c", "last_release_tag": "v1.00", "last_updated": "2021-03-04T17:19:47Z", "name": "pfsense_gateways", "new": false, "repository_manifest": {"name": "pfSense gateways monitoring", "content_in_root": false, "render_readme": true, "domains": ["pfsense_gateways"], "homeassistant": "0.115.0"}, "selected_tag": null, "show_beta": false, "stars": 15, "topics": ["gateways", "isp", "modem", "pfsense", "reboot", "router"], "version_installed": null, "last_fetched": 1643571241.579049}, "249381778": {"authors": ["@rospogrigio", "@postlund"], "category": "integration", "description": "local handling for Tuya devices", "domain": "localtuya", "downloads": 0, "etag_repository": "W/\"f70ecaaaa7bdf860c21c365df97b155232d916c6beed4d51961f378befb84853\"", "full_name": "rospogrigio/localtuya", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2688a17", "last_release_tag": "v3.4.0", "last_updated": "2022-01-30T05:29:24Z", "name": "localtuya", "new": false, "repository_manifest": {"name": "Local Tuya", "domains": ["climate", "cover", "fan", "light", "number", "select", "sensor", "switch"], "homeassistant": "0.116.0", "iot_class": ["Local Push"]}, "selected_tag": null, "show_beta": false, "stars": 904, "topics": ["localtuya", "tuya", "tuya-api"], "version_installed": null, "last_fetched": 1643571246.73298}, "268722568": {"authors": ["@Sennevds"], "category": "integration", "description": "Template media_player for Home Assistant", "domain": "media_player_template", "downloads": 0, "etag_repository": "W/\"a936551d8209c46de364893c8d853ca7faf905c0cd2273baa9dd86485aa8a70c\"", "full_name": "Sennevds/media_player.template", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b9285c5", "last_release_tag": "1.0.0", "last_updated": "2021-05-17T15:12:21Z", "name": "media_player_template", "new": false, "repository_manifest": {"name": "Media player template", "domains": ["media_player", "template"], "homeassistant": "0.116", "render_readme": true, "iot_class": ["Local Polling", "Local Push"]}, "selected_tag": null, "show_beta": false, "stars": 55, "topics": ["custom-component", "home-assistant", "homeassistant", "media-player"], "version_installed": null, "last_fetched": 1642274187.043107}, "303827752": {"authors": ["@sbabcock23"], "category": "integration", "description": "Home Assistant integration for TryFi Dog Collar GPS monitoring.", "domain": "tryfi", "downloads": 0, "etag_repository": "W/\"1694b659b4c2dc5c7bf1ee4b1f1d25cc2c07c604a23d44de42330b970edad860\"", "full_name": "sbabcock23/hass-tryfi", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4da502b", "last_release_tag": "0.0.10", "last_updated": "2021-10-16T07:34:17Z", "name": "tryfi", "new": false, "repository_manifest": {"config_flow": true, "documentation": "https://github.com/sbabcock23/hass-pytryfi", "domains": ["device_tracker", "light", "sensor", "select"], "homeassistant": "0.117.0", "iot_class": "Local Polling", "name": "TryFi Dog Monitor", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 23, "topics": ["dog", "dog-collar", "gps", "hacs", "home-assistant", "homeassistant-integration", "iot", "python", "tryfi"], "version_installed": null, "last_fetched": 1642004494.42201}, "164489685": {"authors": ["@syssi"], "category": "integration", "description": "Nextbike integration for Home Assistant", "domain": "nextbike", "downloads": 0, "etag_repository": "W/\"4c1fe586e4e5ed4ff1a56971ad3e2e17acc5c22832d8a91f71d458f534ecfd0f\"", "full_name": "syssi/nextbike", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2cf2ed5", "last_release_tag": "1.0.2", "last_updated": "2022-01-03T10:28:27Z", "name": "nextbike", "new": false, "repository_manifest": {"name": "Nextbike Integration", "content_in_root": false, "render_readme": true, "iot_class": "local_polling"}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": ["custom-component", "free-floating", "hacktoberfest", "home-assistant", "nextbike"], "version_installed": null, "last_fetched": 1641217458.836571}, "129353521": {"authors": ["@syssi"], "category": "integration", "description": "Custom component for Home Assistant to faciliate the reverse engeneering of Xiaomi MiIO devices", "domain": "xiaomi_miio_raw", "downloads": 0, "etag_repository": "W/\"ad1075f9973b2bcb5c3d762c87e98af78ba99beba610dbb66965a322ab6ad4df\"", "full_name": "syssi/xiaomi_raw", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3ef28a5", "last_release_tag": "1.4.4", "last_updated": "2021-12-22T07:11:29Z", "name": "xiaomi_miio_raw", "new": false, "repository_manifest": {"name": "Xiaomi MiIO Raw", "content_in_root": false, "render_readme": true, "iot_class": "local_polling"}, "selected_tag": null, "show_beta": false, "stars": 85, "topics": ["custom-component", "hacktoberfest", "home-assistant", "miio", "miio-device", "miio-protocol", "monitoring", "sensor"], "version_installed": null, "last_fetched": 1643571249.436979}, "121934877": {"authors": ["@syssi"], "category": "integration", "description": "Xiaomi Mi and Aqara Air Conditioning Companion integration for Home Assistant", "domain": "xiaomi_miio_airconditioningcompanion", "downloads": 0, "etag_repository": "W/\"7ee5f35d55ad6ab76a78d0c605b144d82236c6278575137679f6c83f328e08e5\"", "full_name": "syssi/xiaomi_airconditioningcompanion", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7f63dd6", "last_release_tag": "0.2.4", "last_updated": "2022-01-06T19:33:50Z", "name": "xiaomi_miio_airconditioningcompanion", "new": false, "repository_manifest": {"name": "Xiaomi Mi and Aqara Air Conditioning Companion Integration", "content_in_root": false, "render_readme": true, "iot_class": "local_polling"}, "selected_tag": null, "show_beta": false, "stars": 348, "topics": ["acpartner", "airconditioning", "aqara", "custom-component", "hacktoberfest", "home-assistant", "infrared", "xiaomi"], "version_installed": null, "last_fetched": 1641587963.829981}, "101482973": {"authors": ["@syssi"], "category": "integration", "description": "Xiaomi Mi Air Purifier and Xiaomi Mi Air Humidifier integration for Home Assistant", "domain": "xiaomi_miio_airpurifier", "downloads": 0, "etag_repository": "W/\"7e71cdf1e215618839b955eb2b366471179bed322267614413a6f895cc182a1a\"", "full_name": "syssi/xiaomi_airpurifier", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7c4eaba", "last_release_tag": "0.6.17", "last_updated": "2021-12-20T17:16:04Z", "name": "xiaomi_miio_airpurifier", "new": false, "repository_manifest": {"name": "Xiaomi Mi Air Purifier, Air Humidifier, Air Fresh and Pedestal Fan Integration", "content_in_root": false, "render_readme": true, "iot_class": "local_polling", "homeassistant": "2021.5.1"}, "selected_tag": null, "show_beta": false, "stars": 332, "topics": ["airfresh", "airhumidifier", "airpurifier", "custom-component", "fan", "hacktoberfest", "home-assistant", "miio", "miio-protocol", "miot", "xiaomi"], "version_installed": null, "last_fetched": 1643571249.39898}, "307098646": {"authors": ["@nielsfaber"], "category": "integration", "description": "Easy to use alarm system integration for Home Assistant", "domain": "alarmo", "downloads": 0, "etag_repository": "W/\"004168e6b06e00e1f7638ef184c7f0ba21fc9c3f0689b575aa6aac757e247b39\"", "full_name": "nielsfaber/alarmo", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4e51c17", "last_release_tag": "v1.8.3", "last_updated": "2022-01-16T17:58:35Z", "name": "alarmo", "new": false, "repository_manifest": {"name": "Alarmo", "render_readme": "true", "iot_class": ["Local Push"], "domains": ["alarm_control_panel"], "zip_release": true, "filename": "alarmo.zip", "hide_default_branch": true}, "selected_tag": null, "show_beta": false, "stars": 360, "topics": ["alarm", "assistant", "hass", "home", "integration", "lovelace", "security"], "version_installed": null, "last_fetched": 1643571243.16842}, "97201395": {"authors": ["@syssi"], "category": "integration", "description": "Xiaomi Mi Smart WiFi Socket integration for Home Assistant", "domain": "xiaomi_miio_plug", "downloads": 0, "etag_repository": "W/\"190da4ddddf22a807ea642ee1136a6b2658d2c25da50715df48e207c81dc53ce\"", "full_name": "syssi/xiaomiplug", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1abf75f", "last_release_tag": "1.4.4", "last_updated": "2021-12-18T20:16:21Z", "name": "xiaomi_miio_plug", "new": false, "repository_manifest": {"name": "Xiaomi Mi Smart WiFi Socket Integration", "content_in_root": false, "render_readme": true, "iot_class": "local_polling"}, "selected_tag": null, "show_beta": false, "stars": 91, "topics": ["custom-component", "hacktoberfest", "home-assistant", "miio", "miio-device", "miio-protocol", "switch", "xiaomi"], "version_installed": null}, "307974458": {"authors": ["@iesus"], "category": "integration", "description": "Get departure times for swedish public transportation", "domain": "resrobot", "downloads": 0, "etag_repository": "W/\"7dd562bb1017587f0e869f5d0d94d50eb64d8806e6c39e89dc2ae55a8caa6b60\"", "full_name": "TekniskSupport/home-assistant-resrobot", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7da8dff", "last_release_tag": "v0.0.12", "last_updated": "2022-01-09T07:41:03Z", "name": "resrobot", "new": false, "repository_manifest": {"name": "ResRobot", "country": ["SE"], "domains": ["sensor"], "homeassistant": "2021.12.8"}, "selected_tag": null, "show_beta": false, "stars": 10, "topics": ["bus", "ferry", "hacs", "homeassistant", "iesus", "integration", "public", "sweden", "train", "tram", "transportation"], "version_installed": null, "last_fetched": 1641895848.62499}, "305147191": {"authors": ["@zigul"], "category": "integration", "description": "CEZ Distribuce - Home Assistant Sensor", "domain": "cezdistribuce", "downloads": 0, "etag_repository": "W/\"38edd91c2b64c9de08df997f51fa90a45a911e9000a2636b724b23f679239066\"", "full_name": "zigul/HomeAssistant-CEZdistribuce", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5fb8bfe", "last_release_tag": "0.4.4", "last_updated": "2021-12-07T18:40:34Z", "name": "cezdistribuce", "new": false, "repository_manifest": {"name": "CEZ Distribuce CZ", "render_readme": false, "domains": ["binary_sensor"], "country": ["CZ"], "homeassistant": "0.110.0"}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": ["cez", "hacs", "home-assistant", "home-automation"], "version_installed": null, "last_fetched": 1643571252.799866}, "287318591": {"authors": ["@Thomas55555"], "category": "integration", "description": "Custom component for Home Assistant to monitor and control your Husqvrana Automower", "domain": "husqvarna_automower", "downloads": 0, "etag_repository": "W/\"c15f1f14f6627db01d9f843a98ff03c21fc88292e15875c4ec8950be8da168f1\"", "full_name": "Thomas55555/husqvarna_automower", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6c6dd2d", "last_release_tag": "2021.12.0", "last_updated": "2021-12-19T22:42:26Z", "name": "husqvarna_automower", "new": false, "repository_manifest": {"name": "Husqvarna Automower", "domains": ["vacuum"], "homeassistant": "2021.5.0b0", "iot_class": ["Cloud Polling"], "render_readme": true, "zip_release": true, "filename": "husqvarna_automower.zip"}, "selected_tag": null, "show_beta": false, "stars": 21, "topics": ["hass", "homeassistant", "husqvarna-automower"], "version_installed": null}, "139634406": {"authors": [], "category": "plugin", "description": "\ud83c\udf21 Thermostat card with a round and black feel to it", "domain": "", "downloads": 0, "etag_repository": "W/\"664e74d216c53bafed3b00a2ea59d3d6dd97c079b40fe37649a5b26cc58b89a6\"", "full_name": "ciotlosm/lovelace-thermostat-dark-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a123d3b", "last_release_tag": "0.0.5", "last_updated": "2022-01-24T11:26:47Z", "name": "lovelace-thermostat-dark-card", "new": false, "repository_manifest": {"name": "Dark Thermostat", "render_readme": true, "filename": "thermostat-dark-card.js"}, "selected_tag": null, "show_beta": false, "stars": 639, "topics": ["custom-cards", "hacs", "home-assistant", "lovelace", "thermostat"], "version_installed": null, "last_fetched": 1643571254.633427}, "315044466": {"authors": [], "category": "plugin", "description": "Custom Transmission card for Home Assistant/Lovelace", "domain": "", "downloads": 0, "etag_repository": "W/\"70f2989f8c17f04db7949415e4c89fee8951cfd9e90f88ed376470e7f8fa48fe\"", "full_name": "amaximus/transmission-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a62be30", "last_release_tag": "0.8.2", "last_updated": "2021-11-20T13:14:11Z", "name": "transmission-card", "new": false, "repository_manifest": {"name": "Transmission Card", "filename": "transmission-card.js", "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 21, "topics": ["home-assistant", "homeassistant", "lovelace", "lovelace-card", "lovelace-custom-card", "transmission"], "version_installed": null, "last_fetched": 1643571253.781456}, "188106531": {"authors": ["@moralmunky", "@firstof9"], "category": "integration", "description": "Home Assistant integration providing day of package counts and USPS informed delivery images.", "domain": "mail_and_packages", "downloads": 0, "etag_repository": "W/\"022bfdd5958173ec1d652b54094d6337e11212d7e7d1d2d017b8c1526d627db3\"", "full_name": "moralmunky/Home-Assistant-Mail-And-Packages", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "839f87d", "last_release_tag": "0.3.3-2", "last_updated": "2022-01-23T09:45:55Z", "name": "mail_and_packages", "new": false, "repository_manifest": {"name": "Mail and Packages", "domains": ["camera", "sensor"], "homeassistant": "0.109.0", "iot_class": "Cloud Polling", "zip_release": true, "filename": "mail_and_packages.zip"}, "selected_tag": null, "show_beta": false, "stars": 286, "topics": ["home-assistant", "home-assistant-config", "home-automation", "homeassistant", "lovelace-card", "lovelace-custom-card"], "version_installed": null, "last_fetched": 1643571240.640675}, "222118751": {"authors": ["AlexxIT"], "category": "integration", "description": "Control Sonoff Devices with eWeLink (original) firmware over LAN and/or Cloud from Home Assistant", "domain": "sonoff", "downloads": 0, "etag_repository": "W/\"3edcde8a62e437e13c0ccf71451073cc568e79d5eeccf0312d3694599c4b2a28\"", "full_name": "AlexxIT/SonoffLAN", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9ceb51d", "last_release_tag": "v2.4.6", "last_updated": "2021-12-19T03:30:23Z", "name": "sonoff", "new": false, "repository_manifest": {"name": "Sonoff LAN", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 1503, "topics": ["ewelink", "hacs", "home-assistant", "sonoff"], "version_installed": null, "last_fetched": 1643571220.087619}, "146660369": {"authors": ["@gerard33"], "category": "integration", "description": "Sony Bravia TV (Pre-Shared Key) component for Home Assistant", "domain": "braviatv_psk", "downloads": 0, "etag_repository": "W/\"18b13afacc63ab61d3209352db4f277ef6519ba65c6e65ae987defd5d544da4b\"", "full_name": "custom-components/media_player.braviatv_psk", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "bfd45b5", "last_release_tag": "v0.4.1", "last_updated": "2022-01-24T18:22:34Z", "name": "braviatv_psk", "new": false, "repository_manifest": {"name": "Bravia TV PSK", "domains": ["media_player"], "iot_class": "Local Polling"}, "selected_tag": null, "show_beta": false, "stars": 83, "topics": ["bravia", "home-assistant", "psk", "sony"], "version_installed": null, "last_fetched": 1643571225.765239}, "321140869": {"authors": [], "category": "plugin", "description": "Custom home assitant lovelace for UI auto reload", "domain": "", "downloads": 0, "etag_repository": "W/\"08c2929502d28e1d296f9f782fa891b372587b53e179f7a7076f9985529496cc\"", "full_name": "ben8p/lovelace-auto-reload-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e6a1387", "last_release_tag": null, "last_updated": "2021-03-04T02:17:00Z", "name": "lovelace-auto-reload-card", "new": false, "repository_manifest": {"name": "Auto Reload", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 20, "topics": ["home-assistant", "lovelace-card"], "version_installed": null}, "321773656": {"authors": [], "category": "plugin", "description": "\ud83c\udc39 Lovelace responsive grid card that can be tweaked in your theme definition.", "domain": "", "downloads": 0, "etag_repository": "W/\"fe48d5fee63f822dc29c21712606b11ef13b21dd07fbfd47b027b56cc8a8baa5\"", "full_name": "nervetattoo/themable-grid", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a7defcb", "last_release_tag": "v2.1.0", "last_updated": "2021-04-24T20:50:07Z", "name": "themable-grid", "new": false, "repository_manifest": {"render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 13, "topics": ["home-assistant", "lovelace-card", "lovelace-custom-card", "lovelace-ui"], "version_installed": null}, "320117484": {"authors": [], "category": "theme", "description": "Vibrant (Dark) Version of Clear Theme", "domain": "", "downloads": 0, "etag_repository": "W/\"308ab1f42553cf6fd9cf26cef97a101a529540568d7d7a9df2a0e6e15561c310\"", "full_name": "myleskeeffe/clear-theme-dark-vibrant", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "bec2afe", "last_release_tag": "v2.0.7", "last_updated": "2021-02-10T10:21:44Z", "name": "clear-theme-dark-vibrant", "new": false, "repository_manifest": {"name": "Vibrant (Dark) Clear Theme", "homeassistant": "0.109.0"}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["clear", "dark", "theme", "vibrant"], "version_installed": null}, "320381430": {"authors": [], "category": "plugin", "description": "An analog clock for Home Assistant Lovelace", "domain": "", "downloads": 0, "etag_repository": "W/\"e05c7fba200ef75e63f77cf2b7d3a098362ddbe05fa9b175096540a8c4592ad6\"", "full_name": "tomasrudh/analogclock", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1b2e994", "last_release_tag": "1.10", "last_updated": "2021-05-15T08:10:56Z", "name": "analogclock", "new": false, "repository_manifest": {"name": "Analog Clock", "render_readme": true, "filename": "analogclock.js"}, "selected_tag": null, "show_beta": false, "stars": 15, "topics": ["analog", "analog-clock", "assistant-lovelace", "clock", "lovelace"], "version_installed": null, "last_fetched": 1642184503.377032}, "302145522": {"authors": ["@djtimca"], "category": "integration", "description": "Home Assistant custom HACS integration to integrate the next 5 global rocket launches from https://rocketlaunch.live", "domain": "rocketlaunchlive", "downloads": 0, "etag_repository": "W/\"774f0545a82a5bb67fe051b8bddf4ce8a1351dee7055391da4390af2c10d19d9\"", "full_name": "djtimca/harocketlaunchlive", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3714322", "last_release_tag": "009", "last_updated": "2022-01-18T15:25:41Z", "name": "rocketlaunchlive", "new": false, "repository_manifest": {"name": "Rocket Launch Live - Next 5 Launches", "country": ["CA"], "domains": ["sensor"], "homeassistant": "0.115.0", "iot_class": ["Cloud Polling"]}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": ["home-assistant", "home-assistant-custom", "launch", "nasa", "rocket", "spacex", "ula"], "version_installed": null, "last_fetched": 1642520516.950142}, "245694520": {"authors": ["@asev"], "category": "integration", "description": "Custom component for Home Assistant to connect Helios ventilation system.", "domain": "helios", "downloads": 0, "etag_repository": "W/\"7416f432558530625dd8f41f5f2598f8f5125161146c254cc28fdc36648d4642\"", "full_name": "asev/homeassistant-helios", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6689bfb", "last_release_tag": "v0.4.1", "last_updated": "2021-12-03T21:19:51Z", "name": "helios", "new": false, "repository_manifest": {"name": "Helios ventilation", "iot_class": "Local Polling", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["helios", "homeassistant", "homeassistant-integration", "ventilation"], "version_installed": null}, "314593331": {"authors": ["@djtimca"], "category": "integration", "description": "Using the N2YO API, this Home Assistant integration will provide visible satellite passes (general) and to add specific satellites for monitoring.", "domain": "satellitetracker", "downloads": 0, "etag_repository": "W/\"c2807e9aed29bf98ea0d8fdb36edd838787ba52a8d6176e68d5cc55d29d9a157\"", "full_name": "djtimca/hasatellitetracker", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "0fc62d3", "last_release_tag": "0.0.7", "last_updated": "2022-01-18T15:30:25Z", "name": "satellitetracker", "new": false, "repository_manifest": {"name": "Satellite Tracker (N2YO)", "country": ["CA"], "domains": ["binary_sensor", "device_tracker", "sensor"], "homeassistant": "0.115.0", "iot_class": ["Cloud Polling"]}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["home-assistant", "home-assistant-hacs", "international-space-station", "iss", "satellite", "satellite-tracker", "starlink", "tracking-satellites", "visible-passes"], "version_installed": null, "last_fetched": 1642520517.076959}, "248462859": {"authors": ["@uvjustin"], "category": "integration", "description": "Custom component to allow Home Assistant to interface with Alarm.com", "domain": "alarmdotcom", "downloads": 0, "etag_repository": "W/\"3ce0ca90f5fc9249d3970eab7968934efb3c20f22f78b754937e95e5c41a48aa\"", "full_name": "uvjustin/alarmdotcom", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "42433a5", "last_release_tag": "v0.1.12", "last_updated": "2022-01-29T18:08:31Z", "name": "alarmdotcom", "new": false, "repository_manifest": {"name": "Alarmdotcom", "render_readme": true, "homeassistant": "0.105.0"}, "selected_tag": null, "show_beta": false, "stars": 72, "topics": ["alarm", "hacs", "home-assistant"], "version_installed": null, "last_fetched": 1643571251.610799}, "317051290": {"authors": ["@eyalcha"], "category": "integration", "description": "Home assistant custom component to fetch kan program guide", "domain": "kan_program", "downloads": 0, "etag_repository": "W/\"20b3a4d3077e80339ffc76d5e85f75a826a33a3697e90e9eed1208031929afb0\"", "full_name": "eyalcha/kan_program", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "0e70f0f", "last_release_tag": "1.0.0", "last_updated": "2021-06-26T12:35:00Z", "name": "kan_program", "new": false, "repository_manifest": {"name": "Kan Program", "domains": ["sensor"], "country": ["IL"], "iot_class": "cloud_poll", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["custom-component", "hacs", "home-assistant"], "version_installed": null}, "199399946": {"authors": ["@jessevl"], "category": "integration", "description": "This is a Home Assistant custom component that connects to the Greenchoice API", "domain": "greenchoice", "downloads": 0, "etag_repository": "W/\"69e8eae5b7d23ccc6536bfc2e922d5a227a616b765b3fa06cc272e6dd9e28af6\"", "full_name": "jessevl/homeassistant-greenchoice", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "622eab3", "last_release_tag": null, "last_updated": "2021-04-08T13:40:36Z", "name": "greenchoice", "new": false, "repository_manifest": {"name": "Greenchoice", "country": ["NL"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 20, "topics": ["greenchoice", "homeassistant", "sensor"], "version_installed": null, "last_fetched": 1643571234.788655}, "319343045": {"authors": ["@caronc"], "category": "integration", "description": "Interlogix ZeroWire and Hills ComNav (NX-595E) UltraSync Security Panel for Integration for Home Assistant Comunity Store (HACS)", "domain": "ultrasync", "downloads": 0, "etag_repository": "W/\"7c500957e5ad8297c55bbccc7d50d5def2e2113833bdd4c011de193d34345d59\"", "full_name": "caronc/ha-ultrasync", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c96ec26", "last_release_tag": null, "last_updated": "2021-10-22T17:54:48Z", "name": "ultrasync", "new": false, "repository_manifest": {"name": "UltraSync Beta", "hacs": "0.24.0", "domains": ["sensor"], "render_readme": true, "homeassistant": "0.110.0"}, "selected_tag": null, "show_beta": false, "stars": 7, "topics": ["comnav", "hacs", "homeassistant", "homeassistant-custom-component", "homeassistant-integration", "interlogix", "nx-595e", "security", "ultrasync"], "version_installed": null, "last_fetched": 1642851356.971667}, "316527506": {"authors": ["@iprak"], "category": "integration", "description": "Home Assistant component for C545 Winix Air Purifier", "domain": "winix", "downloads": 0, "etag_repository": "W/\"4896afc32e43c580e189dfeaca281c554315acc0c5e9713dff678679d0f64e94\"", "full_name": "iprak/winix", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "dc0bec5", "last_release_tag": "v.11", "last_updated": "2022-01-08T10:26:20Z", "name": "winix", "new": false, "repository_manifest": {"name": "Winix Purifier", "domains": ["sensor", "fan"], "iot_class": "cloud_poll", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 31, "topics": ["home-assistant", "homeassistant", "purifier", "winix"], "version_installed": null, "last_fetched": 1642851357.701492}, "316807165": {"authors": ["@kloknibor", "@docbobo"], "category": "integration", "description": "Miele integration for Home assistant", "domain": "miele", "downloads": 0, "etag_repository": "W/\"60a16e54b24f724c4ced36b41842d979fb970454290f42d6b516cda605b7b47b\"", "full_name": "HomeAssistant-Mods/home-assistant-miele", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1ac1b91", "last_release_tag": "v0.9.1", "last_updated": "2022-01-20T22:46:02Z", "name": "miele", "new": false, "repository_manifest": {"name": "Miele integration", "iot_class": ["Cloud Polling"]}, "selected_tag": null, "show_beta": false, "stars": 56, "topics": ["hacs", "homeassistant", "homeassistant-integration", "miele"], "version_installed": null, "last_fetched": 1643571233.046946}, "312896602": {"authors": ["@lendy007"], "category": "integration", "description": "Skoda Connect - An home assistant plugin to add integration with your car", "domain": "skodaconnect", "downloads": 0, "etag_repository": "W/\"699dfd91c6d4d2c2ff71fa157dc4455f09611836958f747b5b0b12d7910fcc0b\"", "full_name": "lendy007/homeassistant-skodaconnect", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9bde67c", "last_release_tag": "v1.0.63", "last_updated": "2022-01-29T11:33:23Z", "name": "skodaconnect", "new": false, "repository_manifest": {"name": "Skoda Connect", "iot_class": "Cloud Polling", "homeassistant": "2021.12.0", "hide_default_branch": true, "zip_release": false, "filename": "skodaconnect.zip"}, "selected_tag": null, "show_beta": false, "stars": 95, "topics": ["custom-component", "hacs", "homeassistant", "skoda-connect"], "version_installed": null, "last_fetched": 1643571238.351899}, "300754203": {"authors": [], "category": "plugin", "description": "A simple clock widget using Japanese Kanji for date and time", "domain": "", "downloads": 0, "etag_repository": "W/\"7ed924d663a09f693c7769511af013cf0049289224d664c484ff0336ce62661c\"", "full_name": "sopelj/lovelace-kanji-clock-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "79992f6", "last_release_tag": "0.2.2", "last_updated": "2021-12-26T17:55:49Z", "name": "lovelace-kanji-clock-card", "new": false, "repository_manifest": {"name": "Kanji Clock Card", "render_readme": true, "filename": "kanji-clock-card.js", "country": ["JP"]}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["hacs", "lovelace", "lovelace-card", "lovelace-custom-card"], "version_installed": null}, "316597224": {"authors": ["@DarkPark"], "category": "integration", "description": "A Home Assistant Budova Smart Home integration", "domain": "bsh", "downloads": 0, "etag_repository": "W/\"b06c4df8064aeff9d855d3ebf94c284d55804b82f22e8fa574e288f517214e21\"", "full_name": "dphae/bsh", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1c9ac28", "last_release_tag": "v1.3.5", "last_updated": "2021-08-05T21:00:50Z", "name": "bsh", "new": false, "repository_manifest": {"name": "Budova Smart Home", "country": ["UA"], "content_in_root": false, "render_readme": true, "domains": ["sensor"], "iot_class": "Cloud Polling", "homeassistant": "2021.8.1"}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": ["budova", "custom-component", "hacs", "home-assistant", "integration", "smart-home"], "version_installed": null}, "316421110": {"authors": ["@rccoleman"], "category": "integration", "description": "Interact with your La Marzocco espresso machine", "domain": "lamarzocco", "downloads": 0, "etag_repository": "W/\"0d410f3b370f60bc9010b95e6b04e192252e16959790448c3af830994dbf0dab\"", "full_name": "rccoleman/lamarzocco", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a0b34e3", "last_release_tag": "v0.8.0", "last_updated": "2021-12-05T17:10:07Z", "name": "lamarzocco", "new": false, "repository_manifest": {"name": "La Marzocco", "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": ["hacs", "home-assistant", "home-assistant-component", "homeassistant", "la-marzocco", "lamarzocco"], "version_installed": null}, "228299254": {"authors": ["@rsnodgrass"], "category": "integration", "description": "LUNOS HRV Ventilation Fan Control for Home Assistant", "domain": "lunos", "downloads": 0, "etag_repository": "W/\"f2e9fb0d4259e163fb469138b789a5b150705b4cc9b338091de8bcc4be802f65\"", "full_name": "rsnodgrass/hass-lunos", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4ce9000", "last_release_tag": "0.1.3", "last_updated": "2021-09-29T20:55:52Z", "name": "lunos", "new": false, "repository_manifest": {"name": "LUNOS Heat Recovery Ventilation", "domains": ["fan"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 11, "topics": ["homeassistant", "hvac", "ventilation"], "version_installed": null}, "313759590": {"authors": ["@ryanmac8"], "category": "integration", "description": "Mint Mobile Integration for Data Usage Monitoring", "domain": "mintmobile", "downloads": 0, "etag_repository": "W/\"2cc94deaeac6d7d64f763de33ffce910c8ef4115159f9e85982a887f41b32fff\"", "full_name": "ryanmac8/HA-Mint-Mobile", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "0d9c8af", "last_release_tag": "v1.9", "last_updated": "2022-01-18T01:00:09Z", "name": "mintmobile", "new": false, "repository_manifest": {"name": "Mint Mobile", "content_in_root": false, "domains": ["sensor"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": ["automation", "home-assistant"], "version_installed": null, "last_fetched": 1642520517.749859}, "318801320": {"authors": ["@thebino"], "category": "integration", "description": " \ud83e\udda0 Custom integration for Home Assistant to monitor covid numbers provided by Robert-Koch Institut", "domain": "rki_covid", "downloads": 0, "etag_repository": "W/\"9c98997e198307321be114edad7dcfa67c838cd88e7a8e121baef7311a45c892\"", "full_name": "thebino/rki_covid", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "948337e", "last_release_tag": "1.5.6", "last_updated": "2022-01-09T19:09:32Z", "name": "rki_covid", "new": false, "repository_manifest": {"name": "RKI Covid numbers", "zip_release": true, "filename": "rki_covid.zip", "country": ["DE"], "domains": ["rki_covid", "sensor"], "homeassistant": "0.110.0", "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 38, "topics": ["automation", "custom", "hassio", "home-assistant", "lovelace", "sensor"], "version_installed": null, "last_fetched": 1643571249.747555}, "188323494": {"authors": [], "category": "plugin", "description": "Bring new life to Home Assistant. By mapping entities to a SVG-object, you're able to control devices, show states, calling services - and much more. Add custom styling on top, to visualize whatever you can think of. Your imagination just become the new limit.", "domain": "", "downloads": 0, "etag_repository": "W/\"b8aa61e2587d3ef89d45f966f97900415d33b3d9c3eeef71d01d637f3627b76f\"", "full_name": "ExperienceLovelace/ha-floorplan", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "83cc2e8", "last_release_tag": "1.0.30", "last_updated": "2022-01-17T17:16:43Z", "name": "ha-floorplan", "new": false, "repository_manifest": {"name": "Ha Floorplan", "filename": "floorplan.js"}, "selected_tag": null, "show_beta": false, "stars": 390, "topics": ["floorplan", "homeassistant", "lovelace-card", "lovelace-floorplan", "panel"], "version_installed": null, "last_fetched": 1643545559.024828}, "318359434": {"authors": ["@FutureTense", "@firstof9"], "category": "integration", "description": "Home Assistant integration for managing Z-Wave enabled locks", "domain": "keymaster", "downloads": 0, "etag_repository": "W/\"4499bf7e6caf71cbb782bec3066df0e032496d9208414845c6c4e3ccaa3be39f\"", "full_name": "FutureTense/keymaster", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "05d6d37", "last_release_tag": "v0.0.77", "last_updated": "2021-11-19T01:44:23Z", "name": "keymaster", "new": false, "repository_manifest": {"name": "keymaster", "domains": ["automation", "binary_sensor", "input_boolean", "input_datetime", "input_number", "input_text", "script", "sensor", "template"], "iot_class": "Local Polling", "zip_release": true, "filename": "keymaster.zip", "homeassistant": "2021.9.0"}, "selected_tag": null, "show_beta": false, "stars": 92, "topics": ["home-assistant", "keymaster", "locks", "zwave", "zwave-enabled-locks"], "version_installed": null, "last_fetched": 1643571231.5456}, "325097827": {"authors": ["@andvikt"], "category": "integration", "description": "MegaD HomeAssistant integration", "domain": "mega", "downloads": 0, "etag_repository": "W/\"1b857a9d4066e7a6dc9777775645335db4507e63fbc91828342562b063316f20\"", "full_name": "andvikt/mega_hacs", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "16ad1ea", "last_release_tag": "v1.1.1", "last_updated": "2021-12-19T14:53:40Z", "name": "mega", "new": false, "repository_manifest": {"name": "MegaD", "country": ["RU"], "domains": ["mega"], "persistent_directory": "userfiles", "iot_class": ["Assumed State", "Local Push"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 69, "topics": ["custom-integration", "hacs", "homeassistant", "megad"], "version_installed": null, "last_fetched": 1643571221.419354}, "325635211": {"authors": ["@kesteraernoudt"], "category": "integration", "description": "Custom Home Assistant Integration for the Dobiss NXT platform", "domain": "dobiss", "downloads": 0, "etag_repository": "W/\"5cf72dc8b506c35a53452f9218391dbfd870cdf09ad57b9f3b99b3ead7da447f\"", "full_name": "kesteraernoudt/dobiss", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9bf662e", "last_release_tag": "v1.4", "last_updated": "2022-01-07T18:24:35Z", "name": "dobiss", "new": false, "repository_manifest": {"name": "dobiss", "hacs": "1.6.0", "domains": ["binary_sensor", "sensor", "switch", "light", "climate", "cover"], "iot_class": ["Local Push", "Cloud Push"], "homeassistant": "0.118.0"}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["hacs", "hass", "home-assistant", "integration"], "version_installed": null, "last_fetched": 1641587982.004159}, "311913208": {"authors": ["@gazoodle"], "category": "integration", "description": "Home Assistant integration for spas equipped with Gecko Alliance in.touch2 modules", "domain": "gecko", "downloads": 0, "etag_repository": "W/\"fe22f48bbdcc1ea5da3d29c1fcb2705a0894d4006944b2546fc0d883f2e58a75\"", "full_name": "gazoodle/gecko-home-assistant", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "8eac2e2", "last_release_tag": "v0.0.7", "last_updated": "2021-08-11T09:23:47Z", "name": "gecko", "new": false, "repository_manifest": {"name": "Gecko", "hacs": "0.24.0", "domains": ["binary_sensor", "sensor", "switch", "climate", "light"], "iot_class": "Local Push", "homeassistant": "0.115.0"}, "selected_tag": null, "show_beta": false, "stars": 24, "topics": ["gecko", "hacs", "home-assistant", "home-assistant-integration", "hot-tub", "intouch2", "jacuzzi", "spa"], "version_installed": null, "last_fetched": 1641307475.129335}, "299556199": {"authors": ["@xraver"], "category": "integration", "description": "Script to use Mercedes Me APIs.", "domain": "mercedesmeapi", "downloads": 0, "etag_repository": "W/\"372019ef96f8d311a1f43e9707b56690c517ad8bee0b0a608e8a733a303de980\"", "full_name": "xraver/mercedes_me_api", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "ee64462", "last_release_tag": "v0.11", "last_updated": "2021-02-04T08:01:28Z", "name": "mercedesmeapi", "new": false, "repository_manifest": {"name": "Mercedes Me API", "domains": ["sensor"], "render_readme": false, "homeassistant": "0.100.0", "iot_class": ["Cloud Polling"]}, "selected_tag": null, "show_beta": false, "stars": 32, "topics": ["hacs", "homeassistant", "mercedes", "mercedes-benz-car", "python"], "version_installed": null, "last_fetched": 1643571252.677888}, "303793543": {"authors": ["@tomasbedrich"], "category": "integration", "description": "A Home Assistant integration for communication with Skydance lighting WiFi relay.", "domain": "skydance", "downloads": 0, "etag_repository": "W/\"acd134673a77eef42a62354521c279e96a0ed8e163ace5454a4f23c5c29857a4\"", "full_name": "tomasbedrich/home-assistant-skydance", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a1630b7", "last_release_tag": "2.0.1", "last_updated": "2021-11-30T23:47:20Z", "name": "skydance", "new": false, "repository_manifest": {"name": "Skydance", "domains": ["skydance"], "country": ["EN", "CZ"], "render_readme": true, "iot_class": ["Local Polling"]}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": ["hacs", "home-assistant", "home-automation", "networking", "python"], "version_installed": null, "last_fetched": 1642851364.709123}, "315447202": {"authors": ["@KoljaWindeler"], "category": "integration", "description": "YouTube music player for homeassistant", "domain": "ytube_music_player", "downloads": 0, "etag_repository": "W/\"4e4f8d49105d3ae7321ae25d0446883933d7395927e7cab2e864063a3103da0f\"", "full_name": "KoljaWindeler/ytube_music_player", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "418b3bc", "last_release_tag": "20220123.01", "last_updated": "2022-01-23T08:37:22Z", "name": "ytube_music_player", "new": false, "repository_manifest": {"name": "ytube_music_player", "content_in_root": false, "render_readme": true, "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 124, "topics": ["custom-component", "homeassistant", "youtube"], "version_installed": null, "last_fetched": 1643571237.081738}, "157618389": {"authors": [], "category": "integration", "description": "\ud83d\udd39 Use icons from fontawesome in home-assistant", "domain": "fontawesome", "downloads": 0, "etag_repository": "W/\"9a5fece5aaaf48609cffe62ae79ac8452b4ad3c87d9f5d6dd0ac067f39b21c89\"", "full_name": "thomasloven/hass-fontawesome", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "cb7b171", "last_release_tag": "2.1.5", "last_updated": "2021-11-23T09:13:29Z", "name": "fontawesome", "new": false, "repository_manifest": {"name": "fontawesome", "render_readme": true, "homeassistant": "2021.11.0b0"}, "selected_tag": null, "show_beta": false, "stars": 154, "topics": [], "version_installed": null, "last_fetched": 1643571250.148892}, "306666927": {"authors": ["@unsigus", "@DCSBL"], "category": "integration", "description": "Custom Home Assistant integration for HomeWizard Energy", "domain": "homewizard_energy", "downloads": 0, "etag_repository": "W/\"516fa941ff011f2e180d64bdf4987f72af1ff450c0b5578abd5f2450f7b921b3\"", "full_name": "DCSBL/ha-homewizard-energy", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "de4d4d8", "last_release_tag": "0.12.1", "last_updated": "2022-01-17T11:30:27Z", "name": "homewizard_energy", "new": false, "repository_manifest": {"name": "HomeWizard Energy", "render_readme": true, "domains": ["sensor", "switch"], "homeassistant": "2021.11.0", "iot_class": "local_polling", "zip_release": true, "filename": "homewizard_energy.zip"}, "selected_tag": null, "show_beta": false, "stars": 25, "topics": ["custom-integration", "dsmr", "hacs", "home-assistant", "homeassistant", "homewizard", "homewizard-energy", "homewizard-p1-meter", "p1"], "version_installed": null, "last_fetched": 1643571227.966338}, "203246690": {"authors": [], "category": "plugin", "description": "Home Assistant Lovelace custom card with Barometer, Thermomer themes and customs themes as well !", "domain": "", "downloads": 0, "etag_repository": "W/\"74e7e0414b1b654f441623138358d57a355c6aeba614c5da57987fdb88568990\"", "full_name": "SNoof85/lovelace-tempometer-gauge-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "59e1a34", "last_release_tag": "1.40", "last_updated": "2021-06-07T09:26:09Z", "name": "lovelace-tempometer-gauge-card", "new": false, "repository_manifest": {"name": "Tempometer Gauge Card", "render_readme": true, "content_in_root": true, "filename": "tempometer-gauge-card.js"}, "selected_tag": null, "show_beta": false, "stars": 84, "topics": ["barometer", "custom-card", "home-assistant", "lovelace", "thermometer"], "version_installed": null, "last_fetched": 1643571263.133605}, "179808576": {"authors": [], "category": "plugin", "description": "Additional icons for Home Assistant to accompany the MDI icons", "domain": "", "downloads": 0, "etag_repository": "W/\"d39310713a7b40c601730794f1496710499cf3a7baec2c57b7568900aaf3180a\"", "full_name": "hulkhaugen/hass-bha-icons", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d50a623", "last_release_tag": null, "last_updated": "2022-01-30T19:39:54Z", "name": "hass-bha-icons", "new": false, "repository_manifest": {"name": "BHA Icon Pack", "render_readme": false, "content_in_root": false}, "selected_tag": null, "show_beta": false, "stars": 129, "topics": ["hacs", "home-assistant", "homeassistant", "icons", "iconset"], "version_installed": null, "last_fetched": 1643572180.629359}, "237620254": {"authors": [], "category": "plugin", "description": "This is a custom lovelace card for displaying a todoist calendar in Home Assistant.", "domain": "", "downloads": 0, "etag_repository": "W/\"0b23f2994406c5ecf139ad5126e1268b6f975ddad2750667c33753b8afdc72c4\"", "full_name": "tholgir/TodoIst-Task-List", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "23c9f66", "last_release_tag": "v1.1.1", "last_updated": "2021-04-25T07:36:09Z", "name": "TodoIst-Task-List", "new": false, "repository_manifest": {"name": "todoist-task-list", "content_in_root": true, "render_readme": true, "filename": "todoist-task-list.js"}, "selected_tag": null, "show_beta": false, "stars": 10, "topics": ["homeassistant", "lovelace", "lovelace-custom-card", "lovelace-ui", "todoist"], "version_installed": null}, "328957716": {"authors": [], "category": "plugin", "description": "Home Assistant Lovelace Custom Card to calculate time elapsed/left", "domain": "", "downloads": 0, "etag_repository": "W/\"9448c4a172fc46581115a1dad10addfb3da730b136948abb6896dfa85f773e6b\"", "full_name": "Kirbo/ha-lovelace-elapsed-time-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "84704a2", "last_release_tag": "0.4.2", "last_updated": "2021-06-03T08:58:27Z", "name": "ha-lovelace-elapsed-time-card", "new": false, "repository_manifest": {"name": "Time Elapsed Card", "render_readme": true, "filename": "elapsed-time-card.js"}, "selected_tag": null, "show_beta": false, "stars": 19, "topics": ["hacs", "homeassistant", "lovelace-custom-card"], "version_installed": null, "last_fetched": 1641217483.958615}, "328132422": {"authors": [], "category": "plugin", "description": "This repository is used to contain the code of a kodi playlist card for Home Assistant and publish it via HACS", "domain": "", "downloads": 0, "etag_repository": "W/\"91866afe904c89043fdf11b65f6a552e00dc52ed3cb5b0feba28b51d123c2a3d\"", "full_name": "jtbgroup/kodi-playlist-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "864bed7", "last_release_tag": "3.2.0", "last_updated": "2021-12-05T07:17:07Z", "name": "kodi-playlist-card", "new": false, "repository_manifest": {"name": "Kodi Playlist Card", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["home-assistant", "home-assistant-frontend", "home-assistant-hacs", "homeassistant", "kodi"], "version_installed": null}, "331701152": {"authors": [], "category": "plugin", "description": "\ud83d\udcc8 A Lovelace card to display advanced graphs and charts based on ApexChartsJS for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"1f4e541aaaf4fc5481e80109b6bda4d27ee9e439a2bed8461fbc8d17fdc4a5ca\"", "full_name": "RomRider/apexcharts-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4d72937", "last_release_tag": "v1.10.0", "last_updated": "2022-01-03T18:03:25Z", "name": "apexcharts-card", "new": false, "repository_manifest": {"name": "apexcharts-card", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 328, "topics": ["apexcharts", "home-assistant", "iot", "lovelace"], "version_installed": null, "last_fetched": 1643545559.208369}, "327779379": {"authors": ["@itchannel"], "category": "integration", "description": "Optus Mobile Home Assistant Integration", "domain": "optus", "downloads": 0, "etag_repository": "W/\"76247ea11beb07b89e9380811fd7f27d91be810b51b5969f11cb5b32288b4e5b\"", "full_name": "itchannel/optus-ha", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7186455", "last_release_tag": "0.0.2", "last_updated": "2021-06-13T00:40:48Z", "name": "optus", "new": false, "repository_manifest": {"name": "Optus", "content_in_root": false, "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": ["assistant", "mobile", "optus"], "version_installed": null}, "257988102": {"authors": ["@cgarwood"], "category": "integration", "description": "Fully Kiosk Browser integration for Home Assistant", "domain": "fullykiosk", "downloads": 0, "etag_repository": "W/\"9ad4c084b7f8e7449720c3ac1219fab3c85e0b59d3817bc4cf66f24ff53cd5fb\"", "full_name": "cgarwood/homeassistant-fullykiosk", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7405866", "last_release_tag": "1.0.1", "last_updated": "2022-01-08T14:11:03Z", "name": "fullykiosk", "new": false, "repository_manifest": {"name": "Fully Kiosk Browser", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 93, "topics": ["fully-kiosk-browser", "hacktoberfest", "home-assistant"], "version_installed": null, "last_fetched": 1643571224.437525}, "328361159": {"authors": ["@jellespijker"], "category": "integration", "description": "Home-Assistant component for Ultimaker printers (UM3, S3, S5)", "domain": "ultimaker", "downloads": 0, "etag_repository": "W/\"b5d986842221d7e6b9a33dcfd6b2f5b31cfc60f6068919ff8018d21f92a832fd\"", "full_name": "jellespijker/home-assistant-ultimaker", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5324b44", "last_release_tag": "V0.1.5", "last_updated": "2021-03-07T12:11:04Z", "name": "ultimaker", "new": false, "repository_manifest": {"name": "ultimaker", "render_readme": true, "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": ["3d-printing", "hass", "hassio", "home-assistant", "home-assistant-component", "home-assistant-hacs", "home-assistant-sensor", "s3", "s5", "ultimaker", "um3"], "version_installed": null}, "326288498": {"authors": ["@jugla"], "category": "integration", "description": "world tides info custom component for home assistant", "domain": "worldtidesinfocustom", "downloads": 0, "etag_repository": "W/\"7d616285d305b4ec252f1ef5df4e30b445f5b5c7ceb4aa730695426484e3c9b8\"", "full_name": "jugla/worldtidesinfocustom", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "85f5079", "last_release_tag": "V9.1.0", "last_updated": "2022-01-25T17:54:16Z", "name": "worldtidesinfocustom", "new": false, "repository_manifest": {"name": "worldtidesinfocustom", "domains": ["sensor", "camera"], "iot_class": "cloud_polling"}, "selected_tag": null, "show_beta": false, "stars": 14, "topics": ["customcomponents", "hacs", "homeassistant", "tides", "worldtides"], "version_installed": null, "last_fetched": 1643571235.91743}, "330454534": {"authors": [], "category": "plugin", "description": "Lovelace card to configure network-connected La Marzocco espresso machines", "domain": "", "downloads": 0, "etag_repository": "W/\"834c5ba895093871d0278bf5d24283be5d0cbbf2041432f3a1080e985037af26\"", "full_name": "rccoleman/lovelace-lamarzocco-config-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1022444", "last_release_tag": "v0.0.7", "last_updated": "2021-02-14T21:51:13Z", "name": "lovelace-lamarzocco-config-card", "new": false, "repository_manifest": {"name": "La Marzocco Config Card", "render_readme": true, "filename": "lamarzocco-config-card.js"}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["automation", "espresso", "hass", "home-assistant", "homeassistant", "lamarzocco", "lovelace", "lovelace-card", "lovelace-custom-card"], "version_installed": null}, "306822538": {"authors": ["@exxamalte"], "category": "integration", "description": "Home Assistant Custom Component: NSW Rural Fire Service Fire Danger", "domain": "nsw_rural_fire_service_fire_danger", "downloads": 0, "etag_repository": "W/\"6015dffad130bb99d7f11ec0edd0674f3cae4514f70910e82a928c3889733357\"", "full_name": "exxamalte/home-assistant-custom-components-nsw-rural-fire-service-fire-danger", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9d125bd", "last_release_tag": "v0.8", "last_updated": "2021-12-25T12:03:39Z", "name": "nsw_rural_fire_service_fire_danger", "new": false, "repository_manifest": {"name": "NSW Rural Fire Service - Fire Danger", "domains": ["binary_sensor", "sensor"], "country": ["AU"], "homeassistant": "0.117.0", "iot_class": ["Cloud Polling"]}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["custom-component", "fire-danger", "homeassistant", "nsw", "rural-fire-service", "sensor"], "version_installed": null, "last_fetched": 1642520518.567378}, "291484700": {"authors": ["@AlexxIT"], "category": "integration", "description": "Control Zigbee, BLE and Mesh devices from Home Assistant with Xiaomi Gateway 3 (ZNDMWG03LM) on original firmware", "domain": "xiaomi_gateway3", "downloads": 0, "etag_repository": "W/\"d86ae8c1553b7a10c2556d979df00cbc5ab5c986a8bbf7e78474c63af19f0036\"", "full_name": "AlexxIT/XiaomiGateway3", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "0488afc", "last_release_tag": "v1.6.5", "last_updated": "2022-01-30T12:22:47Z", "name": "xiaomi_gateway3", "new": false, "repository_manifest": {"name": "Xiaomi Gateway 3", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 1250, "topics": ["ble", "hacs", "home-assistant", "xiaomi", "zigbee"], "version_installed": null, "last_fetched": 1643571220.148948}, "334523683": {"authors": ["@B5r1oJ0A9G"], "category": "integration", "description": "Integration for Teufel smart speaker (aka Raumfeld Multiroom) into https://www.home-assistant.io/.", "domain": "teufel_raumfeld", "downloads": 0, "etag_repository": "W/\"7a0c134f283ea4291b75e50ef9cff060ceb12c4dd8b25ed3569e9186abc5dbb9\"", "full_name": "B5r1oJ0A9G/teufel_raumfeld", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "abb330c", "last_release_tag": null, "last_updated": "2021-08-24T22:21:56Z", "name": "teufel_raumfeld", "new": false, "repository_manifest": {"name": "Teufel Raumfeld", "domains": ["media_player", "sensor"], "iot_class": ["Local Polling"], "zip_release": true, "filename": "teufel_raumfeld.zip"}, "selected_tag": null, "show_beta": false, "stars": 15, "topics": ["hassfeld", "home-assistant", "media-player", "multiroom", "multiroom-audio", "raumfeld", "smart-speaker", "teufel"], "version_installed": null, "last_fetched": 1643571222.419727}, "276915021": {"authors": ["@fondberg", "@tmjo", "@olalid", "@astrandb"], "category": "integration", "description": "Custom component for Easee EV charger", "domain": "easee", "downloads": 0, "etag_repository": "W/\"e578a60c45595826a2bc3b3e57433bae049cde20cdb6cf25c8129ecba35d3371\"", "full_name": "fondberg/easee_hass", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "91fe608", "last_release_tag": "v0.9.39", "last_updated": "2022-01-28T09:41:00Z", "name": "easee", "new": false, "repository_manifest": {"name": "Easee EV Charger", "domains": ["binary_sensor", "sensor", "switch"], "homeassistant": "2021.11.0", "iot_class": ["Cloud Push"]}, "selected_tag": null, "show_beta": false, "stars": 74, "topics": ["easee", "ev-charging", "hass", "home-assistant"], "version_installed": null, "last_fetched": 1643571230.885064}, "325755578": {"authors": ["@ReneNulschDE"], "category": "integration", "description": "Custom Component to integrate MercedesME devices into Home-Assistant", "domain": "mbapi2020", "downloads": 0, "etag_repository": "W/\"aaf6bc11f86b3bafaaf2e842f4d3039711c3c0b8141757955d6d9f9443d6fdec\"", "full_name": "ReneNulschDE/mbapi2020", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c2df37d", "last_release_tag": "v0.6.1", "last_updated": "2022-01-30T16:59:42Z", "name": "mbapi2020", "new": false, "repository_manifest": {"name": "MercedesME 2020", "domains": ["lock", "sensor", "device_tracker", "binary_sensor", "switch"], "iot_class": "Cloud Pull"}, "selected_tag": null, "show_beta": false, "stars": 51, "topics": ["car", "home-assistant", "home-assistant-component", "lock", "sensor", "switch"], "version_installed": null, "last_fetched": 1643571245.715936}, "325962977": {"authors": ["@msekoranja"], "category": "integration", "description": "EMSC Home Assistant Integration", "domain": "emscrss", "downloads": 0, "etag_repository": "W/\"d6e74e4c98906a961e5fabe8d993df2fe88cbd9fd27b885e5254095f98c25b5a\"", "full_name": "msekoranja/emsc-hacs-repository", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e024cc1", "last_release_tag": null, "last_updated": "2021-12-16T18:29:28Z", "name": "emscrss", "new": false, "repository_manifest": {"name": "EMSC Earthquake RSS Feed", "hacs": "1.6.0", "domains": ["sensor"], "iot_class": "Cloud Polling", "homeassistant": "0.118.0"}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["custom-component", "home-assistant"], "version_installed": null, "last_fetched": 1643545556.696503}, "319744131": {"authors": ["@martindybal"], "category": "integration", "description": "TapHome integration into Home Assistant.", "domain": "taphome", "downloads": 0, "etag_repository": "W/\"56d90ea97718f8cc5c34e1939afc5c548545efd74bf1854fe6c2572f26a0e34c\"", "full_name": "martindybal/taphome-homeassistant", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "79d1f47", "last_release_tag": null, "last_updated": "2022-01-16T05:54:53Z", "name": "taphome", "new": false, "repository_manifest": {"name": "TapHome", "render_readme": true, "homeassistant": "2021.7.0", "domains": ["binary_sensor", "climate", "cover", "light", "sensor", "switch", "select"], "content_in_root": true}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": ["home-assistant", "home-automation", "taphome"], "version_installed": null, "last_fetched": 1642430855.853559}, "236611771": {"authors": ["@PrairieSnpr"], "category": "integration", "description": "TDAmeritrade component for Home Assistant", "domain": "tdameritrade", "downloads": 0, "etag_repository": "W/\"4b4636130839f61b04ea3b9bb184a3887b9f48db9be36f8911ef29896f21e5f0\"", "full_name": "prairiesnpr/hass-tdameritrade", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c16f7ec", "last_release_tag": "v0.2", "last_updated": "2021-09-26T20:27:15Z", "name": "tdameritrade", "new": false, "repository_manifest": {"name": "TDAmeritrade", "country": ["US"], "domains": ["binary_sensor", "sensor"], "homeassistant": "2021.1.4", "iot_class": ["Cloud Polling"]}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["hacs", "home-assistant", "tdameritrade"], "version_installed": null}, "321172020": {"authors": ["@natekspencer"], "category": "integration", "description": "Home Assistant integration for a Litter-Robot Connect self-cleaning litter box", "domain": "litterrobot", "downloads": 0, "etag_repository": "W/\"9cc00dc169650c071db9f4b4dd03ccb36469d6af166ef0594b5e682f6c5e6226\"", "full_name": "natekspencer/hacs-litterrobot", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1a1bc12", "last_release_tag": "2021.8.0", "last_updated": "2021-09-14T00:21:28Z", "name": "litterrobot", "new": false, "repository_manifest": {"name": "Litter-Robot", "render_readme": true, "domains": ["sensor", "switch", "vacuum"], "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": ["hacs", "home-assistant", "home-assistant-hacs", "homeassistant", "homeassistant-components", "homeassistant-custom-component", "homeassistant-integration", "litter-robot", "python3"], "version_installed": null, "last_fetched": 1641217493.557287}, "335750566": {"authors": ["@metbril"], "category": "integration", "description": "Home Assistant component for fuel prices from United Consumers", "domain": "brandstofprijzen", "downloads": 0, "etag_repository": "W/\"d74db9c0926372d170ef8f49196e9c5f3281f9e4617ff3895a6dce7b1ca37e18\"", "full_name": "metbril/home-assistant-brandstofprijzen", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c1ad1f5", "last_release_tag": "v0.3.0", "last_updated": "2021-12-25T17:27:20Z", "name": "brandstofprijzen", "new": false, "repository_manifest": {"name": "Brandstofprijzen", "content_in_root": false, "render_readme": true, "country": ["NL"], "domains": ["sensor"], "iot_class": ["Assumed State", "Cloud Polling"]}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": ["custom-component", "home-assistant"], "version_installed": null}, "332651510": {"authors": ["@jcgoette"], "category": "integration", "description": "This custom integration provides sensors for Baby Buddy API endpoints.", "domain": "babybuddy", "downloads": 0, "etag_repository": "W/\"9b94fc4737f3ba865ac135f2772b82709943780b7dd9baf63e45a25ec541af43\"", "full_name": "jcgoette/baby_buddy_homeassistant", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "abb4c50", "last_release_tag": "v2.3.0", "last_updated": "2021-12-18T03:52:25Z", "name": "babybuddy", "new": false, "repository_manifest": {"domains": ["sensor", "switch"], "homeassistant": "2021.9", "iot_class": "Cloud Polling", "name": "Baby Buddy", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 18, "topics": ["baby", "home-assistant", "home-assistant-component", "home-assistant-custom", "home-assistant-sensor", "parents", "python"], "version_installed": null, "last_fetched": 1642430857.32164}, "334718103": {"authors": ["@fred-oranje"], "category": "integration", "description": "Add Rituals Genie to your HomeAssistant", "domain": "rituals_genie", "downloads": 0, "etag_repository": "W/\"134c760881a3629df584d2b62091a66a33188c060257342747aa089f66514a0f\"", "full_name": "fred-oranje/rituals-genie", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c7589d3", "last_release_tag": "v0.0.2", "last_updated": "2021-12-06T12:08:47Z", "name": "rituals_genie", "new": false, "repository_manifest": {"name": "Rituals Genie", "hacs": "1.6.0", "domains": ["sensor", "switch"], "iot_class": "Cloud Polling", "homeassistant": "2021.1.5"}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["genie", "homeassistant", "integration", "rituals"], "version_installed": null}, "295523408": {"authors": ["@jvitkauskas"], "category": "integration", "description": "Home Assistant integration with Salus devices", "domain": "salus", "downloads": 0, "etag_repository": "W/\"95fa6c21697809190fc02e76e65a8b58c0371f314856ba019b6f5525e49c8d44\"", "full_name": "jvitkauskas/homeassistant_salus", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "86d0d52", "last_release_tag": "0.3.1", "last_updated": "2022-01-14T20:26:10Z", "name": "salus", "new": false, "repository_manifest": {"name": "Salus iT600", "render_readme": true, "iot_class": "Local Polling", "domains": ["climate", "binary_sensor", "switch", "cover", "sensor"]}, "selected_tag": null, "show_beta": false, "stars": 19, "topics": ["hacs", "hass", "home-assistant", "integration"], "version_installed": null, "last_fetched": 1643571236.44543}, "327695137": {"authors": ["@boralyl", "@Gautier Vanderslyen"], "category": "integration", "description": "Custom component to feed multiple sensors in Home Assistan and so custom cards can be to display those sensors. This repository is a fork of https://github.com/boralyl/kodi-recently-added", "domain": "kodi_media_sensors", "downloads": 0, "etag_repository": "W/\"7cdc679cb850cd9a5cbfd0159067d19f002baaf21c01a106e9b5bee8d1831e4d\"", "full_name": "jtbgroup/kodi-media-sensors", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7daf4fc", "last_release_tag": "3.3.0", "last_updated": "2021-12-26T08:56:02Z", "name": "kodi_media_sensors", "new": false, "repository_manifest": {"config_flow": true, "documentation": "https://github.com/jtbgroup/kodi-media-sensors", "domains": ["sensor"], "homeassistant": "2021.1.3", "iot_class": "Local Polling", "name": "Kodi Media Sensors", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["hacs", "home-assistant", "home-assistant-component", "home-assistant-custom", "home-assistant-hacs", "homeassistant", "homeassistant-components", "homeassistant-custom-component", "homeassistant-integration", "homeassistant-sensor", "kodi", "playlist", "playlists", "pyth"], "version_installed": null}, "334284822": {"authors": ["@rj175"], "category": "integration", "description": "An integration to monitor and execute AWS Codepipeline projects within Home Assistant.", "domain": "aws_codepipeline", "downloads": 0, "etag_repository": "W/\"dd3f1ad21b89814df953d20283c07dc9f11f767559ec92689570207215d03888\"", "full_name": "rj175/home-assistant-aws-codepipeline", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3b374af", "last_release_tag": "v1.0.0", "last_updated": "2021-01-30T22:52:54Z", "name": "aws_codepipeline", "new": false, "repository_manifest": {"name": "AWS Codepipeline", "domains": ["sensors"], "iot_class": ["Cloud Poll"]}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["aws", "ci", "cloud", "codepipeline"], "version_installed": null}, "232424544": {"authors": ["@tschamm"], "category": "integration", "description": "Home Assistant component for accessing Bosch Smart Home Controller using boschshcpy python library.", "domain": "bosch_shc", "downloads": 0, "etag_repository": "W/\"8c7b5b22bf7dca0ad539b15af167fbe659d0f81504c59787b1618f0595d0a33b\"", "full_name": "tschamm/boschshc-hass", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2ff102c", "last_release_tag": "0.4.23", "last_updated": "2021-12-25T19:41:03Z", "name": "bosch_shc", "new": false, "repository_manifest": {"name": "Bosch Smart Home Controller (SHC) integration", "domains": ["alarm_control_panel", "binary_sensor", "climate", "cover", "light", "sensor", "switch"], "iot_class": ["Local Push", "Local Polling"], "render_readme": false, "homeassistant": "2021.1.5"}, "selected_tag": null, "show_beta": false, "stars": 40, "topics": ["bosch-smart-home", "boschshcpy", "home-assistant", "home-assistant-component", "smart-home"], "version_installed": null, "last_fetched": 1643571251.209285}, "328671547": {"authors": ["@dmoranf"], "category": "integration", "description": "Wattio Smart Home custom integration for Home Assistant", "domain": "wattio", "downloads": 0, "etag_repository": "W/\"63d645f3dd5184c7cc13cfc9e5be72af788278c459b0b44695fcd1c91ab122ee\"", "full_name": "dmoranf/home-assistant-wattio", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "bc63885", "last_release_tag": "0.2.13", "last_updated": "2021-06-04T07:27:56Z", "name": "wattio", "new": false, "repository_manifest": {"name": "wattio", "domains": ["binary_sensor", "sensor", "climate", "switch"], "homeassistant": "0.96.0", "render_readme": true, "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["hacs", "hass", "home-assistant", "home-assistant-component", "home-automation", "wattio"], "version_installed": null}, "326220257": {"authors": [], "category": "integration", "description": "Hacky Home assistant support for Viomi SE (V-RVCLM21A)", "domain": "viomise", "downloads": 0, "etag_repository": "W/\"a4b5815e6738f22a3a7cac46866f139773e6a036e2aaf80c54b93117ec436113\"", "full_name": "marotoweb/home-assistant-vacuum-viomise", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "23fdeb4", "last_release_tag": "v2021.05.16", "last_updated": "2022-01-30T18:32:27Z", "name": "viomise", "new": false, "repository_manifest": {"name": "Viomi Robot Vacuum Cleaner SE (V-RVCLM21A)", "country": ["FR", "PL", "PT"], "domains": ["vacuum"], "iot_class": "Local Polling", "content_in_root": false, "render_readme": false, "zip_release": true, "filename": "viomi_se.zip"}, "selected_tag": null, "show_beta": false, "stars": 11, "topics": ["hacs", "hass", "home-assistant", "homeassistant", "robot-vacuum", "vacuum", "viomi"], "version_installed": null, "last_fetched": 1643571239.744105}, "325470745": {"authors": ["@ha0y"], "category": "integration", "description": "All-in-one & Easy-to-use. Integrate all your Xiaomi Smart Home - with a single integration and NO YAML files - into Home Assistant.", "domain": "xiaomi_miot_raw", "downloads": 0, "etag_repository": "W/\"49738e395f3606f6126996b0a2b310c30397e355444600ea8fd98cb1db20c5d9\"", "full_name": "ha0y/xiaomi_miot_raw", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d1b70a6", "last_release_tag": "v1.4.0", "last_updated": "2022-01-30T19:15:59Z", "name": "xiaomi_miot_raw", "new": false, "repository_manifest": {"name": "Xiaomi MIoT", "content_in_root": false, "render_readme": true, "iot_class": "local_polling"}, "selected_tag": null, "show_beta": false, "stars": 1113, "topics": ["hacs", "home-assistant", "home-assistant-addons", "homeassistant", "miot", "miot-protocol", "xiaomi", "xiaomi-miot"], "version_installed": null, "last_fetched": 1643571232.71321}, "186605347": {"authors": ["@pszafer"], "category": "integration", "description": "HA custom component for Bosch thermostats", "domain": "bosch", "downloads": 0, "etag_repository": "W/\"eda84242d76d09b4478a3eeaa75a2cde4196e97cbfc8564eca2112e0dd757c39\"", "full_name": "bosch-thermostat/home-assistant-bosch-custom-component", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a733f48", "last_release_tag": "v0.17.0", "last_updated": "2022-01-24T16:12:34Z", "name": "bosch", "new": false, "repository_manifest": {"name": "Bosch thermostat", "domains": ["climate", "water_heater", "sensor"], "homeassistant": "2021.4.0", "render_readme": true, "iot_class": ["Cloud Polling", "Cloud Push", "Local Polling", "Local Push"]}, "selected_tag": null, "show_beta": false, "stars": 60, "topics": ["bosch", "bosch-thermostat", "buderus", "home-assistant", "nefit", "sensors", "thermostat", "xmpp"], "version_installed": null, "last_fetched": 1643571223.362112}, "100234318": {"authors": ["@syssi"], "category": "integration", "description": "Xiaomi Philips Lights integration for Home Assistant", "domain": "xiaomi_miio_philipslight", "downloads": 0, "etag_repository": "W/\"8f6106830200eaa50f1aafb7fff139924fe7bb54875abb1d6c231428351295c8\"", "full_name": "syssi/philipslight", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b46c1a2", "last_release_tag": "1.5.0", "last_updated": "2021-12-20T21:06:22Z", "name": "xiaomi_miio_philipslight", "new": false, "repository_manifest": {"name": "Xiaomi Philips Lights Integration", "content_in_root": false, "render_readme": true, "iot_class": "local_polling"}, "selected_tag": null, "show_beta": false, "stars": 56, "topics": ["custom-component", "hacktoberfest", "home-assistant", "light", "miio", "miio-protocol", "xiaomi", "xiaomi-philips-lights"], "version_installed": null, "last_fetched": 1641217499.701443}, "332911333": {"authors": ["@rgc99"], "category": "integration", "description": "\u2652Irrigation controller for Home Assistant", "domain": "irrigation_unlimited", "downloads": 0, "etag_repository": "W/\"f259afd0b4e615cd1e858649903a50f1a19d7d89aaf8e3fbf5a9555a311b9e8e\"", "full_name": "rgc99/irrigation_unlimited", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "185a04d", "last_release_tag": "2022.1.2", "last_updated": "2022-01-26T00:57:50Z", "name": "irrigation_unlimited", "new": false, "repository_manifest": {"name": "Irrigation Unlimited", "hacs": "1.6.0", "domains": ["binary_sensor"], "homeassistant": "0.118.0"}, "selected_tag": null, "show_beta": false, "stars": 97, "topics": ["garden-automation", "hacs", "home-assistant", "home-automation", "irrigation", "irrigation-control-system", "irrigation-controller", "sprinkler-controller", "water", "watering-controller", "watering-system"], "version_installed": null, "last_fetched": 1643571246.612825}, "313850121": {"authors": ["@al-one"], "category": "integration", "description": "Xiaomi Miio Yeelink/Yeelight devices for Home Assistant", "domain": "miio_yeelink", "downloads": 0, "etag_repository": "W/\"ac4ad42f498e257c19ba40052f5a887c4de63f2825716a9fc0dea0d9083bccdd\"", "full_name": "al-one/hass-miio-yeelink", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4f36887", "last_release_tag": "v0.1.11", "last_updated": "2021-12-21T21:38:04Z", "name": "miio_yeelink", "new": false, "repository_manifest": {"name": "Xiaomi Miio For Yeelink", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 89, "topics": ["home-assistant", "miio", "miot", "xiaomi", "yeelight", "yeelink"], "version_installed": null, "last_fetched": 1642184535.634598}, "318182014": {"authors": ["@al-one"], "category": "integration", "description": "Automatic integrate all Xiaomi devices to HomeAssistant via miot-spec, support Wi-Fi, BLE, ZigBee devices.", "domain": "xiaomi_miot", "downloads": 0, "etag_repository": "W/\"2d6295e06a910161f8f4c4ed416bf1a94be265c5e4ab43e1b6fa381743a33d76\"", "full_name": "al-one/hass-xiaomi-miot", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "cc814e2", "last_release_tag": "v0.5.1", "last_updated": "2022-01-29T18:47:58Z", "name": "xiaomi_miot", "new": false, "repository_manifest": {"name": "Xiaomi Miot Auto", "content_in_root": false, "zip_release": true, "filename": "xiaomi_miot.zip", "render_readme": true, "iot_class": ["Local Polling", "Cloud Polling"]}, "selected_tag": null, "show_beta": false, "stars": 801, "topics": ["custom-component", "home-assistant", "homeassistant", "iot", "miio", "miot", "miot-spec", "smart-home", "xiaoai", "xiaomi", "xiaomi-miot"], "version_installed": null, "last_fetched": 1643571220.012333}, "335019855": {"authors": [], "category": "plugin", "description": "Home Assistant Lovelace Card for controlling desks based on linak bluetooth controller.", "domain": "", "downloads": 0, "etag_repository": "W/\"8841be7e14c30e3888e42dc48c9fcbefa84ab30f3bd68c0209bf6ca47c9756b7\"", "full_name": "IhorSyerkov/linak-desk-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "666de7c", "last_release_tag": "v1.3.1", "last_updated": "2021-11-03T18:16:13Z", "name": "linak-desk-card", "new": false, "repository_manifest": {"name": "LinakDesk Card", "render_readme": true, "filename": "linak-desk-card.js"}, "selected_tag": null, "show_beta": false, "stars": 20, "topics": ["custom-card", "hacs", "home-assistant", "linak-desk-card", "lovelace"], "version_installed": null}, "337387822": {"authors": ["@muhlba91"], "category": "integration", "description": "Home Assistant integration (HACS) for Hella's ONYX.CENTER appliance", "domain": "hella_onyx", "downloads": 0, "etag_repository": "W/\"6229887c7aa4db86e91ce26c0ebf8a1106feaf4f538e968da374f3e79a0bf202\"", "full_name": "muhlba91/onyx-homeassistant-integration", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f50f17d", "last_release_tag": "v2.0.0", "last_updated": "2021-11-24T14:52:27Z", "name": "hella_onyx", "new": false, "repository_manifest": {"name": "Hella ONYX.CENTER", "iot_class": "Cloud Polling", "domains": ["hella_onyx", "cover"], "homeassistant": "2021.11.5", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["hacs", "hella", "homeassistant", "homeassistant-integration", "onyx"], "version_installed": null}, "320324937": {"authors": ["@tetienne"], "category": "integration", "description": "Home Assistant custom component to retrieve information from Veolia ", "domain": "veolia", "downloads": 0, "etag_repository": "W/\"8973c18395ed7281745166e05f1066791fd935dedce291213de6df16d7d6e7d4\"", "full_name": "tetienne/veolia-custom-component", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2a2789c", "last_release_tag": "v0.3.3", "last_updated": "2021-12-22T07:52:40Z", "name": "veolia", "new": false, "repository_manifest": {"name": "Veolia", "hacs": "0.24.0", "domains": ["sensor"], "iot_class": "Cloud Polling", "homeassistant": "0.115.0", "country": ["FR"]}, "selected_tag": null, "show_beta": false, "stars": 0, "topics": ["hacs", "home-assistant", "home-assistant-component", "veolia"], "version_installed": null}, "335713085": {"authors": [], "category": "plugin", "description": "Todoist card for Home Assistant Lovelace UI.", "domain": "", "downloads": 0, "etag_repository": "W/\"6f84c5fd0ba0c1af09c78d5bfad2b1230205f8f81eef5b3b92a5373227e20580\"", "full_name": "grinstantin/todoist-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "57157d5", "last_release_tag": "v1.0.8", "last_updated": "2022-01-24T20:50:45Z", "name": "todoist-card", "new": false, "repository_manifest": {"name": "Todoist Card", "content_in_root": true, "filename": "todoist-card.js", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 20, "topics": ["custom-cards", "hacs", "home-assistant", "homeassistant", "lovelace", "todoist"], "version_installed": null, "last_fetched": 1643571258.119419}, "334076222": {"authors": ["@mawinkler"], "category": "integration", "description": "Asynchronous Astro Weather Forecast for Home Assistant", "domain": "astroweather", "downloads": 0, "etag_repository": "W/\"a522262e7eb1b7fbca336bef746408a48e614d5f86343796e9c09abcc62da838\"", "full_name": "mawinkler/astroweather", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "62cb0b5", "last_release_tag": "v0.0.18.3", "last_updated": "2021-04-30T04:38:10Z", "name": "astroweather", "new": false, "repository_manifest": {"name": "AstroWeather", "render_readme": true, "domains": ["binary_sensor", "sensor"], "iot_class": ["Cloud Polling"]}, "selected_tag": null, "show_beta": false, "stars": 15, "topics": ["7timer", "astronomy", "forecast", "homeassistant", "homeassistant-integration"], "version_installed": null, "last_fetched": 1641307499.458657}, "339464185": {"authors": ["@erikkastelec"], "category": "integration", "description": "Custom component for retrieving sensor information from Weishaupt WEM Portal", "domain": "wemportal", "downloads": 0, "etag_repository": "W/\"c6a62af155082fd165ece653159873d0214b97f7fe3a0addae10387f8889441c\"", "full_name": "erikkastelec/hass-WEM-Portal", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "8a2c168", "last_release_tag": "1.2.2", "last_updated": "2021-12-17T20:32:03Z", "name": "wemportal", "new": false, "repository_manifest": {"name": "Weishaupt WEM Portal", "domains": ["sensor"], "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": ["home-assistant-hacs", "homeassistant-integration", "weishaupt", "wem-portal"], "version_installed": null, "last_fetched": 1643571230.398915}, "152294445": {"authors": ["@lukas-hetzenecker"], "category": "integration", "description": "Links multiple home-assistant instances together", "domain": "remote_homeassistant", "downloads": 0, "etag_repository": "W/\"fd051c654c50cd042d40138fa6b9a223bd6c36e4df56f4fed9adfd35d0bc0fde\"", "full_name": "custom-components/remote_homeassistant", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "841153c", "last_release_tag": "3.6", "last_updated": "2022-01-27T02:39:20Z", "name": "remote_homeassistant", "new": false, "repository_manifest": {"name": "Remote Home-Assistant", "render_readme": true, "iot_class": "Local Polling"}, "selected_tag": null, "show_beta": false, "stars": 411, "topics": ["hacktoberfest", "hacs", "home-assistant"], "version_installed": null, "last_fetched": 1643571225.964868}, "342026799": {"authors": ["@amaximus"], "category": "integration", "description": "Home Assistant custom component for Pollen Information in Hungary", "domain": "pollen_hu", "downloads": 0, "etag_repository": "W/\"5f2ce1eb392cc50b0ee01b8ff8e59b0eac2ef7ce71a2ab45704cc1b189198140\"", "full_name": "amaximus/pollen_hu", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f499306", "last_release_tag": "0.0.6", "last_updated": "2021-12-19T18:02:47Z", "name": "pollen_hu", "new": false, "repository_manifest": {"name": "Pollen Information Hungary", "country": ["HU"], "domains": ["pollen_hu"], "render_readme": "true", "iot_class": ["Assumed State", "Cloud Polling"]}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": ["home-assistant", "homeassistant", "homeassistant-custom-component", "hungary"], "version_installed": null}, "338782385": {"authors": ["@frimtec"], "category": "integration", "description": ":house_with_garden::satellite: Home Assistant component to switch WiFi on/off of a Compal CH7465LG modem.", "domain": "compal_wifi", "downloads": 0, "etag_repository": "W/\"75c1dac78a1be9891d992720b798155fb818d23ef3a5991a6c800a0fd5922854\"", "full_name": "frimtec/hass-compal-wifi", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2747455", "last_release_tag": "1.3.1", "last_updated": "2021-10-30T15:59:48Z", "name": "compal_wifi", "new": false, "repository_manifest": {"name": "Compal WiFi", "country": ["CH"], "domains": ["switch"], "zip_release": true, "filename": "compal_wifi.zip", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["ch7465lg", "compal", "compal-wifi-switch", "home-assistant", "home-automation", "switch", "wifi", "wlan"], "version_installed": null}, "323346718": {"authors": ["@fsaris"], "category": "integration", "description": "AwoX mesh light integration for Home Assistant", "domain": "awox", "downloads": 0, "etag_repository": "W/\"d7c44088b219479fd490ada588a67ceb69e1742e1a360114e80be091f0e2212c\"", "full_name": "fsaris/home-assistant-awox", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b89246c", "last_release_tag": "0.1.2", "last_updated": "2021-12-15T19:30:28Z", "name": "awox", "new": false, "repository_manifest": {"name": "AwoX MESH control", "domains": ["light"], "homeassistant": "2021.11.0", "render_readme": true, "iot_class": ["Local Push", "Local Polling"]}, "selected_tag": null, "show_beta": false, "stars": 31, "topics": ["awox", "bluetooth", "eglo", "home-assistant"], "version_installed": null, "last_fetched": 1643571231.066121}, "339124227": {"authors": ["@fsaris"], "category": "integration", "description": "Unofficial Zonneplan ONE + connect integration for Home Assistant", "domain": "zonneplan_one", "downloads": 0, "etag_repository": "W/\"1a182f25c41ca01d63cf4c3c2096fce721914b7482ec9881b2e9ea8dd1f83635\"", "full_name": "fsaris/home-assistant-zonneplan-one", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "24b72a7", "last_release_tag": "0.0.9", "last_updated": "2022-01-14T14:37:33Z", "name": "zonneplan_one", "new": false, "repository_manifest": {"name": "Zonneplan ONE", "domains": ["sensor"], "homeassistant": "2021.12.0", "render_readme": true, "iot_class": ["Cloud Polling"], "country": ["NL"]}, "selected_tag": null, "show_beta": false, "stars": 18, "topics": ["hacs", "home-assistant", "home-assistant-component", "sensor", "zonneplan", "zonneplan-connect", "zonneplan-one"], "version_installed": null, "last_fetched": 1642851391.58742}, "309178213": {"authors": ["@jadson179"], "category": "integration", "description": "home-assistant service for control the controlid \ud83d\udeaa\ud83d\udd11", "domain": "controlid", "downloads": 0, "etag_repository": "W/\"157a972d436f022c90c2f64c612b63af4c51a7ffc8c3a8fb0f0a3ecf2e2f22c3\"", "full_name": "jadson179/controlid", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "64c8927", "last_release_tag": "v2021.1.0", "last_updated": "2021-06-24T16:29:59Z", "name": "controlid", "new": false, "repository_manifest": {"name": "controlid", "render_readme": "true", "iot_class": ["Local Push"], "version": "0.1.0"}, "selected_tag": null, "show_beta": false, "stars": 0, "topics": ["controlid", "hacs", "homeassistant"], "version_installed": null}, "340616586": {"authors": ["@Limych"], "category": "integration", "description": "Component to integrate Narodmon.ru cloud into Home Assistant", "domain": "narodmon", "downloads": 0, "etag_repository": "W/\"76d482332bf5d4948a362fd9917c1787099f4c901b735b581ff655ad916304b0\"", "full_name": "Limych/ha-narodmon", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6f6b408", "last_release_tag": "1.1.3", "last_updated": "2022-01-23T11:55:34Z", "name": "narodmon", "new": false, "repository_manifest": {"name": "Narodmon.ru Cloud Integration", "hacs": "1.6.0", "domains": ["binary_sensor", "sensor", "switch"], "iot_class": "Cloud Polling", "homeassistant": "0.118.0"}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["home-assistant", "home-assistant-component", "narodmon", "sensor", "weather"], "version_installed": null, "last_fetched": 1643571238.639852}, "340759468": {"authors": ["@muxa"], "category": "integration", "description": "Custom integration for Home Assistant to get New Zealand tide information from NIWA Tides API", "domain": "niwa_tides", "downloads": 0, "etag_repository": "W/\"a072b7d4fb7751a4fcfd61dd4b31060d939cf19d1ef04bad1c19c64e65c94456\"", "full_name": "muxa/home-assistant-niwa-tides", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1258c54", "last_release_tag": "v1.1.2", "last_updated": "2022-01-14T22:29:11Z", "name": "niwa_tides", "new": false, "repository_manifest": {"name": "NIWA Tides", "domains": "sensor", "iot_class": ["Cloud Polling", "Assumed State"], "country": ["NZ"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": ["home-assistant", "tides"], "version_installed": null, "last_fetched": 1643571240.847023}, "259739166": {"authors": ["@markgdev"], "category": "integration", "description": "Octopus Agile custom component for Home Assistant", "domain": "octopusagile", "downloads": 0, "etag_repository": "W/\"351a6aeb2fc79b8f1a425b0e0df1a86ec2c0a3f678829be97c6b297ad39a37b8\"", "full_name": "markgdev/home-assistant_OctopusAgile", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b09a118", "last_release_tag": "v0.1.1", "last_updated": "2021-08-29T11:52:01Z", "name": "octopusagile", "new": false, "repository_manifest": {"name": "Octopus Agile", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 56, "topics": ["energy", "home-assistant", "home-automation", "octopus", "octopus-agile", "octopus-energy"], "version_installed": null, "last_fetched": 1642851394.341927}, "319346850": {"authors": ["@limych"], "category": "integration", "description": "Home Assistant sensor to predict if it's time to change car tires from summer to winter and vice versa.", "domain": "snowtire", "downloads": 0, "etag_repository": "W/\"f0165dcecaaa5eb190c4e8b64d6043e64c3b72cd282fad4f0807f7d1435947c5\"", "full_name": "Limych/ha-snowtire", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "637ffba", "last_release_tag": "1.4.1", "last_updated": "2022-01-04T17:38:38Z", "name": "snowtire", "new": false, "repository_manifest": {"name": "Snowtire Sensor", "domains": ["sensor"], "hacs": "1.6.0", "iot_class": "Assumed State", "homeassistant": "0.118.0"}, "selected_tag": null, "show_beta": false, "stars": 20, "topics": ["car-winter-tires", "hacs", "home-assistant", "home-assistant-component", "sensor", "tires"], "version_installed": null, "last_fetched": 1641470519.513348}, "236358405": {"authors": ["@nick2525"], "category": "integration", "description": "Broadlink s2c and Broadlink s1c sensors for Home Assistant", "domain": "broadlink_s1c", "downloads": 0, "etag_repository": "W/\"552d77089b8241b0f092162c8eae194d6c0659e359f2156ebe989c8ffaeff254\"", "full_name": "nick2525/broadlink_s1c_s2c", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f8f2b1b", "last_release_tag": null, "last_updated": "2021-12-07T18:44:13Z", "name": "broadlink_s1c", "new": false, "repository_manifest": {"name": "Broadlink s2c and s1c sensors", "render_readme": true, "homeassistant": "0.112.0"}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": ["broadlink", "hacz", "home-assistant", "s1c", "s2c"], "version_installed": null}, "342944383": {"authors": [], "category": "plugin", "description": "Display Buienalarm and/or Buienradar data in a graph for Home Assistant.", "domain": "", "downloads": 0, "etag_repository": "W/\"e36445946e3ef3f2476c41889f9cd66f9165ea7e4a040ea845fab0095f209945\"", "full_name": "aex351/home-assistant-neerslag-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "cc9c617", "last_release_tag": "2021.10.21.0", "last_updated": "2021-10-21T20:36:03Z", "name": "home-assistant-neerslag-card", "new": false, "repository_manifest": {"name": "Neerslag Card", "render_readme": true, "country": ["NL", "BE"], "domains": ["sensor"], "filename": "neerslag-card.js"}, "selected_tag": null, "show_beta": false, "stars": 17, "topics": ["home-assistant"], "version_installed": null}, "341931266": {"authors": [], "category": "plugin", "description": "Simple clock card for Home assistant lovelace", "domain": "", "downloads": 0, "etag_repository": "W/\"90b6f2713bd6c3b289d428a2e56132d428c80051263a208a81e792001fdf6758\"", "full_name": "fufar/simple-clock-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b8a6905", "last_release_tag": "1.5", "last_updated": "2021-05-21T10:50:38Z", "name": "simple-clock-card", "new": false, "repository_manifest": {"name": "Simple Clock Card", "content_in_root": true, "render_readme": true, "filename": "simple-clock-card.js"}, "selected_tag": null, "show_beta": false, "stars": 19, "topics": ["clock", "hassio", "home-assistant", "homeassistant", "lovelace", "lovelace-custom-card", "lovelace-ui"], "version_installed": null, "last_fetched": 1643571257.783716}, "344636306": {"authors": ["@wimb0"], "category": "integration", "description": "Home Assistant Component for reading data locally from SAJ (and Zonneplan) Inverters through modbus TCP.", "domain": "saj_modbus", "downloads": 0, "etag_repository": "W/\"be39bf82262005cd93e6ba1f846fb19e7b38e755c3fc6898e2552bac5712534e\"", "full_name": "wimb0/home-assistant-saj-modbus", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "89d024f", "last_release_tag": "v1.6.0", "last_updated": "2021-09-04T06:40:15Z", "name": "saj_modbus", "new": false, "repository_manifest": {"name": "SAJ Inverter Modbus", "content_in_root": false, "domains": ["sensor"], "homeassistant": "2021.9.0", "iot_class": "local_poll"}, "selected_tag": null, "show_beta": false, "stars": 12, "topics": ["hacs", "home-assistant", "saj-inverters", "saj-r5", "zonneplan"], "version_installed": null, "last_fetched": 1641895899.054389}, "234961647": {"authors": [], "category": "plugin", "description": "Climate mode entity for Lovelace", "domain": "", "downloads": 0, "etag_repository": "W/\"bc11fd3a3fb39a7af3d8b565f4c97a396ef31707ceeab8ccbb0ecaccbfeb12f0\"", "full_name": "piitaya/lovelace-climate-mode-entity-row", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "bf684be", "last_release_tag": "v1.3.3", "last_updated": "2022-01-28T22:58:58Z", "name": "lovelace-climate-mode-entity-row", "new": false, "repository_manifest": {"name": "Climate Mode Entity Row", "filename": "climate-mode-entity-row.js", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 36, "topics": ["card", "home-assistant", "lovelace", "thermostat"], "version_installed": null, "last_fetched": 1643571261.906326}, "293488791": {"authors": ["@Antoni-Czaplicki"], "category": "integration", "description": "Vulcan inegration for home assistamt", "domain": "vulcan", "downloads": 0, "etag_repository": "W/\"e66fe66fa0c08c6f00738afac42ccb706f7178be6bcf009e82aac8455cb7b440\"", "full_name": "Antoni-Czaplicki/vulcan-for-hassio", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "795cdc3", "last_release_tag": "0.11.0", "last_updated": "2021-11-07T20:13:02Z", "name": "vulcan", "new": false, "repository_manifest": {"name": "Uonet+ Vulcan", "country": ["PL"], "domains": ["sensor", "calendar"], "iot_class": "Cloud Polling", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 16, "topics": ["hacktoberfest", "home-assistant", "homeassistant", "timetable", "vulcan"], "version_installed": null}, "341707887": {"authors": [], "category": "plugin", "description": "Home Assistant custom Lovelace card for pollen information in Hungary", "domain": "", "downloads": 0, "etag_repository": "W/\"1b2fef7b5cf75091a43570f472b7492a86c2848a7b8741afd351ac24c4286e66\"", "full_name": "amaximus/pollen-hu-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7307ad1", "last_release_tag": "0.0.1", "last_updated": "2021-04-23T12:56:39Z", "name": "pollen-hu-card", "new": false, "repository_manifest": {"name": "Pollen Information Card for Hungary ", "filename": "pollen-hu-card.js", "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 7, "topics": ["homeassistant", "hungary", "lovelace", "lovelace-custom-card", "lovelace-ui"], "version_installed": null}, "342208616": {"authors": ["@dm82m"], "category": "integration", "description": "Custom component for retrieving sensor information from Deltasol KM2", "domain": "deltasol", "downloads": 0, "etag_repository": "W/\"d4d527fed9637565de9c0ee2141949faf152e4072a3dd2c2f6e742ec29e45918\"", "full_name": "dm82m/hass-Deltasol-KM2", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7f1b989", "last_release_tag": "0.0.3", "last_updated": "2021-12-18T08:18:35Z", "name": "deltasol", "new": false, "repository_manifest": {"name": "Deltasol KM2", "domains": ["sensor"], "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["deltasol", "home-assistant-hacs", "homeassistant-integration", "km2"], "version_installed": null}, "330644825": {"authors": ["@leikoilja", "@DurgNomis-drol", "@ArnyminerZ", "@KapJI"], "category": "integration", "description": "Home Assistant Google Home custom component ", "domain": "google_home", "downloads": 0, "etag_repository": "W/\"2808bde41376d7f4485b58b1099e102d97cfe32b861b39e7ad32b454638e1590\"", "full_name": "leikoilja/ha-google-home", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "421cccf", "last_release_tag": "v1.9.4", "last_updated": "2022-01-24T14:15:46Z", "name": "google_home", "new": false, "repository_manifest": {"name": "Google Home", "hacs": "1.6.0", "domains": ["sensor"], "iot_class": "Cloud Polling", "homeassistant": "2021.11.0", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 221, "topics": ["google-assistent", "google-home", "homeassistant", "homeassistant-integration", "python"], "version_installed": null, "last_fetched": 1643571238.329873}, "211393677": {"authors": ["@piitaya"], "category": "integration", "description": "Home Assistant Component for Qubino Wire Pilot", "domain": "qubino_wire_pilot", "downloads": 0, "etag_repository": "W/\"4b88195059bdb278252ce0d51ba57b4b123d153cd34d186aeb17dce9083e1996\"", "full_name": "piitaya/home-assistant-qubino-wire-pilot", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "32af168", "last_release_tag": "2.0.0", "last_updated": "2022-01-07T13:01:40Z", "name": "qubino_wire_pilot", "new": false, "repository_manifest": {"domains": ["climate"], "name": "Qubino Wire Pilot", "render_readme": true, "homeassistant": "0.96.0"}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": ["climate", "home-assistant", "qubino", "qubino-wire-pilot", "thermostat"], "version_installed": null, "last_fetched": 1643571243.136589}, "349455097": {"authors": ["@mzdrale", "@kevinhaendel"], "category": "integration", "description": "This platform integrates Ubee Routers into Home Assistant.", "domain": "ubee", "downloads": 0, "etag_repository": "W/\"c84d1e872393e537334c7934e1ad285c6eeb5a30c1916ef7d86f16e987a1984f\"", "full_name": "kevinhaendel/ha-ubee", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a943387", "last_release_tag": null, "last_updated": "2021-03-21T14:38:17Z", "name": "ubee", "new": false, "repository_manifest": {"name": "Ubee Router", "render_readme": true, "domains": ["ubee"], "iot_class": ["Local Polling"]}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["home-assistant", "homeassistant", "homeassistant-components", "ubee"], "version_installed": null}, "157980832": {"authors": ["@echoromeo"], "category": "integration", "description": "Home Assistant implementation of pynobo - to control Nob\u00f8 / Glen Dimplex heaters", "domain": "nobo_hub", "downloads": 0, "etag_repository": "W/\"31ced013d843bec6f0492a9dca17799c9c189ad9175a1f40f399e170ff35967e\"", "full_name": "echoromeo/hanobo", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "88bf476", "last_release_tag": "v1.1.3", "last_updated": "2021-06-12T13:04:57Z", "name": "nobo_hub", "new": false, "repository_manifest": {"name": "Nob\u00f8 Hub / Nob\u00f8 Energy Control", "country": ["NO"], "domains": ["climate"], "render_readme": true, "iot_class": ["Local Polling"]}, "selected_tag": null, "show_beta": false, "stars": 19, "topics": ["glen-dimplex", "heaters", "home-assistant", "hvac", "nobo"], "version_installed": null, "last_fetched": 1643571229.41341}, "340085507": {"authors": ["@WolfRevo"], "category": "integration", "description": "A clone created from the Home Assistant generic_thermostat to use EUROTRONIC Zigbee SPZB0001 Thermostats with external temperature sensors", "domain": "spzb0001_thermostat", "downloads": 0, "etag_repository": "W/\"7f51bfdf4aab58c1b03740b2bb6e1b06a88a0cd49f49e26573932b69d6d51736\"", "full_name": "WolfRevo/climate.spzb0001_thermostat", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7056bca", "last_release_tag": null, "last_updated": "2021-11-02T07:54:59Z", "name": "spzb0001_thermostat", "new": false, "repository_manifest": {"name": "SPZB0001 Thermostat", "render_readme": true, "domains": ["climate"], "iot_class": "Local Push"}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["custom-component", "home-assistant", "integration", "thermostat"], "version_installed": null}, "242528119": {"authors": ["@smaisidoro"], "category": "integration", "description": "Ruuvi tag BLE sensor for Home Assistant.", "domain": "ruuvi", "downloads": 0, "etag_repository": "W/\"0492a9db9cbc9f3ff025f706377d216531eddfffdc30cc0f575f35628eafc6fc\"", "full_name": "ruuvi-friends/ruuvi-hass.io", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "ef60f8d", "last_release_tag": null, "last_updated": "2022-01-25T13:23:39Z", "name": "ruuvi", "new": false, "repository_manifest": {"name": "RuuviTag Sensor", "render_readme": true, "domains": "sensor", "iot_class": "Local Push"}, "selected_tag": null, "show_beta": false, "stars": 30, "topics": ["hacs", "hass", "ruuvi-ble-devices", "ruuvitag", "ruuvitag-sensor"], "version_installed": null, "last_fetched": 1643571247.282558}, "344660161": {"authors": ["@neggert"], "category": "integration", "description": "Home Assistant custom component for eGauge monitor", "domain": "egauge", "downloads": 0, "etag_repository": "W/\"927bc8c4fe339363073cd6fd0dad351b5d8e051a346e020c7c18cea3bf24daa2\"", "full_name": "neggert/hass-egauge", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "afbb549", "last_release_tag": "v0.4.0", "last_updated": "2021-12-20T06:12:12Z", "name": "egauge", "new": false, "repository_manifest": {"name": "eGauge", "hacs": "1.6.0", "domains": ["sensor"], "iot_class": "Local Polling", "homeassistant": "2021.9.0", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": ["custom-component", "home-assistant"], "version_installed": null}, "266595512": {"authors": ["@hellqvio86"], "category": "integration", "description": "Home assistant Integration for Casambi Cloud lights", "domain": "casambi", "downloads": 0, "etag_repository": "W/\"5bad1035051069eb0cf83398b7b79ca4a3a2e358dd56b340eea7f52585170dfd\"", "full_name": "hellqvio86/home_assistant_casambi", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3e49505", "last_release_tag": "v0.61", "last_updated": "2022-01-07T11:28:02Z", "name": "casambi", "new": false, "repository_manifest": {"name": "home_assistant_casambi"}, "selected_tag": null, "show_beta": false, "stars": 14, "topics": ["casambi", "hacs", "home-assistant", "home-automation"], "version_installed": null, "last_fetched": 1641588021.318665}, "347143701": {"authors": ["@rccoleman"], "category": "integration", "description": "\u25b6\ufe0f Channels DVR component to feed Upcoming Media Card.", "domain": "channels_dvr_recently_recorded", "downloads": 0, "etag_repository": "W/\"632cb7ecceb6006f5a9249de7466507ba4ee9b6b01cfcd6548ba11be5aeaa122\"", "full_name": "rccoleman/channels_dvr_recently_recorded", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "04d245b", "last_release_tag": "v0.0.8", "last_updated": "2021-12-05T17:10:49Z", "name": "channels_dvr_recently_recorded", "new": false, "repository_manifest": {"name": "Channels DVR Recently Recorded", "iot_class": "Local Polling"}, "selected_tag": null, "show_beta": false, "stars": 11, "topics": ["channels-dvr", "custom-component", "home-assistant", "homeassista"], "version_installed": null, "last_fetched": 1643571245.264041}, "340664955": {"authors": ["@dimagoltsman"], "category": "integration", "description": "HACS integration to proof.co.il dashcam", "domain": "proof", "downloads": 0, "etag_repository": "W/\"bf55041246f16b26dafae40aaa1e2cd6b1b261433a9a915447df745be7bc2e9f\"", "full_name": "dimagoltsman/ha-proof-dashcam-integration", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "46562f0", "last_release_tag": "0.1.3", "last_updated": "2021-03-13T18:43:28Z", "name": "proof", "new": false, "repository_manifest": {"name": "Proof Dashcam Integration", "iot_class": ["Assumed State"], "country": ["IL"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["homeassistant", "proof"], "version_installed": null}, "309195773": {"authors": ["@jadson179"], "category": "integration", "description": "home-assistant service for control the vapix \ud83d\udeaa\ud83d\udd11", "domain": "vapix", "downloads": 0, "etag_repository": "W/\"3dd03325b6a91acdc1f6f9ff01c9039e9068355bece345815b0b57bccb37a05a\"", "full_name": "jadson179/vapix", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "152bd7d", "last_release_tag": "v2021.2.0", "last_updated": "2021-06-22T11:49:49Z", "name": "vapix", "new": false, "repository_manifest": {"name": "vapix", "render_readme": "true", "iot_class": ["Local Push"], "version": "2021.1.1"}, "selected_tag": null, "show_beta": false, "stars": 0, "topics": ["axis", "hacs", "homeassistant", "services"], "version_installed": null}, "350509867": {"authors": [], "category": "plugin", "description": "Minimalistic uptime card for Home Assistant Lovelace UI", "domain": "", "downloads": 0, "etag_repository": "W/\"23b29a2a654a6053544594898f7665c68bef345cf93211f4595b34b81fd9ad4b\"", "full_name": "dylandoamaral/uptime-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9055902", "last_release_tag": "v0.9.3", "last_updated": "2022-01-19T21:01:43Z", "name": "uptime-card", "new": false, "repository_manifest": {"name": "Uptime Card", "render_readme": true, "filename": "uptime-card.js"}, "selected_tag": null, "show_beta": false, "stars": 121, "topics": ["card", "custom", "hacs", "hassio", "home-assistant", "lovelace", "sensor", "uptime", "uptime-card"], "version_installed": null, "last_fetched": 1643571257.110144}, "164419416": {"authors": ["@epenet"], "category": "integration", "description": "\ud83d\ude97 Renault ZE sensor for home assistant", "domain": "renault", "downloads": 0, "etag_repository": "W/\"1012cbab75733f6f98bcd6bdd3fa8eecd25cfc658ca282a27a4292239c9f8254\"", "full_name": "hacf-fr/hassRenaultZE", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c1c3d65", "last_release_tag": "v3.0.8", "last_updated": "2021-07-19T13:19:13Z", "name": "renault", "new": false, "repository_manifest": {"name": "Renault", "domains": ["binary_sensor", "device_tracker", "sensor"], "iot_class": "Cloud Polling", "homeassistant": "0.115.0"}, "selected_tag": null, "show_beta": false, "stars": 50, "topics": ["custom-components", "home-assistant", "renault", "renault-ze", "renault-zoe"], "version_installed": null}, "356821955": {"authors": [], "category": "theme", "description": "\ud83c\udfa8 Home Assistant Theme: Outline", "domain": "", "downloads": 0, "etag_repository": "W/\"145a4ff274062ff39f5840c686f77e02838ca4c88ab3bb67860c4e79b935ef37\"", "full_name": "frenck/home-assistant-theme-outline", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2775cbf", "last_release_tag": "v2.0.1", "last_updated": "2021-12-28T07:43:04Z", "name": "home-assistant-theme-outline", "new": false, "repository_manifest": {"name": "Outline", "render_readme": true, "homeassistant": "2021.6.0b0"}, "selected_tag": null, "show_beta": false, "stars": 20, "topics": ["hacs", "home-assistant", "homeassistant", "minimalistic", "theme", "themes"], "version_installed": null}, "231829137": {"authors": [], "category": "theme", "description": "\ud83d\udc35 Dark Blue Theme for Home Assistant", "domain": null, "downloads": 0, "etag_repository": "W/\"8cadce2248120134cb08200839e45be6f0e51afa1187d66bd3df7ec5d204c230\"", "full_name": "aFFekopp/noctis", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2a439e9", "last_release_tag": "2.6", "last_updated": "2021-05-14T08:16:34Z", "name": "noctis", "new": false, "repository_manifest": {"name": "Noctis"}, "selected_tag": null, "show_beta": false, "stars": 119, "topics": ["dark-theme", "hacs", "home-assistant", "home-assistant-theme"], "version_installed": null, "last_fetched": 1641470531.195539}, "234022648": {"authors": [], "category": "theme", "description": "\ud83c\udfa8 By JuanMTech -- A Home Assistant theme inspired on the Google app dark mode.", "domain": null, "downloads": 0, "etag_repository": "W/\"682c5ebd64a41df31e2374a5a30257639353db0f715f3043d6fe5611f22e62e2\"", "full_name": "JuanMTech/google_dark_theme", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "ef86097", "last_release_tag": "v1.11", "last_updated": "2021-11-25T23:22:14Z", "name": "google_dark_theme", "new": false, "repository_manifest": {"name": "Google Dark Theme", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 135, "topics": ["hacs", "home-assistant", "theme"], "version_installed": null, "last_fetched": 1642430885.581991}, "326033921": {"authors": [], "category": "plugin", "description": "A one-button control row for any Home Assistant binary entity", "domain": "", "downloads": 0, "etag_repository": "W/\"792771a2df12a55f46588aabd2badbef2d24150b75ffd1195eaeff3b52a9b287\"", "full_name": "finity69x2/toggle-control-button-row", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "64f918f", "last_release_tag": "1.3", "last_updated": "2021-06-05T12:11:30Z", "name": "toggle-control-button-row", "new": false, "repository_manifest": {"name": "Toggle Control Button Row", "filename": "toggle-control-button-row.js"}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": ["button", "home-assistant", "plugin", "toggle"], "version_installed": null}, "358962656": {"authors": [], "category": "plugin", "description": "Send notifications directly from the dashboard", "domain": "", "downloads": 0, "etag_repository": "W/\"80ddaa9168769e17edbf9ea2c5cf98acdb282744a1d1c933aa587fc4fc4da594\"", "full_name": "bernikr/lovelace-notify-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4459742", "last_release_tag": null, "last_updated": "2021-12-17T14:39:09Z", "name": "lovelace-notify-card", "new": false, "repository_manifest": {"name": "Notify Card", "content_in_root": true, "filename": "notify-card.js", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 13, "topics": ["card", "homeassistant", "lovelace", "notification", "notifications", "notify", "service"], "version_installed": null, "last_fetched": 1641470532.737729}, "351472550": {"authors": [], "category": "plugin", "description": "A custom entity card for Home Assistant that allows text to span multiple lines.", "domain": "", "downloads": 0, "etag_repository": "W/\"8f62c1798cc9d81faac87ef851d74df65c186b1f6e2b23afc692566cf176ed67\"", "full_name": "jampez77/Multiline-Entity-Card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b04fb03", "last_release_tag": "1.1.1", "last_updated": "2021-08-04T15:44:50Z", "name": "Multiline-Entity-Card", "new": false, "repository_manifest": {"name": "Multiline Entity Card", "render_readme": true, "filename": "multiline-entity-card.js"}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": ["automation", "custom-cards", "hacs", "hass", "hassio", "home-assistant", "homeassistant", "lovelace"], "version_installed": null, "last_fetched": 1642094193.251337}, "229140999": {"authors": ["@cathiele"], "category": "integration", "description": "Home Assistant custom_component for controlling the go-eCharger EV-Charger", "domain": "goecharger", "downloads": 0, "etag_repository": "W/\"77fac81c1123bccb1e672c243f2509785b2ae9202622c562eab92b2471a65fcf\"", "full_name": "cathiele/homeassistant-goecharger", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9805ce6", "last_release_tag": "0.24.1", "last_updated": "2021-12-28T19:59:46Z", "name": "goecharger", "new": false, "repository_manifest": {"name": "go-eCharger", "content_in_root": false, "render_readme": true, "domains": ["switch", "sensor"]}, "selected_tag": null, "show_beta": false, "stars": 46, "topics": ["charger", "component", "custom", "go-echarger", "home-assistant", "python"], "version_installed": null, "last_fetched": 1643571224.386474}, "345753205": {"authors": [], "category": "plugin", "description": "Frontend plugin to control fans in Home Assistant using percent values for speeds", "domain": "", "downloads": 0, "etag_repository": "W/\"f32f4e395ddb20582bfb843c62a04f62447902138d04b0bc58e2a81e5f5bee1e\"", "full_name": "finity69x2/fan-percent-button-row", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5ad1cf9", "last_release_tag": "1.8", "last_updated": "2021-10-16T15:55:13Z", "name": "fan-percent-button-row", "new": false, "repository_manifest": {"name": "Fan Percent Button Row", "filename": "fan-percent-button-row.js"}, "selected_tag": null, "show_beta": false, "stars": 11, "topics": ["assistant", "fan", "home", "percent", "plugin", "speed"], "version_installed": null}, "343112953": {"authors": [], "category": "plugin", "description": "Custom card for home assistant allowing to search in the libraries of kodi", "domain": "", "downloads": 0, "etag_repository": "W/\"e8bfad5dd8ce887d1b43749ce712e07446a3235688a5832ae3809db371cc0080\"", "full_name": "jtbgroup/kodi-search-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3b7ea06", "last_release_tag": "2.5.1", "last_updated": "2021-12-29T05:15:24Z", "name": "kodi-search-card", "new": false, "repository_manifest": {"name": "Kodi Search Card", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": ["hacs", "home-assistant", "home-assistant-frontend", "home-assistant-hacs", "homeassistant", "kodi", "kodi-media-sensors"], "version_installed": null}, "350622451": {"authors": ["@bieniu"], "category": "integration", "description": "\u017badnego Ale allergen concentration custom integration", "domain": "zadnego_ale", "downloads": 0, "etag_repository": "W/\"99bb3e097a189207d77c1132cb4ec1439717aa9e38fde68b3408d53d6da0df78\"", "full_name": "bieniu/ha-zadnego-ale", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "96756f4", "last_release_tag": "0.6.3", "last_updated": "2022-01-10T15:26:59Z", "name": "zadnego_ale", "new": false, "repository_manifest": {"name": "\u017badnego Ale", "homeassistant": "2021.12.0", "iot_class": "Cloud Polling", "domains": ["sensor"], "zip_release": true, "filename": "zadnego_ale.zip", "country": ["PL"]}, "selected_tag": null, "show_beta": false, "stars": 11, "topics": ["allergen", "allergy", "home-assistant", "python"], "version_installed": null, "last_fetched": 1642520520.805592}, "330645002": {"authors": ["@MTrab"], "category": "integration", "description": "Danfoss Ally intragration for Home Assistant", "domain": "danfoss_ally", "downloads": 0, "etag_repository": "W/\"6ec839d897c2fad65394335ef31856eb43cb493f55d61962bd67e4ef006ef60c\"", "full_name": "MTrab/danfoss_ally", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a23e19f", "last_release_tag": "1.0.3", "last_updated": "2021-12-08T08:25:35Z", "name": "danfoss_ally", "new": false, "repository_manifest": {"name": "Danfoss Ally", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": ["homeassistant", "homeassistant-custom-component", "homeassistant-integration"], "version_installed": null, "last_fetched": 1642430889.777669}, "356053801": {"authors": ["@pcourbin"], "category": "integration", "description": "Home Assistant custom component for IMA Protect Alarm", "domain": "imaprotect", "downloads": 0, "etag_repository": "W/\"f8c029b7f5ec646c4f4620552a56b2b9b6146c9bfe051c6bb24dff0a7745c4a3\"", "full_name": "pcourbin/imaprotect", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "53c20b8", "last_release_tag": "v1.0.2", "last_updated": "2022-01-06T09:15:13Z", "name": "imaprotect", "new": false, "repository_manifest": {"name": "IMA Protect Alarm", "domains": ["alarm_control_panel"], "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 0, "topics": ["alarm", "home-assistant"], "version_installed": null, "last_fetched": 1641470537.462143}, "354924085": {"authors": ["@gjohansson-ST"], "category": "integration", "description": "Svenska Trygghetsl\u00f6sningar - Home Assistant", "domain": "stl", "downloads": 0, "etag_repository": "W/\"7d35e1269f9d75bfa751d4953e42ea31584b813c877c8d8eaa49047b20716560\"", "full_name": "gjohansson-ST/stl", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2628b84", "last_release_tag": "v0.1.3", "last_updated": "2021-12-19T15:21:38Z", "name": "stl", "new": false, "repository_manifest": {"name": "Svenska Trygghetslosningar", "render_readme": true, "domains": ["alarm_control_panel"], "iot_class": "Cloud Polling", "country": ["SE"]}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["alarm", "stl"], "version_installed": null}, "358505160": {"authors": ["@eifinger"], "category": "integration", "description": "Homeassistant integration for weenect", "domain": "weenect", "downloads": 0, "etag_repository": "W/\"14711e4e41464e9b8182a47f23f2aafe6da1c74422fe40aae4a8a9d00f5b1ba8\"", "full_name": "eifinger/hass-weenect", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "00f9705", "last_release_tag": "v2.1.0", "last_updated": "2022-01-11T06:30:20Z", "name": "weenect", "new": false, "repository_manifest": {"name": "Weenect", "hacs": "1.6.0", "domains": ["binary_sensor", "device_tracker", "sensor"], "iot_class": "Cloud Polling", "homeassistant": "2021.12.0"}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["hacktoberfest", "hacs", "home-assistant", "home-assistant-hacs", "homeassistant", "homeassistant-integration", "python", "weenect"], "version_installed": null, "last_fetched": 1641895915.721014}, "357338258": {"authors": ["@Limych"], "category": "integration", "description": "Sensor of Temperature Feels Like for Home Assistant.", "domain": "temperature_feels_like", "downloads": 0, "etag_repository": "W/\"c6128f82d5e39b4a6f05e79f2429753da0981e42f067d8795573c165dfbda227\"", "full_name": "Limych/ha-temperature-feels-like", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "df4782e", "last_release_tag": "0.3.2", "last_updated": "2022-01-19T09:13:57Z", "name": "temperature_feels_like", "new": false, "repository_manifest": {"name": "Temperature Feels Like", "hacs": "1.6.0", "domains": ["binary_sensor", "sensor", "switch"], "iot_class": "Cloud Polling", "homeassistant": "0.118.0"}, "selected_tag": null, "show_beta": false, "stars": 40, "topics": ["home-assistant-climate", "home-assistant-component", "home-assistant-sensor", "home-assistant-temperature", "home-assistant-weather"], "version_installed": null, "last_fetched": 1643571238.726962}, "299753146": {"authors": ["@PiotrMachowski"], "category": "integration", "description": "This custom integration provides a way to present a live view of a map for Xiaomi, Roborock, Viomi and Roidmi vacuums without a need for rooting.", "domain": "xiaomi_cloud_map_extractor", "downloads": 7277, "etag_repository": "W/\"b569693cf88cdb79fafb0224c5716db557fce9ceebe13687c26986bfa05e521b\"", "full_name": "PiotrMachowski/Home-Assistant-custom-components-Xiaomi-Cloud-Map-Extractor", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7bc8682", "last_release_tag": "v2.1.5", "last_updated": "2022-01-27T20:56:14Z", "name": "xiaomi_cloud_map_extractor", "new": false, "repository_manifest": {"name": "Xiaomi Cloud Map Extractor", "render_readme": true, "domain": "xiaomi_cloud_map_extractor", "documentation": "https://github.com/PiotrMachowski/Home-Assistant-custom-components-Xiaomi-Cloud-Map-Extractor", "issue_tracker": "https://github.com/PiotrMachowski/Home-Assistant-custom-components-Xiaomi-Cloud-Map-Extractor/issues", "zip_release": true, "filename": "xiaomi_cloud_map_extractor.zip"}, "selected_tag": null, "show_beta": false, "stars": 641, "topics": ["cloud", "custom-component", "hacs", "home-assistant", "map", "roborock", "robot", "roidmi", "vacuum", "vacuum-map", "viomi", "xiaomi", "xiaomi-smart-home", "xiaomi-vacuum"], "version_installed": null, "last_fetched": 1643572191.427921}, "358585486": {"authors": ["@danieldotnl"], "category": "integration", "description": "Home Assistant custom component for scraping (html, xml or json) multiple values (from a single HTTP request) with a separate sensor/attribute for each value. Support for (login) form-submit functionality.", "domain": "multiscrape", "downloads": 0, "etag_repository": "W/\"a4cedd0887928692b99b4fe6eaba07e3dd5833f3d6e2436675eac3b06b05837a\"", "full_name": "danieldotnl/ha-multiscrape", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4cddd5f", "last_release_tag": "v5.7.0", "last_updated": "2022-01-26T14:10:26Z", "name": "multiscrape", "new": false, "repository_manifest": {"name": "Multiscrape", "hacs": "1.6.0", "domains": ["sensor", "binary_sensor", "button"], "iot_class": "Local Polling", "homeassistant": "2021.9.0", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 57, "topics": ["hacs", "home-assistant", "home-assistant-custom", "rest", "scrape", "scraper", "scraping", "sensor"], "version_installed": null, "last_fetched": 1643571227.66772}, "264415552": {"authors": ["@Rendili", "@KJonline"], "category": "integration", "description": "A custom version of the home assistant hive component", "domain": "hive", "downloads": 0, "etag_repository": "W/\"255268c8237418803e099ff13eb14c8db6f6e40bd60d7d464f94e87f687411e6\"", "full_name": "Pyhass/Hive-Custom-Component", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7c9626c", "last_release_tag": "2021.5.4", "last_updated": "2021-06-20T21:21:29Z", "name": "hive", "new": false, "repository_manifest": {"name": "Hive Custom Component", "render_readme": true, "domains": ["binary_sensor", "climate", "light", "sensor", "switch", "water_heater"]}, "selected_tag": null, "show_beta": false, "stars": 26, "topics": ["hive"], "version_installed": null}, "352399227": {"authors": [], "category": "plugin", "description": "Icon set from KNX User Forum for Home Assistant. The icon set contains more than 900 icons for home automation.", "domain": "", "downloads": 0, "etag_repository": "W/\"fb25fcae85ccad0837b860974e36a964f8cdc4364b9a113d509068e6afbc2f77\"", "full_name": "mampfes/ha-knx-uf-iconset", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a7721ad", "last_release_tag": "1.1.0", "last_updated": "2021-12-15T18:26:29Z", "name": "ha-knx-uf-iconset", "new": false, "repository_manifest": {"name": "KNX User Forum Icon Set", "render_readme": true, "homeassistant": "2021.10"}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["hacs", "home-assistant", "homeassistant", "icons", "iconset"], "version_installed": null}, "308752409": {"authors": [], "category": "plugin", "description": "A lovelace card for electrical vehicle (EV) home chargers and charging robots.", "domain": "", "downloads": 0, "etag_repository": "W/\"b1c93f8aba5a2f6be2dfe082311d3472c1afdf5f53cc0f849a053923865067d4\"", "full_name": "tmjo/charger-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2b8de9b", "last_release_tag": "v0.0.14", "last_updated": "2022-01-04T15:50:41Z", "name": "charger-card", "new": false, "repository_manifest": {"name": "Charger Card", "render_readme": true, "filename": "charger-card.js"}, "selected_tag": null, "show_beta": false, "stars": 37, "topics": ["charger", "charging-robot", "easee", "elbil", "electric-vehicle", "evcharger", "hacs", "hass", "home-assistant", "homeassistant", "lovelace"], "version_installed": null, "last_fetched": 1643571264.225065}, "356725611": {"authors": ["@djerik"], "category": "integration", "description": "Home Assistant component for monitoring and administration of Wavin Sentio underfloor heating system", "domain": "wavinsentio", "downloads": 0, "etag_repository": "W/\"65128d70a414ca4dee120253d78ba9f624f43215c04d2a6f73f24428ce69eef9\"", "full_name": "djerik/wavinsentio-ha", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "803182d", "last_release_tag": null, "last_updated": "2021-12-04T08:35:46Z", "name": "wavinsentio", "new": false, "repository_manifest": {"name": "Wavin Sentio", "render_readme": true, "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["custom-components", "hacs", "home-assistant", "integration", "sentio", "wavin"], "version_installed": null, "last_fetched": 1641895920.280276}, "362214884": {"authors": ["@dreed47"], "category": "integration", "description": "Redfin property estimate Sensor for Home Assistant", "domain": "redfin", "downloads": 0, "etag_repository": "W/\"811fbf0db891b34372ba22a520242b50c103e091f95f69a0e251745c1980160e\"", "full_name": "dreed47/redfin", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "56bcb52", "last_release_tag": "v1.1.4", "last_updated": "2021-06-14T19:28:05Z", "name": "redfin", "new": false, "repository_manifest": {"name": "Redfin", "render_readme": false, "domains": ["sensor"], "homeassistant": "2021.6.0", "iot_class": ["Cloud Polling"]}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": ["home-assistant", "homeassistant-components", "homeassistant-integration", "homeassistant-sensor", "real-estate", "redfin", "sensor"], "version_installed": null, "last_fetched": 1643571229.165637}, "357930725": {"authors": ["@elad-bar"], "category": "integration", "description": "Shinobi Video custom component for HA", "domain": "shinobi", "downloads": 0, "etag_repository": "W/\"28e178e8dcc35f679dabef408bc921ed2aceddbde1ffa096a54d53fa41ecad96\"", "full_name": "elad-bar/ha-shinobi", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7a20bc3", "last_release_tag": "v1.1.20", "last_updated": "2022-01-18T09:52:29Z", "name": "shinobi", "new": false, "repository_manifest": {"name": "Shinobi Video NVR", "iot_class": "Local Polling", "homeassistant": "2021.12.0"}, "selected_tag": null, "show_beta": false, "stars": 21, "topics": ["home-assistant", "shinobi"], "version_installed": null, "last_fetched": 1643571230.289096}, "234290263": {"authors": ["@And3rsL"], "category": "integration", "description": "Vacuum component for Ecovacs Deebot Vacuums", "domain": ["deebot", "vacuum", "sensor", "binary_sensor", "camera"], "downloads": 0, "etag_repository": "W/\"587d81e24d4f84669c7c0302d0855a4f944fada6169bfa171b8a777072747141\"", "full_name": "And3rsL/Deebot-for-Home-Assistant", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1dff3fd", "last_release_tag": "3.2.1", "last_updated": "2022-01-19T02:19:12Z", "name": ["deebot", "vacuum", "sensor", "binary_sensor", "camera"], "new": false, "repository_manifest": {"name": "Deebot for Home Assistant", "iot_class": "Cloud Polling", "zip_release": true, "filename": "deebot.zip", "hide_default_branch": true, "domain": ["deebot", "vacuum", "sensor", "binary_sensor", "camera"], "homeassistant": "2021.9.0b0"}, "selected_tag": null, "show_beta": false, "stars": 176, "topics": ["deebot", "deebot920", "deebot950", "deebot960", "deebotozmot8", "ecovacs", "hasso", "homeassistant", "ozmot8"], "version_installed": null, "last_fetched": 1643571221.415844}, "312080478": {"authors": ["@LaggAt"], "category": "integration", "description": "A HACS repository for Govee light integration", "domain": "govee", "downloads": 0, "etag_repository": "W/\"3bb4967b92a52339b63817a36d763f0fbe7516302800c8125dad93af2fdf612e\"", "full_name": "LaggAt/hacs-govee", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2f902d1", "last_release_tag": "0.2.1", "last_updated": "2022-01-04T05:01:41Z", "name": "govee", "new": false, "repository_manifest": {"name": "govee", "hacs": "0.2.1", "domains": ["light"], "iot_class": "Cloud Polling", "homeassistant": "2021.4.5"}, "selected_tag": null, "show_beta": false, "stars": 92, "topics": ["devcontainer", "govee", "hacs", "home-assistant", "light", "python"], "version_installed": null, "last_fetched": 1643571237.511852}, "279538782": {"authors": ["@pcourbin"], "category": "integration", "description": "Home Assistant custom component for GCE Ecodevices RT2", "domain": "ecodevices_rt2", "downloads": 0, "etag_repository": "W/\"636a201ce28fd3000961b2318bd4a0ba24dc141d01dd624e494c8d52d048d075\"", "full_name": "pcourbin/ecodevices_rt2", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "0901837", "last_release_tag": "v2.2.3", "last_updated": "2022-01-06T09:15:40Z", "name": "ecodevices_rt2", "new": false, "repository_manifest": {"name": "Ecodevices RT2", "domains": ["sensor", "switch", "climate", "light", "binary_sensor"], "iot_class": ["Local Polling"]}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["home-assistant"], "version_installed": null, "last_fetched": 1641470545.551656}, "342427139": {"authors": ["@dgomes"], "category": "integration", "description": "Home Assistant custom component for openHASP", "domain": "openhasp", "downloads": 0, "etag_repository": "W/\"2640db26957a0ace77b4fa688222f81b0f7736afbe7e984d559268dc6572cf9d\"", "full_name": "HASwitchPlate/openHASP-custom-component", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "46985e4", "last_release_tag": "0.6.4", "last_updated": "2022-01-03T00:54:09Z", "name": "openhasp", "new": false, "repository_manifest": {"name": "openHASP", "hacs": "1.7.1", "domains": ["openHASP", "light", "switch", "binary_sensor"], "render_readme": false, "iot_class": "Local Push", "homeassistant": "2021.12.0"}, "selected_tag": null, "show_beta": false, "stars": 24, "topics": ["home-assistant-custom", "home-automation", "openhasp"], "version_installed": null, "last_fetched": 1641588038.909965}, "363468409": {"authors": ["@mbillow"], "category": "integration", "description": "RedPocket Integration for Data Usage Monitoring", "domain": "redpocket", "downloads": 0, "etag_repository": "W/\"f0431903cbd0b5dea7cb2f7a212d0eb26c54164c783316392889f0c69aff5ea9\"", "full_name": "mbillow/ha-redpocket", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5c54fd1", "last_release_tag": "v2.3.3", "last_updated": "2021-06-06T19:51:29Z", "name": "redpocket", "new": false, "repository_manifest": {"name": "RedPocket Mobile", "content_in_root": false, "domains": ["sensor"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["home", "home-assistant", "home-automation", "mvno", "redpocket"], "version_installed": null}, "356778495": {"authors": ["@AlexxIT"], "category": "integration", "description": "Home Assistant custom component for viewing IP cameras RTSP stream in real time using WebRTC and MSE technology", "domain": "webrtc", "downloads": 0, "etag_repository": "W/\"4c471234c696069ceb04346f2e6e0b73a49bac72d095dce27bcea2e1b91022b9\"", "full_name": "AlexxIT/WebRTC", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "29c1ce0", "last_release_tag": "v2.2.0", "last_updated": "2022-01-28T07:21:26Z", "name": "webrtc", "new": false, "repository_manifest": {"name": "WebRTC Camera", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 456, "topics": ["hacs", "home-assistant", "ip-camera", "mediasource-extensions", "rtsp", "webrtc"], "version_installed": null, "last_fetched": 1643571220.094146}, "356827073": {"authors": ["@bahorn", "@koying"], "category": "integration", "description": "OpenRGB integration for Home Assistant", "domain": "openrgb", "downloads": 0, "etag_repository": "W/\"ef83b1dc95554b1f08bc388ea15ae33a6e97fc2dae31d89e66111a40baf32932\"", "full_name": "koying/openrgb_ha", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "21daae9", "last_release_tag": "v2.0", "last_updated": "2021-08-17T13:51:16Z", "name": "openrgb", "new": false, "repository_manifest": {"name": "OpenRGB", "domains": ["light"], "iot_class": ["Assumed State", "Local Polling"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 33, "topics": ["custom-component", "hacs", "home-assistant", "homeassistant", "light", "openrgb"], "version_installed": null, "last_fetched": 1643571237.084838}, "341500126": {"authors": ["@krahabb"], "category": "integration", "description": "Home Assistant integration for Meross devices", "domain": "meross_lan", "downloads": 0, "etag_repository": "W/\"e8a06cdd2fec2e75c620fe8d44c6f574d91f845c4dabff452caa15b01118a704\"", "full_name": "krahabb/meross_lan", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e428a9d", "last_release_tag": "v2.4.3", "last_updated": "2021-12-15T10:18:20Z", "name": "meross_lan", "new": false, "repository_manifest": {"name": "Meross LAN", "render_readme": true, "country": ["IT", "UK", "US", "JP", "ES", "FR", "DE"], "domains": ["switch", "sensor", "light", "cover", "climate", "binary_sensor", "select", "number"], "homeassistant": "2021.4.0", "iot_class": "local_polling", "persistent_directory": "traces", "hacs": "1.6.0"}, "selected_tag": null, "show_beta": false, "stars": 94, "topics": ["hacs", "homeassistant", "meross", "meross-devices", "meross-homeassistant", "meross-lan"], "version_installed": null, "last_fetched": 1643571237.337891}, "236572107": {"authors": ["@AlexxIT"], "category": "integration", "description": "\u0423\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u042f\u043d\u0434\u0435\u043a\u0441.\u0421\u0442\u0430\u043d\u0446\u0438\u0435\u0439 \u0438 \u0434\u0440\u0443\u0433\u0438\u043c\u0438 \u043a\u043e\u043b\u043e\u043d\u043a\u0430\u043c\u0438 \u0441 \u0410\u043b\u0438\u0441\u043e\u0439 \u0438\u0437 Home Assistant", "domain": "yandex_station", "downloads": 0, "etag_repository": "W/\"8b355cbfa7e2fa1dbd15a636d2c9f29d1bc60aa887535ccf5699ed377f291844\"", "full_name": "AlexxIT/YandexStation", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "400e60c", "last_release_tag": "v3.8.0", "last_updated": "2022-01-18T13:31:38Z", "name": "yandex_station", "new": false, "repository_manifest": {"name": "Yandex.Station", "render_readme": true, "country": ["RU"]}, "selected_tag": null, "show_beta": false, "stars": 653, "topics": ["hacs", "home-assistant", "tts", "yandex-station"], "version_installed": null, "last_fetched": 1643571220.328278}, "359524726": {"authors": ["@thomasprior"], "category": "integration", "description": "Provides data from Ethermine.org on a specified miner.", "domain": "ethermineinfo", "downloads": 0, "etag_repository": "W/\"4e9f49307e28971b4f8afcdedbadda7183b3735152580ed4e010bc09e5171144\"", "full_name": "ThomasPrior/EthermineInfo", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "293996b", "last_release_tag": "v1.0.12", "last_updated": "2022-01-23T03:08:29Z", "name": "ethermineinfo", "new": false, "repository_manifest": {"name": "EthermineInfo", "content_in_root": false, "render_readme": true, "domains": ["sensor"], "homeassistant": "0.100.0", "iot_class": "cloud_poll"}, "selected_tag": null, "show_beta": false, "stars": 27, "topics": ["ethermine", "ethermine-api", "hacs", "homeassistant", "miner", "statistics"], "version_installed": null, "last_fetched": 1643571250.476168}, "365567023": {"authors": ["@sprocket-9"], "category": "integration", "description": "Custom component to control a Nuvo Grand Concerto/Essentia G multi-zone amplifier via serial connection", "domain": "nuvo_serial", "downloads": 0, "etag_repository": "W/\"fc7b8bb77829420e8e165a1a2e58a1473701b49724c2a82d9473f15410e5c18f\"", "full_name": "sprocket-9/hacs-nuvo-serial", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "fff0f1b", "last_release_tag": "v1.2.1", "last_updated": "2021-11-25T18:10:21Z", "name": "nuvo_serial", "new": false, "repository_manifest": {"name": "Nuvo multi-zone amplifier (serial)", "render_readme": true, "country": ["EN"], "domains": ["media_player", "number", "switch"], "homeassistant": "2021.10.0", "iot_class": ["Local Push"], "zip_release": true, "filename": "nuvo_serial.zip"}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["home-assistant", "home-assistant-component", "home-assistant-hacs", "home-assistant-integration"], "version_installed": null}, "353966616": {"authors": ["@viktak"], "category": "integration", "description": "Home Assistant custom component combining multiple OpenWeatherMap API calls", "domain": "openweathermap_all", "downloads": 0, "etag_repository": "W/\"bf4d73af160b52c13de1d684bd5240fc127cf36429ecc3df9a383309ac7ce66a\"", "full_name": "viktak/ha-cc-openweathermap_all", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "fd55701", "last_release_tag": null, "last_updated": "2021-12-15T08:19:44Z", "name": "openweathermap_all", "new": false, "repository_manifest": {"name": "OpenWeatherMap All", "country": ["GR"], "domains": ["sensor"], "homeassistant": "core-2021.3.4", "iot_class": ["Cloud Polling"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": ["home-assistant-custom", "openweathermap"], "version_installed": null, "last_fetched": 1641058312.915815}, "354887961": {"authors": ["@viktak"], "category": "integration", "description": "Home Assistant custom component for the abalin name day API", "domain": "abalin_nameday", "downloads": 0, "etag_repository": "W/\"0ba05502484ef68532ff1fd448dd7dc0de0ddd472dfdd1f3a51eaab54636c4cb\"", "full_name": "viktak/ha-cc-abalin-nameday", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "bef7358", "last_release_tag": null, "last_updated": "2021-05-24T06:23:55Z", "name": "abalin_nameday", "new": false, "repository_manifest": {"name": "Abalin Name Day", "country": ["GR"], "domains": ["sensor"], "homeassistant": "core-2021.4.0", "iot_class": ["Cloud Polling"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": ["hacs", "hacs-default", "home-assistant-custom", "namedays"], "version_installed": null}, "366862031": {"authors": [], "category": "plugin", "description": "Custom brand icons for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"9af5d711af4af7623d1cb97f1ced5009dffe50d9ed3830748798621c712163a1\"", "full_name": "elax46/custom-brand-icons", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e8cdf8a", "last_release_tag": "1.0.50", "last_updated": "2022-01-22T22:21:14Z", "name": "custom-brand-icons", "new": false, "repository_manifest": {"name": "Custom brand icons", "render_readme": false, "content_in_root": false}, "selected_tag": null, "show_beta": false, "stars": 124, "topics": ["custom-icons", "hacs", "home-assistant", "homeassistant", "icons", "icons-pack", "iconset", "ikea", "philips-hue", "xiaomi"], "version_installed": null, "last_fetched": 1643545559.356678}, "361205663": {"authors": [], "category": "plugin", "description": "Meteoalarm, M\u00e9t\u00e9o-France and DWD weather warnings card for Home Assistant Lovelace UI \u26c8\ufe0f", "domain": "", "downloads": 0, "etag_repository": "W/\"ecfb5c78f0adc49d8c4cb8b3d66c21cef0ab19e34eb49d1f92ac66cf548b213d\"", "full_name": "MrBartusek/MeteoalarmCard", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4f0c0f7", "last_release_tag": "v1.13.0", "last_updated": "2022-01-21T11:30:25Z", "name": "MeteoalarmCard", "new": false, "repository_manifest": {"name": "Meteoalarm Card", "render_readme": true, "filename": "meteoalarm-card.js", "country": ["AT", "BA", "BE", "BG", "CH", "CY", "CZ", "DE", "DK", "EE", "ES", "FI", "FR", "GR", "HR", "HU", "IE", "IL", "IS", "IT", "LT", "LU", "LV", "MD", "ME", "MT", "NL", "NO", "PL", "PT", "RO", "RS", "SE", "SI", "SK", "UK"]}, "selected_tag": null, "show_beta": false, "stars": 25, "topics": ["custom-cards", "deutscher-wetterdienst", "dwd", "hacktoberfest", "hacs", "home-assistant", "homeassistant", "lovelace", "lovelace-card", "lovelace-ui", "meteo-france", "meteoalarm", "meteoalarmeu", "weather"], "version_installed": null, "last_fetched": 1643545560.336497}, "350886220": {"authors": [], "category": "plugin", "description": "Frontend plugin to control fans in Home Assistant using preset modes for speeds", "domain": "", "downloads": 0, "etag_repository": "W/\"a181196eed46ee502518c0499652e94bd4fe38174f08f31184ec72d180c03bd0\"", "full_name": "finity69x2/fan-mode-button-row", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "00b386c", "last_release_tag": "1.2", "last_updated": "2021-08-27T18:14:19Z", "name": "fan-mode-button-row", "new": false, "repository_manifest": {"name": "Fan Mode Button Row", "filename": "fan-mode-button-row.js"}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["fan", "home-assistant", "plugin", "preset"], "version_installed": null}, "363428919": {"authors": [], "category": "plugin", "description": "Custom card which integrates plex into Home Assistant and makes it possible to launch movies or tv shows on TV with a simple click", "domain": "", "downloads": 0, "etag_repository": "W/\"c684686e46d24cbd75b75110274b5e14bc7ce5d17e5bb26eb257bdb12c3269b5\"", "full_name": "JurajNyiri/PlexMeetsHomeAssistant", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f79c14b", "last_release_tag": "3.6.1", "last_updated": "2022-01-17T19:37:31Z", "name": "PlexMeetsHomeAssistant", "new": false, "repository_manifest": {"name": "Plex Meets Home Assistant", "render_readme": true, "filename": "plex-meets-homeassistant.js"}, "selected_tag": null, "show_beta": false, "stars": 44, "topics": ["adb", "androidtv", "hacktoberfest", "hacktoberfest2021", "home-assistant", "home-automation", "homeassistant", "homeassistant-custom-component", "kodi", "plex", "plexmediaserver", "tv"], "version_installed": null, "last_fetched": 1643571259.763266}, "348464316": {"authors": ["@ec-blaster"], "category": "integration", "description": "Magic Switchbot integration component for Home Assistant", "domain": "magicswitchbot", "downloads": 0, "etag_repository": "W/\"09e6fae28b25c53ba8e94da2c74ce67440b825335c072411154ca2c9b3c59483\"", "full_name": "ec-blaster/magicswitchbot-homeassistant", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a689b25", "last_release_tag": "v1.0.1", "last_updated": "2021-05-13T21:18:00Z", "name": "magicswitchbot", "new": false, "repository_manifest": {"name": "Magic Switchbot", "render_readme": true, "iot_class": "Assumed State"}, "selected_tag": null, "show_beta": false, "stars": 13, "topics": ["hacs", "home-assistant", "magicswitchbot", "switches"], "version_installed": null}, "282509738": {"authors": ["@GuilleGF"], "category": "integration", "description": "OVH DynHost Updater Component for https://www.home-assistant.io/", "domain": "ovh", "downloads": 0, "etag_repository": "W/\"f263e0171f69e211fa0d9f920a7241fbe2de402eff56b3a86629fcfd5db12a33\"", "full_name": "GuilleGF/hassio-ovh", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3c348cb", "last_release_tag": "2.0.0", "last_updated": "2021-06-24T14:19:44Z", "name": "ovh", "new": false, "repository_manifest": {"name": "OVH DynHost", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 13, "topics": ["ddns", "ddns-updater", "hacs", "hass", "hassio", "home-assistant", "ovh", "ovh-dynhost"], "version_installed": null}, "305188358": {"authors": ["@midstar"], "category": "integration", "description": "Heatmiser Wifi Home Assistant Component", "domain": "heatmiser_wifi", "downloads": 0, "etag_repository": "W/\"5c94abd333c9b7093538300c75d420d2bf7fa929dff730702454bb7d1ba64652\"", "full_name": "midstar/heatmiser_wifi_ha", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c5d87c8", "last_release_tag": null, "last_updated": "2021-05-15T05:15:14Z", "name": "heatmiser_wifi", "new": false, "repository_manifest": {"name": "Heatmiser Wifi", "domains": ["climate"], "iot_class": "Local Polling", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": ["climate", "hacs", "heatmiser", "homeassisant", "python", "thermostat", "wifi"], "version_installed": null}, "364208180": {"authors": ["@koying"], "category": "integration", "description": "Jellyfin integration for Home Assistant", "domain": "jellyfin", "downloads": 0, "etag_repository": "W/\"1b7f00c3dfb77f83653b277fd846799ecbc2fe9ef81fa1f575bd9ea11ce6f995\"", "full_name": "koying/jellyfin_ha", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a79def9", "last_release_tag": "v1.0.8", "last_updated": "2022-01-03T18:12:32Z", "name": "jellyfin", "new": false, "repository_manifest": {"name": "Jellyfin", "domains": ["sensor", "media_player"], "iot_class": ["Cloud Pushing"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 43, "topics": ["custom-component", "hacs", "home-assistant", "homeassistant", "jellyfin"], "version_installed": null, "last_fetched": 1643571237.08687}, "347985393": {"authors": ["@Mr-Groch"], "category": "integration", "description": "Emulate SUPPORT_COLOR_TEMP for color lights that doesn't support color temp (like some Ikea Tradfri bulbs) - Home Assistant component", "domain": "emulated_color_temp", "downloads": 0, "etag_repository": "W/\"3a61d19452c7f13b7c6ebfc97c8489cc628c742a724660fa40d5783e8c300545\"", "full_name": "Mr-Groch/HA-Emulated-Color-Temp-Light", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5f90b7e", "last_release_tag": "0.1.5", "last_updated": "2021-12-31T11:51:41Z", "name": "emulated_color_temp", "new": false, "repository_manifest": {"name": "Emulated color temp light", "render_readme": true, "domains": "light", "iot_class": "Local Push"}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": ["color-lights", "color-temperature", "ct", "custom-component", "hacs", "home-assistant", "ikea-tradfri-bulbs", "light"], "version_installed": null, "last_fetched": 1641058318.273773}, "311594993": {"authors": ["@slashback100"], "category": "integration", "description": "Home Assistant Presence Simulation", "domain": "presence_simulation", "downloads": 0, "etag_repository": "W/\"01f514305cc7d65309b9fe1eecc23ea10a9505367edf35dcd87cadb9f5a85c25\"", "full_name": "slashback100/presence_simulation", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "8937bdd", "last_release_tag": "v1.12", "last_updated": "2022-01-22T09:57:08Z", "name": "presence_simulation", "new": false, "repository_manifest": {"name": "Presence Simulation", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 90, "topics": ["historic", "homeassistant", "homeassistant-components", "presence-simulation"], "version_installed": null, "last_fetched": 1643571248.19374}, "356030453": {"authors": ["@thebytestuff"], "category": "integration", "description": "Home Assistant Custom Component - send Syslog message to remote server.", "domain": "remote_syslog", "downloads": 0, "etag_repository": "W/\"49ac7f4e5b86393efe314b75f33b1efe9f5d0ebe7053b9b59148cc2788d30435\"", "full_name": "TheByteStuff/RemoteSyslog_Service", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a46df0c", "last_release_tag": "2021-06-29", "last_updated": "2021-06-29T14:43:23Z", "name": "remote_syslog", "new": false, "repository_manifest": {"name": "remote_syslog", "content_in_root": false, "zip_release": false, "domains": ["automation", "script"], "country": ["US"], "homeassistant": "2021.3.4", "iot_class": "Assumed State", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 7, "topics": ["hacs", "home-assistant", "syslog", "syslog-client"], "version_installed": null}, "351828005": {"authors": ["@myhomeiot"], "category": "integration", "description": "Control Dahua VTO/VTH devices from Home Assistant", "domain": "dahua_vto", "downloads": 0, "etag_repository": "W/\"cbac51eb1fc9f9ae3e5ebb18728e748ec017a2aec27e04a149cfbb03f4b65066\"", "full_name": "myhomeiot/DahuaVTO", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7344f5c", "last_release_tag": "1.0.7", "last_updated": "2022-01-12T13:21:13Z", "name": "dahua_vto", "new": false, "repository_manifest": {"name": "Dahua VTO", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 51, "topics": ["dahua", "home-assistant"], "version_installed": null, "last_fetched": 1643571241.001518}, "362513331": {"authors": ["@shaiu"], "category": "integration", "description": "This is an integration for HomeAssistant. It's a Device Tracker component for the Technicolor Gateway.", "domain": "technicolor", "downloads": 0, "etag_repository": "W/\"5d21e09ff7bbaa5e499f3859f9585bd1479c66f977ae7872e15527e1aa1a7f4c\"", "full_name": "shaiu/technicolor", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "eaaede2", "last_release_tag": null, "last_updated": "2021-08-05T14:55:09Z", "name": "technicolor", "new": false, "repository_manifest": {"name": "Technicolor", "render_readme": true, "iot_class": ["Local Polling"], "domains": ["device_tracker"], "version": "0.1.0"}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["hacs", "home-assistant", "python"], "version_installed": null}, "366482637": {"authors": [], "category": "plugin", "description": "Home assistant sun card based on Google weather design", "domain": "", "downloads": 0, "etag_repository": "W/\"e0422ed16be449ddd6c99512bbdb364cacab6bbf1a38456c2b3f1e5ec5bc4129\"", "full_name": "AitorDB/home-assistant-sun-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e49ff08", "last_release_tag": "v0.1.4", "last_updated": "2022-01-24T16:29:01Z", "name": "home-assistant-sun-card", "new": false, "repository_manifest": {"name": "Sun Card", "render_readme": true, "filename": "home-assistant-sun-card.js"}, "selected_tag": null, "show_beta": false, "stars": 261, "topics": ["custom-card", "hacs", "home-assistant", "sun", "sun-card"], "version_installed": null, "last_fetched": 1643545559.238208}, "340596609": {"authors": ["@osk2"], "category": "integration", "description": "\ud83d\udd1b Panasonic Smart App integration for Home Assistant.", "domain": "panasonic_smart_app", "downloads": 0, "etag_repository": "W/\"4cf345159591306395794f3219c40fd70b51249cb7e42ab06db59fc30c8e9863\"", "full_name": "osk2/panasonic_smart_app", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5215d50", "last_release_tag": "v2.3.0", "last_updated": "2022-01-08T08:07:57Z", "name": "panasonic_smart_app", "new": false, "repository_manifest": {"name": "Panasonic Smart App", "render_readme": false, "domains": ["climate", "humidifier", "sensor", "binary_sensor", "number"], "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 24, "topics": ["custom-component", "home-assistant", "panasonic"], "version_installed": null, "last_fetched": 1641895937.493214}, "362145464": {"authors": ["@Petro31"], "category": "integration", "description": "Integration that creates a multi-zone volume controller for media_players in Home Assistant", "domain": "multizone_controller", "downloads": 0, "etag_repository": "W/\"de6f144e327e181d61c93d8e3ec086eb83e6269f2059e7d6a47b4aae80b35486\"", "full_name": "Petro31/ha-integration-multizone-controller", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7cf3e43", "last_release_tag": "1.2", "last_updated": "2021-06-09T21:34:52Z", "name": "multizone_controller", "new": false, "repository_manifest": {"name": "Multizone Controller", "domains": ["sensor"], "render_readme": true, "iot_class": ["Local Polling"]}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": ["hacs", "media-players", "multizone-controller", "volume-increment", "zone-volume"], "version_installed": null}, "370997019": {"authors": [], "category": "plugin", "description": "Type on your WebOS TV using this lovelace card", "domain": "", "downloads": 0, "etag_repository": "W/\"dacb409d07b75a47aa0058ddc4a4c8128c71af439ab0681cc90ec1543c214e7d\"", "full_name": "bernikr/lovelace-webos-keyboard-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6f489ee", "last_release_tag": null, "last_updated": "2021-12-17T14:54:58Z", "name": "lovelace-webos-keyboard-card", "new": false, "repository_manifest": {"name": "WebOS Keyboard Card", "content_in_root": true, "filename": "webos-keyboard-card.js", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": ["card", "home-assistant", "homeassistant", "input-method", "keyboard", "lovelace", "remote", "webos"], "version_installed": null}, "361776538": {"authors": [], "category": "plugin", "description": "Floor 3D Card to visualize Home Assistant entities using objects in a 3D home model based on Three.js.", "domain": "", "downloads": 0, "etag_repository": "W/\"9f3d005ce1e03bfa0958ecccfdaf596bb5b898eab0eb894341f07e856efed291\"", "full_name": "adizanni/floor3d-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2d4d096", "last_release_tag": "v1.1.15", "last_updated": "2022-01-29T15:05:12Z", "name": "floor3d-card", "new": false, "repository_manifest": {"name": "Floor 3d Visualization Card", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 151, "topics": ["3d-models", "card", "entity-bindings", "home-assistant"], "version_installed": null, "last_fetched": 1643571253.278348}, "375439961": {"authors": [], "category": "plugin", "description": "A button card with integrated slider", "domain": "", "downloads": 0, "etag_repository": "W/\"1fae3a48650b09efbd0c82e277a619e8100df1d9c0377fb31264cb52d808db7e\"", "full_name": "mattieha/slider-button-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "877bc94", "last_release_tag": "v1.10.3", "last_updated": "2022-01-29T18:00:24Z", "name": "slider-button-card", "new": false, "repository_manifest": {"name": "Slider Button Card", "render_readme": true, "filename": "slider-button-card.js", "domains": ["light", "fan", "cover", "switch", "input_boolean", "media_player"]}, "selected_tag": null, "show_beta": false, "stars": 269, "topics": ["button-card", "card", "hacs", "homeassistant", "lovelace", "lovelace-custom-card", "slider"], "version_installed": null, "last_fetched": 1643571261.084636}, "373832981": {"authors": [], "category": "plugin", "description": "A custom digital clock card for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"3c997ed9564d5600f209879a8e276e188d8de76211ede2fd488b6b15822c2513\"", "full_name": "wassy92x/lovelace-digital-clock", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "71a5e1a", "last_release_tag": "v1.2.2", "last_updated": "2021-12-14T17:31:04Z", "name": "lovelace-digital-clock", "new": false, "repository_manifest": {"name": "Digital Clock", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 16, "topics": ["homeassistant", "lovelace", "lovelace-card"], "version_installed": null, "last_fetched": 1641895939.098172}, "329411371": {"authors": [], "category": "plugin", "description": "A custom dashboard for Home Assistant with sidebar", "domain": "", "downloads": 0, "etag_repository": "W/\"fceecb55a36fcd55fb29422033b612a7a1e5dc99b8fdf1314bee09c7282843de\"", "full_name": "wassy92x/lovelace-ha-dashboard", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "af8e045", "last_release_tag": "v1.1.0", "last_updated": "2021-06-27T14:52:25Z", "name": "lovelace-ha-dashboard", "new": false, "repository_manifest": {"name": "HA Dashboard", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": ["homeassistant", "lovelace", "lovelace-ui"], "version_installed": null}, "373857882": {"authors": [], "category": "plugin", "description": "A custom card for Home Assistant to group multiple buttons", "domain": "", "downloads": 0, "etag_repository": "W/\"edaf1a6cd276b09f7dbcee878d51c9aaae01591d4c3625d6b13343622bfd788d\"", "full_name": "wassy92x/lovelace-entities-btn-group", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "65ae7da", "last_release_tag": "v1.0.2", "last_updated": "2021-06-16T19:51:16Z", "name": "lovelace-entities-btn-group", "new": false, "repository_manifest": {"name": "Entities Button Group", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["homeassistant", "lovelace", "lovelace-card"], "version_installed": null}, "366911690": {"authors": ["@rroller"], "category": "integration", "description": "Dahua Camera and Doorbell Home Assistant Integration", "domain": "dahua", "downloads": 0, "etag_repository": "W/\"2e894e58cdafdd71a24781fc8cf90901f47eb7c74a73f6ba5c782e4269445d19\"", "full_name": "rroller/dahua", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2820c56", "last_release_tag": "0.9.34", "last_updated": "2022-01-18T16:03:35Z", "name": "dahua", "new": false, "repository_manifest": {"name": "Dahua", "hacs": "1.6.0", "homeassistant": "2021.7.0", "domains": ["binary_sensor", "switch", "light", "camera"], "iot_class": "Local Polling", "render_readme": true, "documentation": "https://github.com/rroller/dahua/blob/main/README.md", "issue_tracker": "https://github.com/rroller/dahua/issues", "codeowners": ["@rroller"]}, "selected_tag": null, "show_beta": false, "stars": 93, "topics": ["amcrest", "camera", "dahua", "doorbell", "hacs", "home-assistant", "ipcam", "lorex"], "version_installed": null, "last_fetched": 1643571246.84296}, "361961255": {"authors": ["@make-all"], "category": "integration", "description": "Metlink Wellington Public Transport integration for Home Assistant", "domain": "metlink", "downloads": 0, "etag_repository": "W/\"6af2355c1915af7eed32fdec3a1f208c75b1872f7cc6ec881c6576d9221967ad\"", "full_name": "make-all/metlink-nz", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "175582c", "last_release_tag": "1.0.3", "last_updated": "2021-12-12T08:57:06Z", "name": "metlink", "new": false, "repository_manifest": {"name": "Metlink Wellington Transport", "render_readme": true, "domains": ["sensor"], "country": ["NZ"], "homeassistant": "2021.12.0", "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["home-assistant", "metlink", "metlink-api", "transport", "wellington"], "version_installed": null, "last_fetched": 1641895942.011754}, "371474642": {"authors": ["@jadson179"], "category": "integration", "description": "home-assistant service for control the consul \ud83d\udd34", "domain": "consul", "downloads": 0, "etag_repository": "W/\"389e8e80278c4743935d04d2e17d4a6f70c41d22045987bea327b456d339fa68\"", "full_name": "jadson179/consul", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5883891", "last_release_tag": "2021.2.0", "last_updated": "2021-10-09T12:30:45Z", "name": "consul", "new": false, "repository_manifest": {"name": "consul", "render_readme": "true", "iot_class": ["Local Push"], "version": "2021.2.0"}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["consul"], "version_installed": null}, "373370853": {"authors": ["@rsnodgrass"], "category": "integration", "description": "Helium blockchain sensors for Home Assistant", "domain": "helium", "downloads": 0, "etag_repository": "W/\"1cf964d978fd0a0f75bd6af5ca3861c87be8de718dc889e626220e3abe4d8e81\"", "full_name": "rsnodgrass/hass-helium", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2c017ff", "last_release_tag": "0.3.6", "last_updated": "2022-01-21T16:21:25Z", "name": "helium", "new": false, "repository_manifest": {"name": "Helium Blockchain", "domains": ["sensor"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 26, "topics": ["helium", "helium-blockchain", "homeassistant"], "version_installed": null, "last_fetched": 1642851439.127735}, "269205129": {"authors": ["@h4de5"], "category": "integration", "description": "VIMAR by-me integration into home-assistant.io", "domain": "vimar", "downloads": 0, "etag_repository": "W/\"303dd79406459b26993bba31e1610748f514ad9927ddd77aea4a433caebe1f5b\"", "full_name": "h4de5/home-assistant-vimar", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "63f3648", "last_release_tag": "2021.10.1", "last_updated": "2021-10-21T13:32:06Z", "name": "vimar", "new": false, "repository_manifest": {"name": "VIMAR By-Me Hub", "content_in_root": false, "render_readme": true, "domains": ["media_player", "cover", "input_boolean", "light", "scene", "binary_sensor", "sensor", "switch", "climate"], "homeassistant": "0.99.9", "iot_class": ["Local Polling"]}, "selected_tag": null, "show_beta": false, "stars": 25, "topics": ["home-assistant", "home-automation", "homeassistant", "homeassistant-integration", "vimar", "vimar-platform"], "version_installed": null, "last_fetched": 1642094195.396116}, "372058588": {"authors": ["@amaximus"], "category": "integration", "description": "Meteo alerts for Hungary", "domain": "met_alerts_hu", "downloads": 0, "etag_repository": "W/\"a7232d7039eba641df096bff1f385307c3bdf1848a05232c68b31d7226c9c8fc\"", "full_name": "amaximus/met_alerts_hu", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4015c97", "last_release_tag": "2.3.1", "last_updated": "2021-12-10T12:23:17Z", "name": "met_alerts_hu", "new": false, "repository_manifest": {"name": "MET Alerts Hungary", "country": ["HU"], "domains": ["met_alerts_hu"], "render_readme": "true", "iot_class": ["Assumed State", "Cloud Polling"]}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": ["home-assistant", "homeassistant", "homeassistant-custom-component", "hungary"], "version_installed": null}, "354515979": {"authors": ["@jomwells", "@Mr-Groch"], "category": "integration", "description": "ON/OFF Abilight+Hue (Switch) component for Philips Ambilight TV's", "domain": "philips_ambilight+hue", "downloads": 0, "etag_repository": "W/\"e5fcdf49243cb1a8085f8e4fb58961bde034ad3be31bd5cf7e2a0e1685523f95\"", "full_name": "Mr-Groch/ambihue", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3386206", "last_release_tag": "0.0.7", "last_updated": "2022-01-08T12:46:57Z", "name": "philips_ambilight+hue", "new": false, "repository_manifest": {"name": "Philips Ambilight+Hue Switch", "domains": "switch", "iot_class": "Local Polling"}, "selected_tag": null, "show_beta": false, "stars": 11, "topics": ["ambilight", "custom-component", "hacs", "home-assistant", "philips-hue"], "version_installed": null, "last_fetched": 1643571240.52106}, "259867685": {"authors": ["@DSorlov"], "category": "integration", "description": "HomeAssistant SL Sensor (HASLv3)", "domain": "hasl3", "downloads": 0, "etag_repository": "W/\"9b56d5a3f570aef7d25e49c14dcee6adbf8024c357f61913f22e18cf5bc89d47\"", "full_name": "hasl-sensor/integration", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "11d2711", "last_release_tag": "3.0.1", "last_updated": "2022-01-23T12:15:49Z", "name": "hasl3", "new": false, "repository_manifest": {"name": "SL Integration (HASL)", "content_in_root": false, "country": ["SE"], "render_readme": false, "homeassistant": "2021.12", "zip_release": false, "domains": ["sensor", "binary_sensor"], "iot_class": "cloud_poll"}, "selected_tag": null, "show_beta": false, "stars": 16, "topics": ["ha-sensor-sl", "hasl", "hasl3", "haslv3", "homeassistant", "homeassistant-sensor", "sl-sensor", "stockholms-lokaltrafik"], "version_installed": null, "last_fetched": 1643571232.79017}, "295123287": {"authors": ["@yuval_mejahez"], "category": "integration", "description": "Jewish Shabbat Yomtov and Holidays times and event", "domain": "hebcal", "downloads": 0, "etag_repository": "W/\"18e7db7d1c16f6522ac3d7f251f1bc798d553d615304b4bf0867d615480aaad7\"", "full_name": "rt400/Jewish-Sabbaths-Holidays", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6ed9afd", "last_release_tag": "2.0.5", "last_updated": "2021-09-05T09:04:55Z", "name": "hebcal", "new": false, "repository_manifest": {"name": "Jewish Sabbaths Holidays / sensor", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": ["hacs", "holidays", "jewish", "sensor", "shabbat"], "version_installed": null}, "134057086": {"authors": ["@syssi"], "category": "integration", "description": "Xiaomi Mi Electric Rice Cooker integration for Home Assistant", "domain": "xiaomi_miio_cooker", "downloads": 0, "etag_repository": "W/\"05f2cce86987fd67dfa65ae9bbad4309cf580f042b715c4b483e59cc067f6763\"", "full_name": "syssi/xiaomi_cooker", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "14e870d", "last_release_tag": "0.2.7", "last_updated": "2021-12-18T20:15:45Z", "name": "xiaomi_miio_cooker", "new": false, "repository_manifest": {"name": "Xiaomi Mi Electric Rice Cooker Integration", "content_in_root": false, "render_readme": true, "iot_class": "local_polling"}, "selected_tag": null, "show_beta": false, "stars": 103, "topics": ["custom-component", "hacktoberfest", "home-assistant", "miio", "miio-protocol", "rice-cooker", "sensor", "xiaomi", "xiaomi-cooker"], "version_installed": null, "last_fetched": 1642430921.021095}, "129049262": {"authors": ["@syssi"], "category": "integration", "description": "Xiaomi Mi Smart Fan integration for Home Assistant", "domain": "xiaomi_miio_fan", "downloads": 0, "etag_repository": "W/\"3e0ee7bc28dc721996d4ef7af089b9863c5c0b74a3de1809de3c2e8867889e72\"", "full_name": "syssi/xiaomi_fan", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "8e22d0f", "last_release_tag": "0.5.4", "last_updated": "2021-12-27T09:15:51Z", "name": "xiaomi_miio_fan", "new": false, "repository_manifest": {"name": "Xiaomi Mi Smart Pedestal Fan Integration", "content_in_root": false, "render_readme": true, "iot_class": "local_polling", "homeassistant": "2021.5.1"}, "selected_tag": null, "show_beta": false, "stars": 247, "topics": ["custom-component", "fan", "hacktoberfest", "home-assistant", "miio", "miio-protocol", "miot", "xiaomi"], "version_installed": null, "last_fetched": 1643571249.481009}, "373845609": {"authors": ["@bramstroker"], "category": "integration", "description": "Custom component to calculate estimated power consumption of lights and other appliances", "domain": "powercalc", "downloads": 0, "etag_repository": "W/\"0dcbab978f31194b3cc118dc01d6f375c134ebe0e5d032e78f99d473d7412849\"", "full_name": "bramstroker/homeassistant-powercalc", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "078f677", "last_release_tag": "v0.16.1", "last_updated": "2022-01-28T16:22:47Z", "name": "powercalc", "new": false, "repository_manifest": {"name": "Power calculation", "render_readme": true, "domains": ["sensor"], "zip_release": true, "filename": "powercalc.zip"}, "selected_tag": null, "show_beta": false, "stars": 199, "topics": ["consumption", "energy-monitor", "hacktoberfest", "hacs", "home-assistant", "homeassistant", "hue-lights", "metering", "power"], "version_installed": null, "last_fetched": 1643571223.966936}, "85400693": {"authors": ["@PaulAnnekov"], "category": "integration", "description": "Device tracker component that uses Padavan-based router", "domain": "padavan_tracker", "downloads": 0, "etag_repository": "W/\"79ca0b625b5239014ad3e3921acdbdc1d30139b4b5f8aea10dd2ee17e37eb7d0\"", "full_name": "PaulAnnekov/home-assistant-padavan-tracker", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5d0f168", "last_release_tag": "1.0.2", "last_updated": "2021-09-05T16:36:39Z", "name": "padavan_tracker", "new": false, "repository_manifest": {"name": "Padavan Tracker", "render_readme": true, "domains": ["device_tracker"], "iot_class": ["Local Polling"]}, "selected_tag": null, "show_beta": false, "stars": 40, "topics": ["home-assistant", "padavan", "router", "xiaomi"], "version_installed": null}, "365332200": {"authors": ["@Racailloux"], "category": "integration", "description": "Home Assistant integration to support PiJuice UPS Hat and retrieve values to sensors.", "domain": "pijuice", "downloads": 0, "etag_repository": "W/\"c1fd15a280beccd07b309ee593f1e47548cf2d264d61ca4d55ca1f9f0208188c\"", "full_name": "Racailloux/home-assistant-pijuice", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d2b0fd8", "last_release_tag": "1.2.0", "last_updated": "2021-09-12T12:14:15Z", "name": "pijuice", "new": false, "repository_manifest": {"name": "PiJuice UPS Hat", "render_readme": true, "iot_class": "Local Polling", "domains": "sensor", "country": ["EN", "FR"]}, "selected_tag": null, "show_beta": false, "stars": 7, "topics": ["battery", "hat", "home-assistant", "integrations", "pijuice", "raspberry-pi", "sensors", "ups", "voltage"], "version_installed": null}, "180440465": {"authors": ["@ludeeus"], "category": "integration", "description": "Component to show potential breaking_changes in the current published version based on your loaded components", "domain": "breaking_changes", "downloads": 0, "etag_repository": "W/\"68d8801493650c78168eac45119f05ccbd211a742a89f753422f803f93fe69c1\"", "full_name": "custom-components/breaking_changes", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "fcbd2d0", "last_release_tag": "21.12.0", "last_updated": "2021-12-03T23:22:46Z", "name": "breaking_changes", "new": false, "repository_manifest": {"name": "Breaking Changes", "zip_release": true, "hide_default_branch": true, "filename": "breaking_changes.zip", "domain": "breaking_changes", "homeassistant": "2021.4.0b0"}, "selected_tag": null, "show_beta": false, "stars": 78, "topics": ["breaking-changes", "custom-component", "home-assistant", "homeassistant", "python"], "version_installed": null, "last_fetched": 1643545556.7687}, "151280062": {"authors": [], "category": "plugin", "description": "Minimalistic graph card for Home Assistant Lovelace UI", "domain": "", "downloads": 0, "etag_repository": "W/\"0c521e9864c882fe0f8e986ae8898ca73ae9ec2c731f0f358ac04c069b8b3ec6\"", "full_name": "kalkih/mini-graph-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4b83da8", "last_release_tag": "v0.11.0", "last_updated": "2022-01-23T09:42:43Z", "name": "mini-graph-card", "new": false, "repository_manifest": {"name": "mini-graph-card", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 1789, "topics": ["automation", "custom", "graph", "hacktoberfest", "hassio", "home-assistant", "lovelace", "lovelace-ui", "sensor"], "version_installed": null, "last_fetched": 1643545559.365716}, "201740996": {"authors": ["@ludeeus"], "category": "integration", "description": "Use Jinja and data from Home Assistant to generate your README.md file", "domain": "readme", "downloads": 0, "etag_repository": "W/\"4e8cbc7fdbaa4d1a997eb4236f2e6d5e2d5177c87353b320b0c63b8695cea808\"", "full_name": "custom-components/readme", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3d7becc", "last_release_tag": "0.4.0", "last_updated": "2022-01-10T18:51:05Z", "name": "readme", "new": false, "repository_manifest": {"name": "Generate readme", "iot_class": "calculated", "zip_release": true, "filename": "readme.zip", "homeassistant": "2021.5.0", "hide_default_branch": true, "render_readme": true, "hacs": "0.19.1"}, "selected_tag": null, "show_beta": false, "stars": 18, "topics": ["automation", "home-assistant", "jinja", "readme"], "version_installed": null, "last_fetched": 1643545556.816277}, "374763546": {"authors": ["@xilense"], "category": "integration", "description": "AIMP custom component for \ud83c\udfe0 Home Assistant using web remote", "domain": "aimp", "downloads": 0, "etag_repository": "W/\"1a9c5c5423e2aa39ffec21ee341f2214d9a90a7bc77bfe9c60cd5533cccb0a09\"", "full_name": "xilense/aimp_custom_component", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "108431c", "last_release_tag": null, "last_updated": "2021-06-21T18:20:20Z", "name": "aimp", "new": false, "repository_manifest": {"name": "AIMP Media Player", "content_in_root": true, "domains": "media_player", "iot_class": "Local Polling", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["aimp", "home-automation", "homeassistant", "homeautomation", "internet-of-things", "iot", "iot-automation", "mediaplayer", "raspberry-pi", "remote-control", "smarthome"], "version_installed": null}, "323152128": {"authors": ["@guylewin"], "category": "integration", "description": "Crunch-O-Meter API as sensors in Home Assistant. See how many people are currently at your local gym", "domain": "crunch_o_meter", "downloads": 0, "etag_repository": "W/\"02cc653796b8ff504e36be78552319dd9c51adac96f5937bf203895d04237835\"", "full_name": "GuyLewin/home-assistant-crunch-o-meter", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "db48e5a", "last_release_tag": "1.0.4", "last_updated": "2021-06-14T13:06:16Z", "name": "crunch_o_meter", "new": false, "repository_manifest": {"name": "Crunch-O-Meter", "domains": ["sensor"], "iot_class": "Cloud Polling", "render_readme": true, "zip_release": true, "filename": "crunch_o_meter.zip"}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["crunch", "crunch-o-meter", "hacs", "home-assistant"], "version_installed": null}, "376904517": {"authors": [], "category": "plugin", "description": "A progress bar display for Home Assistant timers", "domain": "", "downloads": 0, "etag_repository": "W/\"38ea22160c43ccdbe9c87bf5714ada90933918bf5ddcae1387ce2b56b892140b\"", "full_name": "rianadon/timer-bar-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7b1870b", "last_release_tag": "v1.15", "last_updated": "2022-01-21T18:45:14Z", "name": "timer-bar-card", "new": false, "repository_manifest": {"name": "Timer Bar Card", "render_readme": true, "filename": "timer-bar-card.js"}, "selected_tag": null, "show_beta": false, "stars": 83, "topics": ["home-assistant", "lovelace", "lovelace-ui"], "version_installed": null, "last_fetched": 1643571262.763521}, "378256174": {"authors": [], "category": "plugin", "description": "Home Assistant card for collecting OpenSprinkler status", "domain": "", "downloads": 0, "etag_repository": "W/\"979608dafc7cb3ea70f57b5b0b6d08d3642531bbff722956b0bc6497ef19712d\"", "full_name": "rianadon/opensprinkler-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "883055b", "last_release_tag": "v1.11", "last_updated": "2021-12-20T23:06:54Z", "name": "opensprinkler-card", "new": false, "repository_manifest": {"name": "OpenSprinkler Card", "render_readme": true, "filename": "opensprinkler-card.js"}, "selected_tag": null, "show_beta": false, "stars": 32, "topics": ["home-assistant", "lovelace", "lovelace-ui", "opensprinkler"], "version_installed": null, "last_fetched": 1642184597.996558}, "307678069": {"authors": ["@rogro82", "@wibias"], "category": "integration", "description": "Home Assistant variables component", "domain": "variable", "downloads": 0, "etag_repository": "W/\"9e82023624d0de81f46069fd20506a6bbbbe6d0c359b61700085bcf5efc9ca1f\"", "full_name": "Wibias/hass-variables", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "0b76b6a", "last_release_tag": "2.2.1", "last_updated": "2022-01-22T16:29:27Z", "name": "variable", "new": false, "repository_manifest": {"name": "Variables+History", "homeassistant": "2021.9.0", "iot_class": "local push"}, "selected_tag": null, "show_beta": false, "stars": 28, "topics": ["counter", "homeassistant-integration", "keypad", "last-motion", "python", "timer", "variables"], "version_installed": null, "last_fetched": 1643571252.251042}, "373101151": {"authors": ["@cjne"], "category": "integration", "description": "Home Assistant customcomponent for SunSpec modbus devices", "domain": "sunspec", "downloads": 0, "etag_repository": "W/\"bdfff48b661cea421ac8d890f7b905a2e705ea2c807b9bf6753a8a18292397be\"", "full_name": "CJNE/ha-sunspec", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b0b749a", "last_release_tag": "0.0.19", "last_updated": "2022-01-26T05:12:55Z", "name": "sunspec", "new": false, "repository_manifest": {"name": "SunSpec", "hacs": "1.6.0", "domains": ["sensor"], "iot_class": "Local Polling", "render_readme": true, "homeassistant": "2021.9.1"}, "selected_tag": null, "show_beta": false, "stars": 15, "topics": ["custom-component", "home-assistant", "sunspec"], "version_installed": null, "last_fetched": 1643571224.696595}, "256928191": {"authors": ["@Aohzan"], "category": "integration", "description": "Home Assistant custom component for GCE Eco-Devices", "domain": "ecodevices", "downloads": 0, "etag_repository": "W/\"e28dbf308b06a446432409f2815f93383263f1d01a44b4bb9509e2122a0b7fc0\"", "full_name": "Aohzan/ecodevices", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "851ff72", "last_release_tag": "4.0.0", "last_updated": "2021-12-31T17:09:13Z", "name": "ecodevices", "new": false, "repository_manifest": {"name": "GCE Eco-Devices", "country": ["FR"], "domains": ["sensor"], "render_readme": true, "iot_class": ["Local Polling"]}, "selected_tag": null, "show_beta": false, "stars": 7, "topics": ["eco-devices", "gce-electronics", "home-assistant", "homeassistant-integration"], "version_installed": null, "last_fetched": 1641058337.817616}, "351604227": {"authors": ["@Sha-Darim"], "category": "integration", "description": "The custom compontnet will get fire risks and fire prohibition from the Brandrisk Ute API for the supplied position.", "domain": "brandriskute", "downloads": 0, "etag_repository": "W/\"a88ea5dcc9c7365be124bbf02b3807bf9a41469aa44a8c706161709cf62b8ea3\"", "full_name": "Sha-Darim/brandriskute", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4ed6d64", "last_release_tag": null, "last_updated": "2021-12-28T22:27:43Z", "name": "brandriskute", "new": false, "repository_manifest": {"name": "Brandrisk ute", "render_readme": true, "domains": ["sensor"], "country": ["se"]}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["fire-risks", "homeassistant", "risks", "sensors"], "version_installed": null}, "387055527": {"authors": [], "category": "theme", "description": "This is a blend of 2 themes found within the Home Assistant community. Inspired mostly by Noctis, I've adjust colours slightly and have also opted to pull some features from Caule Theme packs to build my own 'ultimate' theme. I will continue to update overtime and do my best to credit those whom I have 'referenced' ", "domain": "", "downloads": 0, "etag_repository": "W/\"6c54cf61de3436b14d30e2f6e080c33f94c85659b791886b67162fd4a402f840\"", "full_name": "tgcowell/waves", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4c4218c", "last_release_tag": "v.2.1.0", "last_updated": "2021-08-27T03:25:22Z", "name": "waves", "new": false, "repository_manifest": {"name": "Waves"}, "selected_tag": null, "show_beta": false, "stars": 21, "topics": ["hacs", "hassio", "homeassistant", "themes"], "version_installed": null, "last_fetched": 1642184601.132158}, "391372854": {"authors": [], "category": "plugin", "description": "Home Assistant card for controlling the Alarmo component", "domain": "", "downloads": 0, "etag_repository": "W/\"28c87bd14b8bdbb5969e902c6c85da87362ec3105ed38f676600145482b3cdf5\"", "full_name": "nielsfaber/alarmo-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "cfe826a", "last_release_tag": "v1.2.3", "last_updated": "2022-01-15T08:11:17Z", "name": "alarmo-card", "new": false, "repository_manifest": {"name": "Alarmo Card", "render_readme": true, "filename": "alarmo-card.js"}, "selected_tag": null, "show_beta": false, "stars": 28, "topics": ["alarm", "alarmo", "assistant", "card", "home", "home-assistant", "lovelace", "security"], "version_installed": null, "last_fetched": 1643571261.532588}, "362551242": {"authors": [], "category": "plugin", "description": "Simple last-updated card for Home assistant lovelace", "domain": "", "downloads": 0, "etag_repository": "W/\"7582e81dc79d17b48732f060719ecd84416c96684cc88d57c6aa2ba8a4db53bc\"", "full_name": "itobey/update-time-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9580c83", "last_release_tag": "2.0.0", "last_updated": "2021-07-13T16:24:04Z", "name": "update-time-card", "new": false, "repository_manifest": {"name": "Update Time Card", "content_in_root": true, "render_readme": true, "filename": "update-time-card.js"}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["clock", "dashboard", "e-ink", "hassio", "home-assistant", "homeassistant", "last-updated", "lovelace", "lovelace-custom-card", "lovelace-ui"], "version_installed": null}, "384434522": {"authors": [], "category": "plugin", "description": "Additional vector icons for home assistant to model Philips Hue bulbs and fixtures. ", "domain": "", "downloads": 0, "etag_repository": "W/\"dd2443298b76ee5f4ee0dc518c7dfc08f9151427f30d2210d2f8b7f40422ac78\"", "full_name": "arallsopp/hass-hue-icons", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c834f9a", "last_release_tag": "v.1.2.5", "last_updated": "2022-01-19T12:36:20Z", "name": "hass-hue-icons", "new": false, "repository_manifest": {"name": "Hass Hue Icons", "render_readme": true, "content_in_root": false}, "selected_tag": null, "show_beta": false, "stars": 125, "topics": ["custom-icons", "hacktoberfest", "hacs", "home-assistant", "homeassistant", "hue", "hue-lights", "icons", "iconset", "philips-hue", "svg"], "version_installed": null, "last_fetched": 1643571253.745922}, "352169259": {"authors": ["@aex351"], "category": "integration", "description": "Neerslag app for Home Assistant. All-in-one package (Sensors + Card).", "domain": "neerslag", "downloads": 0, "etag_repository": "W/\"c7ea7befb915401621b152712582ad6d2387b3fd868a00f66dfa33221aff7a56\"", "full_name": "aex351/home-assistant-neerslag-app", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "ba484e4", "last_release_tag": null, "last_updated": "2021-10-21T20:28:43Z", "name": "neerslag", "new": false, "repository_manifest": {"name": "Neerslag App", "render_readme": true, "country": ["NL", "BE"], "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 18, "topics": ["homeassistant"], "version_installed": null, "last_fetched": 1641217569.170075}, "366713850": {"authors": ["@alexander0042"], "category": "integration", "description": "Replacement for the default Dark Sky Home Assistant integration using Pirate Weather ", "domain": "pirateweather", "downloads": 0, "etag_repository": "W/\"14e5999e119fe81ed9bbdac6cc9efff17548d86cdc4069cf457a83259eae7575\"", "full_name": "alexander0042/pirate-weather-ha", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e95083f", "last_release_tag": null, "last_updated": "2021-12-17T17:21:58Z", "name": "pirateweather", "new": false, "repository_manifest": {"name": "Pirate Weather", "domains": ["weather", "sensor"], "render_readme": true, "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 65, "topics": ["darksky-api", "homeassistant-integration", "weather-api"], "version_installed": null, "last_fetched": 1643545556.794476}, "363203831": {"authors": ["@benleb"], "category": "integration", "description": "SureHA \ud83d\udc3e monitor & control your Sure Petcare devices via Home Assistant", "domain": "sureha", "downloads": 0, "etag_repository": "W/\"b3a5d3b5e4d02d9b2d3db971986dbb9f83a772f779f7c706cbfe8d005d0f570c\"", "full_name": "benleb/sureha", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "77ff2da", "last_release_tag": "v0.4.2", "last_updated": "2021-09-20T15:35:49Z", "name": "sureha", "new": false, "repository_manifest": {"name": "SureHA", "documentation": "https://github.com/benleb/sureha", "content_in_root": true, "render_readme": true, "domains": ["binary_sensor", "sensor"]}, "selected_tag": null, "show_beta": false, "stars": 10, "topics": ["home-assistant", "home-automation", "homeassistant", "surepet", "surepetcare", "surepy"], "version_installed": null, "last_fetched": 1641895958.561402}, "378010382": {"authors": ["@alryaz"], "category": "integration", "description": "TNS Energo Integration", "domain": "tns_energo", "downloads": 0, "etag_repository": "W/\"d4a335cae84074e420e746d37ce355a6db4ac2680e063b5b15162cdcb5af0ef0\"", "full_name": "alryaz/hass-tns-energo", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e23705e", "last_release_tag": "v0.1.0", "last_updated": "2021-11-03T19:37:50Z", "name": "tns_energo", "new": false, "repository_manifest": {"name": "\u041b\u0438\u0447\u043d\u044b\u0439 \u043a\u0430\u0431\u0438\u043d\u0435\u0442 \u0422\u041d\u0421 \u042d\u043d\u0435\u0440\u0433\u043e", "content_in_root": false, "zip_release": false, "render_readme": true, "domains": ["sensor"], "country": ["ru"], "homeassistant": "2021.4.6", "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": ["custom-components", "hacs", "homeassistant", "moscow", "tns-energo"], "version_installed": null}, "376390299": {"authors": ["@golles"], "category": "integration", "description": "KNMI weather integration for Home Assistant", "domain": "knmi", "downloads": 0, "etag_repository": "W/\"ef1bd6faa2e5920122e14e51741393edcbaa5f9e4f235ee917217ba3199aaae5\"", "full_name": "golles/ha-knmi", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4de958b", "last_release_tag": "1.1.6", "last_updated": "2022-01-08T17:01:59Z", "name": "knmi", "new": false, "repository_manifest": {"name": "knmi", "hacs": "1.6.0", "domains": ["binary_sensor", "sensor", "switch"], "homeassistant": "0.118.0"}, "selected_tag": null, "show_beta": false, "stars": 7, "topics": ["home-assistant", "home-assistant-component", "homeassistant", "knmi", "weather"], "version_installed": null, "last_fetched": 1642004605.655608}, "384704004": {"authors": ["@dylandoamaral"], "category": "integration", "description": "A Trakt integration for Home Assistant compatible with upcoming media card", "domain": "trakt_tv", "downloads": 0, "etag_repository": "W/\"271e8a524c8f838bcc59f398e4c685dede7e8661588da060a3d577cecbe98a58\"", "full_name": "dylandoamaral/trakt-integration", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6a4835e", "last_release_tag": "v0.1.2", "last_updated": "2021-12-13T09:19:12Z", "name": "trakt_tv", "new": false, "repository_manifest": {"name": "Trakt", "domains": ["sensor"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": ["custom", "hacs", "home-assistant", "integration", "movie", "show", "trakt", "upcoming-media-card"], "version_installed": null, "last_fetched": 1643545556.791849}, "261277563": {"authors": ["@edekeijzer"], "category": "integration", "description": "OSRM travel time sensor for Home Assistant", "domain": "osrm_travel_time", "downloads": 0, "etag_repository": "W/\"a351edffa9665484e59651c629526eeade93896315c7f686ec51c603e50c3167\"", "full_name": "edekeijzer/osrm_travel_time", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3985b38", "last_release_tag": "v0.3", "last_updated": "2021-07-04T11:12:20Z", "name": "osrm_travel_time", "new": false, "repository_manifest": {"name": "Open Source Routing Machine", "domains": ["sensor"], "iot_class": ["Local Polling"]}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": ["home-assistant", "osrm", "python", "python3", "self-hosted"], "version_installed": null}, "290261325": {"authors": ["@basnijholt", "@RubenKelevra"], "category": "integration", "description": "Adaptive Lighting custom component for Home Assistant", "domain": "adaptive_lighting", "downloads": 0, "etag_repository": "W/\"f83d1c7c1980b080967b9c5b00373239ff9ad94867f8d78ee6d2f8f4f2c99d24\"", "full_name": "basnijholt/adaptive-lighting", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "83983e8", "last_release_tag": "1.0.15", "last_updated": "2022-01-08T23:28:34Z", "name": "adaptive_lighting", "new": false, "repository_manifest": {"name": "adaptive_lighting", "render_readme": true, "domains": ["switch"]}, "selected_tag": null, "show_beta": false, "stars": 472, "topics": ["adaptive-lighting", "automation", "home-assistant", "hue", "iot", "lights", "sunrise", "sunset", "zigbee"], "version_installed": null, "last_fetched": 1643571222.606949}, "377060365": {"authors": ["@alryaz"], "category": "integration", "description": "\u0418\u043d\u0442\u0435\u0433\u0440\u0430\u0446\u0438\u044f Home Assistant \u0441 \u041b\u041a \"\u0418\u043d\u0442\u0435\u0440 \u0420\u0410\u041e\"", "domain": "lkcomu_interrao", "downloads": 0, "etag_repository": "W/\"edf53429a828fa13d9facc72a0b85cc991e68743dee673e401994a480d125413\"", "full_name": "alryaz/hass-lkcomu-interrao", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b951440", "last_release_tag": "v0.2.0", "last_updated": "2022-01-16T23:15:31Z", "name": "lkcomu_interrao", "new": false, "repository_manifest": {"name": "\u041b\u0438\u0447\u043d\u044b\u0439 \u043a\u0430\u0431\u0438\u043d\u0435\u0442 \u0418\u043d\u0442\u0435\u0440 \u0420\u0410\u041e (\u042d\u043d\u0435\u0440\u0433\u043e\u0441\u0431\u044b\u0442)", "content_in_root": false, "zip_release": false, "render_readme": true, "domains": ["sensor", "binary_sensor"], "country": ["ru"], "homeassistant": "2021.12.0", "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 21, "topics": ["altaienergosbyt", "bashelektrosbyt", "custom-components", "energosbyt", "esbvolga", "home-assistant", "mosenergosbyt", "sevesk", "tambovenergosbyt", "tomskenergosbyt"], "version_installed": null, "last_fetched": 1643571220.827883}, "388918745": {"authors": ["@CreasolTech"], "category": "integration", "description": "Home Assistant integration for Creasol DomBus RS485 modules (inputs, outputs, sensors).", "domain": "creasoldombus", "downloads": 0, "etag_repository": "W/\"d1fb7d5dbd83ae905361350a184f214c97096227948f1a15648ce1efcfe8eede\"", "full_name": "CreasolTech/home-assistant-creasol-dombus", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "469026c", "last_release_tag": null, "last_updated": "2021-09-07T08:23:37Z", "name": "creasoldombus", "new": false, "repository_manifest": {"name": "Creasol DomBus", "content_in_root": false, "domains": ["binary-sensor", "light", "sensor", "switch"], "iot_class": "local_push"}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["dombus", "domotic", "hacs", "home-assistant", "homeassistant", "rs485", "smart-home", "smarthome"], "version_installed": null}, "355159299": {"authors": ["@alryaz"], "category": "integration", "description": "Moscow PGU services for HomeAssistant", "domain": "moscow_pgu", "downloads": 0, "etag_repository": "W/\"acd57c8caeda6a128a28ad90ca858c6c3b0e3c5dd18a980551607d231d0893fa\"", "full_name": "alryaz/hass-moscow-pgu", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a0e68a7", "last_release_tag": "v0.3.1", "last_updated": "2021-11-10T06:44:41Z", "name": "moscow_pgu", "new": false, "repository_manifest": {"name": "Moscow PGU (\u0413\u043e\u0441\u0443\u0441\u043b\u0443\u0433\u0438 \u041c\u043e\u0441\u043a\u0432\u044b)", "content_in_root": false, "zip_release": false, "render_readme": true, "domains": ["sensor"], "country": ["ru"], "homeassistant": "2021.2.0", "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 10, "topics": ["custom-component", "gosuslugi", "homeassistant"], "version_installed": null}, "362058414": {"authors": ["@chouffy"], "category": "integration", "description": "Control a Libratone Zipp speaker within Home Assistant", "domain": "libratone_zipp", "downloads": 0, "etag_repository": "W/\"291eaf61836c69229654147e6d05057f40a699b92326ffd497a4a92a22d88fd9\"", "full_name": "Chouffy/home_assistant_libratone_zipp", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "0f30485", "last_release_tag": "3.0.3", "last_updated": "2021-10-16T07:48:11Z", "name": "libratone_zipp", "new": false, "repository_manifest": {"name": "Libratone Zipp", "render_readme": true, "domains": "media_player", "iot_class": "Local Push"}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["home-assistant", "home-assistant-integration", "libratone", "python3"], "version_installed": null}, "377960412": {"authors": ["@georgezhao2010"], "category": "integration", "description": "Control your Midea air conditioner devices via the eWeLink cloud", "domain": "climate_ewelink", "downloads": 0, "etag_repository": "W/\"a9e71b054a35028bd10c6cfbd51292e79869dfa62d427e77c3bc25b25da9ce84\"", "full_name": "georgezhao2010/climate_ewelink", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b38804d", "last_release_tag": "v0.3.0", "last_updated": "2021-09-04T14:17:19Z", "name": "climate_ewelink", "new": false, "repository_manifest": {"name": "Midea A/C via eWeLink", "domains": ["climate", "sensor", "switch"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 24, "topics": ["airconditioners", "climate", "ewelink", "homeassistant", "midea"], "version_installed": null}, "311536795": {"authors": ["@blakeblackshear"], "category": "integration", "description": "Frigate integration for Home Assistant", "domain": "frigate", "downloads": 0, "etag_repository": "W/\"12a2fdeba206b331e8ab5292bf3bef414b6c5ac50bb959dfd229570da6279c93\"", "full_name": "blakeblackshear/frigate-hass-integration", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "19a10d0", "last_release_tag": "v2.2.0", "last_updated": "2022-01-25T15:30:23Z", "name": "frigate", "new": false, "repository_manifest": {"hacs": "1.6.0", "name": "Frigate", "domains": ["media_browser", "sensor", "camera", "binary_sensor", "switch"], "iot_class": "Local Push", "homeassistant": "2021.12.0b0"}, "selected_tag": null, "show_beta": false, "stars": 205, "topics": ["ai", "camera", "frigate", "hacs", "nvr", "object-detection"], "version_installed": null, "last_fetched": 1643571223.138651}, "255258767": {"authors": ["@Aohzan"], "category": "integration", "description": "IPX800 V4 integration for Home-Assistant", "domain": "ipx800v4", "downloads": 0, "etag_repository": "W/\"360bffc2d724b017741fe7e8c6c499e78dc69bb6de72a87d8174d1f1edcc503c\"", "full_name": "Aohzan/ipx800", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3d58e7c", "last_release_tag": "3.1.0", "last_updated": "2021-11-20T08:19:27Z", "name": "ipx800v4", "new": false, "repository_manifest": {"name": "GCE IPX800 V4", "country": ["FR"], "domains": ["switch", "light", "cover", "sensor", "binary_sensor", "climate"], "render_readme": true, "iot_class": ["Local Polling"]}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": ["gce-electronics", "homeassistant", "homeassistant-integration", "ipx800"], "version_installed": null}, "384910725": {"authors": ["@hwmland"], "category": "integration", "description": "XMR Pool Statistics integration for Home Assistant", "domain": "xmrpool_stat", "downloads": 0, "etag_repository": "W/\"5f8e1ac919378a933cdb6178bb5eadf93224b15abcbb061acd43790085e81237\"", "full_name": "hwmland/homeassistant-xmrpool_stat", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e5db4c6", "last_release_tag": "v0.2.0", "last_updated": "2022-01-13T20:44:56Z", "name": "xmrpool_stat", "new": false, "repository_manifest": {"name": "XMR Pool Statistics", "render_readme": true, "iot_class": "cloud_polling"}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["cryptocurrency", "hacs", "home-assistant", "home-assistant-integration", "homeassistant", "monero", "xmr"], "version_installed": null, "last_fetched": 1642184611.305361}, "322881712": {"authors": ["@juacas"], "category": "integration", "description": "Honor X3 router Device tracker for Home Assistant", "domain": "honor_x3", "downloads": 0, "etag_repository": "W/\"9e373e2187817bda22f05c37f771fe310a58ed3096ae5f717de289c997bdeaa6\"", "full_name": "juacas/honor_x3", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3798953", "last_release_tag": "v1.0.5", "last_updated": "2021-08-24T07:44:17Z", "name": "honor_x3", "new": false, "repository_manifest": {"name": "Honor Router 3/X3 tracker", "render_readme": "true", "domains": ["device_tracker"]}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["device-tracker", "home-assistant", "home-automation", "presence-detection", "router"], "version_installed": null, "last_fetched": 1643571235.669678}, "377012187": {"authors": ["@jcgoette"], "category": "integration", "description": "This custom integration provides sensors for Weight Gurus API endpoints.", "domain": "weight_gurus", "downloads": 0, "etag_repository": "W/\"20118a467c07202ffe9775d16d9c829efb6eed7103dab9ebf4f1e1645b317b43\"", "full_name": "jcgoette/weight_gurus_homeassistant", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a891e0b", "last_release_tag": "v2.0.2", "last_updated": "2021-12-18T04:00:33Z", "name": "weight_gurus", "new": false, "repository_manifest": {"domains": "sensor", "iot_class": "Cloud Polling", "name": "Weight Gurus", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["health", "home-assistant", "home-assistant-component", "home-assistant-custom", "home-assistant-sensor", "python", "weight"], "version_installed": null}, "250488711": {"authors": ["@mwestra"], "category": "integration", "description": "niu scooter integration for Home assistant.", "domain": "niu", "downloads": 0, "etag_repository": "W/\"3eb1bc1cdbfc591c0f398f92edbda8494326579cb2ce15fd964e88c48628aa23\"", "full_name": "marcelwestrahome/home-assistant-niu-component", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d00a0ad", "last_release_tag": "1.0.0", "last_updated": "2021-11-28T18:33:25Z", "name": "niu", "new": false, "repository_manifest": {"name": "Niu Scooter Integration", "content_in_root": false, "render_readme": true, "iot_class": "cloud_polling"}, "selected_tag": null, "show_beta": false, "stars": 15, "topics": ["custom-component", "home-assistant", "niu", "scooters", "sensor"], "version_installed": null, "last_fetched": 1642430941.780215}, "279184610": {"authors": ["@madpilot"], "category": "integration", "description": "Home Assistant Component to pull the latest energy prices from Amber Electric", "domain": "amberelectric", "downloads": 0, "etag_repository": "W/\"aa32fa4c6a1ae5d01635bec70278dccf5f5869879136f29426130ed58700f896\"", "full_name": "madpilot/hass-amber-electric", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b900ed8", "last_release_tag": null, "last_updated": "2021-10-07T09:01:00Z", "name": "amberelectric", "new": false, "repository_manifest": {"name": "Amber Electric", "country": ["AU"], "domains": ["sensor"], "homeassistant": "2021.7.1", "iot_class": ["Cloud Polling"]}, "selected_tag": null, "show_beta": false, "stars": 21, "topics": ["amber-electric", "electricity-market", "electricity-prices", "home-assistant", "integration"], "version_installed": null, "last_fetched": 1643571239.450224}, "391413239": {"authors": ["@tiemooowh"], "category": "integration", "description": "Teletask (DoIP) Integration for Home Assistant Comunity Store (HACS)", "domain": "teletask", "downloads": 0, "etag_repository": "W/\"7e12b9c1542acb42585d0a53625bea0509661b0faa53f1348fe931c2ee2e0b8c\"", "full_name": "Tiemooowh/homeassistant-teletask", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "58bdabf", "last_release_tag": null, "last_updated": "2021-11-01T16:32:18Z", "name": "teletask", "new": false, "repository_manifest": {"name": "Teletask", "content_in_root": false, "domains": ["teletask"], "homeassistant": "0.109.0", "iot_class": "local_poll"}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["domotics", "hacs", "homeassistant", "homeassistant-custom-component", "homeassistant-integration", "teletask"], "version_installed": null, "last_fetched": 1642851464.3755}, "368653916": {"authors": ["@moox-it"], "category": "integration", "description": "MOOX-Track Custom Component for HASS (hass-moox-track) is a custom component that connects your MOOX Track devices to Home Assistant as \"Device Trackers\"", "domain": "moox_track", "downloads": 0, "etag_repository": "W/\"6c795dfdc462f634bed1c5aa38a7cfb88f597c6e4bc6795fec0bdb1e34980edb\"", "full_name": "moox-it/hass-moox-track", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "ccc24f3", "last_release_tag": "1.2", "last_updated": "2021-12-13T17:10:20Z", "name": "moox_track", "new": false, "repository_manifest": {"name": "MOOX-Track", "render_readme": true, "iot_class": ["Cloud Polling"]}, "selected_tag": null, "show_beta": false, "stars": 0, "topics": ["device", "gps", "moox", "track", "tracker"], "version_installed": null}, "378213601": {"authors": ["@nyffchanium"], "category": "integration", "description": "Home Assistant integration for Argoclima (Argo) climate control devices", "domain": "argoclima", "downloads": 0, "etag_repository": "W/\"2679e7ae9fd0af2f3c9af279232abec2552e35eb975eed9419095d5e7af2d9ff\"", "full_name": "nyffchanium/argoclima-integration", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "515e679", "last_release_tag": "v1.1.0", "last_updated": "2021-12-30T11:52:59Z", "name": "argoclima", "new": false, "repository_manifest": {"name": "Argoclima", "homeassistant": "2021.12.1", "domains": ["climate"], "iot_class": "Local Polling"}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["argo", "argoclima", "climate-control", "home-assistant"], "version_installed": null, "last_fetched": 1643571242.287186}, "336054515": {"authors": ["@lbbrhzn"], "category": "integration", "description": "Home Assistant integration for electric vehicle chargers that support the Open Charge Point Protocol (OCPP).", "domain": "ocpp", "downloads": 0, "etag_repository": "W/\"815832f2ebb6fa2a52c9745547aba10a114331d4f9898a860d08ab238db38056\"", "full_name": "lbbrhzn/ocpp", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "cce22ff", "last_release_tag": "v0.4.10", "last_updated": "2022-01-30T19:13:59Z", "name": "ocpp", "new": false, "repository_manifest": {"name": "Open Charge Point Protocol (OCPP)", "content_in_root": false, "domains": ["button", "number", "sensor", "switch"], "homeassistant": "2021.12.0", "iot_class": "Local Push", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 45, "topics": ["hacs", "home-assistant", "home-automation", "homeassistant", "ocpp"], "version_installed": null, "last_fetched": 1643571238.060321}, "379688863": {"authors": ["@TheRealWaldo"], "category": "integration", "description": "Thermal Vision Sensor and Camera for Home Assistant", "domain": "thermal_vision", "downloads": 0, "etag_repository": "W/\"3c3f781d516665e3ff2f941d163f40302a6cc38d1048f6693340fa5833b01fd3\"", "full_name": "TheRealWaldo/thermal", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "376601c", "last_release_tag": "v3.1.0", "last_updated": "2021-12-28T16:18:24Z", "name": "thermal_vision", "new": false, "repository_manifest": {"name": "Thermal Vision", "country": ["CA"], "domains": ["camera", "sensor"], "render_readme": true, "iot_class": ["Assumed State", "Local Polling"]}, "selected_tag": null, "show_beta": false, "stars": 24, "topics": ["hacs", "home-assistant", "homeassistant", "homeassistant-custom-component", "homeassistant-integration", "homeassistant-sensor"], "version_installed": null, "last_fetched": 1642851466.764306}, "388979130": {"authors": ["@troykelly"], "category": "integration", "description": "A group of sensors for Home Assistant that tracks New South Wales COVID-19 Data", "domain": "nswcovid", "downloads": 0, "etag_repository": "W/\"e4f82a00278417c26669528a148fd1bf4d88282c014255fad61cf23a156ed0c5\"", "full_name": "troykelly/homeassistant-au-nsw-covid", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "0c394ef", "last_release_tag": "v0.0.26", "last_updated": "2021-10-02T04:15:42Z", "name": "nswcovid", "new": false, "repository_manifest": {"name": "NSW Covid Data", "country": ["AU"], "domains": ["sensor"], "homeassistant": "2021.9.0", "iot_class": ["Cloud Polling"], "zip_release": true, "filename": "nswcovid.zip"}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["covid-19", "home-assistant", "nsw-government", "nsw-health"], "version_installed": null}, "227452940": {"authors": ["@JoshuaMulliken"], "category": "integration", "description": "Home Assistant Integration for Wyze devices.", "domain": "wyzeapi", "downloads": 0, "etag_repository": "W/\"694f94b6ccbd39eb813375a1358383c841721779dd93c62ce56201acda6b763f\"", "full_name": "JoshuaMulliken/ha-wyzeapi", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "8107f80", "last_release_tag": "0.1.4", "last_updated": "2022-01-26T00:05:33Z", "name": "wyzeapi", "new": false, "repository_manifest": {"name": "Wyze", "domains": ["switch", "light", "lock", "binary_sensor"], "iot_class": "cloud_poll"}, "selected_tag": null, "show_beta": false, "stars": 381, "topics": ["bulb", "home-assistant", "home-automation", "homeassistant", "switch", "wyze", "wyze-bulbs", "wyze-switchs"], "version_installed": null, "last_fetched": 1643571235.391686}, "379781545": {"authors": ["@rroller"], "category": "integration", "description": "Netgear Home Assistant Integration", "domain": "netgear_wax", "downloads": 0, "etag_repository": "W/\"436be03ffbbb9b6adc9c111cd59575fe7a7b8f022f54146b0ed8375b1ab0c7d0\"", "full_name": "rroller/netgear", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d3a2e7f", "last_release_tag": "0.1.3", "last_updated": "2021-12-12T18:08:49Z", "name": "netgear_wax", "new": false, "repository_manifest": {"name": "Netgear WAX", "hacs": "1.6.0", "homeassistant": "2021.4.0", "domains": ["binary_sensor", "sensor", "switch"], "iot_class": "Local Polling", "render_readme": true, "documentation": "https://github.com/rroller/netgear/blob/main/README.md", "issue_tracker": "https://github.com/rroller/netgear/issues", "codeowners": ["@rroller"]}, "selected_tag": null, "show_beta": false, "stars": 7, "topics": ["hacs", "home-assistant", "netgear", "wax", "wax-610", "wax-620", "wi-fi"], "version_installed": null}, "396695907": {"authors": ["@mullerdavid"], "category": "integration", "description": "Gree Extension for built in integration", "domain": "gree_ext", "downloads": 0, "etag_repository": "W/\"03767ed18a8f09a3648631142dfc3b94a940b82a73b3c4aff883c5d19ef70b28\"", "full_name": "mullerdavid/hass_GreeExt", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "faa5104", "last_release_tag": null, "last_updated": "2021-08-16T17:45:29Z", "name": "gree_ext", "new": false, "repository_manifest": {"name": "Gree Extension for Home-Assistant built in integration", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["home-assistant"], "version_installed": null}, "325329098": {"authors": ["@IATkachenko"], "category": "integration", "description": "Sleep As Android integration for Home Assistant", "domain": "sleep_as_android", "downloads": 0, "etag_repository": "W/\"5fd6330a44200164148a26d1ca85b0eebf831e91763fd0d4b0f17ee3a02cac65\"", "full_name": "IATkachenko/HA-SleepAsAndroid", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "339e586", "last_release_tag": "v1.7.0", "last_updated": "2022-01-24T10:33:12Z", "name": "sleep_as_android", "new": false, "repository_manifest": {"homeassistant": "2021.7.0", "name": "Sleep As Android", "render_readme": true, "zip_release": true, "filename": "sleep_as_android.zip"}, "selected_tag": null, "show_beta": false, "stars": 42, "topics": ["homeassistant", "mqtt", "python", "sleep-analysis", "sleep-as-android", "sleep-tracker"], "version_installed": null, "last_fetched": 1643571233.94474}, "290193894": {"authors": ["@sillyfrog"], "category": "integration", "description": "Rollease Acmeda Automate Pulse Hub v2 integration for Home Assistant", "domain": "automate", "downloads": 0, "etag_repository": "W/\"62c0f572ab5b8bb549c8e3534a3d9cb6051d2d66c85135b843ac55752f16c7f0\"", "full_name": "sillyfrog/Automate-Pulse-v2", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "cb3d325", "last_release_tag": "v0.9.3", "last_updated": "2022-01-23T11:01:40Z", "name": "automate", "new": false, "repository_manifest": {"name": "Rollease Acmeda Automate Pulse Hub v2", "render_readme": true, "iot_class": ["Local Polling", "Local Push"]}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": ["hacs", "homeassistant"], "version_installed": null, "last_fetched": 1643571248.075698}, "394082552": {"authors": [], "category": "plugin", "description": "A Lovelace card for Frigate in Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"5e22c52bcca57483570791881ac868bdc4e2f4596d61e90a306c793393b98fb4\"", "full_name": "dermotduffy/frigate-hass-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "73c979e", "last_release_tag": "v2.1.0", "last_updated": "2022-01-30T01:46:41Z", "name": "frigate-hass-card", "new": false, "repository_manifest": {"name": "Frigate Card", "render_readme": true, "filename": "frigate-hass-card.js"}, "selected_tag": null, "show_beta": false, "stars": 85, "topics": ["cctv", "frigate", "home-assistant", "nvr"], "version_installed": null, "last_fetched": 1643571256.709766}, "395991055": {"authors": ["@amaximus"], "category": "integration", "description": "Anniversary integration for Home Assistant", "domain": "anniversary", "downloads": 0, "etag_repository": "W/\"e46d35d78a2a71237abf24772eb9eb667c712f87c8cc75f3d11397dcbe90b112\"", "full_name": "amaximus/anniversary", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d4bc126", "last_release_tag": "0.2.1", "last_updated": "2021-12-10T12:17:16Z", "name": "anniversary", "new": false, "repository_manifest": {"name": "Anniversary", "country": ["HU"], "domains": ["anniversary"], "render_readme": "true", "iot_class": ["Assumed State"]}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": ["home-assistant", "homeassistant"], "version_installed": null}, "362700564": {"authors": ["@alandtse"], "category": "integration", "description": "Tesla custom integration for Home Assistant. This requires a refresh token be generated by third-party apps to login.", "domain": "tesla_custom", "downloads": 0, "etag_repository": "W/\"5b84414c08f1d7008c62ad64d2ba6d64038f120e97f34ddcbff04ef59961179b\"", "full_name": "alandtse/tesla", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "004f265", "last_release_tag": "v1.5.0", "last_updated": "2022-01-17T10:00:49Z", "name": "tesla_custom", "new": false, "repository_manifest": {"name": "Tesla", "hacs": "1.6.0", "domains": ["sensor", "lock", "climate", "binary_sensor", "device_tracker", "switch", "button"], "iot_class": "Cloud Polling", "homeassistant": "2021.4.0", "zip_release": true, "filename": "tesla_custom.zip"}, "selected_tag": null, "show_beta": false, "stars": 102, "topics": ["hacktoberfest", "home-assistant", "home-assistant-component", "integration", "tesla"], "version_installed": null, "last_fetched": 1643571219.917723}, "383732864": {"authors": ["@cyberjunky"], "category": "integration", "description": "The Garmin Connect integration allows you to expose data from Garmin Connect to Home Assistant.", "domain": "garmin_connect", "downloads": 0, "etag_repository": "W/\"210fb76cabebce985328b97cb51aafb9fc76b6942ed95a2e08b7bd2aca96f615\"", "full_name": "cyberjunky/home-assistant-garmin_connect", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4cd2826", "last_release_tag": "0.1.8", "last_updated": "2022-01-05T09:23:20Z", "name": "garmin_connect", "new": false, "repository_manifest": {"name": "Garmin Connect", "render_readme": true, "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 28, "topics": ["garmin-connect", "home-assistant", "home-assistant-component"], "version_installed": null, "last_fetched": 1643571227.197985}, "346474804": {"authors": ["@DurgNomis-drol"], "category": "integration", "description": "Toyota Connected Services integration for Home Assistant.", "domain": "toyota", "downloads": 0, "etag_repository": "W/\"e25ca803cf068f7bd21ac36fa72f5b3eeda58a482c03cd855046dfd922fdaf43\"", "full_name": "DurgNomis-drol/ha_toyota", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6d3e599", "last_release_tag": "v1.2.7", "last_updated": "2022-01-17T15:22:15Z", "name": "toyota", "new": false, "repository_manifest": {"name": "Toyota Connected Services", "domains": ["binary_sensor", "device_tracker", "sensor"], "homeassistant": "2021.12.0", "iot_class": ["Cloud Polling"], "zip_release": true, "filename": "toyota.zip"}, "selected_tag": null, "show_beta": false, "stars": 39, "topics": ["car", "home-assistant", "toyota", "vehicle"], "version_installed": null, "last_fetched": 1643571229.309907}, "382335433": {"authors": ["@djansen1987"], "category": "integration", "description": "SAJ eSolar Portal Sensors", "domain": "saj_esolar", "downloads": 0, "etag_repository": "W/\"0dca3868b7acdb60267d2e196de5c6e9122a30e9cd34129a15532817ded6fae1\"", "full_name": "djansen1987/SAJeSolar", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "77a9031", "last_release_tag": "v1.2.9", "last_updated": "2022-01-15T17:09:36Z", "name": "saj_esolar", "new": false, "repository_manifest": {"name": "SAJ eSolar", "render_readme": false, "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["esolar", "hacs", "home-assistant", "homeassistant", "intergration", "saj", "solar", "solar-system"], "version_installed": null, "last_fetched": 1642851473.216605}, "398739214": {"authors": [], "category": "integration", "description": "Add a Webhook service to HomeAssistant, originally designed for use with Discord Webhooks", "domain": "webhook_service", "downloads": 0, "etag_repository": "W/\"054963c02e08b59521a46327f3853ad28cc1107a7cb731e83babce5670b29b1d\"", "full_name": "HCookie/Webhook-Service-home-assistant", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "81f0795", "last_release_tag": "v1.0", "last_updated": "2021-08-25T02:24:45Z", "name": "webhook_service", "new": false, "repository_manifest": {"render_readme": true, "content_in_root": false, "iot_class": "local_polling", "homeassistant": "2021.8.1"}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["hacs", "homeassistant", "webhooks"], "version_installed": null, "last_fetched": 1643571232.765068}, "383608593": {"authors": ["@h4de5"], "category": "integration", "description": "Toshiba AC integration into home-assistant.io", "domain": "toshiba_ac", "downloads": 0, "etag_repository": "W/\"e2d52748bcf7625e1f056ea3a8d2ed8e85702975eebc152413ade18350d270fd\"", "full_name": "h4de5/home-assistant-toshiba_ac", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c6911c7", "last_release_tag": "2021.9.5", "last_updated": "2022-01-22T18:15:42Z", "name": "toshiba_ac", "new": false, "repository_manifest": {"name": "Toshiba AC", "content_in_root": false, "render_readme": true, "domains": ["climate", "sensor"], "homeassistant": "2021.8.0", "iot_class": ["Cloud Push"]}, "selected_tag": null, "show_beta": false, "stars": 22, "topics": ["climate", "home-assistant", "home-automation", "homeassistant", "homeassistant-integration", "toshiba"], "version_installed": null, "last_fetched": 1643571233.040082}, "382905556": {"authors": ["@kotborealis"], "category": "integration", "description": "Time-based cover. Install it via HACS.", "domain": "cover_time_based_synced", "downloads": 0, "etag_repository": "W/\"1c4d3e0cf590393f05dc0290000df1a467a9df246133dd0124cdbd46f65ed376\"", "full_name": "kotborealis/home-assistant-custom-components-cover-time-based-synced", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7098bac", "last_release_tag": "v2.1.0", "last_updated": "2021-08-28T10:42:07Z", "name": "cover_time_based_synced", "new": false, "repository_manifest": {"name": "Cover Time Based Synced", "content_in_root": false, "render_readme": false, "hacs": "1.6.0", "domains": ["cover"], "homeassistant": "0.118.0"}, "selected_tag": null, "show_beta": false, "stars": 7, "topics": ["cover", "home-assistant", "roller-shutters", "service", "shutter", "trigger"], "version_installed": null, "last_fetched": 1642851473.941003}, "402799177": {"authors": [], "category": "plugin", "description": "Blind card for Home Assistant Lovelace UI", "domain": "", "downloads": 0, "etag_repository": "W/\"433a74fab2d353d75568e3c3d4eb1349dd09ac32e57278cdad568b7564284499\"", "full_name": "tungmeister/hass-blind-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "03a0db8", "last_release_tag": "v1.0.3", "last_updated": "2021-11-03T20:16:41Z", "name": "hass-blind-card", "new": false, "repository_manifest": {"name": "Blind Card", "filename": "hass-blind-card.js", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 17, "topics": ["custom-cards", "hacs", "hassio", "home-assistant", "lovelace"], "version_installed": null}, "395770920": {"authors": ["@firstof9"], "category": "integration", "description": "OpenEI integration for Home Assistant", "domain": "openei", "downloads": 0, "etag_repository": "W/\"c11ed65a7122768db18f389cf16b4c007591bffe2c8295d8c08fff4a50204c0c\"", "full_name": "firstof9/ha-openei", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "ac01f67", "last_release_tag": "0.1.6", "last_updated": "2021-12-15T17:28:19Z", "name": "openei", "new": false, "repository_manifest": {"name": "OpenEI", "domains": ["binary_sensor", "sensor"], "iot_class": "Cloud Polling", "homeassistant": "2021.8.0", "zip_release": true, "filename": "openei.zip"}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": ["api", "energy", "home-assistant", "homeassistant", "integration", "rates"], "version_installed": null}, "402156016": {"authors": ["@golles"], "category": "integration", "description": "Kamstrup 403 integration for Home Assistant", "domain": "kamstrup_403", "downloads": 0, "etag_repository": "W/\"dff1b6a5cc59f2395f4018e2c464c93b40cd60622d367ac2ff8a0ea119047ad4\"", "full_name": "golles/ha-kamstrup_403", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b77455b", "last_release_tag": "1.1.0", "last_updated": "2021-12-20T23:52:37Z", "name": "kamstrup_403", "new": false, "repository_manifest": {"name": "Kamstrup 403", "hacs": "1.1.0", "domains": ["sensor"], "homeassistant": "0.118.0"}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": ["home-assistant-component", "kamstrup", "kamstrup403"], "version_installed": null, "last_fetched": 1642430953.981069}, "372795369": {"authors": ["@Sholofly"], "category": "integration", "description": "Custom component to integrate Arris DCX960 Horizon EOS Settopbox into Home Assistant", "domain": "arris_dcx960", "downloads": 0, "etag_repository": "W/\"45442e4eacbcde4e758822d081cff63b0df4169937865f9f98b5e578d6ff3722\"", "full_name": "Sholofly/arrisdcx960", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "ed95477", "last_release_tag": "v1.2.0", "last_updated": "2022-01-17T21:11:08Z", "name": "arris_dcx960", "new": false, "repository_manifest": {"name": "Arris DCX960 (Ziggo, Telenet, Magenta, UPC, Virgin)", "country": ["NL", "BE", "CH", "GB", "AT"], "iot_class": "cloud_push", "domains": ["media_player"], "render_readme": true, "homeassistant": "2021.5.0"}, "selected_tag": null, "show_beta": false, "stars": 16, "topics": ["arris", "eos", "hacs", "homeassistant", "horizon", "magenta", "settopbox", "telenet", "telenet-tv", "telenet-tv-boxes", "upc", "virgin", "virgin-media", "vodafone", "ziggo", "ziggo-next"], "version_installed": null, "last_fetched": 1642520526.170096}, "403401396": {"authors": ["@eifinger"], "category": "integration", "description": "Custom Home Assistant Integration for the HERE Destination Weather API", "domain": "here_weather", "downloads": 0, "etag_repository": "W/\"1719870e614464e47b8f2c790661109708899eebfc3e0c43d189ff2d52ec9507\"", "full_name": "eifinger/hass-here-weather", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "91868de", "last_release_tag": "v2.1.5", "last_updated": "2022-01-11T07:41:08Z", "name": "here_weather", "new": false, "repository_manifest": {"name": "HERE Destination Weather", "hacs": "1.6.0", "domains": ["sensor", "weather"], "iot_class": "Cloud Polling", "homeassistant": "2021.12.0"}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["hacktoberfest", "hacs", "hacs-default", "here-maps-api", "herepy", "home-assistant", "homeassistant", "homeassistant-custom-component", "homeassistant-integration", "pyton"], "version_installed": null, "last_fetched": 1641895983.019757}, "213346369": {"authors": ["@scottyphillips"], "category": "integration", "description": "A Home Assistant custom component for use with ECHONET enabled Mitsubishi HVAC systems. ", "domain": "echonetlite", "downloads": 0, "etag_repository": "W/\"20c4dad7d3eef41f9e4754bff6a4d290885dc76fbb68dad3d99efed977a26b03\"", "full_name": "scottyphillips/echonetlite_homeassistant", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "0c8b875", "last_release_tag": "3.2.1", "last_updated": "2022-01-14T23:16:21Z", "name": "echonetlite", "new": false, "repository_manifest": {"name": "ECHONETLite Platform", "render_readme": true, "domains": ["climate", "sensor", "select", "light", "fan"], "homeassistant": "2021.9.2", "iot_class": "Local Polling"}, "selected_tag": null, "show_beta": false, "stars": 42, "topics": ["hacs", "home-assistant", "homeassistant"], "version_installed": null, "last_fetched": 1643571247.69231}, "334448958": {"authors": [], "category": "plugin", "description": "Bootstrap grid in Lovelace UI", "domain": "", "downloads": 0, "etag_repository": "W/\"58d4effbc96a2c3f104dad0d0a338411ddae42a51f080451882088203dfe7eb3\"", "full_name": "ownbee/bootstrap-grid-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d3faf3e", "last_release_tag": "v0.1.2", "last_updated": "2021-10-21T18:37:00Z", "name": "bootstrap-grid-card", "new": false, "repository_manifest": {"name": "bootstrap-grid-card", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 18, "topics": ["bootstrap", "bootstrap-grid-card", "card", "custom-cards", "grid", "hass", "homeassistant", "layout", "lovelace"], "version_installed": null}, "403381222": {"authors": [], "category": "theme", "description": "Noctis theme made Solarized", "domain": "", "downloads": 0, "etag_repository": "W/\"f47981d81251d2ab2bddf1b5ff4caa14ef05d6848055104148d3f983e967a5c6\"", "full_name": "williamahartman/noctis-solarized", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6e4941c", "last_release_tag": null, "last_updated": "2021-09-29T22:53:08Z", "name": "noctis-solarized", "new": false, "repository_manifest": {"name": "Noctis-Solarized"}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["home-assistant", "home-assistant-theme"], "version_installed": null}, "403123516": {"authors": ["@barleybobs"], "category": "integration", "description": "A Homeassistant custom component to integrate Ecowater water softeners", "domain": "ecowater_softener", "downloads": 0, "etag_repository": "W/\"39601a031242419c4ff4c56de4140cebbec6f6bbba7cc653d7cdd37e4d0b14aa\"", "full_name": "barleybobs/homeassistant-ecowater-softener", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9c79fe7", "last_release_tag": null, "last_updated": "2021-12-30T01:29:30Z", "name": "ecowater_softener", "new": false, "repository_manifest": {"name": "Ecowater Softener", "render_readme": true, "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["ecowater", "homeassistant"], "version_installed": null, "last_fetched": 1642004628.557946}, "323155307": {"authors": ["@aceindy"], "category": "integration", "description": "Control Duepi_evo based pellet stoves with Home Assistant over wifi using ESPLink", "domain": "duepi_evo", "downloads": 0, "etag_repository": "W/\"3e5bd60313a3b5c14e3ca4fd04510c504c57b7f784329d6197d375299310e815\"", "full_name": "aceindy/Duepi_EVO", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c74a80a", "last_release_tag": null, "last_updated": "2022-01-10T16:45:57Z", "name": "duepi_evo", "new": false, "repository_manifest": {"name": "Duepi Evo", "render_readme": true, "iot_class": "local_polling"}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": ["heating-systems", "home-assistant"], "version_installed": null, "last_fetched": 1641895984.060552}, "392188182": {"authors": ["@alryaz"], "category": "integration", "description": "\u0418\u043d\u0442\u0435\u0433\u0440\u0430\u0446\u0438\u044f \u042d\u043d\u0435\u0440\u0433\u043e\u0441\u0431\u044b\u0422.\u041f\u043b\u044e\u0441 \u0434\u043b\u044f Home Assistant", "domain": "energosbyt_plus", "downloads": 0, "etag_repository": "W/\"d9c3e40697694c93b2bfc25a86e8f6fb7badcb120ee15880814c83729e1ac1f3\"", "full_name": "alryaz/hass-energosbyt-plus", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "077fcbf", "last_release_tag": "v0.1.0", "last_updated": "2021-11-03T19:32:31Z", "name": "energosbyt_plus", "new": false, "repository_manifest": {"name": "\u041b\u0438\u0447\u043d\u044b\u0439 \u043a\u0430\u0431\u0438\u043d\u0435\u0442 \u042d\u043d\u0435\u0440\u0433\u043e\u0441\u0431\u044b\u0422 \u041f\u043b\u044e\u0441", "content_in_root": false, "zip_release": false, "render_readme": true, "domains": ["sensor", "binary_sensor"], "country": ["ru"], "homeassistant": "2021.2.0", "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": ["custom-component", "energosbyt", "energosbyt-plus", "homeassistant"], "version_installed": null}, "407627914": {"authors": [], "category": "theme", "description": "A fork of popular Home Assistant Google dark theme with animated icons", "domain": "", "downloads": 0, "etag_repository": "W/\"ed419db2b426cee9d55eb14499bdb3239d4ee769f3762fac2539d83607fb7446\"", "full_name": "pacjo/google_dark_animated", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1f59fba", "last_release_tag": "v1.9", "last_updated": "2021-11-22T17:05:56Z", "name": "google_dark_animated", "new": false, "repository_manifest": {"name": "Google Dark Theme", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["ha", "hacs", "home-assistant", "home-assistant-hacs", "theme"], "version_installed": null}, "212657669": {"authors": ["@xMrVizzy"], "category": "integration", "description": "\ud83c\udf3f Minecraft Version Checker for Home Assistant.", "domain": "minecraft_version", "downloads": 0, "etag_repository": "W/\"7ef4718fcd747864fbd60ad822ff621604f1149510f78fc08b60df27354492ac\"", "full_name": "Kraineff/minecraft-version", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9c0ec53", "last_release_tag": "0.1.3", "last_updated": "2020-01-16T12:36:24Z", "name": "minecraft_version", "new": false, "repository_manifest": {"name": "\u26cf\ufe0f Minecraft Version", "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": [], "version_installed": null}, "403062943": {"authors": ["@jugla"], "category": "integration", "description": "Home Assistant Component to compute battery consumption", "domain": "battery_consumption", "downloads": 0, "etag_repository": "W/\"06e4f8acc8b3ac7adc2ebbb9fe1789ffba2ae8010cbad830f839be7df0c56442\"", "full_name": "jugla/battery_consumption", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1e34858", "last_release_tag": "V1.0.4", "last_updated": "2021-12-11T21:53:46Z", "name": "battery_consumption", "new": false, "repository_manifest": {"name": "battery_consumption", "domains": ["sensor"], "iot_class": "calculated"}, "selected_tag": null, "show_beta": false, "stars": 7, "topics": ["battery", "consumption", "hacs", "homeassistant"], "version_installed": null}, "408429126": {"authors": ["@koying"], "category": "integration", "description": "Extension of HA mqtt_statestream integration with discovery config publishing", "domain": "mqtt_discoverystream", "downloads": 0, "etag_repository": "W/\"9c8b97e9c1550b6d0526aadf3ce853887c8a59f3ce8dd30cf0c625eb6b0c1f77\"", "full_name": "koying/mqtt_discoverystream_ha", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "713018e", "last_release_tag": "v0.7", "last_updated": "2021-12-19T08:13:13Z", "name": "mqtt_discoverystream", "new": false, "repository_manifest": {"name": "MQTT DiscoveryStream", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["custom-component", "hass", "home-assistant", "homeassistant", "mqtt"], "version_installed": null}, "401454435": {"authors": ["@hif2k1"], "category": "integration", "description": "Home assistant home battery simulator - allows you to model how much energy you would save with a home battery", "domain": "battery_sim", "downloads": 0, "etag_repository": "W/\"a20d08b7ae0468c5962c5717fd685237cdfa4b415d49f8a14a624055d5128fc9\"", "full_name": "hif2k1/battery_sim", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b09b680", "last_release_tag": null, "last_updated": "2022-01-24T21:28:02Z", "name": "battery_sim", "new": false, "repository_manifest": {"name": "battery_sim", "country": ["UK"], "render_readme": true, "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 16, "topics": ["energy-storage", "environmental", "home-assistant", "home-automation", "homeassistant"], "version_installed": null, "last_fetched": 1643571233.014657}, "319608056": {"authors": ["@dckiller51"], "category": "integration", "description": "Custom_components Body Metrics for Xiaomi Miscale 1 and 2 (esphome or BLE monitor for Homeassistant)", "domain": "bodymiscale", "downloads": 0, "etag_repository": "W/\"ef9072037e58c776317e1fda4810f712258f5b85e0c2844b3760ba29809e99de\"", "full_name": "dckiller51/bodymiscale", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "dc795dd", "last_release_tag": "v1.1.5", "last_updated": "2022-01-29T12:40:34Z", "name": "bodymiscale", "new": false, "repository_manifest": {"name": "Bodymiscale", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 68, "topics": ["ble-monitor", "custom-component", "esphome", "hacs", "home-assistant", "homeassistant", "miscale", "mitemp-bt", "xiaomi"], "version_installed": null, "last_fetched": 1643571227.891339}, "401145616": {"authors": ["@cjne"], "category": "integration", "description": "Home Assistant integration for MyEnergi devices", "domain": "myenergi", "downloads": 0, "etag_repository": "W/\"90c717e24574548426819b2f09b1ffed73e5f360688dd22769e03b952af4ed81\"", "full_name": "CJNE/ha-myenergi", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "289d725", "last_release_tag": "0.0.17", "last_updated": "2022-01-26T07:18:58Z", "name": "myenergi", "new": false, "repository_manifest": {"name": "myenergi", "hacs": "1.6.0", "domains": ["select", "sensor", "number"], "iot_class": "Cloud Polling", "render_readme": true, "homeassistant": "2021.9.1"}, "selected_tag": null, "show_beta": false, "stars": 30, "topics": ["ev-charging", "green-energy", "home-assistant", "myenergi"], "version_installed": null, "last_fetched": 1643571224.642351}, "401856574": {"authors": ["@jobvk"], "category": "integration", "description": "Provides Home Assistant sensors for multiple windturbines from the Windcentrale", "domain": "windcentrale", "downloads": 0, "etag_repository": "W/\"ab065b4ced52523ddeeceab47744138972f915d5c1f60d0c36cdfb0dd0e0375b\"", "full_name": "jobvk/Home-Assistant-Windcentrale", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "61b613b", "last_release_tag": "0.1.3", "last_updated": "2022-01-05T23:01:13Z", "name": "windcentrale", "new": false, "repository_manifest": {"name": "Windcentrale", "domains": ["sensor", "binary_sensor"], "iot_class": "Cloud Polling", "homeassistant": "2020.12.0", "zip_release": true, "filename": "windcentrale.zip"}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["dutch", "hacs", "home-assistant", "windcentrale"], "version_installed": null, "last_fetched": 1641470610.41699}, "246549747": {"authors": [], "category": "plugin", "description": "Custom calendar card for Home Assistant with Lovelace", "domain": "", "downloads": 0, "etag_repository": "W/\"76e5ab09833d0628eb74f6dce40bc3b0e47392b25ca2a711c6a51718f600aaf2\"", "full_name": "totaldebug/atomic-calendar-revive", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e4d4889", "last_release_tag": "v6.2.0", "last_updated": "2022-01-06T12:25:50Z", "name": "atomic-calendar-revive", "new": false, "repository_manifest": {"name": "Atomic Calendar Revive", "filename": "atomic-calendar-revive.js", "country": ["GB"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 168, "topics": ["calendar", "card", "hacs", "homeassistant", "javascript", "lovelace", "module"], "version_installed": null, "last_fetched": 1643571264.817151}, "356033332": {"authors": ["@PepegaBruh"], "category": "integration", "description": "Integration for Home Assistant to implement a crypto tracking system", "domain": "cryptostate", "downloads": 0, "etag_repository": "W/\"15b23473d94351f7db826092e8c50d43f65b9ed338dae541d46707d3402b8b0c\"", "full_name": "BigNocciolino/CryptoTracker", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "56307ed", "last_release_tag": "v.1.1.2", "last_updated": "2022-01-29T18:08:03Z", "name": "cryptostate", "new": false, "repository_manifest": {"name": "Crypto Tracker", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 19, "topics": ["automation", "currency", "homeassistant-integration", "tracker"], "version_installed": null, "last_fetched": 1643571222.986863}, "417802358": {"authors": ["@chouffy"], "category": "integration", "description": "TooGoodToGo items stock as sensor in Home Assistant", "domain": "tgtg", "downloads": 0, "etag_repository": "W/\"4c1fd4b2f97629fea07371c14d4a7142b6f6ac72debce5c14ef9bac8e46132ec\"", "full_name": "Chouffy/home_assistant_tgtg", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "ff31b5c", "last_release_tag": "4.0.0", "last_updated": "2022-01-28T10:01:26Z", "name": "tgtg", "new": false, "repository_manifest": {"name": "TooGoodToGo", "render_readme": true, "domains": "sensor", "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 11, "topics": ["home-assistant", "home-assistant-integration", "python3", "toogoodtogo"], "version_installed": null, "last_fetched": 1643571224.516685}, "420504770": {"authors": ["@amaximus"], "category": "integration", "description": "Water quality integration for Home Assistant with data provided by Budapest FVM", "domain": "water_quality_fvm", "downloads": 0, "etag_repository": "W/\"cb1071a78f1f29048f8ce24d2c6510b5b2f0b128b3982683d9565fb6b715f731\"", "full_name": "amaximus/water_quality_fvm", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "297f3be", "last_release_tag": "0.1.0", "last_updated": "2021-12-23T12:36:22Z", "name": "water_quality_fvm", "new": false, "repository_manifest": {"name": "Water Quality FVM", "country": ["HU"], "domains": ["water_quality_fvm"], "render_readme": "true", "iot_class": ["Cloud Polling"]}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": ["budapest", "home-assistant", "homeassistant", "homeassistant-custom-component", "homeassistant-integration", "homeassistant-sensor", "hungary"], "version_installed": null}, "326352749": {"authors": ["@giachello", "@Lele-72"], "category": "integration", "description": "This components integrates Bang & Olufsen Master Link Gateway and Beolink Gateway to Home Assistant, the open-source home automation platform.", "domain": "mlgw", "downloads": 0, "etag_repository": "W/\"1e18b5298a9df6690fc8a9be9fad8296d8c53e2b02d486938dabb760994a2138\"", "full_name": "giachello/mlgw", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "8611afe", "last_release_tag": "v2021.12.1", "last_updated": "2021-12-06T14:59:01Z", "name": "mlgw", "new": false, "repository_manifest": {"name": "MasterLink Gateway", "country": ["US"], "domains": ["media_player"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 16, "topics": ["bang-olufsen", "beolink-gateway", "hassio", "masterlink-gateway", "mlgw-configuration"], "version_installed": null}, "302122266": {"authors": [], "category": "plugin", "description": "Improved cover icon for home assistant picture element", "domain": "", "downloads": 0, "etag_repository": "W/\"b92ba757d750087f6f71b3aeac789089806854a1c17c9555b4f6f724c588ad24\"", "full_name": "queimadus/cover-icon-element", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5a9bda4", "last_release_tag": "v1.3.0", "last_updated": "2021-11-17T20:04:06Z", "name": "cover-icon-element", "new": false, "repository_manifest": {"name": "Cover Icon Element", "render_readme": true, "filename": "cover-icon-element.js"}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["cover", "hacktoberfest", "hacs", "hassio", "home-assistant", "lovelace"], "version_installed": null, "last_fetched": 1643571262.256599}, "423082071": {"authors": [], "category": "plugin", "description": "Flipdown Timer Card for Home Assistant Lovelace", "domain": "", "downloads": 0, "etag_repository": "W/\"3bc7a003bb50878e603f4a8986c3fbfb63d81125b81cf697cfa891791c321dcd\"", "full_name": "pmongloid/flipdown-timer-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "02bc485", "last_release_tag": "v0.2", "last_updated": "2021-12-04T11:50:08Z", "name": "flipdown-timer-card", "new": false, "repository_manifest": {"name": "Flipdown Timer Card", "render_readme": true, "filename": "flipdown-timer-card.js"}, "selected_tag": null, "show_beta": false, "stars": 23, "topics": ["lovelace", "timer"], "version_installed": null, "last_fetched": 1642851488.692039}, "420365062": {"authors": [], "category": "plugin", "description": "Display when entity was last changed in home assistant picture element", "domain": "", "downloads": 0, "etag_repository": "W/\"f3bea7ffe9bea7f44801ee128956e58df54245b1864f67116ee1f76f386481ff\"", "full_name": "queimadus/last-changed-element", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1d5e9a8", "last_release_tag": null, "last_updated": "2021-10-23T09:37:59Z", "name": "last-changed-element", "new": false, "repository_manifest": {"name": "Last Changed Element", "render_readme": true, "filename": "last-changed-element.js"}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": ["hacktoberfest", "hacs", "hassio", "home-assistant", "lovelace"], "version_installed": null}, "413430860": {"authors": [], "category": "plugin", "description": "Minimalist plugin which allows users to add person entity in order to show the location with a beutiful and clean interface.", "domain": "", "downloads": 0, "etag_repository": "W/\"24fcf223a175b8164fab81c80d505fdb16281d1d62f5f17f0764ab4725689f1e\"", "full_name": "gerardag/person-entity-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "828a74e", "last_release_tag": "v0.7.5", "last_updated": "2021-12-23T07:13:45Z", "name": "person-entity-card", "new": false, "repository_manifest": {"name": "Person", "filename": "person-entity-card-bundle.js", "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 14, "topics": ["hacs", "home-assistant"], "version_installed": null, "last_fetched": 1642520526.98942}, "402612874": {"authors": ["@iprak"], "category": "integration", "description": "HomeAssistant custom integration to fetch data from weatherapi", "domain": "weatherapi", "downloads": 0, "etag_repository": "W/\"ad199aa6a9ad406dbdfc76cda4ff31817ac819304a138e6251c74d6abbea4379\"", "full_name": "iprak/weatherapi", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "849e097", "last_release_tag": "v0.6", "last_updated": "2022-01-01T23:07:20Z", "name": "weatherapi", "new": false, "repository_manifest": {"name": "WeatherAPI", "domains": ["weather"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": ["custom", "homeassistant", "integration", "weather", "weatherapi"], "version_installed": null, "last_fetched": 1641217605.009229}, "411736321": {"authors": ["@mampfes"], "category": "integration", "description": "Adds pollen forecasts from DWD to Home Assistant.", "domain": "dwd_pollenflug", "downloads": 0, "etag_repository": "W/\"1417817896e92b7e7508acc8c9c2d06b311c1e9f34f1166c8cf2bab2346bb342\"", "full_name": "mampfes/hacs_dwd_pollenflug", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c5db987", "last_release_tag": "1.0.1", "last_updated": "2021-12-19T15:18:43Z", "name": "dwd_pollenflug", "new": false, "repository_manifest": {"name": "DWD Pollenflug", "domains": ["sensor"], "iot_class": "cloud_polling", "render_readme": true, "requirements": ["pytz"]}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": ["dwd", "home-assistant", "homeassistant", "homeassistant-integration", "pollen", "pollenflug"], "version_installed": null, "last_fetched": 1641895995.349551}, "390073284": {"authors": ["@jjlawren"], "category": "integration", "description": "Sonos cloud API integration for Home Assistant with improved TTS/alerts handling", "domain": "sonos_cloud", "downloads": 0, "etag_repository": "W/\"f70e1aeb0050434e13a30f047d98fc54d1f781ac87806c257c90d6dd4e0a026d\"", "full_name": "jjlawren/sonos_cloud", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "0e7cbbb", "last_release_tag": "0.1.0", "last_updated": "2022-01-10T16:49:04Z", "name": "sonos_cloud", "new": false, "repository_manifest": {"name": "Sonos Cloud", "country": ["US"], "domains": ["media_player"], "homeassistant": "2021.7.0", "render_readme": true, "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 46, "topics": ["home-assistant", "sonos"], "version_installed": null, "last_fetched": 1642851490.446942}, "422834940": {"authors": ["@n0ciple"], "category": "integration", "description": "A Home Assistant integration for the Kef LS50W2", "domain": "kef_connector", "downloads": 0, "etag_repository": "W/\"21e1fa1d42161c406ae2d56f319cde1d5982c367f180ef4e98af9f9df1f5abde\"", "full_name": "N0ciple/hass-kef-connector", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f296db2", "last_release_tag": "0.5.4", "last_updated": "2021-11-24T19:49:49Z", "name": "kef_connector", "new": false, "repository_manifest": {"name": "Kef Connector", "render_readme": true, "domains": ["media_player"]}, "selected_tag": null, "show_beta": false, "stars": 0, "topics": ["hacs", "home-assistant", "kef", "ls50", "ls50w2", "media-player", "speaker"], "version_installed": null}, "398781181": {"authors": ["@ofalvai"], "category": "integration", "description": "Unofficial Candy/Haier washing machine integration for Home Assistant ", "domain": "candy", "downloads": 0, "etag_repository": "W/\"9b0153088b0f136846e91b6bdd464a877f1622bf96d8c47847e7956d4a898d3c\"", "full_name": "ofalvai/home-assistant-candy", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a835bee", "last_release_tag": "0.7.0", "last_updated": "2021-12-18T09:24:24Z", "name": "candy", "new": false, "repository_manifest": {"name": "Candy Simply-Fi", "render_readme": true, "domains": ["sensor"], "iot_class": ["Local Polling"]}, "selected_tag": null, "show_beta": false, "stars": 23, "topics": ["hacs", "home-assistant", "home-assistant-component", "home-assistant-custom", "home-assistant-integration", "homeassistant"], "version_installed": null}, "410667735": {"authors": ["@kubawolanin"], "category": "integration", "description": "Reaper DAW custom integration for Home Assistant", "domain": "reaper", "downloads": 0, "etag_repository": "W/\"b377a6d3f386effa3d7d733409637f6783223e2bc3726250953da90d75badc0b\"", "full_name": "kubawolanin/ha-reaper", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "cc4ba41", "last_release_tag": "0.2.2", "last_updated": "2021-11-12T16:36:27Z", "name": "reaper", "new": false, "repository_manifest": {"name": "Reaper DAW", "homeassistant": "2021.9.0", "iot_class": "Local Polling", "domains": ["sensor"], "zip_release": true, "filename": "reaper.zip", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": ["daw", "digital-audio-workstation", "home-assistant", "python", "reaper"], "version_installed": null}, "418810115": {"authors": ["@travisghansen"], "category": "integration", "description": "pfSense integration with Home Assistant", "domain": "pfsense", "downloads": 0, "etag_repository": "W/\"48e448f1f37cddf4f50e1e9798e8673b72221a2484473dab94dfc4ef97286b73\"", "full_name": "travisghansen/hass-pfsense", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "ad279f3", "last_release_tag": "v0.4.1", "last_updated": "2021-12-28T16:12:19Z", "name": "pfsense", "new": false, "repository_manifest": {"name": "pfSense integration for Home Assistant", "domains": ["binary_sensor", "device_tracker", "sensor", "switch"], "homeassistant": "2021.10.0", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 43, "topics": ["hass", "hassio", "hassio-integration", "home-assistant", "home-automation", "pfsense"], "version_installed": null, "last_fetched": 1643545556.865029}, "193186453": {"authors": [], "category": "appdaemon", "description": "An app to set the default brightness of lights during the night.", "domain": "", "downloads": 0, "etag_repository": "W/\"4f26fba4c073f5ca4df4ac1f15c4020cc412cfba0c2625414a97a5b07a1f6047\"", "full_name": "apop880/Night-Mode", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "734e037", "last_release_tag": "v1.0.0", "last_updated": "2019-07-20T04:49:39Z", "name": "Night-Mode", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["appdaemon-apps", "hacs"], "version_installed": null}, "197867243": {"authors": [], "category": "appdaemon", "description": "Check your Home Assistant configuration from the frontend, or automatically when the configuration is updated, and optionally restart HASS automatically!", "domain": "", "downloads": 0, "etag_repository": "W/\"4782e02374cf444c713a9bcb7586f01d5eb7f6a21e84dccf5b90c1cf7c1c0941\"", "full_name": "apop880/config-check", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e653011", "last_release_tag": "0.3.1", "last_updated": "2020-01-26T06:56:03Z", "name": "config-check", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 12, "topics": ["appdaemon-apps", "hacs"], "version_installed": null}, "192933458": {"authors": [], "category": "appdaemon", "description": "An app to handle SmartThings buttons in Home Assistant, through ZHA or the SmartThings integration.", "domain": "", "downloads": 0, "etag_repository": "W/\"9203c534c8e066b26cabb1b64df8737f85cb3043415f72906b90785a66c5934e\"", "full_name": "apop880/SmartThings-Button", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "dc25f39", "last_release_tag": "v2.0", "last_updated": "2020-01-26T06:58:30Z", "name": "SmartThings-Button", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 7, "topics": ["appdaemon-apps", "hacs"], "version_installed": null, "last_fetched": 1642851494.669589}, "202701988": {"authors": [], "category": "appdaemon", "description": "Appdaemon App which toggles entities for single/double/hold presses of Xiaomi buttons connected via deconz", "domain": "", "downloads": 0, "etag_repository": "W/\"b681bfd392361347a776721b630b482b10e67d73f761c118a2760baaf60737b0\"", "full_name": "eifinger/appdaemon-deconz-xiaomi-button", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9ae56ae", "last_release_tag": "v2.0.2", "last_updated": "2019-10-13T16:48:52Z", "name": "appdaemon-deconz-xiaomi-button", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": [], "version_installed": null}, "193181086": {"authors": [], "category": "appdaemon", "description": "A white noise machine for a media_player entity.", "domain": "", "downloads": 0, "etag_repository": "W/\"ff66a180c8659604bbbc06fd98ddd95a0bb58b09da71450bd0fcd56c25667032\"", "full_name": "apop880/White-Noise", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "8862a8f", "last_release_tag": "v1.0.0", "last_updated": "2019-07-20T04:49:30Z", "name": "White-Noise", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": ["appdaemon-apps", "hacs"], "version_installed": null, "last_fetched": 1642851495.338952}, "228037599": {"authors": [], "category": "appdaemon", "description": "\ud83d\udeb6\ud83d\udeb6AppDaemon app to loosely couple entities", "domain": "", "downloads": 0, "etag_repository": "W/\"987f7836e3bde5febdb1e27ad9ef03eb2fea861e40935e0f5732b914ea808d10\"", "full_name": "aneisch/follow_me_appdaemon", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c5c6bdc", "last_release_tag": "v1.5", "last_updated": "2021-12-13T16:13:39Z", "name": "follow_me_appdaemon", "new": false, "repository_manifest": {"name": "Follow Me", "country": ["US"], "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["appdaemon-apps", "hacs"], "version_installed": null, "last_fetched": 1642851496.58392}, "234527343": {"authors": [], "category": "appdaemon", "description": "App that brings alarm snoozing to SONOS using the custom component SonosAlarm", "domain": "", "downloads": 0, "etag_repository": "W/\"fd8ab82f1c2ef19372d7f93cb2e4a9fef8b70ac083b5a7c261a9be0824521b6f\"", "full_name": "AaronDavidSchneider/SonosAlarmAutomation", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "aaae52b", "last_release_tag": "v1.0", "last_updated": "2020-01-20T09:34:52Z", "name": "SonosAlarmAutomation", "new": false, "repository_manifest": {"name": "Sonos Alarm Automation"}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": [], "version_installed": null}, "226944869": {"authors": [], "category": "appdaemon", "description": "AppDaemon app for controlling a Hue Dimmer Switch integrated through Deconz", "domain": "", "downloads": 0, "etag_repository": "W/\"d8bc773f695c303f0de0b1831d647398408f4d78281e5d651eb21c0511021edf\"", "full_name": "Burningstone91/Hue_Dimmer_Deconz", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5e8eca1", "last_release_tag": null, "last_updated": "2020-11-26T17:06:24Z", "name": "Hue_Dimmer_Deconz", "new": false, "repository_manifest": {"name": "Hue Dimmer Switch Deconz", "country": ["CH"], "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 20, "topics": ["appdaemon", "deconz", "home-assistant", "hue-dimmer-switch"], "version_installed": null, "last_fetched": 1641896001.513448}, "194545176": {"authors": [], "category": "appdaemon", "description": "This app updates Z-Wave thermostats entities state and current temperature from external sensors", "domain": "", "downloads": 0, "etag_repository": "W/\"2dd060793e9c523629eab4a7d74858763776bae447f63fc710837382e049465d\"", "full_name": "bieniu/ha-ad-thermostats-update", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c8c67e4", "last_release_tag": "0.4.2", "last_updated": "2021-09-06T07:58:12Z", "name": "ha-ad-thermostats-update", "new": false, "repository_manifest": {"name": "Thermostats Update"}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["appdaemon", "home-assistant", "python", "thermostat", "z-wave"], "version_installed": null}, "211308341": {"authors": [], "category": "appdaemon", "description": "\ud83d\udc69\u200d\u2695\ufe0f\ud83d\udd0b AppDaemon entity check app. Currently supports battery level, unknown/unavailable states, stale entities", "domain": "", "downloads": 0, "etag_repository": "W/\"e76bce4fb2deedf19b8166d6c000d6129f334dc6ff8716ce01800de6c9763208\"", "full_name": "benleb/ad-ench", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a9d5abf", "last_release_tag": "v0.9.0", "last_updated": "2021-07-24T05:43:36Z", "name": "ad-ench", "new": false, "repository_manifest": {"name": "\ud83d\udc69\u200d\u2695\ufe0f EnCh - Entity Checker", "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 18, "topics": ["app", "appdaemon", "appdaemon-apps", "assistant-entities", "battery-levels", "ench", "entity-check", "hacs", "home-assistant", "python", "stale-entities"], "version_installed": null, "last_fetched": 1642851499.689453}, "245704242": {"authors": [], "category": "appdaemon", "description": "Octoblock is an app which works under AppDaemon within Home Assistant which finds the cheapest \u201cn\u201d hour block for import or the most expensive \u201cn\u201d hour block for export, and works out the price of that block, for the Octopus Energy, Agile Octopus / Agile Outgoing Octopus tariffs.", "domain": "", "downloads": 0, "etag_repository": "W/\"67fe47386c36422ab3e4393628301259754083735f3a6a55738e7732bab9fb01\"", "full_name": "badguy99/octoblock", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9d20bdf", "last_release_tag": "v0.2.2", "last_updated": "2021-04-26T17:43:19Z", "name": "octoblock", "new": false, "repository_manifest": {"name": "Octoblock \ud83d\udc19", "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 16, "topics": ["energy", "octopus", "octopus-energy"], "version_installed": null}, "200470972": {"authors": [], "category": "appdaemon", "description": "\ud83d\udca1 Fully automatic light management based on conditions like motion, illuminance, humidity, and other clever features", "domain": "", "downloads": 0, "etag_repository": "W/\"5c77f30b54355cfa0786f1ac5440ca61cad93e269c42012eda7b33e2cbfd230b\"", "full_name": "benleb/ad-automoli", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3c2c6fe", "last_release_tag": "v0.11.2", "last_updated": "2022-01-18T02:42:01Z", "name": "ad-automoli", "new": false, "repository_manifest": {"name": "\ud83d\udca1 AutoMoLi - Auto Motion Lights", "country": ["DE"], "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 83, "topics": ["app", "appdaemon", "appdaemon-apps", "auto-discovery", "automoli", "docker", "hacs", "home-assistant", "hue", "humidity", "lights", "motion-sensors", "python", "room", "scenes"], "version_installed": null, "last_fetched": 1642520527.300463}, "199884854": {"authors": [], "category": "appdaemon", "description": "\ud83c\udfe5 AppDaemon healthcheck app. Can be used as a docker-compose healthcheck.", "domain": "", "downloads": 0, "etag_repository": "W/\"4578856cd9665d1dae9d6f1c7ad305fb6fbaa6ba2d691708b86fbc7d509edebe\"", "full_name": "benleb/ad-healthcheck", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c73da19", "last_release_tag": "v0.4.4", "last_updated": "2020-11-01T16:19:53Z", "name": "ad-healthcheck", "new": false, "repository_manifest": {"name": "\ud83c\udfe5 Healthcheck", "country": ["DE"], "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["app", "appdaemon", "appdaemon-apps", "hacs", "healthcheck", "home-assistant", "python"], "version_installed": null}, "266504072": {"authors": [], "category": "appdaemon", "description": "Alexa & Google Home alarm integrations and notifications system for your home security.", "domain": "", "downloads": 0, "etag_repository": "W/\"028263e87c595643e6d6b7ea5008c055aa952479aa65ad68bbb67830a6f8183f\"", "full_name": "crserran/home-alarm", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "97ac3f2", "last_release_tag": "v2.3.0", "last_updated": "2020-10-19T18:27:26Z", "name": "home-alarm", "new": false, "repository_manifest": {"filename": "home_alarm.zip", "hide_default_branch": true, "name": "Home Alarm", "render_readme": true, "zip_release": true}, "selected_tag": null, "show_beta": false, "stars": 19, "topics": ["alarm", "alexa", "googlehome", "hacs", "homeassistant", "notifications"], "version_installed": null}, "200034955": {"authors": [], "category": "appdaemon", "description": "\u2744\ufe0f AppDaemon app which reminds to close windows if temperature difference inside/outside exceeds a specified threshold", "domain": "", "downloads": 0, "etag_repository": "W/\"75646c4fd3ae0db60b21495a35bae3be38761a477be8e3e180cf3846f1fdb149\"", "full_name": "benleb/ad-notifreeze", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f2b21a4", "last_release_tag": "v0.6.0", "last_updated": "2021-09-20T17:32:26Z", "name": "ad-notifreeze", "new": false, "repository_manifest": {"name": "\u2744\ufe0f NotiFreeze", "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 12, "topics": ["app", "appdaemon", "appdaemon-apps", "close-windows", "door", "hacs", "home-assistant", "notifreeze", "python", "room", "sensor", "temperature", "temperature-difference"], "version_installed": null, "last_fetched": 1641217617.008243}, "249033464": {"authors": [], "category": "appdaemon", "description": "This appdaemon app fully automates your lights, with multiple on/off times, regular service data, and constraint options.", "domain": "", "downloads": 0, "etag_repository": "W/\"332649878c8caef1808018bd78091f6bce9fbf8c44853546e285552bf8534740\"", "full_name": "haberda/light_automation", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3d23da0", "last_release_tag": null, "last_updated": "2021-11-12T00:44:05Z", "name": "light_automation", "new": false, "repository_manifest": {"name": "Light automation", "render_readme": "True"}, "selected_tag": null, "show_beta": false, "stars": 7, "topics": [], "version_installed": null}, "242432895": {"authors": [], "category": "appdaemon", "description": "This AppDaemon app progressively changes the brightness and color temperature of lights over the course of the day. This app also uses change thresholds to ignore lights that have been manually adjusted.", "domain": "", "downloads": 0, "etag_repository": "W/\"4db46d4d37391009a335bd58fcbc0b2d364ee2abb719292d5856276ec81eaf42\"", "full_name": "haberda/update_lights", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "231f192", "last_release_tag": "3.0.0", "last_updated": "2021-11-14T21:48:20Z", "name": "update_lights", "new": false, "repository_manifest": {"name": "Periodic lights", "render_readme": "True"}, "selected_tag": null, "show_beta": false, "stars": 15, "topics": ["appdeamon", "brightness", "color-temperature", "homeassistant", "lights"], "version_installed": null}, "267696690": {"authors": [], "category": "appdaemon", "description": "Appdaemon script for Home-Assistant to dim light until it is off in X minutes.", "domain": "", "downloads": 0, "etag_repository": "W/\"810bff1bdc8dc3e248a1b90a3fbc210fdedab84d85314b87c8579f9b4fd4ff08\"", "full_name": "hechi/GoodnightT", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "43dd02f", "last_release_tag": "1.0.0", "last_updated": "2020-05-28T21:22:42Z", "name": "GoodnightT", "new": false, "repository_manifest": {"name": "Goodnight timer", "render_readme": true, "domains": ["switch", "light"]}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["appdaemon", "appdaemon-apps", "hacs", "home-assistant", "homeassistant", "xiaomi", "xiaomi-button"], "version_installed": null}, "241233825": {"authors": [], "category": "appdaemon", "description": "AppDaemon app to control Tradfri remotes", "domain": "", "downloads": 0, "etag_repository": "W/\"95aab7a96c71e76567ebf891fe0868f5a0a028cbc5807a7159ddee82f27d343f\"", "full_name": "haberda/tradfri_remotes", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1ac6802", "last_release_tag": "2.0.0", "last_updated": "2021-01-30T18:21:46Z", "name": "tradfri_remotes", "new": false, "repository_manifest": {"name": "Tradfri remotes", "render_readme": "True"}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": ["appdaemon", "lights", "sensor", "tradfri", "tradfri-ikea-gateway", "tradfri-remotes"], "version_installed": null}, "251298857": {"authors": [], "category": "appdaemon", "description": "\ud83d\udca1 AppDaemon App that synchronize RGB lights with the thumbnail of a media player in Home Assistant. Be sure to \u2b50\ufe0f my repo!", "domain": "", "downloads": 0, "etag_repository": "W/\"f3584240a14c6439f9664c8ee6a82349a2abd36a8db7c82a6954a44c398e1fcc\"", "full_name": "ericmatte/ad-media-lights-sync", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b897e3f", "last_release_tag": "v1.0.0", "last_updated": "2022-01-11T14:17:47Z", "name": "ad-media-lights-sync", "new": false, "repository_manifest": {"name": "Media Player Lights Sync", "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 46, "topics": ["appdaemon", "home-assistant", "media-lights-sync", "media-player", "rgb-lights"], "version_installed": null, "last_fetched": 1642851504.931204}, "338827116": {"authors": [], "category": "appdaemon", "description": "appdaemon app to control your home's climate", "domain": "", "downloads": 0, "etag_repository": "W/\"d2e946bbde953042195df2ce6b03800d63e39b9f7184f425860b28e5b576aa1b\"", "full_name": "kprestel/appdaemon-climate", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "26400c8", "last_release_tag": null, "last_updated": "2021-05-23T13:41:36Z", "name": "appdaemon-climate", "new": false, "repository_manifest": {"name": "appdaemon-climate", "render_reademe": true}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": ["appdaemon", "hacs", "home-automation", "homeassistant"], "version_installed": null}, "369204881": {"authors": [], "category": "appdaemon", "description": "Datalogger for Omnik solar power inverters with DSMR integration and output to Home Assistant, PVOUTPUT, InfluxDB and MQTT", "domain": "", "downloads": 0, "etag_repository": "W/\"78b23a9bf94fdd4f04190a83c3abc0ebff65e9d70f6411162a625636d4b1ccac\"", "full_name": "jbouwh/omnikdatalogger", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2e6fe0d", "last_release_tag": "v1.10.5", "last_updated": "2021-12-27T08:19:26Z", "name": "omnikdatalogger", "new": false, "repository_manifest": {"name": "Omnik Data Logger (using portal or direct logging)", "render_readme": false}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["appdaemon", "automation", "dsmr-reader", "hacktoberfest", "home-assistant", "homeautomation", "influxdb", "mqtt", "mqtt-smarthome", "pvoutput", "solar-energy", "solarman", "solarmanpv"], "version_installed": null}, "267325736": {"authors": [], "category": "appdaemon", "description": "AppDaemon based entity cache application for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"27647959ef5fd0365b750c7e0f629c6f4b0e719d6ca736cb82ace0f1a58d2b53\"", "full_name": "jbouwh/ha-entity-cache", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e96e4c9", "last_release_tag": "v1.1", "last_updated": "2021-08-03T07:42:28Z", "name": "ha-entity-cache", "new": false, "repository_manifest": {"name": "Home Assistant entity state cache", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["chache", "helper-tool", "home-assistant", "input-select", "states"], "version_installed": null}, "230623251": {"authors": [], "category": "appdaemon", "description": "EUROTRONIC TRV Valve position helper is an AppDaemon app that allows access to valve position (%) value from Z-Wave TRVs in Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"e149f4c2761c0e7a44b1ae584581404c00ca2b7456322d0359ba26b7d42392cf\"", "full_name": "jmarsik/ad-eurotronic-trv-valvepos", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5b89faa", "last_release_tag": "v1.2", "last_updated": "2020-05-02T11:29:39Z", "name": "ad-eurotronic-trv-valvepos", "new": false, "repository_manifest": {"name": "EUROTRONIC TRV Valve position helper", "render_readme": true, "homeassistant": "0.103.0"}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["appdaemon", "eurotronic", "hacs", "hassio", "home-assistant", "trv", "zwave"], "version_installed": null}, "195525107": {"authors": [], "category": "appdaemon", "description": "Watchdog App for AppDaemon.", "domain": "", "downloads": 0, "etag_repository": "W/\"a33ab8c23eaeb6fa3d88dbd3330f6f0260c1a0252f541f8f9850f5369118933b\"", "full_name": "ludeeus/ad-watchdog", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "78febc8", "last_release_tag": null, "last_updated": "2019-07-07T13:01:58Z", "name": "ad-watchdog", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": [], "version_installed": null}, "231832381": {"authors": [], "category": "appdaemon", "description": "AppDaemon App for Home Assistant to replay light switch history when no one is home.", "domain": "", "downloads": 0, "etag_repository": "W/\"d970438f713abab8605579bd1c2b5ad2d2f8415c2372f4c5f8ece20687356b27\"", "full_name": "Mohlsson/ReplayLightsHistory", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e9b75ad", "last_release_tag": null, "last_updated": "2021-03-12T20:04:10Z", "name": "ReplayLightsHistory", "new": false, "repository_manifest": {"name": "Replay lights history", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 22, "topics": ["appdaemon", "appdaemon-apps", "home-assistant", "homeassistant", "lights", "replay", "vacation"], "version_installed": null, "last_fetched": 1642430985.487086}, "293521853": {"authors": [], "category": "appdaemon", "description": "Customize the buttons on a ZHA controlled Hue Dimmer Switch", "domain": "", "downloads": 0, "etag_repository": "W/\"24ec8b7ae441ffc1f5959fd739fd668d98b6f5aa4c36c1a0297821a65b21e523\"", "full_name": "nickneos/Appdaemon-ZHA-Hue-Dimmer-Switch", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9a8ecf2", "last_release_tag": null, "last_updated": "2021-07-18T13:23:58Z", "name": "Appdaemon-ZHA-Hue-Dimmer-Switch", "new": false, "repository_manifest": {"name": "Hue Dimmer Switch ZHA", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["appdaemon", "appdaemon-apps", "dimmer", "hacktoberfest", "hacs", "home-assistant", "home-automation", "homeassistant", "hue"], "version_installed": null}, "302770368": {"authors": [], "category": "appdaemon", "description": "Trigger automations when a Ring Doorbell button is pressed", "domain": "", "downloads": 0, "etag_repository": "W/\"46566fd07fd3b1416db09a3d7d03170707e7b7bda4d2ff1d6af59c6677eef364\"", "full_name": "nickneos/Appdaemon-Ring-Doorbell-Automations", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f169c68", "last_release_tag": null, "last_updated": "2020-10-10T05:46:26Z", "name": "Appdaemon-Ring-Doorbell-Automations", "new": false, "repository_manifest": {"name": "Ring Doorbell Automations", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["appdaemon", "appdaemon-apps", "hacktoberfest", "home-assistant", "home-automation", "ring"], "version_installed": null}, "234713855": {"authors": [], "category": "appdaemon", "description": "Brings back group.all_* for desired domains (light, device_tracker, etc)", "domain": "", "downloads": 0, "etag_repository": "W/\"2c0bd3ad0bc01f8f22fd9a821c4afb335429b91d314e71375a6e145073ddc012\"", "full_name": "nickneos/Bring-Back-group.all_x", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "879c93b", "last_release_tag": "v0.3.1", "last_updated": "2020-09-05T13:14:18Z", "name": "Bring-Back-group.all_x", "new": false, "repository_manifest": {"name": "Bring Back group.all_x", "homeassistant": "0.104.0", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": ["appdaemon", "appdaemon-apps", "group", "hacktoberfest", "hass", "home-assistant"], "version_installed": null}, "331696949": {"authors": [], "category": "appdaemon", "description": "AppDaemon app that synchronizes rgb lights to the mood of the currently playing spotify song in Home Assistant.", "domain": "", "downloads": 0, "etag_repository": "W/\"ab8e17522c4a8b564e1e76c8ab5c86e30c880f4378e758f1f62305fccf14b1fd\"", "full_name": "NiklasReiche/ad-spotify-mood-lights-sync", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "097a065", "last_release_tag": "v1.1.2", "last_updated": "2021-08-27T17:27:45Z", "name": "ad-spotify-mood-lights-sync", "new": false, "repository_manifest": {"name": "Spotify Mood Lights Sync", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 7, "topics": ["appdaemon", "home-assistant", "rgb-lights", "spotify"], "version_installed": null}, "188970295": {"authors": [], "category": "appdaemon", "description": "Appdaemon App for Andrew's Monitor Presence Detection System", "domain": "", "downloads": 0, "etag_repository": "W/\"a48de7998dd5497f16cdf5c02798a39c533a664c8c081081a1aa2c229745c7f3\"", "full_name": "Odianosen25/Monitor-App", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "702b953", "last_release_tag": null, "last_updated": "2021-11-28T08:47:23Z", "name": "Monitor-App", "new": false, "repository_manifest": {"name": "Monitor-App", "render_readme": "true", "domains": ["binary_sensor", "sensor", "device_tracker"]}, "selected_tag": null, "show_beta": false, "stars": 59, "topics": [], "version_installed": null, "last_fetched": 1642520527.595355}, "236119263": {"authors": [], "category": "appdaemon", "description": "Appdaemon App that converts Home Assistants volume into a sensor that matches your devices volume.", "domain": "", "downloads": 0, "etag_repository": "W/\"c3a7f800f6fadec72cc7b0783c4290a31e7aeb8953bbcf124f2fbfaa4704b447\"", "full_name": "Petro31/ad_convert_media_volume", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f65d955", "last_release_tag": "1.0", "last_updated": "2020-01-25T03:41:16Z", "name": "ad_convert_media_volume", "new": false, "repository_manifest": {"name": "Convert Media Player Volume", "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": [], "version_installed": null}, "234938282": {"authors": [], "category": "appdaemon", "description": "Adds all legacy group.all_* groups that were removed in Home Asisstant 0.104.", "domain": "", "downloads": 0, "etag_repository": "W/\"d64a271adad1f72c9698223d69c292a81adc9c8dd9ff6906c605e8180ad36a74\"", "full_name": "Petro31/ad_group_all", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "877e90e", "last_release_tag": "1.11", "last_updated": "2020-10-02T05:30:09Z", "name": "ad_group_all", "new": false, "repository_manifest": {"name": "Add Domain Group (group.all_*)", "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 12, "topics": [], "version_installed": null}, "262373887": {"authors": [], "category": "appdaemon", "description": "Creates sensors that count the number of entities in a specific domain.", "domain": "", "downloads": 0, "etag_repository": "W/\"a4d69438001f38a837333e6392d5e4f3547c1343f1cf7df5f58a548f971ac182\"", "full_name": "Petro31/ad_count_entities", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "bda3f80", "last_release_tag": "1.0", "last_updated": "2020-05-08T19:15:33Z", "name": "ad_count_entities", "new": false, "repository_manifest": {"name": "Count Domain Entities", "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 0, "topics": [], "version_installed": null}, "233418481": {"authors": [], "category": "appdaemon", "description": "Appdaemon app to monitor events.", "domain": "", "downloads": 0, "etag_repository": "W/\"4ac156679fb4957c18a1dbe311df46687c103f45409245560df00e9f02663547\"", "full_name": "Petro31/ad_monitor_events", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c19c996", "last_release_tag": "1.0", "last_updated": "2020-01-15T02:55:20Z", "name": "ad_monitor_events", "new": false, "repository_manifest": {"name": "Event Monitor", "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": [], "version_installed": null}, "234210346": {"authors": [], "category": "appdaemon", "description": "Tracks the number of people at home", "domain": "", "downloads": 0, "etag_repository": "W/\"69039eeb71ac11650be0c2173b6ec7c05fd7b7288778e0a5c8fa09e8dd5a9085\"", "full_name": "Petro31/ad_people_tracker", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "71ef837", "last_release_tag": "1.1", "last_updated": "2022-01-11T04:09:22Z", "name": "ad_people_tracker", "new": false, "repository_manifest": {"name": "People Tracker", "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": [], "version_installed": null, "last_fetched": 1642004661.714789}, "237800470": {"authors": [], "category": "appdaemon", "description": "Creates a binary_sensor that represents a season between 2 dates. Turns on/off entities at specific times inside the season.", "domain": "", "downloads": 0, "etag_repository": "W/\"5a3708add29bc0fbb985f48ae81cda99a5d48ccb1e3b42848ea0d7782f941364\"", "full_name": "Petro31/ad_seasonal_lights", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "438e67f", "last_release_tag": "1.0", "last_updated": "2020-02-02T17:22:35Z", "name": "ad_seasonal_lights", "new": false, "repository_manifest": {"name": "Seasonal Lights", "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": [], "version_installed": null}, "237328349": {"authors": [], "category": "appdaemon", "description": "Automation to turn lights on at sunset", "domain": "", "downloads": 0, "etag_repository": "W/\"f48d7c328cf407eeb96edd1b243cafe3397eb5ed9ad6ab23779c484519120a28\"", "full_name": "Petro31/ad_sunset_lights", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6db61cd", "last_release_tag": "1.0", "last_updated": "2020-01-31T00:34:20Z", "name": "ad_sunset_lights", "new": false, "repository_manifest": {"name": "Lights On at Sundown Automation", "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": [], "version_installed": null}, "237294804": {"authors": [], "category": "appdaemon", "description": "Doorbell automation that notifies you and announces via TTS", "domain": "", "downloads": 0, "etag_repository": "W/\"61de41c1b1a14fb6d43e7f4723d29782f202d07b52bb7d9056c7bd157e9e3cf0\"", "full_name": "Petro31/ad_simple_door_bell", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "02f5b4f", "last_release_tag": "1.0", "last_updated": "2020-01-30T22:00:02Z", "name": "ad_simple_door_bell", "new": false, "repository_manifest": {"name": "Simple Door Bell Automation", "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": [], "version_installed": null}, "237324626": {"authors": [], "category": "appdaemon", "description": "Simply toggles a light based on another light.", "domain": "", "downloads": 0, "etag_repository": "W/\"2dbc40e3022815501976350c11cb9dc0a0415a7803a762de1982f880233ae3d5\"", "full_name": "Petro31/ad_toggle_light", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "988883b", "last_release_tag": "1.1", "last_updated": "2020-01-31T00:54:10Z", "name": "ad_toggle_light", "new": false, "repository_manifest": {"name": "Toggle Light Automation", "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": [], "version_installed": null}, "260599208": {"authors": [], "category": "appdaemon", "description": "HA allergy sensors from AccuWeather", "domain": "", "downloads": 0, "etag_repository": "W/\"1137af1f07208a05be35310e6e285675556d6b6aeba98d4f074e36d6a4e191fd\"", "full_name": "simonhq/accu_allergies", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b438293", "last_release_tag": null, "last_updated": "2021-06-25T23:37:52Z", "name": "accu_allergies", "new": false, "repository_manifest": {"name": "accu_weather", "render_readme": "True"}, "selected_tag": null, "show_beta": false, "stars": 11, "topics": ["accuweather", "accuweather-allergies", "allergies-information", "appdaemon", "hacs", "sensor"], "version_installed": null}, "236656081": {"authors": [], "category": "appdaemon", "description": "An Appdaemon automation that creates useful door sensors and door notifications.", "domain": "", "downloads": 0, "etag_repository": "W/\"1c534ce7dfcec88da138d39756dae7b0858a11461c1003c08ce2fb63adece3dd\"", "full_name": "Petro31/ad_who_used_the_door", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a8c9930", "last_release_tag": "1.2", "last_updated": "2020-02-14T01:18:46Z", "name": "ad_who_used_the_door", "new": false, "repository_manifest": {"name": "Who Used the Door?", "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": [], "version_installed": null}, "233389688": {"authors": [], "category": "appdaemon", "description": "Appdaemon App to Illuminate a door entrance when the door has opened.", "domain": "", "downloads": 0, "etag_repository": "W/\"6493ad61e4bc83542a3a5bdc23a98004d0b16b6347ffcadadb7995a266c417e7\"", "full_name": "Petro31/IlluminateDoor", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "899a6d2", "last_release_tag": "1.1", "last_updated": "2020-01-30T22:22:45Z", "name": "IlluminateDoor", "new": false, "repository_manifest": {"name": "Illuminate Door", "render_readme": "true", "domains": ["sensor", "switch", "light"]}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["appdaemon-apps", "hacs"], "version_installed": null}, "354149479": {"authors": [], "category": "appdaemon", "description": "AppDaemon app for Qolsys IQ Panel 2", "domain": "", "downloads": 0, "etag_repository": "W/\"efef81ad7acbee5280eed5285b45d8968b64fd797e81d97b1420fd69f2ceed25\"", "full_name": "roopesh/ad-qolsys", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a853018", "last_release_tag": "1.8.1", "last_updated": "2021-12-09T23:52:27Z", "name": "ad-qolsys", "new": false, "repository_manifest": {"name": "AppDaemon Client for Qolsys", "content_in_root": false, "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 19, "topics": ["alarm", "alarm-control", "alarm-control-panel", "alarm-panel", "appdaemon", "homeassistant", "qolsys"], "version_installed": null}, "262519869": {"authors": [], "category": "appdaemon", "description": "HA Sensors for the ACT next bin pickup date information for suburbs", "domain": "", "downloads": 0, "etag_repository": "W/\"458752cf4e2b4e2573842dfd4df869f094771c39a2dee0ff6c4ec0b56cc31184\"", "full_name": "simonhq/act_garbage", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "03fdc1b", "last_release_tag": null, "last_updated": "2020-05-26T22:01:45Z", "name": "act_garbage", "new": false, "repository_manifest": {"name": "act_garbage", "country": ["AU"], "render_readme": "True"}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["appdaemon", "creates-sensors", "entity", "garbage", "hacs", "sensor", "suburb"], "version_installed": null, "last_fetched": 1642851516.900064}, "288827256": {"authors": [], "category": "appdaemon", "description": "HA sensor for a set of ASX stocks and the number you own", "domain": "", "downloads": 0, "etag_repository": "W/\"03108e7f609fa95f1de3d89aa3d5c7c061db7bbee3cc1ff6fb4659a29bdad1a6\"", "full_name": "simonhq/asx_portfolio", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "8badbc1", "last_release_tag": null, "last_updated": "2020-08-20T22:01:31Z", "name": "asx_portfolio", "new": false, "repository_manifest": {"name": "asx_portfolio", "country": ["AU"], "render_readme": "True"}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["appdaemon", "asx", "asx-portfolio", "hacs", "sensor"], "version_installed": null}, "287476555": {"authors": [], "category": "appdaemon", "description": "get ASX information in home assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"9d30ebaab4f2dcfc5e4cac093dc0bb0d287dd12fe1c62972c39cc99438d33e61\"", "full_name": "simonhq/asx_sensor", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1a76003", "last_release_tag": null, "last_updated": "2021-01-23T06:11:34Z", "name": "asx_sensor", "new": false, "repository_manifest": {"name": "asx_sensor", "country": ["AU"], "render_readme": "True"}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": ["appdaemon", "asx", "asx-sensor", "hacs", "sensor"], "version_installed": null, "last_fetched": 1642851517.891761}, "233937451": {"authors": [], "category": "appdaemon", "description": "A Home Assistant Appdaemon app for creating a sensor with the ACT Dam level information", "domain": "", "downloads": 0, "etag_repository": "W/\"a3b94de70a07e597a0587f3459a111093ed5d61e59474b4c513c701536d8efc7\"", "full_name": "simonhq/canberradams", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a1e5e61", "last_release_tag": null, "last_updated": "2020-08-31T07:00:34Z", "name": "canberradams", "new": false, "repository_manifest": {"name": "canberradams", "country": ["AU"], "render_readme": "True"}, "selected_tag": null, "show_beta": false, "stars": 0, "topics": ["appdaemon", "creates-sensors", "dam", "entity", "hacs", "sensor"], "version_installed": null}, "230346810": {"authors": [], "category": "appdaemon", "description": "An appdaemon app for cleaning up a GTFS database for use in Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"3525f81230fe877b27f3c181c48284ee5bbd5a1a5518c07bcead90e63a5dae28\"", "full_name": "simonhq/Clean-GTFS", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "adb48ba", "last_release_tag": null, "last_updated": "2020-10-14T19:47:34Z", "name": "Clean-GTFS", "new": false, "repository_manifest": {"name": "Clean-GTFS"}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["appdaemon-apps", "gtfs", "gtfs-database", "hacs", "home-assistant"], "version_installed": null}, "262440646": {"authors": [], "category": "appdaemon", "description": "HA Appdaemon app for the levels in the Snowy Hydro reservoirs", "domain": "", "downloads": 0, "etag_repository": "W/\"9fe38b02c64cf93cef193605362ddbe2552b50544528183483d25c8d6399ec26\"", "full_name": "simonhq/snowydams", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "cddad84", "last_release_tag": null, "last_updated": "2020-05-23T07:48:43Z", "name": "snowydams", "new": false, "repository_manifest": {"name": "snowydams", "country": ["AU"], "render_readme": "True"}, "selected_tag": null, "show_beta": false, "stars": 0, "topics": ["appdaemon", "creates-sensors", "entity", "hacs", "sensor", "snowy-dams", "snowy-hydro-reservoirs"], "version_installed": null}, "258858024": {"authors": [], "category": "appdaemon", "description": "Announce your doors/windows opening and closing through your Smart Speaker. Handy for garage/side/main exits for homes and shops. Please :star: if you like this app :)", "domain": "", "downloads": 0, "etag_repository": "W/\"5c5d46b5b65b276ea8327ec870164ad31447f219d0856d1b9d1c99466b960dbc\"", "full_name": "UbhiTS/ad-alexadoorwindowannounce", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7a121ba", "last_release_tag": "v1.1.0", "last_updated": "2021-03-11T22:21:18Z", "name": "ad-alexadoorwindowannounce", "new": false, "repository_manifest": {"name": "Alexa (& Friends) Door Announce \ud83d\udc14", "content_in_root": "false", "render_readme": "true", "domains": ["media_player", "binary_sensor", "cover"]}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["alexa", "alexa-media-player", "alexa-voice-service", "amazon-alexa", "appdaemon", "appdaemon-apps", "apps", "assistant", "doorbell", "hacs", "hass", "home-assistant", "home-automation", "homeassistant", "media-player", "mediaplayer", "python", "python3", "smart-home", "smarthome"], "version_installed": null}, "258980164": {"authors": [], "category": "appdaemon", "description": "Set temp limits, enforce fan modes, door/window and daily shut-off, and air cycling makes your thermostat a genius with a voice using your Smart Speaker! Please :star: if you like the app :)", "domain": "", "downloads": 0, "etag_repository": "W/\"068e2e1c332e208612a231aa36f07b1b94425195659e1c1a455bdcc2fb23376c\"", "full_name": "UbhiTS/ad-alexasmarttalkingthermostat", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4f3c8e1", "last_release_tag": "v2.0.0", "last_updated": "2020-08-18T20:55:19Z", "name": "ad-alexasmarttalkingthermostat", "new": false, "repository_manifest": {"name": "Alexa (& Friends) Talking Thermostat \ud83d\udc14", "content_in_root": "false", "render_readme": "true", "domains": ["media_player", "climate"]}, "selected_tag": null, "show_beta": false, "stars": 7, "topics": ["alexa", "alexa-media-player", "alexa-voice-service", "amazon-alexa", "appdaemon", "appdaemon-apps", "cooling", "hacs", "hass", "heating", "home-assistant", "home-automation", "homeassistant", "hvac", "hvac-control", "media-player", "smart-home", "smarthome", "temperature", "thermostat"], "version_installed": null}, "225791156": {"authors": [], "category": "appdaemon", "description": "Alexa (or other Smart Speakers) tell you the time without asking every hour. Please \u2b50\ufe0fif you like my app :)", "domain": "", "downloads": 0, "etag_repository": "W/\"591869a9ff6f460b744a927764db5ea9965f556e0c4f7dec23dd987c67850e95\"", "full_name": "UbhiTS/ad-alexatalkingclock", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9b49314", "last_release_tag": "v3.0.2", "last_updated": "2020-07-19T20:48:45Z", "name": "ad-alexatalkingclock", "new": false, "repository_manifest": {"name": "Alexa (& Friends) Reminders & Talking Clock \ud83d\udc14", "content_in_root": "false", "render_readme": "true", "domains": ["media_player"]}, "selected_tag": null, "show_beta": false, "stars": 29, "topics": ["alexa", "alexa-media-player", "alexa-voice-service", "amazon-alexa", "app", "appdaemon", "appdaemon-apps", "apps", "assistant", "hacs", "hass", "home-assistant", "home-automation", "homeassistant", "media-player", "mediaplayer", "smart-home", "smarthome", "time", "time-tracker"], "version_installed": null}, "258680733": {"authors": [], "category": "appdaemon", "description": "Notify your home, and greet your guests on arrival with your Smart Speaker. Please :star: if you like this app :)", "domain": "", "downloads": 0, "etag_repository": "W/\"b1d4ef91d19722ba8fff9d2aa86d7f4339388f81c92fa6c4b8ec6ed06265e404\"", "full_name": "UbhiTS/ad-alexadoorbell", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "cfd6034", "last_release_tag": "v1.1.0", "last_updated": "2020-06-01T16:54:27Z", "name": "ad-alexadoorbell", "new": false, "repository_manifest": {"name": "Alexa (& Friends) Doorbell \ud83d\udc14", "content_in_root": "false", "render_readme": "true", "domains": ["media_player", "binary_sensor", "switch"]}, "selected_tag": null, "show_beta": false, "stars": 10, "topics": ["alexa", "alexa-media-player", "alexa-voice-service", "amazon-alexa", "app", "appdaemon", "appdaemon-apps", "apps", "assistant", "doorbell", "greeting", "hacs", "hass", "home-assistant", "home-automation", "homeassistant", "media-player", "mediaplayer", "smart-home", "smarthome"], "version_installed": null}, "234988006": {"authors": [], "category": "appdaemon", "description": "Automate Welcome Camera presence and monitoring.", "domain": "", "downloads": 0, "etag_repository": "W/\"6c0b690afccb275e75cc6a58a2b6a6935907db44433918841b8b9ae44404c1b7\"", "full_name": "vash3d/nethassmo", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3e52f48", "last_release_tag": "v1.1.0", "last_updated": "2022-01-07T15:20:40Z", "name": "nethassmo", "new": false, "repository_manifest": {"name": "NetHassmo", "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": [], "version_installed": null, "last_fetched": 1641588140.611031}, "267943249": {"authors": [], "category": "appdaemon", "description": "Automatically control a room fan's speed based on a temperature sensor. Please :star: if you like this app :)", "domain": "", "downloads": 0, "etag_repository": "W/\"f8115f4cccc0ff4c3cc784b7b3d7493df4219cf4711ce25bc02cfb3cc0d4f187\"", "full_name": "UbhiTS/ad-autofanspeed", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "79c720d", "last_release_tag": "v1.0.4", "last_updated": "2021-03-18T15:59:19Z", "name": "ad-autofanspeed", "new": false, "repository_manifest": {"name": "Auto 'Fan Speed' Controller \ud83d\udc14", "content_in_root": "false", "render_readme": "true", "domains": ["fan", "sun", "sensor"]}, "selected_tag": null, "show_beta": false, "stars": 11, "topics": ["app", "appdaemon", "appdaemon-apps", "apps", "assistant", "automated", "automation", "fan", "fan-speed", "fan-speed-control", "hacs", "hass", "home-assistant", "home-automation", "homeassistant", "smart-home", "smarthome", "sunrise"], "version_installed": null}, "259132481": {"authors": [], "category": "appdaemon", "description": "Automatically reboot your crappy internet if you have a zwave, zigbee, or bluetooth switch/socket powering your internet modem. Please :star: if you like this app :)", "domain": "", "downloads": 0, "etag_repository": "W/\"591b19130d597169cc3534e7656cc8449a6573c5d10f3d9f014ab4a0bfcd6903\"", "full_name": "UbhiTS/ad-autointernetrebooter", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "629f64b", "last_release_tag": "v1.0.5", "last_updated": "2020-06-01T16:50:18Z", "name": "ad-autointernetrebooter", "new": false, "repository_manifest": {"name": "Auto 'Crappy Internet' Rebooter :rocket:", "content_in_root": "false", "render_readme": "true", "domains": ["media_player", "sensor", "switch"]}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": ["alexa-media-player", "amazon-alexa", "appdaemon", "appdaemon-apps", "apps", "fibaro", "hass", "home-automation", "homeassistant", "internet", "modem", "router", "smart-home", "smarthome", "smartthings", "speedtest", "speedtest-net", "vera", "wink"], "version_installed": null}, "288563520": {"authors": [], "category": "appdaemon", "description": "Your TV notifies you of the next upcoming event from you calendar every time it turns on. Please :star: my repo if you like like the app, it will encourage me a lot. ", "domain": "", "downloads": 0, "etag_repository": "W/\"2f802ab16dd830b572d73567e2389e777148ebe298842bd8ad0380d341354b8f\"", "full_name": "UbhiTS/ad-calendartvreminders", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d0764bf", "last_release_tag": null, "last_updated": "2020-08-18T22:31:49Z", "name": "ad-calendartvreminders", "new": false, "repository_manifest": {"name": "Calendar TV Reminders \ud83d\udc14", "content_in_root": "false", "render_readme": "true", "domains": ["media_player", "calendar"]}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": ["appdaemon", "appdaemon-apps", "google", "google-calendar", "google-calendar-api", "hacs", "home-assistant", "home-automation", "homeassistant", "lg", "media-player", "mediaplayer", "smart-home", "smart-tv", "smarthome", "smarttv", "webos"], "version_installed": null}, "284749777": {"authors": [], "category": "appdaemon", "description": "An AppDaemon app to reset Xiaomi Aqara motion sensors after a given timeout.", "domain": "", "downloads": 0, "etag_repository": "W/\"53a60bc8638dcf2f33486ef485a37a59979476a39f83f57c1aa188341358a958\"", "full_name": "wernerhp/appdaemon_aqara_motion_sensors", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6e5f438", "last_release_tag": "v1.2.0", "last_updated": "2021-08-15T13:23:06Z", "name": "appdaemon_aqara_motion_sensors", "new": false, "repository_manifest": {"name": "Aqara Motion Sensors", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 29, "topics": ["appdaemon", "appdaemon-apps", "hacs", "home-assistant", "home-automation", "homeassistant"], "version_installed": null}, "282440474": {"authors": [], "category": "appdaemon", "description": "An AppDaemon app for detecting occupancy using door and motions sensors.", "domain": "", "downloads": 0, "etag_repository": "W/\"2c6612645cc81f819682db7ae434be51736e9f290e2005cc5e68742e6bb49d4b\"", "full_name": "wernerhp/appdaemon_wasp", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "053930c", "last_release_tag": "v1.2.0", "last_updated": "2020-08-22T11:49:19Z", "name": "appdaemon_wasp", "new": false, "repository_manifest": {"name": "Wasp in a Box", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 20, "topics": ["appdaemon", "appdaemon-apps", "hacs", "home-assistant", "home-automation", "homeassistant"], "version_installed": null}, "222056780": {"authors": [], "category": "appdaemon", "description": "Create controller-based automations with ease to control your home devices and scenes.", "domain": "", "downloads": 0, "etag_repository": "W/\"afddc73d210dae8c6b484d599658db98cdfb6b1117a245fb23a98bb171311679\"", "full_name": "xaviml/controllerx", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9267e30", "last_release_tag": "v4.18.1", "last_updated": "2022-01-17T11:14:01Z", "name": "controllerx", "new": false, "repository_manifest": {"filename": "controllerx.zip", "hide_default_branch": true, "name": "\ud83c\udfae ControllerX", "render_readme": true, "zip_release": true}, "selected_tag": null, "show_beta": false, "stars": 203, "topics": ["automation", "color-lights", "controller", "covers", "ikea", "light", "mediaplayer", "remote", "switch"], "version_installed": null, "last_fetched": 1642431004.903505}, "251039581": {"authors": ["@hultenvp"], "category": "integration", "description": "HomeAssistant integration for the Ginlong Solis PV Monitoring portal. This integration supports the current Platform v2.0 portal (m.ginlong.com) which supports Solis and Solarman PV inverter brands. Also supports new SolisCloud platform", "domain": "solis", "downloads": 0, "etag_repository": "W/\"82d0ab73b2c4a68514dcdaae49079af8e8d2c0f46ded42bb1b3cf7b7de0aecbb\"", "full_name": "hultenvp/solis-sensor", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6f446e5", "last_release_tag": "v2.0.1", "last_updated": "2022-01-30T15:32:03Z", "name": "solis", "new": false, "repository_manifest": {"name": "Ginlong Solis PV portal integration", "content_in_root": false, "render_readme": false, "homeassistant": "2021.9", "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 26, "topics": ["ginlong", "homeassistant", "sensor", "solarman", "solis", "soliscloud"], "version_installed": null, "last_fetched": 1643571233.380394}, "407205510": {"authors": ["@alryaz"], "category": "integration", "description": "\u041f\u0418\u041a \u0414\u043e\u043c\u043e\u0444\u043e\u043d \u0434\u043b\u044f Home Assistant", "domain": "pik_intercom", "downloads": 0, "etag_repository": "W/\"832abc7c01c54945bdb499a6b02a862b586869f3c98345710231faf09cabb254\"", "full_name": "alryaz/hass-pik-intercom", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e35f163", "last_release_tag": "v1.1.0", "last_updated": "2022-01-18T10:54:21Z", "name": "pik_intercom", "new": false, "repository_manifest": {"name": "\u041f\u0418\u041a \u0414\u043e\u043c\u043e\u0444\u043e\u043d / PIK Intercom", "content_in_root": false, "zip_release": false, "render_readme": true, "domains": ["camera", "sensor", "button"], "country": ["ru"], "homeassistant": "2021.12.0", "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 12, "topics": ["custom-component", "homeassistant", "intercom", "pik-group"], "version_installed": null, "last_fetched": 1642520528.474399}, "408074547": {"authors": ["@sugoi-wada"], "category": "integration", "description": "Acer air monitor for Home Assistant", "domain": "acer_air_monitor", "downloads": 0, "etag_repository": "W/\"e97e926afec8cfb5d1cdb89c12ea1ea6bc5c98a9800f2d740a2b939de993c540\"", "full_name": "sugoi-wada/acer-air-monitor-2018", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "0faa932", "last_release_tag": "v1.0.1", "last_updated": "2022-01-09T04:10:18Z", "name": "acer_air_monitor", "new": false, "repository_manifest": {"name": "Acer Air Monitor", "hacs": "1.19.1", "domains": ["sensor"], "homeassistant": "2021.12.8"}, "selected_tag": null, "show_beta": false, "stars": 0, "topics": ["custom-components", "home-assistant"], "version_installed": null, "last_fetched": 1641896031.740965}, "302985427": {"authors": ["@wizmo2"], "category": "integration", "description": "Home-assistant custom component and api wrapper for Zidoo Media Players", "domain": "zidoo", "downloads": 0, "etag_repository": "W/\"01a53cdc563996c2382717688b781b14801a97333555ede733dcd5f4fd504943\"", "full_name": "wizmo2/zidoo-player", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "cf2be1c", "last_release_tag": "v1.2.6", "last_updated": "2021-12-17T12:21:55Z", "name": "zidoo", "new": false, "repository_manifest": {"name": "Zidoo Media Player", "content_in_root": false, "domains": ["media_player"], "iot_class": "local_polling", "homeassistant": "2021.9"}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["hacs", "home-assistant", "media", "media-player", "player", "video-player", "zidoo"], "version_installed": null, "last_fetched": 1641896031.919041}, "301509152": {"authors": ["@BenPru"], "category": "integration", "description": "Home Assistant HACS component to readout values from a Paul Novus 300 ventilation system", "domain": "novus300bus", "downloads": 0, "etag_repository": "W/\"bc05e497c8ecf1f1f1324d3fd2e2d3997d1d1766e70b7cb716fe97bc670918cc\"", "full_name": "BenPru/novus300_Rs485", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9a17e99", "last_release_tag": "2021.09.20", "last_updated": "2021-11-03T20:21:00Z", "name": "novus300bus", "new": false, "repository_manifest": {"name": "Novus 300 Bus", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["hacs", "home-assistant", "homeassistant", "sensor"], "version_installed": null}, "356385629": {"authors": ["@fuatakgun"], "category": "integration", "description": "A Home Assistant HACS integration that supports Kia Connect(Uvo) and Hyundai Bluelink. The integration supports the EU, Canada and the USA.", "domain": "kia_uvo", "downloads": 0, "etag_repository": "W/\"43bb88b38d755d27f2637094ae562b7cf2154fd69ad24432cfb6e8c883a51ec0\"", "full_name": "fuatakgun/kia_uvo", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "bf5d9a1", "last_release_tag": "v1.4.3", "last_updated": "2022-01-30T08:16:18Z", "name": "kia_uvo", "new": false, "repository_manifest": {"name": "Kia Uvo / Hyundai Bluelink", "render_readme": true, "homeassistant": "2021.12", "content_in_root": false}, "selected_tag": null, "show_beta": false, "stars": 95, "topics": ["bluelink", "car", "homeassistant", "homeassistant-integration", "hyundai", "kia", "uvo"], "version_installed": null, "last_fetched": 1643571231.41079}, "417400028": {"authors": ["@ScratMan"], "category": "integration", "description": "Smart Thermostat with PID controller for HomeAssistant", "domain": "smart_thermostat", "downloads": 0, "etag_repository": "W/\"76da273bc235197037c102094218a5b27e0f5f959ed40310ee5a82aec9d86508\"", "full_name": "ScratMan/HASmartThermostat", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3389dcd", "last_release_tag": "2022.1.1", "last_updated": "2022-01-23T21:31:25Z", "name": "smart_thermostat", "new": false, "repository_manifest": {"name": "Smart thermostat (PID)", "domains": ["climate"], "render_readme": true, "homeassistant": "0.104.2"}, "selected_tag": null, "show_beta": false, "stars": 85, "topics": ["air-conditioner", "heater", "heater-control", "heater-controller", "heating", "heating-control", "heating-controller", "home-automation", "pid-controller", "smart-thermostat", "thermostat"], "version_installed": null, "last_fetched": 1643571247.843364}, "422954081": {"authors": ["@DeebotUniverse", "@edenhaus"], "category": "integration", "description": "Home Assistant integration for deebot vacuums", "domain": ["binary_sensor", "camera", "select", "sensor", "vacuum"], "downloads": 0, "etag_repository": "W/\"7c1aefa22b5ada47e8776954695b67d1527741e921e9ae1b3eaf25df3aa8d6d9\"", "full_name": "DeebotUniverse/Deebot-4-Home-Assistant", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "90c1206", "last_release_tag": "1.1.2", "last_updated": "2022-01-27T09:20:39Z", "name": ["binary_sensor", "camera", "select", "sensor", "vacuum"], "new": false, "repository_manifest": {"name": "Deebot 4 Home Assistant", "iot_class": "Cloud Polling", "zip_release": true, "filename": "deebot.zip", "domain": ["binary_sensor", "camera", "select", "sensor", "vacuum"], "homeassistant": "2021.12.0b0", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 22, "topics": ["deebot", "ecovacs", "home-assistant", "vacuum"], "version_installed": null, "last_fetched": 1643571228.053998}, "386049746": {"authors": ["@viragelabs"], "category": "integration", "description": "A Home Assistant integration to keep track of Virage Laboratories devices, and set up and properly label rf sensors and door contacts", "domain": "virage_dashboard", "downloads": 0, "etag_repository": "W/\"6d1bfdbac3dca1d6f509b9e3ae5e3561ed0b67ecf325fbb38a199b3aa3212e12\"", "full_name": "viragelabs/virage_dashboard", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4c54c39", "last_release_tag": "v1.0.0", "last_updated": "2021-12-01T23:33:19Z", "name": "virage_dashboard", "new": false, "repository_manifest": {"name": "Virage Dashboard", "render_readme": "true", "domains": ["virage_dashboard"], "iot_class": ["Local Push"]}, "selected_tag": null, "show_beta": false, "stars": 0, "topics": ["hassio", "home-assistant", "home-automation", "homeassistant", "virage", "viragelaboratories", "viragelabs"], "version_installed": null}, "326022552": {"authors": ["@net-daemon"], "category": "integration", "description": "Helper integration for Home Assistant", "domain": "netdaemon", "downloads": 0, "etag_repository": "W/\"d035f530295ade32e89552a8b41f0bf9c1604c427280f5869b192b44856875df\"", "full_name": "net-daemon/integration", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "ca80c91", "last_release_tag": "22.02.0", "last_updated": "2022-01-10T17:25:06Z", "name": "netdaemon", "new": false, "repository_manifest": {"name": "NetDaemon", "filename": "netdaemon.zip", "zip_release": true, "hide_default_branch": true, "homeassistant": "2020.12.0", "hacs": "0.19.0"}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["entities", "netdaemon", "service"], "version_installed": null, "last_fetched": 1641896036.826438}, "422931599": {"authors": ["@kartoffeltoby"], "category": "integration", "description": "This custom component for Home Assistant will add crucial features to your climate-controlling TRV (Thermostatic Radiator Valves) to save you the work of creating automations to make it smart. It combines a room-temperature sensor, window/door sensors, weather forecasts, or an ambient temperature probe to decide when it should call for heat and automatically calibrate your TRVs to fix the imprecise measurements taken in the radiator's vicinity.", "domain": "ai_thermostat", "downloads": 0, "etag_repository": "W/\"dd6adddab4be6dd6f7bcdfc3d5311c28a3e9e5a21ba884335248fe1273a0cf64\"", "full_name": "KartoffelToby/better_thermostat", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4b2276b", "last_release_tag": "0.9.3", "last_updated": "2022-01-30T18:22:18Z", "name": "ai_thermostat", "new": false, "repository_manifest": {"name": "AI Thermostat for Zigbee2MQTT", "render_readme": true, "domains": ["climate"], "iot_class": "Local Push", "homeassistant": "2021.12.0"}, "selected_tag": null, "show_beta": false, "stars": 76, "topics": ["climate", "hacs", "home-assistant", "moes", "sea801", "sea802", "sensor", "smarthome", "spzb0001", "thermostat", "ts0601", "tuya", "zigbee", "zigbee2mqtt"], "version_installed": null, "last_fetched": 1643571237.048438}, "439367892": {"authors": [], "category": "plugin", "description": "a custom card for a better thermostat in home assistant based on ai_thermostat intigration", "domain": "", "downloads": 0, "etag_repository": "W/\"ef6fd58cc99b0f1ccf78ba8655728a3357080e8ddc94fd5892206e52fd87bcfb\"", "full_name": "KartoffelToby/better-thermostat-ui-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "ab17b50", "last_release_tag": "0.1.3", "last_updated": "2022-01-24T10:01:51Z", "name": "better-thermostat-ui-card", "new": false, "repository_manifest": {"name": "Better Thermostat UI", "render_readme": true, "filename": "better-thermostat-ui-card.js"}, "selected_tag": null, "show_beta": false, "stars": 26, "topics": ["home-assistant", "homeassistant", "thermostat"], "version_installed": null, "last_fetched": 1643571259.882762}, "406939721": {"authors": ["@tomasbedrich"], "category": "integration", "description": "A Home Assistant integration to communicate with Hikvision smart doorbells via Hik-Connect cloud.", "domain": "hikconnect", "downloads": 0, "etag_repository": "W/\"681d567498593043b154717c444a87600c517bbd88f90bfd4b0e6f1a168417e5\"", "full_name": "tomasbedrich/home-assistant-hikconnect", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "52da28f", "last_release_tag": "1.2.1", "last_updated": "2022-01-28T00:59:40Z", "name": "hikconnect", "new": false, "repository_manifest": {"name": "Hik-Connect", "domains": ["hikconnect"], "country": ["EN"], "render_readme": true, "iot_class": ["Cloud Polling"]}, "selected_tag": null, "show_beta": false, "stars": 21, "topics": ["hacs", "hikvision", "home-assistant", "home-automation", "python"], "version_installed": null, "last_fetched": 1643571250.736569}, "433577603": {"authors": [], "category": "plugin", "description": "Home Assistant Configuration Files Editor for Lovelace", "domain": "", "downloads": 0, "etag_repository": "W/\"1d46f539f61da65c2c36b3dce770cf6778e3888099ad73f3b9b0c5f852b914a2\"", "full_name": "htmltiger/config-editor-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e5809df", "last_release_tag": "3.4", "last_updated": "2022-01-22T01:55:45Z", "name": "config-editor-card", "new": false, "repository_manifest": {"name": "Config Editor Card", "filename": "config-editor-card.js", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 11, "topics": ["hacs", "home-assistant", "homeassistant", "homeassistant-addons", "homeassistant-config", "homeassistant-configuration", "yaml"], "version_installed": null, "last_fetched": 1642851533.092873}, "427867835": {"authors": ["@briis"], "category": "integration", "description": "Home Assistant Integration for WeatherFlow Stations", "domain": "weatherflow", "downloads": 0, "etag_repository": "W/\"d3bc27a6ee784be1b0da9916826a5f6e7c91d9e3dbeb0c08d707f349b2a6709a\"", "full_name": "briis/hass-weatherflow", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7cbbfd9", "last_release_tag": "v1.0.3", "last_updated": "2022-01-27T15:40:29Z", "name": "weatherflow", "new": false, "repository_manifest": {"name": "WeatherFlow Integration", "domains": ["binary_sensor", "sensor", "weather"], "homeassistant": "2021.11.0"}, "selected_tag": null, "show_beta": false, "stars": 19, "topics": ["home-assistant", "python3", "weatherflow"], "version_installed": null, "last_fetched": 1643571223.619913}, "427773030": {"authors": ["@spycle"], "category": "integration", "description": "Home Assistant custom integration for controlling AirPlay devices connected to a TuneBlade server", "domain": "tuneblade", "downloads": 0, "etag_repository": "W/\"acb0d1effd1c1159af72795a161fdf7326e7972db3f72a101508063e4025ce18\"", "full_name": "spycle/tuneblade", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4c91650", "last_release_tag": "v0.0.4", "last_updated": "2021-12-18T13:26:21Z", "name": "tuneblade", "new": false, "repository_manifest": {"name": "TuneBlade", "content_in_root": false, "domains": ["media_player", "switch"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 0, "topics": ["home-assistant", "tuneblade"], "version_installed": null}, "433577406": {"authors": ["@htmltiger"], "category": "integration", "description": "Home Assistant Configuration Editor Helper", "domain": "config_editor", "downloads": 0, "etag_repository": "W/\"01a65357781b3d9f15a3e10b6e394752e17bc40e6f515cba598b808c817e7901\"", "full_name": "htmltiger/config-editor", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d9185fa", "last_release_tag": "2.1", "last_updated": "2021-12-19T04:18:56Z", "name": "config_editor", "new": false, "repository_manifest": {"name": "Config Editor", "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["homeassistant", "homeassistant-config", "homeassistant-integration"], "version_installed": null, "last_fetched": 1641470660.316476}, "180032210": {"authors": ["@dolezsa"], "category": "integration", "description": "Thermal Comfort sensor for HA (absolute humidity, heat index, dew point, thermal perception)", "domain": "thermal_comfort", "downloads": 0, "etag_repository": "W/\"90ff3435978fcad3f11bd67e98781fa9a0339ed166be24c1013607ea9b255197\"", "full_name": "dolezsa/thermal_comfort", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d09c72d", "last_release_tag": "1.3.1", "last_updated": "2022-01-29T15:50:04Z", "name": "thermal_comfort", "new": false, "repository_manifest": {"name": "Thermal Comfort", "home-assistant": "2021.12.0", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 134, "topics": ["absolute-humidity", "comfort-model", "comfort-zone", "dew-point", "dew-point-perception", "heat-index", "thermal-comfort", "thermal-perception", "thermal-stress"], "version_installed": null, "last_fetched": 1643545556.950932}, "424574671": {"authors": ["@roslovets"], "category": "integration", "description": "Control SP110E RGB LED BLE Controller from Home Assistant", "domain": "sp110e", "downloads": 0, "etag_repository": "W/\"f6ac310e6a27ad9b069b62894ffa8c0468290ac4e9b3134fed12fc1077d78947\"", "full_name": "roslovets/SP110E-HASS", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "42fd56b", "last_release_tag": "v1.0.0", "last_updated": "2021-11-27T16:32:27Z", "name": "sp110e", "new": false, "repository_manifest": {"name": "SP110E RGB LED BLE Controller Integration", "domains": ["light"], "homeassistant": "2021.11.0", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["ble", "hass", "home-assistant", "integration", "rgb", "sp110e"], "version_installed": null, "last_fetched": 1642004684.579916}, "222687548": {"authors": ["@dwainscheeren"], "category": "integration", "description": "An auto generating Home Assistant Lovelace UI dashboard for desktop, tablet and mobile by Dwains for desktop, tablet, mobile", "domain": "dwains_dashboard", "downloads": 0, "etag_repository": "W/\"26011883da7dbd8edea806b6c84f7e73a56470f2a32675f35a834f860f527e76\"", "full_name": "dwainscheeren/dwains-lovelace-dashboard", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f76b66a", "last_release_tag": "v2.0.5", "last_updated": "2022-01-28T21:49:02Z", "name": "dwains_dashboard", "new": false, "repository_manifest": {"name": "Dwains Dashboard", "render_readme": true, "homeassistant": "2021.5.0"}, "selected_tag": null, "show_beta": false, "stars": 835, "topics": ["dwains-lovelace-dashboard", "home-assistant", "lovelace", "lovelace-ui"], "version_installed": null, "last_fetched": 1643571229.331362}, "405007807": {"authors": [], "category": "integration", "description": "Home Assistant & FoxESS integration. Monitor you photovoltaic installation directly from HA \u2600\ufe0f \u26a1\ufe0f No more need to visit foxesscloud.com \ud83c\udfe1", "domain": "foxess", "downloads": 0, "etag_repository": "W/\"1136e1e503d3fbf6b57e01f74aecf2d5c889f382020f341fb49b6a87ee2b0c97\"", "full_name": "macxq/foxess-ha", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "ec19875", "last_release_tag": "v0.11.2", "last_updated": "2021-12-29T09:52:10Z", "name": "foxess", "new": false, "repository_manifest": {"name": "FoxESS Cloud", "country": ["NO"], "domains": ["energy", "sensor"]}, "selected_tag": null, "show_beta": false, "stars": 10, "topics": ["energy-monitor", "foxess", "hacktoberfest", "hacs", "home-assistant", "home-automation", "homeassistant", "photovoltaics", "pv", "smarthome"], "version_installed": null, "last_fetched": 1642094200.762908}, "432522624": {"authors": ["@Aohzan"], "category": "integration", "description": "IPX800 V5 integration for Home-Assistant", "domain": "ipx800v5", "downloads": 0, "etag_repository": "W/\"0082e1f4ea05b3e595f2ddc03dd4ca68fe8c2ab06ef053e8094fec5602d53a56\"", "full_name": "Aohzan/ipx800v5", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1fe572c", "last_release_tag": "0.4.0", "last_updated": "2022-01-07T13:10:05Z", "name": "ipx800v5", "new": false, "repository_manifest": {"name": "GCE IPX800 V5", "country": ["FR"], "domains": ["switch", "light", "cover", "sensor", "binary_sensor", "climate", "number", "button"], "render_readme": true, "iot_class": ["Local Polling"]}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["gce-electronics", "home-assistant", "home-assistant-integration", "ipx800"], "version_installed": null, "last_fetched": 1642851538.014961}, "431440766": {"authors": ["@LAB02-Admin"], "category": "integration", "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/\"1fc7b7441469d244cfb0f071d7bbba2539f3afa68a151114a02dd1e8ff127a1f\"", "full_name": "LAB02-Research/HASS.Agent-Notifier", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "948f646", "last_release_tag": "v2021.12.21", "last_updated": "2022-01-19T11:00:15Z", "name": "hass_agent_notifier", "new": false, "repository_manifest": {"name": "HASS.Agent Notifier", "domains": ["notify"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": ["hacs", "home-assistant", "integration", "notifications"], "version_installed": null, "last_fetched": 1643571237.516202}, "398601732": {"authors": ["@thomasprior"], "category": "integration", "description": "Provides data from Flexpool.io on a specified miner.", "domain": "flexpoolinfo", "downloads": 0, "etag_repository": "W/\"c242a4d10e7799790f21531b154e14a785ae96d80b7e2af37cf31c453bed0a24\"", "full_name": "ThomasPrior/FlexpoolInfo", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a55e32c", "last_release_tag": "v1.0.0", "last_updated": "2022-01-12T15:58:14Z", "name": "flexpoolinfo", "new": false, "repository_manifest": {"name": "FlexpoolInfo", "content_in_root": false, "render_readme": true, "domains": ["sensor"], "homeassistant": "0.100.0", "iot_class": "cloud_poll"}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["flexpool", "flexpool-api", "hacs", "homeassistant", "miner", "statistics"], "version_installed": null, "last_fetched": 1642431017.243705}, "334925385": {"authors": ["@weltenwort"], "category": "integration", "description": "A Home Assistant custom component to integrate with RCT Power inverters.", "domain": "rct_power", "downloads": 0, "etag_repository": "W/\"634ece0e28186bf560f7aeb5d6ae258e0c4425e56f8c637a1f910621f32ac098\"", "full_name": "weltenwort/home-assistant-rct-power-integration", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c63790a", "last_release_tag": "v0.9.2", "last_updated": "2021-12-27T18:10:48Z", "name": "rct_power", "new": false, "repository_manifest": {"name": "RCT Power", "hacs": "1.6.0", "domains": ["binary_sensor", "sensor"], "iot_class": "Local Polling", "homeassistant": "2021.12.0"}, "selected_tag": null, "show_beta": false, "stars": 10, "topics": ["custom-component", "custom-components", "home-assistant", "homeassistant", "rct-power"], "version_installed": null, "last_fetched": 1642004689.108498}, "380367845": {"authors": ["@fuatakgun"], "category": "integration", "description": "Home Assistant integration to manage Eufy Security devices as cameras, home base stations, doorbells, motion and contact sensors.", "domain": "eufy_security", "downloads": 0, "etag_repository": "W/\"7daed113d4919f5a25c6a68e4432acdd1c1635eadeecbe6d850b64fdf5bd3b99\"", "full_name": "fuatakgun/eufy_security", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "091bc2e", "last_release_tag": "v2.2.3", "last_updated": "2022-01-24T19:33:08Z", "name": "eufy_security", "new": false, "repository_manifest": {"name": "Eufy Security", "render_readme": true, "content_in_root": false}, "selected_tag": null, "show_beta": false, "stars": 170, "topics": ["camera", "eufy", "eufycam", "eufysecurity", "home-assistant", "homeassistant", "homeassistant-integration", "rtsp", "security"], "version_installed": null, "last_fetched": 1643571231.631891}, "432591899": {"authors": [], "category": "integration", "description": "Home Assistant switch integration to control MicroBot Push", "domain": "microbot_push", "downloads": 0, "etag_repository": "W/\"4037c0a154619911b8c54ff3ce848842db85f436186d4f9f6f29c46363524a30\"", "full_name": "spycle/microbot_push", "first_install": true, "installed_commit": null, "installed": false, "last_commit": null, "last_release_tag": "v0.0.4", "last_updated": 0, "name": "microbot_push", "new": false, "repository_manifest": {"name": "MicroBot Push", "domains": ["switch"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 0, "topics": ["home-assistant", "microbot-push"], "version_installed": null}, "439467929": {"authors": ["@nbogojevic"], "category": "integration", "description": "This Home Assistant custom component adding support for controlling Midea air conditioners and dehumidifiers on local network. ", "domain": "midea_dehumidifier_lan", "downloads": 0, "etag_repository": "W/\"efd3137ccf6ea425caffae2938e51ef9a50a9da6bd9834c246def639d886e855\"", "full_name": "nbogojevic/homeassistant-midea-air-appliances-lan", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9cc3558", "last_release_tag": "v0.5.0", "last_updated": "2022-01-22T01:19:02Z", "name": "midea_dehumidifier_lan", "new": false, "repository_manifest": {"name": "Midea Dehumidifier (LAN)", "version": "0.5.0", "domains": ["binary_sensor", "humidifier", "fan", "sensor", "switch"], "homeassistant": "2021.12.0"}, "selected_tag": null, "show_beta": false, "stars": 16, "topics": ["air-conditioner", "airconditioning", "dehumidifier", "hass", "home-assistant", "midea"], "version_installed": null, "last_fetched": 1642851542.467849}, "250498561": {"authors": ["@briis"], "category": "integration", "description": "SecuritySpy Integration for Home Assistant with Camera Streams and Motion Detection", "domain": "securityspy", "downloads": 0, "etag_repository": "W/\"08deaeeed9d52716d71772af05251a7f791ec559528edac3335d9ea794433704\"", "full_name": "briis/securityspy", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "8c4a903", "last_release_tag": "v1.1.1", "last_updated": "2022-01-28T14:26:49Z", "name": "securityspy", "new": false, "repository_manifest": {"name": "SecuritySpy for Home Assistant", "render_readme": true, "homeassistant": "2021.11.0", "domains": ["sensor", "binary_sensor", "camera", "switch"], "iot_class": "Local Push"}, "selected_tag": null, "show_beta": false, "stars": 19, "topics": ["home-assistant", "home-assistant-component", "homeassistant", "python", "securityspy"], "version_installed": null, "last_fetched": 1643571223.697515}, "292390011": {"authors": ["@edwork"], "category": "integration", "description": "A platform which allows you to get current and past ride data from Peloton into HomeAssistant", "domain": "peloton", "downloads": 0, "etag_repository": "W/\"18106e347266c9a6013a16ec9bee191830915b2a32ac2fbdd75aa3f32deae835\"", "full_name": "edwork/homeassistant-peloton-sensor", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "96974ba", "last_release_tag": "0.7.1", "last_updated": "2022-01-07T06:02:11Z", "name": "peloton", "new": false, "repository_manifest": {"name": "Peloton Sensor", "content_in_root": false, "domains": ["sensor"], "iot_class": "cloud_poll", "zip_release": true, "filename": "peloton-sensor.zip", "homeassistant": "0.100.0"}, "selected_tag": null, "show_beta": false, "stars": 45, "topics": ["homeassistant", "homeassistant-integration", "peloton", "peloton-api", "peloton-client"], "version_installed": null, "last_fetched": 1642520529.543856}, "425931056": {"authors": ["@dahlb"], "category": "integration", "description": "A Home Assistant HACS integration that supports Kia Connect(Uvo). The integration supports the USA.", "domain": "ha_kia_hyundai", "downloads": 0, "etag_repository": "W/\"6382fa0ed5cd198f5c789027ac7fc56bd5cd58428a48e1a9cf6aa3be33a0f1ed\"", "full_name": "dahlb/ha_kia_hyundai", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2f2809d", "last_release_tag": "v1.5.0", "last_updated": "2022-01-17T00:17:28Z", "name": "ha_kia_hyundai", "new": false, "repository_manifest": {"name": "HA Kia/Hyundai", "render_readme": true, "content_in_root": false, "country": ["US", "CA"], "homeassistant": "2021.10.0b0", "domains": ["lock", "sensor", "binary_sensor", "device_tracker"]}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["car", "homeassistant", "homeassistant-integration", "kia", "python3", "uvo"], "version_installed": null, "last_fetched": 1642431021.436947}, "137126619": {"authors": ["@davesmeghead"], "category": "integration", "description": "Visonic Custom Component for integration with Home Assistant", "domain": "visonic", "downloads": 0, "etag_repository": "W/\"c999c2c6ca5afa0cba8f82ebdee872aaf920133f76d332a78fd68fd224bd4a6b\"", "full_name": "davesmeghead/visonic", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b5f6ed7", "last_release_tag": "0.6.13.0", "last_updated": "2022-01-09T09:48:58Z", "name": "visonic", "new": false, "repository_manifest": {"name": "Visonic Intruder Alarm - PowerMax and PowerMaster Series", "domains": ["alarm_control_panel", "binary_sensor", "switch", "select"], "homeassistant": "2021.12.0", "render_readme": false}, "selected_tag": null, "show_beta": false, "stars": 52, "topics": ["home-assistant", "homeassistant", "integration", "visonic"], "version_installed": null, "last_fetched": 1641896049.343495}, "344446335": {"authors": ["@RogerSelwyn"], "category": "integration", "description": "Office 365 integration for Home Assistant", "domain": "o365", "downloads": 0, "etag_repository": "W/\"4ac54a24df0b336154fc263812bdece2593f363c956d9bdf9b8b0bab4092a24d\"", "full_name": "RogerSelwyn/O365-HomeAssistant", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b599ee2", "last_release_tag": "v2.2.8", "last_updated": "2022-01-19T13:05:53Z", "name": "o365", "new": false, "repository_manifest": {"name": "Office 365 Integration", "zip_release": true, "filename": "o365.zip", "homeassistant": "0.103", "content_in_root": false, "domains": ["calendar"], "persistent_directory": ".O365-token-cache", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 20, "topics": ["home-assistant", "microsoft", "o365"], "version_installed": null, "last_fetched": 1643571246.53547}, "441738040": {"authors": [], "category": "theme", "description": "\ud83c\udfa8 A new, simple soft theme for Home Assistant.", "domain": "", "downloads": 0, "etag_repository": "W/\"846762683963f7712ba5c26517ec30f45a0d3760f56588b8c4229a8da43fb198\"", "full_name": "KTibow/lovelace-soft-theme", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "352c533", "last_release_tag": null, "last_updated": "2021-12-25T19:04:42Z", "name": "lovelace-soft-theme", "new": false, "repository_manifest": {"name": "Soft Theme", "render_readme": true, "homeassistant": "2021.6", "country": ["US"]}, "selected_tag": null, "show_beta": false, "stars": 16, "topics": ["hacktoberfest", "hacs", "home-assistant", "homeassistant", "soft-ui", "theme", "themes"], "version_installed": null, "last_fetched": 1642851544.881679}, "441028036": {"authors": ["@valleedelisle"], "category": "integration", "description": "Home Assistant Hilo Integration via HACS", "domain": "hilo", "downloads": 0, "etag_repository": "W/\"ec334ce031a72b737b7d443c412cdf9f6ab558941bbf0bd9640aa26ae2532d0d\"", "full_name": "dvd-dev/hilo", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "53a6872", "last_release_tag": "v2022.1.23", "last_updated": "2022-01-26T08:38:38Z", "name": "hilo", "new": false, "repository_manifest": {"name": "Hilo", "hacs": "1.6.0", "domains": ["climate", "sensor", "light", "utility_meter"], "country": ["CA"], "homeassistant": "2021.12.7"}, "selected_tag": null, "show_beta": false, "stars": 32, "topics": ["hilo", "home-assistant", "home-automation", "home-automation-system", "hydro-quebec", "signalr-client"], "version_installed": null, "last_fetched": 1643571229.364777}, "424346523": {"authors": ["@9a4gl"], "category": "integration", "description": "Home Assistant custom component integration for Centrometal Boiler System", "domain": "centrometal_boiler", "downloads": 0, "etag_repository": "W/\"585f24e684a81b9afc21e95387eccc30f47d0458bd79a149367c7d138efc5a17\"", "full_name": "9a4gl/hass-centrometal-boiler", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6f4035b", "last_release_tag": "0.0.10", "last_updated": "2022-01-04T19:20:56Z", "name": "centrometal_boiler", "new": false, "repository_manifest": {"name": "Centrometal Boiler System", "domains": ["sensor", "switch", "binary_sensor"], "render_readme": true, "homeassistant": "2021.11.3", "iot_class": "Cloud Push"}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["centrometal", "hass", "hassio", "home-assistant", "homeassistant", "peltec"], "version_installed": null, "last_fetched": 1641470671.652981}, "437989480": {"authors": [], "category": "plugin", "description": "Lovelace Centrometal Boiler Card", "domain": "", "downloads": 0, "etag_repository": "W/\"620418477b3f1e88c83f779cb5ae636acda726b29e8beb927c414ae44a91c36e\"", "full_name": "9a4gl/lovelace-centrometal-boiler-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": null, "last_release_tag": "0.0.7", "last_updated": 0, "name": "lovelace-centrometal-boiler-card", "new": false, "repository_manifest": {"name": "Centrometal Boiler Display Card", "render_readme": true, "homeassistant": "2021.11.3", "filename": "centrometal-boiler-card.js"}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["centrometal", "hass", "hassio", "home-assistant", "homeassitant", "lovelace", "pellet", "peltec"], "version_installed": null}, "413680511": {"authors": ["@widewing"], "category": "integration", "description": "Home Assistant integration for Toyota Motor (North America) connected services", "domain": "toyota_na", "downloads": 0, "etag_repository": "W/\"d5bf452eef2fcd73751b8cda499c336ba98a61534bdba210a634a5a515bdb0de\"", "full_name": "widewing/ha-toyota-na", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a3860dd", "last_release_tag": "v1.1.0", "last_updated": "2022-01-22T22:56:31Z", "name": "toyota_na", "new": false, "repository_manifest": {"name": "Toyota (North America)", "domains": ["device_tracker", "sensor"], "homeassistant": "2021.12.0", "iot_class": ["Cloud Polling"], "render_readme": true, "zip_release": true, "filename": "ha_toyota_na.zip"}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": ["car", "home-assistant", "toyota", "vehicle"], "version_installed": null, "last_fetched": 1643571252.151198}, "441920613": {"authors": ["@klejejs"], "category": "integration", "description": "Thermia Heat Pump Integration for Home Assistant", "domain": "thermia", "downloads": 0, "etag_repository": "W/\"4a11c8e865fa21b75a322e4eeb87d990162d5fcc121fef2d3fa4168603567fd4\"", "full_name": "klejejs/ha-thermia-heat-pump-integration", "first_install": true, "installed_commit": null, "installed": false, "last_commit": null, "last_release_tag": "2.3", "last_updated": 0, "name": "thermia", "new": false, "repository_manifest": {"name": "Thermia Heat Pump", "render_readme": true, "domains": ["sensor", "water_heater"]}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["heat-pump", "home-assistant", "integration", "thermia"], "version_installed": null}, "441942093": {"authors": ["@jugla", "@baqs"], "category": "integration", "description": "Home Assistant component to handle key atome (linky)", "domain": "keyatome", "downloads": 0, "etag_repository": "W/\"7525d03b5fdbf483124761dcd31ad889bafd226ba6d257effbf24c1e72809ff1\"", "full_name": "jugla/keyatome", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e99a729", "last_release_tag": "V4.1.1", "last_updated": "2022-01-30T12:31:20Z", "name": "keyatome", "new": false, "repository_manifest": {"name": "keyatome", "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["atome", "hacs", "home-assistant", "keyatome", "linky"], "version_installed": null, "last_fetched": 1643571235.861887}, "432938956": {"authors": [], "category": "appdaemon", "description": "Qolsys IQ Panel 2+ gateway to an Home Assistant Alarm Control Panel", "domain": "", "downloads": 0, "etag_repository": "W/\"0b1bf1ed33cadd141f41e19ec50dfd5921d363c492400057ab4391a2a62d27f6\"", "full_name": "XaF/qolsysgw", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "dbeb93a", "last_release_tag": null, "last_updated": "2022-01-11T23:52:03Z", "name": "qolsysgw", "new": false, "repository_manifest": {"name": "Qolsys Gateway", "content_in_root": false, "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["appdaemon", "automation", "hacs", "home-assistant", "home-automation", "qolsys"], "version_installed": null, "last_fetched": 1642851548.925548}, "440374794": {"authors": [], "category": "plugin", "description": "A card for Home Assistant Lovelace for exploring the history of your entities interactively and in real time.", "domain": "", "downloads": 0, "etag_repository": "W/\"c73d00d33e25a4a5cc25316a49679863e4cae90882cdcbd89d7a552f30fc0c95\"", "full_name": "alexarch21/history-explorer-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4adb18b", "last_release_tag": "v1.0.14", "last_updated": "2022-01-27T22:54:16Z", "name": "history-explorer-card", "new": false, "repository_manifest": {"name": "history-explorer-card", "filename": "history-explorer-card.js"}, "selected_tag": null, "show_beta": false, "stars": 25, "topics": ["history", "home-assistant", "homeassistant", "lovelace"], "version_installed": null, "last_fetched": 1643571253.386083}, "443651710": {"authors": [], "category": "theme", "description": "A dark teal theme for HomeAssistant.", "domain": "", "downloads": 0, "etag_repository": "W/\"548b82076c02f68ddd9e18d87dac681ce5ca83d1b241ab698df28d0e3ab345a1\"", "full_name": "Neekster/MidnightTeal", "first_install": true, "installed_commit": null, "installed": false, "last_commit": null, "last_release_tag": "v1.7", "last_updated": 0, "name": "MidnightTeal", "new": false, "repository_manifest": {"name": "Midnight Teal", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 0, "topics": ["dark-theme", "hacs", "homeassistant", "theme"], "version_installed": null}, "413812496": {"authors": [], "category": "plugin", "description": "Highly customisable Lovelace card to display interactive graphs. Brings scrolling, zooming, and much more!", "domain": "", "downloads": 0, "etag_repository": "W/\"848e779811bd86cbb920a496c1079c5d2925a5a84cfb48da9bf773e755588910\"", "full_name": "dbuezas/lovelace-plotly-graph-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2449036", "last_release_tag": "v1.1.4", "last_updated": "2022-01-23T19:12:44Z", "name": "lovelace-plotly-graph-card", "new": false, "repository_manifest": {"name": "Plotly Graph Card", "render_readme": true, "filename": "plotly-graph-card.js"}, "selected_tag": null, "show_beta": false, "stars": 24, "topics": ["graphs", "history", "lovelace-custom-card", "navigate", "plotly", "plotlyjs", "plots", "scroll", "zoom"], "version_installed": null, "last_fetched": 1643571256.335753}, "426814988": {"authors": ["@aneeshd"], "category": "integration", "description": "HA sensor that returns a string based on a defined schedule", "domain": "schedule_state", "downloads": 0, "etag_repository": "W/\"8026c591dc9fa1c2b1e446b564cf1e72c6e7e6270db318805d1912511220e05a\"", "full_name": "aneeshd/schedule_state", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "eda8a1c", "last_release_tag": null, "last_updated": "2022-01-30T15:17:53Z", "name": "schedule_state", "new": false, "repository_manifest": {"name": "Schedule State", "render_readme": true, "iot_class": "calculated"}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["automation", "custom-component", "home-assistant", "homeassistant", "python", "scheduler", "timetable"], "version_installed": null, "last_fetched": 1643571221.300292}, "445609628": {"authors": ["@Soloam"], "category": "integration", "description": "PID Controller to Home Assistant", "domain": "pid_controller", "downloads": 0, "etag_repository": "W/\"55bdbc77c7176a8c3f40d63296e523673eb083ce7ac0ce02e68a7bad5b990e44\"", "full_name": "soloam/ha-pid-controller", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "8d51b88", "last_release_tag": "v1.0.0", "last_updated": "2022-01-24T16:38:20Z", "name": "pid_controller", "new": false, "repository_manifest": {"name": "PID Controller", "homeassistant": "2021.9", "render_readme": true, "domains": ["sensor"], "persistent_directory": "codes", "iot_class": "Assumed State"}, "selected_tag": null, "show_beta": false, "stars": 13, "topics": ["hacs", "homeassistant", "integration", "pid", "python", "thermostat"], "version_installed": null, "last_fetched": 1643571248.334392}, "443529332": {"authors": ["@ardevd"], "category": "integration", "description": "Home Assistant integration for the Bobcat Helium Miner", "domain": "bobcatminer", "downloads": 0, "etag_repository": "W/\"1d88d2d6a430d82cdc798e8bed721c15fcf6abf75f1c3e82a09aad8beea9e7e6\"", "full_name": "ardevd/ha-bobcatminer", "first_install": true, "installed_commit": null, "installed": false, "last_commit": null, "last_release_tag": "v0.5.0", "last_updated": 0, "name": "bobcatminer", "new": false, "repository_manifest": {"name": "Bobcat Miner Sensor for Home Assistant", "content_in_root": false, "render_readme": true, "iot_class": "cloud_polling"}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["bobcatminer", "cryptocurrency", "helium", "mining"], "version_installed": null}, "419786466": {"authors": ["@WillCodeForCats"], "category": "integration", "description": "A Home Assistant integration for SolarEdge inverters. Connects locally using Modbus/TCP to single or multiple inverters, including meters.", "domain": "solaredge_modbus", "downloads": 0, "etag_repository": "W/\"8a4678fac1168f8b1b715dd65d21f861859e8bae18808bad62d6a2509fc3b78a\"", "full_name": "WillCodeForCats/solaredge-modbus-multi", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "02f80f7", "last_release_tag": "v1.1.3", "last_updated": "2022-01-26T21:45:55Z", "name": "solaredge_modbus", "new": false, "repository_manifest": {"name": "Solaredge Modbus Multi-Inverter", "content_in_root": false, "domains": ["sensor"], "homeassistant": "2021.12.0", "render_readme": false}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": ["hacs-default", "hacs-integration", "home-automation", "homeassistant", "homeassistant-integration", "modbus-tcp", "solaredge", "solaredge-inverter"], "version_installed": null, "last_fetched": 1643571252.255399}, "432434646": {"authors": ["@guerrerotook"], "category": "integration", "description": "This repository contains the new securitas direct API that can be integrated in Home Assistant", "domain": "securitas", "downloads": 0, "etag_repository": "W/\"544c902802baec145a2fd7eac1b5b0a3dbd5dcaab2acd8af888c09b9aabc81ed\"", "full_name": "guerrerotook/securitas-direct-new-api", "first_install": true, "installed_commit": null, "installed": false, "last_commit": null, "last_release_tag": "v1.0.0.0", "last_updated": 0, "name": "securitas", "new": false, "repository_manifest": {"name": "Securitas Direct Alarm", "content_in_root": false, "domains": ["sensor", "alarm_control_panel"], "iot_class": "cloud_poll", "homeassistant": "2021.9.0"}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": ["home-assistant", "home-automation", "homeassistant"], "version_installed": null}, "448355900": {"authors": [], "category": "theme", "description": "Inspired by the color schemes of Xayah & Rakan. Still work-in-progress, feedback is much appreciated!", "domain": "", "downloads": 0, "etag_repository": "W/\"462aba0990aa140bda64a747f536b3c50285b62d3dc920a08ff46e44f1c8e1e2\"", "full_name": "SnakeFist007/ha_vastayan_bond", "first_install": true, "installed_commit": null, "installed": false, "last_commit": null, "last_release_tag": "v1.3", "last_updated": 0, "name": "ha_vastayan_bond", "new": false, "repository_manifest": {"name": "Vastayan Bond", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["bond", "home-assistant", "rakan", "theme", "vastayan", "xayah"], "version_installed": null}, "449416816": {"authors": [], "category": "plugin", "description": "Home Assistant custom lovelace sonos card", "domain": "", "downloads": 0, "etag_repository": "W/\"77647989ab5bc80605afc13cb44a5c2c8d1d80405173794095afba7904946f59\"", "full_name": "johanfrick/custom-sonos-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": null, "last_release_tag": null, "last_updated": 0, "name": "custom-sonos-card", "new": false, "repository_manifest": {"name": "Sonos Card", "render_readme": true, "filename": "custom-sonos-card.js"}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["hacs", "home-assistant", "lovelace-custom-card", "media-player", "sonos"], "version_installed": null}, "452251255": {"authors": [], "category": "plugin", "description": "Control your browser from a Home Assistant lovelace card: full screen, disable screen lock, zoom...", "domain": "", "downloads": 0, "etag_repository": "W/\"6ad8b96a3dfed4e6ab41a430f721967cf5ebf8aff7deec3bf08ef8f60d67f46b\"", "full_name": "mathoudebine/homeassistant-browser-control-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": null, "last_release_tag": "v1.0", "last_updated": 0, "name": "homeassistant-browser-control-card", "new": false, "repository_manifest": {"name": "Browser Control Card", "content_in_root": true, "filename": "browser-control-card.js", "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 0, "topics": ["browser", "browser-control", "card", "custom-card", "fullscreen", "hacs", "home-assistant", "homeassistant", "lock", "lovelace", "refresh", "reload", "sleep", "wake-on-lan", "zoom"], "version_installed": null}, "449218690": {"authors": [], "category": "plugin", "description": "Thermal Comfort custom icons for Home Assistant to accompany the MDI icons", "domain": "", "downloads": 0, "etag_repository": "W/\"7bba4d65db8e7dfa34da3c6cd482998ebfa52c4687b13c297e5d4fbc9139acd0\"", "full_name": "rautesamtr/thermal_comfort_icons", "first_install": true, "installed_commit": null, "installed": false, "last_commit": null, "last_release_tag": "1.3.0", "last_updated": 0, "name": "thermal_comfort_icons", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": ["absolute-humidity", "dew-point", "dew-point-perception", "frost-point", "frost-risk", "hacs", "heat-index", "home-assistant", "homeassistant", "icons", "iconset", "simmer-index", "simmer-zone", "thermal-perception"], "version_installed": null}, "442001863": {"authors": ["@amosyuen"], "category": "integration", "description": "Home Assistant TP-Link Deco Custom Component", "domain": "tplink_deco", "downloads": 0, "etag_repository": "W/\"f7d88dc86fa969e09e7bfc04b6afca0b1ae0b8ad9c7bcb647b5366e9cd3e6651\"", "full_name": "amosyuen/ha-tplink-deco", "first_install": true, "installed_commit": null, "installed": false, "last_commit": null, "last_release_tag": "v0.0.2", "last_updated": 0, "name": "tplink_deco", "new": false, "repository_manifest": {"name": "TP-Link Deco", "hacs": "1.6.0", "domains": ["device_tracker"], "iot_class": "Local Polling", "homeassistant": "0.118.0", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 11, "topics": ["hacs-integration", "home-assistant-custom", "home-automation", "homeassistant", "python", "router", "tp-link"], "version_installed": null}, "380330823": {"authors": ["@augustas2"], "category": "integration", "description": "Home Assistant custom component for Eldes Alarm system", "domain": "eldes_alarm", "downloads": 0, "etag_repository": "W/\"c78b87f44b1613a3f8ba3800d8010ebbb9b83925eec3ceb4dac64cf748d1069e\"", "full_name": "augustas2/eldes", "first_install": true, "installed_commit": null, "installed": false, "last_commit": null, "last_release_tag": "v1.0.0", "last_updated": 0, "name": "eldes_alarm", "new": false, "repository_manifest": {"name": "Eldes Alarm", "domains": ["alarm_control_panel", "binary_sensor", "sensor", "switch"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 0, "topics": ["alarm", "alarm-panel", "alarm-system", "eldes", "esim364", "esim384", "output", "pitbull-alarm-pro", "sensor", "switch"], "version_installed": null}, "450192057": {"authors": ["@clusterm"], "category": "integration", "description": "Redmond SkyKettle integration for Home Assistant", "domain": "skykettle", "downloads": 0, "etag_repository": "W/\"ab91f0ef59f23ba187df2caecdb04f97c462f3c8df67c261d1a1608c50123a5b\"", "full_name": "ClusterM/skykettle-ha", "first_install": true, "installed_commit": null, "installed": false, "last_commit": null, "last_release_tag": "v1.0", "last_updated": 0, "name": "skykettle", "new": false, "repository_manifest": {"name": "SkyKettle", "homeassistant": "2021.12.3", "render_readme": true, "country": ["RU"]}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": ["kettle", "redmond", "skykettle"], "version_installed": null}, "447307317": {"authors": ["@bruxy70"], "category": "integration", "description": "\ud83d\udcc5 Custom Home Assistant integration for public holidays - also used for garbage_collection integration to automatically move scheduled events that fall on a public holiday (by an automation blueprint)", "domain": "holidays", "downloads": 0, "etag_repository": "W/\"d65974e886a425b9b97a53cbd0bc189b54842bbfa1d4331f045dfbb92b2f5f85\"", "full_name": "bruxy70/Holidays", "first_install": true, "installed_commit": null, "installed": false, "last_commit": null, "last_release_tag": "1.4", "last_updated": 0, "name": "holidays", "new": false, "repository_manifest": {"name": "Holidays", "zip_release": true, "filename": "holidays.zip", "domains": ["calendar"], "homeassistant": "0.110.0"}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["calendar", "country-holidays", "garbage-collection", "hacs", "holidays", "home-assistant", "homeassistant", "public-holidays"], "version_installed": null}, "441294260": {"authors": ["@c-st"], "category": "integration", "description": "\ud83e\udd16 A custom component for Home Assistant which automates your areas.", "domain": "auto_areas", "downloads": 0, "etag_repository": "W/\"0301c0b8b846299c23db5e307267d98ff9c49901b67621490ee633092780b664\"", "full_name": "c-st/auto_areas", "first_install": true, "installed_commit": null, "installed": false, "last_commit": null, "last_release_tag": "v1.0.0", "last_updated": 0, "name": "auto_areas", "new": false, "repository_manifest": {"name": "Auto Areas", "render_readme": true, "iot_class": "local_push"}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["custom-component", "home-assistant", "home-assistant-custom", "home-automation"], "version_installed": null}, "431901513": {"authors": [], "category": "plugin", "description": "This card wraps any other cards and renders a fluid background behind them.", "domain": "", "downloads": 0, "etag_repository": "W/\"b86f7faa92fe976145e543a50644bc0ea773262f046dcef694c8b364683c3613\"", "full_name": "swingerman/lovelace-fluid-level-background-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": null, "last_release_tag": "v0.0.1-beta5", "last_updated": 0, "name": "lovelace-fluid-level-background-card", "new": false, "repository_manifest": {"name": "Fluid LEvel Background Card", "render_readme": true, "filename": "fluid-level-background-card.js"}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["custom-card", "home-assistant", "lovelace-card"], "version_installed": null}, "440617082": {"authors": ["@elahd"], "category": "integration", "description": "Home Assistant integration for NYC trash collection, school, and alternate side parking schedules.", "domain": "nyc311", "downloads": 0, "etag_repository": "W/\"3fe382a1e37ecee0be582d7cee45bebbcdab81c41789817ef79a53c79af69e76\"", "full_name": "elahd/ha-nyc311", "first_install": true, "installed_commit": null, "installed": false, "last_commit": null, "last_release_tag": "2022.1", "last_updated": 0, "name": "nyc311", "new": false, "repository_manifest": {"name": "NYC 311 Public Services Calendar", "content_in_root": false, "render_readme": true, "domains": ["sensor", "binary_sensor"], "country": ["US"]}, "selected_tag": null, "show_beta": false, "stars": 0, "topics": ["community", "government-data", "home-assistant", "home-automation", "integration", "nyc", "nyc-opendata"], "version_installed": null}, "267583249": {"authors": ["@hultenvp"], "category": "integration", "description": "Home Assistant Omnik Solar sensor component", "domain": "omnik", "downloads": 0, "etag_repository": "W/\"432e52cf63422c2f9408c91f2724b346a992ef309f6152ba3011339152ba8fc5\"", "full_name": "hultenvp/home_assistant_omnik_solar", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "0ecf4a8", "last_release_tag": "v0.1.0", "last_updated": "2022-01-29T20:42:45Z", "name": "omnik", "new": false, "repository_manifest": {"name": "Omnik Solar integration", "content_in_root": false, "render_readme": false, "homeassistant": "2021.9", "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["hacs", "home-assistant", "home-assistant-component", "homeassistant", "omnik", "solar"], "version_installed": null, "last_fetched": 1643571233.295326}, "447878635": {"authors": ["@IATkachenko"], "category": "integration", "description": "Yandex weather intergration for Home Assistant", "domain": "yandex_weather", "downloads": 0, "etag_repository": "W/\"297608a8fb35e4065aa2af16e898b5e0020900bb98eba8a570dca143a715d9e8\"", "full_name": "IATkachenko/HA-YandexWeather", "first_install": true, "installed_commit": null, "installed": false, "last_commit": null, "last_release_tag": "v0.5.1", "last_updated": 0, "name": "yandex_weather", "new": false, "repository_manifest": {"name": "Yandex weather", "country": ["RU"], "render_readme": false, "domains": ["yandex_weather"], "zip_release": true, "filename": "yandex_weather.zip", "homeassistant": "2021.12.0"}, "selected_tag": null, "show_beta": false, "stars": 7, "topics": ["homeassistant-integration", "python", "weather", "yandex-weather"], "version_installed": null}, "451209586": {"authors": ["@J-Lindvig"], "category": "integration", "description": "\ud83c\udde9\ud83c\uddf0 Official flagdays in Denmark with a lot of useful logic and attributes. It is possible to add your own anniversaries \ud83c\udf82 or special flags \ud83c\udff3\ufe0f\u200d\ud83c\udf08 \ud83c\udff4\u200d\u2620\ufe0f", "domain": "flagdays_dk", "downloads": 0, "etag_repository": "W/\"2bf80327ca310d1e5da67bc8936a55e2fa31955d9fed0ebca3fffcbd152dd7bf\"", "full_name": "J-Lindvig/Flagdays_DK", "first_install": true, "installed_commit": null, "installed": false, "last_commit": null, "last_release_tag": "v1.5.4", "last_updated": 0, "name": "flagdays_dk", "new": false, "repository_manifest": {"name": "Flagdays DK", "country": ["DK"], "render_readme": true, "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["anniversaries", "denmark", "flagdays", "hacs", "hacs-default", "hacs-integration", "homeassistant", "pride"], "version_installed": null}, "448980525": {"authors": ["@mdeweerd"], "category": "integration", "description": "\ud83e\uddf0 Zigbee Home Assistant Toolkit - service for \"rare\" Zigbee operations using ZHA on Home Assistant", "domain": "zha_toolkit", "downloads": 0, "etag_repository": "W/\"1062d982e32f802e5736410f08b7e226cdf3e659f910e53ae1bc38d8c4a0a8f4\"", "full_name": "mdeweerd/zha-toolkit", "first_install": true, "installed_commit": null, "installed": false, "last_commit": null, "last_release_tag": "v0.5.8", "last_updated": 0, "name": "zha_toolkit", "new": false, "repository_manifest": {"name": "\ud83e\uddf0 ZHA Toolkit - Service for advanced Zigbee Usage", "content_in_root": false, "zip_release": true, "render_readme": true, "domains": ["zha"], "persistent_directory": "local", "homeassistant": "2021.1"}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": ["home-assistant", "home-assistant-component", "home-assistant-hacs", "zha", "zigbee", "zigpy"], "version_installed": null}, "446609758": {"authors": ["@MesserschmittX"], "category": "integration", "description": "Home Assistant integration for Nicehash Excavator miner API", "domain": "nicehash_excavator", "downloads": 0, "etag_repository": "W/\"3c731aa3ad39d39ebd91685ce8fbd70dbc4274082d1f7128eef5fedb663409f4\"", "full_name": "MesserschmittX/ha-nicehash-excavator-monitor", "first_install": true, "installed_commit": null, "installed": false, "last_commit": null, "last_release_tag": "v0.0.3", "last_updated": 0, "name": "nicehash_excavator", "new": false, "repository_manifest": {"name": "Nicehash Excavator API", "domains": ["sensor"], "render_readme": true, "homeassistant": "2021.12.1"}, "selected_tag": null, "show_beta": false, "stars": 0, "topics": ["excavator", "mining", "nicehash"], "version_installed": null}, "319401286": {"authors": ["@peribeir"], "category": "integration", "description": "This custom integration provides access to Rademacher Devices connected to a HomePilot (or Start2Smart) bridge.", "domain": "rademacher", "downloads": 0, "etag_repository": "W/\"b217aa9f1590d96a26f8ad6f24756dfd0b21d18d3059d9e7d7dc71c55b0e1bc0\"", "full_name": "peribeir/homeassistant-rademacher", "first_install": true, "installed_commit": null, "installed": false, "last_commit": null, "last_release_tag": "v1.3.6", "last_updated": 0, "name": "rademacher", "new": false, "repository_manifest": {"name": "Rademacher HomePilot Bridge", "domains": ["cover", "button", "switch", "sensor", "binary_sensor"], "zip_release": true, "filename": "rademacher.zip", "content_in_root": false, "country": ["PT"], "homeassistant": "2021.12.8"}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": ["home-assistant", "home-automation", "homeassistant", "homepilot", "iot", "rademacher"], "version_installed": null}, "269113518": {"authors": ["@plamish"], "category": "integration", "description": "Eaton xComfort SHC integration for Home Assistant", "domain": "xcomfort", "downloads": 0, "etag_repository": "W/\"64e8c637fbc8055e4e1380c426f9eb6ed1aace4a1b84cb732ba74132a7e5be53\"", "full_name": "plamish/xcomfort", "first_install": true, "installed_commit": null, "installed": false, "last_commit": null, "last_release_tag": "1.3.2", "last_updated": 0, "name": "xcomfort", "new": false, "repository_manifest": {"name": "xcomfort", "content_in_root": false, "iot_class": "cloud_polling"}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["eaton", "hacs", "homeassistant", "homeassistant-integration", "xcomfort"], "version_installed": null}, "323923603": {"authors": ["@petretiandrea"], "category": "integration", "description": "A custom integration to control Tapo devices from home assistant.", "domain": "tapo", "downloads": 0, "etag_repository": "W/\"1302cae324e30900ff98ce10af0e211735eaeafed4d8aa67aadcc13e580c72db\"", "full_name": "petretiandrea/home-assistant-tapo-p100", "first_install": true, "installed_commit": null, "installed": false, "last_commit": null, "last_release_tag": "v1.2.4", "last_updated": 0, "name": "tapo", "new": false, "repository_manifest": {"name": "Tapo Controller", "hacs": "1.6.0", "domains": ["tapo", "switch", "light"], "iot_class": "Local Polling", "render_readme": true, "homeassistant": "2021.9.0"}, "selected_tag": null, "show_beta": false, "stars": 58, "topics": ["home-assistant", "home-automation", "integration", "p100", "smart-plug", "tapo", "tapo-device", "tapo-light-bulb"], "version_installed": null}, "427902632": {"authors": ["@StephanJoubert"], "category": "integration", "description": "Home Assistant component for Solarman collectors used in DEYE and Sunsynk inverters.", "domain": "solarman", "downloads": 0, "etag_repository": "W/\"399240711b75a1c465dbc92a18eb24d38d1541ba94692b423eedf300220cab1d\"", "full_name": "StephanJoubert/home_assistant_solarman", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "442b19c", "last_release_tag": "v1.0.1", "last_updated": "2022-01-30T10:26:54Z", "name": "solarman", "new": false, "repository_manifest": {"name": "Solarman Integration", "content_in_root": false, "render_readme": false, "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": ["deye", "energy", "home-assistant", "home-automation", "homeassistant", "inverter", "sol-ark", "solar", "solarman", "sunsynk"], "version_installed": null, "last_fetched": 1643571248.88374}, "442181774": {"authors": ["@tadasdanielius"], "category": "integration", "description": "Daikin Altherma custom component for home assistant", "domain": "daikin_altherma", "downloads": 0, "etag_repository": "W/\"ef72ebc7cad7b41c1be79100663154a660ce57d200c9f94fd16319588e47b840\"", "full_name": "tadasdanielius/daikin_altherma", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f62a845", "last_release_tag": "v1.1.2", "last_updated": "2022-01-20T21:04:53Z", "name": "daikin_altherma", "new": false, "repository_manifest": {"name": "Daikin Altherma", "domains": ["number", "select", "sensor", "switch", "water_heater"], "render_readme": true, "iot_class": ["Local Polling"]}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["altherma", "brp069a61", "brp069a62", "daikin", "daikin-altherma", "home-assistant", "home-automation", "homeassistant", "homeassistant-custom-component", "homeassistant-integration"], "version_installed": null, "last_fetched": 1643571249.458335}, "448604854": {"authors": ["@tombrien"], "category": "integration", "description": "A Home Assistant integration to provide sensors for waste collections in Cardiff, UK", "domain": "cardiffwaste", "downloads": 0, "etag_repository": "W/\"fd9ba4e282f8d78b23f66b3bf2fa1c6f3eec0fee8fa286201e9c9c73b572701d\"", "full_name": "TomBrien/cardiffwaste-ha", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1ece956", "last_release_tag": "0.2.0", "last_updated": "2022-01-30T18:50:26Z", "name": "cardiffwaste", "new": false, "repository_manifest": {"name": "Cardiff Waste", "domains": ["sensor"], "homeassistant": "2021.11.0", "render_readme": true, "country": ["GB"]}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["cardiff", "home-assistant", "integration", "python", "waste-collection"], "version_installed": null, "last_fetched": 1643571250.890119}, "389366750": {"authors": ["@tykeal"], "category": "integration", "description": "Rental Control system for Home Assistant", "domain": "rental_control", "downloads": 0, "etag_repository": "W/\"ac3b34e8dcbfb93d28a9cc6921e95b2593cfdc47d5a8a60a8ca2481a725a7a10\"", "full_name": "tykeal/homeassistant-rental-control", "first_install": true, "installed_commit": null, "installed": false, "last_commit": null, "last_release_tag": "v0.5.1", "last_updated": 0, "name": "rental_control", "new": false, "repository_manifest": {"name": "Rental Control", "hacs": "1.13.2", "domains": ["sensor"], "iot_class": "Cloud Polling", "homeassistant": "2021.7.0"}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["airbnb", "hacs", "home-assistant", "ical", "locks", "sensor"], "version_installed": null}, "413798425": {"authors": ["@stokkie90"], "category": "integration", "description": "UI-Lovelace-Minimalist is a \"theme\" for HomeAssistant", "domain": "ui_lovelace_minimalist", "downloads": 0, "etag_repository": "W/\"75b65e792af6b65f77f0e5b4b5856db99239814d1ef90ba95c9cd565f0d356da\"", "full_name": "UI-Lovelace-Minimalist/UI", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e4351c9", "last_release_tag": "v0.0.4", "last_updated": "2022-01-30T14:43:39Z", "name": "ui_lovelace_minimalist", "new": false, "repository_manifest": {"name": "UI Lovelace Minimalist", "render_readme": true, "homeassistant": "2021.5.0", "zip_release": true, "filename": "ui_lovelace_minimalist.zip"}, "selected_tag": null, "show_beta": false, "stars": 288, "topics": ["home-assistant"], "version_installed": null, "last_fetched": 1643571251.710829}} \ No newline at end of file From 505aa6ce8083b74fb3079e0b2e1ef6b49897c161 Mon Sep 17 00:00:00 2001 From: Ludeeus Date: Sun, 30 Jan 2022 19:52:47 +0000 Subject: [PATCH 6/6] Update base repositories --- custom_components/hacs/utils/default.repositories | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/hacs/utils/default.repositories b/custom_components/hacs/utils/default.repositories index 5583f3be457..489db76394c 100644 --- a/custom_components/hacs/utils/default.repositories +++ b/custom_components/hacs/utils/default.repositories @@ -1 +1 @@ -{"172733314": {"authors": ["@ludeeus"], "category": "integration", "description": "HACS gives you a powerful UI to handle downloads of all your custom needs.", "domain": "hacs", "downloads": 1487, "etag_repository": "W/\"e0be6020b9e49f6c7d3d3c2fe91a78c0cd09775e086e6b0b355e9cedb807931e\"", "full_name": "hacs/integration", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7bf62c4", "last_release_tag": "1.21.0", "last_updated": "2022-01-30T19:45:59Z", "name": "hacs", "new": false, "repository_manifest": {"name": "HACS", "zip_release": true, "hide_default_branch": true, "homeassistant": "2021.9.0", "hacs": "0.19.0", "filename": "hacs.zip"}, "selected_tag": null, "show_beta": false, "stars": 2225, "topics": ["community", "hacktoberfest", "hacs", "home-assistant", "integration", "package-manager", "python"], "version_installed": null, "last_fetched": 1643572195.567812}, "191831638": {"authors": ["@albertogeniola"], "category": "integration", "description": "Custom component that leverages the Meross IoT library to integrate with Homeassistant", "domain": "meross_cloud", "downloads": 0, "etag_repository": "W/\"592e2391290e07789885648c39994bddb8d28f60faddec4a481f4eba6635e8fd\"", "full_name": "albertogeniola/meross-homeassistant", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3114a85", "last_release_tag": "v1.2.0rc2", "last_updated": "2022-01-30T18:15:52Z", "name": "meross_cloud", "new": false, "repository_manifest": {"name": "Meross Integration", "hacs": "1.6.0", "homeassistant": "1.0.0", "domains": ["sensor", "climate", "switch", "cover", "fan", "light"]}, "selected_tag": null, "show_beta": false, "stars": 379, "topics": ["homeassistant", "meross", "meross-homeassistant"], "version_installed": null, "last_fetched": 1643571219.935256}, "232269564": {"authors": ["@jedmeng"], "category": "integration", "description": "\u63a7\u5ba2\u5c0fK \u63a5\u5165Home Assistant\uff0c\u652f\u6301\u6700\u65b0\u7248\u672cHA \u76ee\u524d\u6700\u65b0\u7248\u672c\uff080.103\uff09\uff0c\u76f8\u4fe1\u672a\u6765\u7684\u7248\u672c\u4e5f\u53ef\u4ee5\u652f\u6301\u3002", "domain": "konke", "downloads": 0, "etag_repository": "W/\"9f86fb1430ef9f17f4fd56c058936a3596202f4bca92dda3065a0446106bdc90\"", "full_name": "5high/konke", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "bfd34f7", "last_release_tag": null, "last_updated": "2021-09-27T02:52:46Z", "name": "konke", "new": false, "repository_manifest": {"name": "Konke", "country": ["CN"], "render_readme": false, "domains": ["sensor", "swtich"]}, "selected_tag": null, "show_beta": false, "stars": 11, "topics": [], "version_installed": null}, "234514524": {"authors": [], "category": "integration", "description": "HomeAssistant custom component to control your SONOS Alarm", "domain": "sonos_alarm", "downloads": 0, "etag_repository": "W/\"aaf3bcafd22f41a42b8c3ad62621d13fe90b706af9c4686e955bf5b4ac2ace1d\"", "full_name": "AaronDavidSchneider/SonosAlarm", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5b9426d", "last_release_tag": "1.3.1", "last_updated": "2021-05-25T16:33:27Z", "name": "sonos_alarm", "new": false, "repository_manifest": {"name": "Sonos Alarm", "domains": ["switch"]}, "selected_tag": null, "show_beta": false, "stars": 18, "topics": [], "version_installed": null}, "125756318": {"authors": ["@amaximus"], "category": "integration", "description": "HomeAssistant custom component for Budapest public transportation", "domain": "bkk_stop", "downloads": 0, "etag_repository": "W/\"1b7f15c174308623ea306bf66adf04e58e0cd50f265d7ae2af62863f90595416\"", "full_name": "amaximus/bkk_stop", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "175d0f7", "last_release_tag": "2.0.1", "last_updated": "2021-12-01T19:23:57Z", "name": "bkk_stop", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 14, "topics": ["bkk", "budapest", "homeassistant", "homeassistant-components", "transportation"], "version_installed": null}, "169460975": {"authors": ["@akasma74"], "category": "integration", "description": "It is a fork of \"Yet another take on a home assistant custom alarm\" that will exist until its author is back to our Earth", "domain": "bwalarm", "downloads": 0, "etag_repository": "W/\"b638454705107b21dac411a7067d5829a1acf0916b11559dc889d20e406469ab\"", "full_name": "akasma74/Hass-Custom-Alarm", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "44b08b8", "last_release_tag": "v.1.12.12", "last_updated": "2021-12-24T16:15:25Z", "name": "bwalarm", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 75, "topics": [], "version_installed": null, "last_fetched": 1641587634.93489}, "252195707": {"authors": ["@abacao"], "category": "integration", "description": "Home Assistant Component: Mirubee or Wibeee ", "domain": "wibeee", "downloads": 0, "etag_repository": "W/\"1a6a970a618d37e51c4ed4634c80018c18dd14428eff150157f2bf31f87df5bd\"", "full_name": "abacao/hass_wibeee", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "59177e9", "last_release_tag": null, "last_updated": "2022-01-10T09:21:31Z", "name": "wibeee", "new": false, "repository_manifest": {"name": "Wibeee - abacao", "render_readme": true, "content_in_root": true}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["hacs", "home-assistant", "wibeee"], "version_installed": null, "last_fetched": 1643571219.752017}, "272432260": {"authors": ["@algirdasc"], "category": "integration", "description": "Floureon (Broadlink based) thermostat integration for Home Assistant", "domain": "floureon", "downloads": 0, "etag_repository": "W/\"3b80152b846d6d61d0946fd52ca323b9c548e7d7ed80a29ad407b15a6169e400\"", "full_name": "algirdasc/hass-floureon", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "40b84cf", "last_release_tag": null, "last_updated": "2021-12-26T20:32:45Z", "name": "floureon", "new": false, "repository_manifest": {"name": "Floureon Thermostat", "content_in_root": false, "domains": ["switch", "climate"], "homeassistant": "0.110.0", "iot_class": "Local Polling", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 19, "topics": ["broadlink", "floureon", "homeassistant", "thermostat"], "version_installed": null, "last_fetched": 1641307129.21997}, "215825339": {"authors": ["@alryaz"], "category": "integration", "description": "Hekr integration using python-hekr", "domain": "hekr", "downloads": 0, "etag_repository": "W/\"e02a8295186e8b4e88c4e7935daf3dd468f5393c1075e95df7d170a069112ae5\"", "full_name": "alryaz/hass-hekr-component", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7338128", "last_release_tag": "v0.2.12", "last_updated": "2021-09-14T15:12:51Z", "name": "hekr", "new": false, "repository_manifest": {"name": "Hekr Component", "content_in_root": false, "filename": false, "render_readme": false, "domains": ["sensor", "switch"], "country": false, "homeassistant": "0.109.0", "persistent_directory": false, "iot_class": "Local Polling"}, "selected_tag": null, "show_beta": false, "stars": 25, "topics": ["consumption", "hekr", "homeassistant-components", "python", "wisen-application"], "version_installed": null, "last_fetched": 1642004168.134563}, "257104502": {"authors": ["@amaximus"], "category": "integration", "description": "FKF Budapest Garbage Collection custom component for Home Assistant", "domain": "fkf_garbage_collection", "downloads": 0, "etag_repository": "W/\"6e37149f98f166a54f488ac48df8252d633c36bbe3f65a9749549d8330b41c6e\"", "full_name": "amaximus/fkf-garbage-collection", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c451ee2", "last_release_tag": "0.4.7", "last_updated": "2021-12-13T13:39:54Z", "name": "fkf_garbage_collection", "new": false, "repository_manifest": {"name": "FKF Budapest Garbage Collection", "country": ["HU"], "domains": ["sensor"], "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 13, "topics": ["budapest", "home-assistant", "homeassistant-components"], "version_installed": null}, "224374747": {"authors": [], "category": "integration", "description": "\u6590\u8bafDC1\u63d2\u6392\u63a5\u5165Home Assistant\u63d2\u4ef6\uff0c\u672c\u63d2\u4ef6\u539f\u4f5c\u8005NETYJ\uff0c\u6b64\u5904\u4ec5\u4e3aHACS\u5b89\u88c5\u65b9\u4fbf\u4e4b\u7528\u3002", "domain": "phicomm_dc1", "downloads": 0, "etag_repository": "W/\"645f524189cb2cabc7c4a40808c44704e67869d70eee01a16978e433f55de40c\"", "full_name": "5high/phicomm-dc1-homeassistant", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9328717", "last_release_tag": null, "last_updated": "2021-06-04T14:08:17Z", "name": "phicomm_dc1", "new": false, "repository_manifest": {"name": "Phicomm DC1", "country": ["CN"], "render_readme": false, "domains": ["sensor", "swtich"]}, "selected_tag": null, "show_beta": false, "stars": 10, "topics": [], "version_installed": null}, "292720530": {"authors": ["@alryaz", "@turbo-lab"], "category": "integration", "description": "Home Assistant custom component for Pandora Car Alarm System", "domain": "pandora_cas", "downloads": 0, "etag_repository": "W/\"5aa989d4ec7c159d1a1bd20be68bfaae77572ffc9cb655f89eb7ac2b38afc3a1\"", "full_name": "alryaz/hass-pandora-cas", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "684e9d5", "last_release_tag": "v1.2.1", "last_updated": "2021-11-04T01:00:48Z", "name": "pandora_cas", "new": false, "repository_manifest": {"name": "Pandora Car Alarm System", "content_in_root": false, "zip_release": false, "render_readme": true, "domains": ["device_tracker", "binary_sensor", "sensor", "lock", "switch"], "homeassistant": "2021.8.0", "country": ["RU", "BY", "KZ", "UA"], "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 12, "topics": ["car-system", "custom-components", "hacs", "home-assistant", "home-automation", "homeassistant", "pandora-alarm", "vehicle-tracking"], "version_installed": null}, "258012483": {"authors": ["@AkA57"], "category": "integration", "description": "Livebox TV UHD custom component for Home Assistant", "domain": "liveboxtvuhd", "downloads": 0, "etag_repository": "W/\"5aef63e66e65909d168ce7627ca7fb0883395730762482c0b9b33d22c5c2e2c7\"", "full_name": "AkA57/liveboxtvuhd", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e58323e", "last_release_tag": "v1.0.3", "last_updated": "2022-01-17T20:45:20Z", "name": "liveboxtvuhd", "new": false, "repository_manifest": {"name": "Livebox TV UHD", "hacs": "0.24.0", "domains": ["media_player"], "iot_class": "Local Polling", "homeassistant": "0.110.0"}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": ["homeassistant", "livebox"], "version_installed": null, "last_fetched": 1642520495.071345}, "233575809": {"authors": ["@adamnaj"], "category": "integration", "description": "The linksys_velop platform allows for presence detection by listing devices connected to your Linksys Velop router.", "domain": "linksys_velop", "downloads": 0, "etag_repository": "W/\"399827a9940b7627489acd20e1a0581bd3f817f8b4379deb4df62c1615b6b77b\"", "full_name": "AdamNaj/linksys_velop", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "8cb5d9b", "last_release_tag": "0.1.1", "last_updated": "2021-05-08T21:20:15Z", "name": "linksys_velop", "new": false, "repository_manifest": {"name": "Linksys Velop Device Tracker", "content_in_root": false, "domains": ["device_tracker"], "homeassistant": "0.100.0"}, "selected_tag": null, "show_beta": false, "stars": 13, "topics": [], "version_installed": null, "last_fetched": 1641307134.406528}, "197920457": {"authors": ["@andersonshatch"], "category": "integration", "description": "This is a library to allow communicating to a Midea appliance via the Midea cloud.", "domain": "midea", "downloads": 0, "etag_repository": "W/\"1234599e1dfee10eb29e8d1d9bb75f0ce3d6e352dc877ec93f9ad6d0cd00f649\"", "full_name": "andersonshatch/midea-ac-py", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f779f3b", "last_release_tag": null, "last_updated": "2021-03-07T12:12:17Z", "name": "midea", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 62, "topics": ["hacs", "home-assistant-custom", "homeassistant", "midea", "python"], "version_installed": null}, "160728801": {"authors": ["@asantaga"], "category": "integration", "description": "Home Assistant Sensor for the LightwaveRF energy monitor", "domain": "lightwaverf_energy", "downloads": 0, "etag_repository": "W/\"08adead9be5529d2d97ff32152fcd5b72fc41a871be4515940a98452c04ef317\"", "full_name": "asantaga/lightwaverf_HA_EnergySensor", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "ba7066d", "last_release_tag": "R1.6", "last_updated": "2021-08-14T20:51:29Z", "name": "lightwaverf_energy", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["electricity", "energysensor", "lightwaverf"], "version_installed": null}, "159080189": {"authors": ["@asantaga", "@msp1974"], "category": "integration", "description": "Platform and related climate/sensors to support the Drayton Wiser Home Heating System", "domain": "wiser", "downloads": 0, "etag_repository": "W/\"b5e6ddcbfece5af2a1c67eb39d0df1dcf45ce261b7c412ed27e8e41df4b47631\"", "full_name": "asantaga/wiserHomeAssistantPlatform", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "cc8edde", "last_release_tag": "v3.0.19", "last_updated": "2022-01-29T20:16:01Z", "name": "wiser", "new": false, "repository_manifest": {"name": "Drayton Wiser Integration for Home Assistant", "homeassistant": "2021.12", "render_readme": false}, "selected_tag": null, "show_beta": false, "stars": 98, "topics": ["drayton", "heating", "homeassistant", "wiser"], "version_installed": null, "last_fetched": 1643571221.764775}, "201497401": {"authors": ["@anonym-tsk"], "category": "integration", "description": "Xiaomi IR Climate Component", "domain": "xiaomi_remote", "downloads": 0, "etag_repository": "W/\"695c4c18faa0833368c8598e0576f6479df73bc09a9587eb0a402dcd2989b79c\"", "full_name": "Anonym-tsk/homeassistant-climate-xiaomi-remote", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b3f89c7", "last_release_tag": null, "last_updated": "2021-06-03T09:52:44Z", "name": "xiaomi_remote", "new": false, "repository_manifest": {"name": "Xiaomi IR Climate", "domains": "climate", "iot_class": "Local Polling"}, "selected_tag": null, "show_beta": false, "stars": 27, "topics": ["climate", "custom-component", "hacs", "hassio", "home-assistant", "xiaomi"], "version_installed": null}, "190378093": {"authors": ["@And3rsL"], "category": "integration", "description": "Visonic/Bentel/Tyco Alarm System integrtation for Home Assistant", "domain": "visonicalarm", "downloads": 0, "etag_repository": "W/\"b7b99610bdf66a8af034ac0403788a9cdb5be5bc76e0fd1a4b9c51a83ec6e3af\"", "full_name": "And3rsL/VisonicAlarm-for-Hassio", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "fd27eba", "last_release_tag": "3.0.2", "last_updated": "2022-01-14T08:59:54Z", "name": "visonicalarm", "new": false, "repository_manifest": {"name": "Visonic/Bentel/Tyco Alarm System"}, "selected_tag": null, "show_beta": false, "stars": 15, "topics": ["alarm", "alarm-control-panel", "bentel", "home-assistant", "python", "sensor", "tycomonitor", "visonic"], "version_installed": null, "last_fetched": 1643571221.393945}, "186347733": {"authors": ["@arjenvrh"], "category": "integration", "description": "Adds an audi connect integration to home assistant", "domain": "audiconnect", "downloads": 0, "etag_repository": "W/\"567bfaab1b4f0285d79de282db951a1466c900178ed49ebdff85a66c62ddf260\"", "full_name": "arjenvrh/audi_connect_ha", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e0b1e54", "last_release_tag": null, "last_updated": "2022-01-29T07:50:40Z", "name": "audiconnect", "new": false, "repository_manifest": {"name": "Audi connect", "domains": ["sensor", "binary_sensor", "switch", "device_tracker", "lock"], "homeassistant": "0.110.0"}, "selected_tag": null, "show_beta": false, "stars": 92, "topics": ["audi", "audi-connect", "homeassistant", "integration", "sensors"], "version_installed": null, "last_fetched": 1643571221.532098}, "252926906": {"authors": ["@asev"], "category": "integration", "description": "Uponor Smatrix Pulse heating/cooling system integration for Home Assistant.", "domain": "uponor", "downloads": 0, "etag_repository": "W/\"e2e94a8fa3f39ccf3dde373984c80eed6c3e619679c34c3fbdcc7fcc9ba63baa\"", "full_name": "asev/homeassistant-uponor", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "0470096", "last_release_tag": "v0.8.2", "last_updated": "2022-01-13T23:27:26Z", "name": "uponor", "new": false, "repository_manifest": {"name": "Uponor Smatrix Pulse", "iot_class": "Local Polling", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 12, "topics": ["heating-control", "homeassistant", "homeassistant-integration", "smatrix", "uponor", "uponor-smatrix-pulse"], "version_installed": null, "last_fetched": 1643571221.774335}, "296028613": {"authors": ["@ayavilevich"], "category": "integration", "description": "A D-Link AP/router device tracker for Home Assistant", "domain": "dlink_presence", "downloads": 0, "etag_repository": "W/\"fa01406164590a43b970ec093288f3edf2990d62a7293ad2a02033f7d9ac6726\"", "full_name": "ayavilevich/homeassistant-dlink-presence", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1e273ca", "last_release_tag": null, "last_updated": "2021-08-09T11:14:30Z", "name": "dlink_presence", "new": false, "repository_manifest": {"name": "D-Link Presence / device_Tracker", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 7, "topics": ["d-link", "dlink", "homeassistant", "presence-detection"], "version_installed": null, "last_fetched": 1641895518.658717}, "237695750": {"authors": ["@bacco007"], "category": "integration", "description": "OpenNEM Sensor for Home Assistant", "domain": "opennem", "downloads": 0, "etag_repository": "W/\"a2f68ca86874a35633003fd46709bccad07b15d93e8ded5a07458141efd62a85\"", "full_name": "bacco007/sensor.opennem", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "16bf685", "last_release_tag": "2022.01.3", "last_updated": "2022-01-29T07:59:45Z", "name": "opennem", "new": false, "repository_manifest": {"name": "OpenNEM (AU) Data", "domains": "sensor", "country": ["AU"]}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": ["hacs", "home-assistant", "homeassistant", "opennem"], "version_installed": null, "last_fetched": 1643571222.3627}, "250866164": {"authors": ["@azogue"], "category": "integration", "description": "HomeAssistant custom sensor to track specific events", "domain": "eventsensor", "downloads": 0, "etag_repository": "W/\"581efa73ff5746ca13a9894cf3dc3012eeb5565f95661c516bdba2f0a7076b10\"", "full_name": "azogue/eventsensor", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b11f740", "last_release_tag": "v3.0.0", "last_updated": "2022-01-05T22:35:57Z", "name": "eventsensor", "new": false, "repository_manifest": {"name": "Event sensor", "content_in_root": false, "domains": ["sensor"], "zip_release": false, "homeassistant": "2021.12.0", "iot_class": "Local Push", "render_readme": true, "version": "3.0.0"}, "selected_tag": null, "show_beta": false, "stars": 76, "topics": [], "version_installed": null, "last_fetched": 1643571222.178416}, "223739645": {"authors": ["@SebuZet"], "category": "integration", "description": "Home Assistant Climate Device for controlling (not only) Samsung AC", "domain": "climate_ip", "downloads": 0, "etag_repository": "W/\"505ceddc5b8b6e18d7c59c2b0cb3a012a8c515c3a1b1ee0bf8d166a6b31084bb\"", "full_name": "atxbyea/samsungrac", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "be39a72", "last_release_tag": "3.5.3", "last_updated": "2021-08-18T12:10:07Z", "name": "climate_ip", "new": false, "repository_manifest": {"name": "Climate IP", "country": ["NO"], "domains": ["climate", "switch"], "homeassistant": "0.110.2"}, "selected_tag": null, "show_beta": false, "stars": 26, "topics": ["airconditioning", "hacktoberfest", "hacktoberfest2021", "homeassistant", "samsung"], "version_installed": null, "last_fetched": 1641217139.563238}, "256899380": {"authors": ["@atymic"], "category": "integration", "description": "Project Three Zero Home Assistant Integration", "domain": "project_zero_three", "downloads": 0, "etag_repository": "W/\"ea0b6abd62bf036fc3fda1402260d9ea66488e12ddab5963a4feb975f7b3145d\"", "full_name": "atymic/project_three_zero_ha", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "770a64b", "last_release_tag": null, "last_updated": "2022-01-27T00:39:52Z", "name": "project_zero_three", "new": false, "repository_manifest": {"name": "Project Three Zero (7-11 Fuel Lock Monitor)", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["fuel", "home-automation"], "version_installed": null, "last_fetched": 1643571221.907677}, "229519365": {"authors": ["@bacco007"], "category": "integration", "description": "Home Assistant Sensor for WaterNSW Real Time Data", "domain": "waternsw", "downloads": 0, "etag_repository": "W/\"d555abe1a75968f55426c63c408c268837661e3734bb6732647202a26101ea64\"", "full_name": "bacco007/sensor.waternsw", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "0c79862", "last_release_tag": "0.6", "last_updated": "2021-02-06T07:41:06Z", "name": "waternsw", "new": false, "repository_manifest": {"name": "WaterNSW Real Time Data", "domains": "sensor", "country": ["AU"]}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": [], "version_installed": null}, "137655647": {"authors": ["@bertbert72"], "category": "integration", "description": "HomeAssistant component for control of Virgin Media Tivo boxes", "domain": "virgintivo", "downloads": 0, "etag_repository": "W/\"6d1f71e5d5709c1465473d74c76fa6d604437ac090540b211cf004989f5a3033\"", "full_name": "bertbert72/HomeAssistant_VirginTivo", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1938f14", "last_release_tag": "0.1.23", "last_updated": "2021-09-11T12:47:47Z", "name": "virgintivo", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 22, "topics": [], "version_installed": null}, "254203764": {"authors": ["@BSantalucia"], "category": "integration", "description": "Home assistant custom component to provide monetary account balance sensors for Bunq", "domain": "bunq", "downloads": 0, "etag_repository": "W/\"a022e41ed4b11d1f3ff40a8f34b15bd1ed4a034493b9937ea62e8fb5ae8bb669\"", "full_name": "ben8p/home-assistant-bunq-balance-sensors", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "87d1acd", "last_release_tag": null, "last_updated": "2022-01-04T14:46:01Z", "name": "bunq", "new": false, "repository_manifest": {"name": "Bunq balance sensor", "content_in_root": false, "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["bunq", "bunq-api", "hacs", "hassio", "home-assistant", "home-assistant-custom", "home-assistant-sensor"], "version_installed": null, "last_fetched": 1641470148.650331}, "181480967": {"authors": ["@basschipper"], "category": "integration", "description": "Generic Hygrostat for Home Assistant", "domain": "generic_hygrostat", "downloads": 0, "etag_repository": "W/\"28983355b63af2750321c121d1ae20703f91132eeafc2451d4d576b9928b6191\"", "full_name": "basschipper/homeassistant-generic-hygrostat", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7407aac", "last_release_tag": "v0.7.1", "last_updated": "2022-01-09T14:17:22Z", "name": "generic_hygrostat", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 47, "topics": [], "version_installed": null, "last_fetched": 1641895520.105155}, "282688934": {"authors": ["@barban-dev"], "category": "integration", "description": "Home Assistant Custom Integration for EVA II PRO WiFi Smart Dehumidifier appliance by Midea/Inventor.", "domain": "midea_dehumidifier", "downloads": 0, "etag_repository": "W/\"0072220b1be8d54118ecfc9fc6447f3e9db4390cbbd1005c21148b6ed9b53af9\"", "full_name": "barban-dev/homeassistant-midea-dehumidifier", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d262118", "last_release_tag": "v1.03", "last_updated": "2021-11-21T16:14:20Z", "name": "midea_dehumidifier", "new": false, "repository_manifest": {"name": "EVA II PRO WiFi Midea Inventor Dehumidifier custom integration", "domains": ["humidifier", "sensor"], "codeowners": ["barban-dev"], "documentation": "https://github.com/barban-dev/homeassistant-midea-dehumidifier/blob/master/README.md", "issue_tracker": "https://github.com/barban-dev/homeassistant-midea-dehumidifier/issues", "homeassistant": "0.96.0", "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 38, "topics": ["dehumidifier", "eva-ii-pro-wifi", "home-automation", "homeassistant", "homeassistant-integration", "internet-of-things", "inventor", "iot", "midea", "python"], "version_installed": null, "last_fetched": 1643571222.501}, "192086849": {"authors": ["bouwew"], "category": "integration", "description": "GoodWe SEMS MQTT-componenent for Home Assistant", "domain": "sems2mqtt", "downloads": 0, "etag_repository": "W/\"1106b03827ac6fc3908ccc7a9a83383d355646cfd66c73f026162f11e763e145\"", "full_name": "bouwew/sems2mqtt", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "23ca740", "last_release_tag": "v0.4.6", "last_updated": "2021-12-13T18:06:13Z", "name": "sems2mqtt", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": [], "version_installed": null}, "296946072": {"authors": ["@boralyl"], "category": "integration", "description": "Custom component to feed recently added tv shows and movies to the custom card \"Upcoming Media Card\" for Home Assistant. ", "domain": "kodi_recently_added", "downloads": 0, "etag_repository": "W/\"90f137eb8a5bf728440199dd1979069b56acc8f36c1e8a383bff70f059679cc1\"", "full_name": "boralyl/kodi-recently-added", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5433e49", "last_release_tag": "v2.0.5", "last_updated": "2021-12-19T23:48:44Z", "name": "kodi_recently_added", "new": false, "repository_manifest": {"config_flow": true, "documentation": "https://github.com/boralyl/kodi-recently-added", "domains": ["sensor"], "homeassistant": "0.115.0", "iot_class": "Local Polling", "name": "Kodi Recently Added Media", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["hacs", "home-assistant", "homeassistant", "homeassistant-integration", "kodi", "python"], "version_installed": null}, "236146080": {"authors": ["@binsentsu"], "category": "integration", "description": "Home assistant Component for reading data locally from Solaredge inverter through modbus TCP", "domain": "solaredge_modbus", "downloads": 0, "etag_repository": "W/\"67efa10fae9065f6a1cc1f35e48c849477f9973f0befba3fee1f4a18ad0654a8\"", "full_name": "binsentsu/home-assistant-solaredge-modbus", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2fad552", "last_release_tag": "V1.5.1", "last_updated": "2022-01-12T08:32:34Z", "name": "solaredge_modbus", "new": false, "repository_manifest": {"name": "Solaredge Modbus", "content_in_root": false, "domains": ["sensor"], "homeassistant": "2021.8.0", "iot_class": "local_poll"}, "selected_tag": null, "show_beta": false, "stars": 73, "topics": ["hassio", "home-assistant", "modbus", "modbus-tcp", "solaredge", "solaredge-inverter"], "version_installed": null, "last_fetched": 1642851027.238581}, "250688607": {"authors": ["@boralyl"], "category": "integration", "description": "A home assistant integration that monitors games on sale on your Steam wishlist.", "domain": "steam_wishlist", "downloads": 0, "etag_repository": "W/\"7cb6085b4597d84c8bdfa9c27d87e33090527a0ace04e51cd4b5fe36b8e6014d\"", "full_name": "boralyl/steam-wishlist", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a4e5d7c", "last_release_tag": "v2.0.0", "last_updated": "2022-01-08T22:00:06Z", "name": "steam_wishlist", "new": false, "repository_manifest": {"codeowners": ["@boralyl"], "config_flow": true, "documentation": "https://github.com/boralyl/steam-wishlist", "domains": ["binary_sensor", "sensor"], "homeassistant": "0.108.0", "iot_class": "Cloud Polling", "name": "Steam Wishlist", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 11, "topics": ["hacs", "home-assistant", "homeassistant", "python", "steam"], "version_installed": null, "last_fetched": 1641895524.066414}, "162808336": {"authors": ["@bigbadblunt"], "category": "integration", "description": "Lightwave RF custom component for Home Assistant. Requires generation 2 (\"Link Plus\") hub, but will control both generation 1 (\"Connect Series\") and generation 2 (\"Smart Series\") devices.", "domain": "lightwave2", "downloads": 0, "etag_repository": "W/\"22389efcc8f615d1bcf215f6d3e69cce5143751506e7f764bbca31dd5351c4d0\"", "full_name": "bigbadblunt/homeassistant-lightwave2", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5290b41", "last_release_tag": "v3.5.10", "last_updated": "2021-12-21T13:49:50Z", "name": "lightwave2", "new": false, "repository_manifest": {"name": "Lightwave RF"}, "selected_tag": null, "show_beta": false, "stars": 26, "topics": ["home-assistant", "home-automation", "homeassistant", "lightwave", "lightwaverf"], "version_installed": null}, "260169906": {"authors": ["@bouni"], "category": "integration", "description": "Luxtronik integration for Home Assistant", "domain": "luxtronik", "downloads": 0, "etag_repository": "W/\"fdbdbe66d70658a7ec0c83316eff8566b03ffb6cd9eda834323179e05d827030\"", "full_name": "Bouni/luxtronik", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4a362fa", "last_release_tag": "0.1.22", "last_updated": "2022-01-10T14:04:37Z", "name": "luxtronik", "new": false, "repository_manifest": {"name": "Luxtronik", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 24, "topics": ["hacktoberfest"], "version_installed": null, "last_fetched": 1642094172.005499}, "190260955": {"authors": ["@bramkragten"], "category": "integration", "description": "Add support for Mind Mobility vehicles in Home Assistant", "domain": "mind", "downloads": 0, "etag_repository": "W/\"935054f3dae98e8ee04bb925329e0605be39e5e95fc2c8cea0691d50de60ba8b\"", "full_name": "bramkragten/mind", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2acbc8f", "last_release_tag": "v1.2.1", "last_updated": "2021-05-07T13:37:44Z", "name": "mind", "new": false, "repository_manifest": {"name": "MIND Mobility", "country": ["NL"], "render_readme": true, "domains": ["sensor", "binary_sensor", "device_tracker"]}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": [], "version_installed": null}, "259865897": {"authors": ["Bouni"], "category": "integration", "description": "DRK Blutspende component for Home Assistant ", "domain": "drkblutspende", "downloads": 0, "etag_repository": "W/\"aa2c05fce495a4873f5d03ec3ef5f59531662ca0765af0b278d761d61aafd0d5\"", "full_name": "Bouni/drkblutspende", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "8c3f3eb", "last_release_tag": "0.1.5", "last_updated": "2022-01-14T07:39:03Z", "name": "drkblutspende", "new": false, "repository_manifest": {"name": "DRK Blutspende", "country": ["DE"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": [], "version_installed": null, "last_fetched": 1642184183.832104}, "189680764": {"authors": [], "category": "integration", "description": "Screenly media player custom component for Home Assistant.", "domain": "screenly", "downloads": 0, "etag_repository": "W/\"b028cbcd074a688327e8c9e6d0897dd8840a6238cb51c903ef309879293707ec\"", "full_name": "burnnat/media_player.screenly", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "078fee5", "last_release_tag": "v0.0.5", "last_updated": "2019-09-27T05:19:26Z", "name": "screenly", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": [], "version_installed": null}, "201445202": {"authors": ["@Vloris", "@Cadsters", "@aritmeester"], "category": "integration", "description": "\ud83d\uddd1\ufe0f Integration for bin/waste collection by acv-groep", "domain": "acv", "downloads": 0, "etag_repository": "W/\"887370073024b387047a7897a09dbd5605a757b505207420eae8b37d1f7300a8\"", "full_name": "Cadsters/acv-hass-component", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3a0df03", "last_release_tag": "v0.24.3", "last_updated": "2021-12-29T17:00:40Z", "name": "acv", "new": false, "repository_manifest": {"name": "ACV garbage collection sensor", "iot_class": ["cloud_polling"], "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["acv-groep", "component", "home-assistant", "homeassistant", "python3", "trash", "waste"], "version_installed": null}, "262854926": {"authors": ["@briis"], "category": "integration", "description": "The Meteobridge Integration adds support for retrieving current weather data from a Meteobridge datalogger connected to a local Weather Station.", "domain": "meteobridge", "downloads": 0, "etag_repository": "W/\"4d05901bb686a5303b0e6eaceb60a2a43af3609e3f97bbb3077aca32446c734d\"", "full_name": "briis/meteobridge", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "00f6b0f", "last_release_tag": "v3.2.4", "last_updated": "2022-01-10T13:36:59Z", "name": "meteobridge", "new": false, "repository_manifest": {"name": "Meteobridge Datalogger Integration", "content_in_root": false, "render_readme": true, "domains": ["binary_sensor", "sensor"], "iot_class": "Local Polling", "homeassistant": "2021.9.0"}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["home-assistant", "meteobridge"], "version_installed": null, "last_fetched": 1641895531.02994}, "230199787": {"authors": ["@briis"], "category": "integration", "description": "Control and monitor your Unifi Protect Cameras from Home Assistant", "domain": "unifiprotect", "downloads": 0, "etag_repository": "W/\"5cebc3082ce2e7fe8821a62363d83efbaa2947ea3026cdf66ddaf8c1813208ba\"", "full_name": "briis/unifiprotect", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d41459e", "last_release_tag": "v0.12.0", "last_updated": "2022-01-28T12:43:55Z", "name": "unifiprotect", "new": false, "repository_manifest": {"name": "UniFi Protect Integration", "domains": ["binary_sensor", "sensor", "camera", "switch", "light", "select", "number"], "homeassistant": "2021.11.0", "iot_class": ["Local Push"]}, "selected_tag": null, "show_beta": false, "stars": 523, "topics": ["cloudkey", "home-assistant", "homeassistant", "protect", "python", "ubiquiti", "unifi", "unifi-protect", "unifi-protect-server"], "version_installed": null, "last_fetched": 1643571223.84247}, "284006518": {"authors": ["@bremor"], "category": "integration", "description": "Reverse engineered implementation of the Bonaire MyClimate app.", "domain": "bonaire_myclimate", "downloads": 0, "etag_repository": "W/\"869dbc2ca1159f0b26f35562cc3c384d0e75d3c053f8926c20e9ccb2ed396b1b\"", "full_name": "bremor/bonaire_myclimate", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "129d4c3", "last_release_tag": "1.2.1", "last_updated": "2021-12-17T11:02:09Z", "name": "bonaire_myclimate", "new": false, "repository_manifest": {"name": "Bonaire MyClimate", "render_readme": "true", "iot_class": "Local Push", "homeassistant": "2021.12.0"}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": ["bonaire", "bonaire-myclimate", "climate", "hacktoberfest", "hacs", "myclimate"], "version_installed": null, "last_fetched": 1641895530.210823}, "229872760": {"authors": [], "category": "integration", "description": "Home Assistant integration to push fitness data to remote services.", "domain": "fitness_push", "downloads": 0, "etag_repository": "W/\"62361253781aeddcf0352876ad36c5b120f856841ee5e5582e63304ee9c06ea2\"", "full_name": "burnnat/ha-fitness-push", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "8d80568", "last_release_tag": "v0.0.1", "last_updated": "2020-01-24T00:27:12Z", "name": "fitness_push", "new": false, "repository_manifest": {"name": "Fitness Push", "content_in_root": false, "domains": ["fitness_push"], "iot_class": "Cloud Push"}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": [], "version_installed": null}, "204200635": {"authors": ["@bruxy70"], "category": "integration", "description": "\ud83d\uddd1 Custom Home Assistant sensor for scheduling garbage collection (or other regularly re-occurring events - weekly on given days, semi-weekly or monthly)", "domain": "garbage_collection", "downloads": 0, "etag_repository": "W/\"de966c95f2239166d3374c1cdb7e9996f34a8e30b3bf3e21ac03c4c81b0e94cc\"", "full_name": "bruxy70/Garbage-Collection", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "ead4be9", "last_release_tag": "4.3", "last_updated": "2022-01-29T14:56:35Z", "name": "garbage_collection", "new": false, "repository_manifest": {"name": "Garbage Collection", "zip_release": true, "filename": "garbage_collection.zip", "domains": ["sensor"], "homeassistant": "0.110.0"}, "selected_tag": null, "show_beta": false, "stars": 247, "topics": ["garbage-collection", "hacs", "homeassistant", "schedule", "waste", "waste-management"], "version_installed": null, "last_fetched": 1643571223.916343}, "262017793": {"authors": ["@cagnulein"], "category": "integration", "description": "This is a simple project that manage the Switchbot ( https://amzn.to/3dnliBD ) that has only the \"press\" ability in Home Assistant.", "domain": "switchbot_press", "downloads": 0, "etag_repository": "W/\"eefa92ca567a72e488f8a0aa8c127f1423a02b0826af8a0d1858537d63d3457f\"", "full_name": "cagnulein/switchbot_press", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "490d552", "last_release_tag": null, "last_updated": "2021-04-14T14:59:40Z", "name": "switchbot_press", "new": false, "repository_manifest": {"name": "Switchbot_press", "render_readme": true, "domains": ["switch"]}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["home-assistant", "homeassistant", "integration", "python3", "switchbot"], "version_installed": null}, "202990294": {"authors": ["@bruxy70"], "category": "integration", "description": "\ud83d\ude8d Home Assistant custom sensor for finding Czech Public Transportation Connections", "domain": "cz_pub_tran", "downloads": 0, "etag_repository": "W/\"88240b62b4c245185aafd351b66d0f932e952b1c1adb226fc3ceaa59d7c6da1e\"", "full_name": "bruxy70/CZ-Public-Transport", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "118a11c", "last_release_tag": "2.9", "last_updated": "2020-10-05T20:28:23Z", "name": "cz_pub_tran", "new": false, "repository_manifest": {"name": "CZ Public Transport", "domains": ["cz_pub_tran", "sensor"], "homeassistant": "0.109.0", "zip_release": true, "filename": "cz_pub_tran.zip", "country": ["CZ"], "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": ["chaps", "crws", "departure-times", "idos", "public-transportation"], "version_installed": null, "last_fetched": 1641587657.066238}, "261970408": {"authors": ["@briis"], "category": "integration", "description": "The weatherbit integration adds support for the weatherbit.io web service as a source for meteorological data for your location.", "domain": "weatherbit", "downloads": 0, "etag_repository": "W/\"9a59d15a75bda00026a4738109abfe591f52ff1f8960f6b4b8c57a8d48fb73ae\"", "full_name": "briis/weatherbit", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "94fad90", "last_release_tag": "v1.0.7", "last_updated": "2022-01-21T08:27:43Z", "name": "weatherbit", "new": false, "repository_manifest": {"name": "Weatherbit Weather Forecast for Home Assistant", "content_in_root": false, "render_readme": true, "domains": ["sensor", "weather"], "iot_class": "Cloud Polling", "homeassistant": "2021.12.0"}, "selected_tag": null, "show_beta": false, "stars": 29, "topics": ["home-assistant", "meteorological-data", "weather-forecast", "weatherbit"], "version_installed": null, "last_fetched": 1642851034.207356}, "210269734": {"authors": [], "category": "integration", "description": "HDHomeRun integration for Home Assistant.", "domain": "hdhomerun", "downloads": 0, "etag_repository": "W/\"be02807b89cdc71d1c42ef67b4c00f8c8005d623a3704f84feaafc67b0d401ee\"", "full_name": "burnnat/ha-hdhomerun", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "773d0ab", "last_release_tag": "v0.0.7", "last_updated": "2021-07-12T21:00:20Z", "name": "hdhomerun", "new": false, "repository_manifest": {"name": "HDHomeRun", "content_in_root": false, "domains": ["sensor"], "iot_class": "Local Polling"}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": [], "version_installed": null}, "207620142": {"authors": ["@caiosweet"], "category": "integration", "description": "Italy Meteo-hydro alert and hydrogeological phenomena Civil Protection (Protezione Civile). In this custom component you can find the vigilance Bulletin and the Bulletin of national hydrogeological and hydraulic criticalities. They allow to check whether in your current location there will be criticalities/warnings related to weather-hydrogeological and hydraulic phenomena. Weather forecasts for civil protection purposes differs from the classic \"weather forecasts\". They highlight potentially harmful situations to people or things. This component was created for personal purposes, in order to be able to monitor the Civil Protection site and check for important updates. I hope it will be useful to you.", "domain": "dpc", "downloads": 0, "etag_repository": "W/\"39f9287464c3cf36f05820a60df59a2b601b9424db433c8c77b5b2fe2e791398\"", "full_name": "caiosweet/Home-Assistant-custom-components-DPC-Alert", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "dbc9195", "last_release_tag": "v2021.12.0", "last_updated": "2021-12-22T12:52:36Z", "name": "dpc", "new": false, "repository_manifest": {"name": "DPC sensor", "domains": ["binary_sensor", "sensor"], "country": ["IT", "VA", "SM"], "zip_release": false, "render_readme": false, "iot_class": ["Cloud Polling"]}, "selected_tag": null, "show_beta": false, "stars": 29, "topics": ["dpc", "hacs", "hassio", "home-assistant", "homeassistant", "protezionecivile", "sensor"], "version_installed": null}, "191563578": {"authors": ["@Ceerbeerus"], "category": "integration", "description": "Gives you information about the latest beer available at Systembolaget in Sweden, also known as \"Tillf\u00e4lligt sortiment\".", "domain": "beerbolaget", "downloads": 0, "etag_repository": "W/\"52331a37c68bb2337148c31c9e5df2f0522acbbff99233b6bc2d39f7dab6a705\"", "full_name": "Ceerbeerus/beerbolaget", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "379f4a7", "last_release_tag": "0.4.11", "last_updated": "2020-05-20T15:25:17Z", "name": "beerbolaget", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": [], "version_installed": null}, "179347477": {"authors": ["@claytonjn"], "category": "integration", "description": "Circadian Lighting custom component for Home Assistant", "domain": "circadian_lighting", "downloads": 0, "etag_repository": "W/\"918167612ec277381f9b138a58ec5feaa3ca2febf0f81e6591985f3cfa0be026\"", "full_name": "claytonjn/hass-circadian_lighting", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f12607c", "last_release_tag": "2.0.6", "last_updated": "2021-12-13T09:15:23Z", "name": "circadian_lighting", "new": false, "repository_manifest": {"name": "Circadian Lighting"}, "selected_tag": null, "show_beta": false, "stars": 447, "topics": ["circadian", "circadian-rhythms", "hacs", "home-assistant", "lighting", "sleep", "wellness"], "version_installed": null, "last_fetched": 1643545554.558611}, "140169152": {"authors": ["@ludeeus"], "category": "integration", "description": "A platform which allows you to get information about sucessfull logins to Home Assistant.", "domain": "authenticated", "downloads": 0, "etag_repository": "W/\"d347b5c470e352e136a57c7ba153983bc00d0df0144bce86f52bdb903cc51da9\"", "full_name": "custom-components/authenticated", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5dd8269", "last_release_tag": "21.9.0", "last_updated": "2021-12-16T15:07:48Z", "name": "authenticated", "new": false, "repository_manifest": {"name": "Authenticated", "zip_release": true, "hide_default_branch": true, "filename": "authenticated.zip", "domain": "authenticated"}, "selected_tag": null, "show_beta": false, "stars": 71, "topics": ["custom-components", "home-assistant", "homeassistant", "security"], "version_installed": null, "last_fetched": 1642004193.935527}, "195594888": {"authors": ["@claudegel"], "category": "integration", "description": "Sinope custom component for Home Assistant to manage Sinop\u00e9 devices directly via the GT125 gateway", "domain": "sinope", "downloads": 0, "etag_repository": "W/\"ec37b1b1e47eb742019910f40f5c40fe8a9a68346a30cf545e7eb66ccb52d77d\"", "full_name": "claudegel/sinope-gt125", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e776a9e", "last_release_tag": "v1.5.4", "last_updated": "2022-01-10T03:28:43Z", "name": "sinope", "new": false, "repository_manifest": {"name": "Sinope GT125", "content_in_root": false, "zip_release": false, "filename": false, "render_readme": true, "domains": ["switch", "climate", "light"], "country": ["CA"], "homeassistant": "0.110.0", "iot_class": "Local Polling"}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": [], "version_installed": null, "last_fetched": 1641895536.489457}, "127689312": {"authors": ["@claudegel"], "category": "integration", "description": "Neviweb Custom Component for Home Assistant to manage devices connected via GT125", "domain": "neviweb", "downloads": 0, "etag_repository": "W/\"d563e840cd37708c52dcd88f122ecc1c98891d78fa4d7e9e0d663f2ecde40792\"", "full_name": "claudegel/sinope-1", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c116365", "last_release_tag": "v1.7.7", "last_updated": "2022-01-17T17:41:11Z", "name": "neviweb", "new": false, "repository_manifest": {"name": "Sinope Neviweb", "content_in_root": false, "zip_release": false, "filename": false, "render_readme": true, "domains": ["climate", "light", "switch"], "country": ["CA"], "homeassistant": "0.110.0", "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 15, "topics": [], "version_installed": null, "last_fetched": 1642851038.856657}, "139892990": {"authors": ["@ludeeus"], "category": "integration", "description": "\ud83c\udf7b Display information about random beers from Brewdog as a sensor in Home Assistant, you can use this in a push notification next time you visit a bar.", "domain": "brewdog", "downloads": 0, "etag_repository": "W/\"63b1740330e0d4a1e8691c043524af3441365f59e542190c075a665a197b5213\"", "full_name": "custom-components/brewdog", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "0b938d4", "last_release_tag": null, "last_updated": "2019-07-23T07:41:23Z", "name": "brewdog", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": ["api", "brewdog", "custom-components", "home-assistant", "homeassistant", "integration", "punkapi"], "version_installed": null}, "143741845": {"authors": ["@ludeeus"], "category": "integration", "description": "A camera platform that give you a combined feed of your defined camera entities.", "domain": "combined", "downloads": 0, "etag_repository": "W/\"ab61063ce8ff31b51d3499228ae93c2c3e2149f06abaf3ba41262c9ff6901cfa\"", "full_name": "custom-components/combined", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "65517f3", "last_release_tag": "0.2.1", "last_updated": "2021-06-01T22:18:30Z", "name": "combined", "new": false, "repository_manifest": {"name": "Combined camera", "zip_release": true, "filename": "combined.zip", "homeassistant": "2021.5.0", "hide_default_branch": true, "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 20, "topics": [], "version_installed": null, "last_fetched": 1643571225.42246}, "139664351": {"authors": ["@keatontaylor", "@alandtse"], "category": "integration", "description": "This is a custom component to allow control of Amazon Alexa devices in Home Assistant using the unofficial Alexa API.", "domain": "alexa_media", "downloads": 0, "etag_repository": "W/\"4fcf517553113b1a4180f35864e7fb429fac646d007395359c36b0dd67ea0f8a\"", "full_name": "custom-components/alexa_media_player", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "45406d2", "last_release_tag": "v3.10.15", "last_updated": "2021-12-03T23:29:11Z", "name": "alexa_media", "new": false, "repository_manifest": {"name": "Alexa Media Player", "content_in_root": false, "domains": ["media_player", "switch", "alarm_control_panel", "sensor"], "iot_class": "cloud_poll", "zip_release": true, "filename": "alexa_media.zip", "homeassistant": "2021.12.0b0"}, "selected_tag": null, "show_beta": false, "stars": 796, "topics": ["alexa", "hacktoberfest", "home-assistant"], "version_installed": null, "last_fetched": 1643571225.205418}, "172800356": {"authors": ["@ludeeus"], "category": "integration", "description": "Run the CLI config_check from a service call.", "domain": "config_check", "downloads": 0, "etag_repository": "W/\"3c2e2b14b0d2366155eb18165f3a6284070276e01a72e91f85aa7fbef482b204\"", "full_name": "custom-components/config_check", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5766ee7", "last_release_tag": null, "last_updated": "2021-06-01T22:26:12Z", "name": "config_check", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["check", "config", "custom-components", "customcomponents", "home-assistant", "homeassistant"], "version_installed": null}, "224560492": {"authors": ["@claudegel"], "category": "integration", "description": "Neviweb custom component for Home Assistant to manage devices connected via a GT130 and wifi devices from Sinop\u00e9", "domain": "neviweb130", "downloads": 0, "etag_repository": "W/\"4df8fc91272a4ca23bf152e8bcfc66813d6eb84cc9fd8e976684b8efa0d1579f\"", "full_name": "claudegel/sinope-130", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "66e86e5", "last_release_tag": "v0.9.5", "last_updated": "2022-01-22T01:03:41Z", "name": "neviweb130", "new": false, "repository_manifest": {"name": "Sinope Neviweb130", "content_in_root": false, "zip_release": false, "filename": false, "render_readme": true, "domains": ["sensor", "switch", "climate", "light"], "country": ["CA"], "homeassistant": "0.110.0", "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 13, "topics": [], "version_installed": null, "last_fetched": 1642851042.858034}, "146510412": {"authors": ["@gerard33"], "category": "integration", "description": "E-Thermostaat (ICY) component for Home Assistant", "domain": "e_thermostaat", "downloads": 0, "etag_repository": "W/\"37201ebd6e716fdf94724d7006073411e28394d36b21b7fd610917b83c310eba\"", "full_name": "custom-components/climate.e_thermostaat", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6bbefe1", "last_release_tag": "0.4.3", "last_updated": "2021-08-20T20:59:54Z", "name": "e_thermostaat", "new": false, "repository_manifest": {"name": "ICY E-thermostaat", "zip_release": true, "filename": "combined.zip", "hide_default_branch": true, "domains": ["climate"], "iot_class": "Cloud Polling", "homeassistant": "0.96.0"}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": ["e-thermostaat", "home-assistant", "icy"], "version_installed": null}, "173563704": {"authors": [], "category": "integration", "description": "Programmable thermostat that let you have a smart thermostat on budget.", "domain": "programmable_thermostat", "downloads": 0, "etag_repository": "W/\"d71e77f268f52a569ff1b4c95708702835e41437a74d0de5fdfe117445eab058\"", "full_name": "custom-components/climate.programmable_thermostat", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5d3aa00", "last_release_tag": "8.1", "last_updated": "2021-06-20T12:34:18Z", "name": "programmable_thermostat", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 85, "topics": [], "version_installed": null, "last_fetched": 1641895541.009586}, "209854868": {"authors": [], "category": "integration", "description": "The fedex platform allows one to track deliveries by FedEx", "domain": "fedex", "downloads": 0, "etag_repository": "W/\"bd71c190b1b7713f3803e49be515b20e04f3912c0e42f2994a2d5d02416c6e62\"", "full_name": "custom-components/fedex", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4b1ae50", "last_release_tag": null, "last_updated": "2020-01-18T17:31:45Z", "name": "fedex", "new": false, "repository_manifest": {"name": "FedEx", "country": ["US"]}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": [], "version_installed": null}, "145180996": {"authors": ["@iantrich"], "category": "integration", "description": "\ud83d\udcf0 RSS Feed Integration", "domain": "feedparser", "downloads": 0, "etag_repository": "W/\"cf79161e62dcfef18cdf00f77a31b2eace785fb165dc9e7ad9396e30bdd370db\"", "full_name": "custom-components/feedparser", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1c099b7", "last_release_tag": "0.1.8", "last_updated": "2022-01-26T02:39:51Z", "name": "feedparser", "new": false, "repository_manifest": {"name": "Feedparser", "homeassistant": "2021.4.0", "domains": ["sensor"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 64, "topics": [], "version_installed": null, "last_fetched": 1643571225.573923}, "201963665": {"authors": ["@ludeeus"], "category": "integration", "description": "Update and display the status of your healthchecks.io checks.", "domain": "healthchecksio", "downloads": 0, "etag_repository": "W/\"1e5b6d82afe12c08b053d788a22d58fb74510a204dc5a55f008c5fe0b64c9755\"", "full_name": "custom-components/healthchecksio", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4cc8cd6", "last_release_tag": "21.11.1", "last_updated": "2021-11-24T18:07:33Z", "name": "healthchecksio", "new": false, "repository_manifest": {"name": "Healthchecks.io", "zip_release": true, "hide_default_branch": true, "filename": "healthchecksio.zip", "domain": "healthchecksio"}, "selected_tag": null, "show_beta": false, "stars": 27, "topics": ["api-client", "healthchecksio", "monitor"], "version_installed": null, "last_fetched": 1642520499.23145}, "131915802": {"authors": ["@tenly2000", "@iantrich"], "category": "integration", "description": "Component to integrate with OpenStreetMap Reverse Geocode (PLACE)", "domain": "places", "downloads": 0, "etag_repository": "W/\"0783c7e20597f51497bcb18ecfbbe4fdc56329b19cfb601e1db5cb23d77308e7\"", "full_name": "custom-components/places", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f1314a0", "last_release_tag": "1.11", "last_updated": "2021-12-28T19:18:53Z", "name": "places", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 46, "topics": [], "version_installed": null, "last_fetched": 1643571225.426317}, "201805130": {"authors": ["@hellowlol"], "category": "integration", "description": "nordpool sensor for ha.", "domain": "nordpool", "downloads": 0, "etag_repository": "W/\"3f6a6c336d4e4e2de81ec4a6b70f218c0e42ba509e5cd8f849aaa14f44dda2b0\"", "full_name": "custom-components/nordpool", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7d3a8ca", "last_release_tag": "0.0.4", "last_updated": "2022-01-15T00:22:39Z", "name": "nordpool", "new": false, "repository_manifest": {"name": "nordpool", "render_readme": true, "iot_class": "Cloud Push"}, "selected_tag": null, "show_beta": false, "stars": 86, "topics": ["custom-component", "homeassistant", "nordpool", "sensor"], "version_installed": null, "last_fetched": 1643571225.748112}, "176018567": {"authors": ["@iantrich"], "category": "integration", "description": "\ud83c\udfa7 gPodder Integration for Podcast Feed Monitoring", "domain": "gpodder", "downloads": 0, "etag_repository": "W/\"f47ae1f6858be581a2e19798846049c290bfb8a3a5433ca7958a73482a2aa84e\"", "full_name": "custom-components/gpodder", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d9288c8", "last_release_tag": "2.0.1", "last_updated": "2021-06-05T21:16:30Z", "name": "gpodder", "new": false, "repository_manifest": {"name": "gPodder", "render_readme": true, "zip_release": true, "hide_default_branch": true, "hacs": "0.19.0", "filename": "gpodder.zip"}, "selected_tag": null, "show_beta": false, "stars": 12, "topics": [], "version_installed": null}, "184404372": {"authors": ["@SebRut"], "category": "integration", "description": null, "domain": "qbo", "downloads": 0, "etag_repository": "W/\"25326cafd527a5b1a4c182637275b3f8f1ef1175f346aa104401ed963888eb1e\"", "full_name": "custom-components/qbo", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d808297", "last_release_tag": null, "last_updated": "2019-05-26T13:38:57Z", "name": "qbo", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 0, "topics": [], "version_installed": null}, "209855108": {"authors": [], "category": "integration", "description": "The linksys_ap platform offers presence detection by looking at connected devices to a Linksys based access point.", "domain": "linksys_ap", "downloads": 0, "etag_repository": "W/\"97b25b23c86ec22a60c44348f803fe89bcc597e68d81bd188c788720c323c272\"", "full_name": "custom-components/linksys_ap", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e0b4431", "last_release_tag": null, "last_updated": "2019-09-20T18:28:36Z", "name": "linksys_ap", "new": false, "repository_manifest": {"name": "linksys_ap"}, "selected_tag": null, "show_beta": false, "stars": 0, "topics": [], "version_installed": null}, "178101579": {"authors": ["@MartyTremblay"], "category": "integration", "description": "hassio support for Airthings Wave BLE environmental radon sensor.", "domain": "airthings_wave", "downloads": 0, "etag_repository": "W/\"29528f9e6e0009154e67ba3734fe4dee8938c078439b0882548f43bb87ba1f00\"", "full_name": "custom-components/sensor.airthings_wave", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "0d5abd7", "last_release_tag": "v3.0.5", "last_updated": "2021-12-13T20:10:43Z", "name": "airthings_wave", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 82, "topics": ["airthings-wave", "bluetooth-low-energy", "btle", "environmental", "home-assistant-custom", "home-assistant-sensor", "radon"], "version_installed": null, "last_fetched": 1643571226.059398}, "283847957": {"authors": ["@craigbarratt"], "category": "integration", "description": "Pyscript adds rich Python scripting to HASS", "domain": "pyscript", "downloads": 0, "etag_repository": "W/\"9b5afef06dbaf8523d1a683500b0ef8a05eec1077b869337698880be3d0144d7\"", "full_name": "custom-components/pyscript", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f4f32f4", "last_release_tag": "1.3.2", "last_updated": "2021-11-11T18:52:13Z", "name": "pyscript", "new": false, "repository_manifest": {"name": "pyscript", "content_in_root": false, "domains": ["automation", "script", "timer"], "zip_release": true, "filename": "hass-custom-pyscript.zip"}, "selected_tag": null, "show_beta": false, "stars": 343, "topics": ["custom-component", "custom-components", "hacs", "home-assistant", "homeassistant", "integration", "jupyter"], "version_installed": null, "last_fetched": 1643571225.813743}, "182915754": {"authors": ["@SebRut", "@isabellaalstrom"], "category": "integration", "description": "Custom Grocy integration for Home Assistant", "domain": "grocy", "downloads": 0, "etag_repository": "W/\"e6f449cb1d799a6cfd1dc5f777f81ef1ed160f851d08b29ec6bae938a70f0681\"", "full_name": "custom-components/grocy", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d0e530b", "last_release_tag": "v4.1.0", "last_updated": "2022-01-26T08:01:50Z", "name": "grocy", "new": false, "repository_manifest": {"name": "Grocy custom component", "domains": ["sensor", "binary_sensor"], "render_readme": true, "zip_release": true, "hide_default_branch": true, "iot_class": "Cloud Polling", "homeassistant": "0.109.0", "filename": "grocy.zip"}, "selected_tag": null, "show_beta": false, "stars": 60, "topics": ["grocy", "hacktoberfest"], "version_installed": null, "last_fetched": 1643545554.581631}, "173564471": {"authors": [], "category": "integration", "description": "Improved file sensor component that let you read the whole last line content.", "domain": "file_restore", "downloads": 0, "etag_repository": "W/\"9716d3ccee28a0d4aed787ba848dba9d08c948455785ff4e73beed79505c0d36\"", "full_name": "custom-components/sensor.file_restore", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "240a6b4", "last_release_tag": "4.1", "last_updated": "2021-03-20T08:09:50Z", "name": "file_restore", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 10, "topics": [], "version_installed": null}, "174809046": {"authors": ["@claha"], "category": "integration", "description": "Custom component to get stock data from Avanza for Home Assistant", "domain": "avanza_stock", "downloads": 0, "etag_repository": "W/\"325921a7eaf07c5053bade7c8ac3e3525bdca1444ff37c2bdb387b66ff5c6d52\"", "full_name": "custom-components/sensor.avanza_stock", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b3e85d3", "last_release_tag": "v1.0.9", "last_updated": "2022-01-04T22:13:08Z", "name": "avanza_stock", "new": false, "repository_manifest": {"name": "Avanza Stock", "domains": ["sensor"], "iot_class": "cloud_poll", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 27, "topics": ["funds", "hacs", "home-assistant", "homeassistant", "python", "stock"], "version_installed": null, "last_fetched": 1641470175.714684}, "207110572": {"authors": ["@hellowlol"], "category": "integration", "description": "Simple sensor for avfallsor", "domain": "avfallsor", "downloads": 0, "etag_repository": "W/\"46818f841e8e005db476212e5e417942aa91fbee160097e90d8480b41d036f7d\"", "full_name": "custom-components/sensor.avfallsor", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b5cbe25", "last_release_tag": "0.0.2", "last_updated": "2021-06-06T20:33:45Z", "name": "avfallsor", "new": false, "repository_manifest": {"name": "Avfallsor", "content_in_root": false, "country": ["NOR"], "domains": ["sensors"], "iot_class": "cloud_poll", "homeassistant": "0.96.0", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": [], "version_installed": null}, "145777833": {"authors": ["@iantrich"], "category": "integration", "description": "\ud83d\udcb5 Personal Capital Integration for Bank Account Monitoring", "domain": "personalcapital", "downloads": 0, "etag_repository": "W/\"a14bc3cc7cf0584e0c9cacc9451f2a3891a952dee19a6d3cc2a447995ec87d11\"", "full_name": "custom-components/sensor.personalcapital", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5aff625", "last_release_tag": "0.1.2", "last_updated": "2021-06-05T21:15:20Z", "name": "personalcapital", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 12, "topics": [], "version_installed": null, "last_fetched": 1641895547.723645}, "151550084": {"authors": ["@glpatcern"], "category": "integration", "description": "A set of sensors to integrate the OWL Intuition devices network", "domain": "owlintuition", "downloads": 0, "etag_repository": "W/\"3a7dcaaa2ad960899ba6d14419f34b537fdf3f6a988e3bb929b43d38678170cc\"", "full_name": "custom-components/sensor.owlintuition", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9fb88a8", "last_release_tag": null, "last_updated": "2021-09-20T19:30:35Z", "name": "owlintuition", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": [], "version_installed": null, "last_fetched": 1643571226.12164}, "155499113": {"authors": ["@maykar"], "category": "integration", "description": "\u25b6\ufe0f Plex component to feed Upcoming Media Card.", "domain": "plex_recently_added", "downloads": 0, "etag_repository": "W/\"0496a964811a12d5c32026bca986242100fe6167ff46f8621f4904327f5a1a5e\"", "full_name": "custom-components/sensor.plex_recently_added", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "83d0be9", "last_release_tag": "0.3.8", "last_updated": "2022-01-14T18:53:47Z", "name": "plex_recently_added", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 56, "topics": [], "version_installed": null, "last_fetched": 1643571226.50354}, "195438291": {"authors": ["@boralyl"], "category": "integration", "description": "A sensor that monitors a Nintendo Switch wish list for when games are on sale.", "domain": "nintendo_wishlist", "downloads": 0, "etag_repository": "W/\"577019b6adaeb0fd14d5a286d3948f99e8f6ca9d07ca0b809001bed9c5ad5953\"", "full_name": "custom-components/sensor.nintendo_wishlist", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "892c68d", "last_release_tag": "v3.1.7", "last_updated": "2022-01-12T03:49:48Z", "name": "nintendo_wishlist", "new": false, "repository_manifest": {"domains": ["binary_sensor", "sensor"], "iot_class": "Cloud Polling", "name": "Nintendo Wishlist", "render_readme": true, "homeassistant": "0.118.5"}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": ["homeassistant", "nintendo-switch"], "version_installed": null, "last_fetched": 1642430535.636956}, "146929882": {"authors": ["@maykar"], "category": "integration", "description": "\ud83c\udfac Radarr component to feed Upcoming Media Card.", "domain": "radarr_upcoming_media", "downloads": 0, "etag_repository": "W/\"c54ae2c382f7cb2c4b15fecb6ced5ae36985df099d1fef6112d018421f765ec8\"", "full_name": "custom-components/sensor.radarr_upcoming_media", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e770c1d", "last_release_tag": "0.3.6", "last_updated": "2021-12-14T15:54:46Z", "name": "radarr_upcoming_media", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 36, "topics": [], "version_installed": null, "last_fetched": 1641895551.821176}, "154845921": {"authors": ["@jchasey"], "category": "integration", "description": "SSH Generic Sensor", "domain": "ssh", "downloads": 0, "etag_repository": "W/\"48294612281583567e30283cd6516565a65ec45dae6a6a4bccfebfa05a61d084\"", "full_name": "custom-components/sensor.ssh", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6eb1bce", "last_release_tag": "1.15", "last_updated": "2021-12-04T08:45:38Z", "name": "ssh", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 30, "topics": [], "version_installed": null, "last_fetched": 1642184208.723442}, "151580533": {"authors": ["@jchasey"], "category": "integration", "description": "High level health status of UniFi Security Gateway devices via UniFi Controller", "domain": "unifigateway", "downloads": 0, "etag_repository": "W/\"abd72cd713afa18656a18064407091c886fa409988ffa58c1fbff5020b91e117\"", "full_name": "custom-components/sensor.unifigateway", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b6bb00c", "last_release_tag": "0.3.3", "last_updated": "2021-04-19T12:12:56Z", "name": "unifigateway", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 106, "topics": [], "version_installed": null, "last_fetched": 1643571226.682342}, "146792954": {"authors": ["@maykar"], "category": "integration", "description": "\ud83d\udcfa Sonarr component to feed Upcoming Media Card.", "domain": "sonarr_upcoming_media", "downloads": 0, "etag_repository": "W/\"bdee39129123cb553c77f39db5263dd8b9b4f0112ee8defdc73706bca8055b7e\"", "full_name": "custom-components/sensor.sonarr_upcoming_media", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f2de40e", "last_release_tag": "0.2.7", "last_updated": "2021-12-14T20:12:03Z", "name": "sonarr_upcoming_media", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 34, "topics": [], "version_installed": null, "last_fetched": 1642004209.993326}, "199888538": {"authors": ["@vigonotion"], "category": "integration", "description": "Stadtreinigung Hamburg - get garbage collection dates in Hamburg - custom component for Home Assistant", "domain": "stadtreinigung_hamburg", "downloads": 0, "etag_repository": "W/\"8b2895ab519253a6715ee787fd6829416bf29bc31962dbb7f9f5cdff43375e88\"", "full_name": "custom-components/sensor.stadtreinigung_hamburg", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7f4bf0c", "last_release_tag": "v1.1.0", "last_updated": "2022-01-10T09:06:01Z", "name": "stadtreinigung_hamburg", "new": false, "repository_manifest": {"name": "Stadtreinigung Hamburg", "domains": ["sensor"], "country": ["DE"], "homeassistant": "0.109.0", "zip_release": true, "filename": "stadtreinigung_hamburg.zip"}, "selected_tag": null, "show_beta": false, "stars": 16, "topics": [], "version_installed": null, "last_fetched": 1641895553.207768}, "140146868": {"authors": ["@iantrich", "@swetoast"], "category": "integration", "description": "\ud83c\udf7b Untappd Integration", "domain": "untappd", "downloads": 0, "etag_repository": "W/\"d235ce2ddacfcaacf18702b31e90ef9bcfd3ee29f15ba37a2b4e01836d457bd9\"", "full_name": "custom-components/sensor.untappd", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6861cde", "last_release_tag": "v0.1.8", "last_updated": "2022-01-01T08:31:44Z", "name": "untappd", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 33, "topics": ["automations", "badges", "beer", "homeassistant", "homeassistant-components", "untappd", "untappd-api"], "version_installed": null, "last_fetched": 1641057947.363646}, "173173413": {"authors": [], "category": "integration", "description": "A platform which give you the time it will take to drive.", "domain": "yandex_maps", "downloads": 0, "etag_repository": "W/\"645c7e056e56ad5272477d6718e025d09d7844d0cbe6d4ea584d3115a1fb7976\"", "full_name": "custom-components/sensor.yandex_maps", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "bdd76a8", "last_release_tag": null, "last_updated": "2021-12-29T13:12:26Z", "name": "yandex_maps", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 21, "topics": [], "version_installed": null, "last_fetched": 1643571226.518842}, "146379582": {"authors": ["@iantrich", "@engrbm"], "category": "integration", "description": "\ud83d\udcfa Trakt Integration for Upcoming Media Card", "domain": "trakt", "downloads": 0, "etag_repository": "W/\"089c55e1d23f56e3474f3b64bc16cc103bb81e4af3b09ea0ba3394baa1794938\"", "full_name": "custom-components/sensor.trakt", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "0688eae", "last_release_tag": "2.0.3", "last_updated": "2022-01-06T03:06:43Z", "name": "trakt", "new": false, "repository_manifest": {"name": "Trakt", "domains": ["sensor"], "homeassistant": "0.99.0", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 43, "topics": [], "version_installed": null, "last_fetched": 1642184210.767507}, "209855274": {"authors": [], "category": "integration", "description": "The srp_energy integration shows information from Srp hourly energy usage report for their customers", "domain": "srp_energy", "downloads": 0, "etag_repository": "W/\"a5bc02ffe772dbb7265185d5433d66486a64b9d74cdf4175b261ce82dc66264f\"", "full_name": "custom-components/srp_energy", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "34afa6b", "last_release_tag": null, "last_updated": "2020-12-16T23:22:01Z", "name": "srp_energy", "new": false, "repository_manifest": {"name": "SRP Energy Sensor", "country": ["US"]}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": [], "version_installed": null}, "143647651": {"authors": ["@ludeeus"], "category": "integration", "description": "A camera platform that give you random images from Unsplash presented as a camera feed.", "domain": "unsplash", "downloads": 0, "etag_repository": "W/\"8a953c0129e0e0d66b15ef2dccb4cb20ef5c581efd25c65bd573ae9f6ddaf9fa\"", "full_name": "custom-components/unsplash", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9a7f438", "last_release_tag": "0.6.1", "last_updated": "2021-06-05T13:48:42Z", "name": "unsplash", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 12, "topics": ["camera", "home-assistant", "integration", "unsplash", "unsplash-api"], "version_installed": null}, "171854441": {"authors": ["@ludeeus"], "category": "integration", "description": "A platform which give you info about the newest video on a channel", "domain": "youtube", "downloads": 0, "etag_repository": "W/\"cc0a9d2692a668f69d6c16a12c8bbcf869398b669a6c28e81e6e0ff1dd9bdcd4\"", "full_name": "custom-components/youtube", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7084c59", "last_release_tag": "0.9.0", "last_updated": "2021-12-17T19:21:33Z", "name": "youtube", "new": false, "repository_manifest": {"name": "youtube", "zip_release": true, "filename": "youtube.zip", "iot_class": "Cloud Poll", "homeassistant": "2021.4.0"}, "selected_tag": null, "show_beta": false, "stars": 20, "topics": ["custom-components", "customcomponents", "home-assistant", "homeassistant", "python", "youtube"], "version_installed": null, "last_fetched": 1642851059.290393}, "199736646": {"authors": ["@ludeeus"], "category": "integration", "description": "Add template sensors from the UI.", "domain": "templatesensor", "downloads": 0, "etag_repository": "W/\"1f1f1273e97e61cae2771d96b1d6cc7ad143d5e070a5c169b899826aad76ed80\"", "full_name": "custom-components/templatesensor", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2642a64", "last_release_tag": "0.1.3", "last_updated": "2021-07-08T12:00:30Z", "name": "templatesensor", "new": false, "repository_manifest": {"name": "UI Template sensor configuration", "domains": ["sensor"], "homeassistant": "0.109.0"}, "selected_tag": null, "show_beta": false, "stars": 19, "topics": ["custom", "homeassistant", "integration", "sensor", "template"], "version_installed": null, "last_fetched": 1642373301.249376}, "209855510": {"authors": [], "category": "integration", "description": "The sytadin sensor platform allows you to monitor traffic details from Sytadin", "domain": "sytadin", "downloads": 0, "etag_repository": "W/\"e350d94702ce10fe4acc0359969c2d99d719a4fe057775f6993380fd4ddd51ea\"", "full_name": "custom-components/sytadin", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "8fe6108", "last_release_tag": null, "last_updated": "2021-11-18T01:03:59Z", "name": "sytadin", "new": false, "repository_manifest": {"name": "Sytadin", "country": ["FR"]}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": [], "version_installed": null}, "209855666": {"authors": [], "category": "integration", "description": "The ups platform allows one to track deliveries by the UPS", "domain": "ups", "downloads": 0, "etag_repository": "W/\"ff59217bb6e9f15bc6089c24d54d3ec4c08463c3df4df1fed43d20e07ac3e590\"", "full_name": "custom-components/ups", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f80b683", "last_release_tag": null, "last_updated": "2021-05-19T10:28:06Z", "name": "ups", "new": false, "repository_manifest": {"name": "UPS", "country": ["US"]}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": [], "version_installed": null}, "139894340": {"authors": ["@ludeeus", "@jlverhagen"], "category": "integration", "description": "A sensor that gives you weather alerts from alerts.weather.gov.", "domain": "weatheralerts", "downloads": 0, "etag_repository": "W/\"f65d9f3324e7ef1020aabb2a2bce5f92398025ac930a2885eb8affd69129dbe7\"", "full_name": "custom-components/weatheralerts", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5c0e6e8", "last_release_tag": "v0.1.4", "last_updated": "2021-09-03T23:14:59Z", "name": "weatheralerts", "new": false, "repository_manifest": {"name": "Weatheralerts", "render_readme": true, "country": ["US"]}, "selected_tag": null, "show_beta": false, "stars": 51, "topics": ["custom-components", "home-assistant", "homeassistant", "weatheralerts"], "version_installed": null, "last_fetched": 1642851060.346082}, "139894509": {"authors": ["@ludeeus"], "category": "integration", "description": "A sensor that give you information about next departure from spesified stop.", "domain": "wienerlinien", "downloads": 0, "etag_repository": "W/\"3ef494fefd0774007e7d45a0148b10a90516d4cda56f60091671acfa039b64d8\"", "full_name": "custom-components/wienerlinien", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "11c9b0f", "last_release_tag": null, "last_updated": "2021-09-10T16:29:27Z", "name": "wienerlinien", "new": false, "repository_manifest": {"name": "wienerlinien", "render_readme": true, "hacs": "0.19.0"}, "selected_tag": null, "show_beta": false, "stars": 18, "topics": ["custom-components", "home-assistant", "homeassistant", "wiener-linien"], "version_installed": null}, "180651910": {"authors": ["hellowlol"], "category": "integration", "description": "zaptec charger custom component for home assistant", "domain": "zaptec", "downloads": 0, "etag_repository": "W/\"55f84110c1942713d559ede678c1e2a0641320f21da6c21c72ede5d0cafce1d9\"", "full_name": "custom-components/zaptec", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c2bad10", "last_release_tag": "0.0.3", "last_updated": "2022-01-12T09:07:24Z", "name": "zaptec", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 7, "topics": ["api", "custom-component", "homeassistant", "zaptec"], "version_installed": null, "last_fetched": 1642851060.84497}, "228604799": {"authors": ["@cyberjunky"], "category": "integration", "description": "This component tracks devices using the arp-scan liinux command, it's very fast, and reasonably accurate.", "domain": "arpscan_tracker", "downloads": 0, "etag_repository": "W/\"b04c1d3f278556b8a60d7c2edeb8c4cbcb3f73a75e53e4a8073b64362fbe4af7\"", "full_name": "cyberjunky/home-assistant-arpscan_tracker", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2bae936", "last_release_tag": "1.0.6", "last_updated": "2021-02-21T17:03:43Z", "name": "arpscan_tracker", "new": false, "repository_manifest": {"name": "Arpscan Device Tracker", "country": ["NL"], "render_readme": false, "domains": ["device_tracker"]}, "selected_tag": null, "show_beta": false, "stars": 14, "topics": ["custom-component", "hacs", "home-assistant", "homeassistant", "python"], "version_installed": null}, "228649088": {"authors": ["@cyberjunky"], "category": "integration", "description": ":fire_engine: This component tracks P2000 emergency events in The Netherlands.", "domain": "p2000", "downloads": 0, "etag_repository": "W/\"1b92f72fe5020a190a6088dabf196c83380acc95a557288ec368b6679f8a6ef5\"", "full_name": "cyberjunky/home-assistant-p2000", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "ef82004", "last_release_tag": "1.0.22", "last_updated": "2022-01-03T08:22:55Z", "name": "p2000", "new": false, "repository_manifest": {"name": "P2000 Sensor", "country": ["NL"], "render_readme": false, "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 36, "topics": ["custom-component", "emergency", "hacs", "home-assistant", "homeassistant", "p2000", "python"], "version_installed": null, "last_fetched": 1643571227.307516}, "228618998": {"authors": ["@cyberjunky"], "category": "integration", "description": ":electric_plug: This component can read values from and control Plugwise circles and plugs.", "domain": "plugwise", "downloads": 0, "etag_repository": "W/\"680d99964c3533ae6aa8de3976e9975049add5e75ceeaf05dd4e84101233e42b\"", "full_name": "cyberjunky/home-assistant-plugwise", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "8b55d62", "last_release_tag": "1.0.4", "last_updated": "2020-07-08T06:34:47Z", "name": "plugwise", "new": false, "repository_manifest": {"name": "Plugwise", "country": ["NL"], "render_readme": false, "domains": ["switch", "sensor"]}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["custom-component", "hacs", "home-assistant", "homeassistant", "plugwise", "power", "python"], "version_installed": null}, "228627470": {"authors": ["@cyberjunky"], "category": "integration", "description": ":recycle: :wastebasket: This component fetches garbage pickup dates for parts of The Netherlands using HVC Groep's REST API.", "domain": "hvcgroep", "downloads": 0, "etag_repository": "W/\"b10f229b40f0d84ca6513b3c5da8b6b009980757540f1bf9d4667a6bf3778c3a\"", "full_name": "cyberjunky/home-assistant-hvcgroep", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e0b7f47", "last_release_tag": "1.0.7", "last_updated": "2021-12-18T16:53:31Z", "name": "hvcgroep", "new": false, "repository_manifest": {"name": "HVCGroep", "country": ["NL"], "render_readme": false, "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": ["custom-component", "hacs", "home-assistant", "homeassistant", "python"], "version_installed": null, "last_fetched": 1643571227.256434}, "228662926": {"authors": ["@cyberjunky"], "category": "integration", "description": "This component provides a climate device for rooted Toon thermostats.", "domain": "toon_climate", "downloads": 0, "etag_repository": "W/\"eda7d4ba69610e52825f839f47579dfead222ea63697fd6db2f51b6c93275b20\"", "full_name": "cyberjunky/home-assistant-toon_climate", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "df7e7d7", "last_release_tag": "1.0.12", "last_updated": "2021-12-18T11:49:03Z", "name": "toon_climate", "new": false, "repository_manifest": {"name": "Toon Climate", "country": ["NL"], "render_readme": false, "domains": ["climate"]}, "selected_tag": null, "show_beta": false, "stars": 21, "topics": [], "version_installed": null}, "228685436": {"authors": ["@cyberjunky"], "category": "integration", "description": "This component reads and displays the boiler status values from a rooted Toon thermostat.", "domain": "toon_boilerstatus", "downloads": 0, "etag_repository": "W/\"9928e5fa5bfd7bfb7eb14e66f81bacd63b6a94e8fe8d7dc4b726d8b15bd92731\"", "full_name": "cyberjunky/home-assistant-toon_boilerstatus", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "aef155c", "last_release_tag": "1.0.11", "last_updated": "2021-12-24T18:48:36Z", "name": "toon_boilerstatus", "new": false, "repository_manifest": {"name": "Toon Boiler Status", "render_readme": false, "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 7, "topics": ["custom-component", "cv", "hacs", "home-assistant", "homeassistant", "opentherm", "python", "toon"], "version_installed": null, "last_fetched": 1641895563.782635}, "228678807": {"authors": ["@cyberjunky"], "category": "integration", "description": "This component reads and displays sensor values from the meteradapter connected to a rooted Toon thermostat.", "domain": "toon_smartmeter", "downloads": 0, "etag_repository": "W/\"783c503287d323a8d367a5376ccded03c815b20cb5ac60b1dbaa482d2d3f5627\"", "full_name": "cyberjunky/home-assistant-toon_smartmeter", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d3a646b", "last_release_tag": "1.0.20", "last_updated": "2021-12-29T12:12:09Z", "name": "toon_smartmeter", "new": false, "repository_manifest": {"name": "Toon Smart Meter", "country": ["NL"], "render_readme": false, "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 11, "topics": ["custom-component", "hacs", "home-assistant", "homeassistant", "python"], "version_installed": null, "last_fetched": 1641057957.227539}, "228690854": {"authors": ["@cyberjunky"], "category": "integration", "description": "This components reads statistics from a The Things Network Gateway.", "domain": "ttn_gateway", "downloads": 0, "etag_repository": "W/\"ecf9fda4a133f4e12dd455a0e95d9f75f6945748eab2678835fbff247ae60e12\"", "full_name": "cyberjunky/home-assistant-ttn_gateway", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "0d805b8", "last_release_tag": "1.0.7", "last_updated": "2021-12-18T16:52:03Z", "name": "ttn_gateway", "new": false, "repository_manifest": {"name": "TTN Gateway Sensor", "country": ["NL"], "render_readme": false, "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": [], "version_installed": null}, "258796304": {"authors": ["@cyr-ius"], "category": "integration", "description": "Service to set motion's sensors and change scan intervall for remotes and motions", "domain": "hueserviceadvanced", "downloads": 0, "etag_repository": "W/\"114ee483a4d914bdf8037ccffc19363dba8f219d898c67ce232f54d8d740af6b\"", "full_name": "Cyr-ius/hass-hue-service-advanced", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c60d1d8", "last_release_tag": "1.3.5", "last_updated": "2021-06-06T00:45:33Z", "name": "hueserviceadvanced", "new": false, "repository_manifest": {"name": "Hue Service Advanced", "country": ["FR"], "domains": ["sensor"], "homeassistant": "0.109"}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": [], "version_installed": null}, "220661494": {"authors": ["@cyr-ius"], "category": "integration", "description": "Livebox Component for Home assistant", "domain": "livebox", "downloads": 0, "etag_repository": "W/\"94b13e49cd698762a304f56faaa7cb347bf7374253374877a5ba0b197afdcdc2\"", "full_name": "Cyr-ius/hass-livebox-component", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "833e1c9", "last_release_tag": "1.7.1", "last_updated": "2021-12-30T07:04:27Z", "name": "livebox", "new": false, "repository_manifest": {"name": "Orange Livebox routeur", "country": ["FR"], "domains": ["device_tracker", "sensor", "binary_sensor", "switch"], "homeassistant": "0.109"}, "selected_tag": null, "show_beta": false, "stars": 21, "topics": ["hacs", "home-assistant", "homeassistant", "homeassistant-components"], "version_installed": null, "last_fetched": 1641057958.703449}, "297379398": {"authors": ["@danielhiversen"], "category": "integration", "description": "Custom component for Tractive", "domain": "tractive", "downloads": 0, "etag_repository": "W/\"eece8de20df2efdd4a54865224c73085f5b58ac446fc2c2775ed847bf3789360\"", "full_name": "Danielhiversen/home_assistant_tractive", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1c85a48", "last_release_tag": "0.3.1", "last_updated": "2021-12-20T09:30:02Z", "name": "tractive", "new": false, "repository_manifest": {"name": "Tractive", "domains": ["device_tracker"], "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 30, "topics": ["hacs", "home-assistant", "home-assistant-custom", "tractive"], "version_installed": null}, "293843053": {"authors": ["@danielhiversen"], "category": "integration", "description": "Integration for Adax heaters", "domain": "adax", "downloads": 0, "etag_repository": "W/\"4f30fc57adb5a6788d9a1495c0959a3ab031962f9ea6d931d988dbe9bbbf9b31\"", "full_name": "Danielhiversen/home_assistant_adax", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "001c5de", "last_release_tag": "0.4.5", "last_updated": "2021-04-28T05:30:29Z", "name": "adax", "new": false, "repository_manifest": {"name": "Adax heaters", "domains": ["climate"], "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 23, "topics": ["adax", "adax-heaters", "hacs", "homeassistant"], "version_installed": null, "last_fetched": 1641587689.787434}, "158194879": {"authors": ["@danobot"], "category": "integration", "description": "Entity and lighting controller for managing devices via timers, scripts, and sun-based time restrictions.", "domain": "entity_controller", "downloads": 0, "etag_repository": "W/\"77f9834d48c40913309f6065b4c239af1485166fed1892201d49145582a7976c\"", "full_name": "danobot/entity-controller", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2771f1e", "last_release_tag": "v9.3.0", "last_updated": "2021-10-30T11:14:11Z", "name": "entity_controller", "new": false, "repository_manifest": {"name": "Entity Controller", "homeassistant": "0.117.0"}, "selected_tag": null, "show_beta": false, "stars": 180, "topics": ["finite-state-machine", "hass", "home-assistant", "home-automation", "internet-of-things", "iot", "lighting-controller", "motion-light", "motion-sensor", "python", "smart-home"], "version_installed": null, "last_fetched": 1643571227.773501}, "195459345": {"authors": ["@daenny"], "category": "integration", "description": "Home Assistant Climate Group", "domain": "climate_group", "downloads": 0, "etag_repository": "W/\"5115194afbbbd0d1b64dba65173d507d31cd07c58a45f0f537c3f9804f2d4c45\"", "full_name": "daenny/climate_group", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "24631ab", "last_release_tag": "0.6.0", "last_updated": "2021-12-20T16:13:00Z", "name": "climate_group", "new": false, "repository_manifest": {"domains": ["climate"], "name": "Climate Group", "render_readme": true, "homeassistant": "0.96.0"}, "selected_tag": null, "show_beta": false, "stars": 57, "topics": [], "version_installed": null, "last_fetched": 1641470196.229343}, "224001103": {"authors": ["@biker91620", "@cyr-ius"], "category": "integration", "description": "Cozytouch support for Home Assistant", "domain": "cozytouch", "downloads": 0, "etag_repository": "W/\"4463e789529a0928fceaedd1a4f206ec7a15989dd653cd9cccf91645d40ff3fb\"", "full_name": "Cyr-ius/hass-cozytouch", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "965ae4d", "last_release_tag": "1.6.6", "last_updated": "2021-12-21T13:05:10Z", "name": "cozytouch", "new": false, "repository_manifest": {"name": "Cozytouch", "country": ["FR"], "domains": ["binary_sensor", "sensor", "climate", "water_heater", "switch"], "homeassistant": "0.109"}, "selected_tag": null, "show_beta": false, "stars": 19, "topics": [], "version_installed": null, "last_fetched": 1641895568.555787}, "203736221": {"authors": ["@almirdelkic", "@dave-code-ruiz", "@LordMike"], "category": "integration", "description": "Custom Component to connect Home Assistant with Uhome Uponor Smatrix App", "domain": "uhomeuponor", "downloads": 0, "etag_repository": "W/\"e4b135433b073e2179c8857eb65bce2a815041b803b560fd162fd74be4a5e5e7\"", "full_name": "dave-code-ruiz/uhomeuponor", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "610b6ff", "last_release_tag": "1.0.0", "last_updated": "2021-12-20T13:55:09Z", "name": "uhomeuponor", "new": false, "repository_manifest": {"name": "Uponor Uhome integration", "render_readme": true, "domains": ["sensor", "climate"]}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": ["customcomponents", "gateway", "homeassistant", "python", "rest-api", "setpoint", "smatrix", "smatrixwaveplus", "thermostat", "uponor"], "version_installed": null, "last_fetched": 1642851070.452233}, "201457186": {"authors": ["@darksir23"], "category": "integration", "description": "HomeAssistant Sensor for Mylar (Compatible with Upcoming Meda Card)", "domain": "mylar", "downloads": 0, "etag_repository": "W/\"e5632177f97a47539d4a2480308448f80de0e588d4b42b3e893062c48f552314\"", "full_name": "WillowMist/sensor.mylar", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b25f87d", "last_release_tag": null, "last_updated": "2019-11-23T19:10:34Z", "name": "mylar", "new": false, "repository_manifest": {"name": "Mylar Sensor Card", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["media-card", "mylar", "sensor"], "version_installed": null, "last_fetched": 1642943792.299242}, "160218749": {"authors": ["@DavidMStraub"], "category": "integration", "description": "Custom component for Home Assistant to connect appliances supporting the Home Connect standard", "domain": "home_connect_beta", "downloads": 0, "etag_repository": "W/\"1673b40ae87d93c34dedc94e8f94fb701d3776ddfe8712421d082843cf69124a\"", "full_name": "DavidMStraub/homeassistant-homeconnect", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "008091f", "last_release_tag": "v1.0.1", "last_updated": "2021-12-12T07:53:34Z", "name": "home_connect_beta", "new": false, "repository_manifest": {"name": "Home Connect", "domains": ["sensor", "binary_sensor", "switch"], "homeassistant": "0.102", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 119, "topics": ["hacs", "homeassistant", "homeconnect", "python"], "version_installed": null, "last_fetched": 1642520500.571336}, "266557774": {"authors": ["deblockt"], "category": "integration", "description": "proscenic 790T intergration for home assistant", "domain": "proscenic", "downloads": 0, "etag_repository": "W/\"2d9e31b7d9a838db0873013b7158102a561e903530a1817b2a918deaa9eb8bcd\"", "full_name": "deblockt/hass-proscenic-790T-vacuum", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "79e95b6", "last_release_tag": "0.0.8", "last_updated": "2021-10-31T11:09:24Z", "name": "proscenic", "new": false, "repository_manifest": {"name": "proscenic 790T vacuum", "domains": ["vacuum"], "homeassistant": "2021.7.4", "iot_class": "local_polling", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 11, "topics": ["790t", "home-assistant", "proscenic", "vacuum", "vacuum-cleaner"], "version_installed": null}, "283518438": {"authors": ["@definitio"], "category": "integration", "description": "Home Assistant integration for RHVoice - a local text-to-speech engine.", "domain": "rhvoice", "downloads": 0, "etag_repository": "W/\"437bfbe8d031812c1c469d2a6fa998a409bd386db833b2d63b6382f15ae2106e\"", "full_name": "definitio/ha-rhvoice", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6a0b65c", "last_release_tag": "1.3", "last_updated": "2021-12-25T14:29:22Z", "name": "rhvoice", "new": false, "repository_manifest": {"name": "RHVoice", "render_readme": true, "domains": ["tts"]}, "selected_tag": null, "show_beta": false, "stars": 16, "topics": ["home-assistant", "integration", "rhvoice", "smarthome", "tts"], "version_installed": null, "last_fetched": 1643571227.973679}, "283243425": {"authors": ["@definitio"], "category": "integration", "description": "A Home Assistant integration to turn your vacuum into an audio player.", "domain": "sox", "downloads": 0, "etag_repository": "W/\"55054d5662e6fca8fb62ed079439763f6194740555b275be0669a5e199ceffd9\"", "full_name": "definitio/ha-sox", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "ae0a449", "last_release_tag": "1.1.2", "last_updated": "2021-05-20T11:11:34Z", "name": "sox", "new": false, "repository_manifest": {"name": "SoX", "render_readme": true, "domains": ["media_player"]}, "selected_tag": null, "show_beta": false, "stars": 10, "topics": ["audio-player", "home-assistant", "integration", "roborock", "robot-vacuum", "smarthome", "vacuum", "xiaomi"], "version_installed": null, "last_fetched": 1643571228.062816}, "255139072": {"authors": ["@dgomes"], "category": "integration", "description": "Home Assistant Custom Component for ERSE", "domain": "erse", "downloads": 0, "etag_repository": "W/\"a78c26d72f14b8b70f3a35613a17dd502242bf40b91d5c2d89d1aa78544575d4\"", "full_name": "dgomes/ha_erse", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2d83134", "last_release_tag": "2.1.2", "last_updated": "2021-11-06T00:50:17Z", "name": "erse", "new": false, "repository_manifest": {"name": "Entidade Reguladora dos Servi\u00e7os Energ\u00e9ticos", "country": ["PT"], "homeassistant": "2021.11.0", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 17, "topics": ["home-assistant-component", "utility-meters"], "version_installed": null, "last_fetched": 1643571228.371309}, "163322610": {"authors": ["Djbulsink", "SeraphimSerapis"], "category": "integration", "description": "Panasonic Comfort Cloud HA component", "domain": "panasonic_ac", "downloads": 0, "etag_repository": "W/\"05b3c1c1f7672cb888fc59f76434996805f437d6c57ce3f0dabdb4243a4bbd6a\"", "full_name": "djbulsink/panasonic_ac", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "fc0b613", "last_release_tag": null, "last_updated": "2021-07-18T13:30:47Z", "name": "panasonic_ac", "new": false, "repository_manifest": {"name": "Panasonic Comfort Cloud HA component", "domains": ["climate"], "homeassistant": "0.110.0"}, "selected_tag": null, "show_beta": false, "stars": 27, "topics": [], "version_installed": null}, "177469955": {"authors": ["@dlarrick"], "category": "integration", "description": "Home Assistant module interfacing with Mitsubishi mini-split units", "domain": "kumo", "downloads": 0, "etag_repository": "W/\"2328c7a98ab9cc9a2b4e9a014aadbfd54c9c68f715b191a9889cae82159390d2\"", "full_name": "dlarrick/hass-kumo", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3d64cb7", "last_release_tag": "v0.2.8", "last_updated": "2021-12-19T03:22:01Z", "name": "kumo", "new": false, "repository_manifest": {"name": "Mitsubishi Kumo Cloud", "render_readme": true, "domains": ["climate"], "homeassistant": "0.96.0", "iot_class": "local_poll"}, "selected_tag": null, "show_beta": false, "stars": 38, "topics": ["climate", "custom-component", "home-assistant", "homeassistant", "kumo", "kumocloud", "mini-split", "mitsubishi", "python"], "version_installed": null, "last_fetched": 1642520500.813846}, "291751884": {"authors": ["@djtimca"], "category": "integration", "description": "Home Assistant integration for SpaceX Next Launch and Starman data.", "domain": "spacex", "downloads": 0, "etag_repository": "W/\"94678e7f2909daa6319103661ededc6351809362d8ee1be8ec6806e11752b0d8\"", "full_name": "djtimca/HASpaceX", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e716158", "last_release_tag": "030", "last_updated": "2021-12-19T15:28:22Z", "name": "spacex", "new": false, "repository_manifest": {"name": "SpaceX Next Launch and Starman", "country": ["CA"], "domains": ["binary_sensor", "sensor"], "homeassistant": "0.115.0", "iot_class": ["Cloud Polling"]}, "selected_tag": null, "show_beta": false, "stars": 24, "topics": ["home-assistant", "home-assistant-component", "home-assistant-custom", "home-assistant-sensor", "spacex", "spacex-launches"], "version_installed": null, "last_fetched": 1641307192.454496}, "229014136": {"authors": ["doudz"], "category": "integration", "description": "myjdownloader integration for home assistant", "domain": "myjdownloader", "downloads": 0, "etag_repository": "W/\"90de0534407df02af2188fac2a28d170f264e50245e9b5d0ed8491a545f8314c\"", "full_name": "doudz/homeassistant-myjdownloader", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2ef462d", "last_release_tag": "2.1.0", "last_updated": "2021-12-04T20:29:43Z", "name": "myjdownloader", "new": false, "repository_manifest": {"name": "MyJDownloader", "domains": ["sensor", "binary_sensor", "switch"], "render_readme": true, "iot_class": "cloud_polling"}, "selected_tag": null, "show_beta": false, "stars": 13, "topics": [], "version_installed": null, "last_fetched": 1641057968.411202}, "188698828": {"authors": [], "category": "integration", "description": "Adds support for Yandex Smart Home (Alice voice assistant) into Home Assistant", "domain": "yandex_smart_home", "downloads": 0, "etag_repository": "W/\"096339396f040273e4e9afdeec08dbd90856a5946eaa218c3a4d5f2ade068874\"", "full_name": "dmitry-k/yandex_smart_home", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9d06820", "last_release_tag": "v0.3.6", "last_updated": "2022-01-05T09:49:38Z", "name": "yandex_smart_home", "new": false, "repository_manifest": {"country": ["RU", "BY"], "homeassistant": "2021.7", "name": "Yandex Smart Home", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 476, "topics": ["alice", "home-assistant-component", "voice-assistant", "yandex"], "version_installed": null, "last_fetched": 1643571229.317005}, "200073618": {"authors": ["@dlashua"], "category": "integration", "description": "Add template binary_sensors from the UI.", "domain": "templatebinarysensor", "downloads": 0, "etag_repository": "W/\"bff79847f43ac62020e1807780ff05b9120ff6f5e53a481a673668b229c792a7\"", "full_name": "dlashua/templatebinarysensor", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "48d6b86", "last_release_tag": null, "last_updated": "2021-11-11T12:35:12Z", "name": "templatebinarysensor", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 0, "topics": [], "version_installed": null}, "230841240": {"authors": ["@dr1rrb"], "category": "integration", "description": "Twinkly integration for Home-Assistant", "domain": "twinkly", "downloads": 0, "etag_repository": "W/\"89c65102f0d04803aae262ed9e2f07f5122315e3c4ea2ec0a9e25327bf2a473d\"", "full_name": "dr1rrb/ha-twinkly", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5e66794", "last_release_tag": null, "last_updated": "2020-11-22T03:12:22Z", "name": "twinkly", "new": false, "repository_manifest": {"name": "Twinkly", "domains": ["light"], "iot_class": "local_polling", "render_readme": false}, "selected_tag": null, "show_beta": false, "stars": 12, "topics": ["custom-component", "hacs", "home-assistant", "homeassistant", "light", "twinkly"], "version_installed": null}, "157782680": {"authors": ["@DSorlov"], "category": "integration", "description": "HomeAssistant SL Sensor (HASL)", "domain": "hasl", "downloads": 0, "etag_repository": "W/\"460ebb6c71e8892b174807c4a16f7f69b021ec27a0f023bcc1ab1d8fe5f0d92b\"", "full_name": "DSorlov/hasl-platform", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6d6b27b", "last_release_tag": "2.2.8", "last_updated": "2022-01-03T15:54:51Z", "name": "hasl", "new": false, "repository_manifest": {"name": "Home Assistant SL Sensor (HASL)", "content_in_root": false, "zip_release": false, "render_readme": false, "domains": ["sensor"], "country": ["SE"], "homeassistant": "2021.12", "iot_class": "cloud_poll"}, "selected_tag": null, "show_beta": false, "stars": 21, "topics": ["ha-sensor-sl", "homeassistant", "homeassistant-sensor", "sl-sensor", "stockholms-lokaltrafik"], "version_installed": null, "last_fetched": 1641307193.753598}, "267076188": {"authors": ["@dynasticorpheus"], "category": "integration", "description": "Gigaset Smart Home integration for Home Assistant", "domain": "gigasetelements", "downloads": 0, "etag_repository": "W/\"fcd95fa8d304af02f3634dd174e63e7502c5e0faed2e7a9dd3a1e4cbde1b143c\"", "full_name": "dynasticorpheus/gigasetelements-ha", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7563c7b", "last_release_tag": "2022.1.0", "last_updated": "2022-01-30T15:11:29Z", "name": "gigasetelements", "new": false, "repository_manifest": {"name": "Gigaset Elements", "render_readme": "true", "homeassistant": "2021.4.6"}, "selected_tag": null, "show_beta": false, "stars": 11, "topics": ["community", "custom-component", "custom-components", "gigaset", "gigasetelements", "hacs", "home-assistant", "home-automation", "homeassistant", "integration", "python3", "smarthome"], "version_installed": null, "last_fetched": 1643571229.375805}, "250345421": {"authors": ["@eifinger"], "category": "integration", "description": "Homeassistant integration for FoldingAtHomeControl", "domain": "foldingathomecontrol", "downloads": 0, "etag_repository": "W/\"8fcfa52685111da25a92728007bb84786565ae45d0e04a7ad332c690860edc5e\"", "full_name": "eifinger/hass-foldingathomecontrol", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "80fc72d", "last_release_tag": "v2.0.14", "last_updated": "2022-01-10T17:17:08Z", "name": "foldingathomecontrol", "new": false, "repository_manifest": {"name": "Folding@HomeControl", "domains": ["sensor"], "homeassistant": "2021.12.0", "iot_class": "Local Push"}, "selected_tag": null, "show_beta": false, "stars": 14, "topics": ["asyncio", "folding-at-home", "foldingathome", "hacktoberfest", "homeassistant", "python", "python3"], "version_installed": null, "last_fetched": 1641895576.742688}, "206574936": {"authors": ["@eavanvalkenburg"], "category": "integration", "description": "SIA alarm systems integration into Home Assistant", "domain": "sia", "downloads": 0, "etag_repository": "W/\"057e606aa96dd7620d67153be87f8993a163fb122b23d24c3d995f2ef11294ca\"", "full_name": "eavanvalkenburg/sia", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9ec5e93", "last_release_tag": "v0.3.11", "last_updated": "2021-10-20T15:19:04Z", "name": "sia", "new": false, "repository_manifest": {"name": "SIA", "domains": ["binary_sensor"]}, "selected_tag": null, "show_beta": false, "stars": 47, "topics": [], "version_installed": null, "last_fetched": 1642520501.18063}, "202322117": {"authors": ["@eifinger"], "category": "integration", "description": "Custom Component for Homeassistant Providing Travel Time Information using openrouteservice.org", "domain": "open_route_service", "downloads": 0, "etag_repository": "W/\"35da629e5d450ff343441f12b1c8d290a23b26622dce983882f99cce8b3c6bc5\"", "full_name": "eifinger/open_route_service", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "ca140dc", "last_release_tag": "v1.1.1", "last_updated": "2022-01-06T14:24:36Z", "name": "open_route_service", "new": false, "repository_manifest": {"name": "open_route_service", "domains": ["sensor"], "iot_class": ["Cloud Polling"]}, "selected_tag": null, "show_beta": false, "stars": 10, "topics": ["homeassistant", "open-route-service", "python", "python3"], "version_installed": null, "last_fetched": 1641587703.063702}, "213959778": {"authors": ["@elad-bar"], "category": "integration", "description": "Dahua VTO Integration", "domain": "dahuavto", "downloads": 0, "etag_repository": "W/\"8b6985153f2c82718d8684e302d1a9d96bd7de593dfdfc9e77ff5ad549f22430\"", "full_name": "elad-bar/ha-dahuavto", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "895da2c", "last_release_tag": null, "last_updated": "2020-10-01T10:34:46Z", "name": "dahuavto", "new": false, "repository_manifest": {"name": "Dahua VTO Integration", "iot_class": "Local Polling"}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": [], "version_installed": null}, "169641362": {"authors": ["@elad-bar"], "category": "integration", "description": "Integration with Blue Iris Video Security Software", "domain": "blueiris", "downloads": 0, "etag_repository": "W/\"093e3771aeed3b510a6336416a49836058c0f41b354a137f1f1e0cdc09a81016\"", "full_name": "elad-bar/ha-blueiris", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "22af8ab", "last_release_tag": "v1.0.7", "last_updated": "2021-12-11T13:52:12Z", "name": "blueiris", "new": false, "repository_manifest": {"name": "BlueIris NVR", "iot_class": "Local Polling", "homeassistant": "2021.12.0"}, "selected_tag": null, "show_beta": false, "stars": 110, "topics": [], "version_installed": null, "last_fetched": 1643545554.568682}, "220482107": {"authors": ["@elad-bar"], "category": "integration", "description": "HP Printer Integration", "domain": "hpprinter", "downloads": 0, "etag_repository": "W/\"fdc1cd2d871237b58998794ef74764202cc181d378ce8ed0d31d6fb4e9828cc1\"", "full_name": "elad-bar/ha-hpprinter", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "0261b8e", "last_release_tag": "v1.0.5", "last_updated": "2021-12-30T16:59:01Z", "name": "hpprinter", "new": false, "repository_manifest": {"name": "HP Printers Integration", "iot_class": "Local Polling", "homeassistant": "2021.12.0"}, "selected_tag": null, "show_beta": false, "stars": 55, "topics": [], "version_installed": null, "last_fetched": 1643571230.096681}, "169467285": {"authors": ["@elad-bar"], "category": "integration", "description": "Integration with EdgeOS (Ubiquiti)", "domain": "edgeos", "downloads": 0, "etag_repository": "W/\"8f34ce15a8a53891a87e2f31304c559da0e01e1e7310a603be6ef73e02269e8d\"", "full_name": "elad-bar/ha-edgeos", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2a348e6", "last_release_tag": "v1.1.7", "last_updated": "2021-12-12T16:24:18Z", "name": "edgeos", "new": false, "repository_manifest": {"name": "EdgeOS (Ubiquiti)", "iot_class": "Local Polling", "homeassistant": "2021.12.0"}, "selected_tag": null, "show_beta": false, "stars": 86, "topics": [], "version_installed": null, "last_fetched": 1642851081.932442}, "177169766": {"authors": ["@eseglem"], "category": "integration", "description": "Home Assistant WattBox Component", "domain": "wattbox", "downloads": 0, "etag_repository": "W/\"073ba410f8c281dd189609770a904c9fce951ee9f31fcedd91dbf9ffffbe704d\"", "full_name": "eseglem/hass-wattbox", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4aaf37d", "last_release_tag": "v0.7.0", "last_updated": "2021-08-23T22:39:23Z", "name": "wattbox", "new": false, "repository_manifest": {"name": "Wattbox", "domains": ["binary_sensor", "sensor", "switch"], "iot_class": "Local Polling", "homeassistant": "2021.8.0"}, "selected_tag": null, "show_beta": false, "stars": 7, "topics": ["battery", "hacs", "home-assistant", "ups", "wattbox"], "version_installed": null}, "255073429": {"authors": ["@ericpignet"], "category": "integration", "description": "LG Hombot/Roboking Component for Home Assistant.", "domain": "lg_hombot", "downloads": 0, "etag_repository": "W/\"aedb90bb819ec7c30dcdf09cdd89ada6310560217eb2acdb649cb8c87ddd7e65\"", "full_name": "ericpignet/home-assistant-lg_hombot", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "13d21d3", "last_release_tag": "v0.0.3", "last_updated": "2021-06-21T01:02:21Z", "name": "lg_hombot", "new": false, "repository_manifest": {"name": "LG Hombot Vacuum Cleaner", "domains": ["vacuum"], "homeassistant": "0.108.0"}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": ["custom-components", "hacs", "hombot", "home-assistant", "home-assistant-component", "homeassistant", "roboking"], "version_installed": null}, "257586609": {"authors": ["@ericpignet"], "category": "integration", "description": "TPLink router device tracker for Home Assistant", "domain": "tplink_router", "downloads": 0, "etag_repository": "W/\"1c1f91bc8c7dffb513367982d2b79b7251f38ca7eb174b77d70f971df1aa700d\"", "full_name": "ericpignet/home-assistant-tplink_router", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "eaf3e98", "last_release_tag": "v0.0.6", "last_updated": "2021-12-03T23:24:45Z", "name": "tplink_router", "new": false, "repository_manifest": {"name": "TPLink Router", "domains": ["device_tracker"], "homeassistant": "0.108.0"}, "selected_tag": null, "show_beta": false, "stars": 29, "topics": ["custom-components", "hacs", "home-assistant", "home-assistant-component", "homeassistant", "tplink"], "version_installed": null, "last_fetched": 1643571230.33706}, "213950645": {"authors": [], "category": "integration", "description": "Support for interface with an ElkoEP Lara devices", "domain": "elkoep_lara", "downloads": 0, "etag_repository": "W/\"50d62be0ca3ad45820e46a1652802ef165d270306ab5a4e13c4d389b150829eb\"", "full_name": "exKAjFASH/media_player.elkoep_lara", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2969807", "last_release_tag": "v0.1.0", "last_updated": "2021-06-15T09:28:14Z", "name": "elkoep_lara", "new": false, "repository_manifest": {"name": "ElkoEP Lara", "render_readme": true, "domains": ["media_player"]}, "selected_tag": null, "show_beta": false, "stars": 0, "topics": ["custom-component", "home-assistant", "homeassistant", "python"], "version_installed": null}, "262140617": {"authors": ["@eyalcha"], "category": "integration", "description": "Home Assistant sensor to read water meter", "domain": "read_your_meter", "downloads": 0, "etag_repository": "W/\"22a019bdd7c4ecbe2783b2d534dbfb72c81349944138aa47f5d4243dda06b29a\"", "full_name": "eyalcha/read_your_meter", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "23063bf", "last_release_tag": "1.0.11", "last_updated": "2021-09-15T16:00:50Z", "name": "read_your_meter", "new": false, "repository_manifest": {"name": "Read Your Meter", "domains": ["sensor"], "country": ["IL"], "homeassistant": "0.106.0"}, "selected_tag": null, "show_beta": false, "stars": 26, "topics": ["custom-component", "hacs", "home-assistant", "sensor"], "version_installed": null}, "261291147": {"authors": ["@eyalcha"], "category": "integration", "description": "Thermal camera for Home Assistant", "domain": "thermal", "downloads": 0, "etag_repository": "W/\"4afc996368b0743fc2c6c231dd3c0fd21a1a6c33e5716c884ddaa1587e54f4d3\"", "full_name": "eyalcha/thermal", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "bf43aa3", "last_release_tag": "1.0.0", "last_updated": "2021-06-24T00:05:39Z", "name": "thermal", "new": false, "repository_manifest": {"name": "Thermal", "domains": ["camera", "sensor"], "homeassistant": "0.106.0"}, "selected_tag": null, "show_beta": false, "stars": 24, "topics": ["camera", "custom-component", "home-assistant", "sensor"], "version_installed": null}, "290436986": {"authors": ["@fineemb"], "category": "integration", "description": "\u7528\u4e8eHASS\u7684\u5f69\u4e91\u5929\u6c14\u7ec4\u4ef6", "domain": "colorfulclouds", "downloads": 0, "etag_repository": "W/\"07e61910dedc362a25e698f6ee33a4d208fec6a639463a9470e08cbb051dc34a\"", "full_name": "fineemb/Colorfulclouds-weather", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "bc9e898", "last_release_tag": "v1.2.6", "last_updated": "2021-05-04T14:39:53Z", "name": "colorfulclouds", "new": false, "repository_manifest": {"name": "\u5f69\u4e91\u5929\u6c14", "domains": ["weather", "sensor"], "render_readme": true, "homeassistant": "0.99.9", "country": ["CN"]}, "selected_tag": null, "show_beta": false, "stars": 40, "topics": ["hass", "weather"], "version_installed": null, "last_fetched": 1642094175.268777}, "237880993": {"authors": ["@fineemb"], "category": "integration", "description": "\u667a\u7c73\u667a\u80fd\u7535\u6696\u5668", "domain": "miheater", "downloads": 0, "etag_repository": "W/\"9062c5bf569523c60809f95ebfd39248e9555e4f0f8e82b5cc24b4f7186085ef\"", "full_name": "fineemb/Smartmi-smart-heater", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "28757be", "last_release_tag": "v1.23", "last_updated": "2021-01-13T01:49:54Z", "name": "miheater", "new": false, "repository_manifest": {"name": "Smartmi smart heater", "domains": ["climate"], "render_readme": true, "homeassistant": "0.99.9", "country": ["CN"]}, "selected_tag": null, "show_beta": false, "stars": 16, "topics": [], "version_installed": null}, "296320952": {"authors": ["@fineemb"], "category": "integration", "description": "HASS\u7684\u5c0f\u7c73\u4e91\u670d\u52a1\u96c6\u6210", "domain": "xiaomi_cloud", "downloads": 0, "etag_repository": "W/\"215ed00529a21158d7e718f24c2b58ef94ff03f986628c3747ab2cd4ffc50f93\"", "full_name": "fineemb/xiaomi-cloud", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "04d9793", "last_release_tag": "v1.2.6", "last_updated": "2021-05-04T14:38:20Z", "name": "xiaomi_cloud", "new": false, "repository_manifest": {"name": "\u5c0f\u7c73\u4e91\u670d\u52a1", "domains": ["device_tracker", "sensor"], "render_readme": true, "homeassistant": "0.99.9", "country": ["CN"]}, "selected_tag": null, "show_beta": false, "stars": 27, "topics": ["cloud", "hacs", "hass", "xiaomi"], "version_installed": null, "last_fetched": 1642094175.357851}, "229060565": {"authors": ["@fineemb"], "category": "integration", "description": "\u5c0f\u7c73\u517b\u751f\u58f6", "domain": "health_pot", "downloads": 0, "etag_repository": "W/\"16be15bbb0b0c448f5a8132c34e16536a1c19528cf1128f8e2a90f8c97ce1383\"", "full_name": "fineemb/Xiaomi-Smart-Multipurpose-Kettle", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e5c28dc", "last_release_tag": "v1.3", "last_updated": "2021-06-07T16:02:47Z", "name": "health_pot", "new": false, "repository_manifest": {"name": "Xiaomi Mijia Multifunctional MJYSH01YM", "domains": ["health_pot"], "render_readme": true, "homeassistant": "0.99.9"}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": [], "version_installed": null}, "285560672": {"authors": ["@FL550"], "category": "integration", "description": "Deutscher Wetterdienst integration for Home-Assistant", "domain": "dwd_weather", "downloads": 0, "etag_repository": "W/\"095d54dcb8d6caf5511021ff7cd75bba1306ddf41d38c567cc39b1437d33b1bb\"", "full_name": "FL550/dwd_weather", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "643c49e", "last_release_tag": "v1.2.17", "last_updated": "2022-01-07T16:28:18Z", "name": "dwd_weather", "new": false, "repository_manifest": {"name": "Deutscher Wetterdienst", "domains": ["weather", "sensor"], "iot_class": "Cloud Polling", "render_readme": false}, "selected_tag": null, "show_beta": false, "stars": 65, "topics": ["deutscher-wetterdienst", "dwd", "dwd-weather", "hacs", "hass", "home-assistant", "homeassistant", "weather", "weather-entity", "weather-forecast"], "version_installed": null, "last_fetched": 1641587710.040789}, "220685552": {"authors": ["@freakshock88"], "category": "integration", "description": "Custom component for Home Assistant which generates a sensor to show popularity for a google maps place.", "domain": "populartimes", "downloads": 0, "etag_repository": "W/\"21f6933662c8485775c27540810b39d6c6baff34f5eea819c42a2c2f925c18c5\"", "full_name": "freakshock88/hass-populartimes", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "86842d0", "last_release_tag": "0.24", "last_updated": "2021-05-05T18:54:43Z", "name": "populartimes", "new": false, "repository_manifest": {"name": "Popular Times", "render_readme": true, "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 18, "topics": ["google-maps", "google-places-api", "homeassistant"], "version_installed": null, "last_fetched": 1641217204.169365}, "226707533": {"authors": ["@freol35241"], "category": "integration", "description": "Long time state storage (LTSS) custom component for Home Assistant using Timescale DB", "domain": "ltss", "downloads": 0, "etag_repository": "W/\"2998cdceac16ada031f378f5a96479eeb7d88b72e31174dda320b3d08749efb5\"", "full_name": "freol35241/ltss", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "13cdd43", "last_release_tag": "v1.0.0", "last_updated": "2021-10-12T14:18:35Z", "name": "ltss", "new": false, "repository_manifest": {"name": "ltss", "iot_class": "Local Polling"}, "selected_tag": null, "show_beta": false, "stars": 33, "topics": ["custom-component", "database", "hacs", "homeassistant", "ltss", "state-storage", "storage", "timescaledb"], "version_installed": null, "last_fetched": 1643571230.932222}, "217507414": {"authors": ["@fineemb"], "category": "integration", "description": "\u63a5\u5165Hass\u7684\u51c9\u9738\u7ec4\u4ef6", "domain": "yeelink", "downloads": 0, "etag_repository": "W/\"169142bd6f57f510ea02d62f7a36e5ce83e4b5e6bc8156f33881f813ad972b50\"", "full_name": "fineemb/Yeelink-ven-fan", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "27cbd60", "last_release_tag": "v1.0", "last_updated": "2020-01-31T15:57:47Z", "name": "yeelink", "new": false, "repository_manifest": {"name": "Yeelight ven fan", "domains": ["fan"], "render_readme": true, "homeassistant": "0.99.9"}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": [], "version_installed": null}, "264655935": {"authors": ["@gadgetchnnel"], "category": "integration", "description": "A custom component for Home Assistant to allow regular entities to be used as a calendar", "domain": "entities_calendar", "downloads": 0, "etag_repository": "W/\"dc5a475f246aa4a5c6377fc1f88c1f21e45050c97804a4fa16421fc14460b3ab\"", "full_name": "gadgetchnnel/entities_calendar", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "cb2264f", "last_release_tag": "0.0.8", "last_updated": "2021-12-05T15:40:28Z", "name": "entities_calendar", "new": false, "repository_manifest": {"name": "Entities Calendar", "content_in_root": false, "domains": ["calendar"]}, "selected_tag": null, "show_beta": false, "stars": 11, "topics": ["calendar", "entities-calendar"], "version_installed": null, "last_fetched": 1641057981.870182}, "183212377": {"authors": ["@fondberg"], "category": "integration", "description": "Home assistant custom component to start Spotify playback on an idle chromecast device as well as control spotify connect devices", "domain": "spotcast", "downloads": 0, "etag_repository": "W/\"dcde6cdb19db1d868c3c36f05b420bb7d2d9ad6451e557be35f1419abadabab7\"", "full_name": "fondberg/spotcast", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "36ca464", "last_release_tag": "v3.6.24", "last_updated": "2022-01-29T10:28:06Z", "name": "spotcast", "new": false, "repository_manifest": {"name": "Spotcast", "domains": ["media_player", "sensor"], "homeassistant": "2021.12.0", "iot_class": ["Cloud Polling"]}, "selected_tag": null, "show_beta": false, "stars": 346, "topics": [], "version_installed": null, "last_fetched": 1643571230.891394}, "263757123": {"authors": ["@finity69x2"], "category": "integration", "description": "An updated version of the nws_alerts custom integration for Home Assistant", "domain": "nws_alerts", "downloads": 0, "etag_repository": "W/\"dc751f53ef576cdfeca7fbb4684e08b8bddcbb46ec9a791c74b79927fb792bd8\"", "full_name": "finity69x2/nws_alerts", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "8817a2c", "last_release_tag": "2.4", "last_updated": "2022-01-29T06:14:49Z", "name": "nws_alerts", "new": false, "repository_manifest": {"name": "NWS Alerts", "domains": ["sensor"], "homeassistant": "0.95.4", "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 17, "topics": ["alerts", "assistant", "home", "sensor", "weather"], "version_installed": null, "last_fetched": 1643571230.790616}, "261311061": {"authors": ["@garbled1"], "category": "integration", "description": "Ecowitt Weather Station integration for homeassistant", "domain": "ecowitt", "downloads": 0, "etag_repository": "W/\"c9f6374464f54bb0938e1460d208952bfb5ed0b00589c24eab3bf23cdfbc0d35\"", "full_name": "garbled1/homeassistant_ecowitt", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3ad3e03", "last_release_tag": "0.7", "last_updated": "2022-01-12T21:06:43Z", "name": "ecowitt", "new": false, "repository_manifest": {"name": "Ecowitt Weather Station", "render_readme": true, "domains": ["sensor", "binary_sensor"], "iot_class": "Local Push"}, "selected_tag": null, "show_beta": false, "stars": 71, "topics": ["ecowitt", "hacs", "home-assistant", "home-assistant-custom", "homeassistant-integration"], "version_installed": null, "last_fetched": 1642851091.52369}, "229755760": {"authors": ["@garbled1"], "category": "integration", "description": "Balboa spa integration for home-assistant", "domain": "balboa", "downloads": 0, "etag_repository": "W/\"7965efb22e88952c09f0f83cc34ad888065720acc75ae2b49bc4b7ca802b854c\"", "full_name": "garbled1/balboa_homeassistan", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "aece6fd", "last_release_tag": "0.6.1", "last_updated": "2021-10-11T13:24:27Z", "name": "balboa", "new": false, "repository_manifest": {"name": "Balboa Spa Client", "render_readme": true, "domains": ["binary_sensor", "climate", "fan", "switch"], "iot_class": "Local Push"}, "selected_tag": null, "show_beta": false, "stars": 17, "topics": ["balboa", "hacs", "home-assistant", "home-assistant-custom", "homeassistant-integration"], "version_installed": null, "last_fetched": 1643571231.533537}, "222292912": {"authors": ["@gcobb321"], "category": "integration", "description": "iCloud3 - An advanced device_tracker custom_component for iPhones, iPads, etc. It monitors zone & location updates triggered by the HA iOS App and supports Apple 2fa verification.", "domain": "icloud3", "downloads": 0, "etag_repository": "W/\"bf679447443018779ce4bd6f297409f787b724b1a506e72e3db339b98df50481\"", "full_name": "gcobb321/icloud3", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "0db8592", "last_release_tag": "v2.4.7", "last_updated": "2021-12-29T16:11:26Z", "name": "icloud3", "new": false, "repository_manifest": {"name": "iCloud3 Device Tracker", "zip_release": true, "render_readme": true, "domains": ["device_tracker"], "filename": "icloud3.zip"}, "selected_tag": null, "show_beta": false, "stars": 214, "topics": ["device-tracker", "ha-ios", "icloud", "icloud-account", "tracking", "zone", "zones"], "version_installed": null, "last_fetched": 1643571231.615641}, "201599575": {"authors": ["@gcorgnet"], "category": "integration", "description": "Home Assistant component to feed Upcoming Media Card with the latest releases on an Emby instance.", "domain": "emby_upcoming_media", "downloads": 0, "etag_repository": "W/\"9d574f3c503e13da628971c79f3682a2d01a08b5f7e68a0d047d4792b2c60e26\"", "full_name": "gcorgnet/sensor.emby_upcoming_media", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e33debb", "last_release_tag": "3.6", "last_updated": "2021-12-16T21:59:38Z", "name": "emby_upcoming_media", "new": false, "repository_manifest": {"name": "Emby Latest Media"}, "selected_tag": null, "show_beta": false, "stars": 10, "topics": [], "version_installed": null, "last_fetched": 1643571231.976754}, "264490983": {"authors": ["@GeorgeSG"], "category": "integration", "description": "Slack User sensor for Home Assistant", "domain": "slack_user", "downloads": 0, "etag_repository": "W/\"a74d0a12210889ffcb7522abcee203b5c2ef6e46bece9f9b50e781c5954137cd\"", "full_name": "GeorgeSG/ha-slack-user", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "386b476", "last_release_tag": "0.4.1", "last_updated": "2021-06-12T12:04:14Z", "name": "slack_user", "new": false, "repository_manifest": {"name": "Slack User", "domains": ["sensor"], "render_readme": true, "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 10, "topics": ["home-assistant", "home-assistant-component", "home-assistant-custom", "homeassistant", "homeassistant-integration"], "version_installed": null, "last_fetched": 1643571231.959303}, "199306003": {"authors": ["@gieljnssns"], "category": "integration", "description": "Buienalarm custom_component for Home-Assistant", "domain": "buienalarm", "downloads": 0, "etag_repository": "W/\"bd40dfd0ebae327b7c5bc29253519926a6d57049a167ceed0672774fe74343af\"", "full_name": "gieljnssns/buienalarm-sensor-homeassistant", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "104252b", "last_release_tag": "v1.9", "last_updated": "2021-12-04T09:48:55Z", "name": "buienalarm", "new": false, "repository_manifest": {"name": "Buienalarm", "render_readme": true, "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 17, "topics": [], "version_installed": null}, "199306511": {"authors": ["@gieljnssns"], "category": "integration", "description": "A custom component to get the readings of a Kostal Piko inverter", "domain": "kostal", "downloads": 0, "etag_repository": "W/\"db33a4e20016e5f4bb7b2e459d692dad428d622b10a18661e8de5e8d7edb12a7\"", "full_name": "gieljnssns/kostalpiko-sensor-homeassistant", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "93657fa", "last_release_tag": "v2.7", "last_updated": "2021-06-16T14:25:39Z", "name": "kostal", "new": false, "repository_manifest": {"name": "Kostal Piko", "render_readme": true, "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": [], "version_installed": null}, "261873234": {"authors": ["@gjohansson-ST"], "category": "integration", "description": "Integration to Sector Alarm for Home Assistant", "domain": "sector", "downloads": 0, "etag_repository": "W/\"1b389e59482320a221c3835f1f08c85373a97e86183f8002acff9deff8796957\"", "full_name": "gjohansson-ST/sector", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "325670e", "last_release_tag": "v0.3.4", "last_updated": "2022-01-09T19:14:52Z", "name": "sector", "new": false, "repository_manifest": {"name": "Sector Alarm", "render_readme": true, "domains": ["sensor", "lock", "alarm_control_panel", "switch"], "homeassistant": "2021.12.0", "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 11, "topics": ["alarm", "alarm-control", "alarm-control-panel", "lock", "sector", "sector-alarm", "temperature-sensor"], "version_installed": null, "last_fetched": 1641895595.185594}, "265716369": {"authors": ["@gilsonmandalogo"], "category": "integration", "description": "Minerstat mining hashrate.", "domain": "hacs-minerstat", "downloads": 0, "etag_repository": "W/\"990423b44ce4927291822796d56f1d564d972314e0dc5a84c3f156d8871888e3\"", "full_name": "gilsonmandalogo/hacs-minerstat", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a06b028", "last_release_tag": "1.1.1", "last_updated": "2021-06-27T03:17:32Z", "name": "hacs-minerstat", "new": false, "repository_manifest": {"name": "Minerstat", "render_readme": "true", "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["hacs", "homeassistant", "minerstat", "mining"], "version_installed": null}, "207794683": {"authors": [], "category": "integration", "description": "Google Location for HASS using the Google Geocode API", "domain": "google_geocode", "downloads": 0, "etag_repository": "W/\"aef445f43eece05826a613d44e2e41b2e0c6dfd7d1d8e2d2b7c07329d9f7643b\"", "full_name": "gregoryduckworth/GoogleGeocode-HASS", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2973eeb", "last_release_tag": "0.1.8", "last_updated": "2022-01-04T10:21:35Z", "name": "google_geocode", "new": false, "repository_manifest": {"name": "GoogleGeocode-HASS", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": [], "version_installed": null, "last_fetched": 1641307214.082965}, "292197182": {"authors": ["@hcoohb"], "category": "integration", "description": "Home assistant custom component for Yeelight bluetooth", "domain": "yeelight_bt", "downloads": 0, "etag_repository": "W/\"8a430ed9613da067744a3796b5f9e4a0e1bff126e10ae5e3bcbf8739339988ae\"", "full_name": "hcoohb/hass-yeelightbt", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7a4e6a0", "last_release_tag": "v0.11.3", "last_updated": "2021-05-01T10:03:46Z", "name": "yeelight_bt", "new": false, "repository_manifest": {"name": "Yeelight bluetooth", "render_readme": true, "domains": ["yeelight_bt", "light"], "homeassistant": "0.109.0", "iot_class": "Local Polling"}, "selected_tag": null, "show_beta": false, "stars": 20, "topics": ["bluetooth", "bluetooth-low-energy", "custom-component", "home-assistant", "yeelight-lamp"], "version_installed": null}, "263075818": {"authors": ["@guysie"], "category": "integration", "description": "Integration for Meural Canvas digital art frame in Home Assistant ", "domain": "meural", "downloads": 0, "etag_repository": "W/\"8269a56d36615382e31b541f3b85a214746a830f7c770c117e3feb0580a74f17\"", "full_name": "GuySie/ha-meural", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2a6faec", "last_release_tag": "v0.2.2", "last_updated": "2021-06-02T20:08:50Z", "name": "meural", "new": false, "repository_manifest": {"name": "HA-meural", "domains": ["media_player"], "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 31, "topics": ["home-assistant", "homeassistant", "homeassistant-components", "homeassistant-integration", "meural", "netgear"], "version_installed": null, "last_fetched": 1641895596.895804}, "143340728": {"authors": ["@herikw"], "category": "integration", "description": "Atag One Custom components for Home-Assistant", "domain": "atagone", "downloads": 0, "etag_repository": "W/\"5a2a2a5f30b2c7666c59555d7b1761130f359860a6d71b1c21b3bde3f28649b1\"", "full_name": "herikw/home-assistant-custom-components", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "230e5a3", "last_release_tag": "v2.0.1", "last_updated": "2022-01-03T11:05:53Z", "name": "atagone", "new": false, "repository_manifest": {"name": "ATAG One", "country": ["NL"], "render_readme": false, "domains": ["sensor", "climate"]}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": ["atag", "custom-components", "hacs", "home-assistant", "integration", "thermostat"], "version_installed": null, "last_fetched": 1643571232.89527}, "264499592": {"authors": ["@heyajohnny"], "category": "integration", "description": "Provides Home Assistant sensors for all cryptocurrencies supported by CoinGecko", "domain": "cryptoinfo", "downloads": 0, "etag_repository": "W/\"1d65439b11dd6569d076ff46becb400f5a1f7297c023073711df752eb3231012\"", "full_name": "heyajohnny/cryptoinfo", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "98e3a83", "last_release_tag": "v0.0.9", "last_updated": "2021-12-15T08:44:29Z", "name": "cryptoinfo", "new": false, "repository_manifest": {"name": "Cryptoinfo", "content_in_root": false, "render_readme": true, "domains": ["sensor"], "homeassistant": "0.100.0"}, "selected_tag": null, "show_beta": false, "stars": 29, "topics": [], "version_installed": null, "last_fetched": 1642851098.403207}, "234983286": {"authors": ["@thrilleratplay"], "category": "integration", "description": "Govee Temperature/Humidity BLE Home Assistant Component", "domain": "govee_ble_hci", "downloads": 0, "etag_repository": "W/\"599601c27887f77fc969560371ba3dcaa72c01cae0b8fda23d6244509eecdd05\"", "full_name": "Home-Is-Where-You-Hang-Your-Hack/sensor.goveetemp_bt_hci", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b0a6408", "last_release_tag": "v0.10.0", "last_updated": "2021-07-15T18:32:44Z", "name": "govee_ble_hci", "new": false, "repository_manifest": {"name": "Govee BLE HCI monitor sensor integration", "domains": "sensor"}, "selected_tag": null, "show_beta": false, "stars": 131, "topics": ["ble", "govee", "h5051", "h5072", "h5074", "h5075", "h5101", "h5102", "h5177", "h5179", "hacs", "home-assistant", "home-assistant-component"], "version_installed": null, "last_fetched": 1642520502.264548}, "243122556": {"authors": ["@hellowlol"], "category": "integration", "description": "Tide a sensor for HASS.", "domain": "tide", "downloads": 0, "etag_repository": "W/\"e442c19c4f63c021d0c225059894d369a25de8ed69f4a179beadf67bef56baa9\"", "full_name": "Hellowlol/ha-tide", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6bc1842", "last_release_tag": "0.0.2", "last_updated": "2021-06-06T20:30:32Z", "name": "tide", "new": false, "repository_manifest": {"name": "tide", "content_in_root": false, "country": ["NOR"], "domains": ["sensors"], "iot_class": "cloud_poll", "homeassistant": "0.96.0", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["hass", "norway", "tide"], "version_installed": null}, "164841067": {"authors": ["@isabellaalstrom"], "category": "integration", "description": "A custom component for Home Assistant to get messages from krisinformation.se", "domain": "krisinformation", "downloads": 0, "etag_repository": "W/\"451852ca792e3bea616a175f6cd8c6c7d6b975fcf2e3039d0d2f28a91ba8a353\"", "full_name": "isabellaalstrom/sensor.krisinformation", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e70f74a", "last_release_tag": "v1.0.3", "last_updated": "2021-06-29T18:03:29Z", "name": "krisinformation", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 26, "topics": ["hacktoberfest"], "version_installed": null, "last_fetched": 1642430582.077375}, "234118477": {"authors": ["@heyajohnny"], "category": "integration", "description": "Provides Home Assistant sensors for multiple Dutch waste collectors. The idea is to add more cities and features in the future.", "domain": "afvalinfo", "downloads": 0, "etag_repository": "W/\"e1b7b5c58baba62dba3616843d937de4fac6102b7c24c6e1a9dc2ad9358d385f\"", "full_name": "heyajohnny/afvalinfo", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1354b49", "last_release_tag": "v0.9.0", "last_updated": "2022-01-04T15:55:23Z", "name": "afvalinfo", "new": false, "repository_manifest": {"name": "Afvalinfo", "content_in_root": false, "render_readme": true, "domains": ["sensor"], "country": ["NL"], "homeassistant": "0.100.0"}, "selected_tag": null, "show_beta": false, "stars": 57, "topics": [], "version_installed": null, "last_fetched": 1643571233.234209}, "269316095": {"authors": ["@philklei", "@imicknl", "@vlebourl", "@tetienne"], "category": "integration", "description": "Custom component for Home Assistant to interact with smart devices via Somfy TaHoma or other OverKiz based API's.", "domain": "tahoma", "downloads": 0, "etag_repository": "W/\"596a799ce46db23a3e75666a4de7ed260dc710292ea3454ce91538fac2c4add7\"", "full_name": "iMicknl/ha-tahoma", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f55e9d9", "last_release_tag": "v2.12.1", "last_updated": "2022-01-27T11:39:43Z", "name": "tahoma", "new": false, "repository_manifest": {"name": "Overkiz (by Somfy) - Custom component", "domains": ["alarm_control_panel", "binary_sensor", "climate", "cover", "light", "lock", "number", "sensor", "switch", "water_heater"], "homeassistant": "2021.12.0", "render_readme": "true", "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 118, "topics": ["cozytouch", "hacktoberfest", "hi-kumo", "home-assistant", "nexity", "overkiz", "rexel", "somfy", "tahoma"], "version_installed": null, "last_fetched": 1643571234.131529}, "242700009": {"authors": ["@ITTV-Tools"], "category": "integration", "description": "Home Assistant Component for Kostal Plenticore ", "domain": "kostal_plenticore", "downloads": 0, "etag_repository": "W/\"f6495b2f1ed88e04332f1fe518b962688816f5d60c2f8cdeaa95878e1613c8b4\"", "full_name": "ITTV-tools/homeassistant-kostalplenticore", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "8f47ce3", "last_release_tag": "0.10.0", "last_updated": "2021-08-11T21:57:37Z", "name": "kostal_plenticore", "new": false, "repository_manifest": {"name": "Kostal Plenticore", "domains": ["sensor"], "iot_class": "Local Polling"}, "selected_tag": null, "show_beta": false, "stars": 15, "topics": ["component", "home-assistant", "kostal", "plenticore"], "version_installed": null}, "231989179": {"authors": ["al-fontes-jr", "JAAlperin"], "category": "integration", "description": "HASS custom component to load and run Bardolph (simple scripting utility for LIFX light bulbs by Al Fontes, Jr.)", "domain": "bardolph", "downloads": 0, "etag_repository": "W/\"b71988d961f841fadc4e35470d19bd5e3455f8f262c0665385c16a38b8e9a88f\"", "full_name": "JAAlperin/hass-bardolph", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "806fb18", "last_release_tag": null, "last_updated": "2021-05-08T22:23:44Z", "name": "bardolph", "new": false, "repository_manifest": {"name": "HASS Bardolph"}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["bardolph", "color-bulb", "home-assistant", "lifx", "lifx-lan-protocol", "scripts", "services"], "version_installed": null}, "183989659": {"authors": ["@jayblackedout"], "category": "integration", "description": "NHL Stats API Integration Into Home Assistant", "domain": "nhl_api", "downloads": 0, "etag_repository": "W/\"b6aca39c7e8ccc9ac4dcc6930a9da0e14c8a5d60654c566f2c1f54a3cc5682d2\"", "full_name": "JayBlackedOut/hass-nhlapi", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "db395d8", "last_release_tag": "v0.9.1", "last_updated": "2021-10-07T21:07:07Z", "name": "nhl_api", "new": false, "repository_manifest": {"name": "NHL API"}, "selected_tag": null, "show_beta": false, "stars": 30, "topics": [], "version_installed": null}, "235943258": {"authors": ["@jason0x43"], "category": "integration", "description": "A Hubitat integration for Home Assistant", "domain": "hubitat", "downloads": 0, "etag_repository": "W/\"175e5140d7d2a639a2b8aa4fa38778e4ab3d9d04de7ff8a20c9df1154cb4ce01\"", "full_name": "jason0x43/hacs-hubitat", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1173413", "last_release_tag": "v0.6.18", "last_updated": "2022-01-24T14:47:26Z", "name": "hubitat", "new": false, "repository_manifest": {"name": "Hubitat", "domains": ["binary_sensor", "climate", "light", "sensor", "switch"], "country": ["US"], "iot_class": "local_push"}, "selected_tag": null, "show_beta": false, "stars": 91, "topics": ["hacs", "home-assistant", "hubitat", "maker-api"], "version_installed": null, "last_fetched": 1643571234.563826}, "221855213": {"authors": ["@jcwillox"], "category": "integration", "description": "\ud83d\uddc3\ufe0f Improved Backup Service for Hass.io that can Automatically Remove Backups and Supports Generational Backup Schemes.", "domain": "auto_backup", "downloads": 0, "etag_repository": "W/\"f65c9c666fb80961b22c7692ac011abb9ebfff3829447da45cb9825e880951bc\"", "full_name": "jcwillox/hass-auto-backup", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "714e7af", "last_release_tag": "0.10.1", "last_updated": "2021-11-25T09:32:50Z", "name": "auto_backup", "new": false, "repository_manifest": {"name": "Auto Backup", "zip_release": true, "hide_default_branch": true, "filename": "auto_backup.zip", "homeassistant": "2021.9.0b0"}, "selected_tag": null, "show_beta": false, "stars": 115, "topics": ["auto-purge", "generational-backups", "hassio", "homeassistant", "snapshots"], "version_installed": null, "last_fetched": 1643571234.605657}, "273333188": {"authors": ["@jeroenterheerdt"], "category": "integration", "description": "Sensor for Home Assistant that gets reset at midnight", "domain": "daily", "downloads": 0, "etag_repository": "W/\"87d5f71e7b86c33c30ac6d2c695a4bea94fd8bb0603c79810bee50e00c010230\"", "full_name": "jeroenterheerdt/HADailySensor", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4147f18", "last_release_tag": "v0.3.9", "last_updated": "2022-01-06T21:13:29Z", "name": "daily", "new": false, "repository_manifest": {"name": "Daily Sensor", "render_readme": true, "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 18, "topics": ["aggregation", "average", "home-assistant", "home-automation", "homeassistant", "max", "maximum", "mean", "median", "min", "minimum", "sensor", "standard-deviation", "statistics", "stdev", "sum", "var", "variance"], "version_installed": null, "last_fetched": 1642851104.100894}, "263179176": {"authors": ["@jeroenterheerdt"], "category": "integration", "description": "Smart Irrigation custom component for Home Assistant", "domain": "smart_irrigation", "downloads": 0, "etag_repository": "W/\"4b8ea7e037b6be3ef6f90f2e663b6412f3001d0ad65da3fc6b48cf95fa5d9284\"", "full_name": "jeroenterheerdt/HAsmartirrigation", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "dfb7b2d", "last_release_tag": "v0.0.77", "last_updated": "2022-01-13T19:41:20Z", "name": "smart_irrigation", "new": false, "repository_manifest": {"name": "Smart Irrigation", "render_readme": true, "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 109, "topics": ["crop", "evaporation", "evapotranspiration", "flow", "grass", "home-automation", "homeassistant", "irrigation", "lawn", "openweathermap", "rain", "snow", "sprinkler", "sprinklers", "water", "watering"], "version_installed": null, "last_fetched": 1643545554.766255}, "190982718": {"authors": ["@jihao"], "category": "integration", "description": "A hass component to integrate with colorfulclouds (\u5f69\u4e91\u5929\u6c14)", "domain": "colorfulclouds", "downloads": 0, "etag_repository": "W/\"dddca5745e10d8989af1d6d90d49f629904323722fc53852f46063f9e4bf6286\"", "full_name": "jihao/colorfulclouds-hass", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2b01bb0", "last_release_tag": "v0.1.2", "last_updated": "2019-06-20T12:38:40Z", "name": "colorfulclouds", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 20, "topics": [], "version_installed": null}, "187201747": {"authors": [], "category": "integration", "description": "rokid webhook component for Home Assistant (\u82e5\u742aHA\u7ec4\u4ef6)", "domain": "rokid_webhook", "downloads": 0, "etag_repository": "W/\"e003656c9723bd24547be4d29cb7def36b38ecb1bec57ef2267b789a9059846e\"", "full_name": "jihao/rokid-webhook-hass", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "fe0707d", "last_release_tag": "0.1.3", "last_updated": "2021-07-09T09:24:38Z", "name": "rokid_webhook", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 12, "topics": [], "version_installed": null}, "198758494": {"authors": ["@ludeeus", "adapt by @jihao"], "category": "integration", "description": "A hass component to integrate with traccar_cn which adapts Chinese map coordinates (\u4e2d\u6587\u5730\u56fe traccar.cn)", "domain": "traccar_cn", "downloads": 0, "etag_repository": "W/\"a3c66378444f873adb310502ca0ae0b96705a49cae0c724189ecc8b7001130bf\"", "full_name": "jihao/traccar-cn-hass", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b426dfe", "last_release_tag": "0.1.0", "last_updated": "2020-08-28T09:51:37Z", "name": "traccar_cn", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 17, "topics": [], "version_installed": null}, "278596510": {"authors": ["@jesserockz"], "category": "integration", "description": "A Home Assistant integration to receive live data sent from the LeafSpy app", "domain": "leafspy", "downloads": 0, "etag_repository": "W/\"eba23cfde875c68ee7c80753a7fd167841b2f8df39581b3f346106450f520d3f\"", "full_name": "jesserockz/ha-leafspy", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2caf25e", "last_release_tag": "v0.1.7", "last_updated": "2021-12-22T01:42:34Z", "name": "leafspy", "new": false, "repository_manifest": {"name": "Leaf Spy", "hacs": "0.24.0", "domains": ["device_tracker"], "iot_class": "Local Push", "homeassistant": "0.110.0"}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["electric-vehicles", "ev", "hacs", "home-assistant", "leaf", "leafspy", "nissan"], "version_installed": null}, "223541049": {"authors": ["@jaruba"], "category": "integration", "description": "\ud83d\udcfa HomeAssistant - For Samsung TVs 2016+, Includes SmartThings API and Channel List Support", "domain": "samsungtv_tizen", "downloads": 0, "etag_repository": "W/\"31efc7d942f2b037092a7ea9e2de281bf62575c3ed5404e951afbcd3ff828f9f\"", "full_name": "jaruba/ha-samsungtv-tizen", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c13be76", "last_release_tag": "v1.5.9", "last_updated": "2021-09-29T08:35:15Z", "name": "samsungtv_tizen", "new": false, "repository_manifest": {"name": "SamsungTV Tizen", "domains": ["media-player"]}, "selected_tag": null, "show_beta": false, "stars": 207, "topics": [], "version_installed": null, "last_fetched": 1643571234.601953}, "192664631": {"authors": ["@jm-73", "@eavanvalkenburg"], "category": "integration", "description": "Home Assistant Custom Component for Bosch Indego Lawn Mower", "domain": "indego", "downloads": 0, "etag_repository": "W/\"a5243cdcd3384414411fe9ce8757d607482fe910bf21f47ab3e04ee794ff8ad0\"", "full_name": "jm-73/Indego", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a2d24ec", "last_release_tag": "3.8.1", "last_updated": "2021-10-13T17:59:57Z", "name": "indego", "new": false, "repository_manifest": {"name": "Bosch Indego Mower", "country": ["SE"], "domains": ["sensor", "binary_sensor"], "homeassistant": "0.110.0"}, "selected_tag": null, "show_beta": false, "stars": 25, "topics": ["bosch-mower", "hacs", "home-assistant", "homeassistant-components", "indego", "iot", "sensor"], "version_installed": null}, "297106424": {"authors": ["@joggs"], "category": "integration", "description": "Integration for Ebeco thermostats", "domain": "ebeco", "downloads": 0, "etag_repository": "W/\"a14003baf4e2c6d027fd6212973ce6700a9742b7a0985123cca66678fb52b32f\"", "full_name": "joggs/home_assistant_ebeco", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "385f337", "last_release_tag": "0.6.2", "last_updated": "2022-01-29T20:27:04Z", "name": "ebeco", "new": false, "repository_manifest": {"name": "Ebeco thermostats", "domains": ["climate"], "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 13, "topics": ["ebeco", "hacs", "homeassistant"], "version_installed": null, "last_fetched": 1643571235.221852}, "239339530": {"authors": ["@johnwulp"], "category": "integration", "description": "Home Assisant sensor component for RAD Hoekschewaard Afval Kalender", "domain": "rad-afval", "downloads": 0, "etag_repository": "W/\"158d30dfe52dfb13106d2844f7bccf46daa9820b9766d3763113f7043beec2c0\"", "full_name": "Johnwulp/rad-afval", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b6ddb4c", "last_release_tag": null, "last_updated": "2021-08-22T10:57:45Z", "name": "rad-afval", "new": false, "repository_manifest": {"name": "RAD Hoekschewaard Afval Kalender", "content_in_root": false, "render_readme": true, "domains": ["sensor"], "country": ["NL"], "homeassistant": "0.100.0"}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": [], "version_installed": null}, "147953507": {"authors": ["@jomwells", "@hutchinsane"], "category": "integration", "description": "Custom Home Assistant (Light) Component for Ambilight LED's on Philips Android TV's", "domain": "philips_ambilight", "downloads": 0, "etag_repository": "W/\"21b77e0b3185bc80d71a77955025346377d5b5e491ca4cc70631cde11992f9c0\"", "full_name": "jomwells/ambilights", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1389c5e", "last_release_tag": null, "last_updated": "2021-06-23T17:10:55Z", "name": "philips_ambilight", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 44, "topics": [], "version_installed": null, "last_fetched": 1643571235.086734}, "193746664": {"authors": ["@jomwells"], "category": "integration", "description": "A switch component which mimics the functionality of Ambilight+Hue for all Yeelight lights/bulbs", "domain": "philips_ambilight+yeelight", "downloads": 0, "etag_repository": "W/\"d5f882abdf05ddfa2c7639d497888484b4ece3da37eab5c813f6d5a0bd94246a\"", "full_name": "jomwells/ambilight-yeelight", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5c4502e", "last_release_tag": null, "last_updated": "2020-05-29T18:20:34Z", "name": "philips_ambilight+yeelight", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 18, "topics": [], "version_installed": null}, "235659413": {"authors": ["@JonasPed"], "category": "integration", "description": "Home Assistant Custom Component showing data from eloverblik.dk", "domain": "eloverblik", "downloads": 0, "etag_repository": "W/\"aa247cf287acaa60fbd0fe313d43a8b22ebb9a4754a9d3793d149f0c28714485\"", "full_name": "JonasPed/homeassistant-eloverblik", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f6f179e", "last_release_tag": "v0.3.0", "last_updated": "2021-12-14T20:20:50Z", "name": "eloverblik", "new": false, "repository_manifest": {"name": "Eloverblik", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 78, "topics": [], "version_installed": null, "last_fetched": 1643571235.533426}, "170309600": {"authors": ["@JurajNyiri"], "category": "integration", "description": "Custom component allowing control of Atrea ventilation units", "domain": "atrea", "downloads": 0, "etag_repository": "W/\"19c3ac233b1a7dec4d17644f78013e00ff5730c738df128d03300de0bf7fbf0c\"", "full_name": "JurajNyiri/HomeAssistant-Atrea", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "53a4b5a", "last_release_tag": "5.0.1", "last_updated": "2021-03-20T05:49:07Z", "name": "atrea", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 12, "topics": [], "version_installed": null, "last_fetched": 1641895611.406402}, "175020245": {"authors": ["@JurajNyiri"], "category": "integration", "description": "Sensor which gathers water outage information from Tavos (Slovakia) website", "domain": "tavos_water_outage", "downloads": 0, "etag_repository": "W/\"46d9a39b8508344535186c7b0127a5e868ec1069b8edc426897f98f4030e6646\"", "full_name": "JurajNyiri/HomeAssistant-Tavos", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5f085ce", "last_release_tag": "1.1.1", "last_updated": "2021-03-03T21:46:59Z", "name": "tavos_water_outage", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 0, "topics": [], "version_installed": null}, "199291345": {"authors": ["@JurajNyiri"], "category": "integration", "description": "Adds ability to switch alternative speed in qBittorrent through Home Assistant.", "domain": "qbittorrent_alternative_speed", "downloads": 0, "etag_repository": "W/\"0529778d480636ec94ad0be67261c3c03f69cf47603e233be702595fbd11a7b3\"", "full_name": "JurajNyiri/HomeAssistant-qBitTorrentAlternativeSpeed", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e1c238e", "last_release_tag": "1.3.2", "last_updated": "2021-03-03T21:52:34Z", "name": "qbittorrent_alternative_speed", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": [], "version_installed": null, "last_fetched": 1643571235.837549}, "197058358": {"authors": ["@jxlarrea"], "category": "integration", "description": "Emfit QS Sleep Tracker Component for Home Assistant", "domain": "emfitqs", "downloads": 0, "etag_repository": "W/\"b7e0cf1d3ffac56ad52d7fdf0a592f6fbe18af417629c8a5beb2de39db1bb012\"", "full_name": "jxlarrea/ha-emfitqs", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d816d60", "last_release_tag": "2.2", "last_updated": "2021-06-07T02:03:11Z", "name": "emfitqs", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 14, "topics": ["emfit", "emfitqs", "home-assistant", "home-automation", "homeassistant", "homeassistant-components", "presence", "presence-detection", "python", "sleep-tracker"], "version_installed": null}, "262803775": {"authors": ["@jscruz"], "category": "integration", "description": "Carbon Intensity UK Sensor for Home Assistant", "domain": "carbon_intensity_uk", "downloads": 0, "etag_repository": "W/\"d49a67a0ab94a690f5e94ea13e607994c1582152b15eab0baecef7eca03969cd\"", "full_name": "jscruz/sensor.carbon_intensity_uk", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2f04bc0", "last_release_tag": "0.0.3", "last_updated": "2021-03-13T21:05:53Z", "name": "carbon_intensity_uk", "new": false, "repository_manifest": {"name": "Carbon Intensity UK", "hacs": "0.24.0", "domains": ["sensor"], "iot_class": "Cloud Polling", "homeassistant": "0.108.0"}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["carbon", "custom-component", "custom-integration", "energy", "hacs", "home-assistant-custom", "sensor-platform"], "version_installed": null}, "300358676": {"authors": ["@JurajNyiri"], "category": "integration", "description": "Control for Tapo cameras as a Home Assistant component", "domain": "tapo_control", "downloads": 0, "etag_repository": "W/\"6726532c8e42f6453b5cdce8ec02cd18d7b7f79d6b4d4d80819234c5ed0daefe\"", "full_name": "JurajNyiri/HomeAssistant-Tapo-Control", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4bba08e", "last_release_tag": "3.4.4", "last_updated": "2022-01-18T17:25:09Z", "name": "tapo_control", "new": false, "repository_manifest": {"name": "Tapo: Cameras Control", "homeassistant": "2021.3.0"}, "selected_tag": null, "show_beta": false, "stars": 224, "topics": ["camera", "cameras", "hacktoberfest", "hacktoberfest2021", "home-assistant", "home-automation", "homeassistant", "homeassistant-custom-component", "ptz", "tapo"], "version_installed": null, "last_fetched": 1643571236.23793}, "159025199": {"authors": ["@kalanda"], "category": "integration", "description": "AEMET integration for Home Assistant", "domain": "aemet", "downloads": 0, "etag_repository": "W/\"4dc6f9864436719cc90ab1080c012a1cbc12d15662f95836f4e904fc0af362f6\"", "full_name": "kalanda/homeassistant-aemet-sensor", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5582723", "last_release_tag": "v1.4.0", "last_updated": "2021-03-15T11:02:34Z", "name": "aemet", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 21, "topics": ["aemet", "hacs", "hassio", "homeassistant", "homeassistant-components"], "version_installed": null}, "233079250": {"authors": ["@kodi1"], "category": "integration", "description": "darksky - clouds cover and alerts", "domain": "darksky_m", "downloads": 0, "etag_repository": "W/\"979b79eb7e2ca373dbe717ddf44f354e54a1bca149b6e2598b19724d3920f522\"", "full_name": "kodi1/darksky_m", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "ead4a32", "last_release_tag": null, "last_updated": "2021-03-28T10:12:47Z", "name": "darksky_m", "new": false, "repository_manifest": {"name": "darksky_m", "render_readme": "true", "country": ["NO"]}, "selected_tag": null, "show_beta": false, "stars": 0, "topics": ["darksky", "hacs", "home-assistant", "python"], "version_installed": null}, "232077394": {"authors": ["@kirei"], "category": "integration", "description": "Home Assistant Component for Chargeamps", "domain": "chargeamps", "downloads": 0, "etag_repository": "W/\"3771f87aca60b4d381c6457865ada29fa83b476406201f06336c2f4b9f5528eb\"", "full_name": "kirei/hass-chargeamps", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b5255ee", "last_release_tag": "v1.6.0", "last_updated": "2021-12-19T18:53:48Z", "name": "chargeamps", "new": false, "repository_manifest": {"name": "Chargeamps", "domains": ["sensor", "light", "switch"], "iot_class": "cloud_polling", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 13, "topics": ["chargeamps", "homeassistant-integration"], "version_installed": null, "last_fetched": 1642184269.933482}, "233089370": {"authors": ["@kodi1"], "category": "integration", "description": "easyesp status sensor", "domain": "esp_wd", "downloads": 0, "etag_repository": "W/\"acb6ddbb5e93aec16f2072f25d6e898c9b4edab4083fd31eb1d20679f31be071\"", "full_name": "kodi1/esp_wd", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a411086", "last_release_tag": null, "last_updated": "2021-03-28T10:14:02Z", "name": "esp_wd", "new": false, "repository_manifest": {"name": "esp_wd", "render_readme": "true", "country": ["NO"]}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["esp-easy", "hacs", "home-assistant", "python"], "version_installed": null}, "246939713": {"authors": ["@jonkristian"], "category": "integration", "description": "Home Assistant component for Trondheim renholdsverk bin pickups.", "domain": "wasteplan_trv", "downloads": 0, "etag_repository": "W/\"223d7397460eb37e5d42e7f43099b4417ee7529f16b69b40c38e838f93e3a1f8\"", "full_name": "jonkristian/wasteplan_trv", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4fafc19", "last_release_tag": "v1.0.1", "last_updated": "2021-12-28T10:27:19Z", "name": "wasteplan_trv", "new": false, "repository_manifest": {"name": "Wasteplan TRV", "country": ["NO"], "domains": "sensor", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": ["home-assistant", "homeassistant", "trondheim", "trv", "waste-management"], "version_installed": null, "last_fetched": 1643571235.346525}, "233090507": {"authors": ["@kodi1"], "category": "integration", "description": "meteoalarm sensor", "domain": "meteoalarm_m", "downloads": 0, "etag_repository": "W/\"6d0ab13b0fc972ad0114dfaae073c4786c01988a6db3a7eb37ab22b78a7f4e7b\"", "full_name": "kodi1/meteoalarm", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "294bc3a", "last_release_tag": null, "last_updated": "2021-03-28T10:14:30Z", "name": "meteoalarm_m", "new": false, "repository_manifest": {"name": "meteoalarm", "render_readme": "true", "country": ["NO"]}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": ["hacs", "home-assistant", "meteoalarm", "python"], "version_installed": null}, "233092112": {"authors": ["@kodi1"], "category": "integration", "description": "songpal - volume down workaround", "domain": "songpal_m", "downloads": 0, "etag_repository": "W/\"5697baf1ecfa09475d24f7feb213631918e92a5f8c045e53519d98e996a67987\"", "full_name": "kodi1/songpal_m", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4805076", "last_release_tag": null, "last_updated": "2021-03-28T10:15:20Z", "name": "songpal_m", "new": false, "repository_manifest": {"name": "songpal_m", "render_readme": "true", "country": ["NO"]}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["hacs", "home-assistant", "python", "songpal"], "version_installed": null}, "233092629": {"authors": ["@kodi1"], "category": "integration", "description": "tvheadend recorder sensor - lovelace upcoming media card", "domain": "tvh_rec", "downloads": 0, "etag_repository": "W/\"2f0d5e0300690312d983f815bf045cc0a6e1105a403b1cb3b5adcced493195ea\"", "full_name": "kodi1/tvh_rec", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "dee1e18", "last_release_tag": null, "last_updated": "2022-01-09T10:38:49Z", "name": "tvh_rec", "new": false, "repository_manifest": {"name": "tvh_rec", "country": ["NO"]}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": ["hacs", "home-assistant", "python", "recordings", "tvheadend"], "version_installed": null, "last_fetched": 1641895617.996288}, "286554328": {"authors": ["@KoljaWindeler"], "category": "integration", "description": "custom integration for kaco solar inverter", "domain": "kaco", "downloads": 0, "etag_repository": "W/\"96fd4c825426dd4ae198a8fa2aa2b6112e79017e5da70e3c6c5fdc06720f5cea\"", "full_name": "KoljaWindeler/kaco", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d498e4d", "last_release_tag": null, "last_updated": "2022-01-03T12:03:49Z", "name": "kaco", "new": false, "repository_manifest": {"name": "Kaco", "content_in_root": false, "render_readme": true, "iot_class": "Local Pull"}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["homeassistant-integration", "inverter", "solar-energy"], "version_installed": null, "last_fetched": 1641217236.11152}, "246410785": {"authors": ["@KoljaWindeler"], "category": "integration", "description": "Integration that displays the next event of an ics link (support reoccuring events)", "domain": "ics", "downloads": 0, "etag_repository": "W/\"39de2bb7871ef3eaf025b7d99dd365b8b87a004f84cfa8b6e4d9b11793eb4252\"", "full_name": "KoljaWindeler/ics", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "03251e8", "last_release_tag": "20211212.01", "last_updated": "2021-12-12T16:17:19Z", "name": "ics", "new": false, "repository_manifest": {"name": "ICS", "content_in_root": false, "render_readme": true, "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 32, "topics": ["appointments", "filtering", "homeassistant", "ics", "reoccuring-events"], "version_installed": null, "last_fetched": 1641895618.774345}, "242635439": {"authors": ["@kuchel77"], "category": "integration", "description": "Disk space for a path. For use with Home Assistant", "domain": "diskspace", "downloads": 0, "etag_repository": "W/\"10d58fff3a42848a1fe93b91e731b8c13ba48fd1e678a11881e3a24ca2cda335\"", "full_name": "kuchel77/diskspace", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b80bddc", "last_release_tag": "0.8", "last_updated": "2021-04-18T05:13:59Z", "name": "diskspace", "new": false, "repository_manifest": {"name": "Disk Space", "content_in_root": false, "domains": ["sensor"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": ["assistant", "disk", "hass", "home", "space"], "version_installed": null}, "132661981": {"authors": ["@legrego"], "category": "integration", "description": "Publish Home-Assistant events to Elasticsearch", "domain": "elastic", "downloads": 0, "etag_repository": "W/\"39b61d7d893d37a78c8db7b18c2d96094382eae5e6ee1b5d0aa863680e918e85\"", "full_name": "legrego/homeassistant-elasticsearch", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "ba7a4a7", "last_release_tag": "v0.4.0", "last_updated": "2021-08-11T13:07:39Z", "name": "elastic", "new": false, "repository_manifest": {"name": "Elasticsearch component"}, "selected_tag": null, "show_beta": false, "stars": 83, "topics": ["custom-component", "elasticsearch", "hacktoberfest", "hass", "home-assistant", "home-automation", "python"], "version_installed": null, "last_fetched": 1643571238.12006}, "230151505": {"authors": ["@laszlojakab"], "category": "integration", "description": "Dijnet integration for Home Assistant", "domain": "dijnet", "downloads": 0, "etag_repository": "W/\"b5c63dee2ab959246fb9f76cd4cae0dea507f41685f38779857b42d3cdec2bca\"", "full_name": "laszlojakab/homeassistant-dijnet", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6c16794", "last_release_tag": "v0.3.1-beta", "last_updated": "2022-01-11T21:59:09Z", "name": "dijnet", "new": false, "repository_manifest": {"name": "Dijnet integration", "country": ["HU"], "render_readme": "True", "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": ["dijnet", "home-assistant", "home-assistant-custom", "home-assistant-sensor"], "version_installed": null, "last_fetched": 1642004273.767833}, "258852884": {"authors": ["@laszlojakab"], "category": "integration", "description": "Helios EasyControls Modbus TCP/IP integration for Home Assistant", "domain": "easycontrols", "downloads": 0, "etag_repository": "W/\"e3a6902b6b8d52627e0ac1b58656a88554dda5b0ef549a849b98fca73b5611b8\"", "full_name": "laszlojakab/homeassistant-easycontrols", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "0f681bb", "last_release_tag": "v0.5.0", "last_updated": "2022-01-09T18:15:59Z", "name": "easycontrols", "new": false, "repository_manifest": {"name": "Helios EasyControls Modbus TCP/IP integration", "iot_class": "Local Polling", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 7, "topics": ["easycontrols", "eazyctrl", "home-assistant-custom", "homeassistant", "modbus"], "version_installed": null, "last_fetched": 1642274176.947733}, "279680951": {"authors": ["@kukulich"], "category": "integration", "description": "Home Assistant custom component for JABLOTRON 100+ alarm system", "domain": "jablotron100", "downloads": 0, "etag_repository": "W/\"332517c8b8e93cc5e372794c5d2c2a9bbb0d798873b2449934ee313650ed1f35\"", "full_name": "kukulich/home-assistant-jablotron100", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3839144", "last_release_tag": "3.6.0", "last_updated": "2022-01-19T01:13:47Z", "name": "jablotron100", "new": false, "repository_manifest": {"name": "Jablotron 100", "content_in_root": false, "domains": ["alarm_control_panel", "binary_sensor"], "country": ["CS", "DA", "DE", "EN", "IT", "NB", "NL", "SK"], "homeassistant": "2021.12.0", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 31, "topics": ["alarm", "custom-component", "hacs", "home-assistant", "integration", "jablotron"], "version_installed": null, "last_fetched": 1643571237.506174}, "254253124": {"authors": ["@heythisisnate", "@snicker"], "category": "integration", "description": "HomeAssistant integration for Noonlight", "domain": "noonlight", "downloads": 0, "etag_repository": "W/\"6685ee7ca8fc93eef574485f6523af65a02afb913611cb0c427fff2d155c702f\"", "full_name": "konnected-io/noonlight-hass", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "df714c5", "last_release_tag": "v1.1.0", "last_updated": "2022-01-13T19:30:55Z", "name": "noonlight", "new": false, "repository_manifest": {"name": "Noonlight - Alarm Monitoring", "render_readme": true, "country": ["US"], "domains": ["switch"], "homeassistant": "0.96"}, "selected_tag": null, "show_beta": false, "stars": 19, "topics": ["alarm", "homeassistant", "homeassistant-components", "monitoring", "noonlight", "security"], "version_installed": null, "last_fetched": 1643571237.009583}, "183222061": {"authors": ["@lichtteil"], "category": "integration", "description": "Custom component for Home Assistant that integrates your (own) local Luftdaten sensor (air quality/particle sensor) without using the cloud.", "domain": "local_luftdaten", "downloads": 0, "etag_repository": "W/\"045512916b29d492e99606eb424666f6a5c4ef5eff2ee2348ec50cecb776243d\"", "full_name": "lichtteil/local_luftdaten", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "98a7028", "last_release_tag": "2.0.0", "last_updated": "2021-12-27T08:58:32Z", "name": "local_luftdaten", "new": false, "repository_manifest": {"name": "Local Luftdaten Sensor", "render_readme": true, "domains": "sensor"}, "selected_tag": null, "show_beta": false, "stars": 24, "topics": ["air-quality", "homeassistant", "homeassistant-sensor", "sensor"], "version_installed": null, "last_fetched": 1643571238.194786}, "204192861": {"authors": ["@Limych"], "category": "integration", "description": "Average Sensor for Home Assistant", "domain": "average", "downloads": 0, "etag_repository": "W/\"c800130d3d3070cc55f8aa1f3147aab1a5383ab68915c6360e4c92b508da1951\"", "full_name": "Limych/ha-average", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a106074", "last_release_tag": "2.2.1", "last_updated": "2022-01-19T01:12:12Z", "name": "average", "new": false, "repository_manifest": {"name": "Average Sensor", "domains": ["sensor"], "hacs": "1.6.0", "iot_class": "Assumed State", "homeassistant": "0.118.0"}, "selected_tag": null, "show_beta": false, "stars": 156, "topics": ["average", "hacs", "home-assistant", "home-assistant-component", "home-assistant-sensor", "sensor"], "version_installed": null, "last_fetched": 1642851123.999412}, "199313405": {"authors": ["@Limych"], "category": "integration", "description": "Home Assistant custom component for Beward security Cameras and Doorbells", "domain": "beward", "downloads": 0, "etag_repository": "W/\"6b6ec8a6293434b572fa2968461099e230ed2e9fb9be85e15e1209f5121d662d\"", "full_name": "Limych/ha-beward", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "77e7faf", "last_release_tag": "1.1.17", "last_updated": "2021-06-04T10:21:46Z", "name": "beward", "new": false, "repository_manifest": {"name": "Beward Cameras & Doorbells", "domains": ["beward", "camera", "sensor", "binary_sensor"], "iot_class": "Local Push"}, "selected_tag": null, "show_beta": false, "stars": 14, "topics": ["beward", "camera", "custom-component", "doorbell", "dvr", "home-assistant", "security", "surveillance"], "version_installed": null}, "210194956": {"authors": ["@limych"], "category": "integration", "description": "Car Wash Binary Sensor for Home Assistant", "domain": "car_wash", "downloads": 0, "etag_repository": "W/\"d41787fe13d62038bf4300a1cbce14180f1e5c8f86a662ecdd3b562037ec2ea4\"", "full_name": "Limych/ha-car_wash", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "413ce8d", "last_release_tag": "1.5.1", "last_updated": "2022-01-04T16:37:51Z", "name": "car_wash", "new": false, "repository_manifest": {"name": "Car Wash", "domains": ["sensor"], "hacs": "1.6.0", "iot_class": "Assumed State", "homeassistant": "0.118.0"}, "selected_tag": null, "show_beta": false, "stars": 63, "topics": ["binary-sensor", "car", "car-wash", "home-assistant", "wash", "weather-forecast"], "version_installed": null, "last_fetched": 1641470249.686295}, "206868881": {"authors": ["@limych"], "category": "integration", "description": "Gismeteo Weather Provider for Home Assistant", "domain": "gismeteo", "downloads": 0, "etag_repository": "W/\"d8374f50a873c0cc1fdde12d50eee5b2bd61bd29c15df7ba6e0ce7ee55b8453b\"", "full_name": "Limych/ha-gismeteo", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9d4c74a", "last_release_tag": "2.3.4", "last_updated": "2022-01-07T22:07:45Z", "name": "gismeteo", "new": false, "repository_manifest": {"name": "Gismeteo", "hacs": "1.6.0", "domains": ["weather", "sensor"], "iot_class": "Cloud Polling", "homeassistant": "0.118.0"}, "selected_tag": null, "show_beta": false, "stars": 74, "topics": ["forecast", "gismeteo", "gismeteo-weather", "hacs", "home-assistant", "sensor", "sensors", "weather-provider"], "version_installed": null, "last_fetched": 1642520503.925944}, "228063780": {"authors": ["@Limych"], "category": "integration", "description": "Indoor Air Quality Sensor Component for Home Assistant", "domain": "iaquk", "downloads": 0, "etag_repository": "W/\"51282d451977f439b05eabfbb44982fcc7be083a7cb65a9ca73749e0b4460871\"", "full_name": "Limych/ha-iaquk", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "eaf0455", "last_release_tag": "1.6.1", "last_updated": "2022-01-19T15:09:37Z", "name": "iaquk", "new": false, "repository_manifest": {"name": "Indoor Air Quality UK Index", "domains": ["sensor"], "hacs": "1.6.0", "iot_class": "Assumed State", "homeassistant": "0.118.0"}, "selected_tag": null, "show_beta": false, "stars": 52, "topics": ["air-quality", "hacs", "home-assistant", "indoor", "sensor"], "version_installed": null, "last_fetched": 1643571239.257246}, "197950768": {"authors": [], "category": "integration", "description": "Our Groceries Integration for Home Assistant", "domain": "ourgroceries", "downloads": 0, "etag_repository": "W/\"2c654fe724aa38b09918d71013da6d2c698069be14cee7b0a653eb47fae7261e\"", "full_name": "ljmerza/ha-our-groceries", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a32dcfc", "last_release_tag": "1.3.11", "last_updated": "2022-01-07T17:21:51Z", "name": "ourgroceries", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 23, "topics": [], "version_installed": null, "last_fetched": 1643571238.972084}, "219363790": {"authors": [], "category": "integration", "description": "Play videos from the Swedish channel 4", "domain": "tv4_play", "downloads": 0, "etag_repository": "W/\"0c3e427b1c95d1390d672256bb318e1ca854153ddc6a5cdd43c0a11bd5520321\"", "full_name": "lindell/home-assistant-tv4-play", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "ba8fcd2", "last_release_tag": "1.1.0", "last_updated": "2021-10-15T17:14:08Z", "name": "tv4_play", "new": false, "repository_manifest": {"name": "TV4 Play", "country": ["SE"]}, "selected_tag": null, "show_beta": false, "stars": 13, "topics": ["homeassistant", "tv4", "tv4play"], "version_installed": null}, "256709811": {"authors": ["@Limych"], "category": "integration", "description": "JQ-300 Indoor Air Quality Meter Home Assistant Integration", "domain": "jq300", "downloads": 0, "etag_repository": "W/\"b82ef289b92655ae791f46f4e8b9b94af9538b5165131d5cb21ac0af45b04318\"", "full_name": "Limych/ha-jq300", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4af54af", "last_release_tag": "0.10.0", "last_updated": "2022-01-19T15:09:37Z", "name": "jq300", "new": false, "repository_manifest": {"name": "JQ-300/200/100 Indoor Air Quality Meter", "domains": ["sensor"], "hacs": "1.6.0", "iot_class": "Cloud Push", "homeassistant": "0.118.0"}, "selected_tag": null, "show_beta": false, "stars": 38, "topics": ["air-quality", "air-quality-measurements", "air-quality-sensor", "custom-component", "home-assistant", "home-assistant-component"], "version_installed": null, "last_fetched": 1643571238.64289}, "200035037": {"authors": [], "category": "integration", "description": "Home Assistant custom component to get online and game status of Discord users", "domain": "discord_game", "downloads": 0, "etag_repository": "W/\"3a08e62db6572c2c889d3175011a1ed8a3d5f0492befa09d28605f6e363cabae\"", "full_name": "LordBoos/discord_game", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3196c46", "last_release_tag": "4.2.2", "last_updated": "2022-01-05T11:22:07Z", "name": "discord_game", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 31, "topics": [], "version_installed": null, "last_fetched": 1642520503.934968}, "242335771": {"authors": [], "category": "integration", "description": "Play SVT Play videos and channels via home assistant", "domain": "svt_play", "downloads": 0, "etag_repository": "W/\"1e2246ae963766a6b3d4b74dd9e89404266298dfd28a1cedae62b9ad1ca8e757\"", "full_name": "lindell/home-assistant-svt-play", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3f35b12", "last_release_tag": "1.0.4", "last_updated": "2021-10-26T18:16:08Z", "name": "svt_play", "new": false, "repository_manifest": {"name": "SVT Play", "country": ["SE"]}, "selected_tag": null, "show_beta": false, "stars": 15, "topics": ["home-assistant", "homeassistant", "svt", "svtplay", "sweden", "tv", "video"], "version_installed": null}, "183064800": {"authors": ["@ljmerza"], "category": "integration", "description": "Email Sensor for collecting tracking numbers from over 25 providers.", "domain": "email", "downloads": 0, "etag_repository": "W/\"99da0022de7a7112d860949026db18b5d433b9bf06ad46e72abb3856c00547de\"", "full_name": "ljmerza/ha-email-sensor", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4072fd9", "last_release_tag": "2.15.0", "last_updated": "2021-05-24T12:59:58Z", "name": "email", "new": false, "repository_manifest": {"name": "Email Sensor", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 55, "topics": [], "version_installed": null, "last_fetched": 1642430609.500468}, "246657442": {"authors": ["@lolouk44"], "category": "integration", "description": "CurrentCost Meter Reading Custom Component for Home Assistant ", "domain": "currentcost", "downloads": 0, "etag_repository": "W/\"e5830f90c996ec4ad42f42d57af0919029604a9a760c6bb0b2ce33e64a2ae042\"", "full_name": "lolouk44/CurrentCost_HA_CC", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b4ca057", "last_release_tag": "0.2.2", "last_updated": "2021-12-14T18:54:07Z", "name": "currentcost", "new": false, "repository_manifest": {"name": "Current Cost", "domains": ["sensor"], "iot_class": "local push"}, "selected_tag": null, "show_beta": false, "stars": 10, "topics": ["cc128", "current-cost", "currentcost", "envi", "envir"], "version_installed": null, "last_fetched": 1641217247.077083}, "243841075": {"authors": ["@lociii"], "category": "integration", "description": "CS:GO gamestate reporting to Home Assistant", "domain": "csgo_gamestate", "downloads": 0, "etag_repository": "W/\"d8133ab1e5ab2a49ffabdbd9d7887471d52ed0664a1b0d46a5785f60bb3be1e1\"", "full_name": "lociii/homeassistant-csgo", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6608117", "last_release_tag": "1.4.0", "last_updated": "2021-12-06T16:21:10Z", "name": "csgo_gamestate", "new": false, "repository_manifest": {"name": "CS:GO game state", "homeassistant": "0.100", "iot_class": "local_push"}, "selected_tag": null, "show_beta": false, "stars": 10, "topics": [], "version_installed": null}, "257912976": {"authors": [], "category": "integration", "description": "mqtt template switch for homeassistant", "domain": "mqtt_template", "downloads": 0, "etag_repository": "W/\"5e259a92063cefde6f72b5b58a9c82c2d08df780fe15b60136bbfcab0cea2a41\"", "full_name": "lukich48/hass_mqtt_template_switch", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "767488a", "last_release_tag": "2.1.1", "last_updated": "2021-03-07T13:28:58Z", "name": "mqtt_template", "new": false, "repository_manifest": {"name": "Mqtt template switch", "render_readme": true, "domains": ["switch"]}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": [], "version_installed": null}, "262203345": {"authors": ["@mac-zhou"], "category": "integration", "description": "Home Assistant Custom Integration for Midea Group(Hualing, Senville, Klimaire, AirCon, Century, Pridiom, Thermocore, Comfee, Toshiba, Carrier, Goodman, Friedrich, Samsung, Kenmore, Trane, Lennox, LG and much more) Air Conditioners via LAN.", "domain": "midea_ac", "downloads": 0, "etag_repository": "W/\"a8d16cbebb7d0fa9a54a715cdde9fe10cc0b746e17c3a454c8071675e7901015\"", "full_name": "mac-zhou/midea-ac-py", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "718aba1", "last_release_tag": null, "last_updated": "2022-01-07T08:41:55Z", "name": "midea_ac", "new": false, "repository_manifest": {"name": "Midea Smart Aircon", "domains": ["climate"], "render_readme": false, "homeassistant": "0.110.2"}, "selected_tag": null, "show_beta": false, "stars": 244, "topics": [], "version_installed": null, "last_fetched": 1643571239.439668}, "254347436": {"authors": ["@mampfes"], "category": "integration", "description": "Home Assistant integration framework for (garbage collection) schedules", "domain": "waste_collection_schedule", "downloads": 0, "etag_repository": "W/\"3154f863d9a614b5a12d536c125cadf7c4ba501a3347cc473c90ad7b7ffb18df\"", "full_name": "mampfes/hacs_waste_collection_schedule", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "610e5c1", "last_release_tag": "1.15.0", "last_updated": "2022-01-30T06:35:03Z", "name": "waste_collection_schedule", "new": false, "repository_manifest": {"name": "Waste Collection Schedule", "domains": ["sensor"], "iot_class": "cloud_polling"}, "selected_tag": null, "show_beta": false, "stars": 130, "topics": ["abfall", "abfallnavi", "abfallplus", "berlin", "garbage", "garbage-collection", "hamburg", "home-assistant", "homeassistant", "homeassistant-integration", "jumomind", "koeln", "muell", "muellabfuhr", "muellsammlung", "mymuell", "regioit", "waste", "waste-collection"], "version_installed": null, "last_fetched": 1643571239.70792}, "195883127": {"authors": ["@Martinvdm", "@vloris"], "category": "integration", "description": "Garbage collection Nissewaard for Home Assistant", "domain": "nissewaard", "downloads": 0, "etag_repository": "W/\"180f3b53d867b79be731b38ae9e95547c3f90ab9338f9af25526591e478608bc\"", "full_name": "Martinvdm/garbage-nissewaard-homeassistant", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d15a028", "last_release_tag": null, "last_updated": "2021-04-11T12:18:11Z", "name": "nissewaard", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 0, "topics": [], "version_installed": null}, "197578489": {"authors": ["@mlowijs", "@robhofmann"], "category": "integration", "description": null, "domain": "tesla_cc", "downloads": 0, "etag_repository": "W/\"c1ea2978f62e2b1223a56230bb3578a5459da1bbfb109d0ccd207412e4f4f4fa\"", "full_name": "mlowijs/HomeAssistant-TeslaCustomComponent", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6948798", "last_release_tag": null, "last_updated": "2020-06-13T08:59:32Z", "name": "tesla_cc", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 7, "topics": [], "version_installed": null}, "295627573": {"authors": ["@michaellunzer", "@clyra"], "category": "integration", "description": "This is a Home-Assistant custom component that pulls Fortnite stats using the python API library from the site fortnitetracker.com", "domain": "fortnite", "downloads": 0, "etag_repository": "W/\"a3fc18b2c93c1997a6e9c8455f7101b7557c957c51d53c97c9aa54c1ce2e2e0b\"", "full_name": "michaellunzer/Home-Assistant-Custom-Component-Fortnite", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1b6effa", "last_release_tag": "v0.1.2", "last_updated": "2021-11-03T06:00:38Z", "name": "fortnite", "new": false, "repository_manifest": {"name": "Fortnite Stats", "hacs": "0.24.0", "domains": ["sensor"], "iot_class": "Cloud Polling", "homeassistant": "0.110.0", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["custom-component", "fortnite", "fortnite-api", "fortnite-stats", "hacs", "home-assistant", "home-assistant-custom", "python"], "version_installed": null, "last_fetched": 1641470259.763951}, "238446853": {"authors": ["@maykar"], "category": "integration", "description": "\u2771 Plex Assistant is a Home Assistant integration for casting Plex media to Google devices, Sonos devices, and Plex clients with Google Assistant, HA's conversation integration, and more.", "domain": "plex_assistant", "downloads": 0, "etag_repository": "W/\"47ed189aa9a6d48a2d6ddec09f055db3599b6f5db6d3509290ce353dfc836018\"", "full_name": "maykar/plex_assistant", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "cab2356", "last_release_tag": "1.1.9", "last_updated": "2021-12-14T16:04:40Z", "name": "plex_assistant", "new": false, "repository_manifest": {"name": "Plex Assistant", "homeassistant": "2021.2.0"}, "selected_tag": null, "show_beta": false, "stars": 223, "topics": [], "version_installed": null, "last_fetched": 1643571239.986339}, "291317330": {"authors": ["@mletenay"], "category": "integration", "description": "Home Assistant custom component for Electric Vehicle Charge Control devices by Phoenix Contact ", "domain": "phoenix_contact", "downloads": 0, "etag_repository": "W/\"0f600786293d98d142d764e9b254bd15533385c2e3ec8dda019d76cc17da4abe\"", "full_name": "mletenay/home-assistant-ev-charge-control", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "da58976", "last_release_tag": null, "last_updated": "2021-12-21T23:06:01Z", "name": "phoenix_contact", "new": false, "repository_manifest": {"name": "Electric Vehicle Charge Control", "country": ["SK"], "domains": ["switch", "select", "sensor"], "homeassistant": "2021.12.0"}, "selected_tag": null, "show_beta": false, "stars": 0, "topics": ["charging-stations", "electric-vehicles", "evse", "home-assistant", "home-assistant-hacs"], "version_installed": null}, "203244705": {"authors": [], "category": "integration", "description": "A platform sensor which tells you which meals are served in your canteen.", "domain": "openmensa", "downloads": 0, "etag_repository": "W/\"60e0b0390f1db1e30490d7f41715bf71a05b564f53b2c876da31a46a575e8ccb\"", "full_name": "Mofeywalker/openmensa-hass-component", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c9238a2", "last_release_tag": null, "last_updated": "2021-09-04T08:04:28Z", "name": "openmensa", "new": false, "repository_manifest": {"name": "OpenMensa Sensor", "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": [], "version_installed": null}, "289251122": {"authors": ["@mletenay"], "category": "integration", "description": "Read the voltage/current/power/battery values from your GoodWe Inverter via local network (UDP - no cloud) ", "domain": "goodwe", "downloads": 0, "etag_repository": "W/\"92fbaee56300f5f6a286c4ec972e9713d68d2fc568baa4ec2137f894657324c0\"", "full_name": "mletenay/home-assistant-goodwe-inverter", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "cf7f613", "last_release_tag": "v0.9.8.1", "last_updated": "2022-01-11T23:15:22Z", "name": "goodwe", "new": false, "repository_manifest": {"name": "GoodWe Inverter Solar Sensor (UDP - no cloud)", "country": ["SK"], "domains": ["sensor"], "homeassistant": "2021.12.0"}, "selected_tag": null, "show_beta": false, "stars": 68, "topics": ["goodwe", "hacs", "home-assistant", "home-assistant-sensor", "pv-systems"], "version_installed": null, "last_fetched": 1643571240.309138}, "239366330": {"authors": ["@mikelawrence"], "category": "integration", "description": "Haiku with SenseME fan integration for Home Assistant", "domain": "senseme", "downloads": 0, "etag_repository": "W/\"485446f6501038c71acd775db5892b0c3159837b463aaf4dcf02a7c37847d854\"", "full_name": "mikelawrence/senseme-hacs", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "de4cf04", "last_release_tag": "v2.2.5", "last_updated": "2021-12-28T02:15:41Z", "name": "senseme", "new": false, "repository_manifest": {"name": "SenseME", "domains": ["fan", "light", "binary_sensor"], "homeassistant": "2021.3.0", "iot_class": "Local Push"}, "selected_tag": null, "show_beta": false, "stars": 19, "topics": ["bigassfans", "fan", "hacs", "haiku", "home-assistant", "homeassistant", "senseme"], "version_installed": null, "last_fetched": 1641307251.882812}, "272094506": {"authors": ["@mrk-its"], "category": "integration", "description": "Custom Component for fetching lightning data from blitzortung.org", "domain": "blitzortung", "downloads": 0, "etag_repository": "W/\"da2acdad343dde2be0127bd3f5a202081f9af3b554719202cc6611836680a8e8\"", "full_name": "mrk-its/homeassistant-blitzortung", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "0f05fe0", "last_release_tag": null, "last_updated": "2021-12-15T15:29:15Z", "name": "blitzortung", "new": false, "repository_manifest": {"name": "Blitzortung.org Lightning Detector", "country": ["PL"], "render_readme": true, "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 59, "topics": ["blitzortung", "home-assistant", "home-automation", "lightning-network"], "version_installed": null, "last_fetched": 1643545554.547474}, "253842395": {"authors": ["@msp1974"], "category": "integration", "description": "An integration for JLR InControl to Home Assistant", "domain": "jlrincontrol", "downloads": 0, "etag_repository": "W/\"4e1c03003c25a2e46fa484f9b76934eab77355292da8e066b07120f16a1bf7d7\"", "full_name": "msp1974/homeassistant-jlrincontrol", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7c6ce65", "last_release_tag": "V2.1.3", "last_updated": "2021-12-26T17:06:44Z", "name": "jlrincontrol", "new": false, "repository_manifest": {"name": "Jaguar Landrover InControl", "render_readme": false, "iot_class": "Cloud Polling", "homeassistant": "0.115.0"}, "selected_tag": null, "show_beta": false, "stars": 25, "topics": ["hacs", "homeassistant", "i-pace", "jaguar", "jlr", "landrover", "rrs", "vehicle", "wirelesscar"], "version_installed": null, "last_fetched": 1641470262.729936}, "255662264": {"authors": ["@MTrab"], "category": "integration", "description": "Landroid Cloud component for Home Assistant", "domain": "landroid_cloud", "downloads": 0, "etag_repository": "W/\"f09bb6f6465b8d7cc747199eafb492452aa4cc8a7158a08b12158f31220a45be\"", "full_name": "MTrab/landroid_cloud", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1cee88f", "last_release_tag": "v1.8.1", "last_updated": "2022-01-19T10:16:46Z", "name": "landroid_cloud", "new": false, "repository_manifest": {"name": "Landroid Cloud", "render_readme": true, "iot_class": "cloud_polling"}, "selected_tag": null, "show_beta": false, "stars": 69, "topics": ["homeassistant", "homeassistant-custom-component", "homeassistant-integration"], "version_installed": null, "last_fetched": 1643571240.822412}, "269588712": {"authors": ["@mvdwetering"], "category": "integration", "description": "Home Assistant integration for the Philips Hue Play HDMI Sync Box", "domain": "huesyncbox", "downloads": 0, "etag_repository": "W/\"1a8834d6cc7f3dbdfdd336556518e06c3af53d55d5f529daa1bc1fb9fd77920d\"", "full_name": "mvdwetering/huesyncbox", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "494ad11", "last_release_tag": "v1.16.0", "last_updated": "2022-01-17T19:53:58Z", "name": "huesyncbox", "new": false, "repository_manifest": {"name": "Philips Hue Play HDMI Sync Box", "render_readme": true, "domains": ["media_player"], "homeassistant": "2021.12.0", "iot_class": "Local Polling"}, "selected_tag": null, "show_beta": false, "stars": 44, "topics": ["hacs", "homeassistant-integration", "hue-entertainment", "huesync", "philips-hue"], "version_installed": null, "last_fetched": 1643571241.322128}, "192604318": {"authors": ["@mudape"], "category": "integration", "description": "A custom component for Home Assistant to detect iPhones connected to local LAN, even if the phone is in deep sleep.", "domain": "iphonedetect", "downloads": 0, "etag_repository": "W/\"44e17fde490b938f783de3bccb677a3755cb4418b6e470dd750a75c801f0ce19\"", "full_name": "mudape/iphonedetect", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f8b51ba", "last_release_tag": "1.4.0", "last_updated": "2021-04-05T12:28:32Z", "name": "iphonedetect", "new": false, "repository_manifest": {"name": "iPhone Device Tracker", "homeassistant": "0.94.0", "iot_class": "Local Polling", "domains": ["device_tracker"], "zip_release": true, "filename": "iphonedetect.zip"}, "selected_tag": null, "show_beta": false, "stars": 169, "topics": ["custom-component", "hacs", "home-assistant", "iphonedetect"], "version_installed": null, "last_fetched": 1643571240.717914}, "278930028": {"authors": ["@nicjo814", "@limych", "@nagyrobi"], "category": "integration", "description": "LinkPlay based media devices integration for Home Assistant. Fully compatible with Mini Media Player card including speaker group management. Supports snapshot and restore functionality for TTS.", "domain": "linkplay", "downloads": 0, "etag_repository": "W/\"08c36266d2216e9dfb38dd44eeaeb1974234f5e5b0e48350ed552f1ddd715458\"", "full_name": "nagyrobi/home-assistant-custom-components-linkplay", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "661eff7", "last_release_tag": "2.0.43", "last_updated": "2022-01-28T16:02:32Z", "name": "linkplay", "new": false, "repository_manifest": {"name": "Linkplay-based speakers and devices", "content_in_root": false, "render_readme": false, "domains": ["media_player"], "homeassistant": "2021.4.0"}, "selected_tag": null, "show_beta": false, "stars": 60, "topics": ["arylic", "cvte", "harman-kardon", "home-assistant", "linkplay", "media-player", "speaker", "tts"], "version_installed": null, "last_fetched": 1643571241.427684}, "286186485": {"authors": ["@nielsfaber"], "category": "integration", "description": "Custom component for HA that enables the creation of scheduler entities", "domain": "scheduler", "downloads": 0, "etag_repository": "W/\"54fb5664319f2e7bab2f47f12c365fbabf807cafc0c1372bb51ddc64ed24cd17\"", "full_name": "nielsfaber/scheduler-component", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "652e3eb", "last_release_tag": "v3.2.6", "last_updated": "2022-01-19T17:59:41Z", "name": "scheduler", "new": false, "repository_manifest": {"name": "Scheduler component", "render_readme": "true", "iot_class": ["Local Push"], "domains": ["switch"]}, "selected_tag": null, "show_beta": false, "stars": 228, "topics": ["custom-component", "hacs", "homeassistant", "integration", "python", "scheduler"], "version_installed": null, "last_fetched": 1643571242.355162}, "153870340": {"authors": [], "category": "integration", "description": "\u2744 Use a Harmony Hub to control an IR controlled climate device", "domain": "harmony_ac", "downloads": 0, "etag_repository": "W/\"cc7e293134ad640a492819acf1d16bf3dd6398f9ced00cae1e6db02e69df8ff9\"", "full_name": "nickneos/HA_harmony_climate_component", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f52784f", "last_release_tag": "v0.2.1", "last_updated": "2021-03-12T13:27:19Z", "name": "harmony_ac", "new": false, "repository_manifest": {"name": "Harmony Hub Climate Controller", "domains": ["climate"], "homeassistant": "0.96.0", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 20, "topics": ["air-conditioner", "climate", "hacktoberfest", "hacs", "harmony", "hass", "home-assistant", "homeassistant", "hvac"], "version_installed": null}, "154417419": {"authors": [], "category": "integration", "description": "Home Assistant custom component for the newer (2016+) Philips Android TVs", "domain": "philips_android_tv", "downloads": 0, "etag_repository": "W/\"151a8dcf776a53068a47c16dc177ffd5a005330c7c1c161df1136b9a24578da7\"", "full_name": "nstrelow/ha_philips_android_tv", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9e9572d", "last_release_tag": null, "last_updated": "2021-07-22T15:04:24Z", "name": "philips_android_tv", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 107, "topics": ["home-automation", "homeassistant", "philips-tv", "tv"], "version_installed": null}, "144888844": {"authors": [], "category": "integration", "description": null, "domain": "ovapi", "downloads": 0, "etag_repository": "W/\"d8a405b986c540a94d0a20708bca8031174b2967ea2960eec36026fc406750f4\"", "full_name": "Paul-dH/Home-Assisant-Sensor-OvApi", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2cc564a", "last_release_tag": "v1.4.3", "last_updated": "2021-09-06T07:05:37Z", "name": "ovapi", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 13, "topics": [], "version_installed": null}, "140907992": {"authors": ["@nikrolls"], "category": "integration", "description": "Home Assistant integration for Goldair WiFi heaters, dehumidifiers and fans", "domain": "goldair_climate", "downloads": 0, "etag_repository": "W/\"7818baacf5d8028fc98b45a381b686c98f91b8079bd8a9962047edda1114f4d6\"", "full_name": "nikrolls/homeassistant-goldair-climate", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "df5f895", "last_release_tag": "0.1.3", "last_updated": "2021-05-24T23:53:41Z", "name": "goldair_climate", "new": false, "repository_manifest": {"name": "Goldair WiFi climate devices", "render_readme": true, "hide_default_branch": true, "domains": ["climate", "light", "lock"], "country": ["NZ", "AU"], "homeassistant": "0.96.0", "zip_release": true, "filename": "homeassistant-goldair-climate.zip"}, "selected_tag": null, "show_beta": false, "stars": 12, "topics": ["dehumidifier", "fan", "goldair", "hacs", "heater", "homeassistant", "wifi"], "version_installed": null, "last_fetched": 1642274177.763898}, "250022973": {"authors": ["@ollo69"], "category": "integration", "description": "HomeAssistant custom integration for SmartThinQ LG devices configurable with Lovelace User Interface.", "domain": "smartthinq_sensors", "downloads": 0, "etag_repository": "W/\"946580ca34fdf5d854942becd62be2d1afc418d630dfbf5dd267716c9bedd2f8\"", "full_name": "ollo69/ha-smartthinq-sensors", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7a962f9", "last_release_tag": "v0.12.6", "last_updated": "2022-01-30T17:40:56Z", "name": "smartthinq_sensors", "new": false, "repository_manifest": {"name": "SmartThinQ LGE Sensors", "content_in_root": false, "domains": ["sensor", "binary_sensor", "switch", "climate"], "iot_class": "cloud_poll", "homeassistant": "2021.9.0"}, "selected_tag": null, "show_beta": false, "stars": 370, "topics": ["ac", "air-purifier", "climate", "dishwasher", "dryer", "home-assistant", "homeassistant", "lg", "lg-devices", "lge", "oven", "range", "refrigerator", "sensors", "smartthinq", "thinq", "washer"], "version_installed": null, "last_fetched": 1643571242.887977}, "255110178": {"authors": ["@opravdin"], "category": "integration", "description": "Weback integration with Home Assistant", "domain": "weback", "downloads": 0, "etag_repository": "W/\"aede2dc0e023f5a03435fb6b3a5ec1934d8c5636565929cd4cd886b5221b6461\"", "full_name": "opravdin/weback-hass", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1eead80", "last_release_tag": "v1.0.3", "last_updated": "2021-08-14T11:04:06Z", "name": "weback", "new": false, "repository_manifest": {"name": "Weback cloud integration", "content_in_root": false, "render_readme": true, "domains": ["weback"], "hide_default_branch": true}, "selected_tag": null, "show_beta": false, "stars": 30, "topics": ["home-assistant", "home-assistant-component", "home-assistant-hacs", "weback"], "version_installed": null, "last_fetched": 1642851143.886779}, "247070270": {"authors": ["@ollo69"], "category": "integration", "description": "\ud83d\udcfa Home Assistant SamsungTV Smart Component with simplified SmartThings API Support configurable from User Interface.", "domain": "samsungtv_smart", "downloads": 0, "etag_repository": "W/\"05e7a000010e07da3b0cd15ff1733d6c586c59e37420f0cd4b6c38ff16be1632\"", "full_name": "ollo69/ha-samsungtv-smart", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6b80423", "last_release_tag": "v0.4.14", "last_updated": "2022-01-21T23:32:19Z", "name": "samsungtv_smart", "new": false, "repository_manifest": {"name": "SamsungTV Smart", "content_in_root": false, "domains": ["media-player"], "iot_class": "cloud_poll", "homeassistant": "2021.7.0"}, "selected_tag": null, "show_beta": false, "stars": 165, "topics": ["home-assistant", "homeassistant", "samsung", "samsung-smart-tv", "samsung-tv", "smartthings"], "version_installed": null, "last_fetched": 1643571243.078101}, "237102126": {"authors": ["@kabturek", "@peetereczek"], "category": "integration", "description": "Home Assistant (hass.io) custom component for Warsaw public transport", "domain": "ztm", "downloads": 0, "etag_repository": "W/\"2e5b337b787520309e70c819a2ac26f03b5411e605028c4c731d0db814aa1cc0\"", "full_name": "peetereczek/ztm", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1fd4870", "last_release_tag": "0.2.1", "last_updated": "2021-03-16T16:49:42Z", "name": "ztm", "new": false, "repository_manifest": {"name": "Warsaw ZTM Information", "content_in_root": false, "domains": ["sensor"], "country": ["PL"], "homeassistant": "0.100.0", "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": [], "version_installed": null}, "256733675": {"authors": ["@davidramosweb", "@nagyrobi", "@Alfiegerner"], "category": "integration", "description": "Time-based cover with customizable scripts or entity to trigger opening, stopping and closing. Position is calculated based on the fraction of time spent by the cover traveling up or down. State can be updated with information based on external sensors.", "domain": "cover_rf_time_based", "downloads": 0, "etag_repository": "W/\"74ae4513e783ead2936da13b9099d21f41156527e8347fc5f9f50c671a550f0f\"", "full_name": "nagyrobi/home-assistant-custom-components-cover-rf-time-based", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "721a152", "last_release_tag": "1.1.1", "last_updated": "2021-12-14T18:13:30Z", "name": "cover_rf_time_based", "new": false, "repository_manifest": {"name": "Cover Time Based RF (script/entity)", "content_in_root": false, "render_readme": false, "domains": ["cover"], "homeassistant": "2021.4"}, "selected_tag": null, "show_beta": false, "stars": 35, "topics": ["433", "433mhz", "cover", "home-assistant", "rf", "roller-shutters", "script", "service", "shutter", "trigger"], "version_installed": null, "last_fetched": 1643571241.401283}, "259270792": {"authors": ["@peternijssen"], "category": "integration", "description": ":convenience_store: Integrate Jumbo.com in Home Assistant", "domain": "jumbo", "downloads": 0, "etag_repository": "W/\"91ca1fecb2d400602705bfb1817fd0cdebe4723b69830365aaeaa741ee1ce322\"", "full_name": "peternijssen/home-assistant-jumbo", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "ff373ad", "last_release_tag": "0.8.1", "last_updated": "2021-03-29T18:10:16Z", "name": "jumbo", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 7, "topics": ["hacs", "home-assistant", "jumbo", "supermarket"], "version_installed": null}, "196057008": {"authors": ["@pilotak"], "category": "integration", "description": "Breaks out specified attribute from other entities to a sensor", "domain": "attributes", "downloads": 0, "etag_repository": "W/\"b53a2609b71f483197282ef6bfeda5c943e2ce8027dccee41e32295c69c4f398\"", "full_name": "pilotak/homeassistant-attributes", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "398ac4c", "last_release_tag": "v1.2.0", "last_updated": "2021-03-13T13:11:19Z", "name": "attributes", "new": false, "repository_manifest": {"name": "Attributes extractor", "homeassistant": "0.103.0", "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 63, "topics": ["attributes", "breakout", "hacs", "hass", "homeassistant", "sensor"], "version_installed": null, "last_fetched": 1643571243.316112}, "236123258": {"authors": ["@camect"], "category": "integration", "description": "A HACS integration for the Camect smart home surveillance system", "domain": "camect", "downloads": 0, "etag_repository": "W/\"09e73c2b8ddfe37210ae23bd917fce086c23fc5ff566c7105642d5ca16649080\"", "full_name": "pfunkmallone/HACS-camect-integration", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "ae1e8ca", "last_release_tag": "2021.12.23", "last_updated": "2021-12-23T17:21:08Z", "name": "camect", "new": false, "repository_manifest": {"name": "Camect Integration", "country": ["US"], "domains": "camera", "homeassistant": "0.99.9", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["camect", "hacs", "home-assistant"], "version_installed": null}, "196055705": {"authors": ["@pilotak"], "category": "integration", "description": "Clientraw weather parser (clientraw.txt) for HomeAssistant", "domain": "clientraw", "downloads": 0, "etag_repository": "W/\"891e20ede918ccf0002bbc25837e65bf5c53a6a7d72e6eb3d2653580067d7698\"", "full_name": "pilotak/homeassistant-clientraw", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d9df606", "last_release_tag": "v2.2.1", "last_updated": "2021-11-28T20:14:21Z", "name": "clientraw", "new": false, "repository_manifest": {"name": "Clientraw weather parser", "homeassistant": "0.103.0", "domains": ["sensor"], "iot_class": "cloud_poll"}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": ["clientraw", "davis", "hacs", "hass", "homeassistant", "weather"], "version_installed": null, "last_fetched": 1641895646.342355}, "199549304": {"authors": ["@PiotrMachowski"], "category": "integration", "description": "This sensor uses gkeepapi library to download a list of notes from https://keep.google.com/.", "domain": "google_keep", "downloads": 0, "etag_repository": "W/\"0c99159f75abf0570ff53d45fa0acd87c51bb944c28eee16ff78f2317a38302b\"", "full_name": "PiotrMachowski/Home-Assistant-custom-components-Google-Keep", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "82a63e3", "last_release_tag": "v1.1.4", "last_updated": "2022-01-23T03:39:58Z", "name": "google_keep", "new": false, "repository_manifest": {"name": "Google Keep", "render_readme": true, "domains": ["sensor"], "zip_release": true, "filename": "google_keep.zip"}, "selected_tag": null, "show_beta": false, "stars": 36, "topics": ["custom-component", "home-assistant", "integration", "notes"], "version_installed": null, "last_fetched": 1643571243.593595}, "193371469": {"authors": ["PiotrMachowski"], "category": "integration", "description": "This sensor uses official API to get storm warnings from https://antistorm.eu.", "domain": "antistorm", "downloads": 0, "etag_repository": "W/\"2cd2262df258bc63ec50c7f5ece848e4f146e4cdcacc137a0807119b73092571\"", "full_name": "PiotrMachowski/Home-Assistant-custom-components-Antistorm", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "29a0458", "last_release_tag": "v1.0.4", "last_updated": "2022-01-23T02:16:53Z", "name": "antistorm", "new": false, "repository_manifest": {"name": "Antistorm sensor", "domains": ["binary_sensor", "sensor"], "country": ["PL"], "render_readme": true, "zip_release": true, "filename": "antistorm.zip"}, "selected_tag": null, "show_beta": false, "stars": 10, "topics": ["custom-component", "home-assistant", "integration", "weather"], "version_installed": null, "last_fetched": 1643571243.522058}, "193371652": {"authors": ["PiotrMachowski"], "category": "integration", "description": "This sensor uses official API to get air quality data from https://looko2.com.", "domain": "looko2", "downloads": 0, "etag_repository": "W/\"97e4a5d297b03104d88c016843750ffd124377c4f08b65934c2aec25bd393e9d\"", "full_name": "PiotrMachowski/Home-Assistant-custom-components-Looko2", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "fff1812", "last_release_tag": "v1.0.3", "last_updated": "2022-01-23T17:08:49Z", "name": "looko2", "new": false, "repository_manifest": {"name": "Looko2 sensor", "domains": ["sensor"], "country": ["PL"], "render_readme": true, "zip_release": true, "filename": "looko2.zip"}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["air-quality", "custom-component", "home-assistant", "weather"], "version_installed": null, "last_fetched": 1643571244.090062}, "207881337": {"authors": ["@pinkywafer"], "category": "integration", "description": "Anniversary Countdown Sensor for Home Assistant", "domain": "anniversaries", "downloads": 0, "etag_repository": "W/\"e2425be25b2d971f87366f2dc8d6a9da76820d23beedfed9add316966524c150\"", "full_name": "pinkywafer/Anniversaries", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "aeeb9e9", "last_release_tag": "4.5.0", "last_updated": "2022-01-11T19:14:57Z", "name": "anniversaries", "new": false, "repository_manifest": {"name": "Anniversaries", "zip_release": true, "filename": "anniversaries.zip", "domains": ["anniversaries", "sensor"], "homeassistant": "0.109.0"}, "selected_tag": null, "show_beta": false, "stars": 103, "topics": ["anniversaries", "hacktoberfest", "hacs", "home-assistant", "sensor"], "version_installed": null, "last_fetched": 1643571243.695706}, "193588464": {"authors": ["PiotrMachowski"], "category": "integration", "description": "This sensor uses unofficial API to get data from https://www.rozkladzik.pl and provide information about departures for chosen stop.", "domain": "rozkladzik", "downloads": 0, "etag_repository": "W/\"597a91bc979bbccb2b317928770d433b319c824aa703a10f82d5755bb6176414\"", "full_name": "PiotrMachowski/Home-Assistant-custom-components-Rozkladzik", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "398d1aa", "last_release_tag": "v1.1.5", "last_updated": "2022-01-24T02:34:46Z", "name": "rozkladzik", "new": false, "repository_manifest": {"name": "Rozk\u0142adzik sensor", "domains": ["sensor"], "country": ["PL"], "render_readme": true, "zip_release": true, "filename": "rozkladzik.zip"}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": ["custom-component", "home-assistant", "integration", "public-transport"], "version_installed": null, "last_fetched": 1643571244.307269}, "193588612": {"authors": ["PiotrMachowski"], "category": "integration", "description": "This sensor uses unofficial API retrieved by decompilation of iMPK application to provide a list of MPK Wroc\u0142aw news available in original app.", "domain": "impk", "downloads": 0, "etag_repository": "W/\"e2c4b9eab54497ab86eff86405188836af6ee6dd2ebb22274770cc6f255edd23\"", "full_name": "PiotrMachowski/Home-Assistant-custom-components-iMPK", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "8a87bc8", "last_release_tag": "v1.1.5", "last_updated": "2022-01-23T16:43:48Z", "name": "impk", "new": false, "repository_manifest": {"name": "iMPK sensor", "domains": ["binary_sensor"], "country": ["PL"], "render_readme": true, "zip_release": true, "filename": "impk.zip"}, "selected_tag": null, "show_beta": false, "stars": 10, "topics": ["custom-component", "home-assistant", "integration", "public-transport", "wroclaw"], "version_installed": null, "last_fetched": 1643571243.854752}, "224073673": {"authors": ["@pinkywafer"], "category": "integration", "description": "Calendarific holiday sensor for Home Assistant ", "domain": "calendarific", "downloads": 0, "etag_repository": "W/\"04700d658c44ad87798575638d4fb050d3fb1410b343cc87b2c8767e3a5c7621\"", "full_name": "pinkywafer/Calendarific", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7e0963f", "last_release_tag": "0.14.0", "last_updated": "2022-01-07T16:04:10Z", "name": "calendarific", "new": false, "repository_manifest": {"name": "Calendarific", "zip_release": true, "filename": "calendarific.zip", "domains": ["calendarific", "sensor"], "homeassistant": "2021.12.0", "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 12, "topics": ["api-client", "calendarific", "holidays", "home-assistant", "sensor"], "version_installed": null, "last_fetched": 1641587771.886148}, "193371566": {"authors": ["PiotrMachowski"], "category": "integration", "description": "This sensor uses official API to get weather warnings for Poland and storm warnings for Europe from https://burze.dzis.net.", "domain": "burze_dzis_net", "downloads": 0, "etag_repository": "W/\"86596edf72e15ece3751eb8d3dd5e4f479f3977b206331b4c96c3a289974fa8b\"", "full_name": "PiotrMachowski/Home-Assistant-custom-components-Burze.dzis.net", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "84210c1", "last_release_tag": "v1.0.4", "last_updated": "2022-01-23T02:37:19Z", "name": "burze_dzis_net", "new": false, "repository_manifest": {"name": "Burze.dzis.net sensor", "domains": ["binary_sensor"], "country": ["EU", "PL"], "render_readme": true, "zip_release": true, "filename": "antistorm.zip"}, "selected_tag": null, "show_beta": false, "stars": 26, "topics": ["custom-component", "home-assistant", "integration", "weather"], "version_installed": null, "last_fetched": 1643571243.589226}, "193371922": {"authors": ["PiotrMachowski"], "category": "integration", "description": "This sensor uses unofficial API to get energy usage and generation data from https://elicznik.tauron-dystrybucja.pl.", "domain": "tauron_amiplus", "downloads": 0, "etag_repository": "W/\"9f816f4d5d3ba99f0208ce85f0c9dc9a5bcc195051934313b6ade988b13aeeef\"", "full_name": "PiotrMachowski/Home-Assistant-custom-components-Tauron-AMIplus", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "73b07ec", "last_release_tag": "v2.0.4", "last_updated": "2022-01-24T04:57:13Z", "name": "tauron_amiplus", "new": false, "repository_manifest": {"name": "Tauron AMIplus", "render_readme": true, "domains": ["sensor"], "zip_release": true, "filename": "tauron_amiplus.zip", "country": ["PL"]}, "selected_tag": null, "show_beta": false, "stars": 44, "topics": ["custom-component", "energy-monitor", "home-assistant", "integration"], "version_installed": null, "last_fetched": 1643571244.350139}, "271398374": {"authors": ["@PiotrMachowski"], "category": "integration", "description": "This custom component allows you to save current state of any entity and use its data later to restore it.", "domain": "saver", "downloads": 0, "etag_repository": "W/\"746e3aef6bdd8cb09436efc7a2a4eea28e5973776b78eccc48df1541d115de79\"", "full_name": "PiotrMachowski/Home-Assistant-custom-components-Saver", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "813f69b", "last_release_tag": "v1.1.3", "last_updated": "2022-01-24T03:25:16Z", "name": "saver", "new": false, "repository_manifest": {"name": "Saver", "render_readme": true, "zip_release": true, "filename": "saver.zip"}, "selected_tag": null, "show_beta": false, "stars": 32, "topics": ["automation", "helper", "home-assistant", "save", "script", "variable"], "version_installed": null, "last_fetched": 1643545554.666287}, "166045890": {"authors": ["@pippyn"], "category": "integration", "description": "Provides Home Assistant sensors for multiple Dutch and Belgium waste collectors", "domain": "afvalbeheer", "downloads": 0, "etag_repository": "W/\"7c603c5c91341a44031e593571c4bdada2f39611d3e435bdf2abca53efc111a2\"", "full_name": "pippyn/Home-Assistant-Sensor-Afvalbeheer", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7393347", "last_release_tag": "v4.9.2", "last_updated": "2022-01-18T07:58:11Z", "name": "afvalbeheer", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 132, "topics": ["belgium", "dutch", "hacs", "hassio", "hassio-integration", "home-assistant", "waste-collectors"], "version_installed": null, "last_fetched": 1643571245.020053}, "165637690": {"authors": ["@pippyn"], "category": "integration", "description": "Provides sensors for the Dutch waste collector Groningen Afvalwijzer.", "domain": "groningen_afvalwijzer", "downloads": 0, "etag_repository": "W/\"aed1f6d6f115c3108dc92d9a3167fb7c97707566375a8152ac291f3af8784d8a\"", "full_name": "pippyn/Home-Assistant-Sensor-Groningen-Afvalwijzer", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "645d9f7", "last_release_tag": "v1.1.3", "last_updated": "2019-06-11T12:41:23Z", "name": "groningen_afvalwijzer", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": [], "version_installed": null}, "209996125": {"authors": [], "category": "integration", "description": "A custom component for Home Assistant which integrates my picoTTS Addon on HASS.io,", "domain": "picotts_remote", "downloads": 0, "etag_repository": "W/\"0e89c58cb6103e630a4f2670da96905daeba717d47bef46a26e15236ce7d278f\"", "full_name": "Poeschl/Remote-PicoTTS", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b2877ff", "last_release_tag": "1.0.1", "last_updated": "2021-03-05T16:22:33Z", "name": "picotts_remote", "new": false, "repository_manifest": {"name": "Remote PicoTTS", "render_readme": true, "domains": "tts", "homeassistant": "0.36", "iot_class": "Local Polling"}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": ["component", "hacs", "hassio", "home-assistant", "picotts-addon", "remote-picotts"], "version_installed": null}, "281956859": {"authors": ["@postlund"], "category": "integration", "description": "Experimental integration to Home Assistant supporting D-Link devices", "domain": "dlink_hnap", "downloads": 0, "etag_repository": "W/\"c9660dd87fbae15231e8298633f7ebc3d6fe1b8e79400a386b3af74af047ddf5\"", "full_name": "postlund/dlink_hnap", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "774df53", "last_release_tag": null, "last_updated": "2021-03-04T05:27:58Z", "name": "dlink_hnap", "new": false, "repository_manifest": {"name": "D-Link HNAP", "content_in_root": false, "domains": ["binary_sensor"], "homeassistant": "0.109.0", "iot_class": "Local Pull", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 25, "topics": ["custom-integration", "dlink", "home-assistant"], "version_installed": null, "last_fetched": 1643571244.772767}, "238568340": {"authors": ["@Pouzor"], "category": "integration", "description": "Custom Component for Home Assistant, enable to remote Freebox Player", "domain": "freebox_player", "downloads": 0, "etag_repository": "W/\"a8aec9519acb42fc666ae19d08a33c3d9bc326200cde72ef30f55eb2a5a26c12\"", "full_name": "Pouzor/freebox_player", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9f0390b", "last_release_tag": "1.0.6", "last_updated": "2021-05-12T23:52:40Z", "name": "freebox_player", "new": false, "repository_manifest": {"name": "Freebox Player"}, "selected_tag": null, "show_beta": false, "stars": 10, "topics": ["custom-component", "freebox", "home-assistant", "homeassistant", "python"], "version_installed": null, "last_fetched": 1642004309.549057}, "219035415": {"authors": ["ptimatth"], "category": "integration", "description": "GeoRide integration for Home Assistant", "domain": "georide", "downloads": 0, "etag_repository": "W/\"8eab456e3d9a5cd181717c55034a2761d27c2500d4ac0e0ae69ab7e9fad11aaf\"", "full_name": "ptimatth/GeorideHA", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e59c8cb", "last_release_tag": "0.8.1", "last_updated": "2021-10-10T11:10:44Z", "name": "georide", "new": false, "repository_manifest": {"name": "GeoRide integration", "content_in_root": false, "render_readme": true, "domains": ["devices_tracker", "sensor"], "country": ["FR"], "homeassistant": "2021.10.0"}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": [], "version_installed": null}, "289550686": {"authors": ["@raman325"], "category": "integration", "description": "Custom Home Assistant component for Zoom. Tracks when you are connected to a Zoom call by default but may allow you to track more.", "domain": "zoom", "downloads": 0, "etag_repository": "W/\"18e69db12e71f013cb123f10bc02eac8e6e442b667125f2c6a52ab20aa03ce78\"", "full_name": "raman325/ha-zoom-automation", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b2c1dfb", "last_release_tag": "v0.8.2", "last_updated": "2022-01-03T04:05:09Z", "name": "zoom", "new": false, "repository_manifest": {"name": "Zoom", "domains": ["binary_sensor"], "iot_class": "Cloud Push", "render_readme": true, "homeassistant": "2021.5.0b0", "zip_release": true, "filename": "zoom.zip"}, "selected_tag": null, "show_beta": false, "stars": 47, "topics": ["automation", "custom-component", "ha", "hacs", "hassio", "home-assistant", "homeassistant", "integration", "webhook-event", "zoom"], "version_installed": null, "last_fetched": 1643571245.489505}, "197983504": {"authors": ["@rdehuyss"], "category": "integration", "description": "Support for Denkovi IOT Relay modules in HomeAssistant", "domain": "denkovi", "downloads": 0, "etag_repository": "W/\"90d830139f4f549c3b1b20e60a5ef2b25a34277c70b1e0e818881f39dcad838e\"", "full_name": "rdehuyss/homeassistant-custom_components-denkovi", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "16d3384", "last_release_tag": "v2.0.2", "last_updated": "2021-07-24T21:00:35Z", "name": "denkovi", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["denkovi", "homeassistant", "homeassistant-components"], "version_installed": null}, "260264517": {"authors": ["@r-renato"], "category": "integration", "description": "Climacell weather provider integration is a custom component for Home Assistant. The climacell platform uses the Climacell API as a source for meteorological data for your location.", "domain": "climacell", "downloads": 0, "etag_repository": "W/\"c6dafa7ef0e081aefc30fb970344436aace539292a1cb338a9cb5e8ffd9bc46d\"", "full_name": "r-renato/ha-climacell-weather", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f5be63f", "last_release_tag": "2.0.3", "last_updated": "2021-06-10T19:48:13Z", "name": "climacell", "new": false, "repository_manifest": {"name": "ClimaCell Weather Provider", "domains": ["sensor"], "iot_class": ["Cloud Polling"]}, "selected_tag": null, "show_beta": false, "stars": 38, "topics": ["climacell", "hacs", "home-assistant", "weather"], "version_installed": null}, "268118148": {"authors": ["@py-smart-gardena"], "category": "integration", "description": "Home Assistant custom component integration for Gardena Smart System", "domain": "gardena_smart_system", "downloads": 0, "etag_repository": "W/\"10282c1c41b755d69deff297096faba248e6a83bd463aa1987b9bfcd659e5788\"", "full_name": "py-smart-gardena/hass-gardena-smart-system", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "911ffb9", "last_release_tag": "0.2.3", "last_updated": "2022-01-29T22:48:06Z", "name": "gardena_smart_system", "new": false, "repository_manifest": {"name": "Gardena Smart System", "domains": ["sensor", "switch", "vacuum", "binary_sensor"], "render_readme": true, "homeassistant": "0.115.0"}, "selected_tag": null, "show_beta": false, "stars": 74, "topics": ["gardena", "gardena-api", "gardena-smart-system", "home-assistant", "homeassistant"], "version_installed": null, "last_fetched": 1643571245.138462}, "164161024": {"authors": ["@rgruebel"], "category": "integration", "description": "Custom Component for Homeassistant to show zigbee2mqtt Networkmap", "domain": "zigbee2mqtt_networkmap", "downloads": 0, "etag_repository": "W/\"7d3b4cce1d4864b71b1df9c269153793771a13e0b426b7108f59ffdc93fab491\"", "full_name": "rgruebel/ha_zigbee2mqtt_networkmap", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "ddb1013", "last_release_tag": null, "last_updated": "2021-12-14T14:38:00Z", "name": "zigbee2mqtt_networkmap", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 167, "topics": [], "version_installed": null, "last_fetched": 1641895658.060095}, "225305915": {"authors": ["@Martinvdm", "@vloris", "@remco770"], "category": "integration", "description": "Garbage collection BAR for Home Assistant", "domain": "bar_afvalbeheer", "downloads": 0, "etag_repository": "W/\"d90e45ade1074fa9cec84edbb2634bb498153696566dcf68d03515dda4c501e2\"", "full_name": "remco770/garbage-bar-homeassistant", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e1fb3c5", "last_release_tag": "1.4", "last_updated": "2021-08-24T17:27:18Z", "name": "bar_afvalbeheer", "new": false, "repository_manifest": {"name": "BAR garbage collection", "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": [], "version_installed": null}, "257634153": {"authors": ["@rob196"], "category": "integration", "description": "This is a custom component to integrate into FXMarketAPI (https://fxmarketapi.com) to get the live mid-rates in Home Assistant.", "domain": "fxmarketapi", "downloads": 0, "etag_repository": "W/\"65a77eae76da8e3ec1dcefd7da4667b745b8f2054e31685c6d5c623a865ad05e\"", "full_name": "rob196/home-assistant-fxmarketapi", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c3e467c", "last_release_tag": "v1.0.3", "last_updated": "2021-06-01T16:32:25Z", "name": "fxmarketapi", "new": false, "repository_manifest": {"name": "FXMarketAPI Integration", "content_in_root": false, "render_readme": false, "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["custom-component", "hacs", "home-assistant", "homeassistant", "python"], "version_installed": null}, "255380953": {"authors": ["@rkoebrugge", "@reharmsen", "@pdwonline", "@jongsoftdev"], "category": "integration", "description": "Custom Youless LS110 component for Home-Assistant ", "domain": "youless", "downloads": 0, "etag_repository": "W/\"a4836852f4e92850fd7c1955a7df5e348d8da34c2b94f403f4767abf166da6f3\"", "full_name": "rkoebrugge/hacs-youless-component", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3cd8d1a", "last_release_tag": "2.0.5", "last_updated": "2020-06-19T08:52:21Z", "name": "youless", "new": false, "repository_manifest": {"name": "YouLess LS110", "country": ["NL"], "render_readme": true, "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 0, "topics": [], "version_installed": null}, "140618233": {"authors": ["@robhofmann"], "category": "integration", "description": "Custom Gree climate component written in Python3 for Home Assistant. Controls AC's supporting the Gree protocol.", "domain": "gree", "downloads": 0, "etag_repository": "W/\"1ac291ca4fd77d0be111a8c0c467c357609c65dbebf2ff74aa1639746616b1e1\"", "full_name": "RobHofmann/HomeAssistant-GreeClimateComponent", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "fdcc217", "last_release_tag": "2.3.0", "last_updated": "2022-01-29T21:49:55Z", "name": "gree", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 131, "topics": [], "version_installed": null, "last_fetched": 1643571245.844311}, "241427839": {"authors": ["@robbinjanssen"], "category": "integration", "description": "Read the current, daily and total Wh from your Omnik Inverter via local network (no cloud!)", "domain": "omnik_inverter", "downloads": 0, "etag_repository": "W/\"0ca007cfaea764b2c475fd073951306940dfec0ba7752bd32474279636f9dd55\"", "full_name": "robbinjanssen/home-assistant-omnik-inverter", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7bc3ad4", "last_release_tag": "v2.1.0", "last_updated": "2021-12-13T15:35:11Z", "name": "omnik_inverter", "new": false, "repository_manifest": {"name": "Omnik Inverter Solar Sensor (No Cloud)", "country": ["NL"], "domains": ["sensor"], "homeassistant": "2021.9.0"}, "selected_tag": null, "show_beta": false, "stars": 17, "topics": ["hacktoberfest", "hacs", "home-assistant", "home-assistant-sensor", "homeassistant", "python3"], "version_installed": null}, "196605143": {"authors": ["@SirGilbot", "@robhofmann"], "category": "integration", "description": "Custom component for Philips TV's running Android which are built between 2014 and 2016. Written in Python3 for Home Assistant.", "domain": "philips_2014", "downloads": 0, "etag_repository": "W/\"9626b4219b9f485e48dd103bd68432340a0c139b1ec743ebb0d7387513fe0cb4\"", "full_name": "RobHofmann/HomeAssistant-PhilipsAndroid2014", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "56c4d40", "last_release_tag": "1.0.0", "last_updated": "2021-05-09T12:39:18Z", "name": "philips_2014", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": [], "version_installed": null}, "213551635": {"authors": ["@roberodin"], "category": "integration", "description": "\ud83d\udcfa HomeAssistant - SamsungTV Custom Component", "domain": "samsungtv_custom", "downloads": 0, "etag_repository": "W/\"bbdd9750dfb778cb150b7c0d4c5d9655ee5dec0c8c3807fa56c27aca36175d58\"", "full_name": "roberodin/ha-samsungtv-custom", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "da6bf93", "last_release_tag": "3.0.5", "last_updated": "2021-10-15T02:14:29Z", "name": "samsungtv_custom", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 101, "topics": [], "version_installed": null, "last_fetched": 1643571245.792483}, "197116235": {"authors": ["@robmarkcole"], "category": "integration", "description": "Home Assistant custom component for using Deepstack face recognition", "domain": "deepstack_face", "downloads": 0, "etag_repository": "W/\"a60fb2ded41506377f05b6205e28e36bf45716594d9cbac535814e79c2bca53c\"", "full_name": "robmarkcole/HASS-Deepstack-face", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d35873c", "last_release_tag": "v0.12", "last_updated": "2021-12-21T11:40:37Z", "name": "deepstack_face", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 164, "topics": ["computer-vision", "deep-learning", "home-assistant"], "version_installed": null, "last_fetched": 1643571245.802518}, "165791238": {"authors": ["@robmarkcole"], "category": "integration", "description": "Home Assistant custom component for using Deepstack object detection", "domain": "deepstack_object", "downloads": 0, "etag_repository": "W/\"eb0e6295ccb84abc5041e3372b3f5d3002824b297894721b95cf0ae604664740\"", "full_name": "robmarkcole/HASS-Deepstack-object", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c673798", "last_release_tag": "v4.5", "last_updated": "2022-01-13T02:42:31Z", "name": "deepstack_object", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 331, "topics": ["home-assistant", "object-detection"], "version_installed": null, "last_fetched": 1643571246.031242}, "117426840": {"authors": ["@robinostlund"], "category": "integration", "description": "Volkswagen Carnet Component for home assistant", "domain": "volkswagencarnet", "downloads": 0, "etag_repository": "W/\"65062efad4107850f1faf818163dc74023eac4f0e6e3a651933ab3e7339fa4d7\"", "full_name": "robinostlund/homeassistant-volkswagencarnet", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "84ee2c0", "last_release_tag": "v4.4.49", "last_updated": "2022-01-29T18:49:56Z", "name": "volkswagencarnet", "new": false, "repository_manifest": {"name": "Volkswagen We Connect", "iot_class": "Cloud Polling", "homeassistant": "2021.12.0b1", "hide_default_branch": true, "zip_release": true, "filename": "volkswagencarnet.zip"}, "selected_tag": null, "show_beta": false, "stars": 160, "topics": ["custom-component", "hacs", "homeassistant", "volkswagen-carnet"], "version_installed": null, "last_fetched": 1643571246.148159}, "135166048": {"authors": ["@robmarkcole"], "category": "integration", "description": "Home-Assistant image classification using Machinebox.io", "domain": "classificationbox", "downloads": 0, "etag_repository": "W/\"3d506484f80c84835687aea52d6ff222b179c44657cea965ab7be3555baff857\"", "full_name": "robmarkcole/HASS-Machinebox-Classificationbox", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5d11474", "last_release_tag": "v0.5", "last_updated": "2019-04-28T06:44:42Z", "name": "classificationbox", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 18, "topics": ["computer-vision", "deep-neural-networks", "home-assistant", "home-automation", "machinebox"], "version_installed": null}, "160022220": {"authors": ["@robmarkcole"], "category": "integration", "description": "Home Assistant Object detection with Amazon Rekognition", "domain": "amazon_rekognition", "downloads": 0, "etag_repository": "W/\"5ef9b46603537434d5bd2a3c5bfb043f05277f4e6365ff5dd3a5412e63760ed7\"", "full_name": "robmarkcole/HASS-amazon-rekognition", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c1bb2f5", "last_release_tag": "v3.2", "last_updated": "2021-12-26T07:50:05Z", "name": "amazon_rekognition", "new": false, "repository_manifest": {"name": "Amazon Rekognition", "domains": ["image_processing"]}, "selected_tag": null, "show_beta": false, "stars": 73, "topics": ["home-assistant", "rekognition"], "version_installed": null, "last_fetched": 1641217281.547645}, "149443194": {"authors": ["@rsnodgrass"], "category": "integration", "description": "ADT Pulse sensor for Home Assistant", "domain": "adtpulse", "downloads": 0, "etag_repository": "W/\"fa26cd307047c2d8269d7aff20fecee5c6af11b917f20257c801db1d38c000e5\"", "full_name": "rsnodgrass/hass-adtpulse", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "92e5d16", "last_release_tag": "0.1.9", "last_updated": "2022-01-02T10:13:07Z", "name": "adtpulse", "new": false, "repository_manifest": {"name": "ADT Pulse", "domains": ["alarm_control_panel", "binary_sensor"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 11, "topics": ["adt-pulse", "hacktoberfest", "homeassistant"], "version_installed": null, "last_fetched": 1641217281.58954}, "179931720": {"authors": ["@rsnodgrass"], "category": "integration", "description": "Home Assistant smart home platform integrations including sensors and custom tools", "domain": "groupme", "downloads": 0, "etag_repository": "W/\"72558d49a3f60a848c2b4c4e948161dfc83fd6985e96315bd2ca018939ed927b\"", "full_name": "rsnodgrass/hass-integrations", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4d4bde8", "last_release_tag": null, "last_updated": "2019-12-17T02:59:22Z", "name": "groupme", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": ["home-assistant", "water-sensor"], "version_installed": null}, "200989730": {"authors": ["@rsnodgrass", "@snicker", "@DubhAd"], "category": "integration", "description": "Flo Water Control for Home Assistant", "domain": "flo", "downloads": 0, "etag_repository": "W/\"26393ca5e93d6871f9126bf9226b2619c8b38d6336d0958afe8e2f2c2679bd5d\"", "full_name": "rsnodgrass/hass-flo-water", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d7dcdba", "last_release_tag": "3.0.5", "last_updated": "2021-03-23T21:58:09Z", "name": "flo", "new": false, "repository_manifest": {"name": "Flo by Moen Smart Water Monitor", "domains": ["sensor", "switch"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": [], "version_installed": null}, "200927325": {"authors": ["@rsnodgrass"], "category": "integration", "description": "Pool Math for Home Assistant", "domain": "poolmath", "downloads": 0, "etag_repository": "W/\"d4957b665c4fc4d95d50bc61b2591c7e08d64b8cb87cdf6220d0ddde66d12ea9\"", "full_name": "rsnodgrass/hass-poolmath", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2f7e9f6", "last_release_tag": "0.1.3", "last_updated": "2021-06-15T16:57:07Z", "name": "poolmath", "new": false, "repository_manifest": {"name": "Pool Math (Trouble Free Pool)", "domains": ["sensor"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": ["hacktoberfest", "homeassistant"], "version_installed": null}, "205416078": {"authors": ["@rsnodgrass"], "category": "integration", "description": "SensorPush integration for Home Assistant", "domain": "sensorpush", "downloads": 0, "etag_repository": "W/\"c6cb2a4dcce8d8f2253bc3df816060aa8063456f9a87dff0b067aa2334971cfd\"", "full_name": "rsnodgrass/hass-sensorpush", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2d4b043", "last_release_tag": "0.0.9", "last_updated": "2021-06-07T19:27:11Z", "name": "sensorpush", "new": false, "repository_manifest": {"name": "SensorPush", "domains": ["sensor"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 19, "topics": ["hacktoberfest", "homeassistant"], "version_installed": null, "last_fetched": 1643571247.05943}, "153006394": {"authors": ["@yuval_mejahez"], "category": "integration", "description": null, "domain": "school_holidays", "downloads": 0, "etag_repository": "W/\"04744945ada2a5113d35eb04f8aafa9fae3d8ca9c06f335adee3b953a623a022\"", "full_name": "rt400/School-Vacation", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "fb83099", "last_release_tag": null, "last_updated": "2021-08-03T13:41:10Z", "name": "school_holidays", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": [], "version_installed": null}, "235385658": {"authors": ["@rsnodgrass"], "category": "integration", "description": "Xantech Multi-Zone Matrix Audio for Home Assistant", "domain": "xantech", "downloads": 0, "etag_repository": "W/\"092579d6c64573babadd8e905192a765a8cc241a6d1a7bafe4e021b9b94eca64\"", "full_name": "rsnodgrass/hass-xantech", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "eb635c5", "last_release_tag": "0.0.6", "last_updated": "2021-08-03T08:50:29Z", "name": "xantech", "new": false, "repository_manifest": {"name": "Xantech Multi-Zone Audio Amps", "domains": ["media_player"], "render_readme": true, "iot_class": ["Local Push"]}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["audiophile", "hacktoberfest", "home-assistant", "home-automation", "homeassistant"], "version_installed": null}, "235915302": {"authors": [], "category": "integration", "description": "Custom Home Assistant sensor for the Marta/Breeze Card.", "domain": "marta", "downloads": 0, "etag_repository": "W/\"252ba5cc1d8451938241639e4440e98b658fbc643e94f915f9c09070c83cd455\"", "full_name": "ryanmac8/Home-Assistant-Marta", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "0270a21", "last_release_tag": "1.2", "last_updated": "2021-05-13T14:56:54Z", "name": "marta", "new": false, "repository_manifest": {"name": "Marta / Breeze Card", "content_in_root": false, "domains": ["sensor"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["breeze-card", "homeassistant", "marta", "sensor"], "version_installed": null}, "279861920": {"authors": ["@yuval_mejahez"], "category": "integration", "description": "ReversoTTS component for HomeAssistant", "domain": "reversotts", "downloads": 0, "etag_repository": "W/\"f1a36d1b5c62bba2f071623068e63225492e41fa48555c1d0af830eb8fe26c43\"", "full_name": "rt400/ReversoTTS-HA", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "30d4c26", "last_release_tag": "1.0.2", "last_updated": "2021-05-23T17:14:46Z", "name": "reversotts", "new": false, "repository_manifest": {"name": "Reverso TTS / tts", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 23, "topics": ["reversotts", "tts"], "version_installed": null, "last_fetched": 1643571247.24943}, "222845480": {"authors": ["ryannazaretian"], "category": "integration", "description": "Nexia climate integration for Trane and American Standard thermostats", "domain": "nexia", "downloads": 0, "etag_repository": "W/\"7df9e62e9d12e82a61e0910bd8db24ed52c34834673c0115783d3b365ab129bb\"", "full_name": "ryannazaretian/hacs-nexia-climate-integration", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1bfa7bf", "last_release_tag": "v1.0", "last_updated": "2020-04-17T15:57:11Z", "name": "nexia", "new": false, "repository_manifest": {"name": "Nexia Climate Integration", "render_readme": true, "domains": ["sensor", "binary_sensor", "climate"], "iot_class": "Local Polling"}, "selected_tag": null, "show_beta": false, "stars": 10, "topics": ["american-standard", "hacs", "home-assistant", "nexia", "nexia-thermostat", "trane"], "version_installed": null}, "224743334": {"authors": ["@safepay"], "category": "integration", "description": "Control Hunter Douglas / Luxaflex PowerView Window Shades in Home Assistant", "domain": "hd_powerview", "downloads": 0, "etag_repository": "W/\"3ff35957be953107455111fc71be11c4ed035346e27b23c39ec70d6a5e2c8e7c\"", "full_name": "safepay/cover.hd_powerview", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "640b054", "last_release_tag": "v0.9.0", "last_updated": "2021-08-19T04:28:48Z", "name": "hd_powerview", "new": false, "repository_manifest": {"name": "Hunter Douglas and Luxaflex PowerView Cover", "domains": ["cover"]}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": [], "version_installed": null}, "194971711": {"authors": ["@safepay"], "category": "integration", "description": "A WillyWeather Australian Bureau of Meteorology (BoM) integration for Home Assistant", "domain": "willyweather", "downloads": 0, "etag_repository": "W/\"fd9ed98c437da3f005e2fb1833ab23c3bfd9e38cfa866f1ba3ef7f22f69a12b7\"", "full_name": "safepay/sensor.willyweather", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "cb4202e", "last_release_tag": "v1.5.4", "last_updated": "2021-09-24T05:00:21Z", "name": "willyweather", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 7, "topics": [], "version_installed": null, "last_fetched": 1641470296.57045}, "195308808": {"authors": ["@safepay"], "category": "integration", "description": "A Fronius Sensor for Home Assistant", "domain": "fronius_inverter", "downloads": 0, "etag_repository": "W/\"ca00a5a755610f9d4e2e4672987dd23a2fee6683ffe550be747924e8f30e3f4f\"", "full_name": "safepay/sensor.fronius", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "19c1f3e", "last_release_tag": "v0.9.7", "last_updated": "2021-12-20T07:07:42Z", "name": "fronius_inverter", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 58, "topics": [], "version_installed": null, "last_fetched": 1642430651.817982}, "228579545": {"authors": ["@sebr"], "category": "integration", "description": "Orbit BHyve custom component for Home Assistant", "domain": "bhyve", "downloads": 0, "etag_repository": "W/\"162a88f102e022132bc295974c833b671bd3fe1ea113b9b45ae81c9e1cb9a3dc\"", "full_name": "sebr/bhyve-home-assistant", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "68a7ace", "last_release_tag": "2.1.1", "last_updated": "2021-12-15T01:36:32Z", "name": "bhyve", "new": false, "repository_manifest": {"name": "Orbit BHyve", "domains": ["binary_sensor", "sensor", "switch"], "iot_class": "Cloud Push", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 119, "topics": ["bhyve", "home-assistant", "home-assistant-component", "irrigation", "orbit", "orbit-bhyve"], "version_installed": null, "last_fetched": 1641587793.053995}, "248046910": {"authors": ["@sermayoral"], "category": "integration", "description": "Samsung TV Encrypted Models (H & J Series) custom component for Home Assistant", "domain": "samsungtv_encrypted", "downloads": 0, "etag_repository": "W/\"06f08b8124ba3908cd7c66cb51e999e6b1fbf69179d4602d36637c5202e0d610\"", "full_name": "sermayoral/ha-samsungtv-encrypted", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1146f7a", "last_release_tag": "2021.11.0", "last_updated": "2021-12-06T23:49:09Z", "name": "samsungtv_encrypted", "new": false, "repository_manifest": {"name": "SamsungTV Encrypted", "render_readme": false, "homeassistant": "2021.8.0"}, "selected_tag": null, "show_beta": false, "stars": 33, "topics": ["home-assistant-custom", "iot", "python", "samsungtv"], "version_installed": null, "last_fetched": 1643571247.934823}, "220678749": {"authors": ["@shogunxam"], "category": "integration", "description": "HA Integration for Centro Funzionale Regione Toscana", "domain": "cfr", "downloads": 0, "etag_repository": "W/\"12335e2e2940462930ea9c5de6ab8564fa388e5d4cb1aa9b1868c876f9ed45b7\"", "full_name": "shogunxam/Home-Assistant-custom-components-cfr-toscana", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "23b164e", "last_release_tag": "v0.8", "last_updated": "2021-12-13T09:50:30Z", "name": "cfr", "new": false, "repository_manifest": {"name": "cfr sensor", "domains": ["sensor"], "country": ["IT"]}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": [], "version_installed": null}, "231840220": {"authors": [], "category": "integration", "description": "MoneyDashboard Net Balance sensor for HomeAssistant", "domain": "moneydashboard", "downloads": 0, "etag_repository": "W/\"a1e751f74e95447677b4ee8a4e38868a01e08829173987e3efaa6c711f497ae9\"", "full_name": "shutupflanders/sensor.moneydashboard", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6298052", "last_release_tag": "1.0.3", "last_updated": "2020-02-20T10:04:03Z", "name": "moneydashboard", "new": false, "repository_manifest": {"domains": ["sensor"], "name": "MoneyDashboard", "render_readme": true, "country": ["GB"], "homeassistant": "0.99.0"}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": [], "version_installed": null}, "246417951": {"authors": ["@SLG"], "category": "integration", "description": "This component retrieves the statistics from Whatpulse", "domain": "whatpulse", "downloads": 0, "etag_repository": "W/\"dca837f1834a3b20ee94902485acbcaa793a075994123c3d2dc9a726d3fadc5b\"", "full_name": "SLG/home-assistant-whatpulse", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "665fe09", "last_release_tag": null, "last_updated": "2021-06-03T17:59:28Z", "name": "whatpulse", "new": false, "repository_manifest": {"name": "Whatpulse Sensor", "render_readme": true, "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["custom-components", "hacs", "home-assistant", "homeassistant", "python", "whatpulse"], "version_installed": null}, "261849832": {"authors": ["sockless-coding"], "category": "integration", "description": "Garo wallbox - Home Assistant Component ", "domain": "garo_wallbox", "downloads": 0, "etag_repository": "W/\"c9dbc593edd9d29f81f3d496eccc8b55813b6ec6a0fdcf869466ae143f665dc9\"", "full_name": "sockless-coding/garo_wallbox", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "fd96ba6", "last_release_tag": "v1.0.11", "last_updated": "2022-01-12T16:22:03Z", "name": "garo_wallbox", "new": false, "repository_manifest": {"name": "Garo Wallbox"}, "selected_tag": null, "show_beta": false, "stars": 12, "topics": [], "version_installed": null, "last_fetched": 1643571248.379273}, "199332790": {"authors": ["@snarky-snark"], "category": "integration", "description": "A custom Home Assistant component for declaring and setting generic variable entities dynamically.", "domain": "var", "downloads": 0, "etag_repository": "W/\"cf4bf6283a81b7cc88e5e1eac1b9d82508975f613bc755f544dc117ecea2b37b\"", "full_name": "snarky-snark/home-assistant-variables", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "27f0169", "last_release_tag": "v0.12.3", "last_updated": "2021-05-13T16:58:42Z", "name": "var", "new": false, "repository_manifest": {"name": "Variable", "render_readme": true, "homeassistant": "2021.5.1"}, "selected_tag": null, "show_beta": false, "stars": 128, "topics": [], "version_installed": null, "last_fetched": 1643571248.408701}, "260410453": {"authors": ["sockless-coding"], "category": "integration", "description": "Panasonic Comfort Cloud - Home Assistant Component", "domain": "panasonic_cc", "downloads": 0, "etag_repository": "W/\"19d5de05888545247b000e192bf9e4f73aa49266f6e65f5511e39da316c52204\"", "full_name": "sockless-coding/panasonic_cc", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5746f9c", "last_release_tag": "v1.0.31", "last_updated": "2022-01-10T13:28:04Z", "name": "panasonic_cc", "new": false, "repository_manifest": {"name": "Panasonic Comfort Cloud"}, "selected_tag": null, "show_beta": false, "stars": 32, "topics": [], "version_installed": null, "last_fetched": 1642430656.42009}, "210966517": {"authors": ["snicker"], "category": "integration", "description": "Zwift Sensor Integration for HomeAssistant", "domain": "zwift", "downloads": 0, "etag_repository": "W/\"f9287ad4dd62b274a50e43d630be9e329526da6da7033bc5658b410e0c7509b5\"", "full_name": "snicker/zwift_hass", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "407f7dd", "last_release_tag": "v3.2.4", "last_updated": "2022-01-17T13:47:53Z", "name": "zwift", "new": false, "repository_manifest": {"name": "Zwift Sensors", "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 27, "topics": [], "version_installed": null, "last_fetched": 1643571248.389249}, "209955487": {"authors": ["@slesinger"], "category": "integration", "description": "Control BMR heating regulation system from Home Assistant", "domain": "bmr_hc64", "downloads": 0, "etag_repository": "W/\"838cdc644918386a9d5672f5de788233d4d981f43c0827023201535ef8f332d5\"", "full_name": "slesinger/HomeAssistant-BMR", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "717c935", "last_release_tag": null, "last_updated": "2021-05-25T19:26:44Z", "name": "bmr_hc64", "new": false, "repository_manifest": {"name": "BMR", "render_readme": true, "domains": ["climate", "sensor", "binary_sensor", "switch"], "country": ["CZ"], "homeassistant": "0.110.0"}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": [], "version_installed": null}, "267433712": {"authors": ["@slesinger"], "category": "integration", "description": "Home Assistant integration to display info about energy plan", "domain": "predistribuce", "downloads": 0, "etag_repository": "W/\"42d5e36507f8e6eeceb03b45af63d83572772506a907274ceadcb19e1bbef01b\"", "full_name": "slesinger/HomeAssistant-PREdistribuce", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "eb1d189", "last_release_tag": null, "last_updated": "2021-10-30T09:55:40Z", "name": "predistribuce", "new": false, "repository_manifest": {"name": "PRE Distribuce CZ", "render_readme": false, "domains": ["binary_sensor"], "country": ["CZ"], "homeassistant": "0.110.0"}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["energy", "home-assistant", "home-automation", "power", "sensor"], "version_installed": null}, "177978011": {"authors": ["@hakana", "@StyraHem"], "category": "integration", "description": "Shelly smart home platform for Home Assistant", "domain": "shelly", "downloads": 0, "etag_repository": "W/\"319eb0d51531105ab06b9e3a15a876ac9537d84281c630a8e3585de46ac660a1\"", "full_name": "StyraHem/ShellyForHASS", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "902c04a", "last_release_tag": "0.3.3", "last_updated": "2022-01-22T08:21:14Z", "name": "shelly", "new": false, "repository_manifest": {"name": "ShellyForHass (Shelly integration)", "hide_default_branch": true, "zip_release": true, "filename": "shelly4hass.zip", "homeassistant": "0.104.0"}, "selected_tag": null, "show_beta": false, "stars": 502, "topics": [], "version_installed": null, "last_fetched": 1643571249.129374}, "292616002": {"authors": ["@swartjean"], "category": "integration", "description": "Home Assistant - Seedboxes.cc Integration", "domain": "seedboxes_cc", "downloads": 0, "etag_repository": "W/\"10c73b84969288f1764356fa0811ce3bbf468c80848ac9c549399ec6d4e61dc6\"", "full_name": "swartjean/ha-seedboxes-cc", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "06a15da", "last_release_tag": "v1.0.2", "last_updated": "2021-04-05T10:15:21Z", "name": "seedboxes_cc", "new": false, "repository_manifest": {"name": "Seedboxes.cc", "domains": ["sensor"], "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["custom-component", "hacs", "home-assistant", "home-automation", "homeassistant", "integration", "monitoring", "seedbox", "torrents"], "version_installed": null}, "289579468": {"authors": ["@swartjean"], "category": "integration", "description": "Fetches loadshedding data from Eskom", "domain": "eskom_loadshedding", "downloads": 0, "etag_repository": "W/\"066b562172ffc3b1d76737e9f0288ce26a1773c374b1cf72ba8d264282ccf565\"", "full_name": "swartjean/ha-eskom-loadshedding", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f1d1927", "last_release_tag": "v1.0.6", "last_updated": "2021-12-12T16:13:41Z", "name": "eskom_loadshedding", "new": false, "repository_manifest": {"name": "Eskom Loadshedding Interface", "domains": ["sensor"], "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 21, "topics": ["custom-component", "eskom", "hacs", "home-assistant", "home-automation", "homeassistant", "integration", "loadshedding", "south-africa"], "version_installed": null}, "181743867": {"authors": ["@tefinger"], "category": "integration", "description": "Custom component for Home Assistant to support Brematic devices", "domain": "brematic", "downloads": 0, "etag_repository": "W/\"3fdf9f1f7c9610d4319db8e1a2094d5bd958774011f063fa2fad1e661f0f0bb0\"", "full_name": "tefinger/hass-brematic", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c124566", "last_release_tag": "v0.5.0", "last_updated": "2021-11-02T17:59:24Z", "name": "brematic", "new": false, "repository_manifest": {"name": "Brematic", "homeassistant": "2021.10.0", "render_readme": true, "domains": ["switch"]}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["433mhz", "brematic", "brennenstuhl", "custom-component", "gateway", "hacktoberfest", "hass", "home-assistant", "intertechno"], "version_installed": null}, "265059207": {"authors": ["@ThermIQ"], "category": "integration", "description": "Home Assistant integration of ThermIQ-MQTT, providing control and logging of Thermia heatpumps ", "domain": "thermiq_mqtt", "downloads": 0, "etag_repository": "W/\"139e95d6c03526a5b3b8f40df94ec745885b078db8675452e38fdb1b8429a455\"", "full_name": "ThermIQ/thermiq_mqtt-ha", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2453d34", "last_release_tag": "v1.3.2", "last_updated": "2022-01-26T20:07:01Z", "name": "thermiq_mqtt", "new": false, "repository_manifest": {"name": "ThermIQ MQTT", "hacs": "0.24.0", "domains": ["binary_sensor", "sensor", "switch"], "iot_class": "Local Push", "homeassistant": "2021.12", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": ["bergvarme", "danfoss", "dhp", "diplomat", "g2", "g3", "ha", "hacs", "hass", "heatpump", "home-assistant", "home-automation", "homeassistant", "optimum", "thermal-pump", "thermia", "thermiq", "thermiq-mqtt", "varmepump"], "version_installed": null, "last_fetched": 1643571249.757958}, "121891488": {"authors": ["@thevoltagesource"], "category": "integration", "description": "Home Assistant custom component for controlling Lennox iComfort WiFi and AirEase Comfort Sync thermostats.", "domain": "myicomfort", "downloads": 0, "etag_repository": "W/\"1f1d4c3e679094c23db4cb4c5a6c13ecbc9dbc5ab19e1d06e4af420a9e741496\"", "full_name": "thevoltagesource/LennoxiComfort", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "337fef1", "last_release_tag": "v3.2.0", "last_updated": "2021-12-08T02:01:39Z", "name": "myicomfort", "new": false, "repository_manifest": {"name": "Lennox iComfort WiFi Thermostat Integration", "domains": ["climate"], "homeassistant": "2021.4.0", "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 21, "topics": ["homeassistant", "icomfort", "lennox", "thermostat"], "version_installed": null, "last_fetched": 1642094179.852643}, "194140521": {"authors": [], "category": "integration", "description": "\ud83d\udd39 A Home Assistant integration to turn your browser into a controllable entity - and also an audio player", "domain": "browser_mod", "downloads": 0, "etag_repository": "W/\"98cdff5b38d00d072165af513bdb7d45b357ef059786fa936c8103745070e183\"", "full_name": "thomasloven/hass-browser_mod", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "63d204c", "last_release_tag": "1.5.1", "last_updated": "2022-01-06T12:14:07Z", "name": "browser_mod", "new": false, "repository_manifest": {"name": "browser_mod", "homeassistant": "2021.5.0"}, "selected_tag": null, "show_beta": false, "stars": 561, "topics": [], "version_installed": null, "last_fetched": 1643571250.089936}, "202220932": {"authors": [], "category": "integration", "description": "\ud83d\udd39 Change the favicon of your Home Assistant instance", "domain": "favicon", "downloads": 0, "etag_repository": "W/\"a8a323cdc479c10f592e0200a3041d4ce51c930fe02a74e3f6c86a1201935925\"", "full_name": "thomasloven/hass-favicon", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "af5cf85", "last_release_tag": "10.4", "last_updated": "2021-07-26T15:03:33Z", "name": "favicon", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 62, "topics": [], "version_installed": null, "last_fetched": 1642430662.435702}, "200897141": {"authors": [], "category": "integration", "description": "\ud83d\udd39 Improve the lovelace yaml parser for Home Assistant", "domain": "lovelace_gen", "downloads": 0, "etag_repository": "W/\"fa040717c0f1ca066004c9e897983566a038181d27d6a6c2089b886c808e9df8\"", "full_name": "thomasloven/hass-lovelace_gen", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "200f916", "last_release_tag": "0.1.1", "last_updated": "2021-06-12T10:38:54Z", "name": "lovelace_gen", "new": false, "repository_manifest": {"name": "lovelace_gen", "homeassistant": "2021.4.0"}, "selected_tag": null, "show_beta": false, "stars": 115, "topics": [], "version_installed": null, "last_fetched": 1642184335.180555}, "164155243": {"authors": ["@TimSoethout"], "category": "integration", "description": "Sensor for Home Assistant pulling data from the GoodWe SEMS API for solar panel production metrics.", "domain": "sems", "downloads": 0, "etag_repository": "W/\"b42b5a334df9ef96a2e381df37c2a9ac39c0febc76313e1a3df19ae4388eb307\"", "full_name": "TimSoethout/goodwe-sems-home-assistant", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b260b28", "last_release_tag": "3.4.0", "last_updated": "2021-12-20T15:08:53Z", "name": "sems", "new": false, "repository_manifest": {"render_readme": true, "content_in_root": false, "iot_class": "Cloud Poll", "homeassistant": "2021.9.3"}, "selected_tag": null, "show_beta": false, "stars": 47, "topics": ["goodwe-sems", "hacs", "homeassistant", "pv", "sems-portal"], "version_installed": null}, "251020820": {"authors": ["@Tikismoke"], "category": "integration", "description": "NESPRESSO ble Home Assistant custom componenets and also a 2MQTT script", "domain": "nespresso", "downloads": 0, "etag_repository": "W/\"82a80ef26868fd8aead3971e1509241fc0765c36affe45baa8319479a8d7a805\"", "full_name": "tikismoke/home-assistant-nespressoble", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "aa595a5", "last_release_tag": "v0.0.1", "last_updated": "2021-06-04T06:05:28Z", "name": "nespresso", "new": false, "repository_manifest": {"name": "Nespresso Ble coffee machine"}, "selected_tag": null, "show_beta": false, "stars": 30, "topics": ["homeassistant", "homeassistant-components", "nespresso", "nespresso-ble"], "version_installed": null}, "261496794": {"authors": ["@Tikismoke"], "category": "integration", "description": "a plcbus custom somponents for HomeAssistant", "domain": "plcbus", "downloads": 0, "etag_repository": "W/\"224e43b119b2ee9069522d8ea2be1d17b162c2c14af29a376f4f1ae6d370f9b4\"", "full_name": "tikismoke/home-assistant-plcbus", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "93ba738", "last_release_tag": "0.0.2", "last_updated": "2021-08-15T16:14:24Z", "name": "plcbus", "new": false, "repository_manifest": {"name": "Plcbus integration"}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["customcomponents", "hass", "homeassistant", "plcbus"], "version_installed": null}, "195620540": {"authors": ["@timvancann"], "category": "integration", "description": null, "domain": "growatt", "downloads": 0, "etag_repository": "W/\"43252573361a645229c8f28cf0b29eb7320a5e25a44c51b87cab9cc9a6fe2de2\"", "full_name": "timvancann/homeassistant-growatt", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b22c18f", "last_release_tag": "0.0.3", "last_updated": "2021-05-11T11:03:42Z", "name": "growatt", "new": false, "repository_manifest": {"name": "Growatt solar panels"}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": [], "version_installed": null}, "207794499": {"authors": [], "category": "integration", "description": "A BER Status Sensor", "domain": "ber_status", "downloads": 0, "etag_repository": "W/\"c651e78aab194f35b73219bf04a794db49921cead5d461e87b33eba934b9c1f2\"", "full_name": "tmechen/ber_status", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d237174", "last_release_tag": null, "last_updated": "2020-10-31T13:57:32Z", "name": "ber_status", "new": false, "repository_manifest": {"name": "BER Status Sensor", "country": ["DE"], "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": [], "version_installed": null}, "200399989": {"authors": [], "category": "integration", "description": "Service to clean up your home assistant snapshots, so you don't manually have to.", "domain": "clean_up_snapshots_service", "downloads": 0, "etag_repository": "W/\"930836ea293e37e3182976c2051d5161d2b81f2961efb3973b493eeaf7187a8a\"", "full_name": "tmonck/clean_up_snapshots", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "24fe828", "last_release_tag": "0.8.2", "last_updated": "2021-12-30T16:33:33Z", "name": "clean_up_snapshots_service", "new": false, "repository_manifest": {"name": "Clean up snapshots service", "domains": ["clean_up_snapshots_service"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 11, "topics": [], "version_installed": null, "last_fetched": 1641470311.369215}, "225248441": {"authors": ["@tomaae"], "category": "integration", "description": "Mikrotik router integration for Home Assistant", "domain": "mikrotik_router", "downloads": 0, "etag_repository": "W/\"a7c7a0e82cf5dd060d41fdd5f5cd9a8f45f5dcb3ea7f356c60341eade1958ed2\"", "full_name": "tomaae/homeassistant-mikrotik_router", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5db1c78", "last_release_tag": "v1.8", "last_updated": "2022-01-24T14:10:03Z", "name": "mikrotik_router", "new": false, "repository_manifest": {"name": "Mikrotik Router", "homeassistant": "2021.12.1", "iot_class": "local_poll", "domains": ["device_tracker", "switch", "button", "sensor", "binary_sensor"], "render_readme": false, "zip_release": true, "filename": "mikrotik_router.zip"}, "selected_tag": null, "show_beta": false, "stars": 107, "topics": ["hacs", "homeassistant", "homeassistant-components", "homeassistant-integration", "mikrotik"], "version_installed": null, "last_fetched": 1643571250.863928}, "257275420": {"authors": ["@tomaae"], "category": "integration", "description": "OpenMediaVault integration for Home Assistant", "domain": "openmediavault", "downloads": 0, "etag_repository": "W/\"70c288ea9a1adbca8290c2738038d433715e6b6f7b7dd13cb3b09af135598977\"", "full_name": "tomaae/homeassistant-openmediavault", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2fa230a", "last_release_tag": "1.1.7", "last_updated": "2021-12-09T19:57:55Z", "name": "openmediavault", "new": false, "repository_manifest": {"name": "OpenMediaVault", "homeassistant": "0.110.0", "iot_class": "local_poll", "domains": ["sensor", "switch"], "render_readme": false, "zip_release": true, "filename": "openmediavault.zip"}, "selected_tag": null, "show_beta": false, "stars": 33, "topics": ["hacs", "homeassistant", "homeassistant-components", "homeassistant-integration", "omv", "openmediavault"], "version_installed": null, "last_fetched": 1643545554.628268}, "277201070": {"authors": ["@toreamun"], "category": "integration", "description": "Home Assistant integrasjon for Aidon, Kaifa and Kamstrup AMS-str\u00f8mm\u00e5lere. Integrasjonen st\u00f8ter b\u00e5de streaming (serieport/TCP-IP) og MQTT. Tibber Pulse kan settes opp til \u00e5 publisere til lokal MQTT som denne integrasjonen kan benytte.", "domain": "amshan", "downloads": 0, "etag_repository": "W/\"b4db7b21d151418333cca8df9efa75c770462f1112a7c75a4ba2b315d18e7cd3\"", "full_name": "toreamun/amshan-homeassistant", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "783bd7c", "last_release_tag": "2022.1.7", "last_updated": "2022-01-25T15:55:58Z", "name": "amshan", "new": false, "repository_manifest": {"name": "AmsHan", "domains": ["sensor"], "iot_class": "Local Push", "homeassistant": "2021.12.0b0", "country": ["NO"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 27, "topics": ["aidon", "ams", "han", "home-assistant", "home-automation", "kaifa", "kamstrup", "mbus", "meterbus", "mqtt", "smart-meter", "tibberpulse"], "version_installed": null, "last_fetched": 1643571250.921653}, "299875200": {"authors": ["@toreamun"], "category": "integration", "description": "Home Assistant integration for Victor Smart-Kill WI-FI electronic mouse and rat traps from VictorPest.com.", "domain": "victorsmartkill", "downloads": 0, "etag_repository": "W/\"ce0c62d38f9eea39cb8168049b4cb939cc6f174672476145db7b2f1cc44afa0d\"", "full_name": "toreamun/victorsmartkill-homeassistant", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b382d81", "last_release_tag": "2021.12.1", "last_updated": "2021-12-27T07:17:54Z", "name": "victorsmartkill", "new": false, "repository_manifest": {"name": "Victor Smart-Kill", "domains": ["binary_sensor", "sensor"], "homeassistant": "2021.11.0", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 10, "topics": ["hacs", "home-assistant", "homeassistant-integration", "mouse", "python-library", "rat", "trap", "victor"], "version_installed": null, "last_fetched": 1641895688.294586}, "298816063": {"authors": ["@troykelly"], "category": "integration", "description": "Trackimo Integration for HACS Home Assistant", "domain": "trackimo", "downloads": 0, "etag_repository": "W/\"8760784f7b14d68ffd2b100846b5c881b2eebf69cf0afc3d21b86a46b975e4af\"", "full_name": "troykelly/hacs-trackimo", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5c45086", "last_release_tag": "v0.0.22", "last_updated": "2021-07-12T05:44:23Z", "name": "trackimo", "new": false, "repository_manifest": {"name": "Trackimo Device Tracker", "country": ["AU"], "domains": ["device_tracker"], "homeassistant": "2021.7.1", "iot_class": ["Cloud Polling"]}, "selected_tag": null, "show_beta": false, "stars": 0, "topics": ["geolocation", "hacktoberfest", "homeassistant", "homeassistant-integration", "trackimo"], "version_installed": null}, "220313935": {"authors": ["@turbokongen"], "category": "integration", "description": "Custom component reading AMS through MBus adapter into HomeAssistant", "domain": "ams", "downloads": 0, "etag_repository": "W/\"2119deaf4961829f9d6e61112060ec407c271a772de2d1044a5686109cedc1f6\"", "full_name": "turbokongen/hass-AMS", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f42ded6", "last_release_tag": "v1.9.1", "last_updated": "2021-12-29T08:09:48Z", "name": "ams", "new": false, "repository_manifest": {"name": "hass-AMS", "country": ["NO", "SE"], "domains": ["sensor"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 28, "topics": ["mbus-adapter", "meter", "sensors"], "version_installed": null}, "240459262": {"authors": ["@tuxuser"], "category": "integration", "description": "Abfall API (Jumomind) custom component for home assistant - Get an alert when garbage collection is due", "domain": "abfallapi_jumomind", "downloads": 0, "etag_repository": "W/\"87cfa966fbfb9c42aa6764be1de69e0008a5943f6abb3c1f97fcf20fa6468210\"", "full_name": "tuxuser/abfallapi_jumomind_ha", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "8b4449f", "last_release_tag": null, "last_updated": "2021-12-22T09:57:43Z", "name": "abfallapi_jumomind", "new": false, "repository_manifest": {"name": "Abfall API (Jumomind)", "country": ["DE"], "homeassistant": "0.104.3", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["abfall", "collection", "deutschland", "garbage", "germany", "hacs", "home-assistant", "homeassistant-sensor", "jumomind", "muell", "sensor", "waste"], "version_installed": null, "last_fetched": 1641058079.790084}, "272337216": {"authors": ["@turbulator"], "category": "integration", "description": "Home Assistant custom component for Pandora Car Alarm System", "domain": "pandora_cas", "downloads": 0, "etag_repository": "W/\"5434350abdae43d18ab4196f7f2e73f35f2f0c76038842ce61eeace2a5925c78\"", "full_name": "turbulator/pandora-cas", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2651170", "last_release_tag": "1.4.4", "last_updated": "2021-12-28T02:20:34Z", "name": "pandora_cas", "new": false, "repository_manifest": {"name": "Pandora Car Alarm System", "domains": ["device_tracker", "binary_sensor", "sensor"], "country": ["RU", "BY"], "iot_class": "local push", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 30, "topics": ["hacs", "home-assistant", "integration", "pandora"], "version_installed": null}, "237628853": {"authors": ["@tuxuser"], "category": "integration", "description": "Abfall API (RegioIT) custom component for home assistant - Get an alert when garbage collection is due", "domain": "abfallapi_regioit", "downloads": 0, "etag_repository": "W/\"6f2e34627eb7239a51d354c70d3162bf0500be8c682f9ad242c24d7ad1690640\"", "full_name": "tuxuser/abfallapi_regioit_ha", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d423486", "last_release_tag": null, "last_updated": "2021-12-16T16:20:32Z", "name": "abfallapi_regioit", "new": false, "repository_manifest": {"name": "Abfall API (RegioIT)", "country": ["DE"], "homeassistant": "0.104.3", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 10, "topics": ["collection", "component", "garbage", "homeassistant", "homeassistant-sensor", "muell", "muellabfuhr", "regioit", "sensor", "smart-home", "waste"], "version_installed": null}, "167885769": {"authors": ["@twrecked"], "category": "integration", "description": "Asynchronous Arlo Component for Home Assistant", "domain": "aarlo", "downloads": 0, "etag_repository": "W/\"1da16af8536fd57cbab3e53aa97058fac2218c7ad296f050d49a2c377a60c1f5\"", "full_name": "twrecked/hass-aarlo", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c00cc75", "last_release_tag": "v0.7.2b7", "last_updated": "2021-12-28T19:25:48Z", "name": "aarlo", "new": false, "repository_manifest": {"name": "Arlo Camera Support", "homeassistant": "0.110.0"}, "selected_tag": null, "show_beta": false, "stars": 223, "topics": ["arlo", "homeassistant", "homeassistant-components", "netgear", "python"], "version_installed": null, "last_fetched": 1643571251.467254}, "204700563": {"authors": ["@sherrell"], "category": "integration", "description": "Momentary Switch Component for Home Assistant", "domain": "momentary", "downloads": 0, "etag_repository": "W/\"53316e4aacf743e41b730228cf12db312ba769ef8b0d30ab5a9b2205a054f359\"", "full_name": "twrecked/hass-momentary", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "87e8a29", "last_release_tag": "v0.5.3", "last_updated": "2021-12-13T03:07:54Z", "name": "momentary", "new": false, "repository_manifest": {"name": "Momentary Switch Component"}, "selected_tag": null, "show_beta": false, "stars": 22, "topics": [], "version_installed": null}, "245267534": {"authors": ["@twrecked"], "category": "integration", "description": "Virtual Components for Home Assistant", "domain": "virtual", "downloads": 0, "etag_repository": "W/\"8912c46972e6d4c15bafcd5a4474997edda0a7f20cfbf4a82a4cf00d8c2484c2\"", "full_name": "twrecked/hass-virtual", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3a51eeb", "last_release_tag": "v0.7.5", "last_updated": "2021-12-16T20:58:08Z", "name": "virtual", "new": false, "repository_manifest": {"name": "Virtual Components"}, "selected_tag": null, "show_beta": false, "stars": 46, "topics": [], "version_installed": null, "last_fetched": 1642184345.721799}, "76125161": {"authors": ["@tybritten"], "category": "integration", "description": "an iCal Sensor for Home Assistant", "domain": "ical", "downloads": 0, "etag_repository": "W/\"3ddcfddb9c1eda298fe400d952a8c7bb5b79f0994d6893b6a8b5b40bed9c756c\"", "full_name": "tybritten/ical-sensor-homeassistant", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a171b65", "last_release_tag": "1.4.1", "last_updated": "2021-12-13T09:20:22Z", "name": "ical", "new": false, "repository_manifest": {"name": "iCal Sensor", "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 38, "topics": ["hacs", "home-assistant", "ical", "sensor"], "version_installed": null, "last_fetched": 1642851192.719341}, "272140589": {"authors": ["@ualex73"], "category": "integration", "description": "Monitor Docker containers from Home Assistant", "domain": "monitor_docker", "downloads": 0, "etag_repository": "W/\"bee7d4a9236d4fa900fffc61f7b5de191817cbbb8accaeaccb10b1ff4460cec5\"", "full_name": "ualex73/monitor_docker", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "0354dd0", "last_release_tag": "1.14", "last_updated": "2022-01-18T21:20:49Z", "name": "monitor_docker", "new": false, "repository_manifest": {"name": "Monitor Docker", "render_readme": false, "domains": ["sensor", "switch"]}, "selected_tag": null, "show_beta": false, "stars": 125, "topics": ["custom-component", "docker", "hacs", "home-assistant", "homeassistant", "python"], "version_installed": null, "last_fetched": 1643545554.672448}, "247566230": {"authors": ["@Verbalinsurection"], "category": "integration", "description": "The Next Rocket Launch sensor platform allows you to monitor the next rocket launch from Teamup.", "domain": "next_rocket_launch", "downloads": 0, "etag_repository": "W/\"02b2b25e287e1aad464221dbdac646b4de2ae04fcadf9cb1d3a3b6d2a50c9a3f\"", "full_name": "Verbalinsurection/next_rocket_launch", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a7debb9", "last_release_tag": "V1.0.3", "last_updated": "2021-04-12T16:58:03Z", "name": "next_rocket_launch", "new": false, "repository_manifest": {"name": "Next Rocket Launch", "country": ["FR"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": ["hassio", "home-assistant", "homeassistant", "homeassistant-components", "rocket"], "version_installed": null}, "120696364": {"authors": ["@vinteo"], "category": "integration", "description": "OpenSprinkler Integration for Home Assistant", "domain": "opensprinkler", "downloads": 0, "etag_repository": "W/\"e4337b3a22c45d6036019f60b4cd0d3983cd70273cc7133a12c40ee16ec03657\"", "full_name": "vinteo/hass-opensprinkler", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "eeb57f0", "last_release_tag": "v1.1.7", "last_updated": "2021-12-06T21:34:02Z", "name": "opensprinkler", "new": false, "repository_manifest": {"name": "OpenSprinkler integration for Home Assistant", "domains": ["binary_sensor", "sensor", "switch"], "render_readme": true, "iot_class": "Local Polling"}, "selected_tag": null, "show_beta": false, "stars": 120, "topics": ["hacktoberfest", "hacs", "home-assistant", "home-automation", "opensprinkler"], "version_installed": null, "last_fetched": 1642184346.580582}, "265916869": {"authors": ["@vanstinator"], "category": "integration", "description": "Melnor Raincloud Home Assistant Integration", "domain": "raincloud", "downloads": 0, "etag_repository": "W/\"58000ab27cbb2d837de1137176b14c71cd411269a7a3d5e07a5dab900c8e3bc9\"", "full_name": "vanstinator/hass-raincloud", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c247570", "last_release_tag": "1.2.4", "last_updated": "2022-01-22T15:56:33Z", "name": "raincloud", "new": false, "repository_manifest": {"name": "Melnor Raincloud", "render_readme": true, "domains": ["binary_sensor", "sensor", "switch"], "homeassistant": "2021.4.0", "zip_release": true, "filename": "raincloud.zip", "iot_class": "cloud_polling"}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": ["assistant", "home", "home-assistant", "home-automation", "irrigation", "melnor", "raincloud", "sprinkler"], "version_installed": null, "last_fetched": 1643571251.745845}, "258012818": {"authors": [], "category": "integration", "description": "Use Simple Icons in Home Assistant", "domain": "simpleicons", "downloads": 0, "etag_repository": "W/\"beb75b7da926dcef8f261416faf9e68f83d2cc7015f84fab63036ac018f8f1d4\"", "full_name": "vigonotion/hass-simpleicons", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d1bb6ac", "last_release_tag": "v1.20.0", "last_updated": "2022-01-13T04:02:59Z", "name": "simpleicons", "new": false, "repository_manifest": {"name": "simpleicons", "render_readme": true, "homeassistant": "0.110.0b0", "zip_release": true, "filename": "hass-simpleicons.zip"}, "selected_tag": null, "show_beta": false, "stars": 62, "topics": ["hacktoberfest", "home-assistant", "simple-icons"], "version_installed": null, "last_fetched": 1642184347.106817}, "234875951": {"authors": ["@nwiborg", "@vlumikero"], "category": "integration", "description": "A Home Assistant custom component for Securitas Home Alarm, for alarms bought in Sweden before 2018-12-01", "domain": "securitas", "downloads": 0, "etag_repository": "W/\"7ce1181bf8b4beca79ea1b8c42b8ee5dc34cb8bbec839e30907600b74cd442f5\"", "full_name": "vlumikero/home-assistant-securitas", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7b8ca5d", "last_release_tag": "1.0.2", "last_updated": "2021-07-24T17:58:21Z", "name": "securitas", "new": false, "repository_manifest": {"name": "Securitas Home", "render_readme": "true", "country": ["SE"], "homeassistant": "0.110.1"}, "selected_tag": null, "show_beta": false, "stars": 0, "topics": [], "version_installed": null}, "190418598": {"authors": ["@walthowd"], "category": "integration", "description": "Automower Custom Component for Home Assistant", "domain": "automower", "downloads": 0, "etag_repository": "W/\"f318c06418eba17bcd82d9eb546fe675c9061e2b2793fe49123b84e4aeb92c84\"", "full_name": "walthowd/ha-automower", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c7aac2d", "last_release_tag": "1.1.3", "last_updated": "2021-09-15T21:55:41Z", "name": "automower", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 35, "topics": [], "version_installed": null}, "235316264": {"authors": ["websylv"], "category": "integration", "description": ":sun_behind_rain_cloud: :switzerland: Meteo Swiss Integration for Home Assisant", "domain": "meteo-swiss", "downloads": 0, "etag_repository": "W/\"e01d126e4d45835002eb7dc6ea0fa7e86ab79cf43ad749b274a27a0cbe6d6b97\"", "full_name": "websylv/homeassistant-meteoswiss", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "0fccc01", "last_release_tag": "1.3", "last_updated": "2021-08-26T14:31:29Z", "name": "meteo-swiss", "new": false, "repository_manifest": {"name": "Meteo Swiss", "render_readme": true, "domains": "weather", "iot_class": "weather", "country": ["CH"]}, "selected_tag": null, "show_beta": false, "stars": 41, "topics": [], "version_installed": null, "last_fetched": 1643571252.143356}, "299967654": {"authors": ["@willholdoway"], "category": "integration", "description": "This is a custom component to allow control of HifiberryOS devices in Home Assistant using the audiocontrol2 REST API.", "domain": "hifiberry", "downloads": 0, "etag_repository": "W/\"e3d784e6173963ed0fbbc8f8795a6acd9ab973f44d92add29baf6b70c7fb4f4c\"", "full_name": "willholdoway/hifiberry", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "33ffe78", "last_release_tag": null, "last_updated": "2021-11-13T12:26:37Z", "name": "hifiberry", "new": false, "repository_manifest": {"name": "HiFiBerry", "domains": ["media_player"], "iot_class": "Local Polling", "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 20, "topics": ["hacs", "hassio", "hifiberry", "home-assistant", "home-automation", "internet-of-things", "iot", "media-player", "python"], "version_installed": null, "last_fetched": 1641470323.431651}, "127251446": {"authors": ["@xirixiz"], "category": "integration", "description": "Provides sensors for some Dutch waste collectors", "domain": "afvalwijzer", "downloads": 0, "etag_repository": "W/\"b632584d36a983bed156d916ee345fa6c20995dfffec15d044b583a580399e67\"", "full_name": "xirixiz/homeassistant-afvalwijzer", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "10752d2", "last_release_tag": "2022.01.02", "last_updated": "2022-01-21T08:58:07Z", "name": "afvalwijzer", "new": false, "repository_manifest": {"name": "Afvalwijzer", "iot_class": "Cloud Polling", "content_in_root": false, "render_readme": true, "domains": ["sensor"], "country": ["NL"], "homeassistant": "0.115.0"}, "selected_tag": null, "show_beta": false, "stars": 95, "topics": ["afvalwijzer", "hacs", "home-assistant", "homeassistant", "python", "sensor", "trash"], "version_installed": null, "last_fetched": 1642851199.151629}, "261031401": {"authors": ["@youdroid"], "category": "integration", "description": "\ud83c\udfa5 CouchPotato component to feed Upcoming Media Card.", "domain": "couchpotato", "downloads": 0, "etag_repository": "W/\"f3a657776bd2ede5b7083698a22c09f6c118278a9f88c51f4ba3778e51c7aa98\"", "full_name": "youdroid/home-assistant-couchpotato", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "0243c7c", "last_release_tag": "V1.2.1", "last_updated": "2021-03-03T23:11:55Z", "name": "couchpotato", "new": false, "repository_manifest": {"name": "couchpotato", "domains": ["sensor"], "render_readme": true, "country": ["FR"]}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["couchpotato", "customcomponents", "homeassistant", "homeassistant-components", "homeassistant-sensor", "python"], "version_installed": null}, "262645913": {"authors": ["@youdroid"], "category": "integration", "description": "\ud83c\udf75 Gitea component to follow your repositories", "domain": "gitea", "downloads": 0, "etag_repository": "W/\"fda18fcb2dcb3a645cacf23696d4f4edf5c0e7f3d6df914e03c6cf05e4dddc55\"", "full_name": "youdroid/home-assistant-gitea", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d348180", "last_release_tag": "V1.3", "last_updated": "2022-01-30T17:50:42Z", "name": "gitea", "new": false, "repository_manifest": {"name": "gitea", "domains": ["sensor"], "render_readme": true, "country": ["FR"], "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": [], "version_installed": null, "last_fetched": 1643571252.724834}, "261614146": {"authors": ["@youdroid"], "category": "integration", "description": "\ud83c\udfa5 SickChill component to feed Upcoming Media Card.", "domain": "sickchill", "downloads": 0, "etag_repository": "W/\"dcf24bbb40d7a698d88ab18f230f92d73a1faa1e07aa07da9397c348294d6dd1\"", "full_name": "youdroid/home-assistant-sickchill", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "26424d8", "last_release_tag": "V1.3.1", "last_updated": "2021-03-03T23:00:19Z", "name": "sickchill", "new": false, "repository_manifest": {"name": "SickChill", "domains": ["sensor"], "render_readme": true, "country": ["FR"]}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": ["customcomponents", "homeassistant", "homeassistant-components", "homeassistant-sensor", "python", "sickchill"], "version_installed": null}, "202987887": {"authors": ["@zachowj"], "category": "integration", "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/\"cacf4c87c984846fc3c156511b0e676df0134bea1d19d2f18f527eb4fb65a21d\"", "full_name": "zachowj/hass-node-red", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2a11f2e", "last_release_tag": "v1.0.6", "last_updated": "2022-01-16T00:01:46Z", "name": "nodered", "new": false, "repository_manifest": {"name": "Node-RED Companion", "domains": ["binary_sensor", "sensor", "switch"], "homeassistant": "2021.12.0", "iot_class": "local_push"}, "selected_tag": null, "show_beta": false, "stars": 214, "topics": ["home-assistant", "node-red"], "version_installed": null, "last_fetched": 1643571252.874709}, "231083679": {"authors": [], "category": "theme", "description": "\ud83d\udc35 Dark Theme based on clear-theme-dark by @naofireblade", "domain": "", "downloads": 0, "etag_repository": "W/\"e7630907ee722c79ef018d8747f317f5d2be9faa9b6ed119f56729e963423a14\"", "full_name": "aFFekopp/dark_teal", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d3f96b2", "last_release_tag": "1.3", "last_updated": "2020-08-10T17:15:43Z", "name": "dark_teal", "new": false, "repository_manifest": {"name": "Dark Teal"}, "selected_tag": null, "show_beta": false, "stars": 10, "topics": ["dark-theme", "hacs", "home-assistant", "home-assistant-theme"], "version_installed": null}, "233715171": {"authors": [], "category": "theme", "description": "Darkish-Theme for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"02a74aeaa52ba0b10ca0d36a96a1f352bfb8400db6eb23bfde5a6b4b49289bf3\"", "full_name": "78wesley/Home-Assistant-Darkish-Theme", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "505d536", "last_release_tag": null, "last_updated": "2021-12-14T20:45:38Z", "name": "Home-Assistant-Darkish-Theme", "new": false, "repository_manifest": {"name": "Darkish Theme"}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": [], "version_installed": null, "last_fetched": 1641470328.639185}, "253311340": {"authors": [], "category": "theme", "description": "\ud83d\ude0e My Theme 'Blue' - with semi-transparent Cards", "domain": "", "downloads": 0, "etag_repository": "W/\"39d839d1fcd7a39caf84777a2f01d62f991033e0391fd9f32b70464ce45f6a3e\"", "full_name": "3ative/3ative-blue-theme", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "138012c", "last_release_tag": "v1.6.1", "last_updated": "2021-09-01T21:35:54Z", "name": "3ative-blue-theme", "new": false, "repository_manifest": {"name": "3Ative Blue Theme"}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["3ative", "blue", "theme", "theme-ui", "themes"], "version_installed": null}, "233445397": {"authors": [], "category": "theme", "description": "Custom theme for home assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"098b03c44b3aa8e79d3d8e3f71ce251cc0250bb1d79625c7bf80fe4343c8111b\"", "full_name": "am80l/sundown", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "bdfa827", "last_release_tag": "1.0.6", "last_updated": "2020-07-29T01:28:19Z", "name": "sundown", "new": false, "repository_manifest": {"name": "Sundown Theme"}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": [], "version_installed": null}, "230974064": {"authors": [], "category": "theme", "description": "Oxford blue theme for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"0380678e5376d91a6a1b4e13062d39059bfc18e24cefa02bd5d9f644e50b325b\"", "full_name": "arsaboo/oxford_blue_theme", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "ce33c91", "last_release_tag": null, "last_updated": "2020-02-27T00:08:56Z", "name": "oxford_blue_theme", "new": false, "repository_manifest": {"name": "Oxford Blue", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": [], "version_installed": null}, "162468030": {"authors": [], "category": "theme", "description": "A collection of dark themes for Home Assistant. ", "domain": "", "downloads": 0, "etag_repository": "W/\"16bd7a42576bfd6b14b021b93b8248c3a34f0bb792994fe671fb9b2e191d50af\"", "full_name": "awolkers/home-assistant-themes", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "648aef9", "last_release_tag": null, "last_updated": "2020-09-16T14:47:00Z", "name": "home-assistant-themes", "new": false, "repository_manifest": {"name": "Dark theme pack for Home Assistant", "render_readme": true, "filename": "dark_themes.yaml"}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": ["dark-mode", "dark-theme", "hacs", "hassio", "home-assistant", "theme"], "version_installed": null}, "222422187": {"authors": [], "category": "theme", "description": "\ud83c\udfe0\ud83e\udd16 Theme by @basnijholt based on iOS Dark Mode for Lovelace Home Assistant ", "domain": "", "downloads": 0, "etag_repository": "W/\"da32c8731a6e2bae170407251b5b992d8f2c4ad3a691b4fb3c807cf36171f4ae\"", "full_name": "basnijholt/lovelace-ios-dark-mode-theme", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "555c937", "last_release_tag": null, "last_updated": "2022-01-21T03:52:42Z", "name": "lovelace-ios-dark-mode-theme", "new": false, "repository_manifest": {"name": "iOS Dark Mode Theme", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 345, "topics": ["dark-mode", "darkmode", "hacs", "home-assistant", "ios", "lovelace", "theme"], "version_installed": null, "last_fetched": 1643571214.157272}, "255366214": {"authors": [], "category": "theme", "description": "\ud83c\udf99\ufe0f Vintage theme original colours & style designed by @surendrananup HACS adapted by @Banditen01", "domain": "", "downloads": 0, "etag_repository": "W/\"543a3ffb3d712bbbb04fcadaef283b8c18456c0fd55db41229c67b225434c512\"", "full_name": "Banditen01/vintage_theme", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "51fa000", "last_release_tag": "1.3.7.5", "last_updated": "2021-05-20T16:21:54Z", "name": "vintage_theme", "new": false, "repository_manifest": {"name": "Vintage", "render_readme": true, "filename": "themes/vintage.yaml"}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["hacs", "homeassistant", "theme", "unofficial"], "version_installed": null}, "234750356": {"authors": [], "category": "theme", "description": "\ud83c\udfe0\ud83e\udd16 Theme based on iOS Light Mode for Lovelace Home Assistant ", "domain": "", "downloads": 0, "etag_repository": "W/\"b8dc7e2c79a2fe4264191319302a01928c62b61902c3e9d28d682358239d74ff\"", "full_name": "basnijholt/lovelace-ios-light-mode-theme", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d3d404b", "last_release_tag": null, "last_updated": "2020-01-20T19:48:02Z", "name": "lovelace-ios-light-mode-theme", "new": false, "repository_manifest": {"name": "iOS Light Mode Theme", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": ["hacs", "home-assistant", "ios", "light-mode", "lightmode", "lovelace", "lovelace-ui", "theme"], "version_installed": null}, "236318024": {"authors": [], "category": "theme", "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": "", "downloads": 0, "etag_repository": "W/\"3db1322651f95611cc80a548e7984956fcef25ea3bbf512a2527bad6801706c0\"", "full_name": "basnijholt/lovelace-ios-themes", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a133c62", "last_release_tag": "v2.5.0", "last_updated": "2021-06-04T14:14:31Z", "name": "lovelace-ios-themes", "new": false, "repository_manifest": {"name": "iOS Themes - Dark Mode and Light Mode", "hacs": "0.21.2", "filename": "ios-themes.yaml", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 277, "topics": [], "version_installed": null, "last_fetched": 1643571214.232735}, "202203063": {"authors": [], "category": "theme", "description": "Synthwave inspired theme for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"be1f37db72ce3e3f41dd40814dd6c2b50419bf5be3c663bc64a18c27f7b8f6a6\"", "full_name": "bbbenji/synthwave-hass", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "0b7c81b", "last_release_tag": "0.3.3.2", "last_updated": "2020-10-15T12:48:38Z", "name": "synthwave-hass", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 115, "topics": ["css", "home-assistant", "home-assistant-theme", "javascript", "synthwave"], "version_installed": null, "last_fetched": 1641470332.994315}, "261924981": {"authors": [], "category": "theme", "description": "\ud83c\udfa8 Green, dark mode theme for Home Assistant, Enjoy.\ud83e\udd18\ud83c\udffb", "domain": "", "downloads": 0, "etag_repository": "W/\"fbb4f294ccc4f3e5dffaeccda166ac9b397998f67c501932e84d9a7128620899\"", "full_name": "DickSwart/swart_ninja_dark_theme", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e5b62fd", "last_release_tag": "v1.0.2", "last_updated": "2020-10-15T23:56:45Z", "name": "swart_ninja_dark_theme", "new": false, "repository_manifest": {"name": "Swart Ninja Dark Theme"}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["dark-theme", "home-assistant", "lovelace", "theme"], "version_installed": null}, "235436539": {"authors": [], "category": "theme", "description": "Dark Grey Theme for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"db4d1c47dbb86716f802ee982ada34130683d1012789710e456b4b589761ffd5\"", "full_name": "chaptergy/noctis-grey", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2d2708c", "last_release_tag": "v1.3.2", "last_updated": "2021-02-02T17:23:35Z", "name": "noctis-grey", "new": false, "repository_manifest": {"name": "Noctis Grey", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 7, "topics": [], "version_installed": null}, "227988032": {"authors": [], "category": "theme", "description": "Theme for home assistant that makes use of pinks and purples and maybe some teal", "domain": "", "downloads": 0, "etag_repository": "W/\"249d73b84f511c8f9511dceb555e3b6bb1846f344b55bd58b51791d1629bc164\"", "full_name": "estiens/sweet_pink_hass_theme", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "0b51f9a", "last_release_tag": null, "last_updated": "2020-05-18T22:33:48Z", "name": "sweet_pink_hass_theme", "new": false, "repository_manifest": {"name": "sweet pink", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": ["home-assistant", "lovelace", "lovelace-theme", "lovelace-ui"], "version_installed": null}, "309056232": {"authors": [], "category": "theme", "description": "A Home Assistant theme inspired on Github.", "domain": "", "downloads": 0, "etag_repository": "W/\"7850f0b705f84811b91dd246e981b97867570da2c009b169717429af3bbd6107\"", "full_name": "einschmidt/github_dark_theme", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "56a0834", "last_release_tag": "v2.0", "last_updated": "2020-12-16T10:19:50Z", "name": "github_dark_theme", "new": false, "repository_manifest": {"name": "GitHub Dark Theme", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["assistant-theme", "hacs", "themes"], "version_installed": null}, "309053262": {"authors": [], "category": "theme", "description": "A Home Assistant theme inspired on Github.", "domain": "", "downloads": 0, "etag_repository": "W/\"b082475fe1382bb4f05e8f2b972f352a74ad093bb4209ffa5bd9cab3e7a82cb9\"", "full_name": "einschmidt/github_light_theme", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1c81b3b", "last_release_tag": "v1.3", "last_updated": "2020-12-16T13:49:52Z", "name": "github_light_theme", "new": false, "repository_manifest": {"name": "GitHub Light Theme", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": ["assistant-theme", "hacs", "themes"], "version_installed": null}, "234581410": {"authors": [], "category": "theme", "description": "\ud83c\udfa8 Theme for Home Assistant inspired by iOS Dark Mode \ud83c\udf16", "domain": "", "downloads": 0, "etag_repository": "W/\"f7024cdf4b155d5554d3b8a1cc653142c3c7b685347a01306bb730d36817f1a3\"", "full_name": "fi-sch/ux_goodie_theme", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "93f22c1", "last_release_tag": "1.9.1", "last_updated": "2021-11-22T13:38:06Z", "name": "ux_goodie_theme", "new": false, "repository_manifest": {"name": "UX Goodie Theme", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": ["dark", "hass", "hassio", "ios", "lovelace", "lovelace-theme", "lovelace-ui", "mode", "theme", "ux"], "version_installed": null}, "236277163": {"authors": [], "category": "theme", "description": "Reeder Dark Theme for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"77c1579d0665668bf268899f3cbe6f9e91fe98f501589f286394374e45fcb0cd\"", "full_name": "hekm77/reeder_dark_theme", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "dbd319f", "last_release_tag": null, "last_updated": "2020-09-18T07:41:54Z", "name": "reeder_dark_theme", "new": false, "repository_manifest": {"name": "Reeder Dark Theme", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": [], "version_installed": null}, "209891408": {"authors": [], "category": "theme", "description": "Amoled theme for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"cd47f6ed1adf1d996a470bdf99b3b5f19212eebe2f6c43995239d4d8fb141ad2\"", "full_name": "home-assistant-community-themes/amoled", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2fd8f0a", "last_release_tag": null, "last_updated": "2021-11-25T07:20:27Z", "name": "amoled", "new": false, "repository_manifest": {"name": "Amoled Theme"}, "selected_tag": null, "show_beta": false, "stars": 25, "topics": ["hacs", "home-assistant", "theme"], "version_installed": null}, "235984421": {"authors": [], "category": "theme", "description": "Blackened theme for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"997edc9a0cc60698425e73d64640602891d961f7b680dbc6e6f08c7a84291c39\"", "full_name": "home-assistant-community-themes/blackened", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "aa953e0", "last_release_tag": null, "last_updated": "2021-11-25T07:20:36Z", "name": "blackened", "new": false, "repository_manifest": {"name": "Blackened Theme"}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": ["hacs", "home-assistant", "theme"], "version_installed": null}, "225969186": {"authors": [], "category": "theme", "description": "Aqua Fiesta theme for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"ae0ce88783842e5b68a744500a019146c3df8e12cdd39e5e044081fea62a6ae1\"", "full_name": "home-assistant-community-themes/aqua-fiesta", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9189485", "last_release_tag": "v1.0", "last_updated": "2021-11-29T15:12:10Z", "name": "aqua-fiesta", "new": false, "repository_manifest": {"name": "Aqua Fiesta Theme"}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": ["hacs", "home-assistant", "theme"], "version_installed": null}, "216173358": {"authors": [], "category": "theme", "description": "Christmas theme for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"ec277043909de125a9edb53b2aa275dbae8659c44dd9096cb3b2b84be980e32c\"", "full_name": "home-assistant-community-themes/christmas", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6191964", "last_release_tag": null, "last_updated": "2021-11-30T07:12:40Z", "name": "christmas", "new": false, "repository_manifest": {"name": "Christmas Theme"}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["hacs", "home-assistant", "theme"], "version_installed": null}, "215075805": {"authors": [], "category": "theme", "description": "Blue Night theme for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"3ffe5356f58bea61da6a6f7cd7f434451e86204578349a81e00239b6d4aea452\"", "full_name": "home-assistant-community-themes/blue-night", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1a58556", "last_release_tag": null, "last_updated": "2021-12-12T21:11:14Z", "name": "blue-night", "new": false, "repository_manifest": {"name": "Blue Night Theme"}, "selected_tag": null, "show_beta": false, "stars": 7, "topics": ["hacs", "home-assistant", "theme"], "version_installed": null}, "220641275": {"authors": [], "category": "theme", "description": "Dark Orange theme for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"3a354d63d198bebebe9e99464a04459a31312c26ea6f896381b3076f9b6ee9b7\"", "full_name": "home-assistant-community-themes/dark-orange", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f05d343", "last_release_tag": null, "last_updated": "2021-11-25T07:20:14Z", "name": "dark-orange", "new": false, "repository_manifest": {"name": "Dark Orange Theme"}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": ["hacs", "home-assistant", "theme"], "version_installed": null}, "214979604": {"authors": [], "category": "theme", "description": "Another Dark theme for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"6087e5bc4ee0e29d1531ff70033ab9e032a7a13a96706bd67ba00f1c35cd4c02\"", "full_name": "home-assistant-community-themes/dark-mint", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "bef8fdb", "last_release_tag": null, "last_updated": "2021-11-30T07:12:51Z", "name": "dark-mint", "new": false, "repository_manifest": {"name": "Dark Mint Theme"}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["hacs", "home-assistant", "theme"], "version_installed": null}, "215075899": {"authors": [], "category": "theme", "description": "Grey Night theme for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"6841c1f3cafe9020476e1d9c711b88a723fd0d68ce45f458808f93c8af77cac5\"", "full_name": "home-assistant-community-themes/grey-night", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6c6835b", "last_release_tag": null, "last_updated": "2021-11-25T07:20:29Z", "name": "grey-night", "new": false, "repository_manifest": {"name": "Grey Night Theme"}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["hacs", "home-assistant", "theme"], "version_installed": null}, "217374413": {"authors": [], "category": "theme", "description": "Halloween theme for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"8fda60a56805bc35eed2453f586735bf9187cba3b24ffe5994caad46ec3e633e\"", "full_name": "home-assistant-community-themes/halloween", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c3be63d", "last_release_tag": null, "last_updated": "2021-11-30T07:13:12Z", "name": "halloween", "new": false, "repository_manifest": {"name": "Halloween Theme"}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["hacs", "home-assistant", "theme"], "version_installed": null}, "235057110": {"authors": [], "category": "theme", "description": "Material Dark Red theme for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"0065ebc93cdf84a3c2e75047b19d566b9618c20de625f84cbacf0c18a153eedb\"", "full_name": "home-assistant-community-themes/material-dark-red", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4f0e2cc", "last_release_tag": null, "last_updated": "2021-11-25T07:20:13Z", "name": "material-dark-red", "new": false, "repository_manifest": {"name": "Material Dark Red Theme"}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["hacs", "home-assistant", "theme"], "version_installed": null}, "216183299": {"authors": [], "category": "theme", "description": "Material Dark Pink theme for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"41d24bd82b5e25ef2cec8ed92896d0a42849410a2bdb48f0b6c131007b5ed861\"", "full_name": "home-assistant-community-themes/material-dark-pink", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "69b9d42", "last_release_tag": null, "last_updated": "2021-11-30T07:12:56Z", "name": "material-dark-pink", "new": false, "repository_manifest": {"name": "Material Dark Pink Theme"}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": ["hacs", "home-assistant", "theme"], "version_installed": null}, "214664317": {"authors": [], "category": "theme", "description": "Midnight theme for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"4cdd706b0f26ed9f5304fa16fa4b0dfa277e696ebd8bdb2d97596ef00aa1f593\"", "full_name": "home-assistant-community-themes/midnight", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c018255", "last_release_tag": null, "last_updated": "2022-01-07T08:45:34Z", "name": "midnight", "new": false, "repository_manifest": {"name": "Midnight Theme"}, "selected_tag": null, "show_beta": false, "stars": 52, "topics": ["hacs", "home-assistant", "theme"], "version_installed": null, "last_fetched": 1642851215.948326}, "216178553": {"authors": [], "category": "theme", "description": "Material Dark Green theme for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"bad698fb82482d8a92c028765e0761f093093ad22718d67795c0529317bc9e93\"", "full_name": "home-assistant-community-themes/material-dark-green", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "cf5e6af", "last_release_tag": null, "last_updated": "2022-01-07T08:46:43Z", "name": "material-dark-green", "new": false, "repository_manifest": {"name": "Material Dark Green Theme"}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["hacs", "home-assistant", "theme"], "version_installed": null, "last_fetched": 1643571216.769365}, "223938651": {"authors": [], "category": "theme", "description": "Midnight Blue theme for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"12ad7be16d27c2c59358f849c51b1941ed7e07434d8f5bccdda39891cb09e067\"", "full_name": "home-assistant-community-themes/midnight-blue", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "dd26c01", "last_release_tag": null, "last_updated": "2021-11-30T07:12:47Z", "name": "midnight-blue", "new": false, "repository_manifest": {"name": "Midnight Blue Theme"}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": ["hacs", "home-assistant", "theme"], "version_installed": null}, "270638476": {"authors": [], "category": "theme", "description": "Nord theme for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"8d3ce20f69aab421e78eb059fa674e32d5e1e7786b54241a32e1557c1b83e2f9\"", "full_name": "home-assistant-community-themes/nord", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "13e0d35", "last_release_tag": null, "last_updated": "2021-11-29T15:11:51Z", "name": "nord", "new": false, "repository_manifest": {"name": "Nord Theme"}, "selected_tag": null, "show_beta": false, "stars": 10, "topics": ["hacs", "home-assistant", "theme"], "version_installed": null}, "216165131": {"authors": [], "category": "theme", "description": "Solarized Light theme for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"169bbe0af93ad59124d09649e509d2919bbd8e6f55f15139954bbeb311dd0db6\"", "full_name": "home-assistant-community-themes/solarized-light", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1f855d3", "last_release_tag": null, "last_updated": "2021-11-29T07:57:21Z", "name": "solarized-light", "new": false, "repository_manifest": {"name": "Solarized Light Theme"}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["hacs", "home-assistant", "theme"], "version_installed": null}, "255270395": {"authors": [], "category": "theme", "description": "Stell Blue with Colors theme for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"5077767a0aa28cc4a56403ca6b8d9e955516f26b40e5317d5f6d6f1cfb43bd9e\"", "full_name": "home-assistant-community-themes/stell-blue-with-colors", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f90d462", "last_release_tag": null, "last_updated": "2021-11-29T09:05:41Z", "name": "stell-blue-with-colors", "new": false, "repository_manifest": {"name": "Stell Blue with Colors Theme"}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["hacs", "home-assistant", "theme"], "version_installed": null}, "230672465": {"authors": [], "category": "theme", "description": "Christmas theme for Home-Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"73d7508c5ee3f8de942d3365393ae40581ba808bcbfa5f7d1d12ce6b988c130d\"", "full_name": "houtknots/UglyChristmas-Theme", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "76b0da9", "last_release_tag": null, "last_updated": "2021-12-30T13:46:19Z", "name": "UglyChristmas-Theme", "new": false, "repository_manifest": {"name": "Ugly Christmas Theme"}, "selected_tag": null, "show_beta": false, "stars": 0, "topics": [], "version_installed": null}, "234375294": {"authors": [], "category": "theme", "description": "Vaporwave Pink Theme for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"46640e82c85d46bc8357424013cd0522e354d07d1b4ede70a039e446366ab2fb\"", "full_name": "home-assistant-community-themes/vaporwave-pink", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f61c8be", "last_release_tag": "v1.1", "last_updated": "2020-01-16T19:26:58Z", "name": "vaporwave-pink", "new": false, "repository_manifest": {"name": "Vaporwave Pink Theme", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": ["80s", "hacs", "home-assistant", "pink", "theme", "vaporwave"], "version_installed": null}, "216181396": {"authors": [], "category": "theme", "description": "Teal theme for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"8cbdbec442c85ef844f76d9a1ea9a18d28674d564255ce7d3323cd80d844995d\"", "full_name": "home-assistant-community-themes/teal", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a6cf3c6", "last_release_tag": null, "last_updated": "2021-11-29T15:11:48Z", "name": "teal", "new": false, "repository_manifest": {"name": "Teal Theme"}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["hacs", "home-assistant", "theme"], "version_installed": null}, "234491154": {"authors": [], "category": "theme", "description": "\ud83c\udfa8 By JuanMTech -- A true black Home Assistant theme for devices with AMOLED displays", "domain": "", "downloads": 0, "etag_repository": "W/\"d4ad67925556da906c506ace70fc76e586f12d21b732b24053377dd1079f6ef8\"", "full_name": "JuanMTech/amoled_blue", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e6173a4", "last_release_tag": "v1.8", "last_updated": "2021-11-25T23:27:40Z", "name": "amoled_blue", "new": false, "repository_manifest": {"name": "AMOLED Blue", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 12, "topics": ["hacs", "home-assistant", "themes"], "version_installed": null}, "306914292": {"authors": [], "category": "theme", "description": "A transparent blue theme for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"3ab90782f74c60f601df1dd459a003b8b1f414847452bfd8ffb1ff822b49d217\"", "full_name": "JOHLC/transparentblue", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e9e09e8", "last_release_tag": "v202104.1", "last_updated": "2021-12-31T02:27:24Z", "name": "transparentblue", "new": false, "repository_manifest": {"name": "Transparent Blue", "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 21, "topics": ["hacs", "home-assistant", "home-automation", "homeassistant", "homeassistant-addons", "theme", "transparent-blue-theme", "transparentblue", "yaml"], "version_installed": null, "last_fetched": 1641058113.140582}, "234032927": {"authors": [], "category": "theme", "description": "\ud83c\udfa8 By JuanMTech -- A Home Assistant theme inspired on the Google app light mode.", "domain": "", "downloads": 0, "etag_repository": "W/\"6e73393b188371716d5886d47b46886bcf758863d124803e9985415f1f7011ec\"", "full_name": "JuanMTech/google_light_theme", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "31ec400", "last_release_tag": "v1.11", "last_updated": "2021-11-25T23:24:12Z", "name": "google_light_theme", "new": false, "repository_manifest": {"name": "Google Light Theme", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 56, "topics": ["assistant-theme", "hacs", "themes"], "version_installed": null, "last_fetched": 1641895721.726491}, "235862795": {"authors": [], "category": "theme", "description": "\ud83c\udfa8 By JuanMTech -- A matte black theme with a green accent color", "domain": "", "downloads": 0, "etag_repository": "W/\"ec0f4c26d0eb1c7dfc7f3a33d0a70d84aea32ce0fd5bd50dfa7c28546983caba\"", "full_name": "JuanMTech/green_dark_mode", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "87fe94d", "last_release_tag": "v1.7", "last_updated": "2020-07-29T22:52:55Z", "name": "green_dark_mode", "new": false, "repository_manifest": {"name": "Green Dark mode", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": ["hacs", "home-assistant", "themes"], "version_installed": null, "last_fetched": 1641587843.275071}, "235865145": {"authors": [], "category": "theme", "description": "\ud83c\udfa8 By JuanMTech -- A light mode theme with a green accent color", "domain": "", "downloads": 0, "etag_repository": "W/\"0422d4984525067b48f1c765e84c814690080b9489717eb4d566e78bcebd6cf5\"", "full_name": "JuanMTech/green_light_mode", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b8bd5e8", "last_release_tag": "v1.7", "last_updated": "2020-07-29T22:54:27Z", "name": "green_light_mode", "new": false, "repository_manifest": {"name": "Green Light mode", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["hacs", "home-assistant", "themes"], "version_installed": null}, "284293899": {"authors": [], "category": "theme", "description": "\ud83c\udfa8 By JuanMTech -- A Home Assistant theme inspired on the iOS dark mode interface.", "domain": "", "downloads": 0, "etag_repository": "W/\"b8641f1a0b4f4e4d2f8f1e0cca7cc39817b9ca090b10df6da089d698648f5c21\"", "full_name": "JuanMTech/ios_dark_mode_theme", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5e055e1", "last_release_tag": "v1.2", "last_updated": "2021-11-25T23:25:57Z", "name": "ios_dark_mode_theme", "new": false, "repository_manifest": {"name": "iOS Dark Mode", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 19, "topics": ["hacs", "home-assistant", "theme"], "version_installed": null, "last_fetched": 1643571218.670597}, "284294048": {"authors": [], "category": "theme", "description": "\ud83c\udfa8 By JuanMTech -- A Home Assistant theme inspired on the iOS light mode interface.", "domain": "", "downloads": 0, "etag_repository": "W/\"f35eeb22c4d06f884b6e8505b3d24412f72d1f958856b85aa94918862fb3ce4d\"", "full_name": "JuanMTech/ios_light_mode_theme", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f66106c", "last_release_tag": "v1.2", "last_updated": "2021-11-25T23:25:11Z", "name": "ios_light_mode_theme", "new": false, "repository_manifest": {"name": "iOS Light Mode", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 14, "topics": ["hacs", "home-assistant", "theme"], "version_installed": null, "last_fetched": 1641895724.386669}, "235867730": {"authors": [], "category": "theme", "description": "\ud83c\udfa8 By JuanMTech -- A matte black theme with an orange accent color", "domain": "", "downloads": 0, "etag_repository": "W/\"2ceced4f48c67cec92ce1068a8c3e482d5ae1db28899cc2131995ec7f8c594b8\"", "full_name": "JuanMTech/orange_dark", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "60213dc", "last_release_tag": "v1.7", "last_updated": "2020-07-29T22:55:59Z", "name": "orange_dark", "new": false, "repository_manifest": {"name": "Orange Dark", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["hacs", "home-assistant", "themes"], "version_installed": null}, "235869023": {"authors": [], "category": "theme", "description": "\ud83c\udfa8 By JuanMTech -- A light mode theme with an orange accent color", "domain": "", "downloads": 0, "etag_repository": "W/\"654e166cd6ad22ad3037120a92633d0e6f40f1cefc8d82104bfc416b4e2c66cd\"", "full_name": "JuanMTech/orange_light", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "af3be93", "last_release_tag": "v1.5", "last_updated": "2020-07-29T22:57:13Z", "name": "orange_light", "new": false, "repository_manifest": {"name": "Orange Light", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["hacs", "home-assistant", "themes"], "version_installed": null}, "262748544": {"authors": [], "category": "theme", "description": "A milky glass theme for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"e58f7bc7eab893fd2f24c85cf5bdb467a2dafeed28fd4ec6362c8627a2a0c101\"", "full_name": "Kibibit/hass-kibibit-theme", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1416d7d", "last_release_tag": "v1.1.1", "last_updated": "2022-01-21T03:04:59Z", "name": "hass-kibibit-theme", "new": false, "repository_manifest": {"name": "kibibit Theme"}, "selected_tag": null, "show_beta": false, "stars": 122, "topics": [], "version_installed": null, "last_fetched": 1642851225.969692}, "282325367": {"authors": [], "category": "theme", "description": "\ud83c\udfa8 Home Assistant soft UI dark theme, with help from @JuanMTech, @thomasloven, and @N-l1.", "domain": "", "downloads": 0, "etag_repository": "W/\"e672f602c6124878a28d09d1b7aa585b365cfa3a25af70fdc47b5e72273ef7d9\"", "full_name": "KTibow/lovelace-dark-soft-ui-theme", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e3fc029", "last_release_tag": "v0.60", "last_updated": "2021-01-06T02:29:32Z", "name": "lovelace-dark-soft-ui-theme", "new": false, "repository_manifest": {"name": "Dark Soft UI Theme", "homeassistant": "0.98.0", "country": ["US"]}, "selected_tag": null, "show_beta": false, "stars": 44, "topics": ["dark-theme", "hacktoberfest", "hacktoberfest2020", "hacs", "home-assistant", "homeassistant", "skin", "soft-ui", "theme", "theme-ui", "themes"], "version_installed": null, "last_fetched": 1642851226.04224}, "292621909": {"authors": [], "category": "theme", "description": "Home Assistant Windows 10 inspired themes", "domain": "", "downloads": 0, "etag_repository": "W/\"7240da4c6a6a2ac022f333d1f07e0b6eeda65036e9538d6438f249ffa60d67ae\"", "full_name": "mikosoft83/hass-windows10-themes", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6ff0b9c", "last_release_tag": "2.0", "last_updated": "2021-06-27T19:55:52Z", "name": "hass-windows10-themes", "new": false, "repository_manifest": {"name": "Windows 10 themes", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 7, "topics": ["accent-color", "hacs", "homeassistant", "theme", "themes", "windows", "windows-10"], "version_installed": null}, "221287384": {"authors": [], "category": "theme", "description": "Clear Theme for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"86dcad17baaef0c5c10a554d3b3648b1428467c89ece9e6a3997aeedc562441b\"", "full_name": "naofireblade/clear-theme", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a9f68e1", "last_release_tag": "v1.1", "last_updated": "2020-10-08T10:10:49Z", "name": "clear-theme", "new": false, "repository_manifest": {"name": "Clear Theme", "homeassistant": "0.102.0"}, "selected_tag": null, "show_beta": false, "stars": 20, "topics": [], "version_installed": null, "last_fetched": 1641217343.812815}, "282315875": {"authors": [], "category": "theme", "description": "\ud83c\udfa8 Home Assistant soft UI light theme, with help from @JuanMTech, @thomasloven, and @N-L1.", "domain": "", "downloads": 0, "etag_repository": "W/\"4cb8282ab70a00fc7e5e42d62c62a49877f1574748e4a72b88c389dd172293ea\"", "full_name": "KTibow/lovelace-light-soft-ui-theme", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7749eed", "last_release_tag": "v0.61", "last_updated": "2021-12-09T01:53:32Z", "name": "lovelace-light-soft-ui-theme", "new": false, "repository_manifest": {"name": "Light Soft UI Theme", "homeassistant": "0.98.0", "country": ["US"]}, "selected_tag": null, "show_beta": false, "stars": 54, "topics": ["hacktoberfest", "hacktoberfest2020", "hacs", "home-assistant", "homeassistant", "light-theme", "skin", "soft-ui", "theme", "theme-ui", "themes"], "version_installed": null, "last_fetched": 1642004380.175493}, "249722008": {"authors": [], "category": "theme", "description": "Home Assistant theme - A dark, electric blue theme that reminds the movie Your Name. ", "domain": "", "downloads": 0, "etag_repository": "W/\"921a5f32e714d9b6ed2d0ff8dbda690b6576e44522169523ab3ca0e7f819fedc\"", "full_name": "Nihvel/your_name", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6521402", "last_release_tag": null, "last_updated": "2021-03-03T00:31:27Z", "name": "your_name", "new": false, "repository_manifest": {"name": "Your Name.", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 17, "topics": [], "version_installed": null}, "277068969": {"authors": [], "category": "theme", "description": "10 modern colors | 4 categories of styles (Black Glass, Black, Dark, Light) | 40 themes in total | Animated icons for the weather forecast card | And a bonus automatic theme selector for your interface.", "domain": "", "downloads": 0, "etag_repository": "W/\"bcdc141c68bc3a049c2f32a98a87901e63d1c0868a59073d8ad714d3a79d35b1\"", "full_name": "orickcorreia/caule-themes-pack-1", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d172707", "last_release_tag": "v.1.3", "last_updated": "2022-01-10T14:35:38Z", "name": "caule-themes-pack-1", "new": false, "repository_manifest": {"name": "Caule Themes Pack 1 - by caulecriativo.com", "filename": "caule-themes-pack-1.yaml", "render_readme": false}, "selected_tag": null, "show_beta": false, "stars": 162, "topics": ["caule", "hassio", "homeassistant", "lovelace", "pack", "themes"], "version_installed": null, "last_fetched": 1643571219.546806}, "221288367": {"authors": [], "category": "theme", "description": "Dark variant of Clear Theme for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"3258bb4fc3b7fb911d9c1697703e4a6b06de258245e8668618fe56fbf9001385\"", "full_name": "naofireblade/clear-theme-dark", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "75af86a", "last_release_tag": "v1.3", "last_updated": "2020-10-08T10:10:57Z", "name": "clear-theme-dark", "new": false, "repository_manifest": {"name": "Clear Theme Dark", "homeassistant": "0.108.9"}, "selected_tag": null, "show_beta": false, "stars": 12, "topics": [], "version_installed": null}, "223028160": {"authors": [], "category": "theme", "description": "Green adaptation of this Home-Assistant theme: https://github.com/seangreen2/slate_theme", "domain": "", "downloads": 0, "etag_repository": "W/\"2ed1825986f40ee57d47a9e22773735d5e181ee2b31de0fcc498e9d3da1f18fe\"", "full_name": "pbeckcom/green_slate_theme", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c67b3f1", "last_release_tag": null, "last_updated": "2019-11-20T22:22:55Z", "name": "green_slate_theme", "new": false, "repository_manifest": {"name": "Green Slate Theme"}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": [], "version_installed": null}, "197006509": {"authors": [], "category": "theme", "description": "A Dark Theme for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"883830e59108f04940ecf26faba01b13b902c996886e5ad890b61e615c20c846\"", "full_name": "seangreen2/slate_theme", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c18ae17", "last_release_tag": null, "last_updated": "2020-11-21T01:36:26Z", "name": "slate_theme", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 82, "topics": ["hacs", "home-assistant", "theme"], "version_installed": null, "last_fetched": 1643571219.280988}, "226567922": {"authors": [], "category": "theme", "description": "My red\"isch\" home assistant theme.", "domain": "", "downloads": 0, "etag_repository": "W/\"9613b0e9ffd2da9e1f94820627ff9179b17ada9417950c46d6799c6b74229739\"", "full_name": "Poeschl/slate_red", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "bbdbafa", "last_release_tag": "1.4.0", "last_updated": "2022-01-06T14:43:48Z", "name": "slate_red", "new": false, "repository_manifest": {"name": "Red slate theme", "render_readme": "True"}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["hacs", "home-assistant", "material-design", "red", "theme"], "version_installed": null, "last_fetched": 1641587851.19915}, "287840715": {"authors": [], "category": "plugin", "description": "Lovelace custom card for visualizing the ZWave network with the OpenZWave (beta) integration.", "domain": "", "downloads": 0, "etag_repository": "W/\"bb0c39430097779cb5449df602ffa21284db09f5cd137a3631d4e5c3789bd118\"", "full_name": "abmantis/ozw-network-visualization-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2c956b8", "last_release_tag": null, "last_updated": "2020-12-27T19:18:28Z", "name": "ozw-network-visualization-card", "new": false, "repository_manifest": {"name": "OZW Network Visualization Card", "content_in_root": true, "filename": "ozw-network-visualization-card.js", "homeassistant": "0.115.0", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 30, "topics": ["home-automation", "homeassistant", "ozw", "zwave", "zwave2mqtt"], "version_installed": null}, "274111031": {"authors": [], "category": "theme", "description": "Animated icons for default Home Assistant weather card", "domain": "", "downloads": 0, "etag_repository": "W/\"7949c9ca21fedc6c6572901a2cdb22fb9d6b56d3b7d7537708824eab379916d2\"", "full_name": "wowgamr/animated-weather-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6ed3229", "last_release_tag": "1.2", "last_updated": "2020-07-04T13:45:21Z", "name": "animated-weather-card", "new": false, "repository_manifest": {"name": "Animated Weather Card", "render_readme": true, "homeassistant": "0.109.0"}, "selected_tag": null, "show_beta": false, "stars": 16, "topics": ["hacs", "home-assistant", "lovelace", "theme", "weather-card"], "version_installed": null, "last_fetched": 1641895732.113056}, "200081161": {"authors": [], "category": "plugin", "description": "Custom Lovelace card for Budapest Public Transportation custom component", "domain": "", "downloads": 0, "etag_repository": "W/\"b1566a1bda4c24a5b942057a6733b24fb88c1ab4370a1415020b0fb5b66f7dcf\"", "full_name": "amaximus/bkk-stop-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d252cb5", "last_release_tag": "1.0.1", "last_updated": "2021-12-01T19:32:24Z", "name": "bkk-stop-card", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": ["bkk", "budapest", "homeassistant", "lovelace-custom-card", "lovelace-ui", "transportation"], "version_installed": null}, "257102434": {"authors": [], "category": "plugin", "description": "FKF Budapest Garbage Collection Card for Home Assistant/Lovelace", "domain": "", "downloads": 0, "etag_repository": "W/\"c1e19b914a4d4a3608490561d2efdd1e9bbdf48502ad8300e9a6b9ba2852e551\"", "full_name": "amaximus/fkf-garbage-collection-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9cc7d35", "last_release_tag": "0.8.0", "last_updated": "2021-04-23T12:53:23Z", "name": "fkf-garbage-collection-card", "new": false, "repository_manifest": {"name": "FKF Budapest Garbage Collection Card", "filename": "fkf-garbage-collection-card.js", "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": ["budapest", "homeassistant", "lovelace", "lovelace-custom-card", "lovelace-ui"], "version_installed": null}, "207018200": {"authors": [], "category": "plugin", "description": "Custom Lovelace card for Garbage Collection custom component", "domain": "", "downloads": 0, "etag_repository": "W/\"939217e4ac8015fb4982ffbd3e7c67d25ea3fb4bc5ad9fb99cea369f9f449dc2\"", "full_name": "amaximus/garbage-collection-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "38ceb7a", "last_release_tag": "1.20.0", "last_updated": "2021-11-04T12:23:07Z", "name": "garbage-collection-card", "new": false, "repository_manifest": {"name": "Garbage Collection Card", "filename": "garbage-collection-card.js", "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 65, "topics": ["garbage-collection", "homeassistant", "lovelace", "lovelace-custom-card", "ui-lovelace"], "version_installed": null, "last_fetched": 1642004387.925513}, "207292725": {"authors": [], "category": "plugin", "description": "Flexible Horseshoe card for Home Assistant Lovelace UI. A card with a flexible layout, a horseshoe-like donut graph, multiple entities or attributes, graphics and animations!", "domain": "", "downloads": 0, "etag_repository": "W/\"77b2b96e81809091445f21b40bf3735741874d711948a66fd236cfa5b7c68837\"", "full_name": "AmoebeLabs/flex-horseshoe-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e09bb7b", "last_release_tag": "0.9.0", "last_updated": "2021-01-16T21:41:16Z", "name": "flex-horseshoe-card", "new": false, "repository_manifest": {"name": "Flexible Horseshoe Card for Lovelace", "content_in_root": true, "filename": "flex-horseshoe-card.js"}, "selected_tag": null, "show_beta": false, "stars": 107, "topics": ["home-assistant", "home-assistant-custom", "home-assistant-frontend", "lovelace-card", "lovelace-custom-card", "lovelace-ui"], "version_installed": null, "last_fetched": 1643571253.494573}, "214365813": {"authors": [], "category": "plugin", "description": "StarLine lovelace card for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"fc0dca68caa03904242969ba6bae3c3aa21aaacd885f5bcee2af5102d7250f10\"", "full_name": "Anonym-tsk/lovelace-starline-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "8a15c42", "last_release_tag": "v1.1.2", "last_updated": "2020-08-06T09:16:49Z", "name": "lovelace-starline-card", "new": false, "repository_manifest": {"name": "StarLine Card", "homeassistant": "0.103.0"}, "selected_tag": null, "show_beta": false, "stars": 21, "topics": [], "version_installed": null, "last_fetched": 1641895735.685883}, "253019926": {"authors": [], "category": "plugin", "description": "Minimalistic humidifier card for Home Assistant Lovelace UI", "domain": "", "downloads": 0, "etag_repository": "W/\"16c272b18ecf78bcebaec3ab1c92275bd5bc8e9d34d1637591d54e9f914f1648\"", "full_name": "artem-sedykh/mini-humidifier", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "944ba3d", "last_release_tag": "v2.5.5", "last_updated": "2021-12-14T11:58:29Z", "name": "mini-humidifier", "new": false, "repository_manifest": {"name": "mini humidifier", "render_readme": false, "filename": "mini-humidifier-bundle.js", "domains": ["fan"]}, "selected_tag": null, "show_beta": false, "stars": 107, "topics": ["automation", "custom", "hassio", "home-assistant", "humidifier", "lovelace", "lovelace-ui"], "version_installed": null, "last_fetched": 1643571253.845544}, "268163975": {"authors": [], "category": "plugin", "description": "Minimalistic climate card for Home Assistant Lovelace UI", "domain": "", "downloads": 0, "etag_repository": "W/\"2870fb7ccfd3e4e88db3ca923a164e741bd200fcdeeed78fed10b53876c9bf2a\"", "full_name": "artem-sedykh/mini-climate-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a2a1749", "last_release_tag": "v1.2.10", "last_updated": "2021-12-25T17:00:09Z", "name": "mini-climate-card", "new": false, "repository_manifest": {"name": "mini climate card", "render_readme": false, "filename": "mini-climate-card-bundle.js", "domains": ["climate"]}, "selected_tag": null, "show_beta": false, "stars": 124, "topics": ["automation", "climate", "climate-entity", "custom", "hacktoberfest", "hacktoberfest2021", "hassio", "home-assistant", "lovelace", "lovelace-ui"], "version_installed": null, "last_fetched": 1643571253.677261}, "201292040": {"authors": [], "category": "plugin", "description": "Home Assistant Custom Card to show Zigbee2mqtt network map", "domain": null, "downloads": 0, "etag_repository": "W/\"554779e48b9a21e3b653f90cdce05f5fb4e8cf276c33ee9f53e9db153536c20e\"", "full_name": "azuwis/zigbee2mqtt-networkmap", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "10e76eb", "last_release_tag": "v0.7.0", "last_updated": "2021-08-18T01:44:10Z", "name": "zigbee2mqtt-networkmap", "new": false, "repository_manifest": {"name": "Zigbee2mqtt Networkmap Card", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 118, "topics": ["home-assistant", "zigbee2mqtt"], "version_installed": null, "last_fetched": 1643545555.64818}, "271886611": {"authors": [], "category": "plugin", "description": "Like a picture glance card, but for plant data", "domain": "", "downloads": 0, "etag_repository": "W/\"5f2d4dc7d15d1e6d2ecee6679788321d440ba23071d6e0458e34c12a40348599\"", "full_name": "badguy99/PlantPictureCard", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "eb06132", "last_release_tag": "v0.1.4", "last_updated": "2020-09-13T17:45:01Z", "name": "PlantPictureCard", "new": false, "repository_manifest": {"name": "Plant Picture Card", "render_readme": true, "filename": "PlantPictureCard.js"}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": ["image", "lovelace-card", "plants"], "version_installed": null, "last_fetched": 1641895737.305851}, "202546107": {"authors": [], "category": "plugin", "description": "Extras for the synthwave inspired theme for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"869597dab76050e759138e385451d0731f00a5cf1c21df89de82a75e8f6d6c47\"", "full_name": "bbbenji/synthwave-hass-extras", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2a2542d", "last_release_tag": "0.2.4", "last_updated": "2020-10-30T00:24:02Z", "name": "synthwave-hass-extras", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 14, "topics": [], "version_installed": null, "last_fetched": 1642851237.197368}, "269474857": {"authors": [], "category": "plugin", "description": "Custom lovelace card to use in\u00a0Home assistant allowing you to redirect a user to certain view based on entity states.", "domain": "", "downloads": 0, "etag_repository": "W/\"a34eda5ee8e296d676ee30e34a8eb29b5925f414b7be5fb6e24bf3e0469641e2\"", "full_name": "ben8p/lovelace-tab-redirect-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "25d35e4", "last_release_tag": null, "last_updated": "2020-11-23T21:30:41Z", "name": "lovelace-tab-redirect-card", "new": false, "repository_manifest": {"name": "Tab Redirect Card", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 7, "topics": ["hacs", "homeassistant", "lovelace-custom-card", "lovelace-ui"], "version_installed": null, "last_fetched": 1641217354.262564}, "303857065": {"authors": [], "category": "plugin", "description": "Show battery states or attributes with dynamic icon on entity rows in Home Assistant's Lovelace UI", "domain": "", "downloads": 0, "etag_repository": "W/\"00cfa03f5a53bf8ecfd731a54de0d1eef34673f2e4549aeb402717867ba6eb1e\"", "full_name": "benct/lovelace-battery-entity-row", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e7d1eab", "last_release_tag": "v1.3.1", "last_updated": "2021-03-12T15:50:43Z", "name": "lovelace-battery-entity-row", "new": false, "repository_manifest": {"name": "Battery Entity Row", "filename": "battery-entity-row.js", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 42, "topics": ["attribute", "battery", "card", "entity", "entity-rows", "hacs", "home-assistant", "home-assistant-frontend", "lovelace", "lovelace-ui", "state"], "version_installed": null, "last_fetched": 1643571254.136882}, "184658908": {"authors": [], "category": "plugin", "description": "GitHub repository sensor data on entity rows in Home Assistant's Lovelace UI", "domain": "", "downloads": 0, "etag_repository": "W/\"87dcdafe16059c09c5cfdcb54fc08deb7e944e28b8e92ae0b50278331ffea8d2\"", "full_name": "benct/lovelace-github-entity-row", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e273046", "last_release_tag": "v1.0.0", "last_updated": "2020-10-19T20:51:09Z", "name": "lovelace-github-entity-row", "new": false, "repository_manifest": {"name": "GitHub Entity Row", "filename": "github-entity-row.js", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 17, "topics": ["card", "entity", "entity-rows", "github", "hacs", "home-assistant", "home-assistant-frontend", "lovelace", "lovelace-ui", "sensor"], "version_installed": null}, "178921037": {"authors": [], "category": "plugin", "description": "Show multiple entity states and attributes on entity rows in Home Assistant's Lovelace UI", "domain": null, "downloads": 0, "etag_repository": "W/\"32b9a2d7965ed7d63f26d0bc444cffc0c7599063194ee53efa73461b250e10c8\"", "full_name": "benct/lovelace-multiple-entity-row", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e2d2508", "last_release_tag": "v4.4.1", "last_updated": "2021-12-23T16:37:22Z", "name": "lovelace-multiple-entity-row", "new": false, "repository_manifest": {"name": "Multiple Entity Row", "filename": "multiple-entity-row.js", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 440, "topics": ["attribute", "card", "entity", "entity-attribute", "entity-rows", "format", "hacs", "home-assistant", "home-assistant-frontend", "lovelace", "lovelace-ui", "multiple", "state"], "version_installed": null, "last_fetched": 1643545555.771677}, "180229356": {"authors": [], "category": "plugin", "description": "Simple card for various robot vacuums in Home Assistant's Lovelace UI", "domain": null, "downloads": 0, "etag_repository": "W/\"a58718f295fc48b1b2d8e185374304ad71fbbafcdf45102e9b5dd29895cbfa31\"", "full_name": "benct/lovelace-xiaomi-vacuum-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2f8a67a", "last_release_tag": "v4.4.0", "last_updated": "2021-11-07T01:37:36Z", "name": "lovelace-xiaomi-vacuum-card", "new": false, "repository_manifest": {"name": "Simple Vacuum Card", "filename": "xiaomi-vacuum-card.js", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 192, "topics": ["card", "hacs", "home-assistant", "home-assistant-frontend", "lovelace", "lovelace-ui", "roborock", "robot-vacuums", "vacuum", "xiaomi", "xiaomi-vacuum"], "version_installed": null, "last_fetched": 1643545555.632847}, "215327195": {"authors": [], "category": "plugin", "description": "\ud83d\udca1 A Lovelace custom card for RGB lights", "domain": "", "downloads": 0, "etag_repository": "W/\"220ef04c68899093d9fe5c4ca72d49c5f9ce8bcc1724b70b80730beb9fd92945\"", "full_name": "bokub/rgb-light-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7bae317", "last_release_tag": "1.10.0", "last_updated": "2021-10-06T10:05:27Z", "name": "rgb-light-card", "new": false, "repository_manifest": {"name": "RGB Light Card", "content_in_root": true, "filename": "card.js", "render_readme": true, "domains": ["light"]}, "selected_tag": null, "show_beta": false, "stars": 276, "topics": ["hacktoberfest", "home-assistant", "lovelace", "lovelace-custom-card", "rgb-lights"], "version_installed": null, "last_fetched": 1642851241.546801}, "192732887": {"authors": [], "category": "plugin", "description": "Card that allows you to swipe throught multiple cards for Home Assistant Lovelace", "domain": "", "downloads": 0, "etag_repository": "W/\"dc2825205eaa5a1be7eef5498f848c2671512954b842a45e4d2180fff533ec1d\"", "full_name": "bramkragten/swipe-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "41a735d", "last_release_tag": "v4.0.0", "last_updated": "2022-01-22T04:02:46Z", "name": "swipe-card", "new": false, "repository_manifest": {"homeassistant": "0.110.0"}, "selected_tag": null, "show_beta": false, "stars": 88, "topics": [], "version_installed": null, "last_fetched": 1643571254.497198}, "192732636": {"authors": [], "category": "plugin", "description": "Weather Card with animated icons for Home Assistant Lovelace", "domain": "", "downloads": 0, "etag_repository": "W/\"0e500a40c12a4d4ccd10b0feb136d4aa94e7bfc8251383ba77785ea7278a1c3a\"", "full_name": "bramkragten/weather-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "8773e03", "last_release_tag": "v1.5.0", "last_updated": "2022-01-19T12:48:22Z", "name": "weather-card", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 281, "topics": [], "version_installed": null, "last_fetched": 1643571254.358247}, "194037195": {"authors": [], "category": "plugin", "description": "A custom card for displaying information provided by Beerbolaget (https://github.com/Ceerbeerus/beerbolaget).", "domain": "", "downloads": 0, "etag_repository": "W/\"c2ecbd483c13950c60aace6a4da200b75828e18a22afebcaf43bd49f029ca586\"", "full_name": "Ceerbeerus/beerbolaget-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "ac8da42", "last_release_tag": "0.1.55", "last_updated": "2020-08-07T06:24:51Z", "name": "beerbolaget-card", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": [], "version_installed": null}, "235449701": {"authors": [], "category": "plugin", "description": "\u23f0 Lovelace Card to Control Light Alarm Properties", "domain": "", "downloads": 0, "etag_repository": "W/\"52411f4e2d51a1c4d5626c98a32f48c29cbc6e49e736c55d2915303c41cf050e\"", "full_name": "chaptergy/lightalarm-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "79f4a02", "last_release_tag": "v3.0.3", "last_updated": "2021-12-03T14:59:52Z", "name": "lightalarm-card", "new": false, "repository_manifest": {"name": "Lightalarm Card", "content_in_root": false, "filename": "lightalarm-card.js"}, "selected_tag": null, "show_beta": false, "stars": 27, "topics": [], "version_installed": null, "last_fetched": 1641587863.693563}, "143850865": {"authors": [], "category": "plugin", "description": "This card give you a list of your wishlist items.", "domain": "", "downloads": 0, "etag_repository": "W/\"2081bc26ffbee01b69fea30575525113bd5395d0e325e11a183f4fc76cd65b7d\"", "full_name": "custom-cards/beer-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c48a090", "last_release_tag": "0.2.4", "last_updated": "2021-01-13T09:25:20Z", "name": "beer-card", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": [], "version_installed": null}, "260526528": {"authors": [], "category": "plugin", "description": "Custom Dark Sky Weather plugin for HACS. This creates a rich weather card using the Dark Sky weather plugin.", "domain": null, "downloads": 0, "etag_repository": "W/\"cfa22867cfccf7475f60f8de2fe1080b923f2bce58aeee61ddc182343c9fd182\"", "full_name": "clayauld/lovelace-darksky-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "165ba20", "last_release_tag": null, "last_updated": "2021-10-13T22:52:46Z", "name": "lovelace-darksky-card", "new": false, "repository_manifest": {"name": "Dark Sky Rich Weather Card", "content_in_root": true, "filename": "lovelace-darksky-card.js", "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 13, "topics": ["hacktoberfest", "home-assistant", "home-assistant-frontend", "home-assistant-hacs"], "version_installed": null, "last_fetched": 1643545555.658142}, "163363577": {"authors": [], "category": "plugin", "description": "Customizable Animated Bar card for Home Assistant Lovelace", "domain": null, "downloads": 0, "etag_repository": "W/\"fcbc6bda8325accac51a77d72df9149e2fbcf06449bf15e576fd0981434a6492\"", "full_name": "custom-cards/bar-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3bf4796", "last_release_tag": "3.2.0", "last_updated": "2021-08-12T06:59:44Z", "name": "bar-card", "new": false, "repository_manifest": {"name": "Bar Card", "render_readme": true, "filename": "bar-card.js"}, "selected_tag": null, "show_beta": false, "stars": 224, "topics": [], "version_installed": null, "last_fetched": 1643545555.800904}, "187245418": {"authors": [], "category": "plugin", "description": null, "domain": "", "downloads": 0, "etag_repository": "W/\"cadd93d72338ee9d9e89fb6199b0559a7679ab1ef14a3a4523e97018e38f066f\"", "full_name": "custom-cards/bignumber-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "fee532a", "last_release_tag": "0.0.5", "last_updated": "2022-01-26T03:21:08Z", "name": "bignumber-card", "new": false, "repository_manifest": {"name": "bignumber-card", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 70, "topics": [], "version_installed": null, "last_fetched": 1643571255.003348}, "146194325": {"authors": [], "category": "plugin", "description": "\u2747\ufe0f Lovelace button-card for home assistant", "domain": null, "downloads": 0, "etag_repository": "W/\"1f6db28712fb35d687badd1c74c60f05ce1f3877867752938a68569f17c5d7a4\"", "full_name": "custom-cards/button-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "29b10a6", "last_release_tag": "v3.4.2", "last_updated": "2021-12-22T15:01:24Z", "name": "button-card", "new": false, "repository_manifest": {"name": "button-card", "content_in_root": false, "render_readme": true, "filename": "button-card.js"}, "selected_tag": null, "show_beta": false, "stars": 988, "topics": ["home-assistant", "home-assistant-custom", "home-automation", "lovelace", "lovelace-ui"], "version_installed": null, "last_fetched": 1643545555.855772}, "164022050": {"authors": [], "category": "plugin", "description": "Check Button Card is a button that tracks when it is last pressed, for the Home Assistant Lovelace front-end using MQTT auto discovery.", "domain": "", "downloads": 0, "etag_repository": "W/\"fc90c1827ee2c915b42ddb66407120d7211d18d75e237b841f439fbb194d3523\"", "full_name": "custom-cards/check-button-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d8350ca", "last_release_tag": "1.3.0", "last_updated": "2021-12-22T18:23:08Z", "name": "check-button-card", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 80, "topics": [], "version_installed": null, "last_fetched": 1643571254.794013}, "142545838": {"authors": [], "category": "plugin", "description": "The card makes it possible to use gauges from https://canvas-gauges.com/", "domain": "", "downloads": 0, "etag_repository": "W/\"5de9a224c78a33238363468755f13f2c457efd4703ef4f2c86e385ad5dbc54e7\"", "full_name": "custom-cards/canvas-gauge-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e117ac5", "last_release_tag": "0.4.1", "last_updated": "2021-05-09T14:02:19Z", "name": "canvas-gauge-card", "new": false, "repository_manifest": {"name": "Canvas Gauge Card", "render_readme": true, "filename": "canvas-gauge-card.js"}, "selected_tag": null, "show_beta": false, "stars": 93, "topics": [], "version_installed": null, "last_fetched": 1643571254.972681}, "141952963": {"authors": [], "category": "plugin", "description": "A custom component for displaying sensor values as cards or elements", "domain": "", "downloads": 0, "etag_repository": "W/\"d86d5a2adfe2ab0d087dd8645983300273a61cb1b6a774405d108f082ca3f43b\"", "full_name": "custom-cards/circle-sensor-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4964b06", "last_release_tag": "1.2.2", "last_updated": "2021-09-04T21:10:47Z", "name": "circle-sensor-card", "new": false, "repository_manifest": {"name": "Circle Sensor Card", "homeassistant": "2020.12.0", "content_in_root": true, "filename": "circle-sensor-card.js"}, "selected_tag": null, "show_beta": false, "stars": 125, "topics": [], "version_installed": null, "last_fetched": 1641895748.641069}, "180000010": {"authors": [], "category": "plugin", "description": null, "domain": "", "downloads": 0, "etag_repository": "W/\"49594f479ba7317ec8a53a010ace9988e4c0f78a1d12019082122abd26b9ced5\"", "full_name": "custom-cards/cover-element", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "495f600", "last_release_tag": "0.3.0", "last_updated": "2019-06-03T04:34:16Z", "name": "cover-element", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 15, "topics": [], "version_installed": null, "last_fetched": 1643571254.599618}, "188686483": {"authors": [], "category": "plugin", "description": "\ud83e\uddf9 Declutter your lovelace configuration with the help of this card", "domain": "", "downloads": 0, "etag_repository": "W/\"bd0455fa3125f0fd99c13b7e352b731de528dc6941fd344282b5bb8154043aa7\"", "full_name": "custom-cards/decluttering-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "0e86dec", "last_release_tag": "0.6.3", "last_updated": "2021-08-11T01:21:07Z", "name": "decluttering-card", "new": false, "repository_manifest": {"name": "Decluttering Card", "render_readme": true, "filename": "decluttering-card.js"}, "selected_tag": null, "show_beta": false, "stars": 169, "topics": ["custom-cards", "home-assistant", "homeassistant", "lovelace"], "version_installed": null, "last_fetched": 1643571255.112433}, "143762825": {"authors": [], "category": "plugin", "description": "Dual gauge custom card for Lovelace in Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"eaaa398fe0ae09c9fd25fac4c38fc345cd59a01bff31d4cd961a585cff0226d2\"", "full_name": "custom-cards/dual-gauge-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2a33450", "last_release_tag": "0.5.3", "last_updated": "2021-09-05T15:48:58Z", "name": "dual-gauge-card", "new": false, "repository_manifest": {"name": "Dual gauge card", "filename": "dual-gauge-card.js", "content_in_root": true}, "selected_tag": null, "show_beta": false, "stars": 109, "topics": [], "version_installed": null, "last_fetched": 1642184400.366903}, "187245461": {"authors": [], "category": "plugin", "description": "Entity Attributes", "domain": "", "downloads": 0, "etag_repository": "W/\"4a2f0982b577231d5a80721e08603a63e5b352be222011a2108a29e297cc85b4\"", "full_name": "custom-cards/entity-attributes-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9530504", "last_release_tag": "0.1.2", "last_updated": "2021-06-05T21:05:54Z", "name": "entity-attributes-card", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 50, "topics": [], "version_installed": null, "last_fetched": 1642094183.215312}, "144902010": {"authors": [], "category": "plugin", "description": "Adds ext weblink with icon to picture-elements or entity cards", "domain": "", "downloads": 0, "etag_repository": "W/\"ca949f925b7434d06ae1c97c97fd8694f0659bd9d85dbe7e77edd92c3ad9b1c6\"", "full_name": "custom-cards/ext-weblink", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "ce143ab", "last_release_tag": "0.3.2", "last_updated": "2021-06-05T21:08:45Z", "name": "ext-weblink", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 14, "topics": [], "version_installed": null}, "187245495": {"authors": [], "category": "plugin", "description": null, "domain": "", "downloads": 0, "etag_repository": "W/\"27eee16b92a476bc9c4e0a76ed094c031f4cec298b3e5dce724d81c64a9f3062\"", "full_name": "custom-cards/gauge-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "bbe2d01", "last_release_tag": "0.2.2", "last_updated": "2021-06-05T21:08:30Z", "name": "gauge-card", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 20, "topics": [], "version_installed": null, "last_fetched": 1642851251.030556}, "187245511": {"authors": [], "category": "plugin", "description": null, "domain": "", "downloads": 0, "etag_repository": "W/\"e55288664e38cc5029e35d0f267768e52ef1b1d5646d08389c294c4437f72c4b\"", "full_name": "custom-cards/group-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a5e69ab", "last_release_tag": "0.0.6", "last_updated": "2021-06-12T14:19:18Z", "name": "group-card", "new": false, "repository_manifest": {"name": "group-card", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 20, "topics": [], "version_installed": null, "last_fetched": 1642851251.90855}, "179491130": {"authors": [], "category": "plugin", "description": "A group element for picture-elements with dynamic toggle capability", "domain": "", "downloads": 0, "etag_repository": "W/\"f280bd7ea45024ad9ec4e719941a0745efefef5c9bc102c0f2c3fd8779a1b4bb\"", "full_name": "custom-cards/group-element", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "04ad4c4", "last_release_tag": "0.6.0", "last_updated": "2020-08-22T03:29:44Z", "name": "group-element", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 47, "topics": [], "version_installed": null, "last_fetched": 1643571255.196892}, "151318225": {"authors": [], "category": "plugin", "description": "Entity row for lights with sliders for adjusting different values based on features", "domain": "", "downloads": 0, "etag_repository": "W/\"a9273441a7b7cfc852cfe71542e2a9676fa6ac9a769fcfbe5062f2a85e1517e4\"", "full_name": "custom-cards/light-entity-row", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5b3c904", "last_release_tag": "v0.2.3", "last_updated": "2021-10-20T09:53:08Z", "name": "light-entity-row", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 41, "topics": [], "version_installed": null, "last_fetched": 1642430731.557151}, "156292058": {"authors": [], "category": "plugin", "description": "Highly Flexible Lovelace Card - arbitrary contents/columns/rows, regex matched, perfect to show appdaemon created content and anything breaking out of the entity_id + attributes concept", "domain": null, "downloads": 0, "etag_repository": "W/\"5b075e2e92025a8444c6bca7c82cd446a29fccad4aa4cc3425addba4f0c5ecc4\"", "full_name": "custom-cards/flex-table-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "cb682d1", "last_release_tag": null, "last_updated": "2022-01-26T14:36:09Z", "name": "flex-table-card", "new": false, "repository_manifest": {"name": "Flex Table - Highly customizable, Data visualization", "content_in_root": true, "filename": "flex-table-card.js"}, "selected_tag": null, "show_beta": false, "stars": 100, "topics": ["data-table", "data-visualization", "flexible-table", "high-configurability", "home-automation", "homeassistant", "javascript", "lovelace", "single-file", "table-visualization"], "version_installed": null, "last_fetched": 1643545555.733973}, "196250835": {"authors": [], "category": "plugin", "description": "Show a notification count badge.", "domain": "", "downloads": 0, "etag_repository": "W/\"d213af345d7db9a27bf2ea2ef25e79dacf6f26855b19ff112041253ea4759902\"", "full_name": "custom-cards/favicon-counter", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1611db6", "last_release_tag": "1.0.0", "last_updated": "2019-12-25T19:05:15Z", "name": "favicon-counter", "new": false, "repository_manifest": {"name": "Favicon counter", "filename": "favicon-counter.js"}, "selected_tag": null, "show_beta": false, "stars": 15, "topics": [], "version_installed": null}, "196132939": {"authors": [], "category": "plugin", "description": "Displays a card showing Nintendo Switch games that are on sale from your wish list.", "domain": "", "downloads": 0, "etag_repository": "W/\"034ab46d653b6c33997df4061f06607ad92366356e79857a721e2f70e90cf082\"", "full_name": "custom-cards/nintendo-wishlist-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "33bba15", "last_release_tag": "v2.2.0", "last_updated": "2021-03-04T02:29:13Z", "name": "nintendo-wishlist-card", "new": false, "repository_manifest": {"homeassistant": "0.106.0", "name": "Nintendo Wishlist Card", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": ["home-assistant", "lovelace-ui"], "version_installed": null}, "165156754": {"authors": [], "category": "plugin", "description": "\ud83d\udcb5 Personal Capital Card", "domain": "", "downloads": 0, "etag_repository": "W/\"31c9d4d4d0a5ac723c5fb3d0d983c755fd064c9fe54e127ef6541b6187fd22b0\"", "full_name": "custom-cards/pc-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "033af45", "last_release_tag": "v0.0.3", "last_updated": "2019-10-21T03:36:31Z", "name": "pc-card", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": [], "version_installed": null}, "187247927": {"authors": [], "category": "plugin", "description": null, "domain": "", "downloads": 0, "etag_repository": "W/\"4f60682f70dde07ed3cbc36cbb956747ff96c10800d906e30fb487a141e77721\"", "full_name": "custom-cards/plan-coordinates", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "428ce44", "last_release_tag": "0.1.1", "last_updated": "2021-06-05T21:07:14Z", "name": "plan-coordinates", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 26, "topics": [], "version_installed": null}, "159711605": {"authors": [], "category": "plugin", "description": "Custom entity row for HomeAssistant, providing additional types of data to be displayed in the secondary info area of the Lovelace Entities card", "domain": "", "downloads": 0, "etag_repository": "W/\"e2b2d4fb5748d4f6cd507f5ba8f9f74cca791b63f90aac36753ad8df4101505d\"", "full_name": "custom-cards/secondaryinfo-entity-row", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2ea0f5d", "last_release_tag": "5.0", "last_updated": "2021-06-05T21:12:36Z", "name": "secondaryinfo-entity-row", "new": false, "repository_manifest": {"name": "Secondaryinfo Entity Row", "content_in_root": true, "filename": "secondaryinfo-entity-row.js", "render_readme": true, "homeassistant": "0.88"}, "selected_tag": null, "show_beta": false, "stars": 139, "topics": [], "version_installed": null, "last_fetched": 1642851255.330637}, "146335411": {"authors": [], "category": "plugin", "description": "Custom card for the RMV component.", "domain": "", "downloads": 0, "etag_repository": "W/\"aed6017426e745036438ee6292e92d9f6eed060f0b5cf0dde345c1000c233dcf\"", "full_name": "custom-cards/rmv-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "fcfae8e", "last_release_tag": null, "last_updated": "2020-07-08T15:41:50Z", "name": "rmv-card", "new": false, "repository_manifest": {"name": "RMV Card", "content_in_root": true, "filename": "rmv-card.js"}, "selected_tag": null, "show_beta": false, "stars": 10, "topics": [], "version_installed": null, "last_fetched": 1642184408.432934}, "173955605": {"authors": [], "category": "plugin", "description": "Spotify playlist card for Home Assistant card", "domain": "", "downloads": 0, "etag_repository": "W/\"fb7b7586f33c123b0a687411d89143aa3ae94d39ab2335fdf999485a80d9aa53\"", "full_name": "custom-cards/spotify-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4297715", "last_release_tag": "v2.4.0", "last_updated": "2022-01-13T13:27:21Z", "name": "spotify-card", "new": false, "repository_manifest": {"name": "Spotify Lovelace Card", "render_readme": true, "filename": "spotify-card.js"}, "selected_tag": null, "show_beta": false, "stars": 234, "topics": [], "version_installed": null, "last_fetched": 1643571255.911267}, "248954055": {"authors": [], "category": "plugin", "description": "\ud83d\udee0 group multiple cards into one card without the borders", "domain": "", "downloads": 0, "etag_repository": "W/\"c53ab06284eb34beaf2e41a60b12dc3e9171d32fc9492347e03fd632222476ff\"", "full_name": "custom-cards/stack-in-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6d8401d", "last_release_tag": "0.2.0", "last_updated": "2021-09-02T08:20:44Z", "name": "stack-in-card", "new": false, "repository_manifest": {"name": "Stack In Card", "render_readme": true, "filename": "stack-in-card.js"}, "selected_tag": null, "show_beta": false, "stars": 94, "topics": [], "version_installed": null, "last_fetched": 1642851258.621061}, "142038085": {"authors": [], "category": "plugin", "description": "Give you the specified attribute of an entity", "domain": "", "downloads": 0, "etag_repository": "W/\"87b39249865fa32721730bcbb01e80fb8bccb39c6a4b4080b4e249806cab8505\"", "full_name": "custom-cards/state-attribute-element", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6e4da57", "last_release_tag": "0.4.0", "last_updated": "2020-02-29T16:14:12Z", "name": "state-attribute-element", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 22, "topics": [], "version_installed": null, "last_fetched": 1642004410.770395}, "142344403": {"authors": [], "category": "plugin", "description": "Give you the option to prefix the state-label with a formated string.", "domain": "", "downloads": 0, "etag_repository": "W/\"aef3f92198df3902138cf66fb65e9d09313f4647434c9bfa738d2ca2bf22149e\"", "full_name": "custom-cards/state-element", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f5f596a", "last_release_tag": "0.0.1", "last_updated": "2020-08-11T08:32:17Z", "name": "state-element", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 17, "topics": [], "version_installed": null, "last_fetched": 1643571255.535518}, "185304888": {"authors": [], "category": "plugin", "description": null, "domain": "", "downloads": 0, "etag_repository": "W/\"61aedf68e2d804c79f8fbb08f3789af599f239d9ccfc5415a72df9b0495e79c1\"", "full_name": "custom-cards/text-action-element", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "24dffd9", "last_release_tag": "0.1.0", "last_updated": "2019-06-03T04:44:08Z", "name": "text-action-element", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": [], "version_installed": null}, "141897999": {"authors": [], "category": "plugin", "description": "An element that can be used to show static text on the `picture-elements` card", "domain": "", "downloads": 0, "etag_repository": "W/\"8efbf1393fdcae4b5e2158f1b53bd674553016d06dd74943831d19deb24c363f\"", "full_name": "custom-cards/text-element", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "be4ea0f", "last_release_tag": "0.0.2", "last_updated": "2018-07-22T19:11:28Z", "name": "text-element", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 14, "topics": [], "version_installed": null, "last_fetched": 1643571255.633078}, "145143666": {"authors": [], "category": "plugin", "description": "Show the current logged in user.", "domain": "", "downloads": 0, "etag_repository": "W/\"32a79f051901d55034a0fd116d18e612fea86a59a7573a3f6be11e493c1b2de4\"", "full_name": "custom-cards/username-element", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "bfc0791", "last_release_tag": "0.0.1", "last_updated": "2021-06-05T21:07:05Z", "name": "username-element", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": [], "version_installed": null}, "146783593": {"authors": [], "category": "plugin", "description": "\ud83d\udcfa A card to display upcoming episodes and movies from services like: Plex, Kodi, Radarr, Sonarr, and Trakt.", "domain": "", "downloads": 0, "etag_repository": "W/\"bfc3b4b6bd2799ceab9ed057c07b7cf9f8bdd90a4fc2b0ae9f6e5805d68d020b\"", "full_name": "custom-cards/upcoming-media-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c0c83a1", "last_release_tag": "0.4.3", "last_updated": "2021-07-11T00:25:33Z", "name": "upcoming-media-card", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 160, "topics": [], "version_installed": null, "last_fetched": 1643571255.9652}, "147764937": {"authors": [], "category": "plugin", "description": "A custom component for displaying camera feeds in the style of a surveillance system.", "domain": "", "downloads": 0, "etag_repository": "W/\"b44fcc6a2d53292298bfe78a00bc5b586a68c6e723a080e7b81cc07b2209bfb3\"", "full_name": "custom-cards/surveillance-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "290acf7", "last_release_tag": "0.0.5", "last_updated": "2022-01-13T21:20:48Z", "name": "surveillance-card", "new": false, "repository_manifest": {"name": "surveillance-card", "content_in_root": true, "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 146, "topics": [], "version_installed": null, "last_fetched": 1643545555.766685}, "203294272": {"authors": [], "category": "plugin", "description": "All your unused entities in a list", "domain": "", "downloads": 0, "etag_repository": "W/\"29df501a32f9fbe5818962c9538c969551778294bbe7ba4e994fba03b9c7effa\"", "full_name": "custom-cards/unused-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "32a053e", "last_release_tag": "1.1", "last_updated": "2021-08-12T04:05:00Z", "name": "unused-card", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 23, "topics": [], "version_installed": null}, "192835334": {"authors": [], "category": "plugin", "description": "Home Assistant Lovelace card to lock entire cards behind passwords or prompts.", "domain": "", "downloads": 0, "etag_repository": "W/\"5792c656ce3a4dac0dd95cd6a482a6a0cea84a683f4a60bdf18f1c169e6de568\"", "full_name": "CyrisXD/love-lock-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c82e15d", "last_release_tag": null, "last_updated": "2022-01-17T23:16:50Z", "name": "love-lock-card", "new": false, "repository_manifest": {"name": "Lovelace Lock Card", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 95, "topics": [], "version_installed": null, "last_fetched": 1642520510.86734}, "254206234": {"authors": [], "category": "plugin", "description": "Home Assistant Lovelace custom card to use with Spain electricity hourly pricing (PVPC) integration", "domain": "", "downloads": 0, "etag_repository": "W/\"36f4aba0c261585c89ef93d483a54554fbf9c8c75762fb6f39f7109b5053c414\"", "full_name": "danimart1991/pvpc-hourly-pricing-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "8d07f23", "last_release_tag": "1.5.1", "last_updated": "2021-10-26T08:56:57Z", "name": "pvpc-hourly-pricing-card", "new": false, "repository_manifest": {"name": "PVPC Hourly Pricing Card", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 50, "topics": ["esios", "graphics", "hacs", "home-assistant", "home-assistant-custom", "home-assistant-hacs", "home-automation", "lovelace", "lovelace-card", "lovelace-custom-card", "lovelace-ui", "pvpc", "ree"], "version_installed": null, "last_fetched": 1643571256.248662}, "296396632": {"authors": [], "category": "plugin", "description": "Lovelace card for listing departures from Rejseplanen sensors, in the style of S-Tog departure boards.", "domain": "", "downloads": 0, "etag_repository": "W/\"602d6041a65f49180257a59874b8c4f8603db7e30b36dd6e03cb60b24104fe0d\"", "full_name": "DarkFox/rejseplanen-stog-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "568114a", "last_release_tag": "1.5.0", "last_updated": "2021-08-12T21:33:55Z", "name": "rejseplanen-stog-card", "new": false, "repository_manifest": {"name": "Rejseplanen S-Tog Card", "country": ["DK"]}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["denmark", "hacs", "home-assistant", "lovelace-card", "lovelace-ui", "rejseplanen", "rejseplanen-sensors"], "version_installed": null}, "195497310": {"authors": [], "category": "plugin", "description": "Custom Animated Weather Card for any weather provider", "domain": "", "downloads": 0, "etag_repository": "W/\"a72483ccca41e91d31d13e31969ed428838f0b072a14a6a271dbf797c0ed087e\"", "full_name": "DavidFW1960/bom-weather-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "ab874c7", "last_release_tag": "0.91", "last_updated": "2022-01-28T03:32:56Z", "name": "bom-weather-card", "new": false, "repository_manifest": {"name": "Custom Animated Weather Card", "content_in_root": true, "filename": "bom-weather-card.js", "country": ["IT", "FR", "DE", "NL", "PL", "HE", "RU", "DA", "UA", "EN"]}, "selected_tag": null, "show_beta": false, "stars": 94, "topics": ["bom", "home-assistant", "home-automation", "homeassistant", "weather-forecast"], "version_installed": null, "last_fetched": 1643571256.310447}, "198066338": {"authors": [], "category": "plugin", "description": "Lovelace card for listing departures from Rejseplanen sensors", "domain": "", "downloads": 0, "etag_repository": "W/\"0207f155e5f45200428e9b4cbac8a1f842026d1d51a7618f2d2d0a74f3759d1b\"", "full_name": "DarkFox/rejseplanen-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5b6eed3", "last_release_tag": "1.5.4", "last_updated": "2021-08-11T08:32:56Z", "name": "rejseplanen-card", "new": false, "repository_manifest": {"name": "Rejseplanen Card", "country": ["DK"]}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["denmark", "hacs", "home-assistant", "lovelace-card", "lovelace-ui", "rejseplanen", "rejseplanen-card", "rejseplanen-sensors"], "version_installed": null}, "273007955": {"authors": [], "category": "plugin", "description": "Lovelace pie chart card that displays current energy usage", "domain": "", "downloads": 0, "etag_repository": "W/\"194ea82a8e02ed8639d583821b2ec65a0efd7a10032c540098de4f0602cc5f4f\"", "full_name": "DBa2016/power-usage-card-regex", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "cf6d4cd", "last_release_tag": null, "last_updated": "2021-06-24T17:07:11Z", "name": "power-usage-card-regex", "new": false, "repository_manifest": {"name": "Power Usage Card with Regular Expressions", "content_in_root": true, "filename": "power-usage-card-regex.js", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 7, "topics": ["homeassistant", "lovelace-custom-card", "power-usage"], "version_installed": null}, "231145540": {"authors": [], "category": "plugin", "description": "A card giving richer public transit display using NextBus sensors.", "domain": "", "downloads": 0, "etag_repository": "W/\"f072ad6dcdd3a7e4ee3f7230b3a89fae834d53ec5c05909652afa7e96c0aa419\"", "full_name": "dcramer/lovelace-nextbus-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4f69bcb", "last_release_tag": "0.2.0", "last_updated": "2021-08-11T20:36:30Z", "name": "lovelace-nextbus-card", "new": false, "repository_manifest": {"name": "NextBus Card", "render_readme": true, "filename": "nextbus-card.js"}, "selected_tag": null, "show_beta": false, "stars": 7, "topics": ["hacs", "homeassistant", "lovelace-custom-card", "nextbus", "public-transit"], "version_installed": null}, "269011342": {"authors": [], "category": "plugin", "description": "Shutter card for Home Assistant Lovelace UI", "domain": "", "downloads": 0, "etag_repository": "W/\"86472f7d6fc3dd343780e85ef08eba7fc55e12955ca12a72b4d7d9d4f8152942\"", "full_name": "Deejayfool/hass-shutter-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7b2c711", "last_release_tag": "v1.3.0", "last_updated": "2021-11-16T22:54:27Z", "name": "hass-shutter-card", "new": false, "repository_manifest": {"name": "Shutter Card", "filename": "hass-shutter-card.js", "render_readme": true, "homeassistant": "2021.11.0"}, "selected_tag": null, "show_beta": false, "stars": 145, "topics": ["custom-cards", "hacs", "hassio", "home-assistant", "lovelace"], "version_installed": null, "last_fetched": 1643545555.858301}, "274738925": {"authors": [], "category": "plugin", "description": "Air Purifier card for Home Assistant Lovelace UI", "domain": "", "downloads": 0, "etag_repository": "W/\"19dec665a9b1a2f6489e66fd5a9be8d934291c24d2b63d2d9443338417005153\"", "full_name": "denysdovhan/purifier-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7809eca", "last_release_tag": "v2.0.0", "last_updated": "2022-01-28T19:36:57Z", "name": "purifier-card", "new": false, "repository_manifest": {"name": "Purifier Card", "render_readme": true, "filename": "purifier-card.js"}, "selected_tag": null, "show_beta": false, "stars": 122, "topics": ["air-purifier", "custom-cards", "hacs", "hass", "home-assistant", "homeassistant", "lovelace", "purifier", "smart-home"], "version_installed": null, "last_fetched": 1643571256.537146}, "193262086": {"authors": [], "category": "plugin", "description": "Home assistant remote control", "domain": "", "downloads": 0, "etag_repository": "W/\"cc8680b011dfd896db7b36f6d419c1cf858bc8c496dddaa9b50665399ddb56d3\"", "full_name": "dimagoltsman/content-card-remote-control", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f4acaf4", "last_release_tag": null, "last_updated": "2020-09-27T22:35:55Z", "name": "content-card-remote-control", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": [], "version_installed": null}, "197929015": {"authors": [], "category": "plugin", "description": "Custom Lovelace card that displays ZHA network and device information", "domain": "", "downloads": 0, "etag_repository": "W/\"ce5adeca685e413778637681604f88398d720f141295291930ccff183e3eca0e\"", "full_name": "dmulcahey/zha-network-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b6b05fa", "last_release_tag": null, "last_updated": "2020-11-25T23:16:49Z", "name": "zha-network-card", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 66, "topics": [], "version_installed": null, "last_fetched": 1643571256.386886}, "261291295": {"authors": [], "category": "plugin", "description": "Vacuum cleaner card for Home Assistant Lovelace UI", "domain": null, "downloads": 0, "etag_repository": "W/\"890042e1b4c82e73ca1306814804e745160d4d630d3154daa48069e8b26d745c\"", "full_name": "denysdovhan/vacuum-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "8a241cf", "last_release_tag": "v2.2.5", "last_updated": "2022-01-25T00:31:56Z", "name": "vacuum-card", "new": false, "repository_manifest": {"name": "Vacuum Card", "render_readme": true, "filename": "vacuum-card.js"}, "selected_tag": null, "show_beta": false, "stars": 504, "topics": ["custom-cards", "hacs", "hass", "home-assistant", "homeassistant", "lovelace", "robot-vacuum", "vacuum"], "version_installed": null, "last_fetched": 1643545556.376485}, "263901624": {"authors": [], "category": "plugin", "description": "Generic Remote control card for HACS", "domain": null, "downloads": 0, "etag_repository": "W/\"ab3903cba24841ea6915d87fb05145e61226d1269a8ee761045803a678b5cf09\"", "full_name": "dimagoltsman/generic-remote-control-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "92bb62c", "last_release_tag": "0.2.5", "last_updated": "2022-01-29T10:30:37Z", "name": "generic-remote-control-card", "new": false, "repository_manifest": {"name": "Generic Remote Control Card", "description": "a remote control card that can be used with any HA service", "content_in_root": false, "filename": "generic-remote-control-card.js", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 45, "topics": [], "version_installed": null, "last_fetched": 1643545556.983797}, "265313034": {"authors": [], "category": "plugin", "description": "a refreshable picture card for HACS", "domain": "", "downloads": 0, "etag_repository": "W/\"60ba9e4e6835842057753caac0eb6e0bc6b5cb127786a636ff5039e17a337575\"", "full_name": "dimagoltsman/refreshable-picture-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7f02a56", "last_release_tag": "0.1.6", "last_updated": "2021-12-03T09:17:49Z", "name": "refreshable-picture-card", "new": false, "repository_manifest": {"name": "Refreshable picture card", "description": "a picture that can be loaded from url or entity attribute and refreshed every N seconds", "content_in_root": false, "filename": "refreshable-picture-card.js", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 13, "topics": [], "version_installed": null, "last_fetched": 1641217384.705725}, "157674859": {"authors": [], "category": "plugin", "description": "A Lovelace card showing air quality data from airvisual.com. Requires the AirVisual component.", "domain": "", "downloads": 0, "etag_repository": "W/\"ad230b82927a5524b26c8234af913e9eea9631849c9596ab89d988286b6cf556\"", "full_name": "dnguyen800/air-visual-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "afd7a87", "last_release_tag": "2.0.1", "last_updated": "2021-12-03T01:41:18Z", "name": "air-visual-card", "new": false, "repository_manifest": {"name": "Air Visual Card"}, "selected_tag": null, "show_beta": false, "stars": 68, "topics": ["air-quality", "air-visual", "home-assistant", "lovelace"], "version_installed": null, "last_fetched": 1643571256.919525}, "236664033": {"authors": [], "category": "plugin", "description": ":point_up_2: Swipe Glance Card", "domain": "", "downloads": 0, "etag_repository": "W/\"f7f26273e0f631e4d3e3903469ffc0c68b23f4d038f78eb1b111f502d3b2831f\"", "full_name": "dooz127/swipe-glance-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9b4f41a", "last_release_tag": "0.3", "last_updated": "2021-08-11T22:48:45Z", "name": "swipe-glance-card", "new": false, "repository_manifest": {"name": "Swipe Glance Card", "render_readme": true, "filename": "swipe-glance-card.js"}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": ["automation", "custom-cards", "hass", "home-assistant", "homeassistant", "lovelace"], "version_installed": null}, "260597137": {"authors": [], "category": "plugin", "description": "\u7528\u4e8eLovelace\u7684\u5c0f\u7c73\u7a7a\u6c14\u51c0\u5316\u5668\u5361\u7247", "domain": "", "downloads": 0, "etag_repository": "W/\"075bcd8ee0ea615f4674939b08ecb1ccf729392feb141ed07884ca121edc4b86\"", "full_name": "fineemb/lovelace-air-filter-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a20f6b2", "last_release_tag": "v1.1.3", "last_updated": "2021-09-13T17:10:23Z", "name": "lovelace-air-filter-card", "new": false, "repository_manifest": {"name": "Air Purifier Card", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 13, "topics": [], "version_installed": null}, "247134044": {"authors": [], "category": "plugin", "description": "A simple lovelace multiline text input card", "domain": "", "downloads": 0, "etag_repository": "W/\"db6335f5c5e49247a555a6629b47f7bbc02f28f395eed1a415dcd06b13ceb8c2\"", "full_name": "faeibson/lovelace-multiline-text-input-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7b5040b", "last_release_tag": "1.0.4", "last_updated": "2020-10-15T00:16:17Z", "name": "lovelace-multiline-text-input-card", "new": false, "repository_manifest": {"name": "Multiline Text Input Card", "render_readme": false}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": ["home-assistant", "home-assistant-frontend", "lovelace", "lovelace-card", "lovelace-ui", "multiline", "text-input"], "version_installed": null, "last_fetched": 1642430751.060108}, "307058107": {"authors": [], "category": "plugin", "description": "\u8f66\u8f86\u4eea\u8868\u76d8", "domain": "", "downloads": 0, "etag_repository": "W/\"2544289ec2bfb4dd4fe67da3a14fa0738d3694391a67db5c5d4f5a2618b2129e\"", "full_name": "fineemb/lovelace-car-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a28bca5", "last_release_tag": null, "last_updated": "2020-11-01T23:45:40Z", "name": "lovelace-car-card", "new": false, "repository_manifest": {"name": "Car card", "render_readme": true, "country": ["CN"]}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["car", "hacs", "hass", "lovelace", "lovelace-custom-card", "lynkco"], "version_installed": null, "last_fetched": 1642851273.180509}, "286408741": {"authors": [], "category": "plugin", "description": "A Lovelace card to display Norwegian mail delivery days", "domain": "", "downloads": 0, "etag_repository": "W/\"0467bc0a8b50ba2714978be3a5fd98815de27d47980f6e086025bc4a9d6fa8bc\"", "full_name": "ezand/lovelace-posten-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3a00f67", "last_release_tag": "1.0.1", "last_updated": "2021-08-12T20:35:21Z", "name": "lovelace-posten-card", "new": false, "repository_manifest": {"name": "Posten Card", "render_readme": true, "filename": "posten-card.js", "country": ["NO"]}, "selected_tag": null, "show_beta": false, "stars": 13, "topics": ["home-assistant", "lovelace-card", "mail-delivery"], "version_installed": null, "last_fetched": 1643571257.298487}, "259784620": {"authors": [], "category": "plugin", "description": "\u590d\u523b\u5b98\u65b9Lovelace\u5730\u56fe\u5361\u7247,\u57fa\u4e8e\u9ad8\u5fb7\u5730\u56fe", "domain": "", "downloads": 0, "etag_repository": "W/\"fbeb8bfee8584e4143adfbd65499ec2193331465c0eebc505ee932c7df4ecbe9\"", "full_name": "fineemb/lovelace-cn-map-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "fce3dbf", "last_release_tag": "v1.2.7", "last_updated": "2020-10-26T06:35:55Z", "name": "lovelace-cn-map-card", "new": false, "repository_manifest": {"name": "Gaode Map card", "render_readme": true, "country": ["CN"]}, "selected_tag": null, "show_beta": false, "stars": 31, "topics": [], "version_installed": null, "last_fetched": 1643571257.389109}, "291480917": {"authors": [], "category": "plugin", "description": "\u8fd9\u662f\u4e00\u4e2a\u9002\u7528\u4e8e\u5f69\u4e91\u5929\u6c14\u96c6\u6210\u7684Lovelace\u5361\u7247", "domain": "", "downloads": 0, "etag_repository": "W/\"f856d3d1f949c329769595c344b7f5459355652219f6274ada54e844b8c09931\"", "full_name": "fineemb/lovelace-colorfulclouds-weather-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1910cb7", "last_release_tag": "v1.3.2", "last_updated": "2022-01-06T15:47:26Z", "name": "lovelace-colorfulclouds-weather-card", "new": false, "repository_manifest": {"name": "Colorfulclouds Weather Card", "render_readme": true, "filename": "colorfulclouds-weather-card.js", "country": ["CN"]}, "selected_tag": null, "show_beta": false, "stars": 18, "topics": ["lovelace-custom-card", "weather"], "version_installed": null, "last_fetched": 1642094184.714186}, "240906060": {"authors": [], "category": "plugin", "description": "\u6590\u8bafDC1\u6392\u63d2\u7684Lovelace\u5361\u7247", "domain": "", "downloads": 0, "etag_repository": "W/\"a02559ee163f878edc0e208d5a15967f1f74b984f29fce971901e78416c58a93\"", "full_name": "fineemb/lovelace-dc1-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4c2c109", "last_release_tag": "v1.2.0", "last_updated": "2020-08-26T08:19:40Z", "name": "lovelace-dc1-card", "new": false, "repository_manifest": {"name": "PHICOMM DC1 card", "render_readme": true, "country": ["CN"]}, "selected_tag": null, "show_beta": false, "stars": 17, "topics": [], "version_installed": null}, "214792276": {"authors": [], "category": "plugin", "description": "Xiaomi Smartmi Fan Lovelace card for HASS/Home Assistant.", "domain": "", "downloads": 0, "etag_repository": "W/\"558c08119f3b617d10d8903b7ce7da576ddcdc8be7b2d7421900c99822878e94\"", "full_name": "fineemb/lovelace-fan-xiaomi", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "54a9958", "last_release_tag": "v1.3.4", "last_updated": "2021-05-13T17:12:08Z", "name": "lovelace-fan-xiaomi", "new": false, "repository_manifest": {"name": "Xiaomi Fan Lovelace Card", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 36, "topics": [], "version_installed": null}, "237887092": {"authors": [], "category": "plugin", "description": "Thermostat Lovelace card", "domain": "", "downloads": 0, "etag_repository": "W/\"c912250356c6845ac64570a974f91a1885c435e94d0102d1906330e007c67081\"", "full_name": "fineemb/lovelace-thermostat-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f95cd32", "last_release_tag": "v1.3.0", "last_updated": "2020-11-23T15:27:28Z", "name": "lovelace-thermostat-card", "new": false, "repository_manifest": {"name": "Climate thermostat card", "render_readme": true, "filename": "main.js"}, "selected_tag": null, "show_beta": false, "stars": 66, "topics": [], "version_installed": null, "last_fetched": 1642430753.764389}, "250552447": {"authors": [], "category": "plugin", "description": "Provides a customizable button row for binary entities in Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"89d556071237538ab871cd456be7ca2640ab9366c1996c2372d08aad46b90930\"", "full_name": "finity69x2/binary-control-button-row", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "ed9d1bd", "last_release_tag": "1.7", "last_updated": "2021-06-05T12:09:32Z", "name": "binary-control-button-row", "new": false, "repository_manifest": {"name": "Binary Control Button Row", "filename": "binary-control-button-row.js"}, "selected_tag": null, "show_beta": false, "stars": 16, "topics": [], "version_installed": null}, "191663150": {"authors": [], "category": "plugin", "description": "Provides a means to show a compact graphical control row for 2 or 3 speed fans in Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"ac3481d7dcafdd53963e5fc7b0858ffe7ff50987a8f1f4ad58456717e8bf7841\"", "full_name": "finity69x2/fan-control-entity-row", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e4d1e91", "last_release_tag": "2.2", "last_updated": "2021-06-05T12:04:09Z", "name": "fan-control-entity-row", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 55, "topics": [], "version_installed": null}, "287409957": {"authors": [], "category": "plugin", "description": "button row for controlling open/close covers in Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"65c1028268517ce660410e76bbd074d46e8dfd22f5d2fbd16e15448c94210f20\"", "full_name": "finity69x2/cover-control-button-row", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "dff851f", "last_release_tag": "1.4", "last_updated": "2021-07-29T21:53:08Z", "name": "cover-control-button-row", "new": false, "repository_manifest": {"name": "Cover Control Button Row", "filename": "cover-control-button-row.js"}, "selected_tag": null, "show_beta": false, "stars": 10, "topics": ["cover", "lovelace-ui", "plugin"], "version_installed": null, "last_fetched": 1641587896.016816}, "286860710": {"authors": [], "category": "plugin", "description": "pluig-in for Home Assistant that provides an easy means set 3 fixed positions for a programmable cover entity.", "domain": "", "downloads": 0, "etag_repository": "W/\"04435ef1c6d405e987371f257801d69ea4facfdb554119435f59571b45b01559\"", "full_name": "finity69x2/cover-position-preset-row", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "0784c07", "last_release_tag": "1.4", "last_updated": "2021-07-29T21:44:05Z", "name": "cover-position-preset-row", "new": false, "repository_manifest": {"name": "Cover Position Preset Row", "filename": "cover-position-preset-row.js"}, "selected_tag": null, "show_beta": false, "stars": 12, "topics": ["cover", "lovelace-custom-card", "plugin"], "version_installed": null}, "226862969": {"authors": [], "category": "plugin", "description": "Provides a means to program 3 preset brightness settings for dimmable lights in Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"e7bea0388fdf9d1eebb4783e0945a865a2234944d2fc57bc766c314577b17ae2\"", "full_name": "finity69x2/light-brightness-preset-row", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "df6810d", "last_release_tag": "2.1", "last_updated": "2021-12-13T04:02:13Z", "name": "light-brightness-preset-row", "new": false, "repository_manifest": {"name": "Light Brightness Preset Row", "filename": "light-brightness-preset-row.js"}, "selected_tag": null, "show_beta": false, "stars": 19, "topics": [], "version_installed": null, "last_fetched": 1643571257.824531}, "245239101": {"authors": [], "category": "plugin", "description": "Allows preloading of Lovelace cards as a work around for changes in Home Assistant 0.107", "domain": "", "downloads": 0, "etag_repository": "W/\"c283b069259438fad8ceaf5e294767c7ea06e9962e33018045fd13b3f6b8debd\"", "full_name": "gadgetchnnel/lovelace-card-preloader", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "49e93da", "last_release_tag": "0.0.5", "last_updated": "2021-04-30T16:48:45Z", "name": "lovelace-card-preloader", "new": false, "repository_manifest": {"name": "Lovelace Card Preloader", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 19, "topics": [], "version_installed": null}, "182113743": {"authors": [], "category": "plugin", "description": "A custom Lovelace text input row for use in entities cards", "domain": "", "downloads": 0, "etag_repository": "W/\"04d0b71f139b7f329dab33d54a018623f75e5acc7b6bc63cb75f71229d444c64\"", "full_name": "gadgetchnnel/lovelace-text-input-row", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2b1e1ff", "last_release_tag": "v0.0.8", "last_updated": "2020-08-18T05:04:31Z", "name": "lovelace-text-input-row", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 22, "topics": [], "version_installed": null, "last_fetched": 1642851279.347631}, "184333163": {"authors": [], "category": "plugin", "description": "Custom Lovelace card which allows Jinja2 templates to be applied to other cards", "domain": "", "downloads": 0, "etag_repository": "W/\"4f10e7fd36f630773b6aad50762105b1516829de3da77c3ed7d1e5883c8218a9\"", "full_name": "gadgetchnnel/lovelace-card-templater", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b7161d5", "last_release_tag": "0.0.17", "last_updated": "2022-01-26T16:33:55Z", "name": "lovelace-card-templater", "new": false, "repository_manifest": {"name": "Lovelace Card Templater", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 70, "topics": [], "version_installed": null, "last_fetched": 1643571258.004218}, "250865851": {"authors": [], "category": "plugin", "description": "\ud83d\udcc2 Folder Card for Home Assistant's Lovelace UI", "domain": "", "downloads": 0, "etag_repository": "W/\"5e49983c3cf21457c46edc8e9da11291f3aecce05472a5180fb46cfe3dd7afad\"", "full_name": "GeorgeSG/lovelace-folder-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "da75f81", "last_release_tag": "0.4.0", "last_updated": "2021-08-12T05:08:36Z", "name": "lovelace-folder-card", "new": false, "repository_manifest": {"name": "Folder Card", "render_readme": true, "filename": "folder-card.js"}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["home-assistant", "homeassistant", "lovelace", "lovelace-card", "lovelace-custom-card"], "version_installed": null, "last_fetched": 1642430758.837678}, "174016256": {"authors": [], "category": "plugin", "description": "A custom Lovelace card for displaying a combination of persistent notifications, calendar events, and entities in the style of a feed.", "domain": "", "downloads": 0, "etag_repository": "W/\"d8601abc5034d49e3fe60f69798a776ae60679abeff5a7409686f63e66442042\"", "full_name": "gadgetchnnel/lovelace-home-feed-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c0fc43c", "last_release_tag": "0.6.3", "last_updated": "2021-11-15T07:58:31Z", "name": "lovelace-home-feed-card", "new": false, "repository_manifest": {"name": "Lovelace Home Feed Card", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 148, "topics": [], "version_installed": null, "last_fetched": 1641058170.612333}, "261262884": {"authors": [], "category": "plugin", "description": "\ud83d\udd70\ufe0f Time Picker Card for Home Assistant's Lovelace UI", "domain": "", "downloads": 0, "etag_repository": "W/\"9392d4b303edd781dd59d733df139142e020d676454335b98f385b47b9c5f68f\"", "full_name": "GeorgeSG/lovelace-time-picker-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e5c16c2", "last_release_tag": "1.2.1", "last_updated": "2022-01-21T22:34:00Z", "name": "lovelace-time-picker-card", "new": false, "repository_manifest": {"name": "Time Picker Card", "render_readme": true, "filename": "time-picker-card.js"}, "selected_tag": null, "show_beta": false, "stars": 127, "topics": ["home-assistant", "homeassistant", "lovelace", "lovelace-card", "lovelace-custom-card"], "version_installed": null, "last_fetched": 1643571258.185397}, "160042309": {"authors": [], "category": "plugin", "description": "An intuitive way to represent the power and energy that your home is consuming or producing. (A custom card for the Lovelace UI of Home Assistant.)", "domain": "", "downloads": 0, "etag_repository": "W/\"a50936990f55a8c2649eb757d5b80be4cbd084dbe915ff3b5ef5f24c76e9bc8b\"", "full_name": "gurbyz/power-wheel-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d136d6d", "last_release_tag": "v0.1.5", "last_updated": "2020-12-18T12:01:38Z", "name": "power-wheel-card", "new": false, "repository_manifest": {"name": "Power wheel card"}, "selected_tag": null, "show_beta": false, "stars": 132, "topics": ["custom-card", "energy", "home-assistant", "lovelace-ui", "solar-panels"], "version_installed": null, "last_fetched": 1643571258.28203}, "220679143": {"authors": [], "category": "plugin", "description": "Lovelace Departure Card for the HASL Platform", "domain": "", "downloads": 0, "etag_repository": "W/\"5bd002adf74579a468e652e8002cb2b9e33af619a0d9d1862e76b733ff5bc1a7\"", "full_name": "hasl-sensor/lovelace-hasl-departure-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "029e094", "last_release_tag": "v2.5.0", "last_updated": "2022-01-08T23:27:15Z", "name": "lovelace-hasl-departure-card", "new": false, "repository_manifest": {"name": "HASL Departure Card", "content_in_root": false, "render_readme": false, "filename": "hasl-departure-card.js", "homeassistant": "0.92", "zip_release": false}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": ["departures", "hasl", "sl", "stockholms-lokaltrafik"], "version_installed": null, "last_fetched": 1641895781.615156}, "220679530": {"authors": [], "category": "plugin", "description": "Lovelace Traffic Status Card for the HASL Platform", "domain": "", "downloads": 0, "etag_repository": "W/\"287db3f3718be02514d2e7959c933de3d9fc18910396cf456ae5591824beed85\"", "full_name": "hasl-sensor/lovelace-hasl-traffic-status-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "fdf9915", "last_release_tag": "v2.3.1", "last_updated": "2020-03-04T12:20:16Z", "name": "lovelace-hasl-traffic-status-card", "new": false, "repository_manifest": {"name": "HASL Traffic Status Card", "content_in_root": false, "render_readme": false, "filename": "hasl-traffic-status-card.js", "homeassistant": "0.92", "zip_release": false}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["hasl", "sl", "stockholms-lokaltrafik", "traffic-status"], "version_installed": null}, "304967918": {"authors": [], "category": "plugin", "description": "Replace input_number sliders with plus and minus buttons", "domain": "", "downloads": 0, "etag_repository": "W/\"01f7cbb8f1568748d951821553bc7a0fd18823c0aa1114ea2afdd1f1755bacf7\"", "full_name": "htmltiger/numberbox-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "09a2646", "last_release_tag": "3.3", "last_updated": "2022-01-01T17:31:32Z", "name": "numberbox-card", "new": false, "repository_manifest": {"name": "Number Box", "filename": "numberbox-card.js", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 45, "topics": ["hacs", "home-assistant", "input", "lovelace", "lovelace-card", "lovelace-cards", "lovelace-custom-card", "lovelace-ui", "number", "numberbox-card", "slider"], "version_installed": null, "last_fetched": 1642851284.44118}, "145142810": {"authors": [], "category": "plugin", "description": "\ud83d\udce6 Aftership Card for package tracking", "domain": null, "downloads": 0, "etag_repository": "W/\"b4224e384df0e53e864d0f89b89209cf42170e1a9aac7180e5ce00a0ca0036be\"", "full_name": "iantrich/aftership-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3fb1033", "last_release_tag": "1.2.2", "last_updated": "2021-08-11T00:00:14Z", "name": "aftership-card", "new": false, "repository_manifest": {"name": "Aftership Card", "render_readme": true, "filename": "aftership-card.js"}, "selected_tag": null, "show_beta": false, "stars": 40, "topics": [], "version_installed": null, "last_fetched": 1643545557.505481}, "172177543": {"authors": [], "category": "plugin", "description": "\ud83d\udcdd Templatable Lovelace Configurations", "domain": "", "downloads": 0, "etag_repository": "W/\"f0b41b5f0da58b96077417a7c86393a6b74bcbed7342b82ff18134f9490c33c6\"", "full_name": "iantrich/config-template-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d7bedfe", "last_release_tag": "1.3.6", "last_updated": "2021-10-06T03:36:41Z", "name": "config-template-card", "new": false, "repository_manifest": {"name": "Config Template Card", "render_readme": true, "homeassistant": "0.110.0"}, "selected_tag": null, "show_beta": false, "stars": 221, "topics": [], "version_installed": null, "last_fetched": 1643571258.590069}, "175927964": {"authors": [], "category": "plugin", "description": "\ud83c\udfa7 Podcast Player Card", "domain": "", "downloads": 0, "etag_repository": "W/\"739ace3027accc781d0077f47d0c969e3e03811aa25d983a9c85998ef77dc859\"", "full_name": "iantrich/podcast-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1dd0645", "last_release_tag": "1.0.9", "last_updated": "2021-08-11T16:06:20Z", "name": "podcast-card", "new": false, "repository_manifest": {"name": "Podcast Card", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 21, "topics": [], "version_installed": null}, "215633404": {"authors": [], "category": "plugin", "description": "\ud83d\udd12 Apply restrictions to Lovelace cards", "domain": "", "downloads": 0, "etag_repository": "W/\"6ab775e976f6ab9ce868c33664f4fada9b3dacc339967f8462a2aa241713e4f5\"", "full_name": "iantrich/restriction-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "55732c0", "last_release_tag": "1.2.7", "last_updated": "2021-12-17T16:38:44Z", "name": "restriction-card", "new": false, "repository_manifest": {"name": "Restriction Card", "render_readme": true, "homeassistant": "0.110.0"}, "selected_tag": null, "show_beta": false, "stars": 135, "topics": ["custom-card", "home-assistant", "lovelace", "security"], "version_installed": null, "last_fetched": 1643571258.749342}, "164367214": {"authors": [], "category": "plugin", "description": "\ud83d\udcfa Roku Remote Card", "domain": "", "downloads": 0, "etag_repository": "W/\"02360b373eb01e4a7f29e255bf6964d3527df6296165f8afeb7fc1b8def9c8af\"", "full_name": "iantrich/roku-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4cb653a", "last_release_tag": "1.2.4", "last_updated": "2021-12-17T16:27:36Z", "name": "roku-card", "new": false, "repository_manifest": {"name": "Roku Card", "render_readme": true, "homeassistant": "0.110.0"}, "selected_tag": null, "show_beta": false, "stars": 83, "topics": ["custom-card", "home-assistant", "lovelace", "roku"], "version_installed": null, "last_fetched": 1643571258.8153}, "179788256": {"authors": [], "category": "plugin", "description": "\ud83d\uddc2 Text Divider Row", "domain": "", "downloads": 0, "etag_repository": "W/\"7782c3003421741167de65ce0ae4561ef5db4855a2e7d52849a124faa7a112de\"", "full_name": "iantrich/text-divider-row", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d8e7915", "last_release_tag": "1.4.1", "last_updated": "2021-12-17T16:35:28Z", "name": "text-divider-row", "new": false, "repository_manifest": {"name": "Text Divider Row", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 49, "topics": ["homeassistant", "lovelace"], "version_installed": null, "last_fetched": 1642851286.047456}, "181124811": {"authors": [], "category": "plugin", "description": "\u2b55 Radial Menu Element", "domain": "", "downloads": 0, "etag_repository": "W/\"7861d7d9abfc60c3e5019c6aa6b5aa6535b34c30d13d2599e1549618cadd1197\"", "full_name": "iantrich/radial-menu", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "688e6c9", "last_release_tag": "1.6.0", "last_updated": "2020-06-30T03:42:08Z", "name": "radial-menu", "new": false, "repository_manifest": {"name": "Radial Menu Element", "render_readme": true, "homeassistant": "0.110.0"}, "selected_tag": null, "show_beta": false, "stars": 54, "topics": [], "version_installed": null, "last_fetched": 1643571258.687765}, "194824532": {"authors": [], "category": "plugin", "description": "Weather Card with animated icons for Home Assistant Lovelace adapted to display all informations from M\u00e9t\u00e9o France integration", "domain": "", "downloads": 0, "etag_repository": "W/\"2d20ed0c7a875d5efc24a257d2df79818978657e0f526066cea5b96b3ae19c86\"", "full_name": "Imbuzi/meteo-france-weather-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "79d0464", "last_release_tag": "v1.13", "last_updated": "2021-03-07T18:12:04Z", "name": "meteo-france-weather-card", "new": false, "repository_manifest": {"name": "M\u00e9t\u00e9o France Weather Card", "country": ["FR"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 19, "topics": ["animated-icons", "home-assistant", "lovelace-card", "meteo-france", "weather"], "version_installed": null, "last_fetched": 1641587907.383895}, "273405252": {"authors": [], "category": "plugin", "description": "A Lightning Detection Display Card for Home Assistant Lovelace", "domain": "", "downloads": 0, "etag_repository": "W/\"d760ab1000312a3f2d2b2473edfe3531b2a058a1325810e86f117b287fbe4beb\"", "full_name": "ironsheep/lovelace-lightning-detector-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e017e81", "last_release_tag": "v1.0.3", "last_updated": "2021-08-12T15:08:48Z", "name": "lovelace-lightning-detector-card", "new": false, "repository_manifest": {"name": "Lightning Detector Card", "render_readme": false, "filename": "lightning-detector-card.js"}, "selected_tag": null, "show_beta": false, "stars": 14, "topics": ["as3935", "hassio", "home-assistant", "home-assistant-custom", "homeassistant", "lovelace-card", "lovelace-custom-card"], "version_installed": null}, "231015759": {"authors": [], "category": "plugin", "description": "Xiaomi Smartmi Fan Lovelace card with CSS fan animation", "domain": "", "downloads": 0, "etag_repository": "W/\"33b294106745b56f2f54008a153aab7bf5ec5ba700151b4d6d08ddfc42a77025\"", "full_name": "ikaruswill/lovelace-fan-xiaomi", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5cb1b0a", "last_release_tag": "1.5.6", "last_updated": "2021-07-02T14:22:45Z", "name": "lovelace-fan-xiaomi", "new": false, "repository_manifest": {"name": "Xiaomi Smartmi Fan Card", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 42, "topics": ["custom-card", "hacs", "home-assistant", "lovelace", "xiaomi", "xiaomi-fan"], "version_installed": null}, "281214271": {"authors": [], "category": "plugin", "description": "A Raspberry Pi status display Card for Home Assistant Lovelace", "domain": "", "downloads": 0, "etag_repository": "W/\"f3114cb7348fbe4fa4e48e0a7993b5e7721f9c2bb82db72dcb45b8ad8e20213d\"", "full_name": "ironsheep/lovelace-rpi-monitor-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "af733c0", "last_release_tag": "v1.2.5", "last_updated": "2021-12-03T01:43:41Z", "name": "lovelace-rpi-monitor-card", "new": false, "repository_manifest": {"name": "RPi Monitor Card", "render_readme": false, "filename": "rpi-monitor-card.js"}, "selected_tag": null, "show_beta": false, "stars": 76, "topics": ["hassio", "home-assistant", "home-assistant-custom", "homeassistant", "lovelace-card", "lovelace-custom-card", "raspberry-pi"], "version_installed": null, "last_fetched": 1643571259.242365}, "164887047": {"authors": [], "category": "plugin", "description": "A Lovelace custom card for custom component Krisinformation is Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"0de41a7104dc59fcc5940a7c5eface92b319f0eedd907b7927800a115485a484\"", "full_name": "isabellaalstrom/krisinfo-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "962f549", "last_release_tag": "v1.3.0", "last_updated": "2020-09-18T17:45:35Z", "name": "krisinfo-card", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 7, "topics": ["hacktoberfest"], "version_installed": null}, "195671060": {"authors": [], "category": "plugin", "description": "A card to track chores and tasks in Grocy.", "domain": null, "downloads": 0, "etag_repository": "W/\"3f57c10c2ec034146d622d7f96d61ae90be5734aa48aa29230da5bc344df940b\"", "full_name": "isabellaalstrom/lovelace-grocy-chores-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b80d58b", "last_release_tag": "v3.1.2", "last_updated": "2021-12-09T08:37:46Z", "name": "lovelace-grocy-chores-card", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 65, "topics": ["hacktoberfest"], "version_installed": null, "last_fetched": 1643545557.68274}, "237812136": {"authors": [], "category": "plugin", "description": "\u0418\u043a\u043e\u043d\u043a\u0438 \u042f\u043d\u0434\u0435\u043a\u0441 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432 \u0434\u043b\u044f Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"fb6640286619d7d6850e1f7265cc31224bfc603c93d2f4cbb0367df9eae6b787\"", "full_name": "iswitch/ha-yandex-icons", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "236a4ad", "last_release_tag": null, "last_updated": "2021-11-04T16:00:26Z", "name": "ha-yandex-icons", "new": false, "repository_manifest": {"name": "Yandex Icons", "filename": "yandex-icons.js", "render_readme": true, "country": ["RU"], "homeassistant": "0.110.0"}, "selected_tag": null, "show_beta": false, "stars": 40, "topics": ["home-assistant", "homeassistant", "icon-pack", "icons", "media-player", "yandex"], "version_installed": null, "last_fetched": 1642520512.412412}, "245159052": {"authors": [], "category": "plugin", "description": "\ud83d\udc24 Adds many useful extensions to lovelace, such as templating secondary info, stacking within a card and more!", "domain": "", "downloads": 0, "etag_repository": "W/\"5ace2c434583ff4101d6e298c3a63f5a32c36733dbe16304e6907a509c3b907f\"", "full_name": "jcwillox/lovelace-canary", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7bb346c", "last_release_tag": "0.3.4", "last_updated": "2021-06-04T10:43:19Z", "name": "lovelace-canary", "new": false, "repository_manifest": {"name": "Canary"}, "selected_tag": null, "show_beta": false, "stars": 28, "topics": ["canary-card", "extensions", "home-assistant", "lovelace"], "version_installed": null, "last_fetched": 1642274184.060109}, "244872232": {"authors": [], "category": "plugin", "description": "Adds highly configurable buttons that use actions and per-state styling.", "domain": null, "downloads": 0, "etag_repository": "W/\"a6e05034e88354c884b70fcd9494246d58afe9bc779e9062b923187e4f324761\"", "full_name": "jcwillox/lovelace-paper-buttons-row", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "89f168c", "last_release_tag": "1.0.0", "last_updated": "2022-01-21T02:33:13Z", "name": "lovelace-paper-buttons-row", "new": false, "repository_manifest": {"name": "Paper Buttons Row"}, "selected_tag": null, "show_beta": false, "stars": 117, "topics": ["actions", "buttons", "haptic", "home-assistant", "paper"], "version_installed": null, "last_fetched": 1643545557.871533}, "283578257": {"authors": [], "category": "plugin", "description": "A Lovelace Card for visualizing power distributions.", "domain": "", "downloads": 0, "etag_repository": "W/\"d7ccf59368393fecfb343f40a0c926846115b8884a76bdce932e9c8904f1229d\"", "full_name": "JonahKr/power-distribution-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f69a165", "last_release_tag": "v2.5.1", "last_updated": "2022-01-29T17:13:14Z", "name": "power-distribution-card", "new": false, "repository_manifest": {"name": "power-distribution-card", "render_readme": true, "content_in_root": false, "filename": "power-distribution-card.js"}, "selected_tag": null, "show_beta": false, "stars": 89, "topics": ["e3dc", "hacs", "homeassistant", "lovelace-card"], "version_installed": null, "last_fetched": 1643571259.579411}, "238802974": {"authors": [], "category": "plugin", "description": "HA Lovelace Card for iRobot Roomba Vacuum Cleaner leveraging the rest980 Docker Image", "domain": "", "downloads": 0, "etag_repository": "W/\"8ad53b0108ebab2d1bfa201586d5d25ea03b0f9c805686e0879f37dd3d31f810\"", "full_name": "jeremywillans/lovelace-roomba-vacuum-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "8a36879", "last_release_tag": "0.11", "last_updated": "2021-07-28T12:33:28Z", "name": "lovelace-roomba-vacuum-card", "new": false, "repository_manifest": {"name": "Roomba Vacuum Card", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 27, "topics": ["home-assistant", "home-assistant-frontend", "irobot", "irobot-roomba", "lovelace", "lovelace-custom-card", "lovelace-ui", "vacuum"], "version_installed": null, "last_fetched": 1643571259.440707}, "163446489": {"authors": [], "category": "plugin", "description": "Home Assistant Lovelace card card for the Entur public transport component.", "domain": "", "downloads": 0, "etag_repository": "W/\"e9eaad1b307854c4d9c99c5f72d71b3ed734d40a531099106a1c28cbc7cc5b70\"", "full_name": "jonkristian/entur-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "37b2a2e", "last_release_tag": null, "last_updated": "2022-01-27T09:42:11Z", "name": "entur-card", "new": false, "repository_manifest": {"name": "Entur Card", "render_readme": true, "filename": "entur-card.js"}, "selected_tag": null, "show_beta": false, "stars": 38, "topics": ["entur", "hacs", "home-assistant", "homeassistant", "lovelace", "transportation"], "version_installed": null, "last_fetched": 1643571259.759724}, "148520838": {"authors": [], "category": "plugin", "description": "Minimalistic media card for Home Assistant Lovelace UI", "domain": "", "downloads": 0, "etag_repository": "W/\"1a9ae49309bb703956dee786c4e7d2349b7cd0be5af74a62bd58ce8885c39203\"", "full_name": "kalkih/mini-media-player", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e5ac7b5", "last_release_tag": "v1.15.0", "last_updated": "2022-01-19T15:20:59Z", "name": "mini-media-player", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 1033, "topics": ["automation", "custom", "hacktoberfest", "hassio", "home-assistant", "homeassistant", "lovelace", "lovelace-ui", "media-player", "sonos"], "version_installed": null, "last_fetched": 1643571259.724483}, "172998062": {"authors": [], "category": "plugin", "description": "Minimalistic weather card for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"a82b0f04aed413b730d2f50cd76d5153aeb305f3c57cf37959ebb3a9590eb77b\"", "full_name": "kalkih/simple-weather-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e9e34a8", "last_release_tag": "v0.8.2", "last_updated": "2021-05-01T09:46:48Z", "name": "simple-weather-card", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 174, "topics": ["home-assistant", "home-automation", "homeassistant", "lovelace", "weather"], "version_installed": null, "last_fetched": 1641895795.894226}, "292008305": {"authors": [], "category": "plugin", "description": "A Home Assistant card for Steam integrations", "domain": "", "downloads": 0, "etag_repository": "W/\"f07a34dad2fafa4b7c851b8360e879099349baaf0f70713c8a43064d93de7b1d\"", "full_name": "Kibibit/kb-steam-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e794375", "last_release_tag": "v1.1.1", "last_updated": "2021-01-10T17:01:30Z", "name": "kb-steam-card", "new": false, "repository_manifest": {"name": "Steam Card", "render_readme": true, "filename": "kb-steam-card.js"}, "selected_tag": null, "show_beta": false, "stars": 17, "topics": ["card", "hacs", "home-assistant", "steam"], "version_installed": null, "last_fetched": 1643545557.933353}, "276636213": {"authors": [], "category": "plugin", "description": "Cover card with homekit style vertical position slider (best with panel-mode but normal-mode works also)", "domain": "", "downloads": 0, "etag_repository": "W/\"688a37de5f7e0a112ada3890962500013f86f6076a942a543d922baa334b72ff\"", "full_name": "konnectedvn/lovelace-vertical-slider-cover-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1b119b8", "last_release_tag": "v0.1.2", "last_updated": "2022-01-19T12:43:46Z", "name": "lovelace-vertical-slider-cover-card", "new": false, "repository_manifest": {"name": "Vertical Slider Cover Card", "render_readme": true, "filename": "vertical-slider-cover-card.js"}, "selected_tag": null, "show_beta": false, "stars": 31, "topics": ["card", "home-assistant", "lovelace"], "version_installed": null, "last_fetched": 1643571260.157959}, "290281267": {"authors": [], "category": "plugin", "description": "Make your Home Assistant browser fullscreen with one tap.", "domain": "", "downloads": 0, "etag_repository": "W/\"e7c061a5bc5f32d1918eb13bd773b7f16f30fcadd72674b26ac1b919a8a02809\"", "full_name": "KTibow/fullscreen-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f0b8016", "last_release_tag": "v0.7", "last_updated": "2021-12-30T17:18:35Z", "name": "fullscreen-card", "new": false, "repository_manifest": {"name": "Fullscreen Card", "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 19, "topics": ["card", "custom-card", "fullscreen", "hacktoberfest", "hacktoberfest2020", "hacs", "home-assistant", "homeassistant"], "version_installed": null, "last_fetched": 1641058185.651461}, "168570875": {"authors": [], "category": "plugin", "description": "fitbit-card for lovelace", "domain": "", "downloads": 0, "etag_repository": "W/\"a395e692cbf73cf10219b43ef9aca0aa0af7b0b18e3303876b33b39199aef483\"", "full_name": "ljmerza/fitbit-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9ead350", "last_release_tag": "1.1.1", "last_updated": "2020-07-10T20:55:32Z", "name": "fitbit-card", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 22, "topics": [], "version_installed": null, "last_fetched": 1642430776.097922}, "169783299": {"authors": [], "category": "plugin", "description": "Track your repo issues, starts, forks, and pull requests", "domain": "", "downloads": 0, "etag_repository": "W/\"e1a5335ca7eed3790109eb28e787d7d882ba160a9057b06d2fd0d444f42606df\"", "full_name": "ljmerza/github-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7e4c628", "last_release_tag": "1.4.1", "last_updated": "2020-01-13T23:55:00Z", "name": "github-card", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 10, "topics": [], "version_installed": null}, "197960232": {"authors": [], "category": "plugin", "description": "our groceries lovelace card", "domain": "", "downloads": 0, "etag_repository": "W/\"a4f2f56a30a14ae7413d956e7f8ed141ef515dfa955a2be21df046c3fdedf588\"", "full_name": "ljmerza/our-groceries-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "059b315", "last_release_tag": "1.6.1", "last_updated": "2021-04-28T00:16:13Z", "name": "our-groceries-card", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 24, "topics": [], "version_installed": null}, "168744428": {"authors": [], "category": "plugin", "description": "Control any light or switch entity", "domain": "", "downloads": 0, "etag_repository": "W/\"7326e6fa5b597f8a02519bb5b7a3e258cbc34ffd2a99b252aa6e9ff83f340ec7\"", "full_name": "ljmerza/light-entity-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "74cb554", "last_release_tag": "4.6.0", "last_updated": "2022-01-03T18:06:11Z", "name": "light-entity-card", "new": false, "repository_manifest": {"name": "Light Entity Card", "render_readme": true, "filename": "dist/light-entity-card.js"}, "selected_tag": null, "show_beta": false, "stars": 145, "topics": [], "version_installed": null, "last_fetched": 1643571260.440564}, "175727366": {"authors": [], "category": "plugin", "description": "Reddit Card for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"4a72289a9c5d5b8630e1c5635d522b0cc2379a437d71db32801000d5455df47a\"", "full_name": "ljmerza/reddit-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "11b0e51", "last_release_tag": "1.0.0", "last_updated": "2020-01-13T23:59:31Z", "name": "reddit-card", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": [], "version_installed": null}, "183499944": {"authors": [], "category": "plugin", "description": "Show Tracking Numbers from the Email Sensor for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"cf000f148973e1d2f4b3deb244fb21e17c66211398fc819a0d8c1781e145f2a3\"", "full_name": "ljmerza/tracking-number-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9317872", "last_release_tag": "1.3.0", "last_updated": "2021-01-11T23:15:17Z", "name": "tracking-number-card", "new": false, "repository_manifest": {"name": "Tracking Number Card", "render_readme": true, "filename": "dist/tracking-number-card.js"}, "selected_tag": null, "show_beta": false, "stars": 15, "topics": [], "version_installed": null}, "236945951": {"authors": [], "category": "plugin", "description": "Graph of Buienradars rain forecast ", "domain": "", "downloads": 0, "etag_repository": "W/\"a94afd4327cadbc0cdb7d9f160b4e9fa0c770ec2f462f0e41906ba20e3db9d79\"", "full_name": "lukevink/lovelace-buien-rain-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b806ecb", "last_release_tag": "0.0.4", "last_updated": "2020-05-01T14:26:54Z", "name": "lovelace-buien-rain-card", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 36, "topics": ["buienradar", "chartjs", "custom-card", "forecast", "graph", "home-assistant"], "version_installed": null, "last_fetched": 1643571260.643651}, "180464361": {"authors": [], "category": "plugin", "description": "show travel times for you travel time sensors", "domain": "", "downloads": 0, "etag_repository": "W/\"974e9ca79a720d0886c47fd0d915d72da8895a9d5ef0b4ef8eb1a3cd3311312f\"", "full_name": "ljmerza/travel-time-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "ef15306", "last_release_tag": "1.1.3", "last_updated": "2021-09-01T20:00:20Z", "name": "travel-time-card", "new": false, "repository_manifest": {"name": "Travel Time Card", "render_readme": true, "filename": "dist/travel-time-card.js"}, "selected_tag": null, "show_beta": false, "stars": 19, "topics": [], "version_installed": null}, "257005990": {"authors": [], "category": "plugin", "description": "Remote Control for LG TV WebOS", "domain": null, "downloads": 0, "etag_repository": "W/\"98bfa558f804c4e52be4db2c8795735968030f68886d5a11015acc70f001087c\"", "full_name": "madmicio/LG-WebOS-Remote-Control", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a2b8ff5", "last_release_tag": null, "last_updated": "2021-12-17T22:12:19Z", "name": "LG-WebOS-Remote-Control", "new": false, "repository_manifest": {"name": "LG WebOS Remote Control", "content_in_root": true, "filename": "lg-remote-control.js", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 185, "topics": [], "version_installed": null, "last_fetched": 1643545557.813469}, "257123327": {"authors": [], "category": "plugin", "description": "channel pad for LG TV Remote control", "domain": "", "downloads": 0, "etag_repository": "W/\"7d6ade350acc381af265f158c008e262406991dc016130790c34a35a897c0152\"", "full_name": "madmicio/channel-pad", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "abdbcc9", "last_release_tag": null, "last_updated": "2020-05-28T19:17:53Z", "name": "channel-pad", "new": false, "repository_manifest": {"name": "LG WebOS channel pad", "content_in_root": false, "filename": "card-channel-pad.js", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 10, "topics": ["channel-pad", "lg", "tv-remote"], "version_installed": null, "last_fetched": 1643545557.850343}, "187501032": {"authors": [], "category": "plugin", "description": "\ud83d\udcfa FireTV Remote Card", "domain": "", "downloads": 0, "etag_repository": "W/\"f4dac76ac45a9221d34d5a8ecb06c0fd360d59936be02f644cb28157f65ad0d6\"", "full_name": "marrobHD/firetv-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5c36a3a", "last_release_tag": "v0.2.1", "last_updated": "2021-12-12T13:49:55Z", "name": "firetv-card", "new": false, "repository_manifest": {"name": "FireTV Remote Card", "content_in_root": true}, "selected_tag": null, "show_beta": false, "stars": 18, "topics": ["custom-cards", "firetv-card", "hassio", "home-assistant", "home-assistant-custom", "home-assistant-frontend", "lovelace", "lovelace-card", "lovelace-firetv", "lovelace-ui"], "version_installed": null, "last_fetched": 1642430781.858178}, "188572845": {"authors": [], "category": "plugin", "description": "\ud83d\udd0a Rotel Remote Card", "domain": "", "downloads": 0, "etag_repository": "W/\"382510f7caa864b7d4f457c89ff0f09b7dcadd2732269cca656d9054adc4ece5\"", "full_name": "marrobHD/rotel-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5645333", "last_release_tag": "v.0.2.1", "last_updated": "2022-01-08T15:15:06Z", "name": "rotel-card", "new": false, "repository_manifest": {"name": "Rotel Remote Card", "content_in_root": true}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["custom-cards", "hassio", "home-assistant", "home-assistant-custom", "home-assistant-frontend", "home-assistant-rotel-card", "lovelace", "lovelace-card", "lovelace-ui"], "version_installed": null, "last_fetched": 1642851302.96475}, "187339794": {"authors": [], "category": "plugin", "description": "\ud83d\udcfa TV Remote Card", "domain": "", "downloads": 0, "etag_repository": "W/\"907a9756e4c52ee59787f89d220652bbd7a96066696718db4652a8eee4418579\"", "full_name": "marrobHD/tv-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d570124", "last_release_tag": "v0.2.0", "last_updated": "2021-12-12T15:32:18Z", "name": "tv-card", "new": false, "repository_manifest": {"name": "TV Remote Card", "content_in_root": true}, "selected_tag": null, "show_beta": false, "stars": 82, "topics": ["custom-cards", "hassio", "home-assistant", "home-assistant-custom", "home-assistant-frontend", "homeassistant-tv-card", "lovelace", "lovelace-card", "lovelace-ui", "tv-card"], "version_installed": null, "last_fetched": 1643572181.660266}, "275672933": {"authors": [], "category": "plugin", "description": "Select List Card displays an input_select entity as a list in lovelace", "domain": "", "downloads": 0, "etag_repository": "W/\"813e874a21b973fa39d4ba3f19c64de33410d2b315ea9ddebc7b40cf1f5ac74b\"", "full_name": "mattieha/select-list-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9446704", "last_release_tag": "v1.2.0", "last_updated": "2022-01-15T06:44:30Z", "name": "select-list-card", "new": false, "repository_manifest": {"name": "Select list Card", "render_readme": true, "domains": ["input_select"], "filename": "select-list-card.js"}, "selected_tag": null, "show_beta": false, "stars": 40, "topics": ["homeassistant", "lovelace", "lovelace-custom-card"], "version_installed": null, "last_fetched": 1643571260.999506}, "256292682": {"authors": [], "category": "plugin", "description": "Battery state card for Home Assistant", "domain": null, "downloads": 0, "etag_repository": "W/\"1e1e15ba0be388e6e3c4e8077021c8c70600041c48d222ded6c97e44fcf5b484\"", "full_name": "maxwroc/battery-state-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b6e141f", "last_release_tag": "v2.1.1", "last_updated": "2022-01-29T22:05:33Z", "name": "battery-state-card", "new": false, "repository_manifest": {"name": "Battery State Card / Entity Row", "content_in_root": false, "filename": "battery-state-card.js", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 366, "topics": ["battery", "hassio", "home-assistant", "lovelace-custom-card", "sensor"], "version_installed": null, "last_fetched": 1643545558.088353}, "183995552": {"authors": [], "category": "plugin", "description": "\u2194\ufe0f Swipe through Lovelace views on mobile.", "domain": "", "downloads": 0, "etag_repository": "W/\"e3f6f9cdc437921b0dfe34cf20cb2ac532eb9503fb24a00abdeb5297838fa990\"", "full_name": "maykar/lovelace-swipe-navigation", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "168e0e3", "last_release_tag": "1.3.6", "last_updated": "2021-09-28T16:11:56Z", "name": "lovelace-swipe-navigation", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 174, "topics": [], "version_installed": null, "last_fetched": 1643571260.956566}, "302895020": {"authors": [], "category": "plugin", "description": "Github stats card for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"9ae74e7b5ec143b6b1004fcc660acf626eb2aa78caa63692104324f2dae6713e\"", "full_name": "maxwroc/github-flexi-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "110771b", "last_release_tag": "v1.0.0", "last_updated": "2021-06-02T21:00:27Z", "name": "github-flexi-card", "new": false, "repository_manifest": {"name": "Github Flexi Card / Entity Row", "content_in_root": false, "filename": "github-flexi-card.js", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 17, "topics": ["card", "flexi", "github", "github-flexi-card", "home-assistant"], "version_installed": null, "last_fetched": 1643571260.995978}, "204049047": {"authors": [], "category": "plugin", "description": "A Home-Assistant Lovelace card which displays information from the openmensa-sensor.", "domain": "", "downloads": 0, "etag_repository": "W/\"2b39f540a53a8a1f5e9e0a4d3a9832079a2fea98c8d3475cf72719639d2f965c\"", "full_name": "Mofeywalker/openmensa-lovelace-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "924327a", "last_release_tag": null, "last_updated": "2019-08-23T19:16:54Z", "name": "openmensa-lovelace-card", "new": false, "repository_manifest": {"name": "OpenMensa Lovelace Card", "content_in_root": true}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": [], "version_installed": null}, "158654878": {"authors": [], "category": "plugin", "description": "A different take on the thermostat card for Home Assistant \u2668\ufe0f", "domain": null, "downloads": 0, "etag_repository": "W/\"205ff653a803325fa560d14f11d0bf30ed42bea2dbdff42b365a7ed3c150f540\"", "full_name": "nervetattoo/simple-thermostat", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "8acf593", "last_release_tag": "v2.4.3", "last_updated": "2022-01-22T03:18:40Z", "name": "simple-thermostat", "new": false, "repository_manifest": {"name": "Simple Thermostat", "homeassistant": "0.84.0", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 491, "topics": ["hassio", "home-assistant", "home-assistant-custom", "lovelace", "lovelace-ui", "polymer-3"], "version_installed": null, "last_fetched": 1643545558.123608}, "286270157": {"authors": [], "category": "plugin", "description": "HA Lovelace card for control of scheduler entities", "domain": "", "downloads": 0, "etag_repository": "W/\"b8c04130f6a0525b3a34c296f109c967c9c998f7212a60a751f65e578b14a0ff\"", "full_name": "nielsfaber/scheduler-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f1fb979", "last_release_tag": "v2.3.2", "last_updated": "2022-01-30T11:21:22Z", "name": "scheduler-card", "new": false, "repository_manifest": {"name": "Scheduler Card", "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 348, "topics": ["assistant", "automation", "card", "custom-card", "home", "home-assistant", "homeassistant", "lovelace", "schedule", "scheduler", "sunrise", "sunset", "week", "weekly"], "version_installed": null, "last_fetched": 1643571261.561179}, "238414582": {"authors": [], "category": "plugin", "description": "Custom Lovelace card for Warsaw public transport", "domain": "", "downloads": 0, "etag_repository": "W/\"12196cc892fbee362e1c3d34eebf2f745208e252986515c88ddf9ec306d9b85c\"", "full_name": "peetereczek/ztm-stop-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5dea9aa", "last_release_tag": null, "last_updated": "2020-12-20T14:51:31Z", "name": "ztm-stop-card", "new": false, "repository_manifest": {"name": "Custom Card for Warsaw ZTM Information", "country": ["PL"], "homeassistant": "0.100.0"}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": [], "version_installed": null}, "236127727": {"authors": [], "category": "plugin", "description": "A custom card which exposes Camect video streams via the Home Assistant Lovelace interface. To use this card, you MUST have already installed the Camect HACS integration.", "domain": "", "downloads": 0, "etag_repository": "W/\"f3b504af9277dd8492635fb97503dae9294e20b9cd5a8b61de1d3e0af9c29ef4\"", "full_name": "pfunkmallone/HACS-camect-custom_card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "321c001", "last_release_tag": "2020051001", "last_updated": "2020-05-15T18:42:57Z", "name": "HACS-camect-custom_card", "new": false, "repository_manifest": {"name": "Camect Camera Card", "filename": "HACS-camect-custom_card.js"}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": ["camect", "custom-card", "hacs", "home-assistant"], "version_installed": null}, "205261230": {"authors": [], "category": "plugin", "description": "This card displays provided Jinja2 template as an HTML content of a card. It uses exactly the same engine as Home Assistant in Developer tools.", "domain": "", "downloads": 0, "etag_repository": "W/\"c96aa62d921e54c7486a46679d4bd235da9aa11350042ed103d0118fc5f640f8\"", "full_name": "PiotrMachowski/Home-Assistant-Lovelace-HTML-Jinja2-Template-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3cbbd43", "last_release_tag": "v1.0.2", "last_updated": "2021-01-29T11:46:53Z", "name": "Home-Assistant-Lovelace-HTML-Jinja2-Template-card", "new": false, "repository_manifest": {"name": "HTML Jinja2 Template card", "filename": "html-template-card.js"}, "selected_tag": null, "show_beta": false, "stars": 25, "topics": ["home-assistant", "jinja2", "lovelace-card", "template"], "version_installed": null, "last_fetched": 1643571261.854921}, "218178802": {"authors": [], "category": "plugin", "description": "This card can show and hide a specific card on current device while not affecting other windows. It does not require any integration to run.", "domain": "", "downloads": 0, "etag_repository": "W/\"3f0db1f71b554bda23590885c9dab23c0b038611ff88c1914b8b23c94dcdd6b5\"", "full_name": "PiotrMachowski/Home-Assistant-Lovelace-Local-Conditional-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b3de1be", "last_release_tag": "v1.1.1", "last_updated": "2021-08-26T12:20:18Z", "name": "Home-Assistant-Lovelace-Local-Conditional-card", "new": false, "repository_manifest": {"name": "Local Conditional card", "filename": "local-conditional-card.js"}, "selected_tag": null, "show_beta": false, "stars": 27, "topics": ["home-assistant", "lovelace-card"], "version_installed": null}, "199546187": {"authors": [], "category": "plugin", "description": "This is a companion card for Google Keep sensor. It displays notes downloaded by integration in a friendly way, similar to Google Keep app.", "domain": "", "downloads": 0, "etag_repository": "W/\"f263cc2e4f95de63e1d31ae1cbe6027d5e7c30789e4ba5424ce57df0a9ee14d7\"", "full_name": "PiotrMachowski/lovelace-google-keep-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f944c93", "last_release_tag": "v1.2.0", "last_updated": "2021-10-27T01:22:05Z", "name": "lovelace-google-keep-card", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 32, "topics": ["home-assistant", "lovelace-card"], "version_installed": null, "last_fetched": 1643571261.912205}, "193372044": {"authors": [], "category": "plugin", "description": "This card provides a user-friendly way to fully control Xiaomi (Roborock/Viomi/Dreame/Roidmi) and Neato (+ possibly other) vacuums in Home Assistant.", "domain": null, "downloads": 0, "etag_repository": "W/\"7af1526885ba173648aa1704e7f2d8559b991a0dc2a37a98a7696a6026107ca1\"", "full_name": "PiotrMachowski/lovelace-xiaomi-vacuum-map-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "13d63b9", "last_release_tag": "v2.0.10", "last_updated": "2022-01-29T14:35:46Z", "name": "lovelace-xiaomi-vacuum-map-card", "new": false, "repository_manifest": {"name": "Xiaomi Vacuum Map Card", "render_readme": true, "filename": "xiaomi-vacuum-map-card.js"}, "selected_tag": null, "show_beta": false, "stars": 748, "topics": ["home-assistant", "home-automation", "homeassistant", "lovelace-card", "neato", "roborock", "vacuum", "xiaomi", "xiaomi-vacuum"], "version_installed": null, "last_fetched": 1643571262.303559}, "193408399": {"authors": [], "category": "plugin", "description": "This card displays provided data as an HTML content of a card.", "domain": "", "downloads": 0, "etag_repository": "W/\"89df29adda2067a4ad3b948b9f838db9f3614095953e53a5015a4d4262292fe8\"", "full_name": "PiotrMachowski/lovelace-html-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2bc79ab", "last_release_tag": "v1.0.0", "last_updated": "2021-01-29T11:47:28Z", "name": "lovelace-html-card", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 21, "topics": ["home-assistant", "lovelace-card"], "version_installed": null, "last_fetched": 1642430789.514634}, "197759180": {"authors": [], "category": "plugin", "description": "Quickly search for entities from a Lovelace card.", "domain": "", "downloads": 0, "etag_repository": "W/\"62349a84adcd8f31639f69ec621e1cd55a6bd3bbf35b5f2000c1d3d25d57916b\"", "full_name": "postlund/search-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "096c038", "last_release_tag": null, "last_updated": "2021-07-26T16:14:39Z", "name": "search-card", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 78, "topics": [], "version_installed": null, "last_fetched": 1641217426.22358}, "186765704": {"authors": [], "category": "plugin", "description": "A fluffy banner card for Home Assistant \ud83e\udd70", "domain": "", "downloads": 0, "etag_repository": "W/\"0d14c974a8f03292d773f3303d09fb26d41a5ad6a3b81910df52c347c4346ab6\"", "full_name": "nervetattoo/banner-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c2df3d1", "last_release_tag": "0.13.0", "last_updated": "2021-11-12T16:37:35Z", "name": "banner-card", "new": false, "repository_manifest": {"homeassistant": "0.100.0", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 431, "topics": ["custom-cards", "hassio", "home-assistant", "home-assistant-custom", "home-assistant-frontend", "lovelace", "lovelace-ui"], "version_installed": null, "last_fetched": 1642851313.401472}, "142051833": {"authors": [], "category": "plugin", "description": "\ud83d\udcd0 Home Assistant Card: Similar to vertical/horizontal-stack, but removes card borders", "domain": "", "downloads": 0, "etag_repository": "W/\"0e4b6e2387d25a611eceb38e661e8692fefff59881e8b19dbde7836e7472bca2\"", "full_name": "ofekashery/vertical-stack-in-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "02177cc", "last_release_tag": "v0.4.2", "last_updated": "2021-10-26T18:21:41Z", "name": "vertical-stack-in-card", "new": false, "repository_manifest": {"name": "Vertical Stack In Card", "render_readme": true, "filename": "vertical-stack-in-card.js"}, "selected_tag": null, "show_beta": false, "stars": 619, "topics": ["hacktoberfest", "homeassistant", "lovelace", "lovelace-ui"], "version_installed": null, "last_fetched": 1643571261.595906}, "260940136": {"authors": [], "category": "plugin", "description": "Weather condition card (Lovelace) for Home Assistant.", "domain": "", "downloads": 0, "etag_repository": "W/\"2c1f9e658634acab6deea77581741e74f72b11fa7509f7fc2af6c9c3ef713dc7\"", "full_name": "r-renato/ha-card-weather-conditions", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9bb2992", "last_release_tag": "1.9.12", "last_updated": "2021-01-29T18:11:03Z", "name": "ha-card-weather-conditions", "new": false, "repository_manifest": {"name": "HA (Lovelace) Card Weather Conditions", "domains": ["weather"], "render_readme": false, "filename": "ha-card-weather-conditions.js"}, "selected_tag": null, "show_beta": false, "stars": 85, "topics": ["card", "home-assistant", "home-assistant-hacs", "lovelace", "weather-conditions"], "version_installed": null, "last_fetched": 1643571262.520612}, "215037975": {"authors": [], "category": "plugin", "description": "Home Assistant Lovelace card for Waze Travel Time Sensor", "domain": "", "downloads": 0, "etag_repository": "W/\"18781f8d06f86860636eb0a328b0b2f4624425779d9c33f98f56fdf02874832a\"", "full_name": "r-renato/ha-card-waze-travel-time", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "038f2a8", "last_release_tag": null, "last_updated": "2020-05-15T12:43:51Z", "name": "ha-card-waze-travel-time", "new": false, "repository_manifest": {"name": "HA (Lovelace) Card Waze Travel Time", "domains": ["plugin"]}, "selected_tag": null, "show_beta": false, "stars": 29, "topics": ["hacs", "home-assistant", "home-assistant-hacs", "lovelace-card"], "version_installed": null}, "289188530": {"authors": [], "category": "plugin", "description": "Home assistant power card mimicking the one tesla provides for the powerwall app.", "domain": "", "downloads": 0, "etag_repository": "W/\"2cd67a148cf6dbe32c7a8d6236db2532f5f7f7c733c92e5ff1ec40c131256da8\"", "full_name": "reptilex/tesla-style-solar-power-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b46b1fb", "last_release_tag": "1.2.4", "last_updated": "2021-12-03T08:23:41Z", "name": "tesla-style-solar-power-card", "new": false, "repository_manifest": {"name": "Tesla style solar power card", "content_in_root": true, "filename": "tesla-style-solar-power-card.js", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 97, "topics": ["battery", "card", "eletric-car", "homeassistant", "lovelace", "power", "solar-energy"], "version_installed": null, "last_fetched": 1643571262.676279}, "197715418": {"authors": [], "category": "plugin", "description": "A Home Assistant Lovelace card to report MiFlora plant sensors based on the HA Plant Card.", "domain": "", "downloads": 0, "etag_repository": "W/\"53c04921abac38eab330e6bae7b1f18bcca046dd18917aec4dc8c414eaaf8848\"", "full_name": "RodBr/miflora-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "889ee81", "last_release_tag": "0.1.0", "last_updated": "2020-06-06T04:43:54Z", "name": "miflora-card", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 16, "topics": [], "version_installed": null, "last_fetched": 1641058203.086864}, "216008446": {"authors": [], "category": "plugin", "description": "Logbook card for Home Assistant UI Lovelace", "domain": "", "downloads": 0, "etag_repository": "W/\"44f71b0ca397705e85ccde6bc6a9da0cf89c8a8b38b892e1f0109b72f369fb32\"", "full_name": "royto/logbook-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "982a37a", "last_release_tag": "1.4.1", "last_updated": "2021-09-08T20:09:56Z", "name": "logbook-card", "new": false, "repository_manifest": {"name": "Logbook Card", "filename": "logbook-card.js"}, "selected_tag": null, "show_beta": false, "stars": 70, "topics": ["custom-card", "hacs", "home-assistant", "lovelace"], "version_installed": null, "last_fetched": 1642430794.018492}, "279157206": {"authors": [], "category": "plugin", "description": "Water Heater card for Home Assistant's Lovelace UI", "domain": "", "downloads": 0, "etag_repository": "W/\"ddee77d3622bb42c14be8de76e8b63c47273403c958081ed79fbf5c7786124a7\"", "full_name": "rsnodgrass/water-heater-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "56e1c3f", "last_release_tag": "0.0.2", "last_updated": "2021-05-10T22:20:50Z", "name": "water-heater-card", "new": false, "repository_manifest": {"name": "Water Heater Card", "render_readme": true, "content_in_root": false, "homeassistant": "0.81.0", "filename": "water-heater-card.js"}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["hacs", "home-assistant", "lovelace"], "version_installed": null}, "241706284": {"authors": [], "category": "plugin", "description": "Custom, \"neumorphism\" Lovelace card", "domain": "", "downloads": 0, "etag_repository": "W/\"e9b184e703432d474a12ccebca8f890a755af96e246f3f45bc18839ad200b784\"", "full_name": "Savjee/button-text-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "426229c", "last_release_tag": null, "last_updated": "2020-12-17T08:00:02Z", "name": "button-text-card", "new": false, "repository_manifest": {"name": "Button Text Card", "render_readme": true, "filename": "button-text-card.js"}, "selected_tag": null, "show_beta": false, "stars": 77, "topics": ["home-assistant", "lovelace-card", "templating", "typescript"], "version_installed": null, "last_fetched": 1642430795.670665}, "237532750": {"authors": [], "category": "plugin", "description": "A Home Assistant Lovelace Care for Harmony Integration", "domain": null, "downloads": 0, "etag_repository": "W/\"4e82aadd38855d40844cd6414bc714770f884c444efa1799df2f8eb181fd3617\"", "full_name": "sbryfcz/harmony-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "dc46d1e", "last_release_tag": "v0.14.1", "last_updated": "2021-11-10T15:51:07Z", "name": "harmony-card", "new": false, "repository_manifest": {"name": "Harmony Card", "render_readme": true, "filename": "harmony-card.js"}, "selected_tag": null, "show_beta": false, "stars": 76, "topics": [], "version_installed": null, "last_fetched": 1643545558.111391}, "259126760": {"authors": [], "category": "plugin", "description": "Honeycomb menu is a Home Assistant module (not a card) that can be applied to any lovelace card. When activated by the defined action on said card, the module will display a 'rounded' list of honeycomb buttons with an optional XY pad to make interfacing with lovelace more fluent", "domain": "", "downloads": 0, "etag_repository": "W/\"0e850ea4f363f6debc10bacb1a813ad646451094f8fe9fd698e820e3df7b22a3\"", "full_name": "Sian-Lee-SA/honeycomb-menu", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "352cd65", "last_release_tag": "0.10.0", "last_updated": "2021-08-22T01:15:31Z", "name": "honeycomb-menu", "new": false, "repository_manifest": {"name": "Honeycomb Menu", "render_readme": true, "filename": "honeycomb-menu.js"}, "selected_tag": null, "show_beta": false, "stars": 88, "topics": ["home-assistant", "home-assistant-frontend", "lovelace-module", "lovelace-ui", "menu", "module"], "version_installed": null, "last_fetched": 1643571262.752661}, "202874270": {"authors": [], "category": "plugin", "description": "Sets the background of your Home Assistant to match the entity picture of a media player", "domain": "", "downloads": 0, "etag_repository": "W/\"c75bab0525250257ca55eedae7e9855554daffac385af21f3c936b5d315b03aa\"", "full_name": "TheLastProject/lovelace-media-art-background", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d5137b0", "last_release_tag": null, "last_updated": "2021-04-14T16:38:05Z", "name": "lovelace-media-art-background", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 16, "topics": [], "version_installed": null}, "284283867": {"authors": [], "category": "plugin", "description": "A custom card for Home Assistant that will display images and/or videos from a folder in the style of a gallery. ", "domain": "", "downloads": 0, "etag_repository": "W/\"ab9cac5536a47d2f2ee2d7fee25b8b0a1c803074f24184d5ceaf2d1a801d48a0\"", "full_name": "TarheelGrad1998/gallery-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5fc152d", "last_release_tag": "3.3.1", "last_updated": "2022-01-20T20:51:25Z", "name": "gallery-card", "new": false, "repository_manifest": {"name": "Gallery Card", "filename": "gallery-card.js", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 42, "topics": ["gallery", "gallery-card", "home-assistant", "images", "videos"], "version_installed": null, "last_fetched": 1643571263.182555}, "191580766": {"authors": [], "category": "plugin", "description": "Turn on lights based on light_profiles.csv", "domain": "", "downloads": 0, "etag_repository": "W/\"34bdb30fc8138e3c0ffb9eafde7bc8070745fce291c77558b7349a0cb60eff23\"", "full_name": "tcarlsen/lovelace-light-with-profiles", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "0110446", "last_release_tag": "2.3.0", "last_updated": "2020-04-02T14:22:23Z", "name": "lovelace-light-with-profiles", "new": false, "repository_manifest": {"name": "Light with profiles", "content_in_root": true, "filename": "light-with-profiles.js", "homeassistant": "0.100.0"}, "selected_tag": null, "show_beta": false, "stars": 52, "topics": ["custom-card", "home-assistant", "home-assistant-frontend", "light", "light-profiles", "lovelace", "lovelace-card", "profiles"], "version_installed": null}, "236317072": {"authors": [], "category": "plugin", "description": "Generalized Lovelace pie chart card", "domain": "", "downloads": 0, "etag_repository": "W/\"303f0eaf801a9bcd58bf6d1a9a4b50bd12eae07a90350674974d4af7f7fbe158\"", "full_name": "sdelliot/pie-chart-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "03a951f", "last_release_tag": null, "last_updated": "2020-03-07T21:19:19Z", "name": "pie-chart-card", "new": false, "repository_manifest": {"name": "Pie Chart Card", "content_in_root": true, "filename": "pie-chart-card.js", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 10, "topics": [], "version_installed": null}, "203036108": {"authors": [], "category": "plugin", "description": "Draws the map available from a Xiaomi Vacuum cleaner flashed with Valetudo in a Home Assistant Lovelace card", "domain": null, "downloads": 0, "etag_repository": "W/\"77fe80d06332a16f9f368ae62bc03a0d6a9fe27c2135acffc9d5ce677a34a677\"", "full_name": "TheLastProject/lovelace-valetudo-map-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f9134ee", "last_release_tag": "v2022.01.2", "last_updated": "2022-01-09T20:54:21Z", "name": "lovelace-valetudo-map-card", "new": false, "repository_manifest": {"name": "Valetudo Map Card", "content_in_root": true, "filename": "valetudo-map-card.js", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 126, "topics": ["hacktoberfest", "hacs", "home-assistant", "homeassistant", "lovelace", "valetudo"], "version_installed": null, "last_fetched": 1643545558.630588}, "167744584": {"authors": [], "category": "plugin", "description": "\ud83d\udd39Automatically populate the entities-list of lovelace cards", "domain": "", "downloads": 0, "etag_repository": "W/\"f902f81424192bb42b97964dacaef9f0bd33f83e0f4def7bed1fc0508243895f\"", "full_name": "thomasloven/lovelace-auto-entities", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9961ee0", "last_release_tag": "1.9.1", "last_updated": "2022-01-12T10:51:33Z", "name": "lovelace-auto-entities", "new": false, "repository_manifest": {"name": "auto-entities", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 546, "topics": [], "version_installed": null, "last_fetched": 1643571263.55225}, "281453608": {"authors": [], "category": "plugin", "description": "\ud83d\udd39 Place badges anywhere in the lovelace layout", "domain": "", "downloads": 0, "etag_repository": "W/\"5fd9599214caf624b24c005ceeac4caae9f2b94573c7b3ba751f1f5e70cc2839\"", "full_name": "thomasloven/lovelace-badge-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5bf6f72", "last_release_tag": null, "last_updated": "2021-06-29T13:39:38Z", "name": "lovelace-badge-card", "new": false, "repository_manifest": {"name": "badge-card", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 32, "topics": ["home-assistant"], "version_installed": null, "last_fetched": 1642851322.34714}, "190927524": {"authors": [], "category": "plugin", "description": "\ud83d\udd39 Add CSS styles to (almost) any lovelace card", "domain": "", "downloads": 0, "etag_repository": "W/\"57cad0803323e0ea6ab94f9039238fc31d2fe091f5cfea70cc10403c5d222176\"", "full_name": "thomasloven/lovelace-card-mod", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "94d4fbc", "last_release_tag": "3.1.1", "last_updated": "2022-01-04T05:55:18Z", "name": "lovelace-card-mod", "new": false, "repository_manifest": {"name": "card-mod", "homeassistant": "0.98.0"}, "selected_tag": null, "show_beta": false, "stars": 420, "topics": [], "version_installed": null, "last_fetched": 1643571263.567337}, "161403328": {"authors": [], "category": "plugin", "description": "\ud83d\udd39A collection of tools for other lovelace plugins to use", "domain": null, "downloads": 0, "etag_repository": "W/\"74a9fa156d39c6a27bd87d5012426635017c04d5cbf828437aeb787f4be38cd8\"", "full_name": "thomasloven/lovelace-card-tools", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "477f3d4", "last_release_tag": "11", "last_updated": "2021-04-30T12:06:43Z", "name": "lovelace-card-tools", "new": false, "repository_manifest": {"name": "card-tools", "homeassistant": "0.100.0"}, "selected_tag": null, "show_beta": false, "stars": 177, "topics": [], "version_installed": null, "last_fetched": 1643545558.742725}, "150781994": {"authors": [], "category": "plugin", "description": "\ud83d\udd39 A foldable row for entities card, containing other rows", "domain": "", "downloads": 0, "etag_repository": "W/\"ab22351aacbc97f07f54b4eedb00cd7557d3d72286921713c21ebee5a5afa562\"", "full_name": "thomasloven/lovelace-fold-entity-row", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "609ad3b", "last_release_tag": "2.0.15", "last_updated": "2022-01-30T01:11:15Z", "name": "lovelace-fold-entity-row", "new": false, "repository_manifest": {"name": "fold-entity-row", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 338, "topics": [], "version_installed": null, "last_fetched": 1643571263.659623}, "249942054": {"authors": [], "category": "plugin", "description": "\ud83d\udd39 Use built-in elements in the wrong place", "domain": "", "downloads": 0, "etag_repository": "W/\"24fdc8521b47aef467219017928a37246e26f44d5849fb6a4a8e3456384f1203\"", "full_name": "thomasloven/lovelace-hui-element", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "77c482c", "last_release_tag": null, "last_updated": "2021-11-19T10:30:35Z", "name": "lovelace-hui-element", "new": false, "repository_manifest": {"name": "hui-element", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 50, "topics": [], "version_installed": null, "last_fetched": 1643571263.65028}, "156434866": {"authors": [], "category": "plugin", "description": "\ud83d\udd39 Get more control over the placement of lovelace cards.", "domain": "", "downloads": 0, "etag_repository": "W/\"2139e03d6914f24f7f9bb9ed230e59e7ec3fc8c09c4b28e4392d25394de4d8fc\"", "full_name": "thomasloven/lovelace-layout-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "866284a", "last_release_tag": "2.3.1", "last_updated": "2022-01-25T08:40:13Z", "name": "lovelace-layout-card", "new": false, "repository_manifest": {"name": "layout-card", "render_readme": true, "homeassistant": "2021.8.0"}, "selected_tag": null, "show_beta": false, "stars": 472, "topics": [], "version_installed": null, "last_fetched": 1643571263.796891}, "231674882": {"authors": [], "category": "plugin", "description": "\ud83d\udd39 Display whatever you want in an entities card row.", "domain": "", "downloads": 0, "etag_repository": "W/\"eca33899fa237167a9a3f3d785072bc0777ef55796eca453b15ca561b065df89\"", "full_name": "thomasloven/lovelace-template-entity-row", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3c7d493", "last_release_tag": "1.3.0", "last_updated": "2021-06-26T18:46:48Z", "name": "lovelace-template-entity-row", "new": false, "repository_manifest": {"name": "template-entity-row", "render_readme": true, "homeassistant": "0.107.0b1"}, "selected_tag": null, "show_beta": false, "stars": 90, "topics": [], "version_installed": null, "last_fetched": 1643571263.923695}, "158756598": {"authors": [], "category": "plugin", "description": "\ud83d\udd39Dynamically replace lovelace cards depending on occasion", "domain": "", "downloads": 0, "etag_repository": "W/\"940e45aa79ec79a9143495f1595361cc97935665e9b54c540ca6df3be51b96bc\"", "full_name": "thomasloven/lovelace-state-switch", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "8a7c611", "last_release_tag": "1.9.1", "last_updated": "2022-01-04T12:58:23Z", "name": "lovelace-state-switch", "new": false, "repository_manifest": {"name": "state-switch", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 197, "topics": [], "version_installed": null, "last_fetched": 1643571263.840804}, "144899700": {"authors": [], "category": "plugin", "description": "\ud83d\udd39 Add sliders to entity cards", "domain": null, "downloads": 0, "etag_repository": "W/\"0766c21922ed3e096fb7ae5b6a4314b8bcaf43e7a74b3ba999365a3bc4ccd2fe\"", "full_name": "thomasloven/lovelace-slider-entity-row", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3587bef", "last_release_tag": "17.2.1", "last_updated": "2021-11-04T16:04:59Z", "name": "lovelace-slider-entity-row", "new": false, "repository_manifest": {"name": "slider-entity-row", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 580, "topics": [], "version_installed": null, "last_fetched": 1643571263.859636}, "180528950": {"authors": [], "category": "plugin", "description": "\ud83d\udd39 Display the more-info dialog of any entity as a lovelace card", "domain": "", "downloads": 0, "etag_repository": "W/\"b1c0b7586b043df589cf7a23de895c6af78b1f074854107379a1798d7aeda658\"", "full_name": "thomasloven/lovelace-more-info-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c0a9c94", "last_release_tag": null, "last_updated": "2021-06-29T21:53:45Z", "name": "lovelace-more-info-card", "new": false, "repository_manifest": {"name": "more-info-card", "render_readme": true, "homeassistant": "0.113"}, "selected_tag": null, "show_beta": false, "stars": 58, "topics": [], "version_installed": null, "last_fetched": 1642184478.948907}, "286038496": {"authors": [], "category": "plugin", "description": "A Lovelace card that shows a directional indicator on a compass for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"47560eac49fc1286ef80e7c63a67810e0deb585e253143fd087fbebcfca3893d\"", "full_name": "tomvanswam/compass-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "fbe7dfe", "last_release_tag": "v1.4.0", "last_updated": "2022-01-18T05:08:22Z", "name": "compass-card", "new": false, "repository_manifest": {"name": "Compass Card", "render_readme": true, "filename": "compass-card.js"}, "selected_tag": null, "show_beta": false, "stars": 61, "topics": ["compass", "hacs", "home-assistant", "lovelace-card"], "version_installed": null, "last_fetched": 1642520515.027511}, "264796130": {"authors": [], "category": "plugin", "description": "Pandora lovelace card for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"f69ceb715f8892c54d64f2541a8d93caf430ddf8669ca6cdc44f1050219fdc44\"", "full_name": "turbulator/pandora-cas-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "32ad046", "last_release_tag": "0.2", "last_updated": "2020-10-03T15:41:00Z", "name": "pandora-cas-card", "new": false, "repository_manifest": {"name": "Pandora CAS card", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["home-assistant", "lovelace-custom-card", "pandora"], "version_installed": null}, "197245179": {"authors": [], "category": "plugin", "description": "Lovelace card for hass-aarlo integration.", "domain": "", "downloads": 0, "etag_repository": "W/\"843549d79890beb8d7950775a3efd02b5e7fa20080267f65a9fdb8a7eaa0bfb6\"", "full_name": "twrecked/lovelace-hass-aarlo", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "8182174", "last_release_tag": "v0.2.0b5", "last_updated": "2021-08-11T03:14:55Z", "name": "lovelace-hass-aarlo", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 41, "topics": ["arlo", "camera", "homeassistant", "lovelace-card", "streaming"], "version_installed": null, "last_fetched": 1643571264.636705}, "223008910": {"authors": [], "category": "plugin", "description": "Custom Sidebar for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"93f93396affaedd5a4d6eeec76afb82eb6949cb1cabe4ab9d5351959d6a3c0a9\"", "full_name": "Villhellm/custom-sidebar", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3ed0a8f", "last_release_tag": "v0.2.2", "last_updated": "2021-03-15T16:47:47Z", "name": "custom-sidebar", "new": false, "repository_manifest": {"name": "Custom Sidebar", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 90, "topics": ["custom", "hacktoberfest", "sidebar"], "version_installed": null, "last_fetched": 1641895830.98078}, "283542587": {"authors": [], "category": "plugin", "description": "Basic analog clock for Lovelace", "domain": "", "downloads": 0, "etag_repository": "W/\"0cf1d32c7d395d5d404b22408dd6e551204a9a533abe6fd61e26b7e09f9e89c4\"", "full_name": "Villhellm/lovelace-clock-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7a89550", "last_release_tag": "v0.4.1", "last_updated": "2020-11-24T17:31:42Z", "name": "lovelace-clock-card", "new": false, "repository_manifest": {"name": "Lovelace Clock Card", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 35, "topics": ["analog", "clock", "hacktoberfest", "lovelace"], "version_installed": null}, "202743061": {"authors": [], "category": "plugin", "description": "Animated backgrounds for lovelace ", "domain": "", "downloads": 0, "etag_repository": "W/\"a536927bd8351da0fca81f9c053e2e7d91c79d106b8ba1dbf3476c896f8a2076\"", "full_name": "Villhellm/lovelace-animated-background", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "cbacf95", "last_release_tag": "v0.6.3", "last_updated": "2020-11-26T03:49:25Z", "name": "lovelace-animated-background", "new": false, "repository_manifest": {"name": "Lovelace Animated Background", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 123, "topics": ["animated", "background", "hacktoberfest"], "version_installed": null, "last_fetched": 1641217445.659105}, "259904390": {"authors": [], "category": "plugin", "description": "A custom lovelace card for the custom Jumbo component.", "domain": "", "downloads": 0, "etag_repository": "W/\"1ead81ddc1456d55c47b22a30cf46f2795ffddbb4dd95012d2cac0ad4faf8a19\"", "full_name": "Voxxie/lovelace-jumbo-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7d5b2e7", "last_release_tag": "v0.2.1", "last_updated": "2020-05-04T10:11:59Z", "name": "lovelace-jumbo-card", "new": false, "repository_manifest": {"name": "Jumbo Card", "filename": "jumbo-card.js"}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["home-assistant", "jumbo", "lovelace-card", "lovelace-custom-card"], "version_installed": null}, "245832290": {"authors": [], "category": "netdaemon", "description": "Create a notification when there is an update available in HACS", "domain": "HacsNotifyOnUpdate", "downloads": 0, "etag_repository": "W/\"cf46d1f2304fe3d42d15fb2365cad5c71e3a197c202029f478e98885d3805eef\"", "full_name": "hacs/ND-NotifyUpdates", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1af01e5", "last_release_tag": "0.1.2", "last_updated": "2020-10-30T23:55:11Z", "name": "HacsNotifyOnUpdate", "new": false, "repository_manifest": {"name": "HACS Update Notifications", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": ["automation", "hacktoberfest", "hacs", "home-assistant", "netdaemon"], "version_installed": null}, "247953716": {"authors": [], "category": "netdaemon", "description": "Takes snapshots of your cameras and sends to discord", "domain": "MotionSnapshot", "downloads": 0, "etag_repository": "W/\"f213b3665803a8c12e0547298d00a145da60cd7922460cbb1084722e21504bcb\"", "full_name": "isabellaalstrom/ND-MotionSnapshot", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7fc4b01", "last_release_tag": "0.0.1", "last_updated": "2020-07-31T06:41:24Z", "name": "MotionSnapshot", "new": false, "repository_manifest": {"name": "Motion Snapshots to Discord", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": ["automation", "camera", "cameras", "discord", "hacs", "home-assistant", "netdaemon", "security", "snapshot"], "version_installed": null}, "299431188": {"authors": [], "category": "netdaemon", "description": "ITach Wifi2IR daemon - send commands to IR operated devices", "domain": "Wifi2IrApp", "downloads": 0, "etag_repository": "W/\"e323aa9e7ce0c6ce029cb15ca05f1e40be1f39b2866dc9d7c8792fd9f7473142\"", "full_name": "LiranSX/NetDaemon-ITach-Wifi2IR", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "0bda03e", "last_release_tag": null, "last_updated": "2020-09-29T22:45:11Z", "name": "Wifi2IrApp", "new": false, "repository_manifest": {"name": "Home Assistant to ITach Wifi2IR", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": ["automation", "csharp", "hacs", "home-assistant", "itach", "netdaemon", "wifi2ir"], "version_installed": null}, "198460710": {"authors": [], "category": "python_script", "description": "A python script for Homeassistant that counts down the days to birthdays, anniversaries etc", "domain": "", "downloads": 0, "etag_repository": "W/\"1d1c5c2b110edc96d786ef2fdfa0625e680e58a5ab1e5edda84e49fe9667df11\"", "full_name": "mf-social/ps-date-countdown", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "bd6ceaa", "last_release_tag": "v6.0", "last_updated": "2021-05-15T02:00:07Z", "name": "ps-date-countdown", "new": false, "repository_manifest": {"name": "Date Countdown"}, "selected_tag": null, "show_beta": false, "stars": 19, "topics": ["python", "python-script", "home-assistant", "homeassistant", "hacs"], "version_installed": null}, "258712314": {"authors": [], "category": "python_script", "description": "A python script for Home Assistant that control fan speed with Fan Template and Broadlink.", "domain": "", "downloads": 0, "etag_repository": "W/\"6d57b1c503f1da8ced3c145a7838e5de5fde0e8d75cd80e99639b73b226739b5\"", "full_name": "iml885203/HA-FanSpeedControl", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "fecb3a8", "last_release_tag": "v1.5.2", "last_updated": "2021-05-11T10:47:11Z", "name": "HA-FanSpeedControl", "new": false, "repository_manifest": {"name": "Fan Speed Control", "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": ["python", "python-script", "home-assistant", "homeassistant", "hacs"], "version_installed": null}, "194319685": {"authors": [], "category": "python_script", "description": "Script that adds MQTT discovery support for Shellies devices", "domain": "", "downloads": 0, "etag_repository": "W/\"c085a321639587be396940899e43a49d9cb41168ccbb7d3ebcaed898ae6eda52\"", "full_name": "bieniu/ha-shellies-discovery", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "53b58b0", "last_release_tag": "0.40.0", "last_updated": "2021-07-29T12:53:26Z", "name": "ha-shellies-discovery", "new": false, "repository_manifest": {"name": "Shellies Discovery", "homeassistant": "2021.6.0", "zip_release": true, "filename": "shellies-discovery.zip"}, "selected_tag": null, "show_beta": false, "stars": 137, "topics": ["python", "mqtt", "python-script", "discovery", "home-assistant", "shelly"], "version_installed": null}, "233093604": {"authors": [], "category": "python_script", "description": "merge master/slave device trackers", "domain": "", "downloads": 0, "etag_repository": "W/\"103983e547487bd05d408d114a9a78a3bcc65066d4685d195932a524abfc1104\"", "full_name": "kodi1/tracker_merge", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3c517e9", "last_release_tag": null, "last_updated": "2021-04-21T19:05:19Z", "name": "tracker_merge", "new": false, "repository_manifest": {"name": "kodi1/tracker_merge", "render_readme": "true", "country": ["NO"]}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": ["python", "tracking", "python-script", "home-assistant", "hacs"], "version_installed": null}, "246406566": {"authors": [], "category": "python_script", "description": "Python script to update climate devices", "domain": "", "downloads": 0, "etag_repository": "W/\"b7c5684c9099c2bfce08cef9abf3590d7fd5b04c4ea96137696a356cbcbe07a0\"", "full_name": "Santobert/HA-UpdateClimate", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "73e488b", "last_release_tag": "2.0.3", "last_updated": "2021-03-30T17:22:29Z", "name": "HA-UpdateClimate", "new": false, "repository_manifest": {"name": "UpdateClimate", "render_readme": true, "domains": "climate", "homeassistant": "0.47.0"}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": ["climate", "scheduler", "python-script", "home-assistant", "hvac", "preset", "hacs"], "version_installed": null}, "194381263": {"authors": [], "category": "python_script", "description": "This script updates Z-Wave thermostat entity state and current temperature from external sensor", "domain": "", "downloads": 0, "etag_repository": "W/\"52abc876d0372b8612ae0d4bb1c4d9302e774b316a414a2733a508adb3f3e61f\"", "full_name": "bieniu/ha-thermostat-update", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "08d0fc6", "last_release_tag": "0.3.5", "last_updated": "2020-04-28T06:54:52Z", "name": "ha-thermostat-update", "new": false, "repository_manifest": {"name": "Thermostat Update"}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": ["python", "python-script", "thermostat", "home-assistant", "z-wave"], "version_installed": null}, "240900380": {"authors": [], "category": "python_script", "description": "Python script to handle state and attributes of existing sensors and entities", "domain": "", "downloads": 0, "etag_repository": "W/\"7f35fd804da3ba6e1044c7ea6e4e6daa5c0b89589a24ade5712bfeeed18cf58d\"", "full_name": "pmazz/ps_hassio_entities", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5a14ea2", "last_release_tag": "v1.1.0", "last_updated": "2021-03-07T22:15:32Z", "name": "ps_hassio_entities", "new": false, "repository_manifest": {"name": "Entities Script", "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 17, "topics": ["python", "python-script", "home-assistant", "hacs"], "version_installed": null}, "313269367": {"authors": [], "category": "plugin", "description": "Replace the history graph colors with a material design color palette.", "domain": "", "downloads": 0, "etag_repository": "W/\"212092c29f3ec16b74ef285c97b11b98fda6487be1e379fa2e0ffdceac2d42f4\"", "full_name": "Kibibit/kb-better-graph-colors", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "bf18c68", "last_release_tag": "v1.1.0", "last_updated": "2021-02-16T18:58:53Z", "name": "kb-better-graph-colors", "new": false, "repository_manifest": {"name": "kibibit Better Graph Colors", "render_readme": true, "filename": "kb-better-graph-colors.js"}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": ["color-scheme", "graphs", "hacs", "home-assistant", "palette"], "version_installed": null}, "312649007": {"authors": [], "category": "python_script", "description": "A python script for Home Assistant that counts down the days to reminder", "domain": "", "downloads": 0, "etag_repository": "W/\"06940d7d5711f8ef4e782a027965095d4662b6874a9984429f0c28a1033089a5\"", "full_name": "eyalcha/ha-reminder", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "ed737c2", "last_release_tag": "1.0.7", "last_updated": "2020-12-20T21:07:41Z", "name": "ha-reminder", "new": false, "repository_manifest": {"name": "Reminder"}, "selected_tag": null, "show_beta": false, "stars": 11, "topics": ["home-assistant", "python-scripts", "hacs"], "version_installed": null}, "308883876": {"authors": [], "category": "plugin", "description": "Custom card for bluetooth bulb (BLE light) control for Homeassistant", "domain": "", "downloads": 0, "etag_repository": "W/\"4043b4b32210ed8eba426b5902649c1ff69d318393432d3bc7758e01d3b0d3b9\"", "full_name": "marcomow/ble-bulb-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9cf1266", "last_release_tag": "v0.1.0", "last_updated": "2021-11-05T19:42:44Z", "name": "ble-bulb-card", "new": false, "repository_manifest": {"name": "BLE bulb card", "content_in_root": true, "filename": "ble-bulb-card.js", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["ble", "ble-bulb", "ble-bulb-card", "custom-card", "hacs", "hass", "home-assistant", "home-assistant-card", "home-assistant-custom", "magic-blue-bulbs", "magicblue", "triones", "web-bluetooth"], "version_installed": null}, "303101606": {"authors": [], "category": "plugin", "description": "\ud83d\ude48 Hides the Home Assistant header and/or sidebar", "domain": "", "downloads": 0, "etag_repository": "W/\"67a31f1de11062ae98376221b49142cfc4b01bdcd2748db706c067a7c511a05a\"", "full_name": "maykar/kiosk-mode", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5c29a5a", "last_release_tag": "1.7.2", "last_updated": "2021-10-15T16:23:37Z", "name": "kiosk-mode", "new": false, "repository_manifest": {"name": "Kiosk Mode", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 197, "topics": ["home-assistant", "kiosk", "kiosk-mode", "lovelace"], "version_installed": null, "last_fetched": 1643571261.133304}, "313270182": {"authors": [], "category": "plugin", "description": "Make Cards and Popups blur everything behind them.", "domain": "", "downloads": 0, "etag_repository": "W/\"ffd1bcf3f48c9bf33f408347e9ae4c4faee764654977f90ac8e15737b465a0a2\"", "full_name": "Kibibit/kb-frosted-cards", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5e1586e", "last_release_tag": "v1.3.1", "last_updated": "2020-11-22T22:02:11Z", "name": "kb-frosted-cards", "new": false, "repository_manifest": {"name": "kibibit Frosted Cards", "render_readme": true, "filename": "kb-frosted-cards.js"}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": ["effect", "frosted-glass", "hacs", "home-assistant"], "version_installed": null}, "203592862": {"authors": ["@blindlight"], "category": "integration", "description": "USR-R16 integration for Home Assistant", "domain": "usr_r16", "downloads": 0, "etag_repository": "W/\"b4008ee2896552ddcc38374d4704879dd1fd3ff154452b52978b61d2c2284a5d\"", "full_name": "blindlight86/HA_USR-R16", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7c81295", "last_release_tag": null, "last_updated": "2020-10-20T13:45:02Z", "name": "usr_r16", "new": false, "repository_manifest": {"name": "USR-R16 16\u8def\u7f51\u7edc\u7ee7\u7535\u5668", "domains": ["switch"], "render_readme": true, "homeassistant": "0.106.0", "country": ["CN"], "iot_class": ["Assumed State", "Local Push"]}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["hacs", "home-assistant", "relays"], "version_installed": null}, "299476136": {"authors": ["@9rpp"], "category": "integration", "description": "This is a partial implementation of the Securifi RESTful API for Home Assistant", "domain": "securifi", "downloads": 0, "etag_repository": "W/\"4c0dfdcfa7cc412608d5e515f7118891d148cbf37a1ae301ff6f0866ef83b481\"", "full_name": "9rpp/securifi", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3b6c2eb", "last_release_tag": "v1.1", "last_updated": "2020-10-29T15:54:45Z", "name": "securifi", "new": false, "repository_manifest": {"name": "Securifi RESTful API", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["automation", "homeassistant-integration", "iot", "securifi"], "version_installed": null}, "282427417": {"authors": ["@bremor"], "category": "integration", "description": "Custom component for retrieving departure times for Public Transport Victoria.", "domain": "public_transport_victoria", "downloads": 0, "etag_repository": "W/\"6f6be4bb5bdb17c18ccd1be6ccd8181154e7793b199df41fff13cfe201d8906c\"", "full_name": "bremor/public_transport_victoria", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6abcb14", "last_release_tag": "0.3.2", "last_updated": "2021-03-15T03:41:11Z", "name": "public_transport_victoria", "new": false, "repository_manifest": {"name": "Public Transport Victoria", "render_readme": "true", "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": ["australia", "bus", "hacktoberfest", "hacs", "ptv", "public", "train", "tram", "transport", "victoria"], "version_installed": null}, "307586942": {"authors": ["@bremor"], "category": "integration", "description": "Custom component for retrieving weather information from the Bureau of Meteorology.", "domain": "bureau_of_meteorology", "downloads": 0, "etag_repository": "W/\"3365b193e78ec27d1710f4616b1d531c39467481800fd323c6f836bee5f4b20d\"", "full_name": "bremor/bureau_of_meteorology", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "bda3d14", "last_release_tag": "1.1.1", "last_updated": "2021-12-06T10:11:48Z", "name": "bureau_of_meteorology", "new": false, "repository_manifest": {"name": "Bureau of Meteorology", "render_readme": "true", "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 71, "topics": ["bom", "bureau", "forecast", "hacs", "meteorology", "observations", "weather", "weather-information"], "version_installed": null, "last_fetched": 1642851336.401807}, "307503425": {"authors": ["@exxamalte", "@caiosweet"], "category": "integration", "description": "INGV - National Institute of Geophysics and Volcanology [Istituto Nazionale di Geofisica e Vulcanologia] Terremoti Italia.", "domain": "ingv_centro_nazionale_terremoti", "downloads": 0, "etag_repository": "W/\"0507da71a03b54f3cf442a280608d3318cf8560190440ed60010661e6832ea1b\"", "full_name": "caiosweet/Home-Assistant-custom-components-INGV", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3f701ee", "last_release_tag": "2021.06.0", "last_updated": "2021-12-31T21:35:46Z", "name": "ingv_centro_nazionale_terremoti", "new": false, "repository_manifest": {"name": "INGV Istituto Nazionale di Geofisica e Vulcanologia", "domains": ["geo_location"], "country": ["IT"], "render_readme": true, "iot_class": ["Cloud Polling"]}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": ["assistant", "geofisica", "home", "homeassistant", "ingv", "terremoti", "vulcanologia"], "version_installed": null, "last_fetched": 1641058225.993408}, "308690707": {"authors": ["@djtimca"], "category": "integration", "description": "Home Assistant integration for Google Wifi systems.", "domain": "googlewifi", "downloads": 0, "etag_repository": "W/\"ba1dfacec9fef7cf41a3af44b82da8c9e506f82294bf36f1f3c1f8c098572387\"", "full_name": "djtimca/hagooglewifi", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "30fb1c9", "last_release_tag": "0.1.29", "last_updated": "2022-01-18T15:19:15Z", "name": "googlewifi", "new": false, "repository_manifest": {"name": "Google WiFi", "country": ["CA"], "domains": ["binary_sensor"], "homeassistant": "0.115.0", "iot_class": ["Cloud Polling"]}, "selected_tag": null, "show_beta": false, "stars": 33, "topics": ["custom-component", "google-wifi", "hacs", "home-assistant", "home-automation"], "version_installed": null, "last_fetched": 1643571228.6765}, "304573324": {"authors": ["@dgomes", "@crowbarz"], "category": "integration", "description": "Updated SQL integration for Home Assistant that supports JSON attributes", "domain": "sql_json", "downloads": 0, "etag_repository": "W/\"c14f09f4a7ff1c5d621888e79ed4c668637c5a8c6cc71d3da9eae5e7ef2997d8\"", "full_name": "crowbarz/ha-sql_json", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "811d061", "last_release_tag": "1.1.0", "last_updated": "2021-12-05T15:25:13Z", "name": "sql_json", "new": false, "repository_manifest": {"name": "SQL (with JSON detection)", "render_readme": true, "domains": ["sensor"], "homeassistant": "0.99.9", "persistent_directory": "userfiles", "iot_class": ["Local Polling", "Cloud Polling"]}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["hacs", "home-assistant", "integration", "json", "sql"], "version_installed": null}, "223993584": {"authors": ["@Magalex2x14", "@Ernst79"], "category": "integration", "description": "BLE monitor passively monitors BLE sensors (Xiaomi, Qingping, ATC, BlueMaestro, Brifit, Govee, Kegtron, Moat, Inkbird, iNode, Yeelight, RuuviTag, SensorPush, Teltonika and Thermoplus)", "domain": "ble_monitor", "downloads": 0, "etag_repository": "W/\"ca65d5f235d2b5221d628d17f4ac95c2f7d0057aa9fee982b68a14b86cea5064\"", "full_name": "custom-components/ble_monitor", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9e4c7c9", "last_release_tag": "7.4.0", "last_updated": "2022-01-30T14:43:00Z", "name": "ble_monitor", "new": false, "repository_manifest": {"name": "Passive BLE monitor integration", "domains": "ble_monitor", "iot_class": "local push", "homeassistant": "2021.12.0"}, "selected_tag": null, "show_beta": false, "stars": 1122, "topics": ["atc", "custom-component", "govee", "hacs", "hassio", "home-assistant", "homeassistant", "inkbird", "kegtron", "mibeacon", "mijia", "mitemp-bt", "qingping", "scales", "thermoplus", "xiaomi", "xiaomi-sensors"], "version_installed": null, "last_fetched": 1643571225.316781}, "178838527": {"authors": ["@filipvh"], "category": "integration", "description": "Niko Home Control II Home Assistant Integration", "domain": "nhc2", "downloads": 0, "etag_repository": "W/\"af1fe196a05e476d5125cb3ab4eb173e98f43b0c27a105abde449f61ac964f1f\"", "full_name": "filipvh/hass-nhc2", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6efc1b4", "last_release_tag": "1.6.0", "last_updated": "2021-10-30T21:16:51Z", "name": "nhc2", "new": false, "repository_manifest": {"name": "Niko Home Control II", "domains": ["light", "switch"], "iot_class": ["Local Push"], "render_readme": true, "homeassistant": "0.114.1"}, "selected_tag": null, "show_beta": false, "stars": 31, "topics": ["coco", "domotica", "nhc", "nhc2", "niko", "niko-home-control"], "version_installed": null, "last_fetched": 1642520515.664955}, "266779715": {"authors": ["@induprakash"], "category": "integration", "description": "Home Assistant component which allows you to get stock updates from Yahoo finance.", "domain": "yahoofinance", "downloads": 0, "etag_repository": "W/\"c43370e1ce9d69e49d2bfa9a566b95dda1a67fde45e96dfaed171463777c2724\"", "full_name": "iprak/yahoofinance", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "89adcd9", "last_release_tag": "v1.1.5", "last_updated": "2021-12-25T17:46:44Z", "name": "yahoofinance", "new": false, "repository_manifest": {"name": "Yahoo Finance", "domains": ["sensor"], "iot_class": "cloud_poll", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 40, "topics": ["hacs", "home-assistant", "homeassistant", "homeassistant-components", "stock-updates", "yahoo-finance"], "version_installed": null, "last_fetched": 1643571234.171706}, "309018094": {"authors": ["@itchannel"], "category": "integration", "description": "Fordpass integration for Home Assistant", "domain": "fordpass", "downloads": 0, "etag_repository": "W/\"1baf68ddd22da54ea62946905b449be550fe2ad3682e6f9e4c9d8fa3e77aa069\"", "full_name": "itchannel/fordpass-ha", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6b35a05", "last_release_tag": "1.30", "last_updated": "2021-12-21T06:38:47Z", "name": "fordpass", "new": false, "repository_manifest": {"name": "fordpass", "content_in_root": false, "iot_class": "cloud_polling"}, "selected_tag": null, "show_beta": false, "stars": 74, "topics": ["assistant", "car", "fordpass", "home"], "version_installed": null, "last_fetched": 1643571234.232362}, "299123388": {"authors": ["@jseidl"], "category": "integration", "description": "Magic Areas custom_component for Home Assistant", "domain": "magic_areas", "downloads": 0, "etag_repository": "W/\"917e95dc10ce278b9ed64a065d82a79f41a04d084eb88b26a72fa312f5f24cd7\"", "full_name": "jseidl/hass-magic_areas", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b2a5d2b", "last_release_tag": "v2.0.5", "last_updated": "2022-01-06T12:14:31Z", "name": "magic_areas", "new": false, "repository_manifest": {"name": "Magic Areas", "homeassistant": "0.115.0"}, "selected_tag": null, "show_beta": false, "stars": 117, "topics": ["automation", "homeassistant", "python"], "version_installed": null, "last_fetched": 1643571235.711092}, "306078097": {"authors": ["@nagyrobi"], "category": "integration", "description": "Monitor and react on your pfSense gateway's status with Home Assistant.", "domain": "pfsense_gateways", "downloads": 0, "etag_repository": "W/\"b246415d3b19b9dd58336a66f824251314290e88f069c01899ed15a8321bd924\"", "full_name": "nagyrobi/home-assistant-custom-components-pfsense-gateways", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3acb19c", "last_release_tag": "v1.00", "last_updated": "2021-03-04T17:19:47Z", "name": "pfsense_gateways", "new": false, "repository_manifest": {"name": "pfSense gateways monitoring", "content_in_root": false, "render_readme": true, "domains": ["pfsense_gateways"], "homeassistant": "0.115.0"}, "selected_tag": null, "show_beta": false, "stars": 15, "topics": ["gateways", "isp", "modem", "pfsense", "reboot", "router"], "version_installed": null, "last_fetched": 1643571241.579049}, "249381778": {"authors": ["@rospogrigio", "@postlund"], "category": "integration", "description": "local handling for Tuya devices", "domain": "localtuya", "downloads": 0, "etag_repository": "W/\"f70ecaaaa7bdf860c21c365df97b155232d916c6beed4d51961f378befb84853\"", "full_name": "rospogrigio/localtuya", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2688a17", "last_release_tag": "v3.4.0", "last_updated": "2022-01-30T05:29:24Z", "name": "localtuya", "new": false, "repository_manifest": {"name": "Local Tuya", "domains": ["climate", "cover", "fan", "light", "number", "select", "sensor", "switch"], "homeassistant": "0.116.0", "iot_class": ["Local Push"]}, "selected_tag": null, "show_beta": false, "stars": 904, "topics": ["localtuya", "tuya", "tuya-api"], "version_installed": null, "last_fetched": 1643571246.73298}, "268722568": {"authors": ["@Sennevds"], "category": "integration", "description": "Template media_player for Home Assistant", "domain": "media_player_template", "downloads": 0, "etag_repository": "W/\"a936551d8209c46de364893c8d853ca7faf905c0cd2273baa9dd86485aa8a70c\"", "full_name": "Sennevds/media_player.template", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b9285c5", "last_release_tag": "1.0.0", "last_updated": "2021-05-17T15:12:21Z", "name": "media_player_template", "new": false, "repository_manifest": {"name": "Media player template", "domains": ["media_player", "template"], "homeassistant": "0.116", "render_readme": true, "iot_class": ["Local Polling", "Local Push"]}, "selected_tag": null, "show_beta": false, "stars": 55, "topics": ["custom-component", "home-assistant", "homeassistant", "media-player"], "version_installed": null, "last_fetched": 1642274187.043107}, "303827752": {"authors": ["@sbabcock23"], "category": "integration", "description": "Home Assistant integration for TryFi Dog Collar GPS monitoring.", "domain": "tryfi", "downloads": 0, "etag_repository": "W/\"1694b659b4c2dc5c7bf1ee4b1f1d25cc2c07c604a23d44de42330b970edad860\"", "full_name": "sbabcock23/hass-tryfi", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4da502b", "last_release_tag": "0.0.10", "last_updated": "2021-10-16T07:34:17Z", "name": "tryfi", "new": false, "repository_manifest": {"config_flow": true, "documentation": "https://github.com/sbabcock23/hass-pytryfi", "domains": ["device_tracker", "light", "sensor", "select"], "homeassistant": "0.117.0", "iot_class": "Local Polling", "name": "TryFi Dog Monitor", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 23, "topics": ["dog", "dog-collar", "gps", "hacs", "home-assistant", "homeassistant-integration", "iot", "python", "tryfi"], "version_installed": null, "last_fetched": 1642004494.42201}, "164489685": {"authors": ["@syssi"], "category": "integration", "description": "Nextbike integration for Home Assistant", "domain": "nextbike", "downloads": 0, "etag_repository": "W/\"4c1fe586e4e5ed4ff1a56971ad3e2e17acc5c22832d8a91f71d458f534ecfd0f\"", "full_name": "syssi/nextbike", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2cf2ed5", "last_release_tag": "1.0.2", "last_updated": "2022-01-03T10:28:27Z", "name": "nextbike", "new": false, "repository_manifest": {"name": "Nextbike Integration", "content_in_root": false, "render_readme": true, "iot_class": "local_polling"}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": ["custom-component", "free-floating", "hacktoberfest", "home-assistant", "nextbike"], "version_installed": null, "last_fetched": 1641217458.836571}, "129353521": {"authors": ["@syssi"], "category": "integration", "description": "Custom component for Home Assistant to faciliate the reverse engeneering of Xiaomi MiIO devices", "domain": "xiaomi_miio_raw", "downloads": 0, "etag_repository": "W/\"ad1075f9973b2bcb5c3d762c87e98af78ba99beba610dbb66965a322ab6ad4df\"", "full_name": "syssi/xiaomi_raw", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3ef28a5", "last_release_tag": "1.4.4", "last_updated": "2021-12-22T07:11:29Z", "name": "xiaomi_miio_raw", "new": false, "repository_manifest": {"name": "Xiaomi MiIO Raw", "content_in_root": false, "render_readme": true, "iot_class": "local_polling"}, "selected_tag": null, "show_beta": false, "stars": 85, "topics": ["custom-component", "hacktoberfest", "home-assistant", "miio", "miio-device", "miio-protocol", "monitoring", "sensor"], "version_installed": null, "last_fetched": 1643571249.436979}, "121934877": {"authors": ["@syssi"], "category": "integration", "description": "Xiaomi Mi and Aqara Air Conditioning Companion integration for Home Assistant", "domain": "xiaomi_miio_airconditioningcompanion", "downloads": 0, "etag_repository": "W/\"7ee5f35d55ad6ab76a78d0c605b144d82236c6278575137679f6c83f328e08e5\"", "full_name": "syssi/xiaomi_airconditioningcompanion", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7f63dd6", "last_release_tag": "0.2.4", "last_updated": "2022-01-06T19:33:50Z", "name": "xiaomi_miio_airconditioningcompanion", "new": false, "repository_manifest": {"name": "Xiaomi Mi and Aqara Air Conditioning Companion Integration", "content_in_root": false, "render_readme": true, "iot_class": "local_polling"}, "selected_tag": null, "show_beta": false, "stars": 348, "topics": ["acpartner", "airconditioning", "aqara", "custom-component", "hacktoberfest", "home-assistant", "infrared", "xiaomi"], "version_installed": null, "last_fetched": 1641587963.829981}, "101482973": {"authors": ["@syssi"], "category": "integration", "description": "Xiaomi Mi Air Purifier and Xiaomi Mi Air Humidifier integration for Home Assistant", "domain": "xiaomi_miio_airpurifier", "downloads": 0, "etag_repository": "W/\"7e71cdf1e215618839b955eb2b366471179bed322267614413a6f895cc182a1a\"", "full_name": "syssi/xiaomi_airpurifier", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7c4eaba", "last_release_tag": "0.6.17", "last_updated": "2021-12-20T17:16:04Z", "name": "xiaomi_miio_airpurifier", "new": false, "repository_manifest": {"name": "Xiaomi Mi Air Purifier, Air Humidifier, Air Fresh and Pedestal Fan Integration", "content_in_root": false, "render_readme": true, "iot_class": "local_polling", "homeassistant": "2021.5.1"}, "selected_tag": null, "show_beta": false, "stars": 332, "topics": ["airfresh", "airhumidifier", "airpurifier", "custom-component", "fan", "hacktoberfest", "home-assistant", "miio", "miio-protocol", "miot", "xiaomi"], "version_installed": null, "last_fetched": 1643571249.39898}, "307098646": {"authors": ["@nielsfaber"], "category": "integration", "description": "Easy to use alarm system integration for Home Assistant", "domain": "alarmo", "downloads": 0, "etag_repository": "W/\"004168e6b06e00e1f7638ef184c7f0ba21fc9c3f0689b575aa6aac757e247b39\"", "full_name": "nielsfaber/alarmo", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4e51c17", "last_release_tag": "v1.8.3", "last_updated": "2022-01-16T17:58:35Z", "name": "alarmo", "new": false, "repository_manifest": {"name": "Alarmo", "render_readme": "true", "iot_class": ["Local Push"], "domains": ["alarm_control_panel"], "zip_release": true, "filename": "alarmo.zip", "hide_default_branch": true}, "selected_tag": null, "show_beta": false, "stars": 360, "topics": ["alarm", "assistant", "hass", "home", "integration", "lovelace", "security"], "version_installed": null, "last_fetched": 1643571243.16842}, "97201395": {"authors": ["@syssi"], "category": "integration", "description": "Xiaomi Mi Smart WiFi Socket integration for Home Assistant", "domain": "xiaomi_miio_plug", "downloads": 0, "etag_repository": "W/\"190da4ddddf22a807ea642ee1136a6b2658d2c25da50715df48e207c81dc53ce\"", "full_name": "syssi/xiaomiplug", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1abf75f", "last_release_tag": "1.4.4", "last_updated": "2021-12-18T20:16:21Z", "name": "xiaomi_miio_plug", "new": false, "repository_manifest": {"name": "Xiaomi Mi Smart WiFi Socket Integration", "content_in_root": false, "render_readme": true, "iot_class": "local_polling"}, "selected_tag": null, "show_beta": false, "stars": 91, "topics": ["custom-component", "hacktoberfest", "home-assistant", "miio", "miio-device", "miio-protocol", "switch", "xiaomi"], "version_installed": null}, "307974458": {"authors": ["@iesus"], "category": "integration", "description": "Get departure times for swedish public transportation", "domain": "resrobot", "downloads": 0, "etag_repository": "W/\"7dd562bb1017587f0e869f5d0d94d50eb64d8806e6c39e89dc2ae55a8caa6b60\"", "full_name": "TekniskSupport/home-assistant-resrobot", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7da8dff", "last_release_tag": "v0.0.12", "last_updated": "2022-01-09T07:41:03Z", "name": "resrobot", "new": false, "repository_manifest": {"name": "ResRobot", "country": ["SE"], "domains": ["sensor"], "homeassistant": "2021.12.8"}, "selected_tag": null, "show_beta": false, "stars": 10, "topics": ["bus", "ferry", "hacs", "homeassistant", "iesus", "integration", "public", "sweden", "train", "tram", "transportation"], "version_installed": null, "last_fetched": 1641895848.62499}, "305147191": {"authors": ["@zigul"], "category": "integration", "description": "CEZ Distribuce - Home Assistant Sensor", "domain": "cezdistribuce", "downloads": 0, "etag_repository": "W/\"38edd91c2b64c9de08df997f51fa90a45a911e9000a2636b724b23f679239066\"", "full_name": "zigul/HomeAssistant-CEZdistribuce", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5fb8bfe", "last_release_tag": "0.4.4", "last_updated": "2021-12-07T18:40:34Z", "name": "cezdistribuce", "new": false, "repository_manifest": {"name": "CEZ Distribuce CZ", "render_readme": false, "domains": ["binary_sensor"], "country": ["CZ"], "homeassistant": "0.110.0"}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": ["cez", "hacs", "home-assistant", "home-automation"], "version_installed": null, "last_fetched": 1643571252.799866}, "287318591": {"authors": ["@Thomas55555"], "category": "integration", "description": "Custom component for Home Assistant to monitor and control your Husqvrana Automower", "domain": "husqvarna_automower", "downloads": 0, "etag_repository": "W/\"c15f1f14f6627db01d9f843a98ff03c21fc88292e15875c4ec8950be8da168f1\"", "full_name": "Thomas55555/husqvarna_automower", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6c6dd2d", "last_release_tag": "2021.12.0", "last_updated": "2021-12-19T22:42:26Z", "name": "husqvarna_automower", "new": false, "repository_manifest": {"name": "Husqvarna Automower", "domains": ["vacuum"], "homeassistant": "2021.5.0b0", "iot_class": ["Cloud Polling"], "render_readme": true, "zip_release": true, "filename": "husqvarna_automower.zip"}, "selected_tag": null, "show_beta": false, "stars": 21, "topics": ["hass", "homeassistant", "husqvarna-automower"], "version_installed": null}, "139634406": {"authors": [], "category": "plugin", "description": "\ud83c\udf21 Thermostat card with a round and black feel to it", "domain": "", "downloads": 0, "etag_repository": "W/\"664e74d216c53bafed3b00a2ea59d3d6dd97c079b40fe37649a5b26cc58b89a6\"", "full_name": "ciotlosm/lovelace-thermostat-dark-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a123d3b", "last_release_tag": "0.0.5", "last_updated": "2022-01-24T11:26:47Z", "name": "lovelace-thermostat-dark-card", "new": false, "repository_manifest": {"name": "Dark Thermostat", "render_readme": true, "filename": "thermostat-dark-card.js"}, "selected_tag": null, "show_beta": false, "stars": 639, "topics": ["custom-cards", "hacs", "home-assistant", "lovelace", "thermostat"], "version_installed": null, "last_fetched": 1643571254.633427}, "315044466": {"authors": [], "category": "plugin", "description": "Custom Transmission card for Home Assistant/Lovelace", "domain": "", "downloads": 0, "etag_repository": "W/\"70f2989f8c17f04db7949415e4c89fee8951cfd9e90f88ed376470e7f8fa48fe\"", "full_name": "amaximus/transmission-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a62be30", "last_release_tag": "0.8.2", "last_updated": "2021-11-20T13:14:11Z", "name": "transmission-card", "new": false, "repository_manifest": {"name": "Transmission Card", "filename": "transmission-card.js", "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 21, "topics": ["home-assistant", "homeassistant", "lovelace", "lovelace-card", "lovelace-custom-card", "transmission"], "version_installed": null, "last_fetched": 1643571253.781456}, "188106531": {"authors": ["@moralmunky", "@firstof9"], "category": "integration", "description": "Home Assistant integration providing day of package counts and USPS informed delivery images.", "domain": "mail_and_packages", "downloads": 0, "etag_repository": "W/\"022bfdd5958173ec1d652b54094d6337e11212d7e7d1d2d017b8c1526d627db3\"", "full_name": "moralmunky/Home-Assistant-Mail-And-Packages", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "839f87d", "last_release_tag": "0.3.3-2", "last_updated": "2022-01-23T09:45:55Z", "name": "mail_and_packages", "new": false, "repository_manifest": {"name": "Mail and Packages", "domains": ["camera", "sensor"], "homeassistant": "0.109.0", "iot_class": "Cloud Polling", "zip_release": true, "filename": "mail_and_packages.zip"}, "selected_tag": null, "show_beta": false, "stars": 286, "topics": ["home-assistant", "home-assistant-config", "home-automation", "homeassistant", "lovelace-card", "lovelace-custom-card"], "version_installed": null, "last_fetched": 1643571240.640675}, "222118751": {"authors": ["AlexxIT"], "category": "integration", "description": "Control Sonoff Devices with eWeLink (original) firmware over LAN and/or Cloud from Home Assistant", "domain": "sonoff", "downloads": 0, "etag_repository": "W/\"3edcde8a62e437e13c0ccf71451073cc568e79d5eeccf0312d3694599c4b2a28\"", "full_name": "AlexxIT/SonoffLAN", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9ceb51d", "last_release_tag": "v2.4.6", "last_updated": "2021-12-19T03:30:23Z", "name": "sonoff", "new": false, "repository_manifest": {"name": "Sonoff LAN", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 1503, "topics": ["ewelink", "hacs", "home-assistant", "sonoff"], "version_installed": null, "last_fetched": 1643571220.087619}, "146660369": {"authors": ["@gerard33"], "category": "integration", "description": "Sony Bravia TV (Pre-Shared Key) component for Home Assistant", "domain": "braviatv_psk", "downloads": 0, "etag_repository": "W/\"18b13afacc63ab61d3209352db4f277ef6519ba65c6e65ae987defd5d544da4b\"", "full_name": "custom-components/media_player.braviatv_psk", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "bfd45b5", "last_release_tag": "v0.4.1", "last_updated": "2022-01-24T18:22:34Z", "name": "braviatv_psk", "new": false, "repository_manifest": {"name": "Bravia TV PSK", "domains": ["media_player"], "iot_class": "Local Polling"}, "selected_tag": null, "show_beta": false, "stars": 83, "topics": ["bravia", "home-assistant", "psk", "sony"], "version_installed": null, "last_fetched": 1643571225.765239}, "321140869": {"authors": [], "category": "plugin", "description": "Custom home assitant lovelace for UI auto reload", "domain": "", "downloads": 0, "etag_repository": "W/\"08c2929502d28e1d296f9f782fa891b372587b53e179f7a7076f9985529496cc\"", "full_name": "ben8p/lovelace-auto-reload-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e6a1387", "last_release_tag": null, "last_updated": "2021-03-04T02:17:00Z", "name": "lovelace-auto-reload-card", "new": false, "repository_manifest": {"name": "Auto Reload", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 20, "topics": ["home-assistant", "lovelace-card"], "version_installed": null}, "321773656": {"authors": [], "category": "plugin", "description": "\ud83c\udc39 Lovelace responsive grid card that can be tweaked in your theme definition.", "domain": "", "downloads": 0, "etag_repository": "W/\"fe48d5fee63f822dc29c21712606b11ef13b21dd07fbfd47b027b56cc8a8baa5\"", "full_name": "nervetattoo/themable-grid", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a7defcb", "last_release_tag": "v2.1.0", "last_updated": "2021-04-24T20:50:07Z", "name": "themable-grid", "new": false, "repository_manifest": {"render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 13, "topics": ["home-assistant", "lovelace-card", "lovelace-custom-card", "lovelace-ui"], "version_installed": null}, "320117484": {"authors": [], "category": "theme", "description": "Vibrant (Dark) Version of Clear Theme", "domain": "", "downloads": 0, "etag_repository": "W/\"308ab1f42553cf6fd9cf26cef97a101a529540568d7d7a9df2a0e6e15561c310\"", "full_name": "myleskeeffe/clear-theme-dark-vibrant", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "bec2afe", "last_release_tag": "v2.0.7", "last_updated": "2021-02-10T10:21:44Z", "name": "clear-theme-dark-vibrant", "new": false, "repository_manifest": {"name": "Vibrant (Dark) Clear Theme", "homeassistant": "0.109.0"}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["clear", "dark", "theme", "vibrant"], "version_installed": null}, "320381430": {"authors": [], "category": "plugin", "description": "An analog clock for Home Assistant Lovelace", "domain": "", "downloads": 0, "etag_repository": "W/\"e05c7fba200ef75e63f77cf2b7d3a098362ddbe05fa9b175096540a8c4592ad6\"", "full_name": "tomasrudh/analogclock", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1b2e994", "last_release_tag": "1.10", "last_updated": "2021-05-15T08:10:56Z", "name": "analogclock", "new": false, "repository_manifest": {"name": "Analog Clock", "render_readme": true, "filename": "analogclock.js"}, "selected_tag": null, "show_beta": false, "stars": 15, "topics": ["analog", "analog-clock", "assistant-lovelace", "clock", "lovelace"], "version_installed": null, "last_fetched": 1642184503.377032}, "302145522": {"authors": ["@djtimca"], "category": "integration", "description": "Home Assistant custom HACS integration to integrate the next 5 global rocket launches from https://rocketlaunch.live", "domain": "rocketlaunchlive", "downloads": 0, "etag_repository": "W/\"774f0545a82a5bb67fe051b8bddf4ce8a1351dee7055391da4390af2c10d19d9\"", "full_name": "djtimca/harocketlaunchlive", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3714322", "last_release_tag": "009", "last_updated": "2022-01-18T15:25:41Z", "name": "rocketlaunchlive", "new": false, "repository_manifest": {"name": "Rocket Launch Live - Next 5 Launches", "country": ["CA"], "domains": ["sensor"], "homeassistant": "0.115.0", "iot_class": ["Cloud Polling"]}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": ["home-assistant", "home-assistant-custom", "launch", "nasa", "rocket", "spacex", "ula"], "version_installed": null, "last_fetched": 1642520516.950142}, "245694520": {"authors": ["@asev"], "category": "integration", "description": "Custom component for Home Assistant to connect Helios ventilation system.", "domain": "helios", "downloads": 0, "etag_repository": "W/\"7416f432558530625dd8f41f5f2598f8f5125161146c254cc28fdc36648d4642\"", "full_name": "asev/homeassistant-helios", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6689bfb", "last_release_tag": "v0.4.1", "last_updated": "2021-12-03T21:19:51Z", "name": "helios", "new": false, "repository_manifest": {"name": "Helios ventilation", "iot_class": "Local Polling", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["helios", "homeassistant", "homeassistant-integration", "ventilation"], "version_installed": null}, "314593331": {"authors": ["@djtimca"], "category": "integration", "description": "Using the N2YO API, this Home Assistant integration will provide visible satellite passes (general) and to add specific satellites for monitoring.", "domain": "satellitetracker", "downloads": 0, "etag_repository": "W/\"c2807e9aed29bf98ea0d8fdb36edd838787ba52a8d6176e68d5cc55d29d9a157\"", "full_name": "djtimca/hasatellitetracker", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "0fc62d3", "last_release_tag": "0.0.7", "last_updated": "2022-01-18T15:30:25Z", "name": "satellitetracker", "new": false, "repository_manifest": {"name": "Satellite Tracker (N2YO)", "country": ["CA"], "domains": ["binary_sensor", "device_tracker", "sensor"], "homeassistant": "0.115.0", "iot_class": ["Cloud Polling"]}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["home-assistant", "home-assistant-hacs", "international-space-station", "iss", "satellite", "satellite-tracker", "starlink", "tracking-satellites", "visible-passes"], "version_installed": null, "last_fetched": 1642520517.076959}, "248462859": {"authors": ["@uvjustin"], "category": "integration", "description": "Custom component to allow Home Assistant to interface with Alarm.com", "domain": "alarmdotcom", "downloads": 0, "etag_repository": "W/\"3ce0ca90f5fc9249d3970eab7968934efb3c20f22f78b754937e95e5c41a48aa\"", "full_name": "uvjustin/alarmdotcom", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "42433a5", "last_release_tag": "v0.1.12", "last_updated": "2022-01-29T18:08:31Z", "name": "alarmdotcom", "new": false, "repository_manifest": {"name": "Alarmdotcom", "render_readme": true, "homeassistant": "0.105.0"}, "selected_tag": null, "show_beta": false, "stars": 72, "topics": ["alarm", "hacs", "home-assistant"], "version_installed": null, "last_fetched": 1643571251.610799}, "317051290": {"authors": ["@eyalcha"], "category": "integration", "description": "Home assistant custom component to fetch kan program guide", "domain": "kan_program", "downloads": 0, "etag_repository": "W/\"20b3a4d3077e80339ffc76d5e85f75a826a33a3697e90e9eed1208031929afb0\"", "full_name": "eyalcha/kan_program", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "0e70f0f", "last_release_tag": "1.0.0", "last_updated": "2021-06-26T12:35:00Z", "name": "kan_program", "new": false, "repository_manifest": {"name": "Kan Program", "domains": ["sensor"], "country": ["IL"], "iot_class": "cloud_poll", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["custom-component", "hacs", "home-assistant"], "version_installed": null}, "199399946": {"authors": ["@jessevl"], "category": "integration", "description": "This is a Home Assistant custom component that connects to the Greenchoice API", "domain": "greenchoice", "downloads": 0, "etag_repository": "W/\"69e8eae5b7d23ccc6536bfc2e922d5a227a616b765b3fa06cc272e6dd9e28af6\"", "full_name": "jessevl/homeassistant-greenchoice", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "622eab3", "last_release_tag": null, "last_updated": "2021-04-08T13:40:36Z", "name": "greenchoice", "new": false, "repository_manifest": {"name": "Greenchoice", "country": ["NL"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 20, "topics": ["greenchoice", "homeassistant", "sensor"], "version_installed": null, "last_fetched": 1643571234.788655}, "319343045": {"authors": ["@caronc"], "category": "integration", "description": "Interlogix ZeroWire and Hills ComNav (NX-595E) UltraSync Security Panel for Integration for Home Assistant Comunity Store (HACS)", "domain": "ultrasync", "downloads": 0, "etag_repository": "W/\"7c500957e5ad8297c55bbccc7d50d5def2e2113833bdd4c011de193d34345d59\"", "full_name": "caronc/ha-ultrasync", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c96ec26", "last_release_tag": null, "last_updated": "2021-10-22T17:54:48Z", "name": "ultrasync", "new": false, "repository_manifest": {"name": "UltraSync Beta", "hacs": "0.24.0", "domains": ["sensor"], "render_readme": true, "homeassistant": "0.110.0"}, "selected_tag": null, "show_beta": false, "stars": 7, "topics": ["comnav", "hacs", "homeassistant", "homeassistant-custom-component", "homeassistant-integration", "interlogix", "nx-595e", "security", "ultrasync"], "version_installed": null, "last_fetched": 1642851356.971667}, "316527506": {"authors": ["@iprak"], "category": "integration", "description": "Home Assistant component for C545 Winix Air Purifier", "domain": "winix", "downloads": 0, "etag_repository": "W/\"4896afc32e43c580e189dfeaca281c554315acc0c5e9713dff678679d0f64e94\"", "full_name": "iprak/winix", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "dc0bec5", "last_release_tag": "v.11", "last_updated": "2022-01-08T10:26:20Z", "name": "winix", "new": false, "repository_manifest": {"name": "Winix Purifier", "domains": ["sensor", "fan"], "iot_class": "cloud_poll", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 31, "topics": ["home-assistant", "homeassistant", "purifier", "winix"], "version_installed": null, "last_fetched": 1642851357.701492}, "316807165": {"authors": ["@kloknibor", "@docbobo"], "category": "integration", "description": "Miele integration for Home assistant", "domain": "miele", "downloads": 0, "etag_repository": "W/\"60a16e54b24f724c4ced36b41842d979fb970454290f42d6b516cda605b7b47b\"", "full_name": "HomeAssistant-Mods/home-assistant-miele", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1ac1b91", "last_release_tag": "v0.9.1", "last_updated": "2022-01-20T22:46:02Z", "name": "miele", "new": false, "repository_manifest": {"name": "Miele integration", "iot_class": ["Cloud Polling"]}, "selected_tag": null, "show_beta": false, "stars": 56, "topics": ["hacs", "homeassistant", "homeassistant-integration", "miele"], "version_installed": null, "last_fetched": 1643571233.046946}, "312896602": {"authors": ["@lendy007"], "category": "integration", "description": "Skoda Connect - An home assistant plugin to add integration with your car", "domain": "skodaconnect", "downloads": 0, "etag_repository": "W/\"699dfd91c6d4d2c2ff71fa157dc4455f09611836958f747b5b0b12d7910fcc0b\"", "full_name": "lendy007/homeassistant-skodaconnect", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9bde67c", "last_release_tag": "v1.0.63", "last_updated": "2022-01-29T11:33:23Z", "name": "skodaconnect", "new": false, "repository_manifest": {"name": "Skoda Connect", "iot_class": "Cloud Polling", "homeassistant": "2021.12.0", "hide_default_branch": true, "zip_release": false, "filename": "skodaconnect.zip"}, "selected_tag": null, "show_beta": false, "stars": 95, "topics": ["custom-component", "hacs", "homeassistant", "skoda-connect"], "version_installed": null, "last_fetched": 1643571238.351899}, "300754203": {"authors": [], "category": "plugin", "description": "A simple clock widget using Japanese Kanji for date and time", "domain": "", "downloads": 0, "etag_repository": "W/\"7ed924d663a09f693c7769511af013cf0049289224d664c484ff0336ce62661c\"", "full_name": "sopelj/lovelace-kanji-clock-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "79992f6", "last_release_tag": "0.2.2", "last_updated": "2021-12-26T17:55:49Z", "name": "lovelace-kanji-clock-card", "new": false, "repository_manifest": {"name": "Kanji Clock Card", "render_readme": true, "filename": "kanji-clock-card.js", "country": ["JP"]}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["hacs", "lovelace", "lovelace-card", "lovelace-custom-card"], "version_installed": null}, "316597224": {"authors": ["@DarkPark"], "category": "integration", "description": "A Home Assistant Budova Smart Home integration", "domain": "bsh", "downloads": 0, "etag_repository": "W/\"b06c4df8064aeff9d855d3ebf94c284d55804b82f22e8fa574e288f517214e21\"", "full_name": "dphae/bsh", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1c9ac28", "last_release_tag": "v1.3.5", "last_updated": "2021-08-05T21:00:50Z", "name": "bsh", "new": false, "repository_manifest": {"name": "Budova Smart Home", "country": ["UA"], "content_in_root": false, "render_readme": true, "domains": ["sensor"], "iot_class": "Cloud Polling", "homeassistant": "2021.8.1"}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": ["budova", "custom-component", "hacs", "home-assistant", "integration", "smart-home"], "version_installed": null}, "316421110": {"authors": ["@rccoleman"], "category": "integration", "description": "Interact with your La Marzocco espresso machine", "domain": "lamarzocco", "downloads": 0, "etag_repository": "W/\"0d410f3b370f60bc9010b95e6b04e192252e16959790448c3af830994dbf0dab\"", "full_name": "rccoleman/lamarzocco", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a0b34e3", "last_release_tag": "v0.8.0", "last_updated": "2021-12-05T17:10:07Z", "name": "lamarzocco", "new": false, "repository_manifest": {"name": "La Marzocco", "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": ["hacs", "home-assistant", "home-assistant-component", "homeassistant", "la-marzocco", "lamarzocco"], "version_installed": null}, "228299254": {"authors": ["@rsnodgrass"], "category": "integration", "description": "LUNOS HRV Ventilation Fan Control for Home Assistant", "domain": "lunos", "downloads": 0, "etag_repository": "W/\"f2e9fb0d4259e163fb469138b789a5b150705b4cc9b338091de8bcc4be802f65\"", "full_name": "rsnodgrass/hass-lunos", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4ce9000", "last_release_tag": "0.1.3", "last_updated": "2021-09-29T20:55:52Z", "name": "lunos", "new": false, "repository_manifest": {"name": "LUNOS Heat Recovery Ventilation", "domains": ["fan"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 11, "topics": ["homeassistant", "hvac", "ventilation"], "version_installed": null}, "313759590": {"authors": ["@ryanmac8"], "category": "integration", "description": "Mint Mobile Integration for Data Usage Monitoring", "domain": "mintmobile", "downloads": 0, "etag_repository": "W/\"2cc94deaeac6d7d64f763de33ffce910c8ef4115159f9e85982a887f41b32fff\"", "full_name": "ryanmac8/HA-Mint-Mobile", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "0d9c8af", "last_release_tag": "v1.9", "last_updated": "2022-01-18T01:00:09Z", "name": "mintmobile", "new": false, "repository_manifest": {"name": "Mint Mobile", "content_in_root": false, "domains": ["sensor"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": ["automation", "home-assistant"], "version_installed": null, "last_fetched": 1642520517.749859}, "318801320": {"authors": ["@thebino"], "category": "integration", "description": " \ud83e\udda0 Custom integration for Home Assistant to monitor covid numbers provided by Robert-Koch Institut", "domain": "rki_covid", "downloads": 0, "etag_repository": "W/\"9c98997e198307321be114edad7dcfa67c838cd88e7a8e121baef7311a45c892\"", "full_name": "thebino/rki_covid", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "948337e", "last_release_tag": "1.5.6", "last_updated": "2022-01-09T19:09:32Z", "name": "rki_covid", "new": false, "repository_manifest": {"name": "RKI Covid numbers", "zip_release": true, "filename": "rki_covid.zip", "country": ["DE"], "domains": ["rki_covid", "sensor"], "homeassistant": "0.110.0", "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 38, "topics": ["automation", "custom", "hassio", "home-assistant", "lovelace", "sensor"], "version_installed": null, "last_fetched": 1643571249.747555}, "188323494": {"authors": [], "category": "plugin", "description": "Bring new life to Home Assistant. By mapping entities to a SVG-object, you're able to control devices, show states, calling services - and much more. Add custom styling on top, to visualize whatever you can think of. Your imagination just become the new limit.", "domain": "", "downloads": 0, "etag_repository": "W/\"b8aa61e2587d3ef89d45f966f97900415d33b3d9c3eeef71d01d637f3627b76f\"", "full_name": "ExperienceLovelace/ha-floorplan", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "83cc2e8", "last_release_tag": "1.0.30", "last_updated": "2022-01-17T17:16:43Z", "name": "ha-floorplan", "new": false, "repository_manifest": {"name": "Ha Floorplan", "filename": "floorplan.js"}, "selected_tag": null, "show_beta": false, "stars": 390, "topics": ["floorplan", "homeassistant", "lovelace-card", "lovelace-floorplan", "panel"], "version_installed": null, "last_fetched": 1643545559.024828}, "318359434": {"authors": ["@FutureTense", "@firstof9"], "category": "integration", "description": "Home Assistant integration for managing Z-Wave enabled locks", "domain": "keymaster", "downloads": 0, "etag_repository": "W/\"4499bf7e6caf71cbb782bec3066df0e032496d9208414845c6c4e3ccaa3be39f\"", "full_name": "FutureTense/keymaster", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "05d6d37", "last_release_tag": "v0.0.77", "last_updated": "2021-11-19T01:44:23Z", "name": "keymaster", "new": false, "repository_manifest": {"name": "keymaster", "domains": ["automation", "binary_sensor", "input_boolean", "input_datetime", "input_number", "input_text", "script", "sensor", "template"], "iot_class": "Local Polling", "zip_release": true, "filename": "keymaster.zip", "homeassistant": "2021.9.0"}, "selected_tag": null, "show_beta": false, "stars": 92, "topics": ["home-assistant", "keymaster", "locks", "zwave", "zwave-enabled-locks"], "version_installed": null, "last_fetched": 1643571231.5456}, "325097827": {"authors": ["@andvikt"], "category": "integration", "description": "MegaD HomeAssistant integration", "domain": "mega", "downloads": 0, "etag_repository": "W/\"1b857a9d4066e7a6dc9777775645335db4507e63fbc91828342562b063316f20\"", "full_name": "andvikt/mega_hacs", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "16ad1ea", "last_release_tag": "v1.1.1", "last_updated": "2021-12-19T14:53:40Z", "name": "mega", "new": false, "repository_manifest": {"name": "MegaD", "country": ["RU"], "domains": ["mega"], "persistent_directory": "userfiles", "iot_class": ["Assumed State", "Local Push"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 69, "topics": ["custom-integration", "hacs", "homeassistant", "megad"], "version_installed": null, "last_fetched": 1643571221.419354}, "325635211": {"authors": ["@kesteraernoudt"], "category": "integration", "description": "Custom Home Assistant Integration for the Dobiss NXT platform", "domain": "dobiss", "downloads": 0, "etag_repository": "W/\"5cf72dc8b506c35a53452f9218391dbfd870cdf09ad57b9f3b99b3ead7da447f\"", "full_name": "kesteraernoudt/dobiss", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9bf662e", "last_release_tag": "v1.4", "last_updated": "2022-01-07T18:24:35Z", "name": "dobiss", "new": false, "repository_manifest": {"name": "dobiss", "hacs": "1.6.0", "domains": ["binary_sensor", "sensor", "switch", "light", "climate", "cover"], "iot_class": ["Local Push", "Cloud Push"], "homeassistant": "0.118.0"}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["hacs", "hass", "home-assistant", "integration"], "version_installed": null, "last_fetched": 1641587982.004159}, "311913208": {"authors": ["@gazoodle"], "category": "integration", "description": "Home Assistant integration for spas equipped with Gecko Alliance in.touch2 modules", "domain": "gecko", "downloads": 0, "etag_repository": "W/\"fe22f48bbdcc1ea5da3d29c1fcb2705a0894d4006944b2546fc0d883f2e58a75\"", "full_name": "gazoodle/gecko-home-assistant", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "8eac2e2", "last_release_tag": "v0.0.7", "last_updated": "2021-08-11T09:23:47Z", "name": "gecko", "new": false, "repository_manifest": {"name": "Gecko", "hacs": "0.24.0", "domains": ["binary_sensor", "sensor", "switch", "climate", "light"], "iot_class": "Local Push", "homeassistant": "0.115.0"}, "selected_tag": null, "show_beta": false, "stars": 24, "topics": ["gecko", "hacs", "home-assistant", "home-assistant-integration", "hot-tub", "intouch2", "jacuzzi", "spa"], "version_installed": null, "last_fetched": 1641307475.129335}, "299556199": {"authors": ["@xraver"], "category": "integration", "description": "Script to use Mercedes Me APIs.", "domain": "mercedesmeapi", "downloads": 0, "etag_repository": "W/\"372019ef96f8d311a1f43e9707b56690c517ad8bee0b0a608e8a733a303de980\"", "full_name": "xraver/mercedes_me_api", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "ee64462", "last_release_tag": "v0.11", "last_updated": "2021-02-04T08:01:28Z", "name": "mercedesmeapi", "new": false, "repository_manifest": {"name": "Mercedes Me API", "domains": ["sensor"], "render_readme": false, "homeassistant": "0.100.0", "iot_class": ["Cloud Polling"]}, "selected_tag": null, "show_beta": false, "stars": 32, "topics": ["hacs", "homeassistant", "mercedes", "mercedes-benz-car", "python"], "version_installed": null, "last_fetched": 1643571252.677888}, "303793543": {"authors": ["@tomasbedrich"], "category": "integration", "description": "A Home Assistant integration for communication with Skydance lighting WiFi relay.", "domain": "skydance", "downloads": 0, "etag_repository": "W/\"acd134673a77eef42a62354521c279e96a0ed8e163ace5454a4f23c5c29857a4\"", "full_name": "tomasbedrich/home-assistant-skydance", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a1630b7", "last_release_tag": "2.0.1", "last_updated": "2021-11-30T23:47:20Z", "name": "skydance", "new": false, "repository_manifest": {"name": "Skydance", "domains": ["skydance"], "country": ["EN", "CZ"], "render_readme": true, "iot_class": ["Local Polling"]}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": ["hacs", "home-assistant", "home-automation", "networking", "python"], "version_installed": null, "last_fetched": 1642851364.709123}, "315447202": {"authors": ["@KoljaWindeler"], "category": "integration", "description": "YouTube music player for homeassistant", "domain": "ytube_music_player", "downloads": 0, "etag_repository": "W/\"4e4f8d49105d3ae7321ae25d0446883933d7395927e7cab2e864063a3103da0f\"", "full_name": "KoljaWindeler/ytube_music_player", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "418b3bc", "last_release_tag": "20220123.01", "last_updated": "2022-01-23T08:37:22Z", "name": "ytube_music_player", "new": false, "repository_manifest": {"name": "ytube_music_player", "content_in_root": false, "render_readme": true, "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 124, "topics": ["custom-component", "homeassistant", "youtube"], "version_installed": null, "last_fetched": 1643571237.081738}, "157618389": {"authors": [], "category": "integration", "description": "\ud83d\udd39 Use icons from fontawesome in home-assistant", "domain": "fontawesome", "downloads": 0, "etag_repository": "W/\"9a5fece5aaaf48609cffe62ae79ac8452b4ad3c87d9f5d6dd0ac067f39b21c89\"", "full_name": "thomasloven/hass-fontawesome", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "cb7b171", "last_release_tag": "2.1.5", "last_updated": "2021-11-23T09:13:29Z", "name": "fontawesome", "new": false, "repository_manifest": {"name": "fontawesome", "render_readme": true, "homeassistant": "2021.11.0b0"}, "selected_tag": null, "show_beta": false, "stars": 154, "topics": [], "version_installed": null, "last_fetched": 1643571250.148892}, "306666927": {"authors": ["@unsigus", "@DCSBL"], "category": "integration", "description": "Custom Home Assistant integration for HomeWizard Energy", "domain": "homewizard_energy", "downloads": 0, "etag_repository": "W/\"516fa941ff011f2e180d64bdf4987f72af1ff450c0b5578abd5f2450f7b921b3\"", "full_name": "DCSBL/ha-homewizard-energy", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "de4d4d8", "last_release_tag": "0.12.1", "last_updated": "2022-01-17T11:30:27Z", "name": "homewizard_energy", "new": false, "repository_manifest": {"name": "HomeWizard Energy", "render_readme": true, "domains": ["sensor", "switch"], "homeassistant": "2021.11.0", "iot_class": "local_polling", "zip_release": true, "filename": "homewizard_energy.zip"}, "selected_tag": null, "show_beta": false, "stars": 25, "topics": ["custom-integration", "dsmr", "hacs", "home-assistant", "homeassistant", "homewizard", "homewizard-energy", "homewizard-p1-meter", "p1"], "version_installed": null, "last_fetched": 1643571227.966338}, "203246690": {"authors": [], "category": "plugin", "description": "Home Assistant Lovelace custom card with Barometer, Thermomer themes and customs themes as well !", "domain": "", "downloads": 0, "etag_repository": "W/\"74e7e0414b1b654f441623138358d57a355c6aeba614c5da57987fdb88568990\"", "full_name": "SNoof85/lovelace-tempometer-gauge-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "59e1a34", "last_release_tag": "1.40", "last_updated": "2021-06-07T09:26:09Z", "name": "lovelace-tempometer-gauge-card", "new": false, "repository_manifest": {"name": "Tempometer Gauge Card", "render_readme": true, "content_in_root": true, "filename": "tempometer-gauge-card.js"}, "selected_tag": null, "show_beta": false, "stars": 84, "topics": ["barometer", "custom-card", "home-assistant", "lovelace", "thermometer"], "version_installed": null, "last_fetched": 1643571263.133605}, "179808576": {"authors": [], "category": "plugin", "description": "Additional icons for Home Assistant to accompany the MDI icons", "domain": "", "downloads": 0, "etag_repository": "W/\"d39310713a7b40c601730794f1496710499cf3a7baec2c57b7568900aaf3180a\"", "full_name": "hulkhaugen/hass-bha-icons", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d50a623", "last_release_tag": null, "last_updated": "2022-01-30T19:39:54Z", "name": "hass-bha-icons", "new": false, "repository_manifest": {"name": "BHA Icon Pack", "render_readme": false, "content_in_root": false}, "selected_tag": null, "show_beta": false, "stars": 129, "topics": ["hacs", "home-assistant", "homeassistant", "icons", "iconset"], "version_installed": null, "last_fetched": 1643572180.629359}, "237620254": {"authors": [], "category": "plugin", "description": "This is a custom lovelace card for displaying a todoist calendar in Home Assistant.", "domain": "", "downloads": 0, "etag_repository": "W/\"0b23f2994406c5ecf139ad5126e1268b6f975ddad2750667c33753b8afdc72c4\"", "full_name": "tholgir/TodoIst-Task-List", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "23c9f66", "last_release_tag": "v1.1.1", "last_updated": "2021-04-25T07:36:09Z", "name": "TodoIst-Task-List", "new": false, "repository_manifest": {"name": "todoist-task-list", "content_in_root": true, "render_readme": true, "filename": "todoist-task-list.js"}, "selected_tag": null, "show_beta": false, "stars": 10, "topics": ["homeassistant", "lovelace", "lovelace-custom-card", "lovelace-ui", "todoist"], "version_installed": null}, "328957716": {"authors": [], "category": "plugin", "description": "Home Assistant Lovelace Custom Card to calculate time elapsed/left", "domain": "", "downloads": 0, "etag_repository": "W/\"9448c4a172fc46581115a1dad10addfb3da730b136948abb6896dfa85f773e6b\"", "full_name": "Kirbo/ha-lovelace-elapsed-time-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "84704a2", "last_release_tag": "0.4.2", "last_updated": "2021-06-03T08:58:27Z", "name": "ha-lovelace-elapsed-time-card", "new": false, "repository_manifest": {"name": "Time Elapsed Card", "render_readme": true, "filename": "elapsed-time-card.js"}, "selected_tag": null, "show_beta": false, "stars": 19, "topics": ["hacs", "homeassistant", "lovelace-custom-card"], "version_installed": null, "last_fetched": 1641217483.958615}, "328132422": {"authors": [], "category": "plugin", "description": "This repository is used to contain the code of a kodi playlist card for Home Assistant and publish it via HACS", "domain": "", "downloads": 0, "etag_repository": "W/\"91866afe904c89043fdf11b65f6a552e00dc52ed3cb5b0feba28b51d123c2a3d\"", "full_name": "jtbgroup/kodi-playlist-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "864bed7", "last_release_tag": "3.2.0", "last_updated": "2021-12-05T07:17:07Z", "name": "kodi-playlist-card", "new": false, "repository_manifest": {"name": "Kodi Playlist Card", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["home-assistant", "home-assistant-frontend", "home-assistant-hacs", "homeassistant", "kodi"], "version_installed": null}, "331701152": {"authors": [], "category": "plugin", "description": "\ud83d\udcc8 A Lovelace card to display advanced graphs and charts based on ApexChartsJS for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"1f4e541aaaf4fc5481e80109b6bda4d27ee9e439a2bed8461fbc8d17fdc4a5ca\"", "full_name": "RomRider/apexcharts-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4d72937", "last_release_tag": "v1.10.0", "last_updated": "2022-01-03T18:03:25Z", "name": "apexcharts-card", "new": false, "repository_manifest": {"name": "apexcharts-card", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 328, "topics": ["apexcharts", "home-assistant", "iot", "lovelace"], "version_installed": null, "last_fetched": 1643545559.208369}, "327779379": {"authors": ["@itchannel"], "category": "integration", "description": "Optus Mobile Home Assistant Integration", "domain": "optus", "downloads": 0, "etag_repository": "W/\"76247ea11beb07b89e9380811fd7f27d91be810b51b5969f11cb5b32288b4e5b\"", "full_name": "itchannel/optus-ha", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7186455", "last_release_tag": "0.0.2", "last_updated": "2021-06-13T00:40:48Z", "name": "optus", "new": false, "repository_manifest": {"name": "Optus", "content_in_root": false, "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": ["assistant", "mobile", "optus"], "version_installed": null}, "257988102": {"authors": ["@cgarwood"], "category": "integration", "description": "Fully Kiosk Browser integration for Home Assistant", "domain": "fullykiosk", "downloads": 0, "etag_repository": "W/\"9ad4c084b7f8e7449720c3ac1219fab3c85e0b59d3817bc4cf66f24ff53cd5fb\"", "full_name": "cgarwood/homeassistant-fullykiosk", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7405866", "last_release_tag": "1.0.1", "last_updated": "2022-01-08T14:11:03Z", "name": "fullykiosk", "new": false, "repository_manifest": {"name": "Fully Kiosk Browser", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 93, "topics": ["fully-kiosk-browser", "hacktoberfest", "home-assistant"], "version_installed": null, "last_fetched": 1643571224.437525}, "328361159": {"authors": ["@jellespijker"], "category": "integration", "description": "Home-Assistant component for Ultimaker printers (UM3, S3, S5)", "domain": "ultimaker", "downloads": 0, "etag_repository": "W/\"b5d986842221d7e6b9a33dcfd6b2f5b31cfc60f6068919ff8018d21f92a832fd\"", "full_name": "jellespijker/home-assistant-ultimaker", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5324b44", "last_release_tag": "V0.1.5", "last_updated": "2021-03-07T12:11:04Z", "name": "ultimaker", "new": false, "repository_manifest": {"name": "ultimaker", "render_readme": true, "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": ["3d-printing", "hass", "hassio", "home-assistant", "home-assistant-component", "home-assistant-hacs", "home-assistant-sensor", "s3", "s5", "ultimaker", "um3"], "version_installed": null}, "326288498": {"authors": ["@jugla"], "category": "integration", "description": "world tides info custom component for home assistant", "domain": "worldtidesinfocustom", "downloads": 0, "etag_repository": "W/\"7d616285d305b4ec252f1ef5df4e30b445f5b5c7ceb4aa730695426484e3c9b8\"", "full_name": "jugla/worldtidesinfocustom", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "85f5079", "last_release_tag": "V9.1.0", "last_updated": "2022-01-25T17:54:16Z", "name": "worldtidesinfocustom", "new": false, "repository_manifest": {"name": "worldtidesinfocustom", "domains": ["sensor", "camera"], "iot_class": "cloud_polling"}, "selected_tag": null, "show_beta": false, "stars": 14, "topics": ["customcomponents", "hacs", "homeassistant", "tides", "worldtides"], "version_installed": null, "last_fetched": 1643571235.91743}, "330454534": {"authors": [], "category": "plugin", "description": "Lovelace card to configure network-connected La Marzocco espresso machines", "domain": "", "downloads": 0, "etag_repository": "W/\"834c5ba895093871d0278bf5d24283be5d0cbbf2041432f3a1080e985037af26\"", "full_name": "rccoleman/lovelace-lamarzocco-config-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1022444", "last_release_tag": "v0.0.7", "last_updated": "2021-02-14T21:51:13Z", "name": "lovelace-lamarzocco-config-card", "new": false, "repository_manifest": {"name": "La Marzocco Config Card", "render_readme": true, "filename": "lamarzocco-config-card.js"}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["automation", "espresso", "hass", "home-assistant", "homeassistant", "lamarzocco", "lovelace", "lovelace-card", "lovelace-custom-card"], "version_installed": null}, "306822538": {"authors": ["@exxamalte"], "category": "integration", "description": "Home Assistant Custom Component: NSW Rural Fire Service Fire Danger", "domain": "nsw_rural_fire_service_fire_danger", "downloads": 0, "etag_repository": "W/\"6015dffad130bb99d7f11ec0edd0674f3cae4514f70910e82a928c3889733357\"", "full_name": "exxamalte/home-assistant-custom-components-nsw-rural-fire-service-fire-danger", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9d125bd", "last_release_tag": "v0.8", "last_updated": "2021-12-25T12:03:39Z", "name": "nsw_rural_fire_service_fire_danger", "new": false, "repository_manifest": {"name": "NSW Rural Fire Service - Fire Danger", "domains": ["binary_sensor", "sensor"], "country": ["AU"], "homeassistant": "0.117.0", "iot_class": ["Cloud Polling"]}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["custom-component", "fire-danger", "homeassistant", "nsw", "rural-fire-service", "sensor"], "version_installed": null, "last_fetched": 1642520518.567378}, "291484700": {"authors": ["@AlexxIT"], "category": "integration", "description": "Control Zigbee, BLE and Mesh devices from Home Assistant with Xiaomi Gateway 3 (ZNDMWG03LM) on original firmware", "domain": "xiaomi_gateway3", "downloads": 0, "etag_repository": "W/\"d86ae8c1553b7a10c2556d979df00cbc5ab5c986a8bbf7e78474c63af19f0036\"", "full_name": "AlexxIT/XiaomiGateway3", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "0488afc", "last_release_tag": "v1.6.5", "last_updated": "2022-01-30T12:22:47Z", "name": "xiaomi_gateway3", "new": false, "repository_manifest": {"name": "Xiaomi Gateway 3", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 1250, "topics": ["ble", "hacs", "home-assistant", "xiaomi", "zigbee"], "version_installed": null, "last_fetched": 1643571220.148948}, "334523683": {"authors": ["@B5r1oJ0A9G"], "category": "integration", "description": "Integration for Teufel smart speaker (aka Raumfeld Multiroom) into https://www.home-assistant.io/.", "domain": "teufel_raumfeld", "downloads": 0, "etag_repository": "W/\"7a0c134f283ea4291b75e50ef9cff060ceb12c4dd8b25ed3569e9186abc5dbb9\"", "full_name": "B5r1oJ0A9G/teufel_raumfeld", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "abb330c", "last_release_tag": null, "last_updated": "2021-08-24T22:21:56Z", "name": "teufel_raumfeld", "new": false, "repository_manifest": {"name": "Teufel Raumfeld", "domains": ["media_player", "sensor"], "iot_class": ["Local Polling"], "zip_release": true, "filename": "teufel_raumfeld.zip"}, "selected_tag": null, "show_beta": false, "stars": 15, "topics": ["hassfeld", "home-assistant", "media-player", "multiroom", "multiroom-audio", "raumfeld", "smart-speaker", "teufel"], "version_installed": null, "last_fetched": 1643571222.419727}, "276915021": {"authors": ["@fondberg", "@tmjo", "@olalid", "@astrandb"], "category": "integration", "description": "Custom component for Easee EV charger", "domain": "easee", "downloads": 0, "etag_repository": "W/\"e578a60c45595826a2bc3b3e57433bae049cde20cdb6cf25c8129ecba35d3371\"", "full_name": "fondberg/easee_hass", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "91fe608", "last_release_tag": "v0.9.39", "last_updated": "2022-01-28T09:41:00Z", "name": "easee", "new": false, "repository_manifest": {"name": "Easee EV Charger", "domains": ["binary_sensor", "sensor", "switch"], "homeassistant": "2021.11.0", "iot_class": ["Cloud Push"]}, "selected_tag": null, "show_beta": false, "stars": 74, "topics": ["easee", "ev-charging", "hass", "home-assistant"], "version_installed": null, "last_fetched": 1643571230.885064}, "325755578": {"authors": ["@ReneNulschDE"], "category": "integration", "description": "Custom Component to integrate MercedesME devices into Home-Assistant", "domain": "mbapi2020", "downloads": 0, "etag_repository": "W/\"aaf6bc11f86b3bafaaf2e842f4d3039711c3c0b8141757955d6d9f9443d6fdec\"", "full_name": "ReneNulschDE/mbapi2020", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c2df37d", "last_release_tag": "v0.6.1", "last_updated": "2022-01-30T16:59:42Z", "name": "mbapi2020", "new": false, "repository_manifest": {"name": "MercedesME 2020", "domains": ["lock", "sensor", "device_tracker", "binary_sensor", "switch"], "iot_class": "Cloud Pull"}, "selected_tag": null, "show_beta": false, "stars": 51, "topics": ["car", "home-assistant", "home-assistant-component", "lock", "sensor", "switch"], "version_installed": null, "last_fetched": 1643571245.715936}, "325962977": {"authors": ["@msekoranja"], "category": "integration", "description": "EMSC Home Assistant Integration", "domain": "emscrss", "downloads": 0, "etag_repository": "W/\"d6e74e4c98906a961e5fabe8d993df2fe88cbd9fd27b885e5254095f98c25b5a\"", "full_name": "msekoranja/emsc-hacs-repository", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e024cc1", "last_release_tag": null, "last_updated": "2021-12-16T18:29:28Z", "name": "emscrss", "new": false, "repository_manifest": {"name": "EMSC Earthquake RSS Feed", "hacs": "1.6.0", "domains": ["sensor"], "iot_class": "Cloud Polling", "homeassistant": "0.118.0"}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["custom-component", "home-assistant"], "version_installed": null, "last_fetched": 1643545556.696503}, "319744131": {"authors": ["@martindybal"], "category": "integration", "description": "TapHome integration into Home Assistant.", "domain": "taphome", "downloads": 0, "etag_repository": "W/\"56d90ea97718f8cc5c34e1939afc5c548545efd74bf1854fe6c2572f26a0e34c\"", "full_name": "martindybal/taphome-homeassistant", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "79d1f47", "last_release_tag": null, "last_updated": "2022-01-16T05:54:53Z", "name": "taphome", "new": false, "repository_manifest": {"name": "TapHome", "render_readme": true, "homeassistant": "2021.7.0", "domains": ["binary_sensor", "climate", "cover", "light", "sensor", "switch", "select"], "content_in_root": true}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": ["home-assistant", "home-automation", "taphome"], "version_installed": null, "last_fetched": 1642430855.853559}, "236611771": {"authors": ["@PrairieSnpr"], "category": "integration", "description": "TDAmeritrade component for Home Assistant", "domain": "tdameritrade", "downloads": 0, "etag_repository": "W/\"4b4636130839f61b04ea3b9bb184a3887b9f48db9be36f8911ef29896f21e5f0\"", "full_name": "prairiesnpr/hass-tdameritrade", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c16f7ec", "last_release_tag": "v0.2", "last_updated": "2021-09-26T20:27:15Z", "name": "tdameritrade", "new": false, "repository_manifest": {"name": "TDAmeritrade", "country": ["US"], "domains": ["binary_sensor", "sensor"], "homeassistant": "2021.1.4", "iot_class": ["Cloud Polling"]}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["hacs", "home-assistant", "tdameritrade"], "version_installed": null}, "321172020": {"authors": ["@natekspencer"], "category": "integration", "description": "Home Assistant integration for a Litter-Robot Connect self-cleaning litter box", "domain": "litterrobot", "downloads": 0, "etag_repository": "W/\"9cc00dc169650c071db9f4b4dd03ccb36469d6af166ef0594b5e682f6c5e6226\"", "full_name": "natekspencer/hacs-litterrobot", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1a1bc12", "last_release_tag": "2021.8.0", "last_updated": "2021-09-14T00:21:28Z", "name": "litterrobot", "new": false, "repository_manifest": {"name": "Litter-Robot", "render_readme": true, "domains": ["sensor", "switch", "vacuum"], "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": ["hacs", "home-assistant", "home-assistant-hacs", "homeassistant", "homeassistant-components", "homeassistant-custom-component", "homeassistant-integration", "litter-robot", "python3"], "version_installed": null, "last_fetched": 1641217493.557287}, "335750566": {"authors": ["@metbril"], "category": "integration", "description": "Home Assistant component for fuel prices from United Consumers", "domain": "brandstofprijzen", "downloads": 0, "etag_repository": "W/\"d74db9c0926372d170ef8f49196e9c5f3281f9e4617ff3895a6dce7b1ca37e18\"", "full_name": "metbril/home-assistant-brandstofprijzen", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c1ad1f5", "last_release_tag": "v0.3.0", "last_updated": "2021-12-25T17:27:20Z", "name": "brandstofprijzen", "new": false, "repository_manifest": {"name": "Brandstofprijzen", "content_in_root": false, "render_readme": true, "country": ["NL"], "domains": ["sensor"], "iot_class": ["Assumed State", "Cloud Polling"]}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": ["custom-component", "home-assistant"], "version_installed": null}, "332651510": {"authors": ["@jcgoette"], "category": "integration", "description": "This custom integration provides sensors for Baby Buddy API endpoints.", "domain": "babybuddy", "downloads": 0, "etag_repository": "W/\"9b94fc4737f3ba865ac135f2772b82709943780b7dd9baf63e45a25ec541af43\"", "full_name": "jcgoette/baby_buddy_homeassistant", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "abb4c50", "last_release_tag": "v2.3.0", "last_updated": "2021-12-18T03:52:25Z", "name": "babybuddy", "new": false, "repository_manifest": {"domains": ["sensor", "switch"], "homeassistant": "2021.9", "iot_class": "Cloud Polling", "name": "Baby Buddy", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 18, "topics": ["baby", "home-assistant", "home-assistant-component", "home-assistant-custom", "home-assistant-sensor", "parents", "python"], "version_installed": null, "last_fetched": 1642430857.32164}, "334718103": {"authors": ["@fred-oranje"], "category": "integration", "description": "Add Rituals Genie to your HomeAssistant", "domain": "rituals_genie", "downloads": 0, "etag_repository": "W/\"134c760881a3629df584d2b62091a66a33188c060257342747aa089f66514a0f\"", "full_name": "fred-oranje/rituals-genie", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c7589d3", "last_release_tag": "v0.0.2", "last_updated": "2021-12-06T12:08:47Z", "name": "rituals_genie", "new": false, "repository_manifest": {"name": "Rituals Genie", "hacs": "1.6.0", "domains": ["sensor", "switch"], "iot_class": "Cloud Polling", "homeassistant": "2021.1.5"}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["genie", "homeassistant", "integration", "rituals"], "version_installed": null}, "295523408": {"authors": ["@jvitkauskas"], "category": "integration", "description": "Home Assistant integration with Salus devices", "domain": "salus", "downloads": 0, "etag_repository": "W/\"95fa6c21697809190fc02e76e65a8b58c0371f314856ba019b6f5525e49c8d44\"", "full_name": "jvitkauskas/homeassistant_salus", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "86d0d52", "last_release_tag": "0.3.1", "last_updated": "2022-01-14T20:26:10Z", "name": "salus", "new": false, "repository_manifest": {"name": "Salus iT600", "render_readme": true, "iot_class": "Local Polling", "domains": ["climate", "binary_sensor", "switch", "cover", "sensor"]}, "selected_tag": null, "show_beta": false, "stars": 19, "topics": ["hacs", "hass", "home-assistant", "integration"], "version_installed": null, "last_fetched": 1643571236.44543}, "327695137": {"authors": ["@boralyl", "@Gautier Vanderslyen"], "category": "integration", "description": "Custom component to feed multiple sensors in Home Assistan and so custom cards can be to display those sensors. This repository is a fork of https://github.com/boralyl/kodi-recently-added", "domain": "kodi_media_sensors", "downloads": 0, "etag_repository": "W/\"7cdc679cb850cd9a5cbfd0159067d19f002baaf21c01a106e9b5bee8d1831e4d\"", "full_name": "jtbgroup/kodi-media-sensors", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7daf4fc", "last_release_tag": "3.3.0", "last_updated": "2021-12-26T08:56:02Z", "name": "kodi_media_sensors", "new": false, "repository_manifest": {"config_flow": true, "documentation": "https://github.com/jtbgroup/kodi-media-sensors", "domains": ["sensor"], "homeassistant": "2021.1.3", "iot_class": "Local Polling", "name": "Kodi Media Sensors", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["hacs", "home-assistant", "home-assistant-component", "home-assistant-custom", "home-assistant-hacs", "homeassistant", "homeassistant-components", "homeassistant-custom-component", "homeassistant-integration", "homeassistant-sensor", "kodi", "playlist", "playlists", "pyth"], "version_installed": null}, "334284822": {"authors": ["@rj175"], "category": "integration", "description": "An integration to monitor and execute AWS Codepipeline projects within Home Assistant.", "domain": "aws_codepipeline", "downloads": 0, "etag_repository": "W/\"dd3f1ad21b89814df953d20283c07dc9f11f767559ec92689570207215d03888\"", "full_name": "rj175/home-assistant-aws-codepipeline", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3b374af", "last_release_tag": "v1.0.0", "last_updated": "2021-01-30T22:52:54Z", "name": "aws_codepipeline", "new": false, "repository_manifest": {"name": "AWS Codepipeline", "domains": ["sensors"], "iot_class": ["Cloud Poll"]}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["aws", "ci", "cloud", "codepipeline"], "version_installed": null}, "232424544": {"authors": ["@tschamm"], "category": "integration", "description": "Home Assistant component for accessing Bosch Smart Home Controller using boschshcpy python library.", "domain": "bosch_shc", "downloads": 0, "etag_repository": "W/\"8c7b5b22bf7dca0ad539b15af167fbe659d0f81504c59787b1618f0595d0a33b\"", "full_name": "tschamm/boschshc-hass", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2ff102c", "last_release_tag": "0.4.23", "last_updated": "2021-12-25T19:41:03Z", "name": "bosch_shc", "new": false, "repository_manifest": {"name": "Bosch Smart Home Controller (SHC) integration", "domains": ["alarm_control_panel", "binary_sensor", "climate", "cover", "light", "sensor", "switch"], "iot_class": ["Local Push", "Local Polling"], "render_readme": false, "homeassistant": "2021.1.5"}, "selected_tag": null, "show_beta": false, "stars": 40, "topics": ["bosch-smart-home", "boschshcpy", "home-assistant", "home-assistant-component", "smart-home"], "version_installed": null, "last_fetched": 1643571251.209285}, "328671547": {"authors": ["@dmoranf"], "category": "integration", "description": "Wattio Smart Home custom integration for Home Assistant", "domain": "wattio", "downloads": 0, "etag_repository": "W/\"63d645f3dd5184c7cc13cfc9e5be72af788278c459b0b44695fcd1c91ab122ee\"", "full_name": "dmoranf/home-assistant-wattio", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "bc63885", "last_release_tag": "0.2.13", "last_updated": "2021-06-04T07:27:56Z", "name": "wattio", "new": false, "repository_manifest": {"name": "wattio", "domains": ["binary_sensor", "sensor", "climate", "switch"], "homeassistant": "0.96.0", "render_readme": true, "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["hacs", "hass", "home-assistant", "home-assistant-component", "home-automation", "wattio"], "version_installed": null}, "326220257": {"authors": [], "category": "integration", "description": "Hacky Home assistant support for Viomi SE (V-RVCLM21A)", "domain": "viomise", "downloads": 0, "etag_repository": "W/\"a4b5815e6738f22a3a7cac46866f139773e6a036e2aaf80c54b93117ec436113\"", "full_name": "marotoweb/home-assistant-vacuum-viomise", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "23fdeb4", "last_release_tag": "v2021.05.16", "last_updated": "2022-01-30T18:32:27Z", "name": "viomise", "new": false, "repository_manifest": {"name": "Viomi Robot Vacuum Cleaner SE (V-RVCLM21A)", "country": ["FR", "PL", "PT"], "domains": ["vacuum"], "iot_class": "Local Polling", "content_in_root": false, "render_readme": false, "zip_release": true, "filename": "viomi_se.zip"}, "selected_tag": null, "show_beta": false, "stars": 11, "topics": ["hacs", "hass", "home-assistant", "homeassistant", "robot-vacuum", "vacuum", "viomi"], "version_installed": null, "last_fetched": 1643571239.744105}, "325470745": {"authors": ["@ha0y"], "category": "integration", "description": "All-in-one & Easy-to-use. Integrate all your Xiaomi Smart Home - with a single integration and NO YAML files - into Home Assistant.", "domain": "xiaomi_miot_raw", "downloads": 0, "etag_repository": "W/\"49738e395f3606f6126996b0a2b310c30397e355444600ea8fd98cb1db20c5d9\"", "full_name": "ha0y/xiaomi_miot_raw", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d1b70a6", "last_release_tag": "v1.4.0", "last_updated": "2022-01-30T19:15:59Z", "name": "xiaomi_miot_raw", "new": false, "repository_manifest": {"name": "Xiaomi MIoT", "content_in_root": false, "render_readme": true, "iot_class": "local_polling"}, "selected_tag": null, "show_beta": false, "stars": 1113, "topics": ["hacs", "home-assistant", "home-assistant-addons", "homeassistant", "miot", "miot-protocol", "xiaomi", "xiaomi-miot"], "version_installed": null, "last_fetched": 1643571232.71321}, "186605347": {"authors": ["@pszafer"], "category": "integration", "description": "HA custom component for Bosch thermostats", "domain": "bosch", "downloads": 0, "etag_repository": "W/\"eda84242d76d09b4478a3eeaa75a2cde4196e97cbfc8564eca2112e0dd757c39\"", "full_name": "bosch-thermostat/home-assistant-bosch-custom-component", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a733f48", "last_release_tag": "v0.17.0", "last_updated": "2022-01-24T16:12:34Z", "name": "bosch", "new": false, "repository_manifest": {"name": "Bosch thermostat", "domains": ["climate", "water_heater", "sensor"], "homeassistant": "2021.4.0", "render_readme": true, "iot_class": ["Cloud Polling", "Cloud Push", "Local Polling", "Local Push"]}, "selected_tag": null, "show_beta": false, "stars": 60, "topics": ["bosch", "bosch-thermostat", "buderus", "home-assistant", "nefit", "sensors", "thermostat", "xmpp"], "version_installed": null, "last_fetched": 1643571223.362112}, "100234318": {"authors": ["@syssi"], "category": "integration", "description": "Xiaomi Philips Lights integration for Home Assistant", "domain": "xiaomi_miio_philipslight", "downloads": 0, "etag_repository": "W/\"8f6106830200eaa50f1aafb7fff139924fe7bb54875abb1d6c231428351295c8\"", "full_name": "syssi/philipslight", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b46c1a2", "last_release_tag": "1.5.0", "last_updated": "2021-12-20T21:06:22Z", "name": "xiaomi_miio_philipslight", "new": false, "repository_manifest": {"name": "Xiaomi Philips Lights Integration", "content_in_root": false, "render_readme": true, "iot_class": "local_polling"}, "selected_tag": null, "show_beta": false, "stars": 56, "topics": ["custom-component", "hacktoberfest", "home-assistant", "light", "miio", "miio-protocol", "xiaomi", "xiaomi-philips-lights"], "version_installed": null, "last_fetched": 1641217499.701443}, "332911333": {"authors": ["@rgc99"], "category": "integration", "description": "\u2652Irrigation controller for Home Assistant", "domain": "irrigation_unlimited", "downloads": 0, "etag_repository": "W/\"f259afd0b4e615cd1e858649903a50f1a19d7d89aaf8e3fbf5a9555a311b9e8e\"", "full_name": "rgc99/irrigation_unlimited", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "185a04d", "last_release_tag": "2022.1.2", "last_updated": "2022-01-26T00:57:50Z", "name": "irrigation_unlimited", "new": false, "repository_manifest": {"name": "Irrigation Unlimited", "hacs": "1.6.0", "domains": ["binary_sensor"], "homeassistant": "0.118.0"}, "selected_tag": null, "show_beta": false, "stars": 97, "topics": ["garden-automation", "hacs", "home-assistant", "home-automation", "irrigation", "irrigation-control-system", "irrigation-controller", "sprinkler-controller", "water", "watering-controller", "watering-system"], "version_installed": null, "last_fetched": 1643571246.612825}, "313850121": {"authors": ["@al-one"], "category": "integration", "description": "Xiaomi Miio Yeelink/Yeelight devices for Home Assistant", "domain": "miio_yeelink", "downloads": 0, "etag_repository": "W/\"ac4ad42f498e257c19ba40052f5a887c4de63f2825716a9fc0dea0d9083bccdd\"", "full_name": "al-one/hass-miio-yeelink", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4f36887", "last_release_tag": "v0.1.11", "last_updated": "2021-12-21T21:38:04Z", "name": "miio_yeelink", "new": false, "repository_manifest": {"name": "Xiaomi Miio For Yeelink", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 89, "topics": ["home-assistant", "miio", "miot", "xiaomi", "yeelight", "yeelink"], "version_installed": null, "last_fetched": 1642184535.634598}, "318182014": {"authors": ["@al-one"], "category": "integration", "description": "Automatic integrate all Xiaomi devices to HomeAssistant via miot-spec, support Wi-Fi, BLE, ZigBee devices.", "domain": "xiaomi_miot", "downloads": 0, "etag_repository": "W/\"2d6295e06a910161f8f4c4ed416bf1a94be265c5e4ab43e1b6fa381743a33d76\"", "full_name": "al-one/hass-xiaomi-miot", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "cc814e2", "last_release_tag": "v0.5.1", "last_updated": "2022-01-29T18:47:58Z", "name": "xiaomi_miot", "new": false, "repository_manifest": {"name": "Xiaomi Miot Auto", "content_in_root": false, "zip_release": true, "filename": "xiaomi_miot.zip", "render_readme": true, "iot_class": ["Local Polling", "Cloud Polling"]}, "selected_tag": null, "show_beta": false, "stars": 801, "topics": ["custom-component", "home-assistant", "homeassistant", "iot", "miio", "miot", "miot-spec", "smart-home", "xiaoai", "xiaomi", "xiaomi-miot"], "version_installed": null, "last_fetched": 1643571220.012333}, "335019855": {"authors": [], "category": "plugin", "description": "Home Assistant Lovelace Card for controlling desks based on linak bluetooth controller.", "domain": "", "downloads": 0, "etag_repository": "W/\"8841be7e14c30e3888e42dc48c9fcbefa84ab30f3bd68c0209bf6ca47c9756b7\"", "full_name": "IhorSyerkov/linak-desk-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "666de7c", "last_release_tag": "v1.3.1", "last_updated": "2021-11-03T18:16:13Z", "name": "linak-desk-card", "new": false, "repository_manifest": {"name": "LinakDesk Card", "render_readme": true, "filename": "linak-desk-card.js"}, "selected_tag": null, "show_beta": false, "stars": 20, "topics": ["custom-card", "hacs", "home-assistant", "linak-desk-card", "lovelace"], "version_installed": null}, "337387822": {"authors": ["@muhlba91"], "category": "integration", "description": "Home Assistant integration (HACS) for Hella's ONYX.CENTER appliance", "domain": "hella_onyx", "downloads": 0, "etag_repository": "W/\"6229887c7aa4db86e91ce26c0ebf8a1106feaf4f538e968da374f3e79a0bf202\"", "full_name": "muhlba91/onyx-homeassistant-integration", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f50f17d", "last_release_tag": "v2.0.0", "last_updated": "2021-11-24T14:52:27Z", "name": "hella_onyx", "new": false, "repository_manifest": {"name": "Hella ONYX.CENTER", "iot_class": "Cloud Polling", "domains": ["hella_onyx", "cover"], "homeassistant": "2021.11.5", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["hacs", "hella", "homeassistant", "homeassistant-integration", "onyx"], "version_installed": null}, "320324937": {"authors": ["@tetienne"], "category": "integration", "description": "Home Assistant custom component to retrieve information from Veolia ", "domain": "veolia", "downloads": 0, "etag_repository": "W/\"8973c18395ed7281745166e05f1066791fd935dedce291213de6df16d7d6e7d4\"", "full_name": "tetienne/veolia-custom-component", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2a2789c", "last_release_tag": "v0.3.3", "last_updated": "2021-12-22T07:52:40Z", "name": "veolia", "new": false, "repository_manifest": {"name": "Veolia", "hacs": "0.24.0", "domains": ["sensor"], "iot_class": "Cloud Polling", "homeassistant": "0.115.0", "country": ["FR"]}, "selected_tag": null, "show_beta": false, "stars": 0, "topics": ["hacs", "home-assistant", "home-assistant-component", "veolia"], "version_installed": null}, "335713085": {"authors": [], "category": "plugin", "description": "Todoist card for Home Assistant Lovelace UI.", "domain": "", "downloads": 0, "etag_repository": "W/\"6f84c5fd0ba0c1af09c78d5bfad2b1230205f8f81eef5b3b92a5373227e20580\"", "full_name": "grinstantin/todoist-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "57157d5", "last_release_tag": "v1.0.8", "last_updated": "2022-01-24T20:50:45Z", "name": "todoist-card", "new": false, "repository_manifest": {"name": "Todoist Card", "content_in_root": true, "filename": "todoist-card.js", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 20, "topics": ["custom-cards", "hacs", "home-assistant", "homeassistant", "lovelace", "todoist"], "version_installed": null, "last_fetched": 1643571258.119419}, "334076222": {"authors": ["@mawinkler"], "category": "integration", "description": "Asynchronous Astro Weather Forecast for Home Assistant", "domain": "astroweather", "downloads": 0, "etag_repository": "W/\"a522262e7eb1b7fbca336bef746408a48e614d5f86343796e9c09abcc62da838\"", "full_name": "mawinkler/astroweather", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "62cb0b5", "last_release_tag": "v0.0.18.3", "last_updated": "2021-04-30T04:38:10Z", "name": "astroweather", "new": false, "repository_manifest": {"name": "AstroWeather", "render_readme": true, "domains": ["binary_sensor", "sensor"], "iot_class": ["Cloud Polling"]}, "selected_tag": null, "show_beta": false, "stars": 15, "topics": ["7timer", "astronomy", "forecast", "homeassistant", "homeassistant-integration"], "version_installed": null, "last_fetched": 1641307499.458657}, "339464185": {"authors": ["@erikkastelec"], "category": "integration", "description": "Custom component for retrieving sensor information from Weishaupt WEM Portal", "domain": "wemportal", "downloads": 0, "etag_repository": "W/\"c6a62af155082fd165ece653159873d0214b97f7fe3a0addae10387f8889441c\"", "full_name": "erikkastelec/hass-WEM-Portal", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "8a2c168", "last_release_tag": "1.2.2", "last_updated": "2021-12-17T20:32:03Z", "name": "wemportal", "new": false, "repository_manifest": {"name": "Weishaupt WEM Portal", "domains": ["sensor"], "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": ["home-assistant-hacs", "homeassistant-integration", "weishaupt", "wem-portal"], "version_installed": null, "last_fetched": 1643571230.398915}, "152294445": {"authors": ["@lukas-hetzenecker"], "category": "integration", "description": "Links multiple home-assistant instances together", "domain": "remote_homeassistant", "downloads": 0, "etag_repository": "W/\"fd051c654c50cd042d40138fa6b9a223bd6c36e4df56f4fed9adfd35d0bc0fde\"", "full_name": "custom-components/remote_homeassistant", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "841153c", "last_release_tag": "3.6", "last_updated": "2022-01-27T02:39:20Z", "name": "remote_homeassistant", "new": false, "repository_manifest": {"name": "Remote Home-Assistant", "render_readme": true, "iot_class": "Local Polling"}, "selected_tag": null, "show_beta": false, "stars": 411, "topics": ["hacktoberfest", "hacs", "home-assistant"], "version_installed": null, "last_fetched": 1643571225.964868}, "342026799": {"authors": ["@amaximus"], "category": "integration", "description": "Home Assistant custom component for Pollen Information in Hungary", "domain": "pollen_hu", "downloads": 0, "etag_repository": "W/\"5f2ce1eb392cc50b0ee01b8ff8e59b0eac2ef7ce71a2ab45704cc1b189198140\"", "full_name": "amaximus/pollen_hu", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f499306", "last_release_tag": "0.0.6", "last_updated": "2021-12-19T18:02:47Z", "name": "pollen_hu", "new": false, "repository_manifest": {"name": "Pollen Information Hungary", "country": ["HU"], "domains": ["pollen_hu"], "render_readme": "true", "iot_class": ["Assumed State", "Cloud Polling"]}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": ["home-assistant", "homeassistant", "homeassistant-custom-component", "hungary"], "version_installed": null}, "338782385": {"authors": ["@frimtec"], "category": "integration", "description": ":house_with_garden::satellite: Home Assistant component to switch WiFi on/off of a Compal CH7465LG modem.", "domain": "compal_wifi", "downloads": 0, "etag_repository": "W/\"75c1dac78a1be9891d992720b798155fb818d23ef3a5991a6c800a0fd5922854\"", "full_name": "frimtec/hass-compal-wifi", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2747455", "last_release_tag": "1.3.1", "last_updated": "2021-10-30T15:59:48Z", "name": "compal_wifi", "new": false, "repository_manifest": {"name": "Compal WiFi", "country": ["CH"], "domains": ["switch"], "zip_release": true, "filename": "compal_wifi.zip", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["ch7465lg", "compal", "compal-wifi-switch", "home-assistant", "home-automation", "switch", "wifi", "wlan"], "version_installed": null}, "323346718": {"authors": ["@fsaris"], "category": "integration", "description": "AwoX mesh light integration for Home Assistant", "domain": "awox", "downloads": 0, "etag_repository": "W/\"d7c44088b219479fd490ada588a67ceb69e1742e1a360114e80be091f0e2212c\"", "full_name": "fsaris/home-assistant-awox", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b89246c", "last_release_tag": "0.1.2", "last_updated": "2021-12-15T19:30:28Z", "name": "awox", "new": false, "repository_manifest": {"name": "AwoX MESH control", "domains": ["light"], "homeassistant": "2021.11.0", "render_readme": true, "iot_class": ["Local Push", "Local Polling"]}, "selected_tag": null, "show_beta": false, "stars": 31, "topics": ["awox", "bluetooth", "eglo", "home-assistant"], "version_installed": null, "last_fetched": 1643571231.066121}, "339124227": {"authors": ["@fsaris"], "category": "integration", "description": "Unofficial Zonneplan ONE + connect integration for Home Assistant", "domain": "zonneplan_one", "downloads": 0, "etag_repository": "W/\"1a182f25c41ca01d63cf4c3c2096fce721914b7482ec9881b2e9ea8dd1f83635\"", "full_name": "fsaris/home-assistant-zonneplan-one", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "24b72a7", "last_release_tag": "0.0.9", "last_updated": "2022-01-14T14:37:33Z", "name": "zonneplan_one", "new": false, "repository_manifest": {"name": "Zonneplan ONE", "domains": ["sensor"], "homeassistant": "2021.12.0", "render_readme": true, "iot_class": ["Cloud Polling"], "country": ["NL"]}, "selected_tag": null, "show_beta": false, "stars": 18, "topics": ["hacs", "home-assistant", "home-assistant-component", "sensor", "zonneplan", "zonneplan-connect", "zonneplan-one"], "version_installed": null, "last_fetched": 1642851391.58742}, "309178213": {"authors": ["@jadson179"], "category": "integration", "description": "home-assistant service for control the controlid \ud83d\udeaa\ud83d\udd11", "domain": "controlid", "downloads": 0, "etag_repository": "W/\"157a972d436f022c90c2f64c612b63af4c51a7ffc8c3a8fb0f0a3ecf2e2f22c3\"", "full_name": "jadson179/controlid", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "64c8927", "last_release_tag": "v2021.1.0", "last_updated": "2021-06-24T16:29:59Z", "name": "controlid", "new": false, "repository_manifest": {"name": "controlid", "render_readme": "true", "iot_class": ["Local Push"], "version": "0.1.0"}, "selected_tag": null, "show_beta": false, "stars": 0, "topics": ["controlid", "hacs", "homeassistant"], "version_installed": null}, "340616586": {"authors": ["@Limych"], "category": "integration", "description": "Component to integrate Narodmon.ru cloud into Home Assistant", "domain": "narodmon", "downloads": 0, "etag_repository": "W/\"76d482332bf5d4948a362fd9917c1787099f4c901b735b581ff655ad916304b0\"", "full_name": "Limych/ha-narodmon", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6f6b408", "last_release_tag": "1.1.3", "last_updated": "2022-01-23T11:55:34Z", "name": "narodmon", "new": false, "repository_manifest": {"name": "Narodmon.ru Cloud Integration", "hacs": "1.6.0", "domains": ["binary_sensor", "sensor", "switch"], "iot_class": "Cloud Polling", "homeassistant": "0.118.0"}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["home-assistant", "home-assistant-component", "narodmon", "sensor", "weather"], "version_installed": null, "last_fetched": 1643571238.639852}, "340759468": {"authors": ["@muxa"], "category": "integration", "description": "Custom integration for Home Assistant to get New Zealand tide information from NIWA Tides API", "domain": "niwa_tides", "downloads": 0, "etag_repository": "W/\"a072b7d4fb7751a4fcfd61dd4b31060d939cf19d1ef04bad1c19c64e65c94456\"", "full_name": "muxa/home-assistant-niwa-tides", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1258c54", "last_release_tag": "v1.1.2", "last_updated": "2022-01-14T22:29:11Z", "name": "niwa_tides", "new": false, "repository_manifest": {"name": "NIWA Tides", "domains": "sensor", "iot_class": ["Cloud Polling", "Assumed State"], "country": ["NZ"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": ["home-assistant", "tides"], "version_installed": null, "last_fetched": 1643571240.847023}, "259739166": {"authors": ["@markgdev"], "category": "integration", "description": "Octopus Agile custom component for Home Assistant", "domain": "octopusagile", "downloads": 0, "etag_repository": "W/\"351a6aeb2fc79b8f1a425b0e0df1a86ec2c0a3f678829be97c6b297ad39a37b8\"", "full_name": "markgdev/home-assistant_OctopusAgile", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b09a118", "last_release_tag": "v0.1.1", "last_updated": "2021-08-29T11:52:01Z", "name": "octopusagile", "new": false, "repository_manifest": {"name": "Octopus Agile", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 56, "topics": ["energy", "home-assistant", "home-automation", "octopus", "octopus-agile", "octopus-energy"], "version_installed": null, "last_fetched": 1642851394.341927}, "319346850": {"authors": ["@limych"], "category": "integration", "description": "Home Assistant sensor to predict if it's time to change car tires from summer to winter and vice versa.", "domain": "snowtire", "downloads": 0, "etag_repository": "W/\"f0165dcecaaa5eb190c4e8b64d6043e64c3b72cd282fad4f0807f7d1435947c5\"", "full_name": "Limych/ha-snowtire", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "637ffba", "last_release_tag": "1.4.1", "last_updated": "2022-01-04T17:38:38Z", "name": "snowtire", "new": false, "repository_manifest": {"name": "Snowtire Sensor", "domains": ["sensor"], "hacs": "1.6.0", "iot_class": "Assumed State", "homeassistant": "0.118.0"}, "selected_tag": null, "show_beta": false, "stars": 20, "topics": ["car-winter-tires", "hacs", "home-assistant", "home-assistant-component", "sensor", "tires"], "version_installed": null, "last_fetched": 1641470519.513348}, "236358405": {"authors": ["@nick2525"], "category": "integration", "description": "Broadlink s2c and Broadlink s1c sensors for Home Assistant", "domain": "broadlink_s1c", "downloads": 0, "etag_repository": "W/\"552d77089b8241b0f092162c8eae194d6c0659e359f2156ebe989c8ffaeff254\"", "full_name": "nick2525/broadlink_s1c_s2c", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f8f2b1b", "last_release_tag": null, "last_updated": "2021-12-07T18:44:13Z", "name": "broadlink_s1c", "new": false, "repository_manifest": {"name": "Broadlink s2c and s1c sensors", "render_readme": true, "homeassistant": "0.112.0"}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": ["broadlink", "hacz", "home-assistant", "s1c", "s2c"], "version_installed": null}, "342944383": {"authors": [], "category": "plugin", "description": "Display Buienalarm and/or Buienradar data in a graph for Home Assistant.", "domain": "", "downloads": 0, "etag_repository": "W/\"e36445946e3ef3f2476c41889f9cd66f9165ea7e4a040ea845fab0095f209945\"", "full_name": "aex351/home-assistant-neerslag-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "cc9c617", "last_release_tag": "2021.10.21.0", "last_updated": "2021-10-21T20:36:03Z", "name": "home-assistant-neerslag-card", "new": false, "repository_manifest": {"name": "Neerslag Card", "render_readme": true, "country": ["NL", "BE"], "domains": ["sensor"], "filename": "neerslag-card.js"}, "selected_tag": null, "show_beta": false, "stars": 17, "topics": ["home-assistant"], "version_installed": null}, "341931266": {"authors": [], "category": "plugin", "description": "Simple clock card for Home assistant lovelace", "domain": "", "downloads": 0, "etag_repository": "W/\"90b6f2713bd6c3b289d428a2e56132d428c80051263a208a81e792001fdf6758\"", "full_name": "fufar/simple-clock-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b8a6905", "last_release_tag": "1.5", "last_updated": "2021-05-21T10:50:38Z", "name": "simple-clock-card", "new": false, "repository_manifest": {"name": "Simple Clock Card", "content_in_root": true, "render_readme": true, "filename": "simple-clock-card.js"}, "selected_tag": null, "show_beta": false, "stars": 19, "topics": ["clock", "hassio", "home-assistant", "homeassistant", "lovelace", "lovelace-custom-card", "lovelace-ui"], "version_installed": null, "last_fetched": 1643571257.783716}, "344636306": {"authors": ["@wimb0"], "category": "integration", "description": "Home Assistant Component for reading data locally from SAJ (and Zonneplan) Inverters through modbus TCP.", "domain": "saj_modbus", "downloads": 0, "etag_repository": "W/\"be39bf82262005cd93e6ba1f846fb19e7b38e755c3fc6898e2552bac5712534e\"", "full_name": "wimb0/home-assistant-saj-modbus", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "89d024f", "last_release_tag": "v1.6.0", "last_updated": "2021-09-04T06:40:15Z", "name": "saj_modbus", "new": false, "repository_manifest": {"name": "SAJ Inverter Modbus", "content_in_root": false, "domains": ["sensor"], "homeassistant": "2021.9.0", "iot_class": "local_poll"}, "selected_tag": null, "show_beta": false, "stars": 12, "topics": ["hacs", "home-assistant", "saj-inverters", "saj-r5", "zonneplan"], "version_installed": null, "last_fetched": 1641895899.054389}, "234961647": {"authors": [], "category": "plugin", "description": "Climate mode entity for Lovelace", "domain": "", "downloads": 0, "etag_repository": "W/\"bc11fd3a3fb39a7af3d8b565f4c97a396ef31707ceeab8ccbb0ecaccbfeb12f0\"", "full_name": "piitaya/lovelace-climate-mode-entity-row", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "bf684be", "last_release_tag": "v1.3.3", "last_updated": "2022-01-28T22:58:58Z", "name": "lovelace-climate-mode-entity-row", "new": false, "repository_manifest": {"name": "Climate Mode Entity Row", "filename": "climate-mode-entity-row.js", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 36, "topics": ["card", "home-assistant", "lovelace", "thermostat"], "version_installed": null, "last_fetched": 1643571261.906326}, "293488791": {"authors": ["@Antoni-Czaplicki"], "category": "integration", "description": "Vulcan inegration for home assistamt", "domain": "vulcan", "downloads": 0, "etag_repository": "W/\"e66fe66fa0c08c6f00738afac42ccb706f7178be6bcf009e82aac8455cb7b440\"", "full_name": "Antoni-Czaplicki/vulcan-for-hassio", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "795cdc3", "last_release_tag": "0.11.0", "last_updated": "2021-11-07T20:13:02Z", "name": "vulcan", "new": false, "repository_manifest": {"name": "Uonet+ Vulcan", "country": ["PL"], "domains": ["sensor", "calendar"], "iot_class": "Cloud Polling", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 16, "topics": ["hacktoberfest", "home-assistant", "homeassistant", "timetable", "vulcan"], "version_installed": null}, "341707887": {"authors": [], "category": "plugin", "description": "Home Assistant custom Lovelace card for pollen information in Hungary", "domain": "", "downloads": 0, "etag_repository": "W/\"1b2fef7b5cf75091a43570f472b7492a86c2848a7b8741afd351ac24c4286e66\"", "full_name": "amaximus/pollen-hu-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7307ad1", "last_release_tag": "0.0.1", "last_updated": "2021-04-23T12:56:39Z", "name": "pollen-hu-card", "new": false, "repository_manifest": {"name": "Pollen Information Card for Hungary ", "filename": "pollen-hu-card.js", "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 7, "topics": ["homeassistant", "hungary", "lovelace", "lovelace-custom-card", "lovelace-ui"], "version_installed": null}, "342208616": {"authors": ["@dm82m"], "category": "integration", "description": "Custom component for retrieving sensor information from Deltasol KM2", "domain": "deltasol", "downloads": 0, "etag_repository": "W/\"d4d527fed9637565de9c0ee2141949faf152e4072a3dd2c2f6e742ec29e45918\"", "full_name": "dm82m/hass-Deltasol-KM2", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7f1b989", "last_release_tag": "0.0.3", "last_updated": "2021-12-18T08:18:35Z", "name": "deltasol", "new": false, "repository_manifest": {"name": "Deltasol KM2", "domains": ["sensor"], "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["deltasol", "home-assistant-hacs", "homeassistant-integration", "km2"], "version_installed": null}, "330644825": {"authors": ["@leikoilja", "@DurgNomis-drol", "@ArnyminerZ", "@KapJI"], "category": "integration", "description": "Home Assistant Google Home custom component ", "domain": "google_home", "downloads": 0, "etag_repository": "W/\"2808bde41376d7f4485b58b1099e102d97cfe32b861b39e7ad32b454638e1590\"", "full_name": "leikoilja/ha-google-home", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "421cccf", "last_release_tag": "v1.9.4", "last_updated": "2022-01-24T14:15:46Z", "name": "google_home", "new": false, "repository_manifest": {"name": "Google Home", "hacs": "1.6.0", "domains": ["sensor"], "iot_class": "Cloud Polling", "homeassistant": "2021.11.0", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 221, "topics": ["google-assistent", "google-home", "homeassistant", "homeassistant-integration", "python"], "version_installed": null, "last_fetched": 1643571238.329873}, "211393677": {"authors": ["@piitaya"], "category": "integration", "description": "Home Assistant Component for Qubino Wire Pilot", "domain": "qubino_wire_pilot", "downloads": 0, "etag_repository": "W/\"4b88195059bdb278252ce0d51ba57b4b123d153cd34d186aeb17dce9083e1996\"", "full_name": "piitaya/home-assistant-qubino-wire-pilot", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "32af168", "last_release_tag": "2.0.0", "last_updated": "2022-01-07T13:01:40Z", "name": "qubino_wire_pilot", "new": false, "repository_manifest": {"domains": ["climate"], "name": "Qubino Wire Pilot", "render_readme": true, "homeassistant": "0.96.0"}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": ["climate", "home-assistant", "qubino", "qubino-wire-pilot", "thermostat"], "version_installed": null, "last_fetched": 1643571243.136589}, "349455097": {"authors": ["@mzdrale", "@kevinhaendel"], "category": "integration", "description": "This platform integrates Ubee Routers into Home Assistant.", "domain": "ubee", "downloads": 0, "etag_repository": "W/\"c84d1e872393e537334c7934e1ad285c6eeb5a30c1916ef7d86f16e987a1984f\"", "full_name": "kevinhaendel/ha-ubee", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a943387", "last_release_tag": null, "last_updated": "2021-03-21T14:38:17Z", "name": "ubee", "new": false, "repository_manifest": {"name": "Ubee Router", "render_readme": true, "domains": ["ubee"], "iot_class": ["Local Polling"]}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["home-assistant", "homeassistant", "homeassistant-components", "ubee"], "version_installed": null}, "157980832": {"authors": ["@echoromeo"], "category": "integration", "description": "Home Assistant implementation of pynobo - to control Nob\u00f8 / Glen Dimplex heaters", "domain": "nobo_hub", "downloads": 0, "etag_repository": "W/\"31ced013d843bec6f0492a9dca17799c9c189ad9175a1f40f399e170ff35967e\"", "full_name": "echoromeo/hanobo", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "88bf476", "last_release_tag": "v1.1.3", "last_updated": "2021-06-12T13:04:57Z", "name": "nobo_hub", "new": false, "repository_manifest": {"name": "Nob\u00f8 Hub / Nob\u00f8 Energy Control", "country": ["NO"], "domains": ["climate"], "render_readme": true, "iot_class": ["Local Polling"]}, "selected_tag": null, "show_beta": false, "stars": 19, "topics": ["glen-dimplex", "heaters", "home-assistant", "hvac", "nobo"], "version_installed": null, "last_fetched": 1643571229.41341}, "340085507": {"authors": ["@WolfRevo"], "category": "integration", "description": "A clone created from the Home Assistant generic_thermostat to use EUROTRONIC Zigbee SPZB0001 Thermostats with external temperature sensors", "domain": "spzb0001_thermostat", "downloads": 0, "etag_repository": "W/\"7f51bfdf4aab58c1b03740b2bb6e1b06a88a0cd49f49e26573932b69d6d51736\"", "full_name": "WolfRevo/climate.spzb0001_thermostat", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7056bca", "last_release_tag": null, "last_updated": "2021-11-02T07:54:59Z", "name": "spzb0001_thermostat", "new": false, "repository_manifest": {"name": "SPZB0001 Thermostat", "render_readme": true, "domains": ["climate"], "iot_class": "Local Push"}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["custom-component", "home-assistant", "integration", "thermostat"], "version_installed": null}, "242528119": {"authors": ["@smaisidoro"], "category": "integration", "description": "Ruuvi tag BLE sensor for Home Assistant.", "domain": "ruuvi", "downloads": 0, "etag_repository": "W/\"0492a9db9cbc9f3ff025f706377d216531eddfffdc30cc0f575f35628eafc6fc\"", "full_name": "ruuvi-friends/ruuvi-hass.io", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "ef60f8d", "last_release_tag": null, "last_updated": "2022-01-25T13:23:39Z", "name": "ruuvi", "new": false, "repository_manifest": {"name": "RuuviTag Sensor", "render_readme": true, "domains": "sensor", "iot_class": "Local Push"}, "selected_tag": null, "show_beta": false, "stars": 30, "topics": ["hacs", "hass", "ruuvi-ble-devices", "ruuvitag", "ruuvitag-sensor"], "version_installed": null, "last_fetched": 1643571247.282558}, "344660161": {"authors": ["@neggert"], "category": "integration", "description": "Home Assistant custom component for eGauge monitor", "domain": "egauge", "downloads": 0, "etag_repository": "W/\"927bc8c4fe339363073cd6fd0dad351b5d8e051a346e020c7c18cea3bf24daa2\"", "full_name": "neggert/hass-egauge", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "afbb549", "last_release_tag": "v0.4.0", "last_updated": "2021-12-20T06:12:12Z", "name": "egauge", "new": false, "repository_manifest": {"name": "eGauge", "hacs": "1.6.0", "domains": ["sensor"], "iot_class": "Local Polling", "homeassistant": "2021.9.0", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": ["custom-component", "home-assistant"], "version_installed": null}, "266595512": {"authors": ["@hellqvio86"], "category": "integration", "description": "Home assistant Integration for Casambi Cloud lights", "domain": "casambi", "downloads": 0, "etag_repository": "W/\"5bad1035051069eb0cf83398b7b79ca4a3a2e358dd56b340eea7f52585170dfd\"", "full_name": "hellqvio86/home_assistant_casambi", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3e49505", "last_release_tag": "v0.61", "last_updated": "2022-01-07T11:28:02Z", "name": "casambi", "new": false, "repository_manifest": {"name": "home_assistant_casambi"}, "selected_tag": null, "show_beta": false, "stars": 14, "topics": ["casambi", "hacs", "home-assistant", "home-automation"], "version_installed": null, "last_fetched": 1641588021.318665}, "347143701": {"authors": ["@rccoleman"], "category": "integration", "description": "\u25b6\ufe0f Channels DVR component to feed Upcoming Media Card.", "domain": "channels_dvr_recently_recorded", "downloads": 0, "etag_repository": "W/\"632cb7ecceb6006f5a9249de7466507ba4ee9b6b01cfcd6548ba11be5aeaa122\"", "full_name": "rccoleman/channels_dvr_recently_recorded", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "04d245b", "last_release_tag": "v0.0.8", "last_updated": "2021-12-05T17:10:49Z", "name": "channels_dvr_recently_recorded", "new": false, "repository_manifest": {"name": "Channels DVR Recently Recorded", "iot_class": "Local Polling"}, "selected_tag": null, "show_beta": false, "stars": 11, "topics": ["channels-dvr", "custom-component", "home-assistant", "homeassista"], "version_installed": null, "last_fetched": 1643571245.264041}, "340664955": {"authors": ["@dimagoltsman"], "category": "integration", "description": "HACS integration to proof.co.il dashcam", "domain": "proof", "downloads": 0, "etag_repository": "W/\"bf55041246f16b26dafae40aaa1e2cd6b1b261433a9a915447df745be7bc2e9f\"", "full_name": "dimagoltsman/ha-proof-dashcam-integration", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "46562f0", "last_release_tag": "0.1.3", "last_updated": "2021-03-13T18:43:28Z", "name": "proof", "new": false, "repository_manifest": {"name": "Proof Dashcam Integration", "iot_class": ["Assumed State"], "country": ["IL"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["homeassistant", "proof"], "version_installed": null}, "309195773": {"authors": ["@jadson179"], "category": "integration", "description": "home-assistant service for control the vapix \ud83d\udeaa\ud83d\udd11", "domain": "vapix", "downloads": 0, "etag_repository": "W/\"3dd03325b6a91acdc1f6f9ff01c9039e9068355bece345815b0b57bccb37a05a\"", "full_name": "jadson179/vapix", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "152bd7d", "last_release_tag": "v2021.2.0", "last_updated": "2021-06-22T11:49:49Z", "name": "vapix", "new": false, "repository_manifest": {"name": "vapix", "render_readme": "true", "iot_class": ["Local Push"], "version": "2021.1.1"}, "selected_tag": null, "show_beta": false, "stars": 0, "topics": ["axis", "hacs", "homeassistant", "services"], "version_installed": null}, "350509867": {"authors": [], "category": "plugin", "description": "Minimalistic uptime card for Home Assistant Lovelace UI", "domain": "", "downloads": 0, "etag_repository": "W/\"23b29a2a654a6053544594898f7665c68bef345cf93211f4595b34b81fd9ad4b\"", "full_name": "dylandoamaral/uptime-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9055902", "last_release_tag": "v0.9.3", "last_updated": "2022-01-19T21:01:43Z", "name": "uptime-card", "new": false, "repository_manifest": {"name": "Uptime Card", "render_readme": true, "filename": "uptime-card.js"}, "selected_tag": null, "show_beta": false, "stars": 121, "topics": ["card", "custom", "hacs", "hassio", "home-assistant", "lovelace", "sensor", "uptime", "uptime-card"], "version_installed": null, "last_fetched": 1643571257.110144}, "164419416": {"authors": ["@epenet"], "category": "integration", "description": "\ud83d\ude97 Renault ZE sensor for home assistant", "domain": "renault", "downloads": 0, "etag_repository": "W/\"1012cbab75733f6f98bcd6bdd3fa8eecd25cfc658ca282a27a4292239c9f8254\"", "full_name": "hacf-fr/hassRenaultZE", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c1c3d65", "last_release_tag": "v3.0.8", "last_updated": "2021-07-19T13:19:13Z", "name": "renault", "new": false, "repository_manifest": {"name": "Renault", "domains": ["binary_sensor", "device_tracker", "sensor"], "iot_class": "Cloud Polling", "homeassistant": "0.115.0"}, "selected_tag": null, "show_beta": false, "stars": 50, "topics": ["custom-components", "home-assistant", "renault", "renault-ze", "renault-zoe"], "version_installed": null}, "356821955": {"authors": [], "category": "theme", "description": "\ud83c\udfa8 Home Assistant Theme: Outline", "domain": "", "downloads": 0, "etag_repository": "W/\"145a4ff274062ff39f5840c686f77e02838ca4c88ab3bb67860c4e79b935ef37\"", "full_name": "frenck/home-assistant-theme-outline", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2775cbf", "last_release_tag": "v2.0.1", "last_updated": "2021-12-28T07:43:04Z", "name": "home-assistant-theme-outline", "new": false, "repository_manifest": {"name": "Outline", "render_readme": true, "homeassistant": "2021.6.0b0"}, "selected_tag": null, "show_beta": false, "stars": 20, "topics": ["hacs", "home-assistant", "homeassistant", "minimalistic", "theme", "themes"], "version_installed": null}, "231829137": {"authors": [], "category": "theme", "description": "\ud83d\udc35 Dark Blue Theme for Home Assistant", "domain": null, "downloads": 0, "etag_repository": "W/\"8cadce2248120134cb08200839e45be6f0e51afa1187d66bd3df7ec5d204c230\"", "full_name": "aFFekopp/noctis", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2a439e9", "last_release_tag": "2.6", "last_updated": "2021-05-14T08:16:34Z", "name": "noctis", "new": false, "repository_manifest": {"name": "Noctis"}, "selected_tag": null, "show_beta": false, "stars": 119, "topics": ["dark-theme", "hacs", "home-assistant", "home-assistant-theme"], "version_installed": null, "last_fetched": 1641470531.195539}, "234022648": {"authors": [], "category": "theme", "description": "\ud83c\udfa8 By JuanMTech -- A Home Assistant theme inspired on the Google app dark mode.", "domain": null, "downloads": 0, "etag_repository": "W/\"682c5ebd64a41df31e2374a5a30257639353db0f715f3043d6fe5611f22e62e2\"", "full_name": "JuanMTech/google_dark_theme", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "ef86097", "last_release_tag": "v1.11", "last_updated": "2021-11-25T23:22:14Z", "name": "google_dark_theme", "new": false, "repository_manifest": {"name": "Google Dark Theme", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 135, "topics": ["hacs", "home-assistant", "theme"], "version_installed": null, "last_fetched": 1642430885.581991}, "326033921": {"authors": [], "category": "plugin", "description": "A one-button control row for any Home Assistant binary entity", "domain": "", "downloads": 0, "etag_repository": "W/\"792771a2df12a55f46588aabd2badbef2d24150b75ffd1195eaeff3b52a9b287\"", "full_name": "finity69x2/toggle-control-button-row", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "64f918f", "last_release_tag": "1.3", "last_updated": "2021-06-05T12:11:30Z", "name": "toggle-control-button-row", "new": false, "repository_manifest": {"name": "Toggle Control Button Row", "filename": "toggle-control-button-row.js"}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": ["button", "home-assistant", "plugin", "toggle"], "version_installed": null}, "358962656": {"authors": [], "category": "plugin", "description": "Send notifications directly from the dashboard", "domain": "", "downloads": 0, "etag_repository": "W/\"80ddaa9168769e17edbf9ea2c5cf98acdb282744a1d1c933aa587fc4fc4da594\"", "full_name": "bernikr/lovelace-notify-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4459742", "last_release_tag": null, "last_updated": "2021-12-17T14:39:09Z", "name": "lovelace-notify-card", "new": false, "repository_manifest": {"name": "Notify Card", "content_in_root": true, "filename": "notify-card.js", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 13, "topics": ["card", "homeassistant", "lovelace", "notification", "notifications", "notify", "service"], "version_installed": null, "last_fetched": 1641470532.737729}, "351472550": {"authors": [], "category": "plugin", "description": "A custom entity card for Home Assistant that allows text to span multiple lines.", "domain": "", "downloads": 0, "etag_repository": "W/\"8f62c1798cc9d81faac87ef851d74df65c186b1f6e2b23afc692566cf176ed67\"", "full_name": "jampez77/Multiline-Entity-Card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b04fb03", "last_release_tag": "1.1.1", "last_updated": "2021-08-04T15:44:50Z", "name": "Multiline-Entity-Card", "new": false, "repository_manifest": {"name": "Multiline Entity Card", "render_readme": true, "filename": "multiline-entity-card.js"}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": ["automation", "custom-cards", "hacs", "hass", "hassio", "home-assistant", "homeassistant", "lovelace"], "version_installed": null, "last_fetched": 1642094193.251337}, "229140999": {"authors": ["@cathiele"], "category": "integration", "description": "Home Assistant custom_component for controlling the go-eCharger EV-Charger", "domain": "goecharger", "downloads": 0, "etag_repository": "W/\"77fac81c1123bccb1e672c243f2509785b2ae9202622c562eab92b2471a65fcf\"", "full_name": "cathiele/homeassistant-goecharger", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9805ce6", "last_release_tag": "0.24.1", "last_updated": "2021-12-28T19:59:46Z", "name": "goecharger", "new": false, "repository_manifest": {"name": "go-eCharger", "content_in_root": false, "render_readme": true, "domains": ["switch", "sensor"]}, "selected_tag": null, "show_beta": false, "stars": 46, "topics": ["charger", "component", "custom", "go-echarger", "home-assistant", "python"], "version_installed": null, "last_fetched": 1643571224.386474}, "345753205": {"authors": [], "category": "plugin", "description": "Frontend plugin to control fans in Home Assistant using percent values for speeds", "domain": "", "downloads": 0, "etag_repository": "W/\"f32f4e395ddb20582bfb843c62a04f62447902138d04b0bc58e2a81e5f5bee1e\"", "full_name": "finity69x2/fan-percent-button-row", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5ad1cf9", "last_release_tag": "1.8", "last_updated": "2021-10-16T15:55:13Z", "name": "fan-percent-button-row", "new": false, "repository_manifest": {"name": "Fan Percent Button Row", "filename": "fan-percent-button-row.js"}, "selected_tag": null, "show_beta": false, "stars": 11, "topics": ["assistant", "fan", "home", "percent", "plugin", "speed"], "version_installed": null}, "343112953": {"authors": [], "category": "plugin", "description": "Custom card for home assistant allowing to search in the libraries of kodi", "domain": "", "downloads": 0, "etag_repository": "W/\"e8bfad5dd8ce887d1b43749ce712e07446a3235688a5832ae3809db371cc0080\"", "full_name": "jtbgroup/kodi-search-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3b7ea06", "last_release_tag": "2.5.1", "last_updated": "2021-12-29T05:15:24Z", "name": "kodi-search-card", "new": false, "repository_manifest": {"name": "Kodi Search Card", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": ["hacs", "home-assistant", "home-assistant-frontend", "home-assistant-hacs", "homeassistant", "kodi", "kodi-media-sensors"], "version_installed": null}, "350622451": {"authors": ["@bieniu"], "category": "integration", "description": "\u017badnego Ale allergen concentration custom integration", "domain": "zadnego_ale", "downloads": 0, "etag_repository": "W/\"99bb3e097a189207d77c1132cb4ec1439717aa9e38fde68b3408d53d6da0df78\"", "full_name": "bieniu/ha-zadnego-ale", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "96756f4", "last_release_tag": "0.6.3", "last_updated": "2022-01-10T15:26:59Z", "name": "zadnego_ale", "new": false, "repository_manifest": {"name": "\u017badnego Ale", "homeassistant": "2021.12.0", "iot_class": "Cloud Polling", "domains": ["sensor"], "zip_release": true, "filename": "zadnego_ale.zip", "country": ["PL"]}, "selected_tag": null, "show_beta": false, "stars": 11, "topics": ["allergen", "allergy", "home-assistant", "python"], "version_installed": null, "last_fetched": 1642520520.805592}, "330645002": {"authors": ["@MTrab"], "category": "integration", "description": "Danfoss Ally intragration for Home Assistant", "domain": "danfoss_ally", "downloads": 0, "etag_repository": "W/\"6ec839d897c2fad65394335ef31856eb43cb493f55d61962bd67e4ef006ef60c\"", "full_name": "MTrab/danfoss_ally", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a23e19f", "last_release_tag": "1.0.3", "last_updated": "2021-12-08T08:25:35Z", "name": "danfoss_ally", "new": false, "repository_manifest": {"name": "Danfoss Ally", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": ["homeassistant", "homeassistant-custom-component", "homeassistant-integration"], "version_installed": null, "last_fetched": 1642430889.777669}, "356053801": {"authors": ["@pcourbin"], "category": "integration", "description": "Home Assistant custom component for IMA Protect Alarm", "domain": "imaprotect", "downloads": 0, "etag_repository": "W/\"f8c029b7f5ec646c4f4620552a56b2b9b6146c9bfe051c6bb24dff0a7745c4a3\"", "full_name": "pcourbin/imaprotect", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "53c20b8", "last_release_tag": "v1.0.2", "last_updated": "2022-01-06T09:15:13Z", "name": "imaprotect", "new": false, "repository_manifest": {"name": "IMA Protect Alarm", "domains": ["alarm_control_panel"], "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 0, "topics": ["alarm", "home-assistant"], "version_installed": null, "last_fetched": 1641470537.462143}, "354924085": {"authors": ["@gjohansson-ST"], "category": "integration", "description": "Svenska Trygghetsl\u00f6sningar - Home Assistant", "domain": "stl", "downloads": 0, "etag_repository": "W/\"7d35e1269f9d75bfa751d4953e42ea31584b813c877c8d8eaa49047b20716560\"", "full_name": "gjohansson-ST/stl", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2628b84", "last_release_tag": "v0.1.3", "last_updated": "2021-12-19T15:21:38Z", "name": "stl", "new": false, "repository_manifest": {"name": "Svenska Trygghetslosningar", "render_readme": true, "domains": ["alarm_control_panel"], "iot_class": "Cloud Polling", "country": ["SE"]}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["alarm", "stl"], "version_installed": null}, "358505160": {"authors": ["@eifinger"], "category": "integration", "description": "Homeassistant integration for weenect", "domain": "weenect", "downloads": 0, "etag_repository": "W/\"14711e4e41464e9b8182a47f23f2aafe6da1c74422fe40aae4a8a9d00f5b1ba8\"", "full_name": "eifinger/hass-weenect", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "00f9705", "last_release_tag": "v2.1.0", "last_updated": "2022-01-11T06:30:20Z", "name": "weenect", "new": false, "repository_manifest": {"name": "Weenect", "hacs": "1.6.0", "domains": ["binary_sensor", "device_tracker", "sensor"], "iot_class": "Cloud Polling", "homeassistant": "2021.12.0"}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["hacktoberfest", "hacs", "home-assistant", "home-assistant-hacs", "homeassistant", "homeassistant-integration", "python", "weenect"], "version_installed": null, "last_fetched": 1641895915.721014}, "357338258": {"authors": ["@Limych"], "category": "integration", "description": "Sensor of Temperature Feels Like for Home Assistant.", "domain": "temperature_feels_like", "downloads": 0, "etag_repository": "W/\"c6128f82d5e39b4a6f05e79f2429753da0981e42f067d8795573c165dfbda227\"", "full_name": "Limych/ha-temperature-feels-like", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "df4782e", "last_release_tag": "0.3.2", "last_updated": "2022-01-19T09:13:57Z", "name": "temperature_feels_like", "new": false, "repository_manifest": {"name": "Temperature Feels Like", "hacs": "1.6.0", "domains": ["binary_sensor", "sensor", "switch"], "iot_class": "Cloud Polling", "homeassistant": "0.118.0"}, "selected_tag": null, "show_beta": false, "stars": 40, "topics": ["home-assistant-climate", "home-assistant-component", "home-assistant-sensor", "home-assistant-temperature", "home-assistant-weather"], "version_installed": null, "last_fetched": 1643571238.726962}, "299753146": {"authors": ["@PiotrMachowski"], "category": "integration", "description": "This custom integration provides a way to present a live view of a map for Xiaomi, Roborock, Viomi and Roidmi vacuums without a need for rooting.", "domain": "xiaomi_cloud_map_extractor", "downloads": 7277, "etag_repository": "W/\"b569693cf88cdb79fafb0224c5716db557fce9ceebe13687c26986bfa05e521b\"", "full_name": "PiotrMachowski/Home-Assistant-custom-components-Xiaomi-Cloud-Map-Extractor", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7bc8682", "last_release_tag": "v2.1.5", "last_updated": "2022-01-27T20:56:14Z", "name": "xiaomi_cloud_map_extractor", "new": false, "repository_manifest": {"name": "Xiaomi Cloud Map Extractor", "render_readme": true, "domain": "xiaomi_cloud_map_extractor", "documentation": "https://github.com/PiotrMachowski/Home-Assistant-custom-components-Xiaomi-Cloud-Map-Extractor", "issue_tracker": "https://github.com/PiotrMachowski/Home-Assistant-custom-components-Xiaomi-Cloud-Map-Extractor/issues", "zip_release": true, "filename": "xiaomi_cloud_map_extractor.zip"}, "selected_tag": null, "show_beta": false, "stars": 641, "topics": ["cloud", "custom-component", "hacs", "home-assistant", "map", "roborock", "robot", "roidmi", "vacuum", "vacuum-map", "viomi", "xiaomi", "xiaomi-smart-home", "xiaomi-vacuum"], "version_installed": null, "last_fetched": 1643572191.427921}, "358585486": {"authors": ["@danieldotnl"], "category": "integration", "description": "Home Assistant custom component for scraping (html, xml or json) multiple values (from a single HTTP request) with a separate sensor/attribute for each value. Support for (login) form-submit functionality.", "domain": "multiscrape", "downloads": 0, "etag_repository": "W/\"a4cedd0887928692b99b4fe6eaba07e3dd5833f3d6e2436675eac3b06b05837a\"", "full_name": "danieldotnl/ha-multiscrape", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4cddd5f", "last_release_tag": "v5.7.0", "last_updated": "2022-01-26T14:10:26Z", "name": "multiscrape", "new": false, "repository_manifest": {"name": "Multiscrape", "hacs": "1.6.0", "domains": ["sensor", "binary_sensor", "button"], "iot_class": "Local Polling", "homeassistant": "2021.9.0", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 57, "topics": ["hacs", "home-assistant", "home-assistant-custom", "rest", "scrape", "scraper", "scraping", "sensor"], "version_installed": null, "last_fetched": 1643571227.66772}, "264415552": {"authors": ["@Rendili", "@KJonline"], "category": "integration", "description": "A custom version of the home assistant hive component", "domain": "hive", "downloads": 0, "etag_repository": "W/\"255268c8237418803e099ff13eb14c8db6f6e40bd60d7d464f94e87f687411e6\"", "full_name": "Pyhass/Hive-Custom-Component", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7c9626c", "last_release_tag": "2021.5.4", "last_updated": "2021-06-20T21:21:29Z", "name": "hive", "new": false, "repository_manifest": {"name": "Hive Custom Component", "render_readme": true, "domains": ["binary_sensor", "climate", "light", "sensor", "switch", "water_heater"]}, "selected_tag": null, "show_beta": false, "stars": 26, "topics": ["hive"], "version_installed": null}, "352399227": {"authors": [], "category": "plugin", "description": "Icon set from KNX User Forum for Home Assistant. The icon set contains more than 900 icons for home automation.", "domain": "", "downloads": 0, "etag_repository": "W/\"fb25fcae85ccad0837b860974e36a964f8cdc4364b9a113d509068e6afbc2f77\"", "full_name": "mampfes/ha-knx-uf-iconset", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a7721ad", "last_release_tag": "1.1.0", "last_updated": "2021-12-15T18:26:29Z", "name": "ha-knx-uf-iconset", "new": false, "repository_manifest": {"name": "KNX User Forum Icon Set", "render_readme": true, "homeassistant": "2021.10"}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["hacs", "home-assistant", "homeassistant", "icons", "iconset"], "version_installed": null}, "308752409": {"authors": [], "category": "plugin", "description": "A lovelace card for electrical vehicle (EV) home chargers and charging robots.", "domain": "", "downloads": 0, "etag_repository": "W/\"b1c93f8aba5a2f6be2dfe082311d3472c1afdf5f53cc0f849a053923865067d4\"", "full_name": "tmjo/charger-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2b8de9b", "last_release_tag": "v0.0.14", "last_updated": "2022-01-04T15:50:41Z", "name": "charger-card", "new": false, "repository_manifest": {"name": "Charger Card", "render_readme": true, "filename": "charger-card.js"}, "selected_tag": null, "show_beta": false, "stars": 37, "topics": ["charger", "charging-robot", "easee", "elbil", "electric-vehicle", "evcharger", "hacs", "hass", "home-assistant", "homeassistant", "lovelace"], "version_installed": null, "last_fetched": 1643571264.225065}, "356725611": {"authors": ["@djerik"], "category": "integration", "description": "Home Assistant component for monitoring and administration of Wavin Sentio underfloor heating system", "domain": "wavinsentio", "downloads": 0, "etag_repository": "W/\"65128d70a414ca4dee120253d78ba9f624f43215c04d2a6f73f24428ce69eef9\"", "full_name": "djerik/wavinsentio-ha", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "803182d", "last_release_tag": null, "last_updated": "2021-12-04T08:35:46Z", "name": "wavinsentio", "new": false, "repository_manifest": {"name": "Wavin Sentio", "render_readme": true, "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["custom-components", "hacs", "home-assistant", "integration", "sentio", "wavin"], "version_installed": null, "last_fetched": 1641895920.280276}, "362214884": {"authors": ["@dreed47"], "category": "integration", "description": "Redfin property estimate Sensor for Home Assistant", "domain": "redfin", "downloads": 0, "etag_repository": "W/\"811fbf0db891b34372ba22a520242b50c103e091f95f69a0e251745c1980160e\"", "full_name": "dreed47/redfin", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "56bcb52", "last_release_tag": "v1.1.4", "last_updated": "2021-06-14T19:28:05Z", "name": "redfin", "new": false, "repository_manifest": {"name": "Redfin", "render_readme": false, "domains": ["sensor"], "homeassistant": "2021.6.0", "iot_class": ["Cloud Polling"]}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": ["home-assistant", "homeassistant-components", "homeassistant-integration", "homeassistant-sensor", "real-estate", "redfin", "sensor"], "version_installed": null, "last_fetched": 1643571229.165637}, "357930725": {"authors": ["@elad-bar"], "category": "integration", "description": "Shinobi Video custom component for HA", "domain": "shinobi", "downloads": 0, "etag_repository": "W/\"28e178e8dcc35f679dabef408bc921ed2aceddbde1ffa096a54d53fa41ecad96\"", "full_name": "elad-bar/ha-shinobi", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7a20bc3", "last_release_tag": "v1.1.20", "last_updated": "2022-01-18T09:52:29Z", "name": "shinobi", "new": false, "repository_manifest": {"name": "Shinobi Video NVR", "iot_class": "Local Polling", "homeassistant": "2021.12.0"}, "selected_tag": null, "show_beta": false, "stars": 21, "topics": ["home-assistant", "shinobi"], "version_installed": null, "last_fetched": 1643571230.289096}, "234290263": {"authors": ["@And3rsL"], "category": "integration", "description": "Vacuum component for Ecovacs Deebot Vacuums", "domain": ["deebot", "vacuum", "sensor", "binary_sensor", "camera"], "downloads": 0, "etag_repository": "W/\"587d81e24d4f84669c7c0302d0855a4f944fada6169bfa171b8a777072747141\"", "full_name": "And3rsL/Deebot-for-Home-Assistant", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1dff3fd", "last_release_tag": "3.2.1", "last_updated": "2022-01-19T02:19:12Z", "name": ["deebot", "vacuum", "sensor", "binary_sensor", "camera"], "new": false, "repository_manifest": {"name": "Deebot for Home Assistant", "iot_class": "Cloud Polling", "zip_release": true, "filename": "deebot.zip", "hide_default_branch": true, "domain": ["deebot", "vacuum", "sensor", "binary_sensor", "camera"], "homeassistant": "2021.9.0b0"}, "selected_tag": null, "show_beta": false, "stars": 176, "topics": ["deebot", "deebot920", "deebot950", "deebot960", "deebotozmot8", "ecovacs", "hasso", "homeassistant", "ozmot8"], "version_installed": null, "last_fetched": 1643571221.415844}, "312080478": {"authors": ["@LaggAt"], "category": "integration", "description": "A HACS repository for Govee light integration", "domain": "govee", "downloads": 0, "etag_repository": "W/\"3bb4967b92a52339b63817a36d763f0fbe7516302800c8125dad93af2fdf612e\"", "full_name": "LaggAt/hacs-govee", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2f902d1", "last_release_tag": "0.2.1", "last_updated": "2022-01-04T05:01:41Z", "name": "govee", "new": false, "repository_manifest": {"name": "govee", "hacs": "0.2.1", "domains": ["light"], "iot_class": "Cloud Polling", "homeassistant": "2021.4.5"}, "selected_tag": null, "show_beta": false, "stars": 92, "topics": ["devcontainer", "govee", "hacs", "home-assistant", "light", "python"], "version_installed": null, "last_fetched": 1643571237.511852}, "279538782": {"authors": ["@pcourbin"], "category": "integration", "description": "Home Assistant custom component for GCE Ecodevices RT2", "domain": "ecodevices_rt2", "downloads": 0, "etag_repository": "W/\"636a201ce28fd3000961b2318bd4a0ba24dc141d01dd624e494c8d52d048d075\"", "full_name": "pcourbin/ecodevices_rt2", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "0901837", "last_release_tag": "v2.2.3", "last_updated": "2022-01-06T09:15:40Z", "name": "ecodevices_rt2", "new": false, "repository_manifest": {"name": "Ecodevices RT2", "domains": ["sensor", "switch", "climate", "light", "binary_sensor"], "iot_class": ["Local Polling"]}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["home-assistant"], "version_installed": null, "last_fetched": 1641470545.551656}, "342427139": {"authors": ["@dgomes"], "category": "integration", "description": "Home Assistant custom component for openHASP", "domain": "openhasp", "downloads": 0, "etag_repository": "W/\"2640db26957a0ace77b4fa688222f81b0f7736afbe7e984d559268dc6572cf9d\"", "full_name": "HASwitchPlate/openHASP-custom-component", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "46985e4", "last_release_tag": "0.6.4", "last_updated": "2022-01-03T00:54:09Z", "name": "openhasp", "new": false, "repository_manifest": {"name": "openHASP", "hacs": "1.7.1", "domains": ["openHASP", "light", "switch", "binary_sensor"], "render_readme": false, "iot_class": "Local Push", "homeassistant": "2021.12.0"}, "selected_tag": null, "show_beta": false, "stars": 24, "topics": ["home-assistant-custom", "home-automation", "openhasp"], "version_installed": null, "last_fetched": 1641588038.909965}, "363468409": {"authors": ["@mbillow"], "category": "integration", "description": "RedPocket Integration for Data Usage Monitoring", "domain": "redpocket", "downloads": 0, "etag_repository": "W/\"f0431903cbd0b5dea7cb2f7a212d0eb26c54164c783316392889f0c69aff5ea9\"", "full_name": "mbillow/ha-redpocket", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5c54fd1", "last_release_tag": "v2.3.3", "last_updated": "2021-06-06T19:51:29Z", "name": "redpocket", "new": false, "repository_manifest": {"name": "RedPocket Mobile", "content_in_root": false, "domains": ["sensor"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["home", "home-assistant", "home-automation", "mvno", "redpocket"], "version_installed": null}, "356778495": {"authors": ["@AlexxIT"], "category": "integration", "description": "Home Assistant custom component for viewing IP cameras RTSP stream in real time using WebRTC and MSE technology", "domain": "webrtc", "downloads": 0, "etag_repository": "W/\"4c471234c696069ceb04346f2e6e0b73a49bac72d095dce27bcea2e1b91022b9\"", "full_name": "AlexxIT/WebRTC", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "29c1ce0", "last_release_tag": "v2.2.0", "last_updated": "2022-01-28T07:21:26Z", "name": "webrtc", "new": false, "repository_manifest": {"name": "WebRTC Camera", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 456, "topics": ["hacs", "home-assistant", "ip-camera", "mediasource-extensions", "rtsp", "webrtc"], "version_installed": null, "last_fetched": 1643571220.094146}, "356827073": {"authors": ["@bahorn", "@koying"], "category": "integration", "description": "OpenRGB integration for Home Assistant", "domain": "openrgb", "downloads": 0, "etag_repository": "W/\"ef83b1dc95554b1f08bc388ea15ae33a6e97fc2dae31d89e66111a40baf32932\"", "full_name": "koying/openrgb_ha", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "21daae9", "last_release_tag": "v2.0", "last_updated": "2021-08-17T13:51:16Z", "name": "openrgb", "new": false, "repository_manifest": {"name": "OpenRGB", "domains": ["light"], "iot_class": ["Assumed State", "Local Polling"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 33, "topics": ["custom-component", "hacs", "home-assistant", "homeassistant", "light", "openrgb"], "version_installed": null, "last_fetched": 1643571237.084838}, "341500126": {"authors": ["@krahabb"], "category": "integration", "description": "Home Assistant integration for Meross devices", "domain": "meross_lan", "downloads": 0, "etag_repository": "W/\"e8a06cdd2fec2e75c620fe8d44c6f574d91f845c4dabff452caa15b01118a704\"", "full_name": "krahabb/meross_lan", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e428a9d", "last_release_tag": "v2.4.3", "last_updated": "2021-12-15T10:18:20Z", "name": "meross_lan", "new": false, "repository_manifest": {"name": "Meross LAN", "render_readme": true, "country": ["IT", "UK", "US", "JP", "ES", "FR", "DE"], "domains": ["switch", "sensor", "light", "cover", "climate", "binary_sensor", "select", "number"], "homeassistant": "2021.4.0", "iot_class": "local_polling", "persistent_directory": "traces", "hacs": "1.6.0"}, "selected_tag": null, "show_beta": false, "stars": 94, "topics": ["hacs", "homeassistant", "meross", "meross-devices", "meross-homeassistant", "meross-lan"], "version_installed": null, "last_fetched": 1643571237.337891}, "236572107": {"authors": ["@AlexxIT"], "category": "integration", "description": "\u0423\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u042f\u043d\u0434\u0435\u043a\u0441.\u0421\u0442\u0430\u043d\u0446\u0438\u0435\u0439 \u0438 \u0434\u0440\u0443\u0433\u0438\u043c\u0438 \u043a\u043e\u043b\u043e\u043d\u043a\u0430\u043c\u0438 \u0441 \u0410\u043b\u0438\u0441\u043e\u0439 \u0438\u0437 Home Assistant", "domain": "yandex_station", "downloads": 0, "etag_repository": "W/\"8b355cbfa7e2fa1dbd15a636d2c9f29d1bc60aa887535ccf5699ed377f291844\"", "full_name": "AlexxIT/YandexStation", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "400e60c", "last_release_tag": "v3.8.0", "last_updated": "2022-01-18T13:31:38Z", "name": "yandex_station", "new": false, "repository_manifest": {"name": "Yandex.Station", "render_readme": true, "country": ["RU"]}, "selected_tag": null, "show_beta": false, "stars": 653, "topics": ["hacs", "home-assistant", "tts", "yandex-station"], "version_installed": null, "last_fetched": 1643571220.328278}, "359524726": {"authors": ["@thomasprior"], "category": "integration", "description": "Provides data from Ethermine.org on a specified miner.", "domain": "ethermineinfo", "downloads": 0, "etag_repository": "W/\"4e9f49307e28971b4f8afcdedbadda7183b3735152580ed4e010bc09e5171144\"", "full_name": "ThomasPrior/EthermineInfo", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "293996b", "last_release_tag": "v1.0.12", "last_updated": "2022-01-23T03:08:29Z", "name": "ethermineinfo", "new": false, "repository_manifest": {"name": "EthermineInfo", "content_in_root": false, "render_readme": true, "domains": ["sensor"], "homeassistant": "0.100.0", "iot_class": "cloud_poll"}, "selected_tag": null, "show_beta": false, "stars": 27, "topics": ["ethermine", "ethermine-api", "hacs", "homeassistant", "miner", "statistics"], "version_installed": null, "last_fetched": 1643571250.476168}, "365567023": {"authors": ["@sprocket-9"], "category": "integration", "description": "Custom component to control a Nuvo Grand Concerto/Essentia G multi-zone amplifier via serial connection", "domain": "nuvo_serial", "downloads": 0, "etag_repository": "W/\"fc7b8bb77829420e8e165a1a2e58a1473701b49724c2a82d9473f15410e5c18f\"", "full_name": "sprocket-9/hacs-nuvo-serial", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "fff0f1b", "last_release_tag": "v1.2.1", "last_updated": "2021-11-25T18:10:21Z", "name": "nuvo_serial", "new": false, "repository_manifest": {"name": "Nuvo multi-zone amplifier (serial)", "render_readme": true, "country": ["EN"], "domains": ["media_player", "number", "switch"], "homeassistant": "2021.10.0", "iot_class": ["Local Push"], "zip_release": true, "filename": "nuvo_serial.zip"}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["home-assistant", "home-assistant-component", "home-assistant-hacs", "home-assistant-integration"], "version_installed": null}, "353966616": {"authors": ["@viktak"], "category": "integration", "description": "Home Assistant custom component combining multiple OpenWeatherMap API calls", "domain": "openweathermap_all", "downloads": 0, "etag_repository": "W/\"bf4d73af160b52c13de1d684bd5240fc127cf36429ecc3df9a383309ac7ce66a\"", "full_name": "viktak/ha-cc-openweathermap_all", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "fd55701", "last_release_tag": null, "last_updated": "2021-12-15T08:19:44Z", "name": "openweathermap_all", "new": false, "repository_manifest": {"name": "OpenWeatherMap All", "country": ["GR"], "domains": ["sensor"], "homeassistant": "core-2021.3.4", "iot_class": ["Cloud Polling"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": ["home-assistant-custom", "openweathermap"], "version_installed": null, "last_fetched": 1641058312.915815}, "354887961": {"authors": ["@viktak"], "category": "integration", "description": "Home Assistant custom component for the abalin name day API", "domain": "abalin_nameday", "downloads": 0, "etag_repository": "W/\"0ba05502484ef68532ff1fd448dd7dc0de0ddd472dfdd1f3a51eaab54636c4cb\"", "full_name": "viktak/ha-cc-abalin-nameday", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "bef7358", "last_release_tag": null, "last_updated": "2021-05-24T06:23:55Z", "name": "abalin_nameday", "new": false, "repository_manifest": {"name": "Abalin Name Day", "country": ["GR"], "domains": ["sensor"], "homeassistant": "core-2021.4.0", "iot_class": ["Cloud Polling"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": ["hacs", "hacs-default", "home-assistant-custom", "namedays"], "version_installed": null}, "366862031": {"authors": [], "category": "plugin", "description": "Custom brand icons for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"9af5d711af4af7623d1cb97f1ced5009dffe50d9ed3830748798621c712163a1\"", "full_name": "elax46/custom-brand-icons", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e8cdf8a", "last_release_tag": "1.0.50", "last_updated": "2022-01-22T22:21:14Z", "name": "custom-brand-icons", "new": false, "repository_manifest": {"name": "Custom brand icons", "render_readme": false, "content_in_root": false}, "selected_tag": null, "show_beta": false, "stars": 124, "topics": ["custom-icons", "hacs", "home-assistant", "homeassistant", "icons", "icons-pack", "iconset", "ikea", "philips-hue", "xiaomi"], "version_installed": null, "last_fetched": 1643545559.356678}, "361205663": {"authors": [], "category": "plugin", "description": "Meteoalarm, M\u00e9t\u00e9o-France and DWD weather warnings card for Home Assistant Lovelace UI \u26c8\ufe0f", "domain": "", "downloads": 0, "etag_repository": "W/\"ecfb5c78f0adc49d8c4cb8b3d66c21cef0ab19e34eb49d1f92ac66cf548b213d\"", "full_name": "MrBartusek/MeteoalarmCard", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4f0c0f7", "last_release_tag": "v1.13.0", "last_updated": "2022-01-21T11:30:25Z", "name": "MeteoalarmCard", "new": false, "repository_manifest": {"name": "Meteoalarm Card", "render_readme": true, "filename": "meteoalarm-card.js", "country": ["AT", "BA", "BE", "BG", "CH", "CY", "CZ", "DE", "DK", "EE", "ES", "FI", "FR", "GR", "HR", "HU", "IE", "IL", "IS", "IT", "LT", "LU", "LV", "MD", "ME", "MT", "NL", "NO", "PL", "PT", "RO", "RS", "SE", "SI", "SK", "UK"]}, "selected_tag": null, "show_beta": false, "stars": 25, "topics": ["custom-cards", "deutscher-wetterdienst", "dwd", "hacktoberfest", "hacs", "home-assistant", "homeassistant", "lovelace", "lovelace-card", "lovelace-ui", "meteo-france", "meteoalarm", "meteoalarmeu", "weather"], "version_installed": null, "last_fetched": 1643545560.336497}, "350886220": {"authors": [], "category": "plugin", "description": "Frontend plugin to control fans in Home Assistant using preset modes for speeds", "domain": "", "downloads": 0, "etag_repository": "W/\"a181196eed46ee502518c0499652e94bd4fe38174f08f31184ec72d180c03bd0\"", "full_name": "finity69x2/fan-mode-button-row", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "00b386c", "last_release_tag": "1.2", "last_updated": "2021-08-27T18:14:19Z", "name": "fan-mode-button-row", "new": false, "repository_manifest": {"name": "Fan Mode Button Row", "filename": "fan-mode-button-row.js"}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["fan", "home-assistant", "plugin", "preset"], "version_installed": null}, "363428919": {"authors": [], "category": "plugin", "description": "Custom card which integrates plex into Home Assistant and makes it possible to launch movies or tv shows on TV with a simple click", "domain": "", "downloads": 0, "etag_repository": "W/\"c684686e46d24cbd75b75110274b5e14bc7ce5d17e5bb26eb257bdb12c3269b5\"", "full_name": "JurajNyiri/PlexMeetsHomeAssistant", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f79c14b", "last_release_tag": "3.6.1", "last_updated": "2022-01-17T19:37:31Z", "name": "PlexMeetsHomeAssistant", "new": false, "repository_manifest": {"name": "Plex Meets Home Assistant", "render_readme": true, "filename": "plex-meets-homeassistant.js"}, "selected_tag": null, "show_beta": false, "stars": 44, "topics": ["adb", "androidtv", "hacktoberfest", "hacktoberfest2021", "home-assistant", "home-automation", "homeassistant", "homeassistant-custom-component", "kodi", "plex", "plexmediaserver", "tv"], "version_installed": null, "last_fetched": 1643571259.763266}, "348464316": {"authors": ["@ec-blaster"], "category": "integration", "description": "Magic Switchbot integration component for Home Assistant", "domain": "magicswitchbot", "downloads": 0, "etag_repository": "W/\"09e6fae28b25c53ba8e94da2c74ce67440b825335c072411154ca2c9b3c59483\"", "full_name": "ec-blaster/magicswitchbot-homeassistant", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a689b25", "last_release_tag": "v1.0.1", "last_updated": "2021-05-13T21:18:00Z", "name": "magicswitchbot", "new": false, "repository_manifest": {"name": "Magic Switchbot", "render_readme": true, "iot_class": "Assumed State"}, "selected_tag": null, "show_beta": false, "stars": 13, "topics": ["hacs", "home-assistant", "magicswitchbot", "switches"], "version_installed": null}, "282509738": {"authors": ["@GuilleGF"], "category": "integration", "description": "OVH DynHost Updater Component for https://www.home-assistant.io/", "domain": "ovh", "downloads": 0, "etag_repository": "W/\"f263e0171f69e211fa0d9f920a7241fbe2de402eff56b3a86629fcfd5db12a33\"", "full_name": "GuilleGF/hassio-ovh", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3c348cb", "last_release_tag": "2.0.0", "last_updated": "2021-06-24T14:19:44Z", "name": "ovh", "new": false, "repository_manifest": {"name": "OVH DynHost", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 13, "topics": ["ddns", "ddns-updater", "hacs", "hass", "hassio", "home-assistant", "ovh", "ovh-dynhost"], "version_installed": null}, "305188358": {"authors": ["@midstar"], "category": "integration", "description": "Heatmiser Wifi Home Assistant Component", "domain": "heatmiser_wifi", "downloads": 0, "etag_repository": "W/\"5c94abd333c9b7093538300c75d420d2bf7fa929dff730702454bb7d1ba64652\"", "full_name": "midstar/heatmiser_wifi_ha", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c5d87c8", "last_release_tag": null, "last_updated": "2021-05-15T05:15:14Z", "name": "heatmiser_wifi", "new": false, "repository_manifest": {"name": "Heatmiser Wifi", "domains": ["climate"], "iot_class": "Local Polling", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": ["climate", "hacs", "heatmiser", "homeassisant", "python", "thermostat", "wifi"], "version_installed": null}, "364208180": {"authors": ["@koying"], "category": "integration", "description": "Jellyfin integration for Home Assistant", "domain": "jellyfin", "downloads": 0, "etag_repository": "W/\"1b7f00c3dfb77f83653b277fd846799ecbc2fe9ef81fa1f575bd9ea11ce6f995\"", "full_name": "koying/jellyfin_ha", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a79def9", "last_release_tag": "v1.0.8", "last_updated": "2022-01-03T18:12:32Z", "name": "jellyfin", "new": false, "repository_manifest": {"name": "Jellyfin", "domains": ["sensor", "media_player"], "iot_class": ["Cloud Pushing"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 43, "topics": ["custom-component", "hacs", "home-assistant", "homeassistant", "jellyfin"], "version_installed": null, "last_fetched": 1643571237.08687}, "347985393": {"authors": ["@Mr-Groch"], "category": "integration", "description": "Emulate SUPPORT_COLOR_TEMP for color lights that doesn't support color temp (like some Ikea Tradfri bulbs) - Home Assistant component", "domain": "emulated_color_temp", "downloads": 0, "etag_repository": "W/\"3a61d19452c7f13b7c6ebfc97c8489cc628c742a724660fa40d5783e8c300545\"", "full_name": "Mr-Groch/HA-Emulated-Color-Temp-Light", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5f90b7e", "last_release_tag": "0.1.5", "last_updated": "2021-12-31T11:51:41Z", "name": "emulated_color_temp", "new": false, "repository_manifest": {"name": "Emulated color temp light", "render_readme": true, "domains": "light", "iot_class": "Local Push"}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": ["color-lights", "color-temperature", "ct", "custom-component", "hacs", "home-assistant", "ikea-tradfri-bulbs", "light"], "version_installed": null, "last_fetched": 1641058318.273773}, "311594993": {"authors": ["@slashback100"], "category": "integration", "description": "Home Assistant Presence Simulation", "domain": "presence_simulation", "downloads": 0, "etag_repository": "W/\"01f514305cc7d65309b9fe1eecc23ea10a9505367edf35dcd87cadb9f5a85c25\"", "full_name": "slashback100/presence_simulation", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "8937bdd", "last_release_tag": "v1.12", "last_updated": "2022-01-22T09:57:08Z", "name": "presence_simulation", "new": false, "repository_manifest": {"name": "Presence Simulation", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 90, "topics": ["historic", "homeassistant", "homeassistant-components", "presence-simulation"], "version_installed": null, "last_fetched": 1643571248.19374}, "356030453": {"authors": ["@thebytestuff"], "category": "integration", "description": "Home Assistant Custom Component - send Syslog message to remote server.", "domain": "remote_syslog", "downloads": 0, "etag_repository": "W/\"49ac7f4e5b86393efe314b75f33b1efe9f5d0ebe7053b9b59148cc2788d30435\"", "full_name": "TheByteStuff/RemoteSyslog_Service", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a46df0c", "last_release_tag": "2021-06-29", "last_updated": "2021-06-29T14:43:23Z", "name": "remote_syslog", "new": false, "repository_manifest": {"name": "remote_syslog", "content_in_root": false, "zip_release": false, "domains": ["automation", "script"], "country": ["US"], "homeassistant": "2021.3.4", "iot_class": "Assumed State", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 7, "topics": ["hacs", "home-assistant", "syslog", "syslog-client"], "version_installed": null}, "351828005": {"authors": ["@myhomeiot"], "category": "integration", "description": "Control Dahua VTO/VTH devices from Home Assistant", "domain": "dahua_vto", "downloads": 0, "etag_repository": "W/\"cbac51eb1fc9f9ae3e5ebb18728e748ec017a2aec27e04a149cfbb03f4b65066\"", "full_name": "myhomeiot/DahuaVTO", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7344f5c", "last_release_tag": "1.0.7", "last_updated": "2022-01-12T13:21:13Z", "name": "dahua_vto", "new": false, "repository_manifest": {"name": "Dahua VTO", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 51, "topics": ["dahua", "home-assistant"], "version_installed": null, "last_fetched": 1643571241.001518}, "362513331": {"authors": ["@shaiu"], "category": "integration", "description": "This is an integration for HomeAssistant. It's a Device Tracker component for the Technicolor Gateway.", "domain": "technicolor", "downloads": 0, "etag_repository": "W/\"5d21e09ff7bbaa5e499f3859f9585bd1479c66f977ae7872e15527e1aa1a7f4c\"", "full_name": "shaiu/technicolor", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "eaaede2", "last_release_tag": null, "last_updated": "2021-08-05T14:55:09Z", "name": "technicolor", "new": false, "repository_manifest": {"name": "Technicolor", "render_readme": true, "iot_class": ["Local Polling"], "domains": ["device_tracker"], "version": "0.1.0"}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["hacs", "home-assistant", "python"], "version_installed": null}, "366482637": {"authors": [], "category": "plugin", "description": "Home assistant sun card based on Google weather design", "domain": "", "downloads": 0, "etag_repository": "W/\"e0422ed16be449ddd6c99512bbdb364cacab6bbf1a38456c2b3f1e5ec5bc4129\"", "full_name": "AitorDB/home-assistant-sun-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e49ff08", "last_release_tag": "v0.1.4", "last_updated": "2022-01-24T16:29:01Z", "name": "home-assistant-sun-card", "new": false, "repository_manifest": {"name": "Sun Card", "render_readme": true, "filename": "home-assistant-sun-card.js"}, "selected_tag": null, "show_beta": false, "stars": 261, "topics": ["custom-card", "hacs", "home-assistant", "sun", "sun-card"], "version_installed": null, "last_fetched": 1643545559.238208}, "340596609": {"authors": ["@osk2"], "category": "integration", "description": "\ud83d\udd1b Panasonic Smart App integration for Home Assistant.", "domain": "panasonic_smart_app", "downloads": 0, "etag_repository": "W/\"4cf345159591306395794f3219c40fd70b51249cb7e42ab06db59fc30c8e9863\"", "full_name": "osk2/panasonic_smart_app", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5215d50", "last_release_tag": "v2.3.0", "last_updated": "2022-01-08T08:07:57Z", "name": "panasonic_smart_app", "new": false, "repository_manifest": {"name": "Panasonic Smart App", "render_readme": false, "domains": ["climate", "humidifier", "sensor", "binary_sensor", "number"], "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 24, "topics": ["custom-component", "home-assistant", "panasonic"], "version_installed": null, "last_fetched": 1641895937.493214}, "362145464": {"authors": ["@Petro31"], "category": "integration", "description": "Integration that creates a multi-zone volume controller for media_players in Home Assistant", "domain": "multizone_controller", "downloads": 0, "etag_repository": "W/\"de6f144e327e181d61c93d8e3ec086eb83e6269f2059e7d6a47b4aae80b35486\"", "full_name": "Petro31/ha-integration-multizone-controller", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7cf3e43", "last_release_tag": "1.2", "last_updated": "2021-06-09T21:34:52Z", "name": "multizone_controller", "new": false, "repository_manifest": {"name": "Multizone Controller", "domains": ["sensor"], "render_readme": true, "iot_class": ["Local Polling"]}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": ["hacs", "media-players", "multizone-controller", "volume-increment", "zone-volume"], "version_installed": null}, "370997019": {"authors": [], "category": "plugin", "description": "Type on your WebOS TV using this lovelace card", "domain": "", "downloads": 0, "etag_repository": "W/\"dacb409d07b75a47aa0058ddc4a4c8128c71af439ab0681cc90ec1543c214e7d\"", "full_name": "bernikr/lovelace-webos-keyboard-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6f489ee", "last_release_tag": null, "last_updated": "2021-12-17T14:54:58Z", "name": "lovelace-webos-keyboard-card", "new": false, "repository_manifest": {"name": "WebOS Keyboard Card", "content_in_root": true, "filename": "webos-keyboard-card.js", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": ["card", "home-assistant", "homeassistant", "input-method", "keyboard", "lovelace", "remote", "webos"], "version_installed": null}, "361776538": {"authors": [], "category": "plugin", "description": "Floor 3D Card to visualize Home Assistant entities using objects in a 3D home model based on Three.js.", "domain": "", "downloads": 0, "etag_repository": "W/\"9f3d005ce1e03bfa0958ecccfdaf596bb5b898eab0eb894341f07e856efed291\"", "full_name": "adizanni/floor3d-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2d4d096", "last_release_tag": "v1.1.15", "last_updated": "2022-01-29T15:05:12Z", "name": "floor3d-card", "new": false, "repository_manifest": {"name": "Floor 3d Visualization Card", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 151, "topics": ["3d-models", "card", "entity-bindings", "home-assistant"], "version_installed": null, "last_fetched": 1643571253.278348}, "375439961": {"authors": [], "category": "plugin", "description": "A button card with integrated slider", "domain": "", "downloads": 0, "etag_repository": "W/\"1fae3a48650b09efbd0c82e277a619e8100df1d9c0377fb31264cb52d808db7e\"", "full_name": "mattieha/slider-button-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "877bc94", "last_release_tag": "v1.10.3", "last_updated": "2022-01-29T18:00:24Z", "name": "slider-button-card", "new": false, "repository_manifest": {"name": "Slider Button Card", "render_readme": true, "filename": "slider-button-card.js", "domains": ["light", "fan", "cover", "switch", "input_boolean", "media_player"]}, "selected_tag": null, "show_beta": false, "stars": 269, "topics": ["button-card", "card", "hacs", "homeassistant", "lovelace", "lovelace-custom-card", "slider"], "version_installed": null, "last_fetched": 1643571261.084636}, "373832981": {"authors": [], "category": "plugin", "description": "A custom digital clock card for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"3c997ed9564d5600f209879a8e276e188d8de76211ede2fd488b6b15822c2513\"", "full_name": "wassy92x/lovelace-digital-clock", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "71a5e1a", "last_release_tag": "v1.2.2", "last_updated": "2021-12-14T17:31:04Z", "name": "lovelace-digital-clock", "new": false, "repository_manifest": {"name": "Digital Clock", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 16, "topics": ["homeassistant", "lovelace", "lovelace-card"], "version_installed": null, "last_fetched": 1641895939.098172}, "329411371": {"authors": [], "category": "plugin", "description": "A custom dashboard for Home Assistant with sidebar", "domain": "", "downloads": 0, "etag_repository": "W/\"fceecb55a36fcd55fb29422033b612a7a1e5dc99b8fdf1314bee09c7282843de\"", "full_name": "wassy92x/lovelace-ha-dashboard", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "af8e045", "last_release_tag": "v1.1.0", "last_updated": "2021-06-27T14:52:25Z", "name": "lovelace-ha-dashboard", "new": false, "repository_manifest": {"name": "HA Dashboard", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": ["homeassistant", "lovelace", "lovelace-ui"], "version_installed": null}, "373857882": {"authors": [], "category": "plugin", "description": "A custom card for Home Assistant to group multiple buttons", "domain": "", "downloads": 0, "etag_repository": "W/\"edaf1a6cd276b09f7dbcee878d51c9aaae01591d4c3625d6b13343622bfd788d\"", "full_name": "wassy92x/lovelace-entities-btn-group", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "65ae7da", "last_release_tag": "v1.0.2", "last_updated": "2021-06-16T19:51:16Z", "name": "lovelace-entities-btn-group", "new": false, "repository_manifest": {"name": "Entities Button Group", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["homeassistant", "lovelace", "lovelace-card"], "version_installed": null}, "366911690": {"authors": ["@rroller"], "category": "integration", "description": "Dahua Camera and Doorbell Home Assistant Integration", "domain": "dahua", "downloads": 0, "etag_repository": "W/\"2e894e58cdafdd71a24781fc8cf90901f47eb7c74a73f6ba5c782e4269445d19\"", "full_name": "rroller/dahua", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2820c56", "last_release_tag": "0.9.34", "last_updated": "2022-01-18T16:03:35Z", "name": "dahua", "new": false, "repository_manifest": {"name": "Dahua", "hacs": "1.6.0", "homeassistant": "2021.7.0", "domains": ["binary_sensor", "switch", "light", "camera"], "iot_class": "Local Polling", "render_readme": true, "documentation": "https://github.com/rroller/dahua/blob/main/README.md", "issue_tracker": "https://github.com/rroller/dahua/issues", "codeowners": ["@rroller"]}, "selected_tag": null, "show_beta": false, "stars": 93, "topics": ["amcrest", "camera", "dahua", "doorbell", "hacs", "home-assistant", "ipcam", "lorex"], "version_installed": null, "last_fetched": 1643571246.84296}, "361961255": {"authors": ["@make-all"], "category": "integration", "description": "Metlink Wellington Public Transport integration for Home Assistant", "domain": "metlink", "downloads": 0, "etag_repository": "W/\"6af2355c1915af7eed32fdec3a1f208c75b1872f7cc6ec881c6576d9221967ad\"", "full_name": "make-all/metlink-nz", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "175582c", "last_release_tag": "1.0.3", "last_updated": "2021-12-12T08:57:06Z", "name": "metlink", "new": false, "repository_manifest": {"name": "Metlink Wellington Transport", "render_readme": true, "domains": ["sensor"], "country": ["NZ"], "homeassistant": "2021.12.0", "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["home-assistant", "metlink", "metlink-api", "transport", "wellington"], "version_installed": null, "last_fetched": 1641895942.011754}, "371474642": {"authors": ["@jadson179"], "category": "integration", "description": "home-assistant service for control the consul \ud83d\udd34", "domain": "consul", "downloads": 0, "etag_repository": "W/\"389e8e80278c4743935d04d2e17d4a6f70c41d22045987bea327b456d339fa68\"", "full_name": "jadson179/consul", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5883891", "last_release_tag": "2021.2.0", "last_updated": "2021-10-09T12:30:45Z", "name": "consul", "new": false, "repository_manifest": {"name": "consul", "render_readme": "true", "iot_class": ["Local Push"], "version": "2021.2.0"}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["consul"], "version_installed": null}, "373370853": {"authors": ["@rsnodgrass"], "category": "integration", "description": "Helium blockchain sensors for Home Assistant", "domain": "helium", "downloads": 0, "etag_repository": "W/\"1cf964d978fd0a0f75bd6af5ca3861c87be8de718dc889e626220e3abe4d8e81\"", "full_name": "rsnodgrass/hass-helium", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2c017ff", "last_release_tag": "0.3.6", "last_updated": "2022-01-21T16:21:25Z", "name": "helium", "new": false, "repository_manifest": {"name": "Helium Blockchain", "domains": ["sensor"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 26, "topics": ["helium", "helium-blockchain", "homeassistant"], "version_installed": null, "last_fetched": 1642851439.127735}, "269205129": {"authors": ["@h4de5"], "category": "integration", "description": "VIMAR by-me integration into home-assistant.io", "domain": "vimar", "downloads": 0, "etag_repository": "W/\"303dd79406459b26993bba31e1610748f514ad9927ddd77aea4a433caebe1f5b\"", "full_name": "h4de5/home-assistant-vimar", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "63f3648", "last_release_tag": "2021.10.1", "last_updated": "2021-10-21T13:32:06Z", "name": "vimar", "new": false, "repository_manifest": {"name": "VIMAR By-Me Hub", "content_in_root": false, "render_readme": true, "domains": ["media_player", "cover", "input_boolean", "light", "scene", "binary_sensor", "sensor", "switch", "climate"], "homeassistant": "0.99.9", "iot_class": ["Local Polling"]}, "selected_tag": null, "show_beta": false, "stars": 25, "topics": ["home-assistant", "home-automation", "homeassistant", "homeassistant-integration", "vimar", "vimar-platform"], "version_installed": null, "last_fetched": 1642094195.396116}, "372058588": {"authors": ["@amaximus"], "category": "integration", "description": "Meteo alerts for Hungary", "domain": "met_alerts_hu", "downloads": 0, "etag_repository": "W/\"a7232d7039eba641df096bff1f385307c3bdf1848a05232c68b31d7226c9c8fc\"", "full_name": "amaximus/met_alerts_hu", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4015c97", "last_release_tag": "2.3.1", "last_updated": "2021-12-10T12:23:17Z", "name": "met_alerts_hu", "new": false, "repository_manifest": {"name": "MET Alerts Hungary", "country": ["HU"], "domains": ["met_alerts_hu"], "render_readme": "true", "iot_class": ["Assumed State", "Cloud Polling"]}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": ["home-assistant", "homeassistant", "homeassistant-custom-component", "hungary"], "version_installed": null}, "354515979": {"authors": ["@jomwells", "@Mr-Groch"], "category": "integration", "description": "ON/OFF Abilight+Hue (Switch) component for Philips Ambilight TV's", "domain": "philips_ambilight+hue", "downloads": 0, "etag_repository": "W/\"e5fcdf49243cb1a8085f8e4fb58961bde034ad3be31bd5cf7e2a0e1685523f95\"", "full_name": "Mr-Groch/ambihue", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3386206", "last_release_tag": "0.0.7", "last_updated": "2022-01-08T12:46:57Z", "name": "philips_ambilight+hue", "new": false, "repository_manifest": {"name": "Philips Ambilight+Hue Switch", "domains": "switch", "iot_class": "Local Polling"}, "selected_tag": null, "show_beta": false, "stars": 11, "topics": ["ambilight", "custom-component", "hacs", "home-assistant", "philips-hue"], "version_installed": null, "last_fetched": 1643571240.52106}, "259867685": {"authors": ["@DSorlov"], "category": "integration", "description": "HomeAssistant SL Sensor (HASLv3)", "domain": "hasl3", "downloads": 0, "etag_repository": "W/\"9b56d5a3f570aef7d25e49c14dcee6adbf8024c357f61913f22e18cf5bc89d47\"", "full_name": "hasl-sensor/integration", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "11d2711", "last_release_tag": "3.0.1", "last_updated": "2022-01-23T12:15:49Z", "name": "hasl3", "new": false, "repository_manifest": {"name": "SL Integration (HASL)", "content_in_root": false, "country": ["SE"], "render_readme": false, "homeassistant": "2021.12", "zip_release": false, "domains": ["sensor", "binary_sensor"], "iot_class": "cloud_poll"}, "selected_tag": null, "show_beta": false, "stars": 16, "topics": ["ha-sensor-sl", "hasl", "hasl3", "haslv3", "homeassistant", "homeassistant-sensor", "sl-sensor", "stockholms-lokaltrafik"], "version_installed": null, "last_fetched": 1643571232.79017}, "295123287": {"authors": ["@yuval_mejahez"], "category": "integration", "description": "Jewish Shabbat Yomtov and Holidays times and event", "domain": "hebcal", "downloads": 0, "etag_repository": "W/\"18e7db7d1c16f6522ac3d7f251f1bc798d553d615304b4bf0867d615480aaad7\"", "full_name": "rt400/Jewish-Sabbaths-Holidays", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6ed9afd", "last_release_tag": "2.0.5", "last_updated": "2021-09-05T09:04:55Z", "name": "hebcal", "new": false, "repository_manifest": {"name": "Jewish Sabbaths Holidays / sensor", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": ["hacs", "holidays", "jewish", "sensor", "shabbat"], "version_installed": null}, "134057086": {"authors": ["@syssi"], "category": "integration", "description": "Xiaomi Mi Electric Rice Cooker integration for Home Assistant", "domain": "xiaomi_miio_cooker", "downloads": 0, "etag_repository": "W/\"05f2cce86987fd67dfa65ae9bbad4309cf580f042b715c4b483e59cc067f6763\"", "full_name": "syssi/xiaomi_cooker", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "14e870d", "last_release_tag": "0.2.7", "last_updated": "2021-12-18T20:15:45Z", "name": "xiaomi_miio_cooker", "new": false, "repository_manifest": {"name": "Xiaomi Mi Electric Rice Cooker Integration", "content_in_root": false, "render_readme": true, "iot_class": "local_polling"}, "selected_tag": null, "show_beta": false, "stars": 103, "topics": ["custom-component", "hacktoberfest", "home-assistant", "miio", "miio-protocol", "rice-cooker", "sensor", "xiaomi", "xiaomi-cooker"], "version_installed": null, "last_fetched": 1642430921.021095}, "129049262": {"authors": ["@syssi"], "category": "integration", "description": "Xiaomi Mi Smart Fan integration for Home Assistant", "domain": "xiaomi_miio_fan", "downloads": 0, "etag_repository": "W/\"3e0ee7bc28dc721996d4ef7af089b9863c5c0b74a3de1809de3c2e8867889e72\"", "full_name": "syssi/xiaomi_fan", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "8e22d0f", "last_release_tag": "0.5.4", "last_updated": "2021-12-27T09:15:51Z", "name": "xiaomi_miio_fan", "new": false, "repository_manifest": {"name": "Xiaomi Mi Smart Pedestal Fan Integration", "content_in_root": false, "render_readme": true, "iot_class": "local_polling", "homeassistant": "2021.5.1"}, "selected_tag": null, "show_beta": false, "stars": 247, "topics": ["custom-component", "fan", "hacktoberfest", "home-assistant", "miio", "miio-protocol", "miot", "xiaomi"], "version_installed": null, "last_fetched": 1643571249.481009}, "373845609": {"authors": ["@bramstroker"], "category": "integration", "description": "Custom component to calculate estimated power consumption of lights and other appliances", "domain": "powercalc", "downloads": 0, "etag_repository": "W/\"0dcbab978f31194b3cc118dc01d6f375c134ebe0e5d032e78f99d473d7412849\"", "full_name": "bramstroker/homeassistant-powercalc", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "078f677", "last_release_tag": "v0.16.1", "last_updated": "2022-01-28T16:22:47Z", "name": "powercalc", "new": false, "repository_manifest": {"name": "Power calculation", "render_readme": true, "domains": ["sensor"], "zip_release": true, "filename": "powercalc.zip"}, "selected_tag": null, "show_beta": false, "stars": 199, "topics": ["consumption", "energy-monitor", "hacktoberfest", "hacs", "home-assistant", "homeassistant", "hue-lights", "metering", "power"], "version_installed": null, "last_fetched": 1643571223.966936}, "85400693": {"authors": ["@PaulAnnekov"], "category": "integration", "description": "Device tracker component that uses Padavan-based router", "domain": "padavan_tracker", "downloads": 0, "etag_repository": "W/\"79ca0b625b5239014ad3e3921acdbdc1d30139b4b5f8aea10dd2ee17e37eb7d0\"", "full_name": "PaulAnnekov/home-assistant-padavan-tracker", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5d0f168", "last_release_tag": "1.0.2", "last_updated": "2021-09-05T16:36:39Z", "name": "padavan_tracker", "new": false, "repository_manifest": {"name": "Padavan Tracker", "render_readme": true, "domains": ["device_tracker"], "iot_class": ["Local Polling"]}, "selected_tag": null, "show_beta": false, "stars": 40, "topics": ["home-assistant", "padavan", "router", "xiaomi"], "version_installed": null}, "365332200": {"authors": ["@Racailloux"], "category": "integration", "description": "Home Assistant integration to support PiJuice UPS Hat and retrieve values to sensors.", "domain": "pijuice", "downloads": 0, "etag_repository": "W/\"c1fd15a280beccd07b309ee593f1e47548cf2d264d61ca4d55ca1f9f0208188c\"", "full_name": "Racailloux/home-assistant-pijuice", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d2b0fd8", "last_release_tag": "1.2.0", "last_updated": "2021-09-12T12:14:15Z", "name": "pijuice", "new": false, "repository_manifest": {"name": "PiJuice UPS Hat", "render_readme": true, "iot_class": "Local Polling", "domains": "sensor", "country": ["EN", "FR"]}, "selected_tag": null, "show_beta": false, "stars": 7, "topics": ["battery", "hat", "home-assistant", "integrations", "pijuice", "raspberry-pi", "sensors", "ups", "voltage"], "version_installed": null}, "180440465": {"authors": ["@ludeeus"], "category": "integration", "description": "Component to show potential breaking_changes in the current published version based on your loaded components", "domain": "breaking_changes", "downloads": 0, "etag_repository": "W/\"68d8801493650c78168eac45119f05ccbd211a742a89f753422f803f93fe69c1\"", "full_name": "custom-components/breaking_changes", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "fcbd2d0", "last_release_tag": "21.12.0", "last_updated": "2021-12-03T23:22:46Z", "name": "breaking_changes", "new": false, "repository_manifest": {"name": "Breaking Changes", "zip_release": true, "hide_default_branch": true, "filename": "breaking_changes.zip", "domain": "breaking_changes", "homeassistant": "2021.4.0b0"}, "selected_tag": null, "show_beta": false, "stars": 78, "topics": ["breaking-changes", "custom-component", "home-assistant", "homeassistant", "python"], "version_installed": null, "last_fetched": 1643545556.7687}, "151280062": {"authors": [], "category": "plugin", "description": "Minimalistic graph card for Home Assistant Lovelace UI", "domain": "", "downloads": 0, "etag_repository": "W/\"0c521e9864c882fe0f8e986ae8898ca73ae9ec2c731f0f358ac04c069b8b3ec6\"", "full_name": "kalkih/mini-graph-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4b83da8", "last_release_tag": "v0.11.0", "last_updated": "2022-01-23T09:42:43Z", "name": "mini-graph-card", "new": false, "repository_manifest": {"name": "mini-graph-card", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 1789, "topics": ["automation", "custom", "graph", "hacktoberfest", "hassio", "home-assistant", "lovelace", "lovelace-ui", "sensor"], "version_installed": null, "last_fetched": 1643545559.365716}, "201740996": {"authors": ["@ludeeus"], "category": "integration", "description": "Use Jinja and data from Home Assistant to generate your README.md file", "domain": "readme", "downloads": 0, "etag_repository": "W/\"4e8cbc7fdbaa4d1a997eb4236f2e6d5e2d5177c87353b320b0c63b8695cea808\"", "full_name": "custom-components/readme", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3d7becc", "last_release_tag": "0.4.0", "last_updated": "2022-01-10T18:51:05Z", "name": "readme", "new": false, "repository_manifest": {"name": "Generate readme", "iot_class": "calculated", "zip_release": true, "filename": "readme.zip", "homeassistant": "2021.5.0", "hide_default_branch": true, "render_readme": true, "hacs": "0.19.1"}, "selected_tag": null, "show_beta": false, "stars": 18, "topics": ["automation", "home-assistant", "jinja", "readme"], "version_installed": null, "last_fetched": 1643545556.816277}, "374763546": {"authors": ["@xilense"], "category": "integration", "description": "AIMP custom component for \ud83c\udfe0 Home Assistant using web remote", "domain": "aimp", "downloads": 0, "etag_repository": "W/\"1a9c5c5423e2aa39ffec21ee341f2214d9a90a7bc77bfe9c60cd5533cccb0a09\"", "full_name": "xilense/aimp_custom_component", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "108431c", "last_release_tag": null, "last_updated": "2021-06-21T18:20:20Z", "name": "aimp", "new": false, "repository_manifest": {"name": "AIMP Media Player", "content_in_root": true, "domains": "media_player", "iot_class": "Local Polling", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["aimp", "home-automation", "homeassistant", "homeautomation", "internet-of-things", "iot", "iot-automation", "mediaplayer", "raspberry-pi", "remote-control", "smarthome"], "version_installed": null}, "323152128": {"authors": ["@guylewin"], "category": "integration", "description": "Crunch-O-Meter API as sensors in Home Assistant. See how many people are currently at your local gym", "domain": "crunch_o_meter", "downloads": 0, "etag_repository": "W/\"02cc653796b8ff504e36be78552319dd9c51adac96f5937bf203895d04237835\"", "full_name": "GuyLewin/home-assistant-crunch-o-meter", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "db48e5a", "last_release_tag": "1.0.4", "last_updated": "2021-06-14T13:06:16Z", "name": "crunch_o_meter", "new": false, "repository_manifest": {"name": "Crunch-O-Meter", "domains": ["sensor"], "iot_class": "Cloud Polling", "render_readme": true, "zip_release": true, "filename": "crunch_o_meter.zip"}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["crunch", "crunch-o-meter", "hacs", "home-assistant"], "version_installed": null}, "376904517": {"authors": [], "category": "plugin", "description": "A progress bar display for Home Assistant timers", "domain": "", "downloads": 0, "etag_repository": "W/\"38ea22160c43ccdbe9c87bf5714ada90933918bf5ddcae1387ce2b56b892140b\"", "full_name": "rianadon/timer-bar-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7b1870b", "last_release_tag": "v1.15", "last_updated": "2022-01-21T18:45:14Z", "name": "timer-bar-card", "new": false, "repository_manifest": {"name": "Timer Bar Card", "render_readme": true, "filename": "timer-bar-card.js"}, "selected_tag": null, "show_beta": false, "stars": 83, "topics": ["home-assistant", "lovelace", "lovelace-ui"], "version_installed": null, "last_fetched": 1643571262.763521}, "378256174": {"authors": [], "category": "plugin", "description": "Home Assistant card for collecting OpenSprinkler status", "domain": "", "downloads": 0, "etag_repository": "W/\"979608dafc7cb3ea70f57b5b0b6d08d3642531bbff722956b0bc6497ef19712d\"", "full_name": "rianadon/opensprinkler-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "883055b", "last_release_tag": "v1.11", "last_updated": "2021-12-20T23:06:54Z", "name": "opensprinkler-card", "new": false, "repository_manifest": {"name": "OpenSprinkler Card", "render_readme": true, "filename": "opensprinkler-card.js"}, "selected_tag": null, "show_beta": false, "stars": 32, "topics": ["home-assistant", "lovelace", "lovelace-ui", "opensprinkler"], "version_installed": null, "last_fetched": 1642184597.996558}, "307678069": {"authors": ["@rogro82", "@wibias"], "category": "integration", "description": "Home Assistant variables component", "domain": "variable", "downloads": 0, "etag_repository": "W/\"9e82023624d0de81f46069fd20506a6bbbbe6d0c359b61700085bcf5efc9ca1f\"", "full_name": "Wibias/hass-variables", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "0b76b6a", "last_release_tag": "2.2.1", "last_updated": "2022-01-22T16:29:27Z", "name": "variable", "new": false, "repository_manifest": {"name": "Variables+History", "homeassistant": "2021.9.0", "iot_class": "local push"}, "selected_tag": null, "show_beta": false, "stars": 28, "topics": ["counter", "homeassistant-integration", "keypad", "last-motion", "python", "timer", "variables"], "version_installed": null, "last_fetched": 1643571252.251042}, "373101151": {"authors": ["@cjne"], "category": "integration", "description": "Home Assistant customcomponent for SunSpec modbus devices", "domain": "sunspec", "downloads": 0, "etag_repository": "W/\"bdfff48b661cea421ac8d890f7b905a2e705ea2c807b9bf6753a8a18292397be\"", "full_name": "CJNE/ha-sunspec", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b0b749a", "last_release_tag": "0.0.19", "last_updated": "2022-01-26T05:12:55Z", "name": "sunspec", "new": false, "repository_manifest": {"name": "SunSpec", "hacs": "1.6.0", "domains": ["sensor"], "iot_class": "Local Polling", "render_readme": true, "homeassistant": "2021.9.1"}, "selected_tag": null, "show_beta": false, "stars": 15, "topics": ["custom-component", "home-assistant", "sunspec"], "version_installed": null, "last_fetched": 1643571224.696595}, "256928191": {"authors": ["@Aohzan"], "category": "integration", "description": "Home Assistant custom component for GCE Eco-Devices", "domain": "ecodevices", "downloads": 0, "etag_repository": "W/\"e28dbf308b06a446432409f2815f93383263f1d01a44b4bb9509e2122a0b7fc0\"", "full_name": "Aohzan/ecodevices", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "851ff72", "last_release_tag": "4.0.0", "last_updated": "2021-12-31T17:09:13Z", "name": "ecodevices", "new": false, "repository_manifest": {"name": "GCE Eco-Devices", "country": ["FR"], "domains": ["sensor"], "render_readme": true, "iot_class": ["Local Polling"]}, "selected_tag": null, "show_beta": false, "stars": 7, "topics": ["eco-devices", "gce-electronics", "home-assistant", "homeassistant-integration"], "version_installed": null, "last_fetched": 1641058337.817616}, "351604227": {"authors": ["@Sha-Darim"], "category": "integration", "description": "The custom compontnet will get fire risks and fire prohibition from the Brandrisk Ute API for the supplied position.", "domain": "brandriskute", "downloads": 0, "etag_repository": "W/\"a88ea5dcc9c7365be124bbf02b3807bf9a41469aa44a8c706161709cf62b8ea3\"", "full_name": "Sha-Darim/brandriskute", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4ed6d64", "last_release_tag": null, "last_updated": "2021-12-28T22:27:43Z", "name": "brandriskute", "new": false, "repository_manifest": {"name": "Brandrisk ute", "render_readme": true, "domains": ["sensor"], "country": ["se"]}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["fire-risks", "homeassistant", "risks", "sensors"], "version_installed": null}, "387055527": {"authors": [], "category": "theme", "description": "This is a blend of 2 themes found within the Home Assistant community. Inspired mostly by Noctis, I've adjust colours slightly and have also opted to pull some features from Caule Theme packs to build my own 'ultimate' theme. I will continue to update overtime and do my best to credit those whom I have 'referenced' ", "domain": "", "downloads": 0, "etag_repository": "W/\"6c54cf61de3436b14d30e2f6e080c33f94c85659b791886b67162fd4a402f840\"", "full_name": "tgcowell/waves", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4c4218c", "last_release_tag": "v.2.1.0", "last_updated": "2021-08-27T03:25:22Z", "name": "waves", "new": false, "repository_manifest": {"name": "Waves"}, "selected_tag": null, "show_beta": false, "stars": 21, "topics": ["hacs", "hassio", "homeassistant", "themes"], "version_installed": null, "last_fetched": 1642184601.132158}, "391372854": {"authors": [], "category": "plugin", "description": "Home Assistant card for controlling the Alarmo component", "domain": "", "downloads": 0, "etag_repository": "W/\"28c87bd14b8bdbb5969e902c6c85da87362ec3105ed38f676600145482b3cdf5\"", "full_name": "nielsfaber/alarmo-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "cfe826a", "last_release_tag": "v1.2.3", "last_updated": "2022-01-15T08:11:17Z", "name": "alarmo-card", "new": false, "repository_manifest": {"name": "Alarmo Card", "render_readme": true, "filename": "alarmo-card.js"}, "selected_tag": null, "show_beta": false, "stars": 28, "topics": ["alarm", "alarmo", "assistant", "card", "home", "home-assistant", "lovelace", "security"], "version_installed": null, "last_fetched": 1643571261.532588}, "362551242": {"authors": [], "category": "plugin", "description": "Simple last-updated card for Home assistant lovelace", "domain": "", "downloads": 0, "etag_repository": "W/\"7582e81dc79d17b48732f060719ecd84416c96684cc88d57c6aa2ba8a4db53bc\"", "full_name": "itobey/update-time-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9580c83", "last_release_tag": "2.0.0", "last_updated": "2021-07-13T16:24:04Z", "name": "update-time-card", "new": false, "repository_manifest": {"name": "Update Time Card", "content_in_root": true, "render_readme": true, "filename": "update-time-card.js"}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["clock", "dashboard", "e-ink", "hassio", "home-assistant", "homeassistant", "last-updated", "lovelace", "lovelace-custom-card", "lovelace-ui"], "version_installed": null}, "384434522": {"authors": [], "category": "plugin", "description": "Additional vector icons for home assistant to model Philips Hue bulbs and fixtures. ", "domain": "", "downloads": 0, "etag_repository": "W/\"dd2443298b76ee5f4ee0dc518c7dfc08f9151427f30d2210d2f8b7f40422ac78\"", "full_name": "arallsopp/hass-hue-icons", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c834f9a", "last_release_tag": "v.1.2.5", "last_updated": "2022-01-19T12:36:20Z", "name": "hass-hue-icons", "new": false, "repository_manifest": {"name": "Hass Hue Icons", "render_readme": true, "content_in_root": false}, "selected_tag": null, "show_beta": false, "stars": 125, "topics": ["custom-icons", "hacktoberfest", "hacs", "home-assistant", "homeassistant", "hue", "hue-lights", "icons", "iconset", "philips-hue", "svg"], "version_installed": null, "last_fetched": 1643571253.745922}, "352169259": {"authors": ["@aex351"], "category": "integration", "description": "Neerslag app for Home Assistant. All-in-one package (Sensors + Card).", "domain": "neerslag", "downloads": 0, "etag_repository": "W/\"c7ea7befb915401621b152712582ad6d2387b3fd868a00f66dfa33221aff7a56\"", "full_name": "aex351/home-assistant-neerslag-app", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "ba484e4", "last_release_tag": null, "last_updated": "2021-10-21T20:28:43Z", "name": "neerslag", "new": false, "repository_manifest": {"name": "Neerslag App", "render_readme": true, "country": ["NL", "BE"], "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 18, "topics": ["homeassistant"], "version_installed": null, "last_fetched": 1641217569.170075}, "366713850": {"authors": ["@alexander0042"], "category": "integration", "description": "Replacement for the default Dark Sky Home Assistant integration using Pirate Weather ", "domain": "pirateweather", "downloads": 0, "etag_repository": "W/\"14e5999e119fe81ed9bbdac6cc9efff17548d86cdc4069cf457a83259eae7575\"", "full_name": "alexander0042/pirate-weather-ha", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e95083f", "last_release_tag": null, "last_updated": "2021-12-17T17:21:58Z", "name": "pirateweather", "new": false, "repository_manifest": {"name": "Pirate Weather", "domains": ["weather", "sensor"], "render_readme": true, "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 65, "topics": ["darksky-api", "homeassistant-integration", "weather-api"], "version_installed": null, "last_fetched": 1643545556.794476}, "363203831": {"authors": ["@benleb"], "category": "integration", "description": "SureHA \ud83d\udc3e monitor & control your Sure Petcare devices via Home Assistant", "domain": "sureha", "downloads": 0, "etag_repository": "W/\"b3a5d3b5e4d02d9b2d3db971986dbb9f83a772f779f7c706cbfe8d005d0f570c\"", "full_name": "benleb/sureha", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "77ff2da", "last_release_tag": "v0.4.2", "last_updated": "2021-09-20T15:35:49Z", "name": "sureha", "new": false, "repository_manifest": {"name": "SureHA", "documentation": "https://github.com/benleb/sureha", "content_in_root": true, "render_readme": true, "domains": ["binary_sensor", "sensor"]}, "selected_tag": null, "show_beta": false, "stars": 10, "topics": ["home-assistant", "home-automation", "homeassistant", "surepet", "surepetcare", "surepy"], "version_installed": null, "last_fetched": 1641895958.561402}, "378010382": {"authors": ["@alryaz"], "category": "integration", "description": "TNS Energo Integration", "domain": "tns_energo", "downloads": 0, "etag_repository": "W/\"d4a335cae84074e420e746d37ce355a6db4ac2680e063b5b15162cdcb5af0ef0\"", "full_name": "alryaz/hass-tns-energo", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e23705e", "last_release_tag": "v0.1.0", "last_updated": "2021-11-03T19:37:50Z", "name": "tns_energo", "new": false, "repository_manifest": {"name": "\u041b\u0438\u0447\u043d\u044b\u0439 \u043a\u0430\u0431\u0438\u043d\u0435\u0442 \u0422\u041d\u0421 \u042d\u043d\u0435\u0440\u0433\u043e", "content_in_root": false, "zip_release": false, "render_readme": true, "domains": ["sensor"], "country": ["ru"], "homeassistant": "2021.4.6", "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": ["custom-components", "hacs", "homeassistant", "moscow", "tns-energo"], "version_installed": null}, "376390299": {"authors": ["@golles"], "category": "integration", "description": "KNMI weather integration for Home Assistant", "domain": "knmi", "downloads": 0, "etag_repository": "W/\"ef1bd6faa2e5920122e14e51741393edcbaa5f9e4f235ee917217ba3199aaae5\"", "full_name": "golles/ha-knmi", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4de958b", "last_release_tag": "1.1.6", "last_updated": "2022-01-08T17:01:59Z", "name": "knmi", "new": false, "repository_manifest": {"name": "knmi", "hacs": "1.6.0", "domains": ["binary_sensor", "sensor", "switch"], "homeassistant": "0.118.0"}, "selected_tag": null, "show_beta": false, "stars": 7, "topics": ["home-assistant", "home-assistant-component", "homeassistant", "knmi", "weather"], "version_installed": null, "last_fetched": 1642004605.655608}, "384704004": {"authors": ["@dylandoamaral"], "category": "integration", "description": "A Trakt integration for Home Assistant compatible with upcoming media card", "domain": "trakt_tv", "downloads": 0, "etag_repository": "W/\"271e8a524c8f838bcc59f398e4c685dede7e8661588da060a3d577cecbe98a58\"", "full_name": "dylandoamaral/trakt-integration", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6a4835e", "last_release_tag": "v0.1.2", "last_updated": "2021-12-13T09:19:12Z", "name": "trakt_tv", "new": false, "repository_manifest": {"name": "Trakt", "domains": ["sensor"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": ["custom", "hacs", "home-assistant", "integration", "movie", "show", "trakt", "upcoming-media-card"], "version_installed": null, "last_fetched": 1643545556.791849}, "261277563": {"authors": ["@edekeijzer"], "category": "integration", "description": "OSRM travel time sensor for Home Assistant", "domain": "osrm_travel_time", "downloads": 0, "etag_repository": "W/\"a351edffa9665484e59651c629526eeade93896315c7f686ec51c603e50c3167\"", "full_name": "edekeijzer/osrm_travel_time", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3985b38", "last_release_tag": "v0.3", "last_updated": "2021-07-04T11:12:20Z", "name": "osrm_travel_time", "new": false, "repository_manifest": {"name": "Open Source Routing Machine", "domains": ["sensor"], "iot_class": ["Local Polling"]}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": ["home-assistant", "osrm", "python", "python3", "self-hosted"], "version_installed": null}, "290261325": {"authors": ["@basnijholt", "@RubenKelevra"], "category": "integration", "description": "Adaptive Lighting custom component for Home Assistant", "domain": "adaptive_lighting", "downloads": 0, "etag_repository": "W/\"f83d1c7c1980b080967b9c5b00373239ff9ad94867f8d78ee6d2f8f4f2c99d24\"", "full_name": "basnijholt/adaptive-lighting", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "83983e8", "last_release_tag": "1.0.15", "last_updated": "2022-01-08T23:28:34Z", "name": "adaptive_lighting", "new": false, "repository_manifest": {"name": "adaptive_lighting", "render_readme": true, "domains": ["switch"]}, "selected_tag": null, "show_beta": false, "stars": 472, "topics": ["adaptive-lighting", "automation", "home-assistant", "hue", "iot", "lights", "sunrise", "sunset", "zigbee"], "version_installed": null, "last_fetched": 1643571222.606949}, "377060365": {"authors": ["@alryaz"], "category": "integration", "description": "\u0418\u043d\u0442\u0435\u0433\u0440\u0430\u0446\u0438\u044f Home Assistant \u0441 \u041b\u041a \"\u0418\u043d\u0442\u0435\u0440 \u0420\u0410\u041e\"", "domain": "lkcomu_interrao", "downloads": 0, "etag_repository": "W/\"edf53429a828fa13d9facc72a0b85cc991e68743dee673e401994a480d125413\"", "full_name": "alryaz/hass-lkcomu-interrao", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b951440", "last_release_tag": "v0.2.0", "last_updated": "2022-01-16T23:15:31Z", "name": "lkcomu_interrao", "new": false, "repository_manifest": {"name": "\u041b\u0438\u0447\u043d\u044b\u0439 \u043a\u0430\u0431\u0438\u043d\u0435\u0442 \u0418\u043d\u0442\u0435\u0440 \u0420\u0410\u041e (\u042d\u043d\u0435\u0440\u0433\u043e\u0441\u0431\u044b\u0442)", "content_in_root": false, "zip_release": false, "render_readme": true, "domains": ["sensor", "binary_sensor"], "country": ["ru"], "homeassistant": "2021.12.0", "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 21, "topics": ["altaienergosbyt", "bashelektrosbyt", "custom-components", "energosbyt", "esbvolga", "home-assistant", "mosenergosbyt", "sevesk", "tambovenergosbyt", "tomskenergosbyt"], "version_installed": null, "last_fetched": 1643571220.827883}, "388918745": {"authors": ["@CreasolTech"], "category": "integration", "description": "Home Assistant integration for Creasol DomBus RS485 modules (inputs, outputs, sensors).", "domain": "creasoldombus", "downloads": 0, "etag_repository": "W/\"d1fb7d5dbd83ae905361350a184f214c97096227948f1a15648ce1efcfe8eede\"", "full_name": "CreasolTech/home-assistant-creasol-dombus", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "469026c", "last_release_tag": null, "last_updated": "2021-09-07T08:23:37Z", "name": "creasoldombus", "new": false, "repository_manifest": {"name": "Creasol DomBus", "content_in_root": false, "domains": ["binary-sensor", "light", "sensor", "switch"], "iot_class": "local_push"}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["dombus", "domotic", "hacs", "home-assistant", "homeassistant", "rs485", "smart-home", "smarthome"], "version_installed": null}, "355159299": {"authors": ["@alryaz"], "category": "integration", "description": "Moscow PGU services for HomeAssistant", "domain": "moscow_pgu", "downloads": 0, "etag_repository": "W/\"acd57c8caeda6a128a28ad90ca858c6c3b0e3c5dd18a980551607d231d0893fa\"", "full_name": "alryaz/hass-moscow-pgu", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a0e68a7", "last_release_tag": "v0.3.1", "last_updated": "2021-11-10T06:44:41Z", "name": "moscow_pgu", "new": false, "repository_manifest": {"name": "Moscow PGU (\u0413\u043e\u0441\u0443\u0441\u043b\u0443\u0433\u0438 \u041c\u043e\u0441\u043a\u0432\u044b)", "content_in_root": false, "zip_release": false, "render_readme": true, "domains": ["sensor"], "country": ["ru"], "homeassistant": "2021.2.0", "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 10, "topics": ["custom-component", "gosuslugi", "homeassistant"], "version_installed": null}, "362058414": {"authors": ["@chouffy"], "category": "integration", "description": "Control a Libratone Zipp speaker within Home Assistant", "domain": "libratone_zipp", "downloads": 0, "etag_repository": "W/\"291eaf61836c69229654147e6d05057f40a699b92326ffd497a4a92a22d88fd9\"", "full_name": "Chouffy/home_assistant_libratone_zipp", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "0f30485", "last_release_tag": "3.0.3", "last_updated": "2021-10-16T07:48:11Z", "name": "libratone_zipp", "new": false, "repository_manifest": {"name": "Libratone Zipp", "render_readme": true, "domains": "media_player", "iot_class": "Local Push"}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["home-assistant", "home-assistant-integration", "libratone", "python3"], "version_installed": null}, "377960412": {"authors": ["@georgezhao2010"], "category": "integration", "description": "Control your Midea air conditioner devices via the eWeLink cloud", "domain": "climate_ewelink", "downloads": 0, "etag_repository": "W/\"a9e71b054a35028bd10c6cfbd51292e79869dfa62d427e77c3bc25b25da9ce84\"", "full_name": "georgezhao2010/climate_ewelink", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b38804d", "last_release_tag": "v0.3.0", "last_updated": "2021-09-04T14:17:19Z", "name": "climate_ewelink", "new": false, "repository_manifest": {"name": "Midea A/C via eWeLink", "domains": ["climate", "sensor", "switch"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 24, "topics": ["airconditioners", "climate", "ewelink", "homeassistant", "midea"], "version_installed": null}, "311536795": {"authors": ["@blakeblackshear"], "category": "integration", "description": "Frigate integration for Home Assistant", "domain": "frigate", "downloads": 0, "etag_repository": "W/\"12a2fdeba206b331e8ab5292bf3bef414b6c5ac50bb959dfd229570da6279c93\"", "full_name": "blakeblackshear/frigate-hass-integration", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "19a10d0", "last_release_tag": "v2.2.0", "last_updated": "2022-01-25T15:30:23Z", "name": "frigate", "new": false, "repository_manifest": {"hacs": "1.6.0", "name": "Frigate", "domains": ["media_browser", "sensor", "camera", "binary_sensor", "switch"], "iot_class": "Local Push", "homeassistant": "2021.12.0b0"}, "selected_tag": null, "show_beta": false, "stars": 205, "topics": ["ai", "camera", "frigate", "hacs", "nvr", "object-detection"], "version_installed": null, "last_fetched": 1643571223.138651}, "255258767": {"authors": ["@Aohzan"], "category": "integration", "description": "IPX800 V4 integration for Home-Assistant", "domain": "ipx800v4", "downloads": 0, "etag_repository": "W/\"360bffc2d724b017741fe7e8c6c499e78dc69bb6de72a87d8174d1f1edcc503c\"", "full_name": "Aohzan/ipx800", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3d58e7c", "last_release_tag": "3.1.0", "last_updated": "2021-11-20T08:19:27Z", "name": "ipx800v4", "new": false, "repository_manifest": {"name": "GCE IPX800 V4", "country": ["FR"], "domains": ["switch", "light", "cover", "sensor", "binary_sensor", "climate"], "render_readme": true, "iot_class": ["Local Polling"]}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": ["gce-electronics", "homeassistant", "homeassistant-integration", "ipx800"], "version_installed": null}, "384910725": {"authors": ["@hwmland"], "category": "integration", "description": "XMR Pool Statistics integration for Home Assistant", "domain": "xmrpool_stat", "downloads": 0, "etag_repository": "W/\"5f8e1ac919378a933cdb6178bb5eadf93224b15abcbb061acd43790085e81237\"", "full_name": "hwmland/homeassistant-xmrpool_stat", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e5db4c6", "last_release_tag": "v0.2.0", "last_updated": "2022-01-13T20:44:56Z", "name": "xmrpool_stat", "new": false, "repository_manifest": {"name": "XMR Pool Statistics", "render_readme": true, "iot_class": "cloud_polling"}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["cryptocurrency", "hacs", "home-assistant", "home-assistant-integration", "homeassistant", "monero", "xmr"], "version_installed": null, "last_fetched": 1642184611.305361}, "322881712": {"authors": ["@juacas"], "category": "integration", "description": "Honor X3 router Device tracker for Home Assistant", "domain": "honor_x3", "downloads": 0, "etag_repository": "W/\"9e373e2187817bda22f05c37f771fe310a58ed3096ae5f717de289c997bdeaa6\"", "full_name": "juacas/honor_x3", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3798953", "last_release_tag": "v1.0.5", "last_updated": "2021-08-24T07:44:17Z", "name": "honor_x3", "new": false, "repository_manifest": {"name": "Honor Router 3/X3 tracker", "render_readme": "true", "domains": ["device_tracker"]}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["device-tracker", "home-assistant", "home-automation", "presence-detection", "router"], "version_installed": null, "last_fetched": 1643571235.669678}, "377012187": {"authors": ["@jcgoette"], "category": "integration", "description": "This custom integration provides sensors for Weight Gurus API endpoints.", "domain": "weight_gurus", "downloads": 0, "etag_repository": "W/\"20118a467c07202ffe9775d16d9c829efb6eed7103dab9ebf4f1e1645b317b43\"", "full_name": "jcgoette/weight_gurus_homeassistant", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a891e0b", "last_release_tag": "v2.0.2", "last_updated": "2021-12-18T04:00:33Z", "name": "weight_gurus", "new": false, "repository_manifest": {"domains": "sensor", "iot_class": "Cloud Polling", "name": "Weight Gurus", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["health", "home-assistant", "home-assistant-component", "home-assistant-custom", "home-assistant-sensor", "python", "weight"], "version_installed": null}, "250488711": {"authors": ["@mwestra"], "category": "integration", "description": "niu scooter integration for Home assistant.", "domain": "niu", "downloads": 0, "etag_repository": "W/\"3eb1bc1cdbfc591c0f398f92edbda8494326579cb2ce15fd964e88c48628aa23\"", "full_name": "marcelwestrahome/home-assistant-niu-component", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d00a0ad", "last_release_tag": "1.0.0", "last_updated": "2021-11-28T18:33:25Z", "name": "niu", "new": false, "repository_manifest": {"name": "Niu Scooter Integration", "content_in_root": false, "render_readme": true, "iot_class": "cloud_polling"}, "selected_tag": null, "show_beta": false, "stars": 15, "topics": ["custom-component", "home-assistant", "niu", "scooters", "sensor"], "version_installed": null, "last_fetched": 1642430941.780215}, "279184610": {"authors": ["@madpilot"], "category": "integration", "description": "Home Assistant Component to pull the latest energy prices from Amber Electric", "domain": "amberelectric", "downloads": 0, "etag_repository": "W/\"aa32fa4c6a1ae5d01635bec70278dccf5f5869879136f29426130ed58700f896\"", "full_name": "madpilot/hass-amber-electric", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b900ed8", "last_release_tag": null, "last_updated": "2021-10-07T09:01:00Z", "name": "amberelectric", "new": false, "repository_manifest": {"name": "Amber Electric", "country": ["AU"], "domains": ["sensor"], "homeassistant": "2021.7.1", "iot_class": ["Cloud Polling"]}, "selected_tag": null, "show_beta": false, "stars": 21, "topics": ["amber-electric", "electricity-market", "electricity-prices", "home-assistant", "integration"], "version_installed": null, "last_fetched": 1643571239.450224}, "391413239": {"authors": ["@tiemooowh"], "category": "integration", "description": "Teletask (DoIP) Integration for Home Assistant Comunity Store (HACS)", "domain": "teletask", "downloads": 0, "etag_repository": "W/\"7e12b9c1542acb42585d0a53625bea0509661b0faa53f1348fe931c2ee2e0b8c\"", "full_name": "Tiemooowh/homeassistant-teletask", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "58bdabf", "last_release_tag": null, "last_updated": "2021-11-01T16:32:18Z", "name": "teletask", "new": false, "repository_manifest": {"name": "Teletask", "content_in_root": false, "domains": ["teletask"], "homeassistant": "0.109.0", "iot_class": "local_poll"}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["domotics", "hacs", "homeassistant", "homeassistant-custom-component", "homeassistant-integration", "teletask"], "version_installed": null, "last_fetched": 1642851464.3755}, "368653916": {"authors": ["@moox-it"], "category": "integration", "description": "MOOX-Track Custom Component for HASS (hass-moox-track) is a custom component that connects your MOOX Track devices to Home Assistant as \"Device Trackers\"", "domain": "moox_track", "downloads": 0, "etag_repository": "W/\"6c795dfdc462f634bed1c5aa38a7cfb88f597c6e4bc6795fec0bdb1e34980edb\"", "full_name": "moox-it/hass-moox-track", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "ccc24f3", "last_release_tag": "1.2", "last_updated": "2021-12-13T17:10:20Z", "name": "moox_track", "new": false, "repository_manifest": {"name": "MOOX-Track", "render_readme": true, "iot_class": ["Cloud Polling"]}, "selected_tag": null, "show_beta": false, "stars": 0, "topics": ["device", "gps", "moox", "track", "tracker"], "version_installed": null}, "378213601": {"authors": ["@nyffchanium"], "category": "integration", "description": "Home Assistant integration for Argoclima (Argo) climate control devices", "domain": "argoclima", "downloads": 0, "etag_repository": "W/\"2679e7ae9fd0af2f3c9af279232abec2552e35eb975eed9419095d5e7af2d9ff\"", "full_name": "nyffchanium/argoclima-integration", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "515e679", "last_release_tag": "v1.1.0", "last_updated": "2021-12-30T11:52:59Z", "name": "argoclima", "new": false, "repository_manifest": {"name": "Argoclima", "homeassistant": "2021.12.1", "domains": ["climate"], "iot_class": "Local Polling"}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["argo", "argoclima", "climate-control", "home-assistant"], "version_installed": null, "last_fetched": 1643571242.287186}, "336054515": {"authors": ["@lbbrhzn"], "category": "integration", "description": "Home Assistant integration for electric vehicle chargers that support the Open Charge Point Protocol (OCPP).", "domain": "ocpp", "downloads": 0, "etag_repository": "W/\"815832f2ebb6fa2a52c9745547aba10a114331d4f9898a860d08ab238db38056\"", "full_name": "lbbrhzn/ocpp", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "cce22ff", "last_release_tag": "v0.4.10", "last_updated": "2022-01-30T19:13:59Z", "name": "ocpp", "new": false, "repository_manifest": {"name": "Open Charge Point Protocol (OCPP)", "content_in_root": false, "domains": ["button", "number", "sensor", "switch"], "homeassistant": "2021.12.0", "iot_class": "Local Push", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 45, "topics": ["hacs", "home-assistant", "home-automation", "homeassistant", "ocpp"], "version_installed": null, "last_fetched": 1643571238.060321}, "379688863": {"authors": ["@TheRealWaldo"], "category": "integration", "description": "Thermal Vision Sensor and Camera for Home Assistant", "domain": "thermal_vision", "downloads": 0, "etag_repository": "W/\"3c3f781d516665e3ff2f941d163f40302a6cc38d1048f6693340fa5833b01fd3\"", "full_name": "TheRealWaldo/thermal", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "376601c", "last_release_tag": "v3.1.0", "last_updated": "2021-12-28T16:18:24Z", "name": "thermal_vision", "new": false, "repository_manifest": {"name": "Thermal Vision", "country": ["CA"], "domains": ["camera", "sensor"], "render_readme": true, "iot_class": ["Assumed State", "Local Polling"]}, "selected_tag": null, "show_beta": false, "stars": 24, "topics": ["hacs", "home-assistant", "homeassistant", "homeassistant-custom-component", "homeassistant-integration", "homeassistant-sensor"], "version_installed": null, "last_fetched": 1642851466.764306}, "388979130": {"authors": ["@troykelly"], "category": "integration", "description": "A group of sensors for Home Assistant that tracks New South Wales COVID-19 Data", "domain": "nswcovid", "downloads": 0, "etag_repository": "W/\"e4f82a00278417c26669528a148fd1bf4d88282c014255fad61cf23a156ed0c5\"", "full_name": "troykelly/homeassistant-au-nsw-covid", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "0c394ef", "last_release_tag": "v0.0.26", "last_updated": "2021-10-02T04:15:42Z", "name": "nswcovid", "new": false, "repository_manifest": {"name": "NSW Covid Data", "country": ["AU"], "domains": ["sensor"], "homeassistant": "2021.9.0", "iot_class": ["Cloud Polling"], "zip_release": true, "filename": "nswcovid.zip"}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["covid-19", "home-assistant", "nsw-government", "nsw-health"], "version_installed": null}, "227452940": {"authors": ["@JoshuaMulliken"], "category": "integration", "description": "Home Assistant Integration for Wyze devices.", "domain": "wyzeapi", "downloads": 0, "etag_repository": "W/\"694f94b6ccbd39eb813375a1358383c841721779dd93c62ce56201acda6b763f\"", "full_name": "JoshuaMulliken/ha-wyzeapi", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "8107f80", "last_release_tag": "0.1.4", "last_updated": "2022-01-26T00:05:33Z", "name": "wyzeapi", "new": false, "repository_manifest": {"name": "Wyze", "domains": ["switch", "light", "lock", "binary_sensor"], "iot_class": "cloud_poll"}, "selected_tag": null, "show_beta": false, "stars": 381, "topics": ["bulb", "home-assistant", "home-automation", "homeassistant", "switch", "wyze", "wyze-bulbs", "wyze-switchs"], "version_installed": null, "last_fetched": 1643571235.391686}, "379781545": {"authors": ["@rroller"], "category": "integration", "description": "Netgear Home Assistant Integration", "domain": "netgear_wax", "downloads": 0, "etag_repository": "W/\"436be03ffbbb9b6adc9c111cd59575fe7a7b8f022f54146b0ed8375b1ab0c7d0\"", "full_name": "rroller/netgear", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d3a2e7f", "last_release_tag": "0.1.3", "last_updated": "2021-12-12T18:08:49Z", "name": "netgear_wax", "new": false, "repository_manifest": {"name": "Netgear WAX", "hacs": "1.6.0", "homeassistant": "2021.4.0", "domains": ["binary_sensor", "sensor", "switch"], "iot_class": "Local Polling", "render_readme": true, "documentation": "https://github.com/rroller/netgear/blob/main/README.md", "issue_tracker": "https://github.com/rroller/netgear/issues", "codeowners": ["@rroller"]}, "selected_tag": null, "show_beta": false, "stars": 7, "topics": ["hacs", "home-assistant", "netgear", "wax", "wax-610", "wax-620", "wi-fi"], "version_installed": null}, "396695907": {"authors": ["@mullerdavid"], "category": "integration", "description": "Gree Extension for built in integration", "domain": "gree_ext", "downloads": 0, "etag_repository": "W/\"03767ed18a8f09a3648631142dfc3b94a940b82a73b3c4aff883c5d19ef70b28\"", "full_name": "mullerdavid/hass_GreeExt", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "faa5104", "last_release_tag": null, "last_updated": "2021-08-16T17:45:29Z", "name": "gree_ext", "new": false, "repository_manifest": {"name": "Gree Extension for Home-Assistant built in integration", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["home-assistant"], "version_installed": null}, "325329098": {"authors": ["@IATkachenko"], "category": "integration", "description": "Sleep As Android integration for Home Assistant", "domain": "sleep_as_android", "downloads": 0, "etag_repository": "W/\"5fd6330a44200164148a26d1ca85b0eebf831e91763fd0d4b0f17ee3a02cac65\"", "full_name": "IATkachenko/HA-SleepAsAndroid", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "339e586", "last_release_tag": "v1.7.0", "last_updated": "2022-01-24T10:33:12Z", "name": "sleep_as_android", "new": false, "repository_manifest": {"homeassistant": "2021.7.0", "name": "Sleep As Android", "render_readme": true, "zip_release": true, "filename": "sleep_as_android.zip"}, "selected_tag": null, "show_beta": false, "stars": 42, "topics": ["homeassistant", "mqtt", "python", "sleep-analysis", "sleep-as-android", "sleep-tracker"], "version_installed": null, "last_fetched": 1643571233.94474}, "290193894": {"authors": ["@sillyfrog"], "category": "integration", "description": "Rollease Acmeda Automate Pulse Hub v2 integration for Home Assistant", "domain": "automate", "downloads": 0, "etag_repository": "W/\"62c0f572ab5b8bb549c8e3534a3d9cb6051d2d66c85135b843ac55752f16c7f0\"", "full_name": "sillyfrog/Automate-Pulse-v2", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "cb3d325", "last_release_tag": "v0.9.3", "last_updated": "2022-01-23T11:01:40Z", "name": "automate", "new": false, "repository_manifest": {"name": "Rollease Acmeda Automate Pulse Hub v2", "render_readme": true, "iot_class": ["Local Polling", "Local Push"]}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": ["hacs", "homeassistant"], "version_installed": null, "last_fetched": 1643571248.075698}, "394082552": {"authors": [], "category": "plugin", "description": "A Lovelace card for Frigate in Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"5e22c52bcca57483570791881ac868bdc4e2f4596d61e90a306c793393b98fb4\"", "full_name": "dermotduffy/frigate-hass-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "73c979e", "last_release_tag": "v2.1.0", "last_updated": "2022-01-30T01:46:41Z", "name": "frigate-hass-card", "new": false, "repository_manifest": {"name": "Frigate Card", "render_readme": true, "filename": "frigate-hass-card.js"}, "selected_tag": null, "show_beta": false, "stars": 85, "topics": ["cctv", "frigate", "home-assistant", "nvr"], "version_installed": null, "last_fetched": 1643571256.709766}, "395991055": {"authors": ["@amaximus"], "category": "integration", "description": "Anniversary integration for Home Assistant", "domain": "anniversary", "downloads": 0, "etag_repository": "W/\"e46d35d78a2a71237abf24772eb9eb667c712f87c8cc75f3d11397dcbe90b112\"", "full_name": "amaximus/anniversary", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d4bc126", "last_release_tag": "0.2.1", "last_updated": "2021-12-10T12:17:16Z", "name": "anniversary", "new": false, "repository_manifest": {"name": "Anniversary", "country": ["HU"], "domains": ["anniversary"], "render_readme": "true", "iot_class": ["Assumed State"]}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": ["home-assistant", "homeassistant"], "version_installed": null}, "362700564": {"authors": ["@alandtse"], "category": "integration", "description": "Tesla custom integration for Home Assistant. This requires a refresh token be generated by third-party apps to login.", "domain": "tesla_custom", "downloads": 0, "etag_repository": "W/\"5b84414c08f1d7008c62ad64d2ba6d64038f120e97f34ddcbff04ef59961179b\"", "full_name": "alandtse/tesla", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "004f265", "last_release_tag": "v1.5.0", "last_updated": "2022-01-17T10:00:49Z", "name": "tesla_custom", "new": false, "repository_manifest": {"name": "Tesla", "hacs": "1.6.0", "domains": ["sensor", "lock", "climate", "binary_sensor", "device_tracker", "switch", "button"], "iot_class": "Cloud Polling", "homeassistant": "2021.4.0", "zip_release": true, "filename": "tesla_custom.zip"}, "selected_tag": null, "show_beta": false, "stars": 102, "topics": ["hacktoberfest", "home-assistant", "home-assistant-component", "integration", "tesla"], "version_installed": null, "last_fetched": 1643571219.917723}, "383732864": {"authors": ["@cyberjunky"], "category": "integration", "description": "The Garmin Connect integration allows you to expose data from Garmin Connect to Home Assistant.", "domain": "garmin_connect", "downloads": 0, "etag_repository": "W/\"210fb76cabebce985328b97cb51aafb9fc76b6942ed95a2e08b7bd2aca96f615\"", "full_name": "cyberjunky/home-assistant-garmin_connect", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4cd2826", "last_release_tag": "0.1.8", "last_updated": "2022-01-05T09:23:20Z", "name": "garmin_connect", "new": false, "repository_manifest": {"name": "Garmin Connect", "render_readme": true, "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 28, "topics": ["garmin-connect", "home-assistant", "home-assistant-component"], "version_installed": null, "last_fetched": 1643571227.197985}, "346474804": {"authors": ["@DurgNomis-drol"], "category": "integration", "description": "Toyota Connected Services integration for Home Assistant.", "domain": "toyota", "downloads": 0, "etag_repository": "W/\"e25ca803cf068f7bd21ac36fa72f5b3eeda58a482c03cd855046dfd922fdaf43\"", "full_name": "DurgNomis-drol/ha_toyota", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6d3e599", "last_release_tag": "v1.2.7", "last_updated": "2022-01-17T15:22:15Z", "name": "toyota", "new": false, "repository_manifest": {"name": "Toyota Connected Services", "domains": ["binary_sensor", "device_tracker", "sensor"], "homeassistant": "2021.12.0", "iot_class": ["Cloud Polling"], "zip_release": true, "filename": "toyota.zip"}, "selected_tag": null, "show_beta": false, "stars": 39, "topics": ["car", "home-assistant", "toyota", "vehicle"], "version_installed": null, "last_fetched": 1643571229.309907}, "382335433": {"authors": ["@djansen1987"], "category": "integration", "description": "SAJ eSolar Portal Sensors", "domain": "saj_esolar", "downloads": 0, "etag_repository": "W/\"0dca3868b7acdb60267d2e196de5c6e9122a30e9cd34129a15532817ded6fae1\"", "full_name": "djansen1987/SAJeSolar", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "77a9031", "last_release_tag": "v1.2.9", "last_updated": "2022-01-15T17:09:36Z", "name": "saj_esolar", "new": false, "repository_manifest": {"name": "SAJ eSolar", "render_readme": false, "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["esolar", "hacs", "home-assistant", "homeassistant", "intergration", "saj", "solar", "solar-system"], "version_installed": null, "last_fetched": 1642851473.216605}, "398739214": {"authors": [], "category": "integration", "description": "Add a Webhook service to HomeAssistant, originally designed for use with Discord Webhooks", "domain": "webhook_service", "downloads": 0, "etag_repository": "W/\"054963c02e08b59521a46327f3853ad28cc1107a7cb731e83babce5670b29b1d\"", "full_name": "HCookie/Webhook-Service-home-assistant", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "81f0795", "last_release_tag": "v1.0", "last_updated": "2021-08-25T02:24:45Z", "name": "webhook_service", "new": false, "repository_manifest": {"render_readme": true, "content_in_root": false, "iot_class": "local_polling", "homeassistant": "2021.8.1"}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["hacs", "homeassistant", "webhooks"], "version_installed": null, "last_fetched": 1643571232.765068}, "383608593": {"authors": ["@h4de5"], "category": "integration", "description": "Toshiba AC integration into home-assistant.io", "domain": "toshiba_ac", "downloads": 0, "etag_repository": "W/\"e2d52748bcf7625e1f056ea3a8d2ed8e85702975eebc152413ade18350d270fd\"", "full_name": "h4de5/home-assistant-toshiba_ac", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c6911c7", "last_release_tag": "2021.9.5", "last_updated": "2022-01-22T18:15:42Z", "name": "toshiba_ac", "new": false, "repository_manifest": {"name": "Toshiba AC", "content_in_root": false, "render_readme": true, "domains": ["climate", "sensor"], "homeassistant": "2021.8.0", "iot_class": ["Cloud Push"]}, "selected_tag": null, "show_beta": false, "stars": 22, "topics": ["climate", "home-assistant", "home-automation", "homeassistant", "homeassistant-integration", "toshiba"], "version_installed": null, "last_fetched": 1643571233.040082}, "382905556": {"authors": ["@kotborealis"], "category": "integration", "description": "Time-based cover. Install it via HACS.", "domain": "cover_time_based_synced", "downloads": 0, "etag_repository": "W/\"1c4d3e0cf590393f05dc0290000df1a467a9df246133dd0124cdbd46f65ed376\"", "full_name": "kotborealis/home-assistant-custom-components-cover-time-based-synced", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7098bac", "last_release_tag": "v2.1.0", "last_updated": "2021-08-28T10:42:07Z", "name": "cover_time_based_synced", "new": false, "repository_manifest": {"name": "Cover Time Based Synced", "content_in_root": false, "render_readme": false, "hacs": "1.6.0", "domains": ["cover"], "homeassistant": "0.118.0"}, "selected_tag": null, "show_beta": false, "stars": 7, "topics": ["cover", "home-assistant", "roller-shutters", "service", "shutter", "trigger"], "version_installed": null, "last_fetched": 1642851473.941003}, "402799177": {"authors": [], "category": "plugin", "description": "Blind card for Home Assistant Lovelace UI", "domain": "", "downloads": 0, "etag_repository": "W/\"433a74fab2d353d75568e3c3d4eb1349dd09ac32e57278cdad568b7564284499\"", "full_name": "tungmeister/hass-blind-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "03a0db8", "last_release_tag": "v1.0.3", "last_updated": "2021-11-03T20:16:41Z", "name": "hass-blind-card", "new": false, "repository_manifest": {"name": "Blind Card", "filename": "hass-blind-card.js", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 17, "topics": ["custom-cards", "hacs", "hassio", "home-assistant", "lovelace"], "version_installed": null}, "395770920": {"authors": ["@firstof9"], "category": "integration", "description": "OpenEI integration for Home Assistant", "domain": "openei", "downloads": 0, "etag_repository": "W/\"c11ed65a7122768db18f389cf16b4c007591bffe2c8295d8c08fff4a50204c0c\"", "full_name": "firstof9/ha-openei", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "ac01f67", "last_release_tag": "0.1.6", "last_updated": "2021-12-15T17:28:19Z", "name": "openei", "new": false, "repository_manifest": {"name": "OpenEI", "domains": ["binary_sensor", "sensor"], "iot_class": "Cloud Polling", "homeassistant": "2021.8.0", "zip_release": true, "filename": "openei.zip"}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": ["api", "energy", "home-assistant", "homeassistant", "integration", "rates"], "version_installed": null}, "402156016": {"authors": ["@golles"], "category": "integration", "description": "Kamstrup 403 integration for Home Assistant", "domain": "kamstrup_403", "downloads": 0, "etag_repository": "W/\"dff1b6a5cc59f2395f4018e2c464c93b40cd60622d367ac2ff8a0ea119047ad4\"", "full_name": "golles/ha-kamstrup_403", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b77455b", "last_release_tag": "1.1.0", "last_updated": "2021-12-20T23:52:37Z", "name": "kamstrup_403", "new": false, "repository_manifest": {"name": "Kamstrup 403", "hacs": "1.1.0", "domains": ["sensor"], "homeassistant": "0.118.0"}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": ["home-assistant-component", "kamstrup", "kamstrup403"], "version_installed": null, "last_fetched": 1642430953.981069}, "372795369": {"authors": ["@Sholofly"], "category": "integration", "description": "Custom component to integrate Arris DCX960 Horizon EOS Settopbox into Home Assistant", "domain": "arris_dcx960", "downloads": 0, "etag_repository": "W/\"45442e4eacbcde4e758822d081cff63b0df4169937865f9f98b5e578d6ff3722\"", "full_name": "Sholofly/arrisdcx960", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "ed95477", "last_release_tag": "v1.2.0", "last_updated": "2022-01-17T21:11:08Z", "name": "arris_dcx960", "new": false, "repository_manifest": {"name": "Arris DCX960 (Ziggo, Telenet, Magenta, UPC, Virgin)", "country": ["NL", "BE", "CH", "GB", "AT"], "iot_class": "cloud_push", "domains": ["media_player"], "render_readme": true, "homeassistant": "2021.5.0"}, "selected_tag": null, "show_beta": false, "stars": 16, "topics": ["arris", "eos", "hacs", "homeassistant", "horizon", "magenta", "settopbox", "telenet", "telenet-tv", "telenet-tv-boxes", "upc", "virgin", "virgin-media", "vodafone", "ziggo", "ziggo-next"], "version_installed": null, "last_fetched": 1642520526.170096}, "403401396": {"authors": ["@eifinger"], "category": "integration", "description": "Custom Home Assistant Integration for the HERE Destination Weather API", "domain": "here_weather", "downloads": 0, "etag_repository": "W/\"1719870e614464e47b8f2c790661109708899eebfc3e0c43d189ff2d52ec9507\"", "full_name": "eifinger/hass-here-weather", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "91868de", "last_release_tag": "v2.1.5", "last_updated": "2022-01-11T07:41:08Z", "name": "here_weather", "new": false, "repository_manifest": {"name": "HERE Destination Weather", "hacs": "1.6.0", "domains": ["sensor", "weather"], "iot_class": "Cloud Polling", "homeassistant": "2021.12.0"}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["hacktoberfest", "hacs", "hacs-default", "here-maps-api", "herepy", "home-assistant", "homeassistant", "homeassistant-custom-component", "homeassistant-integration", "pyton"], "version_installed": null, "last_fetched": 1641895983.019757}, "213346369": {"authors": ["@scottyphillips"], "category": "integration", "description": "A Home Assistant custom component for use with ECHONET enabled Mitsubishi HVAC systems. ", "domain": "echonetlite", "downloads": 0, "etag_repository": "W/\"20c4dad7d3eef41f9e4754bff6a4d290885dc76fbb68dad3d99efed977a26b03\"", "full_name": "scottyphillips/echonetlite_homeassistant", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "0c8b875", "last_release_tag": "3.2.1", "last_updated": "2022-01-14T23:16:21Z", "name": "echonetlite", "new": false, "repository_manifest": {"name": "ECHONETLite Platform", "render_readme": true, "domains": ["climate", "sensor", "select", "light", "fan"], "homeassistant": "2021.9.2", "iot_class": "Local Polling"}, "selected_tag": null, "show_beta": false, "stars": 42, "topics": ["hacs", "home-assistant", "homeassistant"], "version_installed": null, "last_fetched": 1643571247.69231}, "334448958": {"authors": [], "category": "plugin", "description": "Bootstrap grid in Lovelace UI", "domain": "", "downloads": 0, "etag_repository": "W/\"58d4effbc96a2c3f104dad0d0a338411ddae42a51f080451882088203dfe7eb3\"", "full_name": "ownbee/bootstrap-grid-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d3faf3e", "last_release_tag": "v0.1.2", "last_updated": "2021-10-21T18:37:00Z", "name": "bootstrap-grid-card", "new": false, "repository_manifest": {"name": "bootstrap-grid-card", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 18, "topics": ["bootstrap", "bootstrap-grid-card", "card", "custom-cards", "grid", "hass", "homeassistant", "layout", "lovelace"], "version_installed": null}, "403381222": {"authors": [], "category": "theme", "description": "Noctis theme made Solarized", "domain": "", "downloads": 0, "etag_repository": "W/\"f47981d81251d2ab2bddf1b5ff4caa14ef05d6848055104148d3f983e967a5c6\"", "full_name": "williamahartman/noctis-solarized", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6e4941c", "last_release_tag": null, "last_updated": "2021-09-29T22:53:08Z", "name": "noctis-solarized", "new": false, "repository_manifest": {"name": "Noctis-Solarized"}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["home-assistant", "home-assistant-theme"], "version_installed": null}, "403123516": {"authors": ["@barleybobs"], "category": "integration", "description": "A Homeassistant custom component to integrate Ecowater water softeners", "domain": "ecowater_softener", "downloads": 0, "etag_repository": "W/\"39601a031242419c4ff4c56de4140cebbec6f6bbba7cc653d7cdd37e4d0b14aa\"", "full_name": "barleybobs/homeassistant-ecowater-softener", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9c79fe7", "last_release_tag": null, "last_updated": "2021-12-30T01:29:30Z", "name": "ecowater_softener", "new": false, "repository_manifest": {"name": "Ecowater Softener", "render_readme": true, "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["ecowater", "homeassistant"], "version_installed": null, "last_fetched": 1642004628.557946}, "323155307": {"authors": ["@aceindy"], "category": "integration", "description": "Control Duepi_evo based pellet stoves with Home Assistant over wifi using ESPLink", "domain": "duepi_evo", "downloads": 0, "etag_repository": "W/\"3e5bd60313a3b5c14e3ca4fd04510c504c57b7f784329d6197d375299310e815\"", "full_name": "aceindy/Duepi_EVO", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c74a80a", "last_release_tag": null, "last_updated": "2022-01-10T16:45:57Z", "name": "duepi_evo", "new": false, "repository_manifest": {"name": "Duepi Evo", "render_readme": true, "iot_class": "local_polling"}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": ["heating-systems", "home-assistant"], "version_installed": null, "last_fetched": 1641895984.060552}, "392188182": {"authors": ["@alryaz"], "category": "integration", "description": "\u0418\u043d\u0442\u0435\u0433\u0440\u0430\u0446\u0438\u044f \u042d\u043d\u0435\u0440\u0433\u043e\u0441\u0431\u044b\u0422.\u041f\u043b\u044e\u0441 \u0434\u043b\u044f Home Assistant", "domain": "energosbyt_plus", "downloads": 0, "etag_repository": "W/\"d9c3e40697694c93b2bfc25a86e8f6fb7badcb120ee15880814c83729e1ac1f3\"", "full_name": "alryaz/hass-energosbyt-plus", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "077fcbf", "last_release_tag": "v0.1.0", "last_updated": "2021-11-03T19:32:31Z", "name": "energosbyt_plus", "new": false, "repository_manifest": {"name": "\u041b\u0438\u0447\u043d\u044b\u0439 \u043a\u0430\u0431\u0438\u043d\u0435\u0442 \u042d\u043d\u0435\u0440\u0433\u043e\u0441\u0431\u044b\u0422 \u041f\u043b\u044e\u0441", "content_in_root": false, "zip_release": false, "render_readme": true, "domains": ["sensor", "binary_sensor"], "country": ["ru"], "homeassistant": "2021.2.0", "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": ["custom-component", "energosbyt", "energosbyt-plus", "homeassistant"], "version_installed": null}, "407627914": {"authors": [], "category": "theme", "description": "A fork of popular Home Assistant Google dark theme with animated icons", "domain": "", "downloads": 0, "etag_repository": "W/\"ed419db2b426cee9d55eb14499bdb3239d4ee769f3762fac2539d83607fb7446\"", "full_name": "pacjo/google_dark_animated", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1f59fba", "last_release_tag": "v1.9", "last_updated": "2021-11-22T17:05:56Z", "name": "google_dark_animated", "new": false, "repository_manifest": {"name": "Google Dark Theme", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["ha", "hacs", "home-assistant", "home-assistant-hacs", "theme"], "version_installed": null}, "212657669": {"authors": ["@xMrVizzy"], "category": "integration", "description": "\ud83c\udf3f Minecraft Version Checker for Home Assistant.", "domain": "minecraft_version", "downloads": 0, "etag_repository": "W/\"7ef4718fcd747864fbd60ad822ff621604f1149510f78fc08b60df27354492ac\"", "full_name": "Kraineff/minecraft-version", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9c0ec53", "last_release_tag": "0.1.3", "last_updated": "2020-01-16T12:36:24Z", "name": "minecraft_version", "new": false, "repository_manifest": {"name": "\u26cf\ufe0f Minecraft Version", "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": [], "version_installed": null}, "403062943": {"authors": ["@jugla"], "category": "integration", "description": "Home Assistant Component to compute battery consumption", "domain": "battery_consumption", "downloads": 0, "etag_repository": "W/\"06e4f8acc8b3ac7adc2ebbb9fe1789ffba2ae8010cbad830f839be7df0c56442\"", "full_name": "jugla/battery_consumption", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1e34858", "last_release_tag": "V1.0.4", "last_updated": "2021-12-11T21:53:46Z", "name": "battery_consumption", "new": false, "repository_manifest": {"name": "battery_consumption", "domains": ["sensor"], "iot_class": "calculated"}, "selected_tag": null, "show_beta": false, "stars": 7, "topics": ["battery", "consumption", "hacs", "homeassistant"], "version_installed": null}, "408429126": {"authors": ["@koying"], "category": "integration", "description": "Extension of HA mqtt_statestream integration with discovery config publishing", "domain": "mqtt_discoverystream", "downloads": 0, "etag_repository": "W/\"9c8b97e9c1550b6d0526aadf3ce853887c8a59f3ce8dd30cf0c625eb6b0c1f77\"", "full_name": "koying/mqtt_discoverystream_ha", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "713018e", "last_release_tag": "v0.7", "last_updated": "2021-12-19T08:13:13Z", "name": "mqtt_discoverystream", "new": false, "repository_manifest": {"name": "MQTT DiscoveryStream", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["custom-component", "hass", "home-assistant", "homeassistant", "mqtt"], "version_installed": null}, "401454435": {"authors": ["@hif2k1"], "category": "integration", "description": "Home assistant home battery simulator - allows you to model how much energy you would save with a home battery", "domain": "battery_sim", "downloads": 0, "etag_repository": "W/\"a20d08b7ae0468c5962c5717fd685237cdfa4b415d49f8a14a624055d5128fc9\"", "full_name": "hif2k1/battery_sim", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b09b680", "last_release_tag": null, "last_updated": "2022-01-24T21:28:02Z", "name": "battery_sim", "new": false, "repository_manifest": {"name": "battery_sim", "country": ["UK"], "render_readme": true, "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 16, "topics": ["energy-storage", "environmental", "home-assistant", "home-automation", "homeassistant"], "version_installed": null, "last_fetched": 1643571233.014657}, "319608056": {"authors": ["@dckiller51"], "category": "integration", "description": "Custom_components Body Metrics for Xiaomi Miscale 1 and 2 (esphome or BLE monitor for Homeassistant)", "domain": "bodymiscale", "downloads": 0, "etag_repository": "W/\"ef9072037e58c776317e1fda4810f712258f5b85e0c2844b3760ba29809e99de\"", "full_name": "dckiller51/bodymiscale", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "dc795dd", "last_release_tag": "v1.1.5", "last_updated": "2022-01-29T12:40:34Z", "name": "bodymiscale", "new": false, "repository_manifest": {"name": "Bodymiscale", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 68, "topics": ["ble-monitor", "custom-component", "esphome", "hacs", "home-assistant", "homeassistant", "miscale", "mitemp-bt", "xiaomi"], "version_installed": null, "last_fetched": 1643571227.891339}, "401145616": {"authors": ["@cjne"], "category": "integration", "description": "Home Assistant integration for MyEnergi devices", "domain": "myenergi", "downloads": 0, "etag_repository": "W/\"90c717e24574548426819b2f09b1ffed73e5f360688dd22769e03b952af4ed81\"", "full_name": "CJNE/ha-myenergi", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "289d725", "last_release_tag": "0.0.17", "last_updated": "2022-01-26T07:18:58Z", "name": "myenergi", "new": false, "repository_manifest": {"name": "myenergi", "hacs": "1.6.0", "domains": ["select", "sensor", "number"], "iot_class": "Cloud Polling", "render_readme": true, "homeassistant": "2021.9.1"}, "selected_tag": null, "show_beta": false, "stars": 30, "topics": ["ev-charging", "green-energy", "home-assistant", "myenergi"], "version_installed": null, "last_fetched": 1643571224.642351}, "401856574": {"authors": ["@jobvk"], "category": "integration", "description": "Provides Home Assistant sensors for multiple windturbines from the Windcentrale", "domain": "windcentrale", "downloads": 0, "etag_repository": "W/\"ab065b4ced52523ddeeceab47744138972f915d5c1f60d0c36cdfb0dd0e0375b\"", "full_name": "jobvk/Home-Assistant-Windcentrale", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "61b613b", "last_release_tag": "0.1.3", "last_updated": "2022-01-05T23:01:13Z", "name": "windcentrale", "new": false, "repository_manifest": {"name": "Windcentrale", "domains": ["sensor", "binary_sensor"], "iot_class": "Cloud Polling", "homeassistant": "2020.12.0", "zip_release": true, "filename": "windcentrale.zip"}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["dutch", "hacs", "home-assistant", "windcentrale"], "version_installed": null, "last_fetched": 1641470610.41699}, "246549747": {"authors": [], "category": "plugin", "description": "Custom calendar card for Home Assistant with Lovelace", "domain": "", "downloads": 0, "etag_repository": "W/\"76e5ab09833d0628eb74f6dce40bc3b0e47392b25ca2a711c6a51718f600aaf2\"", "full_name": "totaldebug/atomic-calendar-revive", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e4d4889", "last_release_tag": "v6.2.0", "last_updated": "2022-01-06T12:25:50Z", "name": "atomic-calendar-revive", "new": false, "repository_manifest": {"name": "Atomic Calendar Revive", "filename": "atomic-calendar-revive.js", "country": ["GB"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 168, "topics": ["calendar", "card", "hacs", "homeassistant", "javascript", "lovelace", "module"], "version_installed": null, "last_fetched": 1643571264.817151}, "356033332": {"authors": ["@PepegaBruh"], "category": "integration", "description": "Integration for Home Assistant to implement a crypto tracking system", "domain": "cryptostate", "downloads": 0, "etag_repository": "W/\"15b23473d94351f7db826092e8c50d43f65b9ed338dae541d46707d3402b8b0c\"", "full_name": "BigNocciolino/CryptoTracker", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "56307ed", "last_release_tag": "v.1.1.2", "last_updated": "2022-01-29T18:08:03Z", "name": "cryptostate", "new": false, "repository_manifest": {"name": "Crypto Tracker", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 19, "topics": ["automation", "currency", "homeassistant-integration", "tracker"], "version_installed": null, "last_fetched": 1643571222.986863}, "417802358": {"authors": ["@chouffy"], "category": "integration", "description": "TooGoodToGo items stock as sensor in Home Assistant", "domain": "tgtg", "downloads": 0, "etag_repository": "W/\"4c1fd4b2f97629fea07371c14d4a7142b6f6ac72debce5c14ef9bac8e46132ec\"", "full_name": "Chouffy/home_assistant_tgtg", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "ff31b5c", "last_release_tag": "4.0.0", "last_updated": "2022-01-28T10:01:26Z", "name": "tgtg", "new": false, "repository_manifest": {"name": "TooGoodToGo", "render_readme": true, "domains": "sensor", "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 11, "topics": ["home-assistant", "home-assistant-integration", "python3", "toogoodtogo"], "version_installed": null, "last_fetched": 1643571224.516685}, "420504770": {"authors": ["@amaximus"], "category": "integration", "description": "Water quality integration for Home Assistant with data provided by Budapest FVM", "domain": "water_quality_fvm", "downloads": 0, "etag_repository": "W/\"cb1071a78f1f29048f8ce24d2c6510b5b2f0b128b3982683d9565fb6b715f731\"", "full_name": "amaximus/water_quality_fvm", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "297f3be", "last_release_tag": "0.1.0", "last_updated": "2021-12-23T12:36:22Z", "name": "water_quality_fvm", "new": false, "repository_manifest": {"name": "Water Quality FVM", "country": ["HU"], "domains": ["water_quality_fvm"], "render_readme": "true", "iot_class": ["Cloud Polling"]}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": ["budapest", "home-assistant", "homeassistant", "homeassistant-custom-component", "homeassistant-integration", "homeassistant-sensor", "hungary"], "version_installed": null}, "326352749": {"authors": ["@giachello", "@Lele-72"], "category": "integration", "description": "This components integrates Bang & Olufsen Master Link Gateway and Beolink Gateway to Home Assistant, the open-source home automation platform.", "domain": "mlgw", "downloads": 0, "etag_repository": "W/\"1e18b5298a9df6690fc8a9be9fad8296d8c53e2b02d486938dabb760994a2138\"", "full_name": "giachello/mlgw", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "8611afe", "last_release_tag": "v2021.12.1", "last_updated": "2021-12-06T14:59:01Z", "name": "mlgw", "new": false, "repository_manifest": {"name": "MasterLink Gateway", "country": ["US"], "domains": ["media_player"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 16, "topics": ["bang-olufsen", "beolink-gateway", "hassio", "masterlink-gateway", "mlgw-configuration"], "version_installed": null}, "302122266": {"authors": [], "category": "plugin", "description": "Improved cover icon for home assistant picture element", "domain": "", "downloads": 0, "etag_repository": "W/\"b92ba757d750087f6f71b3aeac789089806854a1c17c9555b4f6f724c588ad24\"", "full_name": "queimadus/cover-icon-element", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5a9bda4", "last_release_tag": "v1.3.0", "last_updated": "2021-11-17T20:04:06Z", "name": "cover-icon-element", "new": false, "repository_manifest": {"name": "Cover Icon Element", "render_readme": true, "filename": "cover-icon-element.js"}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["cover", "hacktoberfest", "hacs", "hassio", "home-assistant", "lovelace"], "version_installed": null, "last_fetched": 1643571262.256599}, "423082071": {"authors": [], "category": "plugin", "description": "Flipdown Timer Card for Home Assistant Lovelace", "domain": "", "downloads": 0, "etag_repository": "W/\"3bc7a003bb50878e603f4a8986c3fbfb63d81125b81cf697cfa891791c321dcd\"", "full_name": "pmongloid/flipdown-timer-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "02bc485", "last_release_tag": "v0.2", "last_updated": "2021-12-04T11:50:08Z", "name": "flipdown-timer-card", "new": false, "repository_manifest": {"name": "Flipdown Timer Card", "render_readme": true, "filename": "flipdown-timer-card.js"}, "selected_tag": null, "show_beta": false, "stars": 23, "topics": ["lovelace", "timer"], "version_installed": null, "last_fetched": 1642851488.692039}, "420365062": {"authors": [], "category": "plugin", "description": "Display when entity was last changed in home assistant picture element", "domain": "", "downloads": 0, "etag_repository": "W/\"f3bea7ffe9bea7f44801ee128956e58df54245b1864f67116ee1f76f386481ff\"", "full_name": "queimadus/last-changed-element", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1d5e9a8", "last_release_tag": null, "last_updated": "2021-10-23T09:37:59Z", "name": "last-changed-element", "new": false, "repository_manifest": {"name": "Last Changed Element", "render_readme": true, "filename": "last-changed-element.js"}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": ["hacktoberfest", "hacs", "hassio", "home-assistant", "lovelace"], "version_installed": null}, "413430860": {"authors": [], "category": "plugin", "description": "Minimalist plugin which allows users to add person entity in order to show the location with a beutiful and clean interface.", "domain": "", "downloads": 0, "etag_repository": "W/\"24fcf223a175b8164fab81c80d505fdb16281d1d62f5f17f0764ab4725689f1e\"", "full_name": "gerardag/person-entity-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "828a74e", "last_release_tag": "v0.7.5", "last_updated": "2021-12-23T07:13:45Z", "name": "person-entity-card", "new": false, "repository_manifest": {"name": "Person", "filename": "person-entity-card-bundle.js", "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 14, "topics": ["hacs", "home-assistant"], "version_installed": null, "last_fetched": 1642520526.98942}, "402612874": {"authors": ["@iprak"], "category": "integration", "description": "HomeAssistant custom integration to fetch data from weatherapi", "domain": "weatherapi", "downloads": 0, "etag_repository": "W/\"ad199aa6a9ad406dbdfc76cda4ff31817ac819304a138e6251c74d6abbea4379\"", "full_name": "iprak/weatherapi", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "849e097", "last_release_tag": "v0.6", "last_updated": "2022-01-01T23:07:20Z", "name": "weatherapi", "new": false, "repository_manifest": {"name": "WeatherAPI", "domains": ["weather"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": ["custom", "homeassistant", "integration", "weather", "weatherapi"], "version_installed": null, "last_fetched": 1641217605.009229}, "411736321": {"authors": ["@mampfes"], "category": "integration", "description": "Adds pollen forecasts from DWD to Home Assistant.", "domain": "dwd_pollenflug", "downloads": 0, "etag_repository": "W/\"1417817896e92b7e7508acc8c9c2d06b311c1e9f34f1166c8cf2bab2346bb342\"", "full_name": "mampfes/hacs_dwd_pollenflug", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c5db987", "last_release_tag": "1.0.1", "last_updated": "2021-12-19T15:18:43Z", "name": "dwd_pollenflug", "new": false, "repository_manifest": {"name": "DWD Pollenflug", "domains": ["sensor"], "iot_class": "cloud_polling", "render_readme": true, "requirements": ["pytz"]}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": ["dwd", "home-assistant", "homeassistant", "homeassistant-integration", "pollen", "pollenflug"], "version_installed": null, "last_fetched": 1641895995.349551}, "390073284": {"authors": ["@jjlawren"], "category": "integration", "description": "Sonos cloud API integration for Home Assistant with improved TTS/alerts handling", "domain": "sonos_cloud", "downloads": 0, "etag_repository": "W/\"f70e1aeb0050434e13a30f047d98fc54d1f781ac87806c257c90d6dd4e0a026d\"", "full_name": "jjlawren/sonos_cloud", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "0e7cbbb", "last_release_tag": "0.1.0", "last_updated": "2022-01-10T16:49:04Z", "name": "sonos_cloud", "new": false, "repository_manifest": {"name": "Sonos Cloud", "country": ["US"], "domains": ["media_player"], "homeassistant": "2021.7.0", "render_readme": true, "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 46, "topics": ["home-assistant", "sonos"], "version_installed": null, "last_fetched": 1642851490.446942}, "422834940": {"authors": ["@n0ciple"], "category": "integration", "description": "A Home Assistant integration for the Kef LS50W2", "domain": "kef_connector", "downloads": 0, "etag_repository": "W/\"21e1fa1d42161c406ae2d56f319cde1d5982c367f180ef4e98af9f9df1f5abde\"", "full_name": "N0ciple/hass-kef-connector", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f296db2", "last_release_tag": "0.5.4", "last_updated": "2021-11-24T19:49:49Z", "name": "kef_connector", "new": false, "repository_manifest": {"name": "Kef Connector", "render_readme": true, "domains": ["media_player"]}, "selected_tag": null, "show_beta": false, "stars": 0, "topics": ["hacs", "home-assistant", "kef", "ls50", "ls50w2", "media-player", "speaker"], "version_installed": null}, "398781181": {"authors": ["@ofalvai"], "category": "integration", "description": "Unofficial Candy/Haier washing machine integration for Home Assistant ", "domain": "candy", "downloads": 0, "etag_repository": "W/\"9b0153088b0f136846e91b6bdd464a877f1622bf96d8c47847e7956d4a898d3c\"", "full_name": "ofalvai/home-assistant-candy", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a835bee", "last_release_tag": "0.7.0", "last_updated": "2021-12-18T09:24:24Z", "name": "candy", "new": false, "repository_manifest": {"name": "Candy Simply-Fi", "render_readme": true, "domains": ["sensor"], "iot_class": ["Local Polling"]}, "selected_tag": null, "show_beta": false, "stars": 23, "topics": ["hacs", "home-assistant", "home-assistant-component", "home-assistant-custom", "home-assistant-integration", "homeassistant"], "version_installed": null}, "410667735": {"authors": ["@kubawolanin"], "category": "integration", "description": "Reaper DAW custom integration for Home Assistant", "domain": "reaper", "downloads": 0, "etag_repository": "W/\"b377a6d3f386effa3d7d733409637f6783223e2bc3726250953da90d75badc0b\"", "full_name": "kubawolanin/ha-reaper", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "cc4ba41", "last_release_tag": "0.2.2", "last_updated": "2021-11-12T16:36:27Z", "name": "reaper", "new": false, "repository_manifest": {"name": "Reaper DAW", "homeassistant": "2021.9.0", "iot_class": "Local Polling", "domains": ["sensor"], "zip_release": true, "filename": "reaper.zip", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": ["daw", "digital-audio-workstation", "home-assistant", "python", "reaper"], "version_installed": null}, "418810115": {"authors": ["@travisghansen"], "category": "integration", "description": "pfSense integration with Home Assistant", "domain": "pfsense", "downloads": 0, "etag_repository": "W/\"48e448f1f37cddf4f50e1e9798e8673b72221a2484473dab94dfc4ef97286b73\"", "full_name": "travisghansen/hass-pfsense", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "ad279f3", "last_release_tag": "v0.4.1", "last_updated": "2021-12-28T16:12:19Z", "name": "pfsense", "new": false, "repository_manifest": {"name": "pfSense integration for Home Assistant", "domains": ["binary_sensor", "device_tracker", "sensor", "switch"], "homeassistant": "2021.10.0", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 43, "topics": ["hass", "hassio", "hassio-integration", "home-assistant", "home-automation", "pfsense"], "version_installed": null, "last_fetched": 1643545556.865029}, "193186453": {"authors": [], "category": "appdaemon", "description": "An app to set the default brightness of lights during the night.", "domain": "", "downloads": 0, "etag_repository": "W/\"4f26fba4c073f5ca4df4ac1f15c4020cc412cfba0c2625414a97a5b07a1f6047\"", "full_name": "apop880/Night-Mode", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "734e037", "last_release_tag": "v1.0.0", "last_updated": "2019-07-20T04:49:39Z", "name": "Night-Mode", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["appdaemon-apps", "hacs"], "version_installed": null}, "197867243": {"authors": [], "category": "appdaemon", "description": "Check your Home Assistant configuration from the frontend, or automatically when the configuration is updated, and optionally restart HASS automatically!", "domain": "", "downloads": 0, "etag_repository": "W/\"4782e02374cf444c713a9bcb7586f01d5eb7f6a21e84dccf5b90c1cf7c1c0941\"", "full_name": "apop880/config-check", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e653011", "last_release_tag": "0.3.1", "last_updated": "2020-01-26T06:56:03Z", "name": "config-check", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 12, "topics": ["appdaemon-apps", "hacs"], "version_installed": null}, "192933458": {"authors": [], "category": "appdaemon", "description": "An app to handle SmartThings buttons in Home Assistant, through ZHA or the SmartThings integration.", "domain": "", "downloads": 0, "etag_repository": "W/\"9203c534c8e066b26cabb1b64df8737f85cb3043415f72906b90785a66c5934e\"", "full_name": "apop880/SmartThings-Button", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "dc25f39", "last_release_tag": "v2.0", "last_updated": "2020-01-26T06:58:30Z", "name": "SmartThings-Button", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 7, "topics": ["appdaemon-apps", "hacs"], "version_installed": null, "last_fetched": 1642851494.669589}, "202701988": {"authors": [], "category": "appdaemon", "description": "Appdaemon App which toggles entities for single/double/hold presses of Xiaomi buttons connected via deconz", "domain": "", "downloads": 0, "etag_repository": "W/\"b681bfd392361347a776721b630b482b10e67d73f761c118a2760baaf60737b0\"", "full_name": "eifinger/appdaemon-deconz-xiaomi-button", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9ae56ae", "last_release_tag": "v2.0.2", "last_updated": "2019-10-13T16:48:52Z", "name": "appdaemon-deconz-xiaomi-button", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": [], "version_installed": null}, "193181086": {"authors": [], "category": "appdaemon", "description": "A white noise machine for a media_player entity.", "domain": "", "downloads": 0, "etag_repository": "W/\"ff66a180c8659604bbbc06fd98ddd95a0bb58b09da71450bd0fcd56c25667032\"", "full_name": "apop880/White-Noise", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "8862a8f", "last_release_tag": "v1.0.0", "last_updated": "2019-07-20T04:49:30Z", "name": "White-Noise", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": ["appdaemon-apps", "hacs"], "version_installed": null, "last_fetched": 1642851495.338952}, "228037599": {"authors": [], "category": "appdaemon", "description": "\ud83d\udeb6\ud83d\udeb6AppDaemon app to loosely couple entities", "domain": "", "downloads": 0, "etag_repository": "W/\"987f7836e3bde5febdb1e27ad9ef03eb2fea861e40935e0f5732b914ea808d10\"", "full_name": "aneisch/follow_me_appdaemon", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c5c6bdc", "last_release_tag": "v1.5", "last_updated": "2021-12-13T16:13:39Z", "name": "follow_me_appdaemon", "new": false, "repository_manifest": {"name": "Follow Me", "country": ["US"], "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["appdaemon-apps", "hacs"], "version_installed": null, "last_fetched": 1642851496.58392}, "234527343": {"authors": [], "category": "appdaemon", "description": "App that brings alarm snoozing to SONOS using the custom component SonosAlarm", "domain": "", "downloads": 0, "etag_repository": "W/\"fd8ab82f1c2ef19372d7f93cb2e4a9fef8b70ac083b5a7c261a9be0824521b6f\"", "full_name": "AaronDavidSchneider/SonosAlarmAutomation", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "aaae52b", "last_release_tag": "v1.0", "last_updated": "2020-01-20T09:34:52Z", "name": "SonosAlarmAutomation", "new": false, "repository_manifest": {"name": "Sonos Alarm Automation"}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": [], "version_installed": null}, "226944869": {"authors": [], "category": "appdaemon", "description": "AppDaemon app for controlling a Hue Dimmer Switch integrated through Deconz", "domain": "", "downloads": 0, "etag_repository": "W/\"d8bc773f695c303f0de0b1831d647398408f4d78281e5d651eb21c0511021edf\"", "full_name": "Burningstone91/Hue_Dimmer_Deconz", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5e8eca1", "last_release_tag": null, "last_updated": "2020-11-26T17:06:24Z", "name": "Hue_Dimmer_Deconz", "new": false, "repository_manifest": {"name": "Hue Dimmer Switch Deconz", "country": ["CH"], "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 20, "topics": ["appdaemon", "deconz", "home-assistant", "hue-dimmer-switch"], "version_installed": null, "last_fetched": 1641896001.513448}, "194545176": {"authors": [], "category": "appdaemon", "description": "This app updates Z-Wave thermostats entities state and current temperature from external sensors", "domain": "", "downloads": 0, "etag_repository": "W/\"2dd060793e9c523629eab4a7d74858763776bae447f63fc710837382e049465d\"", "full_name": "bieniu/ha-ad-thermostats-update", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c8c67e4", "last_release_tag": "0.4.2", "last_updated": "2021-09-06T07:58:12Z", "name": "ha-ad-thermostats-update", "new": false, "repository_manifest": {"name": "Thermostats Update"}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["appdaemon", "home-assistant", "python", "thermostat", "z-wave"], "version_installed": null}, "211308341": {"authors": [], "category": "appdaemon", "description": "\ud83d\udc69\u200d\u2695\ufe0f\ud83d\udd0b AppDaemon entity check app. Currently supports battery level, unknown/unavailable states, stale entities", "domain": "", "downloads": 0, "etag_repository": "W/\"e76bce4fb2deedf19b8166d6c000d6129f334dc6ff8716ce01800de6c9763208\"", "full_name": "benleb/ad-ench", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a9d5abf", "last_release_tag": "v0.9.0", "last_updated": "2021-07-24T05:43:36Z", "name": "ad-ench", "new": false, "repository_manifest": {"name": "\ud83d\udc69\u200d\u2695\ufe0f EnCh - Entity Checker", "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 18, "topics": ["app", "appdaemon", "appdaemon-apps", "assistant-entities", "battery-levels", "ench", "entity-check", "hacs", "home-assistant", "python", "stale-entities"], "version_installed": null, "last_fetched": 1642851499.689453}, "245704242": {"authors": [], "category": "appdaemon", "description": "Octoblock is an app which works under AppDaemon within Home Assistant which finds the cheapest \u201cn\u201d hour block for import or the most expensive \u201cn\u201d hour block for export, and works out the price of that block, for the Octopus Energy, Agile Octopus / Agile Outgoing Octopus tariffs.", "domain": "", "downloads": 0, "etag_repository": "W/\"67fe47386c36422ab3e4393628301259754083735f3a6a55738e7732bab9fb01\"", "full_name": "badguy99/octoblock", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9d20bdf", "last_release_tag": "v0.2.2", "last_updated": "2021-04-26T17:43:19Z", "name": "octoblock", "new": false, "repository_manifest": {"name": "Octoblock \ud83d\udc19", "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 16, "topics": ["energy", "octopus", "octopus-energy"], "version_installed": null}, "200470972": {"authors": [], "category": "appdaemon", "description": "\ud83d\udca1 Fully automatic light management based on conditions like motion, illuminance, humidity, and other clever features", "domain": "", "downloads": 0, "etag_repository": "W/\"5c77f30b54355cfa0786f1ac5440ca61cad93e269c42012eda7b33e2cbfd230b\"", "full_name": "benleb/ad-automoli", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3c2c6fe", "last_release_tag": "v0.11.2", "last_updated": "2022-01-18T02:42:01Z", "name": "ad-automoli", "new": false, "repository_manifest": {"name": "\ud83d\udca1 AutoMoLi - Auto Motion Lights", "country": ["DE"], "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 83, "topics": ["app", "appdaemon", "appdaemon-apps", "auto-discovery", "automoli", "docker", "hacs", "home-assistant", "hue", "humidity", "lights", "motion-sensors", "python", "room", "scenes"], "version_installed": null, "last_fetched": 1642520527.300463}, "199884854": {"authors": [], "category": "appdaemon", "description": "\ud83c\udfe5 AppDaemon healthcheck app. Can be used as a docker-compose healthcheck.", "domain": "", "downloads": 0, "etag_repository": "W/\"4578856cd9665d1dae9d6f1c7ad305fb6fbaa6ba2d691708b86fbc7d509edebe\"", "full_name": "benleb/ad-healthcheck", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c73da19", "last_release_tag": "v0.4.4", "last_updated": "2020-11-01T16:19:53Z", "name": "ad-healthcheck", "new": false, "repository_manifest": {"name": "\ud83c\udfe5 Healthcheck", "country": ["DE"], "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["app", "appdaemon", "appdaemon-apps", "hacs", "healthcheck", "home-assistant", "python"], "version_installed": null}, "266504072": {"authors": [], "category": "appdaemon", "description": "Alexa & Google Home alarm integrations and notifications system for your home security.", "domain": "", "downloads": 0, "etag_repository": "W/\"028263e87c595643e6d6b7ea5008c055aa952479aa65ad68bbb67830a6f8183f\"", "full_name": "crserran/home-alarm", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "97ac3f2", "last_release_tag": "v2.3.0", "last_updated": "2020-10-19T18:27:26Z", "name": "home-alarm", "new": false, "repository_manifest": {"filename": "home_alarm.zip", "hide_default_branch": true, "name": "Home Alarm", "render_readme": true, "zip_release": true}, "selected_tag": null, "show_beta": false, "stars": 19, "topics": ["alarm", "alexa", "googlehome", "hacs", "homeassistant", "notifications"], "version_installed": null}, "200034955": {"authors": [], "category": "appdaemon", "description": "\u2744\ufe0f AppDaemon app which reminds to close windows if temperature difference inside/outside exceeds a specified threshold", "domain": "", "downloads": 0, "etag_repository": "W/\"75646c4fd3ae0db60b21495a35bae3be38761a477be8e3e180cf3846f1fdb149\"", "full_name": "benleb/ad-notifreeze", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f2b21a4", "last_release_tag": "v0.6.0", "last_updated": "2021-09-20T17:32:26Z", "name": "ad-notifreeze", "new": false, "repository_manifest": {"name": "\u2744\ufe0f NotiFreeze", "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 12, "topics": ["app", "appdaemon", "appdaemon-apps", "close-windows", "door", "hacs", "home-assistant", "notifreeze", "python", "room", "sensor", "temperature", "temperature-difference"], "version_installed": null, "last_fetched": 1641217617.008243}, "249033464": {"authors": [], "category": "appdaemon", "description": "This appdaemon app fully automates your lights, with multiple on/off times, regular service data, and constraint options.", "domain": "", "downloads": 0, "etag_repository": "W/\"332649878c8caef1808018bd78091f6bce9fbf8c44853546e285552bf8534740\"", "full_name": "haberda/light_automation", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3d23da0", "last_release_tag": null, "last_updated": "2021-11-12T00:44:05Z", "name": "light_automation", "new": false, "repository_manifest": {"name": "Light automation", "render_readme": "True"}, "selected_tag": null, "show_beta": false, "stars": 7, "topics": [], "version_installed": null}, "242432895": {"authors": [], "category": "appdaemon", "description": "This AppDaemon app progressively changes the brightness and color temperature of lights over the course of the day. This app also uses change thresholds to ignore lights that have been manually adjusted.", "domain": "", "downloads": 0, "etag_repository": "W/\"4db46d4d37391009a335bd58fcbc0b2d364ee2abb719292d5856276ec81eaf42\"", "full_name": "haberda/update_lights", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "231f192", "last_release_tag": "3.0.0", "last_updated": "2021-11-14T21:48:20Z", "name": "update_lights", "new": false, "repository_manifest": {"name": "Periodic lights", "render_readme": "True"}, "selected_tag": null, "show_beta": false, "stars": 15, "topics": ["appdeamon", "brightness", "color-temperature", "homeassistant", "lights"], "version_installed": null}, "267696690": {"authors": [], "category": "appdaemon", "description": "Appdaemon script for Home-Assistant to dim light until it is off in X minutes.", "domain": "", "downloads": 0, "etag_repository": "W/\"810bff1bdc8dc3e248a1b90a3fbc210fdedab84d85314b87c8579f9b4fd4ff08\"", "full_name": "hechi/GoodnightT", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "43dd02f", "last_release_tag": "1.0.0", "last_updated": "2020-05-28T21:22:42Z", "name": "GoodnightT", "new": false, "repository_manifest": {"name": "Goodnight timer", "render_readme": true, "domains": ["switch", "light"]}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["appdaemon", "appdaemon-apps", "hacs", "home-assistant", "homeassistant", "xiaomi", "xiaomi-button"], "version_installed": null}, "241233825": {"authors": [], "category": "appdaemon", "description": "AppDaemon app to control Tradfri remotes", "domain": "", "downloads": 0, "etag_repository": "W/\"95aab7a96c71e76567ebf891fe0868f5a0a028cbc5807a7159ddee82f27d343f\"", "full_name": "haberda/tradfri_remotes", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1ac6802", "last_release_tag": "2.0.0", "last_updated": "2021-01-30T18:21:46Z", "name": "tradfri_remotes", "new": false, "repository_manifest": {"name": "Tradfri remotes", "render_readme": "True"}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": ["appdaemon", "lights", "sensor", "tradfri", "tradfri-ikea-gateway", "tradfri-remotes"], "version_installed": null}, "251298857": {"authors": [], "category": "appdaemon", "description": "\ud83d\udca1 AppDaemon App that synchronize RGB lights with the thumbnail of a media player in Home Assistant. Be sure to \u2b50\ufe0f my repo!", "domain": "", "downloads": 0, "etag_repository": "W/\"f3584240a14c6439f9664c8ee6a82349a2abd36a8db7c82a6954a44c398e1fcc\"", "full_name": "ericmatte/ad-media-lights-sync", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b897e3f", "last_release_tag": "v1.0.0", "last_updated": "2022-01-11T14:17:47Z", "name": "ad-media-lights-sync", "new": false, "repository_manifest": {"name": "Media Player Lights Sync", "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 46, "topics": ["appdaemon", "home-assistant", "media-lights-sync", "media-player", "rgb-lights"], "version_installed": null, "last_fetched": 1642851504.931204}, "338827116": {"authors": [], "category": "appdaemon", "description": "appdaemon app to control your home's climate", "domain": "", "downloads": 0, "etag_repository": "W/\"d2e946bbde953042195df2ce6b03800d63e39b9f7184f425860b28e5b576aa1b\"", "full_name": "kprestel/appdaemon-climate", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "26400c8", "last_release_tag": null, "last_updated": "2021-05-23T13:41:36Z", "name": "appdaemon-climate", "new": false, "repository_manifest": {"name": "appdaemon-climate", "render_reademe": true}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": ["appdaemon", "hacs", "home-automation", "homeassistant"], "version_installed": null}, "369204881": {"authors": [], "category": "appdaemon", "description": "Datalogger for Omnik solar power inverters with DSMR integration and output to Home Assistant, PVOUTPUT, InfluxDB and MQTT", "domain": "", "downloads": 0, "etag_repository": "W/\"78b23a9bf94fdd4f04190a83c3abc0ebff65e9d70f6411162a625636d4b1ccac\"", "full_name": "jbouwh/omnikdatalogger", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2e6fe0d", "last_release_tag": "v1.10.5", "last_updated": "2021-12-27T08:19:26Z", "name": "omnikdatalogger", "new": false, "repository_manifest": {"name": "Omnik Data Logger (using portal or direct logging)", "render_readme": false}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["appdaemon", "automation", "dsmr-reader", "hacktoberfest", "home-assistant", "homeautomation", "influxdb", "mqtt", "mqtt-smarthome", "pvoutput", "solar-energy", "solarman", "solarmanpv"], "version_installed": null}, "267325736": {"authors": [], "category": "appdaemon", "description": "AppDaemon based entity cache application for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"27647959ef5fd0365b750c7e0f629c6f4b0e719d6ca736cb82ace0f1a58d2b53\"", "full_name": "jbouwh/ha-entity-cache", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e96e4c9", "last_release_tag": "v1.1", "last_updated": "2021-08-03T07:42:28Z", "name": "ha-entity-cache", "new": false, "repository_manifest": {"name": "Home Assistant entity state cache", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["chache", "helper-tool", "home-assistant", "input-select", "states"], "version_installed": null}, "230623251": {"authors": [], "category": "appdaemon", "description": "EUROTRONIC TRV Valve position helper is an AppDaemon app that allows access to valve position (%) value from Z-Wave TRVs in Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"e149f4c2761c0e7a44b1ae584581404c00ca2b7456322d0359ba26b7d42392cf\"", "full_name": "jmarsik/ad-eurotronic-trv-valvepos", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5b89faa", "last_release_tag": "v1.2", "last_updated": "2020-05-02T11:29:39Z", "name": "ad-eurotronic-trv-valvepos", "new": false, "repository_manifest": {"name": "EUROTRONIC TRV Valve position helper", "render_readme": true, "homeassistant": "0.103.0"}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["appdaemon", "eurotronic", "hacs", "hassio", "home-assistant", "trv", "zwave"], "version_installed": null}, "195525107": {"authors": [], "category": "appdaemon", "description": "Watchdog App for AppDaemon.", "domain": "", "downloads": 0, "etag_repository": "W/\"a33ab8c23eaeb6fa3d88dbd3330f6f0260c1a0252f541f8f9850f5369118933b\"", "full_name": "ludeeus/ad-watchdog", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "78febc8", "last_release_tag": null, "last_updated": "2019-07-07T13:01:58Z", "name": "ad-watchdog", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": [], "version_installed": null}, "231832381": {"authors": [], "category": "appdaemon", "description": "AppDaemon App for Home Assistant to replay light switch history when no one is home.", "domain": "", "downloads": 0, "etag_repository": "W/\"d970438f713abab8605579bd1c2b5ad2d2f8415c2372f4c5f8ece20687356b27\"", "full_name": "Mohlsson/ReplayLightsHistory", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e9b75ad", "last_release_tag": null, "last_updated": "2021-03-12T20:04:10Z", "name": "ReplayLightsHistory", "new": false, "repository_manifest": {"name": "Replay lights history", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 22, "topics": ["appdaemon", "appdaemon-apps", "home-assistant", "homeassistant", "lights", "replay", "vacation"], "version_installed": null, "last_fetched": 1642430985.487086}, "293521853": {"authors": [], "category": "appdaemon", "description": "Customize the buttons on a ZHA controlled Hue Dimmer Switch", "domain": "", "downloads": 0, "etag_repository": "W/\"24ec8b7ae441ffc1f5959fd739fd668d98b6f5aa4c36c1a0297821a65b21e523\"", "full_name": "nickneos/Appdaemon-ZHA-Hue-Dimmer-Switch", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9a8ecf2", "last_release_tag": null, "last_updated": "2021-07-18T13:23:58Z", "name": "Appdaemon-ZHA-Hue-Dimmer-Switch", "new": false, "repository_manifest": {"name": "Hue Dimmer Switch ZHA", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["appdaemon", "appdaemon-apps", "dimmer", "hacktoberfest", "hacs", "home-assistant", "home-automation", "homeassistant", "hue"], "version_installed": null}, "302770368": {"authors": [], "category": "appdaemon", "description": "Trigger automations when a Ring Doorbell button is pressed", "domain": "", "downloads": 0, "etag_repository": "W/\"46566fd07fd3b1416db09a3d7d03170707e7b7bda4d2ff1d6af59c6677eef364\"", "full_name": "nickneos/Appdaemon-Ring-Doorbell-Automations", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f169c68", "last_release_tag": null, "last_updated": "2020-10-10T05:46:26Z", "name": "Appdaemon-Ring-Doorbell-Automations", "new": false, "repository_manifest": {"name": "Ring Doorbell Automations", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["appdaemon", "appdaemon-apps", "hacktoberfest", "home-assistant", "home-automation", "ring"], "version_installed": null}, "234713855": {"authors": [], "category": "appdaemon", "description": "Brings back group.all_* for desired domains (light, device_tracker, etc)", "domain": "", "downloads": 0, "etag_repository": "W/\"2c0bd3ad0bc01f8f22fd9a821c4afb335429b91d314e71375a6e145073ddc012\"", "full_name": "nickneos/Bring-Back-group.all_x", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "879c93b", "last_release_tag": "v0.3.1", "last_updated": "2020-09-05T13:14:18Z", "name": "Bring-Back-group.all_x", "new": false, "repository_manifest": {"name": "Bring Back group.all_x", "homeassistant": "0.104.0", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": ["appdaemon", "appdaemon-apps", "group", "hacktoberfest", "hass", "home-assistant"], "version_installed": null}, "331696949": {"authors": [], "category": "appdaemon", "description": "AppDaemon app that synchronizes rgb lights to the mood of the currently playing spotify song in Home Assistant.", "domain": "", "downloads": 0, "etag_repository": "W/\"ab8e17522c4a8b564e1e76c8ab5c86e30c880f4378e758f1f62305fccf14b1fd\"", "full_name": "NiklasReiche/ad-spotify-mood-lights-sync", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "097a065", "last_release_tag": "v1.1.2", "last_updated": "2021-08-27T17:27:45Z", "name": "ad-spotify-mood-lights-sync", "new": false, "repository_manifest": {"name": "Spotify Mood Lights Sync", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 7, "topics": ["appdaemon", "home-assistant", "rgb-lights", "spotify"], "version_installed": null}, "188970295": {"authors": [], "category": "appdaemon", "description": "Appdaemon App for Andrew's Monitor Presence Detection System", "domain": "", "downloads": 0, "etag_repository": "W/\"a48de7998dd5497f16cdf5c02798a39c533a664c8c081081a1aa2c229745c7f3\"", "full_name": "Odianosen25/Monitor-App", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "702b953", "last_release_tag": null, "last_updated": "2021-11-28T08:47:23Z", "name": "Monitor-App", "new": false, "repository_manifest": {"name": "Monitor-App", "render_readme": "true", "domains": ["binary_sensor", "sensor", "device_tracker"]}, "selected_tag": null, "show_beta": false, "stars": 59, "topics": [], "version_installed": null, "last_fetched": 1642520527.595355}, "236119263": {"authors": [], "category": "appdaemon", "description": "Appdaemon App that converts Home Assistants volume into a sensor that matches your devices volume.", "domain": "", "downloads": 0, "etag_repository": "W/\"c3a7f800f6fadec72cc7b0783c4290a31e7aeb8953bbcf124f2fbfaa4704b447\"", "full_name": "Petro31/ad_convert_media_volume", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f65d955", "last_release_tag": "1.0", "last_updated": "2020-01-25T03:41:16Z", "name": "ad_convert_media_volume", "new": false, "repository_manifest": {"name": "Convert Media Player Volume", "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": [], "version_installed": null}, "234938282": {"authors": [], "category": "appdaemon", "description": "Adds all legacy group.all_* groups that were removed in Home Asisstant 0.104.", "domain": "", "downloads": 0, "etag_repository": "W/\"d64a271adad1f72c9698223d69c292a81adc9c8dd9ff6906c605e8180ad36a74\"", "full_name": "Petro31/ad_group_all", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "877e90e", "last_release_tag": "1.11", "last_updated": "2020-10-02T05:30:09Z", "name": "ad_group_all", "new": false, "repository_manifest": {"name": "Add Domain Group (group.all_*)", "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 12, "topics": [], "version_installed": null}, "262373887": {"authors": [], "category": "appdaemon", "description": "Creates sensors that count the number of entities in a specific domain.", "domain": "", "downloads": 0, "etag_repository": "W/\"a4d69438001f38a837333e6392d5e4f3547c1343f1cf7df5f58a548f971ac182\"", "full_name": "Petro31/ad_count_entities", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "bda3f80", "last_release_tag": "1.0", "last_updated": "2020-05-08T19:15:33Z", "name": "ad_count_entities", "new": false, "repository_manifest": {"name": "Count Domain Entities", "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 0, "topics": [], "version_installed": null}, "233418481": {"authors": [], "category": "appdaemon", "description": "Appdaemon app to monitor events.", "domain": "", "downloads": 0, "etag_repository": "W/\"4ac156679fb4957c18a1dbe311df46687c103f45409245560df00e9f02663547\"", "full_name": "Petro31/ad_monitor_events", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c19c996", "last_release_tag": "1.0", "last_updated": "2020-01-15T02:55:20Z", "name": "ad_monitor_events", "new": false, "repository_manifest": {"name": "Event Monitor", "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": [], "version_installed": null}, "234210346": {"authors": [], "category": "appdaemon", "description": "Tracks the number of people at home", "domain": "", "downloads": 0, "etag_repository": "W/\"69039eeb71ac11650be0c2173b6ec7c05fd7b7288778e0a5c8fa09e8dd5a9085\"", "full_name": "Petro31/ad_people_tracker", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "71ef837", "last_release_tag": "1.1", "last_updated": "2022-01-11T04:09:22Z", "name": "ad_people_tracker", "new": false, "repository_manifest": {"name": "People Tracker", "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": [], "version_installed": null, "last_fetched": 1642004661.714789}, "237800470": {"authors": [], "category": "appdaemon", "description": "Creates a binary_sensor that represents a season between 2 dates. Turns on/off entities at specific times inside the season.", "domain": "", "downloads": 0, "etag_repository": "W/\"5a3708add29bc0fbb985f48ae81cda99a5d48ccb1e3b42848ea0d7782f941364\"", "full_name": "Petro31/ad_seasonal_lights", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "438e67f", "last_release_tag": "1.0", "last_updated": "2020-02-02T17:22:35Z", "name": "ad_seasonal_lights", "new": false, "repository_manifest": {"name": "Seasonal Lights", "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": [], "version_installed": null}, "237328349": {"authors": [], "category": "appdaemon", "description": "Automation to turn lights on at sunset", "domain": "", "downloads": 0, "etag_repository": "W/\"f48d7c328cf407eeb96edd1b243cafe3397eb5ed9ad6ab23779c484519120a28\"", "full_name": "Petro31/ad_sunset_lights", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6db61cd", "last_release_tag": "1.0", "last_updated": "2020-01-31T00:34:20Z", "name": "ad_sunset_lights", "new": false, "repository_manifest": {"name": "Lights On at Sundown Automation", "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": [], "version_installed": null}, "237294804": {"authors": [], "category": "appdaemon", "description": "Doorbell automation that notifies you and announces via TTS", "domain": "", "downloads": 0, "etag_repository": "W/\"61de41c1b1a14fb6d43e7f4723d29782f202d07b52bb7d9056c7bd157e9e3cf0\"", "full_name": "Petro31/ad_simple_door_bell", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "02f5b4f", "last_release_tag": "1.0", "last_updated": "2020-01-30T22:00:02Z", "name": "ad_simple_door_bell", "new": false, "repository_manifest": {"name": "Simple Door Bell Automation", "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": [], "version_installed": null}, "237324626": {"authors": [], "category": "appdaemon", "description": "Simply toggles a light based on another light.", "domain": "", "downloads": 0, "etag_repository": "W/\"2dbc40e3022815501976350c11cb9dc0a0415a7803a762de1982f880233ae3d5\"", "full_name": "Petro31/ad_toggle_light", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "988883b", "last_release_tag": "1.1", "last_updated": "2020-01-31T00:54:10Z", "name": "ad_toggle_light", "new": false, "repository_manifest": {"name": "Toggle Light Automation", "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": [], "version_installed": null}, "260599208": {"authors": [], "category": "appdaemon", "description": "HA allergy sensors from AccuWeather", "domain": "", "downloads": 0, "etag_repository": "W/\"1137af1f07208a05be35310e6e285675556d6b6aeba98d4f074e36d6a4e191fd\"", "full_name": "simonhq/accu_allergies", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b438293", "last_release_tag": null, "last_updated": "2021-06-25T23:37:52Z", "name": "accu_allergies", "new": false, "repository_manifest": {"name": "accu_weather", "render_readme": "True"}, "selected_tag": null, "show_beta": false, "stars": 11, "topics": ["accuweather", "accuweather-allergies", "allergies-information", "appdaemon", "hacs", "sensor"], "version_installed": null}, "236656081": {"authors": [], "category": "appdaemon", "description": "An Appdaemon automation that creates useful door sensors and door notifications.", "domain": "", "downloads": 0, "etag_repository": "W/\"1c534ce7dfcec88da138d39756dae7b0858a11461c1003c08ce2fb63adece3dd\"", "full_name": "Petro31/ad_who_used_the_door", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a8c9930", "last_release_tag": "1.2", "last_updated": "2020-02-14T01:18:46Z", "name": "ad_who_used_the_door", "new": false, "repository_manifest": {"name": "Who Used the Door?", "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": [], "version_installed": null}, "233389688": {"authors": [], "category": "appdaemon", "description": "Appdaemon App to Illuminate a door entrance when the door has opened.", "domain": "", "downloads": 0, "etag_repository": "W/\"6493ad61e4bc83542a3a5bdc23a98004d0b16b6347ffcadadb7995a266c417e7\"", "full_name": "Petro31/IlluminateDoor", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "899a6d2", "last_release_tag": "1.1", "last_updated": "2020-01-30T22:22:45Z", "name": "IlluminateDoor", "new": false, "repository_manifest": {"name": "Illuminate Door", "render_readme": "true", "domains": ["sensor", "switch", "light"]}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["appdaemon-apps", "hacs"], "version_installed": null}, "354149479": {"authors": [], "category": "appdaemon", "description": "AppDaemon app for Qolsys IQ Panel 2", "domain": "", "downloads": 0, "etag_repository": "W/\"efef81ad7acbee5280eed5285b45d8968b64fd797e81d97b1420fd69f2ceed25\"", "full_name": "roopesh/ad-qolsys", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a853018", "last_release_tag": "1.8.1", "last_updated": "2021-12-09T23:52:27Z", "name": "ad-qolsys", "new": false, "repository_manifest": {"name": "AppDaemon Client for Qolsys", "content_in_root": false, "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 19, "topics": ["alarm", "alarm-control", "alarm-control-panel", "alarm-panel", "appdaemon", "homeassistant", "qolsys"], "version_installed": null}, "262519869": {"authors": [], "category": "appdaemon", "description": "HA Sensors for the ACT next bin pickup date information for suburbs", "domain": "", "downloads": 0, "etag_repository": "W/\"458752cf4e2b4e2573842dfd4df869f094771c39a2dee0ff6c4ec0b56cc31184\"", "full_name": "simonhq/act_garbage", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "03fdc1b", "last_release_tag": null, "last_updated": "2020-05-26T22:01:45Z", "name": "act_garbage", "new": false, "repository_manifest": {"name": "act_garbage", "country": ["AU"], "render_readme": "True"}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["appdaemon", "creates-sensors", "entity", "garbage", "hacs", "sensor", "suburb"], "version_installed": null, "last_fetched": 1642851516.900064}, "288827256": {"authors": [], "category": "appdaemon", "description": "HA sensor for a set of ASX stocks and the number you own", "domain": "", "downloads": 0, "etag_repository": "W/\"03108e7f609fa95f1de3d89aa3d5c7c061db7bbee3cc1ff6fb4659a29bdad1a6\"", "full_name": "simonhq/asx_portfolio", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "8badbc1", "last_release_tag": null, "last_updated": "2020-08-20T22:01:31Z", "name": "asx_portfolio", "new": false, "repository_manifest": {"name": "asx_portfolio", "country": ["AU"], "render_readme": "True"}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["appdaemon", "asx", "asx-portfolio", "hacs", "sensor"], "version_installed": null}, "287476555": {"authors": [], "category": "appdaemon", "description": "get ASX information in home assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"9d30ebaab4f2dcfc5e4cac093dc0bb0d287dd12fe1c62972c39cc99438d33e61\"", "full_name": "simonhq/asx_sensor", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1a76003", "last_release_tag": null, "last_updated": "2021-01-23T06:11:34Z", "name": "asx_sensor", "new": false, "repository_manifest": {"name": "asx_sensor", "country": ["AU"], "render_readme": "True"}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": ["appdaemon", "asx", "asx-sensor", "hacs", "sensor"], "version_installed": null, "last_fetched": 1642851517.891761}, "233937451": {"authors": [], "category": "appdaemon", "description": "A Home Assistant Appdaemon app for creating a sensor with the ACT Dam level information", "domain": "", "downloads": 0, "etag_repository": "W/\"a3b94de70a07e597a0587f3459a111093ed5d61e59474b4c513c701536d8efc7\"", "full_name": "simonhq/canberradams", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a1e5e61", "last_release_tag": null, "last_updated": "2020-08-31T07:00:34Z", "name": "canberradams", "new": false, "repository_manifest": {"name": "canberradams", "country": ["AU"], "render_readme": "True"}, "selected_tag": null, "show_beta": false, "stars": 0, "topics": ["appdaemon", "creates-sensors", "dam", "entity", "hacs", "sensor"], "version_installed": null}, "230346810": {"authors": [], "category": "appdaemon", "description": "An appdaemon app for cleaning up a GTFS database for use in Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"3525f81230fe877b27f3c181c48284ee5bbd5a1a5518c07bcead90e63a5dae28\"", "full_name": "simonhq/Clean-GTFS", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "adb48ba", "last_release_tag": null, "last_updated": "2020-10-14T19:47:34Z", "name": "Clean-GTFS", "new": false, "repository_manifest": {"name": "Clean-GTFS"}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["appdaemon-apps", "gtfs", "gtfs-database", "hacs", "home-assistant"], "version_installed": null}, "262440646": {"authors": [], "category": "appdaemon", "description": "HA Appdaemon app for the levels in the Snowy Hydro reservoirs", "domain": "", "downloads": 0, "etag_repository": "W/\"9fe38b02c64cf93cef193605362ddbe2552b50544528183483d25c8d6399ec26\"", "full_name": "simonhq/snowydams", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "cddad84", "last_release_tag": null, "last_updated": "2020-05-23T07:48:43Z", "name": "snowydams", "new": false, "repository_manifest": {"name": "snowydams", "country": ["AU"], "render_readme": "True"}, "selected_tag": null, "show_beta": false, "stars": 0, "topics": ["appdaemon", "creates-sensors", "entity", "hacs", "sensor", "snowy-dams", "snowy-hydro-reservoirs"], "version_installed": null}, "258858024": {"authors": [], "category": "appdaemon", "description": "Announce your doors/windows opening and closing through your Smart Speaker. Handy for garage/side/main exits for homes and shops. Please :star: if you like this app :)", "domain": "", "downloads": 0, "etag_repository": "W/\"5c5d46b5b65b276ea8327ec870164ad31447f219d0856d1b9d1c99466b960dbc\"", "full_name": "UbhiTS/ad-alexadoorwindowannounce", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7a121ba", "last_release_tag": "v1.1.0", "last_updated": "2021-03-11T22:21:18Z", "name": "ad-alexadoorwindowannounce", "new": false, "repository_manifest": {"name": "Alexa (& Friends) Door Announce \ud83d\udc14", "content_in_root": "false", "render_readme": "true", "domains": ["media_player", "binary_sensor", "cover"]}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["alexa", "alexa-media-player", "alexa-voice-service", "amazon-alexa", "appdaemon", "appdaemon-apps", "apps", "assistant", "doorbell", "hacs", "hass", "home-assistant", "home-automation", "homeassistant", "media-player", "mediaplayer", "python", "python3", "smart-home", "smarthome"], "version_installed": null}, "258980164": {"authors": [], "category": "appdaemon", "description": "Set temp limits, enforce fan modes, door/window and daily shut-off, and air cycling makes your thermostat a genius with a voice using your Smart Speaker! Please :star: if you like the app :)", "domain": "", "downloads": 0, "etag_repository": "W/\"068e2e1c332e208612a231aa36f07b1b94425195659e1c1a455bdcc2fb23376c\"", "full_name": "UbhiTS/ad-alexasmarttalkingthermostat", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4f3c8e1", "last_release_tag": "v2.0.0", "last_updated": "2020-08-18T20:55:19Z", "name": "ad-alexasmarttalkingthermostat", "new": false, "repository_manifest": {"name": "Alexa (& Friends) Talking Thermostat \ud83d\udc14", "content_in_root": "false", "render_readme": "true", "domains": ["media_player", "climate"]}, "selected_tag": null, "show_beta": false, "stars": 7, "topics": ["alexa", "alexa-media-player", "alexa-voice-service", "amazon-alexa", "appdaemon", "appdaemon-apps", "cooling", "hacs", "hass", "heating", "home-assistant", "home-automation", "homeassistant", "hvac", "hvac-control", "media-player", "smart-home", "smarthome", "temperature", "thermostat"], "version_installed": null}, "225791156": {"authors": [], "category": "appdaemon", "description": "Alexa (or other Smart Speakers) tell you the time without asking every hour. Please \u2b50\ufe0fif you like my app :)", "domain": "", "downloads": 0, "etag_repository": "W/\"591869a9ff6f460b744a927764db5ea9965f556e0c4f7dec23dd987c67850e95\"", "full_name": "UbhiTS/ad-alexatalkingclock", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9b49314", "last_release_tag": "v3.0.2", "last_updated": "2020-07-19T20:48:45Z", "name": "ad-alexatalkingclock", "new": false, "repository_manifest": {"name": "Alexa (& Friends) Reminders & Talking Clock \ud83d\udc14", "content_in_root": "false", "render_readme": "true", "domains": ["media_player"]}, "selected_tag": null, "show_beta": false, "stars": 29, "topics": ["alexa", "alexa-media-player", "alexa-voice-service", "amazon-alexa", "app", "appdaemon", "appdaemon-apps", "apps", "assistant", "hacs", "hass", "home-assistant", "home-automation", "homeassistant", "media-player", "mediaplayer", "smart-home", "smarthome", "time", "time-tracker"], "version_installed": null}, "258680733": {"authors": [], "category": "appdaemon", "description": "Notify your home, and greet your guests on arrival with your Smart Speaker. Please :star: if you like this app :)", "domain": "", "downloads": 0, "etag_repository": "W/\"b1d4ef91d19722ba8fff9d2aa86d7f4339388f81c92fa6c4b8ec6ed06265e404\"", "full_name": "UbhiTS/ad-alexadoorbell", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "cfd6034", "last_release_tag": "v1.1.0", "last_updated": "2020-06-01T16:54:27Z", "name": "ad-alexadoorbell", "new": false, "repository_manifest": {"name": "Alexa (& Friends) Doorbell \ud83d\udc14", "content_in_root": "false", "render_readme": "true", "domains": ["media_player", "binary_sensor", "switch"]}, "selected_tag": null, "show_beta": false, "stars": 10, "topics": ["alexa", "alexa-media-player", "alexa-voice-service", "amazon-alexa", "app", "appdaemon", "appdaemon-apps", "apps", "assistant", "doorbell", "greeting", "hacs", "hass", "home-assistant", "home-automation", "homeassistant", "media-player", "mediaplayer", "smart-home", "smarthome"], "version_installed": null}, "234988006": {"authors": [], "category": "appdaemon", "description": "Automate Welcome Camera presence and monitoring.", "domain": "", "downloads": 0, "etag_repository": "W/\"6c0b690afccb275e75cc6a58a2b6a6935907db44433918841b8b9ae44404c1b7\"", "full_name": "vash3d/nethassmo", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3e52f48", "last_release_tag": "v1.1.0", "last_updated": "2022-01-07T15:20:40Z", "name": "nethassmo", "new": false, "repository_manifest": {"name": "NetHassmo", "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": [], "version_installed": null, "last_fetched": 1641588140.611031}, "267943249": {"authors": [], "category": "appdaemon", "description": "Automatically control a room fan's speed based on a temperature sensor. Please :star: if you like this app :)", "domain": "", "downloads": 0, "etag_repository": "W/\"f8115f4cccc0ff4c3cc784b7b3d7493df4219cf4711ce25bc02cfb3cc0d4f187\"", "full_name": "UbhiTS/ad-autofanspeed", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "79c720d", "last_release_tag": "v1.0.4", "last_updated": "2021-03-18T15:59:19Z", "name": "ad-autofanspeed", "new": false, "repository_manifest": {"name": "Auto 'Fan Speed' Controller \ud83d\udc14", "content_in_root": "false", "render_readme": "true", "domains": ["fan", "sun", "sensor"]}, "selected_tag": null, "show_beta": false, "stars": 11, "topics": ["app", "appdaemon", "appdaemon-apps", "apps", "assistant", "automated", "automation", "fan", "fan-speed", "fan-speed-control", "hacs", "hass", "home-assistant", "home-automation", "homeassistant", "smart-home", "smarthome", "sunrise"], "version_installed": null}, "259132481": {"authors": [], "category": "appdaemon", "description": "Automatically reboot your crappy internet if you have a zwave, zigbee, or bluetooth switch/socket powering your internet modem. Please :star: if you like this app :)", "domain": "", "downloads": 0, "etag_repository": "W/\"591b19130d597169cc3534e7656cc8449a6573c5d10f3d9f014ab4a0bfcd6903\"", "full_name": "UbhiTS/ad-autointernetrebooter", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "629f64b", "last_release_tag": "v1.0.5", "last_updated": "2020-06-01T16:50:18Z", "name": "ad-autointernetrebooter", "new": false, "repository_manifest": {"name": "Auto 'Crappy Internet' Rebooter :rocket:", "content_in_root": "false", "render_readme": "true", "domains": ["media_player", "sensor", "switch"]}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": ["alexa-media-player", "amazon-alexa", "appdaemon", "appdaemon-apps", "apps", "fibaro", "hass", "home-automation", "homeassistant", "internet", "modem", "router", "smart-home", "smarthome", "smartthings", "speedtest", "speedtest-net", "vera", "wink"], "version_installed": null}, "288563520": {"authors": [], "category": "appdaemon", "description": "Your TV notifies you of the next upcoming event from you calendar every time it turns on. Please :star: my repo if you like like the app, it will encourage me a lot. ", "domain": "", "downloads": 0, "etag_repository": "W/\"2f802ab16dd830b572d73567e2389e777148ebe298842bd8ad0380d341354b8f\"", "full_name": "UbhiTS/ad-calendartvreminders", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d0764bf", "last_release_tag": null, "last_updated": "2020-08-18T22:31:49Z", "name": "ad-calendartvreminders", "new": false, "repository_manifest": {"name": "Calendar TV Reminders \ud83d\udc14", "content_in_root": "false", "render_readme": "true", "domains": ["media_player", "calendar"]}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": ["appdaemon", "appdaemon-apps", "google", "google-calendar", "google-calendar-api", "hacs", "home-assistant", "home-automation", "homeassistant", "lg", "media-player", "mediaplayer", "smart-home", "smart-tv", "smarthome", "smarttv", "webos"], "version_installed": null}, "284749777": {"authors": [], "category": "appdaemon", "description": "An AppDaemon app to reset Xiaomi Aqara motion sensors after a given timeout.", "domain": "", "downloads": 0, "etag_repository": "W/\"53a60bc8638dcf2f33486ef485a37a59979476a39f83f57c1aa188341358a958\"", "full_name": "wernerhp/appdaemon_aqara_motion_sensors", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6e5f438", "last_release_tag": "v1.2.0", "last_updated": "2021-08-15T13:23:06Z", "name": "appdaemon_aqara_motion_sensors", "new": false, "repository_manifest": {"name": "Aqara Motion Sensors", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 29, "topics": ["appdaemon", "appdaemon-apps", "hacs", "home-assistant", "home-automation", "homeassistant"], "version_installed": null}, "282440474": {"authors": [], "category": "appdaemon", "description": "An AppDaemon app for detecting occupancy using door and motions sensors.", "domain": "", "downloads": 0, "etag_repository": "W/\"2c6612645cc81f819682db7ae434be51736e9f290e2005cc5e68742e6bb49d4b\"", "full_name": "wernerhp/appdaemon_wasp", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "053930c", "last_release_tag": "v1.2.0", "last_updated": "2020-08-22T11:49:19Z", "name": "appdaemon_wasp", "new": false, "repository_manifest": {"name": "Wasp in a Box", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 20, "topics": ["appdaemon", "appdaemon-apps", "hacs", "home-assistant", "home-automation", "homeassistant"], "version_installed": null}, "222056780": {"authors": [], "category": "appdaemon", "description": "Create controller-based automations with ease to control your home devices and scenes.", "domain": "", "downloads": 0, "etag_repository": "W/\"afddc73d210dae8c6b484d599658db98cdfb6b1117a245fb23a98bb171311679\"", "full_name": "xaviml/controllerx", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9267e30", "last_release_tag": "v4.18.1", "last_updated": "2022-01-17T11:14:01Z", "name": "controllerx", "new": false, "repository_manifest": {"filename": "controllerx.zip", "hide_default_branch": true, "name": "\ud83c\udfae ControllerX", "render_readme": true, "zip_release": true}, "selected_tag": null, "show_beta": false, "stars": 203, "topics": ["automation", "color-lights", "controller", "covers", "ikea", "light", "mediaplayer", "remote", "switch"], "version_installed": null, "last_fetched": 1642431004.903505}, "251039581": {"authors": ["@hultenvp"], "category": "integration", "description": "HomeAssistant integration for the Ginlong Solis PV Monitoring portal. This integration supports the current Platform v2.0 portal (m.ginlong.com) which supports Solis and Solarman PV inverter brands. Also supports new SolisCloud platform", "domain": "solis", "downloads": 0, "etag_repository": "W/\"82d0ab73b2c4a68514dcdaae49079af8e8d2c0f46ded42bb1b3cf7b7de0aecbb\"", "full_name": "hultenvp/solis-sensor", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6f446e5", "last_release_tag": "v2.0.1", "last_updated": "2022-01-30T15:32:03Z", "name": "solis", "new": false, "repository_manifest": {"name": "Ginlong Solis PV portal integration", "content_in_root": false, "render_readme": false, "homeassistant": "2021.9", "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 26, "topics": ["ginlong", "homeassistant", "sensor", "solarman", "solis", "soliscloud"], "version_installed": null, "last_fetched": 1643571233.380394}, "407205510": {"authors": ["@alryaz"], "category": "integration", "description": "\u041f\u0418\u041a \u0414\u043e\u043c\u043e\u0444\u043e\u043d \u0434\u043b\u044f Home Assistant", "domain": "pik_intercom", "downloads": 0, "etag_repository": "W/\"832abc7c01c54945bdb499a6b02a862b586869f3c98345710231faf09cabb254\"", "full_name": "alryaz/hass-pik-intercom", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e35f163", "last_release_tag": "v1.1.0", "last_updated": "2022-01-18T10:54:21Z", "name": "pik_intercom", "new": false, "repository_manifest": {"name": "\u041f\u0418\u041a \u0414\u043e\u043c\u043e\u0444\u043e\u043d / PIK Intercom", "content_in_root": false, "zip_release": false, "render_readme": true, "domains": ["camera", "sensor", "button"], "country": ["ru"], "homeassistant": "2021.12.0", "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 12, "topics": ["custom-component", "homeassistant", "intercom", "pik-group"], "version_installed": null, "last_fetched": 1642520528.474399}, "408074547": {"authors": ["@sugoi-wada"], "category": "integration", "description": "Acer air monitor for Home Assistant", "domain": "acer_air_monitor", "downloads": 0, "etag_repository": "W/\"e97e926afec8cfb5d1cdb89c12ea1ea6bc5c98a9800f2d740a2b939de993c540\"", "full_name": "sugoi-wada/acer-air-monitor-2018", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "0faa932", "last_release_tag": "v1.0.1", "last_updated": "2022-01-09T04:10:18Z", "name": "acer_air_monitor", "new": false, "repository_manifest": {"name": "Acer Air Monitor", "hacs": "1.19.1", "domains": ["sensor"], "homeassistant": "2021.12.8"}, "selected_tag": null, "show_beta": false, "stars": 0, "topics": ["custom-components", "home-assistant"], "version_installed": null, "last_fetched": 1641896031.740965}, "302985427": {"authors": ["@wizmo2"], "category": "integration", "description": "Home-assistant custom component and api wrapper for Zidoo Media Players", "domain": "zidoo", "downloads": 0, "etag_repository": "W/\"01a53cdc563996c2382717688b781b14801a97333555ede733dcd5f4fd504943\"", "full_name": "wizmo2/zidoo-player", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "cf2be1c", "last_release_tag": "v1.2.6", "last_updated": "2021-12-17T12:21:55Z", "name": "zidoo", "new": false, "repository_manifest": {"name": "Zidoo Media Player", "content_in_root": false, "domains": ["media_player"], "iot_class": "local_polling", "homeassistant": "2021.9"}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["hacs", "home-assistant", "media", "media-player", "player", "video-player", "zidoo"], "version_installed": null, "last_fetched": 1641896031.919041}, "301509152": {"authors": ["@BenPru"], "category": "integration", "description": "Home Assistant HACS component to readout values from a Paul Novus 300 ventilation system", "domain": "novus300bus", "downloads": 0, "etag_repository": "W/\"bc05e497c8ecf1f1f1324d3fd2e2d3997d1d1766e70b7cb716fe97bc670918cc\"", "full_name": "BenPru/novus300_Rs485", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9a17e99", "last_release_tag": "2021.09.20", "last_updated": "2021-11-03T20:21:00Z", "name": "novus300bus", "new": false, "repository_manifest": {"name": "Novus 300 Bus", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["hacs", "home-assistant", "homeassistant", "sensor"], "version_installed": null}, "356385629": {"authors": ["@fuatakgun"], "category": "integration", "description": "A Home Assistant HACS integration that supports Kia Connect(Uvo) and Hyundai Bluelink. The integration supports the EU, Canada and the USA.", "domain": "kia_uvo", "downloads": 0, "etag_repository": "W/\"43bb88b38d755d27f2637094ae562b7cf2154fd69ad24432cfb6e8c883a51ec0\"", "full_name": "fuatakgun/kia_uvo", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "bf5d9a1", "last_release_tag": "v1.4.3", "last_updated": "2022-01-30T08:16:18Z", "name": "kia_uvo", "new": false, "repository_manifest": {"name": "Kia Uvo / Hyundai Bluelink", "render_readme": true, "homeassistant": "2021.12", "content_in_root": false}, "selected_tag": null, "show_beta": false, "stars": 95, "topics": ["bluelink", "car", "homeassistant", "homeassistant-integration", "hyundai", "kia", "uvo"], "version_installed": null, "last_fetched": 1643571231.41079}, "417400028": {"authors": ["@ScratMan"], "category": "integration", "description": "Smart Thermostat with PID controller for HomeAssistant", "domain": "smart_thermostat", "downloads": 0, "etag_repository": "W/\"76da273bc235197037c102094218a5b27e0f5f959ed40310ee5a82aec9d86508\"", "full_name": "ScratMan/HASmartThermostat", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3389dcd", "last_release_tag": "2022.1.1", "last_updated": "2022-01-23T21:31:25Z", "name": "smart_thermostat", "new": false, "repository_manifest": {"name": "Smart thermostat (PID)", "domains": ["climate"], "render_readme": true, "homeassistant": "0.104.2"}, "selected_tag": null, "show_beta": false, "stars": 85, "topics": ["air-conditioner", "heater", "heater-control", "heater-controller", "heating", "heating-control", "heating-controller", "home-automation", "pid-controller", "smart-thermostat", "thermostat"], "version_installed": null, "last_fetched": 1643571247.843364}, "422954081": {"authors": ["@DeebotUniverse", "@edenhaus"], "category": "integration", "description": "Home Assistant integration for deebot vacuums", "domain": ["binary_sensor", "camera", "select", "sensor", "vacuum"], "downloads": 0, "etag_repository": "W/\"7c1aefa22b5ada47e8776954695b67d1527741e921e9ae1b3eaf25df3aa8d6d9\"", "full_name": "DeebotUniverse/Deebot-4-Home-Assistant", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "90c1206", "last_release_tag": "1.1.2", "last_updated": "2022-01-27T09:20:39Z", "name": ["binary_sensor", "camera", "select", "sensor", "vacuum"], "new": false, "repository_manifest": {"name": "Deebot 4 Home Assistant", "iot_class": "Cloud Polling", "zip_release": true, "filename": "deebot.zip", "domain": ["binary_sensor", "camera", "select", "sensor", "vacuum"], "homeassistant": "2021.12.0b0", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 22, "topics": ["deebot", "ecovacs", "home-assistant", "vacuum"], "version_installed": null, "last_fetched": 1643571228.053998}, "386049746": {"authors": ["@viragelabs"], "category": "integration", "description": "A Home Assistant integration to keep track of Virage Laboratories devices, and set up and properly label rf sensors and door contacts", "domain": "virage_dashboard", "downloads": 0, "etag_repository": "W/\"6d1bfdbac3dca1d6f509b9e3ae5e3561ed0b67ecf325fbb38a199b3aa3212e12\"", "full_name": "viragelabs/virage_dashboard", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4c54c39", "last_release_tag": "v1.0.0", "last_updated": "2021-12-01T23:33:19Z", "name": "virage_dashboard", "new": false, "repository_manifest": {"name": "Virage Dashboard", "render_readme": "true", "domains": ["virage_dashboard"], "iot_class": ["Local Push"]}, "selected_tag": null, "show_beta": false, "stars": 0, "topics": ["hassio", "home-assistant", "home-automation", "homeassistant", "virage", "viragelaboratories", "viragelabs"], "version_installed": null}, "326022552": {"authors": ["@net-daemon"], "category": "integration", "description": "Helper integration for Home Assistant", "domain": "netdaemon", "downloads": 0, "etag_repository": "W/\"d035f530295ade32e89552a8b41f0bf9c1604c427280f5869b192b44856875df\"", "full_name": "net-daemon/integration", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "ca80c91", "last_release_tag": "22.02.0", "last_updated": "2022-01-10T17:25:06Z", "name": "netdaemon", "new": false, "repository_manifest": {"name": "NetDaemon", "filename": "netdaemon.zip", "zip_release": true, "hide_default_branch": true, "homeassistant": "2020.12.0", "hacs": "0.19.0"}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["entities", "netdaemon", "service"], "version_installed": null, "last_fetched": 1641896036.826438}, "422931599": {"authors": ["@kartoffeltoby"], "category": "integration", "description": "This custom component for Home Assistant will add crucial features to your climate-controlling TRV (Thermostatic Radiator Valves) to save you the work of creating automations to make it smart. It combines a room-temperature sensor, window/door sensors, weather forecasts, or an ambient temperature probe to decide when it should call for heat and automatically calibrate your TRVs to fix the imprecise measurements taken in the radiator's vicinity.", "domain": "ai_thermostat", "downloads": 0, "etag_repository": "W/\"dd6adddab4be6dd6f7bcdfc3d5311c28a3e9e5a21ba884335248fe1273a0cf64\"", "full_name": "KartoffelToby/better_thermostat", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4b2276b", "last_release_tag": "0.9.3", "last_updated": "2022-01-30T18:22:18Z", "name": "ai_thermostat", "new": false, "repository_manifest": {"name": "AI Thermostat for Zigbee2MQTT", "render_readme": true, "domains": ["climate"], "iot_class": "Local Push", "homeassistant": "2021.12.0"}, "selected_tag": null, "show_beta": false, "stars": 76, "topics": ["climate", "hacs", "home-assistant", "moes", "sea801", "sea802", "sensor", "smarthome", "spzb0001", "thermostat", "ts0601", "tuya", "zigbee", "zigbee2mqtt"], "version_installed": null, "last_fetched": 1643571237.048438}, "439367892": {"authors": [], "category": "plugin", "description": "a custom card for a better thermostat in home assistant based on ai_thermostat intigration", "domain": "", "downloads": 0, "etag_repository": "W/\"ef6fd58cc99b0f1ccf78ba8655728a3357080e8ddc94fd5892206e52fd87bcfb\"", "full_name": "KartoffelToby/better-thermostat-ui-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "ab17b50", "last_release_tag": "0.1.3", "last_updated": "2022-01-24T10:01:51Z", "name": "better-thermostat-ui-card", "new": false, "repository_manifest": {"name": "Better Thermostat UI", "render_readme": true, "filename": "better-thermostat-ui-card.js"}, "selected_tag": null, "show_beta": false, "stars": 26, "topics": ["home-assistant", "homeassistant", "thermostat"], "version_installed": null, "last_fetched": 1643571259.882762}, "406939721": {"authors": ["@tomasbedrich"], "category": "integration", "description": "A Home Assistant integration to communicate with Hikvision smart doorbells via Hik-Connect cloud.", "domain": "hikconnect", "downloads": 0, "etag_repository": "W/\"681d567498593043b154717c444a87600c517bbd88f90bfd4b0e6f1a168417e5\"", "full_name": "tomasbedrich/home-assistant-hikconnect", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "52da28f", "last_release_tag": "1.2.1", "last_updated": "2022-01-28T00:59:40Z", "name": "hikconnect", "new": false, "repository_manifest": {"name": "Hik-Connect", "domains": ["hikconnect"], "country": ["EN"], "render_readme": true, "iot_class": ["Cloud Polling"]}, "selected_tag": null, "show_beta": false, "stars": 21, "topics": ["hacs", "hikvision", "home-assistant", "home-automation", "python"], "version_installed": null, "last_fetched": 1643571250.736569}, "433577603": {"authors": [], "category": "plugin", "description": "Home Assistant Configuration Files Editor for Lovelace", "domain": "", "downloads": 0, "etag_repository": "W/\"1d46f539f61da65c2c36b3dce770cf6778e3888099ad73f3b9b0c5f852b914a2\"", "full_name": "htmltiger/config-editor-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e5809df", "last_release_tag": "3.4", "last_updated": "2022-01-22T01:55:45Z", "name": "config-editor-card", "new": false, "repository_manifest": {"name": "Config Editor Card", "filename": "config-editor-card.js", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 11, "topics": ["hacs", "home-assistant", "homeassistant", "homeassistant-addons", "homeassistant-config", "homeassistant-configuration", "yaml"], "version_installed": null, "last_fetched": 1642851533.092873}, "427867835": {"authors": ["@briis"], "category": "integration", "description": "Home Assistant Integration for WeatherFlow Stations", "domain": "weatherflow", "downloads": 0, "etag_repository": "W/\"d3bc27a6ee784be1b0da9916826a5f6e7c91d9e3dbeb0c08d707f349b2a6709a\"", "full_name": "briis/hass-weatherflow", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7cbbfd9", "last_release_tag": "v1.0.3", "last_updated": "2022-01-27T15:40:29Z", "name": "weatherflow", "new": false, "repository_manifest": {"name": "WeatherFlow Integration", "domains": ["binary_sensor", "sensor", "weather"], "homeassistant": "2021.11.0"}, "selected_tag": null, "show_beta": false, "stars": 19, "topics": ["home-assistant", "python3", "weatherflow"], "version_installed": null, "last_fetched": 1643571223.619913}, "427773030": {"authors": ["@spycle"], "category": "integration", "description": "Home Assistant custom integration for controlling AirPlay devices connected to a TuneBlade server", "domain": "tuneblade", "downloads": 0, "etag_repository": "W/\"acb0d1effd1c1159af72795a161fdf7326e7972db3f72a101508063e4025ce18\"", "full_name": "spycle/tuneblade", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4c91650", "last_release_tag": "v0.0.4", "last_updated": "2021-12-18T13:26:21Z", "name": "tuneblade", "new": false, "repository_manifest": {"name": "TuneBlade", "content_in_root": false, "domains": ["media_player", "switch"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 0, "topics": ["home-assistant", "tuneblade"], "version_installed": null}, "433577406": {"authors": ["@htmltiger"], "category": "integration", "description": "Home Assistant Configuration Editor Helper", "domain": "config_editor", "downloads": 0, "etag_repository": "W/\"01a65357781b3d9f15a3e10b6e394752e17bc40e6f515cba598b808c817e7901\"", "full_name": "htmltiger/config-editor", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d9185fa", "last_release_tag": "2.1", "last_updated": "2021-12-19T04:18:56Z", "name": "config_editor", "new": false, "repository_manifest": {"name": "Config Editor", "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["homeassistant", "homeassistant-config", "homeassistant-integration"], "version_installed": null, "last_fetched": 1641470660.316476}, "180032210": {"authors": ["@dolezsa"], "category": "integration", "description": "Thermal Comfort sensor for HA (absolute humidity, heat index, dew point, thermal perception)", "domain": "thermal_comfort", "downloads": 0, "etag_repository": "W/\"90ff3435978fcad3f11bd67e98781fa9a0339ed166be24c1013607ea9b255197\"", "full_name": "dolezsa/thermal_comfort", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d09c72d", "last_release_tag": "1.3.1", "last_updated": "2022-01-29T15:50:04Z", "name": "thermal_comfort", "new": false, "repository_manifest": {"name": "Thermal Comfort", "home-assistant": "2021.12.0", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 134, "topics": ["absolute-humidity", "comfort-model", "comfort-zone", "dew-point", "dew-point-perception", "heat-index", "thermal-comfort", "thermal-perception", "thermal-stress"], "version_installed": null, "last_fetched": 1643545556.950932}, "424574671": {"authors": ["@roslovets"], "category": "integration", "description": "Control SP110E RGB LED BLE Controller from Home Assistant", "domain": "sp110e", "downloads": 0, "etag_repository": "W/\"f6ac310e6a27ad9b069b62894ffa8c0468290ac4e9b3134fed12fc1077d78947\"", "full_name": "roslovets/SP110E-HASS", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "42fd56b", "last_release_tag": "v1.0.0", "last_updated": "2021-11-27T16:32:27Z", "name": "sp110e", "new": false, "repository_manifest": {"name": "SP110E RGB LED BLE Controller Integration", "domains": ["light"], "homeassistant": "2021.11.0", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["ble", "hass", "home-assistant", "integration", "rgb", "sp110e"], "version_installed": null, "last_fetched": 1642004684.579916}, "222687548": {"authors": ["@dwainscheeren"], "category": "integration", "description": "An auto generating Home Assistant Lovelace UI dashboard for desktop, tablet and mobile by Dwains for desktop, tablet, mobile", "domain": "dwains_dashboard", "downloads": 0, "etag_repository": "W/\"26011883da7dbd8edea806b6c84f7e73a56470f2a32675f35a834f860f527e76\"", "full_name": "dwainscheeren/dwains-lovelace-dashboard", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f76b66a", "last_release_tag": "v2.0.5", "last_updated": "2022-01-28T21:49:02Z", "name": "dwains_dashboard", "new": false, "repository_manifest": {"name": "Dwains Dashboard", "render_readme": true, "homeassistant": "2021.5.0"}, "selected_tag": null, "show_beta": false, "stars": 835, "topics": ["dwains-lovelace-dashboard", "home-assistant", "lovelace", "lovelace-ui"], "version_installed": null, "last_fetched": 1643571229.331362}, "405007807": {"authors": [], "category": "integration", "description": "Home Assistant & FoxESS integration. Monitor you photovoltaic installation directly from HA \u2600\ufe0f \u26a1\ufe0f No more need to visit foxesscloud.com \ud83c\udfe1", "domain": "foxess", "downloads": 0, "etag_repository": "W/\"1136e1e503d3fbf6b57e01f74aecf2d5c889f382020f341fb49b6a87ee2b0c97\"", "full_name": "macxq/foxess-ha", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "ec19875", "last_release_tag": "v0.11.2", "last_updated": "2021-12-29T09:52:10Z", "name": "foxess", "new": false, "repository_manifest": {"name": "FoxESS Cloud", "country": ["NO"], "domains": ["energy", "sensor"]}, "selected_tag": null, "show_beta": false, "stars": 10, "topics": ["energy-monitor", "foxess", "hacktoberfest", "hacs", "home-assistant", "home-automation", "homeassistant", "photovoltaics", "pv", "smarthome"], "version_installed": null, "last_fetched": 1642094200.762908}, "432522624": {"authors": ["@Aohzan"], "category": "integration", "description": "IPX800 V5 integration for Home-Assistant", "domain": "ipx800v5", "downloads": 0, "etag_repository": "W/\"0082e1f4ea05b3e595f2ddc03dd4ca68fe8c2ab06ef053e8094fec5602d53a56\"", "full_name": "Aohzan/ipx800v5", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1fe572c", "last_release_tag": "0.4.0", "last_updated": "2022-01-07T13:10:05Z", "name": "ipx800v5", "new": false, "repository_manifest": {"name": "GCE IPX800 V5", "country": ["FR"], "domains": ["switch", "light", "cover", "sensor", "binary_sensor", "climate", "number", "button"], "render_readme": true, "iot_class": ["Local Polling"]}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["gce-electronics", "home-assistant", "home-assistant-integration", "ipx800"], "version_installed": null, "last_fetched": 1642851538.014961}, "431440766": {"authors": ["@LAB02-Admin"], "category": "integration", "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/\"1fc7b7441469d244cfb0f071d7bbba2539f3afa68a151114a02dd1e8ff127a1f\"", "full_name": "LAB02-Research/HASS.Agent-Notifier", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "948f646", "last_release_tag": "v2021.12.21", "last_updated": "2022-01-19T11:00:15Z", "name": "hass_agent_notifier", "new": false, "repository_manifest": {"name": "HASS.Agent Notifier", "domains": ["notify"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": ["hacs", "home-assistant", "integration", "notifications"], "version_installed": null, "last_fetched": 1643571237.516202}, "398601732": {"authors": ["@thomasprior"], "category": "integration", "description": "Provides data from Flexpool.io on a specified miner.", "domain": "flexpoolinfo", "downloads": 0, "etag_repository": "W/\"c242a4d10e7799790f21531b154e14a785ae96d80b7e2af37cf31c453bed0a24\"", "full_name": "ThomasPrior/FlexpoolInfo", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a55e32c", "last_release_tag": "v1.0.0", "last_updated": "2022-01-12T15:58:14Z", "name": "flexpoolinfo", "new": false, "repository_manifest": {"name": "FlexpoolInfo", "content_in_root": false, "render_readme": true, "domains": ["sensor"], "homeassistant": "0.100.0", "iot_class": "cloud_poll"}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["flexpool", "flexpool-api", "hacs", "homeassistant", "miner", "statistics"], "version_installed": null, "last_fetched": 1642431017.243705}, "334925385": {"authors": ["@weltenwort"], "category": "integration", "description": "A Home Assistant custom component to integrate with RCT Power inverters.", "domain": "rct_power", "downloads": 0, "etag_repository": "W/\"634ece0e28186bf560f7aeb5d6ae258e0c4425e56f8c637a1f910621f32ac098\"", "full_name": "weltenwort/home-assistant-rct-power-integration", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c63790a", "last_release_tag": "v0.9.2", "last_updated": "2021-12-27T18:10:48Z", "name": "rct_power", "new": false, "repository_manifest": {"name": "RCT Power", "hacs": "1.6.0", "domains": ["binary_sensor", "sensor"], "iot_class": "Local Polling", "homeassistant": "2021.12.0"}, "selected_tag": null, "show_beta": false, "stars": 10, "topics": ["custom-component", "custom-components", "home-assistant", "homeassistant", "rct-power"], "version_installed": null, "last_fetched": 1642004689.108498}, "380367845": {"authors": ["@fuatakgun"], "category": "integration", "description": "Home Assistant integration to manage Eufy Security devices as cameras, home base stations, doorbells, motion and contact sensors.", "domain": "eufy_security", "downloads": 0, "etag_repository": "W/\"7daed113d4919f5a25c6a68e4432acdd1c1635eadeecbe6d850b64fdf5bd3b99\"", "full_name": "fuatakgun/eufy_security", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "091bc2e", "last_release_tag": "v2.2.3", "last_updated": "2022-01-24T19:33:08Z", "name": "eufy_security", "new": false, "repository_manifest": {"name": "Eufy Security", "render_readme": true, "content_in_root": false}, "selected_tag": null, "show_beta": false, "stars": 170, "topics": ["camera", "eufy", "eufycam", "eufysecurity", "home-assistant", "homeassistant", "homeassistant-integration", "rtsp", "security"], "version_installed": null, "last_fetched": 1643571231.631891}, "432591899": {"authors": [], "category": "integration", "description": "Home Assistant switch integration to control MicroBot Push", "domain": "microbot_push", "downloads": 0, "etag_repository": "W/\"4037c0a154619911b8c54ff3ce848842db85f436186d4f9f6f29c46363524a30\"", "full_name": "spycle/microbot_push", "first_install": true, "installed_commit": null, "installed": false, "last_commit": null, "last_release_tag": "v0.0.4", "last_updated": 0, "name": "microbot_push", "new": false, "repository_manifest": {"name": "MicroBot Push", "domains": ["switch"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 0, "topics": ["home-assistant", "microbot-push"], "version_installed": null}, "439467929": {"authors": ["@nbogojevic"], "category": "integration", "description": "This Home Assistant custom component adding support for controlling Midea air conditioners and dehumidifiers on local network. ", "domain": "midea_dehumidifier_lan", "downloads": 0, "etag_repository": "W/\"efd3137ccf6ea425caffae2938e51ef9a50a9da6bd9834c246def639d886e855\"", "full_name": "nbogojevic/homeassistant-midea-air-appliances-lan", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9cc3558", "last_release_tag": "v0.5.0", "last_updated": "2022-01-22T01:19:02Z", "name": "midea_dehumidifier_lan", "new": false, "repository_manifest": {"name": "Midea Dehumidifier (LAN)", "version": "0.5.0", "domains": ["binary_sensor", "humidifier", "fan", "sensor", "switch"], "homeassistant": "2021.12.0"}, "selected_tag": null, "show_beta": false, "stars": 16, "topics": ["air-conditioner", "airconditioning", "dehumidifier", "hass", "home-assistant", "midea"], "version_installed": null, "last_fetched": 1642851542.467849}, "250498561": {"authors": ["@briis"], "category": "integration", "description": "SecuritySpy Integration for Home Assistant with Camera Streams and Motion Detection", "domain": "securityspy", "downloads": 0, "etag_repository": "W/\"08deaeeed9d52716d71772af05251a7f791ec559528edac3335d9ea794433704\"", "full_name": "briis/securityspy", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "8c4a903", "last_release_tag": "v1.1.1", "last_updated": "2022-01-28T14:26:49Z", "name": "securityspy", "new": false, "repository_manifest": {"name": "SecuritySpy for Home Assistant", "render_readme": true, "homeassistant": "2021.11.0", "domains": ["sensor", "binary_sensor", "camera", "switch"], "iot_class": "Local Push"}, "selected_tag": null, "show_beta": false, "stars": 19, "topics": ["home-assistant", "home-assistant-component", "homeassistant", "python", "securityspy"], "version_installed": null, "last_fetched": 1643571223.697515}, "292390011": {"authors": ["@edwork"], "category": "integration", "description": "A platform which allows you to get current and past ride data from Peloton into HomeAssistant", "domain": "peloton", "downloads": 0, "etag_repository": "W/\"18106e347266c9a6013a16ec9bee191830915b2a32ac2fbdd75aa3f32deae835\"", "full_name": "edwork/homeassistant-peloton-sensor", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "96974ba", "last_release_tag": "0.7.1", "last_updated": "2022-01-07T06:02:11Z", "name": "peloton", "new": false, "repository_manifest": {"name": "Peloton Sensor", "content_in_root": false, "domains": ["sensor"], "iot_class": "cloud_poll", "zip_release": true, "filename": "peloton-sensor.zip", "homeassistant": "0.100.0"}, "selected_tag": null, "show_beta": false, "stars": 45, "topics": ["homeassistant", "homeassistant-integration", "peloton", "peloton-api", "peloton-client"], "version_installed": null, "last_fetched": 1642520529.543856}, "425931056": {"authors": ["@dahlb"], "category": "integration", "description": "A Home Assistant HACS integration that supports Kia Connect(Uvo). The integration supports the USA.", "domain": "ha_kia_hyundai", "downloads": 0, "etag_repository": "W/\"6382fa0ed5cd198f5c789027ac7fc56bd5cd58428a48e1a9cf6aa3be33a0f1ed\"", "full_name": "dahlb/ha_kia_hyundai", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2f2809d", "last_release_tag": "v1.5.0", "last_updated": "2022-01-17T00:17:28Z", "name": "ha_kia_hyundai", "new": false, "repository_manifest": {"name": "HA Kia/Hyundai", "render_readme": true, "content_in_root": false, "country": ["US", "CA"], "homeassistant": "2021.10.0b0", "domains": ["lock", "sensor", "binary_sensor", "device_tracker"]}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["car", "homeassistant", "homeassistant-integration", "kia", "python3", "uvo"], "version_installed": null, "last_fetched": 1642431021.436947}, "137126619": {"authors": ["@davesmeghead"], "category": "integration", "description": "Visonic Custom Component for integration with Home Assistant", "domain": "visonic", "downloads": 0, "etag_repository": "W/\"c999c2c6ca5afa0cba8f82ebdee872aaf920133f76d332a78fd68fd224bd4a6b\"", "full_name": "davesmeghead/visonic", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b5f6ed7", "last_release_tag": "0.6.13.0", "last_updated": "2022-01-09T09:48:58Z", "name": "visonic", "new": false, "repository_manifest": {"name": "Visonic Intruder Alarm - PowerMax and PowerMaster Series", "domains": ["alarm_control_panel", "binary_sensor", "switch", "select"], "homeassistant": "2021.12.0", "render_readme": false}, "selected_tag": null, "show_beta": false, "stars": 52, "topics": ["home-assistant", "homeassistant", "integration", "visonic"], "version_installed": null, "last_fetched": 1641896049.343495}, "344446335": {"authors": ["@RogerSelwyn"], "category": "integration", "description": "Office 365 integration for Home Assistant", "domain": "o365", "downloads": 0, "etag_repository": "W/\"4ac54a24df0b336154fc263812bdece2593f363c956d9bdf9b8b0bab4092a24d\"", "full_name": "RogerSelwyn/O365-HomeAssistant", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b599ee2", "last_release_tag": "v2.2.8", "last_updated": "2022-01-19T13:05:53Z", "name": "o365", "new": false, "repository_manifest": {"name": "Office 365 Integration", "zip_release": true, "filename": "o365.zip", "homeassistant": "0.103", "content_in_root": false, "domains": ["calendar"], "persistent_directory": ".O365-token-cache", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 20, "topics": ["home-assistant", "microsoft", "o365"], "version_installed": null, "last_fetched": 1643571246.53547}, "441738040": {"authors": [], "category": "theme", "description": "\ud83c\udfa8 A new, simple soft theme for Home Assistant.", "domain": "", "downloads": 0, "etag_repository": "W/\"846762683963f7712ba5c26517ec30f45a0d3760f56588b8c4229a8da43fb198\"", "full_name": "KTibow/lovelace-soft-theme", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "352c533", "last_release_tag": null, "last_updated": "2021-12-25T19:04:42Z", "name": "lovelace-soft-theme", "new": false, "repository_manifest": {"name": "Soft Theme", "render_readme": true, "homeassistant": "2021.6", "country": ["US"]}, "selected_tag": null, "show_beta": false, "stars": 16, "topics": ["hacktoberfest", "hacs", "home-assistant", "homeassistant", "soft-ui", "theme", "themes"], "version_installed": null, "last_fetched": 1642851544.881679}, "441028036": {"authors": ["@valleedelisle"], "category": "integration", "description": "Home Assistant Hilo Integration via HACS", "domain": "hilo", "downloads": 0, "etag_repository": "W/\"ec334ce031a72b737b7d443c412cdf9f6ab558941bbf0bd9640aa26ae2532d0d\"", "full_name": "dvd-dev/hilo", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "53a6872", "last_release_tag": "v2022.1.23", "last_updated": "2022-01-26T08:38:38Z", "name": "hilo", "new": false, "repository_manifest": {"name": "Hilo", "hacs": "1.6.0", "domains": ["climate", "sensor", "light", "utility_meter"], "country": ["CA"], "homeassistant": "2021.12.7"}, "selected_tag": null, "show_beta": false, "stars": 32, "topics": ["hilo", "home-assistant", "home-automation", "home-automation-system", "hydro-quebec", "signalr-client"], "version_installed": null, "last_fetched": 1643571229.364777}, "424346523": {"authors": ["@9a4gl"], "category": "integration", "description": "Home Assistant custom component integration for Centrometal Boiler System", "domain": "centrometal_boiler", "downloads": 0, "etag_repository": "W/\"585f24e684a81b9afc21e95387eccc30f47d0458bd79a149367c7d138efc5a17\"", "full_name": "9a4gl/hass-centrometal-boiler", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6f4035b", "last_release_tag": "0.0.10", "last_updated": "2022-01-04T19:20:56Z", "name": "centrometal_boiler", "new": false, "repository_manifest": {"name": "Centrometal Boiler System", "domains": ["sensor", "switch", "binary_sensor"], "render_readme": true, "homeassistant": "2021.11.3", "iot_class": "Cloud Push"}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["centrometal", "hass", "hassio", "home-assistant", "homeassistant", "peltec"], "version_installed": null, "last_fetched": 1641470671.652981}, "437989480": {"authors": [], "category": "plugin", "description": "Lovelace Centrometal Boiler Card", "domain": "", "downloads": 0, "etag_repository": "W/\"620418477b3f1e88c83f779cb5ae636acda726b29e8beb927c414ae44a91c36e\"", "full_name": "9a4gl/lovelace-centrometal-boiler-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": null, "last_release_tag": "0.0.7", "last_updated": 0, "name": "lovelace-centrometal-boiler-card", "new": false, "repository_manifest": {"name": "Centrometal Boiler Display Card", "render_readme": true, "homeassistant": "2021.11.3", "filename": "centrometal-boiler-card.js"}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["centrometal", "hass", "hassio", "home-assistant", "homeassitant", "lovelace", "pellet", "peltec"], "version_installed": null}, "413680511": {"authors": ["@widewing"], "category": "integration", "description": "Home Assistant integration for Toyota Motor (North America) connected services", "domain": "toyota_na", "downloads": 0, "etag_repository": "W/\"d5bf452eef2fcd73751b8cda499c336ba98a61534bdba210a634a5a515bdb0de\"", "full_name": "widewing/ha-toyota-na", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a3860dd", "last_release_tag": "v1.1.0", "last_updated": "2022-01-22T22:56:31Z", "name": "toyota_na", "new": false, "repository_manifest": {"name": "Toyota (North America)", "domains": ["device_tracker", "sensor"], "homeassistant": "2021.12.0", "iot_class": ["Cloud Polling"], "render_readme": true, "zip_release": true, "filename": "ha_toyota_na.zip"}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": ["car", "home-assistant", "toyota", "vehicle"], "version_installed": null, "last_fetched": 1643571252.151198}, "441920613": {"authors": ["@klejejs"], "category": "integration", "description": "Thermia Heat Pump Integration for Home Assistant", "domain": "thermia", "downloads": 0, "etag_repository": "W/\"4a11c8e865fa21b75a322e4eeb87d990162d5fcc121fef2d3fa4168603567fd4\"", "full_name": "klejejs/ha-thermia-heat-pump-integration", "first_install": true, "installed_commit": null, "installed": false, "last_commit": null, "last_release_tag": "2.3", "last_updated": 0, "name": "thermia", "new": false, "repository_manifest": {"name": "Thermia Heat Pump", "render_readme": true, "domains": ["sensor", "water_heater"]}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["heat-pump", "home-assistant", "integration", "thermia"], "version_installed": null}, "441942093": {"authors": ["@jugla", "@baqs"], "category": "integration", "description": "Home Assistant component to handle key atome (linky)", "domain": "keyatome", "downloads": 0, "etag_repository": "W/\"7525d03b5fdbf483124761dcd31ad889bafd226ba6d257effbf24c1e72809ff1\"", "full_name": "jugla/keyatome", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e99a729", "last_release_tag": "V4.1.1", "last_updated": "2022-01-30T12:31:20Z", "name": "keyatome", "new": false, "repository_manifest": {"name": "keyatome", "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["atome", "hacs", "home-assistant", "keyatome", "linky"], "version_installed": null, "last_fetched": 1643571235.861887}, "432938956": {"authors": [], "category": "appdaemon", "description": "Qolsys IQ Panel 2+ gateway to an Home Assistant Alarm Control Panel", "domain": "", "downloads": 0, "etag_repository": "W/\"0b1bf1ed33cadd141f41e19ec50dfd5921d363c492400057ab4391a2a62d27f6\"", "full_name": "XaF/qolsysgw", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "dbeb93a", "last_release_tag": null, "last_updated": "2022-01-11T23:52:03Z", "name": "qolsysgw", "new": false, "repository_manifest": {"name": "Qolsys Gateway", "content_in_root": false, "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["appdaemon", "automation", "hacs", "home-assistant", "home-automation", "qolsys"], "version_installed": null, "last_fetched": 1642851548.925548}, "440374794": {"authors": [], "category": "plugin", "description": "A card for Home Assistant Lovelace for exploring the history of your entities interactively and in real time.", "domain": "", "downloads": 0, "etag_repository": "W/\"c73d00d33e25a4a5cc25316a49679863e4cae90882cdcbd89d7a552f30fc0c95\"", "full_name": "alexarch21/history-explorer-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4adb18b", "last_release_tag": "v1.0.14", "last_updated": "2022-01-27T22:54:16Z", "name": "history-explorer-card", "new": false, "repository_manifest": {"name": "history-explorer-card", "filename": "history-explorer-card.js"}, "selected_tag": null, "show_beta": false, "stars": 25, "topics": ["history", "home-assistant", "homeassistant", "lovelace"], "version_installed": null, "last_fetched": 1643571253.386083}, "443651710": {"authors": [], "category": "theme", "description": "A dark teal theme for HomeAssistant.", "domain": "", "downloads": 0, "etag_repository": "W/\"548b82076c02f68ddd9e18d87dac681ce5ca83d1b241ab698df28d0e3ab345a1\"", "full_name": "Neekster/MidnightTeal", "first_install": true, "installed_commit": null, "installed": false, "last_commit": null, "last_release_tag": "v1.7", "last_updated": 0, "name": "MidnightTeal", "new": false, "repository_manifest": {"name": "Midnight Teal", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 0, "topics": ["dark-theme", "hacs", "homeassistant", "theme"], "version_installed": null}, "413812496": {"authors": [], "category": "plugin", "description": "Highly customisable Lovelace card to display interactive graphs. Brings scrolling, zooming, and much more!", "domain": "", "downloads": 0, "etag_repository": "W/\"848e779811bd86cbb920a496c1079c5d2925a5a84cfb48da9bf773e755588910\"", "full_name": "dbuezas/lovelace-plotly-graph-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2449036", "last_release_tag": "v1.1.4", "last_updated": "2022-01-23T19:12:44Z", "name": "lovelace-plotly-graph-card", "new": false, "repository_manifest": {"name": "Plotly Graph Card", "render_readme": true, "filename": "plotly-graph-card.js"}, "selected_tag": null, "show_beta": false, "stars": 24, "topics": ["graphs", "history", "lovelace-custom-card", "navigate", "plotly", "plotlyjs", "plots", "scroll", "zoom"], "version_installed": null, "last_fetched": 1643571256.335753}, "426814988": {"authors": ["@aneeshd"], "category": "integration", "description": "HA sensor that returns a string based on a defined schedule", "domain": "schedule_state", "downloads": 0, "etag_repository": "W/\"8026c591dc9fa1c2b1e446b564cf1e72c6e7e6270db318805d1912511220e05a\"", "full_name": "aneeshd/schedule_state", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "eda8a1c", "last_release_tag": null, "last_updated": "2022-01-30T15:17:53Z", "name": "schedule_state", "new": false, "repository_manifest": {"name": "Schedule State", "render_readme": true, "iot_class": "calculated"}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["automation", "custom-component", "home-assistant", "homeassistant", "python", "scheduler", "timetable"], "version_installed": null, "last_fetched": 1643571221.300292}, "445609628": {"authors": ["@Soloam"], "category": "integration", "description": "PID Controller to Home Assistant", "domain": "pid_controller", "downloads": 0, "etag_repository": "W/\"55bdbc77c7176a8c3f40d63296e523673eb083ce7ac0ce02e68a7bad5b990e44\"", "full_name": "soloam/ha-pid-controller", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "8d51b88", "last_release_tag": "v1.0.0", "last_updated": "2022-01-24T16:38:20Z", "name": "pid_controller", "new": false, "repository_manifest": {"name": "PID Controller", "homeassistant": "2021.9", "render_readme": true, "domains": ["sensor"], "persistent_directory": "codes", "iot_class": "Assumed State"}, "selected_tag": null, "show_beta": false, "stars": 13, "topics": ["hacs", "homeassistant", "integration", "pid", "python", "thermostat"], "version_installed": null, "last_fetched": 1643571248.334392}, "443529332": {"authors": ["@ardevd"], "category": "integration", "description": "Home Assistant integration for the Bobcat Helium Miner", "domain": "bobcatminer", "downloads": 0, "etag_repository": "W/\"1d88d2d6a430d82cdc798e8bed721c15fcf6abf75f1c3e82a09aad8beea9e7e6\"", "full_name": "ardevd/ha-bobcatminer", "first_install": true, "installed_commit": null, "installed": false, "last_commit": null, "last_release_tag": "v0.5.0", "last_updated": 0, "name": "bobcatminer", "new": false, "repository_manifest": {"name": "Bobcat Miner Sensor for Home Assistant", "content_in_root": false, "render_readme": true, "iot_class": "cloud_polling"}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["bobcatminer", "cryptocurrency", "helium", "mining"], "version_installed": null}, "419786466": {"authors": ["@WillCodeForCats"], "category": "integration", "description": "A Home Assistant integration for SolarEdge inverters. Connects locally using Modbus/TCP to single or multiple inverters, including meters.", "domain": "solaredge_modbus", "downloads": 0, "etag_repository": "W/\"8a4678fac1168f8b1b715dd65d21f861859e8bae18808bad62d6a2509fc3b78a\"", "full_name": "WillCodeForCats/solaredge-modbus-multi", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "02f80f7", "last_release_tag": "v1.1.3", "last_updated": "2022-01-26T21:45:55Z", "name": "solaredge_modbus", "new": false, "repository_manifest": {"name": "Solaredge Modbus Multi-Inverter", "content_in_root": false, "domains": ["sensor"], "homeassistant": "2021.12.0", "render_readme": false}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": ["hacs-default", "hacs-integration", "home-automation", "homeassistant", "homeassistant-integration", "modbus-tcp", "solaredge", "solaredge-inverter"], "version_installed": null, "last_fetched": 1643571252.255399}, "432434646": {"authors": ["@guerrerotook"], "category": "integration", "description": "This repository contains the new securitas direct API that can be integrated in Home Assistant", "domain": "securitas", "downloads": 0, "etag_repository": "W/\"544c902802baec145a2fd7eac1b5b0a3dbd5dcaab2acd8af888c09b9aabc81ed\"", "full_name": "guerrerotook/securitas-direct-new-api", "first_install": true, "installed_commit": null, "installed": false, "last_commit": null, "last_release_tag": "v1.0.0.0", "last_updated": 0, "name": "securitas", "new": false, "repository_manifest": {"name": "Securitas Direct Alarm", "content_in_root": false, "domains": ["sensor", "alarm_control_panel"], "iot_class": "cloud_poll", "homeassistant": "2021.9.0"}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": ["home-assistant", "home-automation", "homeassistant"], "version_installed": null}, "448355900": {"authors": [], "category": "theme", "description": "Inspired by the color schemes of Xayah & Rakan. Still work-in-progress, feedback is much appreciated!", "domain": "", "downloads": 0, "etag_repository": "W/\"462aba0990aa140bda64a747f536b3c50285b62d3dc920a08ff46e44f1c8e1e2\"", "full_name": "SnakeFist007/ha_vastayan_bond", "first_install": true, "installed_commit": null, "installed": false, "last_commit": null, "last_release_tag": "v1.3", "last_updated": 0, "name": "ha_vastayan_bond", "new": false, "repository_manifest": {"name": "Vastayan Bond", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["bond", "home-assistant", "rakan", "theme", "vastayan", "xayah"], "version_installed": null}, "449416816": {"authors": [], "category": "plugin", "description": "Home Assistant custom lovelace sonos card", "domain": "", "downloads": 0, "etag_repository": "W/\"77647989ab5bc80605afc13cb44a5c2c8d1d80405173794095afba7904946f59\"", "full_name": "johanfrick/custom-sonos-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": null, "last_release_tag": null, "last_updated": 0, "name": "custom-sonos-card", "new": false, "repository_manifest": {"name": "Sonos Card", "render_readme": true, "filename": "custom-sonos-card.js"}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["hacs", "home-assistant", "lovelace-custom-card", "media-player", "sonos"], "version_installed": null}, "452251255": {"authors": [], "category": "plugin", "description": "Control your browser from a Home Assistant lovelace card: full screen, disable screen lock, zoom...", "domain": "", "downloads": 0, "etag_repository": "W/\"6ad8b96a3dfed4e6ab41a430f721967cf5ebf8aff7deec3bf08ef8f60d67f46b\"", "full_name": "mathoudebine/homeassistant-browser-control-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": null, "last_release_tag": "v1.0", "last_updated": 0, "name": "homeassistant-browser-control-card", "new": false, "repository_manifest": {"name": "Browser Control Card", "content_in_root": true, "filename": "browser-control-card.js", "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 0, "topics": ["browser", "browser-control", "card", "custom-card", "fullscreen", "hacs", "home-assistant", "homeassistant", "lock", "lovelace", "refresh", "reload", "sleep", "wake-on-lan", "zoom"], "version_installed": null}, "449218690": {"authors": [], "category": "plugin", "description": "Thermal Comfort custom icons for Home Assistant to accompany the MDI icons", "domain": "", "downloads": 0, "etag_repository": "W/\"7bba4d65db8e7dfa34da3c6cd482998ebfa52c4687b13c297e5d4fbc9139acd0\"", "full_name": "rautesamtr/thermal_comfort_icons", "first_install": true, "installed_commit": null, "installed": false, "last_commit": null, "last_release_tag": "1.3.0", "last_updated": 0, "name": "thermal_comfort_icons", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": ["absolute-humidity", "dew-point", "dew-point-perception", "frost-point", "frost-risk", "hacs", "heat-index", "home-assistant", "homeassistant", "icons", "iconset", "simmer-index", "simmer-zone", "thermal-perception"], "version_installed": null}, "442001863": {"authors": ["@amosyuen"], "category": "integration", "description": "Home Assistant TP-Link Deco Custom Component", "domain": "tplink_deco", "downloads": 0, "etag_repository": "W/\"f7d88dc86fa969e09e7bfc04b6afca0b1ae0b8ad9c7bcb647b5366e9cd3e6651\"", "full_name": "amosyuen/ha-tplink-deco", "first_install": true, "installed_commit": null, "installed": false, "last_commit": null, "last_release_tag": "v0.0.2", "last_updated": 0, "name": "tplink_deco", "new": false, "repository_manifest": {"name": "TP-Link Deco", "hacs": "1.6.0", "domains": ["device_tracker"], "iot_class": "Local Polling", "homeassistant": "0.118.0", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 11, "topics": ["hacs-integration", "home-assistant-custom", "home-automation", "homeassistant", "python", "router", "tp-link"], "version_installed": null}, "380330823": {"authors": ["@augustas2"], "category": "integration", "description": "Home Assistant custom component for Eldes Alarm system", "domain": "eldes_alarm", "downloads": 0, "etag_repository": "W/\"c78b87f44b1613a3f8ba3800d8010ebbb9b83925eec3ceb4dac64cf748d1069e\"", "full_name": "augustas2/eldes", "first_install": true, "installed_commit": null, "installed": false, "last_commit": null, "last_release_tag": "v1.0.0", "last_updated": 0, "name": "eldes_alarm", "new": false, "repository_manifest": {"name": "Eldes Alarm", "domains": ["alarm_control_panel", "binary_sensor", "sensor", "switch"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 0, "topics": ["alarm", "alarm-panel", "alarm-system", "eldes", "esim364", "esim384", "output", "pitbull-alarm-pro", "sensor", "switch"], "version_installed": null}, "450192057": {"authors": ["@clusterm"], "category": "integration", "description": "Redmond SkyKettle integration for Home Assistant", "domain": "skykettle", "downloads": 0, "etag_repository": "W/\"ab91f0ef59f23ba187df2caecdb04f97c462f3c8df67c261d1a1608c50123a5b\"", "full_name": "ClusterM/skykettle-ha", "first_install": true, "installed_commit": null, "installed": false, "last_commit": null, "last_release_tag": "v1.0", "last_updated": 0, "name": "skykettle", "new": false, "repository_manifest": {"name": "SkyKettle", "homeassistant": "2021.12.3", "render_readme": true, "country": ["RU"]}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": ["kettle", "redmond", "skykettle"], "version_installed": null}, "447307317": {"authors": ["@bruxy70"], "category": "integration", "description": "\ud83d\udcc5 Custom Home Assistant integration for public holidays - also used for garbage_collection integration to automatically move scheduled events that fall on a public holiday (by an automation blueprint)", "domain": "holidays", "downloads": 0, "etag_repository": "W/\"d65974e886a425b9b97a53cbd0bc189b54842bbfa1d4331f045dfbb92b2f5f85\"", "full_name": "bruxy70/Holidays", "first_install": true, "installed_commit": null, "installed": false, "last_commit": null, "last_release_tag": "1.4", "last_updated": 0, "name": "holidays", "new": false, "repository_manifest": {"name": "Holidays", "zip_release": true, "filename": "holidays.zip", "domains": ["calendar"], "homeassistant": "0.110.0"}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["calendar", "country-holidays", "garbage-collection", "hacs", "holidays", "home-assistant", "homeassistant", "public-holidays"], "version_installed": null}, "441294260": {"authors": ["@c-st"], "category": "integration", "description": "\ud83e\udd16 A custom component for Home Assistant which automates your areas.", "domain": "auto_areas", "downloads": 0, "etag_repository": "W/\"0301c0b8b846299c23db5e307267d98ff9c49901b67621490ee633092780b664\"", "full_name": "c-st/auto_areas", "first_install": true, "installed_commit": null, "installed": false, "last_commit": null, "last_release_tag": "v1.0.0", "last_updated": 0, "name": "auto_areas", "new": false, "repository_manifest": {"name": "Auto Areas", "render_readme": true, "iot_class": "local_push"}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["custom-component", "home-assistant", "home-assistant-custom", "home-automation"], "version_installed": null}, "431901513": {"authors": [], "category": "plugin", "description": "This card wraps any other cards and renders a fluid background behind them.", "domain": "", "downloads": 0, "etag_repository": "W/\"b86f7faa92fe976145e543a50644bc0ea773262f046dcef694c8b364683c3613\"", "full_name": "swingerman/lovelace-fluid-level-background-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": null, "last_release_tag": "v0.0.1-beta5", "last_updated": 0, "name": "lovelace-fluid-level-background-card", "new": false, "repository_manifest": {"name": "Fluid LEvel Background Card", "render_readme": true, "filename": "fluid-level-background-card.js"}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["custom-card", "home-assistant", "lovelace-card"], "version_installed": null}, "440617082": {"authors": ["@elahd"], "category": "integration", "description": "Home Assistant integration for NYC trash collection, school, and alternate side parking schedules.", "domain": "nyc311", "downloads": 0, "etag_repository": "W/\"3fe382a1e37ecee0be582d7cee45bebbcdab81c41789817ef79a53c79af69e76\"", "full_name": "elahd/ha-nyc311", "first_install": true, "installed_commit": null, "installed": false, "last_commit": null, "last_release_tag": "2022.1", "last_updated": 0, "name": "nyc311", "new": false, "repository_manifest": {"name": "NYC 311 Public Services Calendar", "content_in_root": false, "render_readme": true, "domains": ["sensor", "binary_sensor"], "country": ["US"]}, "selected_tag": null, "show_beta": false, "stars": 0, "topics": ["community", "government-data", "home-assistant", "home-automation", "integration", "nyc", "nyc-opendata"], "version_installed": null}, "267583249": {"authors": ["@hultenvp"], "category": "integration", "description": "Home Assistant Omnik Solar sensor component", "domain": "omnik", "downloads": 0, "etag_repository": "W/\"432e52cf63422c2f9408c91f2724b346a992ef309f6152ba3011339152ba8fc5\"", "full_name": "hultenvp/home_assistant_omnik_solar", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "0ecf4a8", "last_release_tag": "v0.1.0", "last_updated": "2022-01-29T20:42:45Z", "name": "omnik", "new": false, "repository_manifest": {"name": "Omnik Solar integration", "content_in_root": false, "render_readme": false, "homeassistant": "2021.9", "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["hacs", "home-assistant", "home-assistant-component", "homeassistant", "omnik", "solar"], "version_installed": null, "last_fetched": 1643571233.295326}, "447878635": {"authors": ["@IATkachenko"], "category": "integration", "description": "Yandex weather intergration for Home Assistant", "domain": "yandex_weather", "downloads": 0, "etag_repository": "W/\"297608a8fb35e4065aa2af16e898b5e0020900bb98eba8a570dca143a715d9e8\"", "full_name": "IATkachenko/HA-YandexWeather", "first_install": true, "installed_commit": null, "installed": false, "last_commit": null, "last_release_tag": "v0.5.1", "last_updated": 0, "name": "yandex_weather", "new": false, "repository_manifest": {"name": "Yandex weather", "country": ["RU"], "render_readme": false, "domains": ["yandex_weather"], "zip_release": true, "filename": "yandex_weather.zip", "homeassistant": "2021.12.0"}, "selected_tag": null, "show_beta": false, "stars": 7, "topics": ["homeassistant-integration", "python", "weather", "yandex-weather"], "version_installed": null}, "451209586": {"authors": ["@J-Lindvig"], "category": "integration", "description": "\ud83c\udde9\ud83c\uddf0 Official flagdays in Denmark with a lot of useful logic and attributes. It is possible to add your own anniversaries \ud83c\udf82 or special flags \ud83c\udff3\ufe0f\u200d\ud83c\udf08 \ud83c\udff4\u200d\u2620\ufe0f", "domain": "flagdays_dk", "downloads": 0, "etag_repository": "W/\"2bf80327ca310d1e5da67bc8936a55e2fa31955d9fed0ebca3fffcbd152dd7bf\"", "full_name": "J-Lindvig/Flagdays_DK", "first_install": true, "installed_commit": null, "installed": false, "last_commit": null, "last_release_tag": "v1.5.4", "last_updated": 0, "name": "flagdays_dk", "new": false, "repository_manifest": {"name": "Flagdays DK", "country": ["DK"], "render_readme": true, "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["anniversaries", "denmark", "flagdays", "hacs", "hacs-default", "hacs-integration", "homeassistant", "pride"], "version_installed": null}, "448980525": {"authors": ["@mdeweerd"], "category": "integration", "description": "\ud83e\uddf0 Zigbee Home Assistant Toolkit - service for \"rare\" Zigbee operations using ZHA on Home Assistant", "domain": "zha_toolkit", "downloads": 0, "etag_repository": "W/\"1062d982e32f802e5736410f08b7e226cdf3e659f910e53ae1bc38d8c4a0a8f4\"", "full_name": "mdeweerd/zha-toolkit", "first_install": true, "installed_commit": null, "installed": false, "last_commit": null, "last_release_tag": "v0.5.8", "last_updated": 0, "name": "zha_toolkit", "new": false, "repository_manifest": {"name": "\ud83e\uddf0 ZHA Toolkit - Service for advanced Zigbee Usage", "content_in_root": false, "zip_release": true, "render_readme": true, "domains": ["zha"], "persistent_directory": "local", "homeassistant": "2021.1"}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": ["home-assistant", "home-assistant-component", "home-assistant-hacs", "zha", "zigbee", "zigpy"], "version_installed": null}, "446609758": {"authors": ["@MesserschmittX"], "category": "integration", "description": "Home Assistant integration for Nicehash Excavator miner API", "domain": "nicehash_excavator", "downloads": 0, "etag_repository": "W/\"3c731aa3ad39d39ebd91685ce8fbd70dbc4274082d1f7128eef5fedb663409f4\"", "full_name": "MesserschmittX/ha-nicehash-excavator-monitor", "first_install": true, "installed_commit": null, "installed": false, "last_commit": null, "last_release_tag": "v0.0.3", "last_updated": 0, "name": "nicehash_excavator", "new": false, "repository_manifest": {"name": "Nicehash Excavator API", "domains": ["sensor"], "render_readme": true, "homeassistant": "2021.12.1"}, "selected_tag": null, "show_beta": false, "stars": 0, "topics": ["excavator", "mining", "nicehash"], "version_installed": null}, "319401286": {"authors": ["@peribeir"], "category": "integration", "description": "This custom integration provides access to Rademacher Devices connected to a HomePilot (or Start2Smart) bridge.", "domain": "rademacher", "downloads": 0, "etag_repository": "W/\"b217aa9f1590d96a26f8ad6f24756dfd0b21d18d3059d9e7d7dc71c55b0e1bc0\"", "full_name": "peribeir/homeassistant-rademacher", "first_install": true, "installed_commit": null, "installed": false, "last_commit": null, "last_release_tag": "v1.3.6", "last_updated": 0, "name": "rademacher", "new": false, "repository_manifest": {"name": "Rademacher HomePilot Bridge", "domains": ["cover", "button", "switch", "sensor", "binary_sensor"], "zip_release": true, "filename": "rademacher.zip", "content_in_root": false, "country": ["PT"], "homeassistant": "2021.12.8"}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": ["home-assistant", "home-automation", "homeassistant", "homepilot", "iot", "rademacher"], "version_installed": null}, "269113518": {"authors": ["@plamish"], "category": "integration", "description": "Eaton xComfort SHC integration for Home Assistant", "domain": "xcomfort", "downloads": 0, "etag_repository": "W/\"64e8c637fbc8055e4e1380c426f9eb6ed1aace4a1b84cb732ba74132a7e5be53\"", "full_name": "plamish/xcomfort", "first_install": true, "installed_commit": null, "installed": false, "last_commit": null, "last_release_tag": "1.3.2", "last_updated": 0, "name": "xcomfort", "new": false, "repository_manifest": {"name": "xcomfort", "content_in_root": false, "iot_class": "cloud_polling"}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["eaton", "hacs", "homeassistant", "homeassistant-integration", "xcomfort"], "version_installed": null}, "323923603": {"authors": ["@petretiandrea"], "category": "integration", "description": "A custom integration to control Tapo devices from home assistant.", "domain": "tapo", "downloads": 0, "etag_repository": "W/\"1302cae324e30900ff98ce10af0e211735eaeafed4d8aa67aadcc13e580c72db\"", "full_name": "petretiandrea/home-assistant-tapo-p100", "first_install": true, "installed_commit": null, "installed": false, "last_commit": null, "last_release_tag": "v1.2.4", "last_updated": 0, "name": "tapo", "new": false, "repository_manifest": {"name": "Tapo Controller", "hacs": "1.6.0", "domains": ["tapo", "switch", "light"], "iot_class": "Local Polling", "render_readme": true, "homeassistant": "2021.9.0"}, "selected_tag": null, "show_beta": false, "stars": 58, "topics": ["home-assistant", "home-automation", "integration", "p100", "smart-plug", "tapo", "tapo-device", "tapo-light-bulb"], "version_installed": null}, "427902632": {"authors": ["@StephanJoubert"], "category": "integration", "description": "Home Assistant component for Solarman collectors used in DEYE and Sunsynk inverters.", "domain": "solarman", "downloads": 0, "etag_repository": "W/\"399240711b75a1c465dbc92a18eb24d38d1541ba94692b423eedf300220cab1d\"", "full_name": "StephanJoubert/home_assistant_solarman", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "442b19c", "last_release_tag": "v1.0.1", "last_updated": "2022-01-30T10:26:54Z", "name": "solarman", "new": false, "repository_manifest": {"name": "Solarman Integration", "content_in_root": false, "render_readme": false, "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": ["deye", "energy", "home-assistant", "home-automation", "homeassistant", "inverter", "sol-ark", "solar", "solarman", "sunsynk"], "version_installed": null, "last_fetched": 1643571248.88374}, "442181774": {"authors": ["@tadasdanielius"], "category": "integration", "description": "Daikin Altherma custom component for home assistant", "domain": "daikin_altherma", "downloads": 0, "etag_repository": "W/\"ef72ebc7cad7b41c1be79100663154a660ce57d200c9f94fd16319588e47b840\"", "full_name": "tadasdanielius/daikin_altherma", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f62a845", "last_release_tag": "v1.1.2", "last_updated": "2022-01-20T21:04:53Z", "name": "daikin_altherma", "new": false, "repository_manifest": {"name": "Daikin Altherma", "domains": ["number", "select", "sensor", "switch", "water_heater"], "render_readme": true, "iot_class": ["Local Polling"]}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["altherma", "brp069a61", "brp069a62", "daikin", "daikin-altherma", "home-assistant", "home-automation", "homeassistant", "homeassistant-custom-component", "homeassistant-integration"], "version_installed": null, "last_fetched": 1643571249.458335}, "448604854": {"authors": ["@tombrien"], "category": "integration", "description": "A Home Assistant integration to provide sensors for waste collections in Cardiff, UK", "domain": "cardiffwaste", "downloads": 0, "etag_repository": "W/\"fd9ba4e282f8d78b23f66b3bf2fa1c6f3eec0fee8fa286201e9c9c73b572701d\"", "full_name": "TomBrien/cardiffwaste-ha", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1ece956", "last_release_tag": "0.2.0", "last_updated": "2022-01-30T18:50:26Z", "name": "cardiffwaste", "new": false, "repository_manifest": {"name": "Cardiff Waste", "domains": ["sensor"], "homeassistant": "2021.11.0", "render_readme": true, "country": ["GB"]}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["cardiff", "home-assistant", "integration", "python", "waste-collection"], "version_installed": null, "last_fetched": 1643571250.890119}, "389366750": {"authors": ["@tykeal"], "category": "integration", "description": "Rental Control system for Home Assistant", "domain": "rental_control", "downloads": 0, "etag_repository": "W/\"ac3b34e8dcbfb93d28a9cc6921e95b2593cfdc47d5a8a60a8ca2481a725a7a10\"", "full_name": "tykeal/homeassistant-rental-control", "first_install": true, "installed_commit": null, "installed": false, "last_commit": null, "last_release_tag": "v0.5.1", "last_updated": 0, "name": "rental_control", "new": false, "repository_manifest": {"name": "Rental Control", "hacs": "1.13.2", "domains": ["sensor"], "iot_class": "Cloud Polling", "homeassistant": "2021.7.0"}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["airbnb", "hacs", "home-assistant", "ical", "locks", "sensor"], "version_installed": null}, "413798425": {"authors": ["@stokkie90"], "category": "integration", "description": "UI-Lovelace-Minimalist is a \"theme\" for HomeAssistant", "domain": "ui_lovelace_minimalist", "downloads": 0, "etag_repository": "W/\"75b65e792af6b65f77f0e5b4b5856db99239814d1ef90ba95c9cd565f0d356da\"", "full_name": "UI-Lovelace-Minimalist/UI", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e4351c9", "last_release_tag": "v0.0.4", "last_updated": "2022-01-30T14:43:39Z", "name": "ui_lovelace_minimalist", "new": false, "repository_manifest": {"name": "UI Lovelace Minimalist", "render_readme": true, "homeassistant": "2021.5.0", "zip_release": true, "filename": "ui_lovelace_minimalist.zip"}, "selected_tag": null, "show_beta": false, "stars": 288, "topics": ["home-assistant"], "version_installed": null, "last_fetched": 1643571251.710829}} \ No newline at end of file +{"172733314": {"authors": ["@ludeeus"], "category": "integration", "description": "HACS gives you a powerful UI to handle downloads of all your custom needs.", "domain": "hacs", "downloads": 1493, "etag_repository": "W/\"273066d8bcc789f0cfce76f142db02c45ff4fe2f3824d39f4cad3503076c4794\"", "full_name": "hacs/integration", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7bf62c4", "last_release_tag": "1.21.0", "last_updated": "2022-01-30T19:50:40Z", "name": "hacs", "new": false, "repository_manifest": {"name": "HACS", "zip_release": true, "hide_default_branch": true, "homeassistant": "2021.9.0", "hacs": "0.19.0", "filename": "hacs.zip"}, "selected_tag": null, "show_beta": false, "stars": 2226, "topics": ["community", "hacktoberfest", "hacs", "home-assistant", "integration", "package-manager", "python"], "version_installed": null, "last_fetched": 1643572321.707418}, "191831638": {"authors": ["@albertogeniola"], "category": "integration", "description": "Custom component that leverages the Meross IoT library to integrate with Homeassistant", "domain": "meross_cloud", "downloads": 0, "etag_repository": "W/\"592e2391290e07789885648c39994bddb8d28f60faddec4a481f4eba6635e8fd\"", "full_name": "albertogeniola/meross-homeassistant", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3114a85", "last_release_tag": "v1.2.0rc2", "last_updated": "2022-01-30T18:15:52Z", "name": "meross_cloud", "new": false, "repository_manifest": {"name": "Meross Integration", "hacs": "1.6.0", "homeassistant": "1.0.0", "domains": ["sensor", "climate", "switch", "cover", "fan", "light"]}, "selected_tag": null, "show_beta": false, "stars": 379, "topics": ["homeassistant", "meross", "meross-homeassistant"], "version_installed": null, "last_fetched": 1643571219.935256}, "232269564": {"authors": ["@jedmeng"], "category": "integration", "description": "\u63a7\u5ba2\u5c0fK \u63a5\u5165Home Assistant\uff0c\u652f\u6301\u6700\u65b0\u7248\u672cHA \u76ee\u524d\u6700\u65b0\u7248\u672c\uff080.103\uff09\uff0c\u76f8\u4fe1\u672a\u6765\u7684\u7248\u672c\u4e5f\u53ef\u4ee5\u652f\u6301\u3002", "domain": "konke", "downloads": 0, "etag_repository": "W/\"9f86fb1430ef9f17f4fd56c058936a3596202f4bca92dda3065a0446106bdc90\"", "full_name": "5high/konke", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "bfd34f7", "last_release_tag": null, "last_updated": "2021-09-27T02:52:46Z", "name": "konke", "new": false, "repository_manifest": {"name": "Konke", "country": ["CN"], "render_readme": false, "domains": ["sensor", "swtich"]}, "selected_tag": null, "show_beta": false, "stars": 11, "topics": [], "version_installed": null}, "234514524": {"authors": [], "category": "integration", "description": "HomeAssistant custom component to control your SONOS Alarm", "domain": "sonos_alarm", "downloads": 0, "etag_repository": "W/\"aaf3bcafd22f41a42b8c3ad62621d13fe90b706af9c4686e955bf5b4ac2ace1d\"", "full_name": "AaronDavidSchneider/SonosAlarm", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5b9426d", "last_release_tag": "1.3.1", "last_updated": "2021-05-25T16:33:27Z", "name": "sonos_alarm", "new": false, "repository_manifest": {"name": "Sonos Alarm", "domains": ["switch"]}, "selected_tag": null, "show_beta": false, "stars": 18, "topics": [], "version_installed": null}, "125756318": {"authors": ["@amaximus"], "category": "integration", "description": "HomeAssistant custom component for Budapest public transportation", "domain": "bkk_stop", "downloads": 0, "etag_repository": "W/\"1b7f15c174308623ea306bf66adf04e58e0cd50f265d7ae2af62863f90595416\"", "full_name": "amaximus/bkk_stop", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "175d0f7", "last_release_tag": "2.0.1", "last_updated": "2021-12-01T19:23:57Z", "name": "bkk_stop", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 14, "topics": ["bkk", "budapest", "homeassistant", "homeassistant-components", "transportation"], "version_installed": null}, "169460975": {"authors": ["@akasma74"], "category": "integration", "description": "It is a fork of \"Yet another take on a home assistant custom alarm\" that will exist until its author is back to our Earth", "domain": "bwalarm", "downloads": 0, "etag_repository": "W/\"b638454705107b21dac411a7067d5829a1acf0916b11559dc889d20e406469ab\"", "full_name": "akasma74/Hass-Custom-Alarm", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "44b08b8", "last_release_tag": "v.1.12.12", "last_updated": "2021-12-24T16:15:25Z", "name": "bwalarm", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 75, "topics": [], "version_installed": null, "last_fetched": 1641587634.93489}, "252195707": {"authors": ["@abacao"], "category": "integration", "description": "Home Assistant Component: Mirubee or Wibeee ", "domain": "wibeee", "downloads": 0, "etag_repository": "W/\"1a6a970a618d37e51c4ed4634c80018c18dd14428eff150157f2bf31f87df5bd\"", "full_name": "abacao/hass_wibeee", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "59177e9", "last_release_tag": null, "last_updated": "2022-01-10T09:21:31Z", "name": "wibeee", "new": false, "repository_manifest": {"name": "Wibeee - abacao", "render_readme": true, "content_in_root": true}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["hacs", "home-assistant", "wibeee"], "version_installed": null, "last_fetched": 1643571219.752017}, "272432260": {"authors": ["@algirdasc"], "category": "integration", "description": "Floureon (Broadlink based) thermostat integration for Home Assistant", "domain": "floureon", "downloads": 0, "etag_repository": "W/\"3b80152b846d6d61d0946fd52ca323b9c548e7d7ed80a29ad407b15a6169e400\"", "full_name": "algirdasc/hass-floureon", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "40b84cf", "last_release_tag": null, "last_updated": "2021-12-26T20:32:45Z", "name": "floureon", "new": false, "repository_manifest": {"name": "Floureon Thermostat", "content_in_root": false, "domains": ["switch", "climate"], "homeassistant": "0.110.0", "iot_class": "Local Polling", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 19, "topics": ["broadlink", "floureon", "homeassistant", "thermostat"], "version_installed": null, "last_fetched": 1641307129.21997}, "215825339": {"authors": ["@alryaz"], "category": "integration", "description": "Hekr integration using python-hekr", "domain": "hekr", "downloads": 0, "etag_repository": "W/\"e02a8295186e8b4e88c4e7935daf3dd468f5393c1075e95df7d170a069112ae5\"", "full_name": "alryaz/hass-hekr-component", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7338128", "last_release_tag": "v0.2.12", "last_updated": "2021-09-14T15:12:51Z", "name": "hekr", "new": false, "repository_manifest": {"name": "Hekr Component", "content_in_root": false, "filename": false, "render_readme": false, "domains": ["sensor", "switch"], "country": false, "homeassistant": "0.109.0", "persistent_directory": false, "iot_class": "Local Polling"}, "selected_tag": null, "show_beta": false, "stars": 25, "topics": ["consumption", "hekr", "homeassistant-components", "python", "wisen-application"], "version_installed": null, "last_fetched": 1642004168.134563}, "257104502": {"authors": ["@amaximus"], "category": "integration", "description": "FKF Budapest Garbage Collection custom component for Home Assistant", "domain": "fkf_garbage_collection", "downloads": 0, "etag_repository": "W/\"6e37149f98f166a54f488ac48df8252d633c36bbe3f65a9749549d8330b41c6e\"", "full_name": "amaximus/fkf-garbage-collection", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c451ee2", "last_release_tag": "0.4.7", "last_updated": "2021-12-13T13:39:54Z", "name": "fkf_garbage_collection", "new": false, "repository_manifest": {"name": "FKF Budapest Garbage Collection", "country": ["HU"], "domains": ["sensor"], "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 13, "topics": ["budapest", "home-assistant", "homeassistant-components"], "version_installed": null}, "224374747": {"authors": [], "category": "integration", "description": "\u6590\u8bafDC1\u63d2\u6392\u63a5\u5165Home Assistant\u63d2\u4ef6\uff0c\u672c\u63d2\u4ef6\u539f\u4f5c\u8005NETYJ\uff0c\u6b64\u5904\u4ec5\u4e3aHACS\u5b89\u88c5\u65b9\u4fbf\u4e4b\u7528\u3002", "domain": "phicomm_dc1", "downloads": 0, "etag_repository": "W/\"645f524189cb2cabc7c4a40808c44704e67869d70eee01a16978e433f55de40c\"", "full_name": "5high/phicomm-dc1-homeassistant", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9328717", "last_release_tag": null, "last_updated": "2021-06-04T14:08:17Z", "name": "phicomm_dc1", "new": false, "repository_manifest": {"name": "Phicomm DC1", "country": ["CN"], "render_readme": false, "domains": ["sensor", "swtich"]}, "selected_tag": null, "show_beta": false, "stars": 10, "topics": [], "version_installed": null}, "292720530": {"authors": ["@alryaz", "@turbo-lab"], "category": "integration", "description": "Home Assistant custom component for Pandora Car Alarm System", "domain": "pandora_cas", "downloads": 0, "etag_repository": "W/\"5aa989d4ec7c159d1a1bd20be68bfaae77572ffc9cb655f89eb7ac2b38afc3a1\"", "full_name": "alryaz/hass-pandora-cas", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "684e9d5", "last_release_tag": "v1.2.1", "last_updated": "2021-11-04T01:00:48Z", "name": "pandora_cas", "new": false, "repository_manifest": {"name": "Pandora Car Alarm System", "content_in_root": false, "zip_release": false, "render_readme": true, "domains": ["device_tracker", "binary_sensor", "sensor", "lock", "switch"], "homeassistant": "2021.8.0", "country": ["RU", "BY", "KZ", "UA"], "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 12, "topics": ["car-system", "custom-components", "hacs", "home-assistant", "home-automation", "homeassistant", "pandora-alarm", "vehicle-tracking"], "version_installed": null}, "258012483": {"authors": ["@AkA57"], "category": "integration", "description": "Livebox TV UHD custom component for Home Assistant", "domain": "liveboxtvuhd", "downloads": 0, "etag_repository": "W/\"5aef63e66e65909d168ce7627ca7fb0883395730762482c0b9b33d22c5c2e2c7\"", "full_name": "AkA57/liveboxtvuhd", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e58323e", "last_release_tag": "v1.0.3", "last_updated": "2022-01-17T20:45:20Z", "name": "liveboxtvuhd", "new": false, "repository_manifest": {"name": "Livebox TV UHD", "hacs": "0.24.0", "domains": ["media_player"], "iot_class": "Local Polling", "homeassistant": "0.110.0"}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": ["homeassistant", "livebox"], "version_installed": null, "last_fetched": 1642520495.071345}, "233575809": {"authors": ["@adamnaj"], "category": "integration", "description": "The linksys_velop platform allows for presence detection by listing devices connected to your Linksys Velop router.", "domain": "linksys_velop", "downloads": 0, "etag_repository": "W/\"399827a9940b7627489acd20e1a0581bd3f817f8b4379deb4df62c1615b6b77b\"", "full_name": "AdamNaj/linksys_velop", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "8cb5d9b", "last_release_tag": "0.1.1", "last_updated": "2021-05-08T21:20:15Z", "name": "linksys_velop", "new": false, "repository_manifest": {"name": "Linksys Velop Device Tracker", "content_in_root": false, "domains": ["device_tracker"], "homeassistant": "0.100.0"}, "selected_tag": null, "show_beta": false, "stars": 13, "topics": [], "version_installed": null, "last_fetched": 1641307134.406528}, "197920457": {"authors": ["@andersonshatch"], "category": "integration", "description": "This is a library to allow communicating to a Midea appliance via the Midea cloud.", "domain": "midea", "downloads": 0, "etag_repository": "W/\"1234599e1dfee10eb29e8d1d9bb75f0ce3d6e352dc877ec93f9ad6d0cd00f649\"", "full_name": "andersonshatch/midea-ac-py", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f779f3b", "last_release_tag": null, "last_updated": "2021-03-07T12:12:17Z", "name": "midea", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 62, "topics": ["hacs", "home-assistant-custom", "homeassistant", "midea", "python"], "version_installed": null}, "160728801": {"authors": ["@asantaga"], "category": "integration", "description": "Home Assistant Sensor for the LightwaveRF energy monitor", "domain": "lightwaverf_energy", "downloads": 0, "etag_repository": "W/\"08adead9be5529d2d97ff32152fcd5b72fc41a871be4515940a98452c04ef317\"", "full_name": "asantaga/lightwaverf_HA_EnergySensor", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "ba7066d", "last_release_tag": "R1.6", "last_updated": "2021-08-14T20:51:29Z", "name": "lightwaverf_energy", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["electricity", "energysensor", "lightwaverf"], "version_installed": null}, "159080189": {"authors": ["@asantaga", "@msp1974"], "category": "integration", "description": "Platform and related climate/sensors to support the Drayton Wiser Home Heating System", "domain": "wiser", "downloads": 0, "etag_repository": "W/\"b5e6ddcbfece5af2a1c67eb39d0df1dcf45ce261b7c412ed27e8e41df4b47631\"", "full_name": "asantaga/wiserHomeAssistantPlatform", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "cc8edde", "last_release_tag": "v3.0.19", "last_updated": "2022-01-29T20:16:01Z", "name": "wiser", "new": false, "repository_manifest": {"name": "Drayton Wiser Integration for Home Assistant", "homeassistant": "2021.12", "render_readme": false}, "selected_tag": null, "show_beta": false, "stars": 98, "topics": ["drayton", "heating", "homeassistant", "wiser"], "version_installed": null, "last_fetched": 1643571221.764775}, "201497401": {"authors": ["@anonym-tsk"], "category": "integration", "description": "Xiaomi IR Climate Component", "domain": "xiaomi_remote", "downloads": 0, "etag_repository": "W/\"695c4c18faa0833368c8598e0576f6479df73bc09a9587eb0a402dcd2989b79c\"", "full_name": "Anonym-tsk/homeassistant-climate-xiaomi-remote", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b3f89c7", "last_release_tag": null, "last_updated": "2021-06-03T09:52:44Z", "name": "xiaomi_remote", "new": false, "repository_manifest": {"name": "Xiaomi IR Climate", "domains": "climate", "iot_class": "Local Polling"}, "selected_tag": null, "show_beta": false, "stars": 27, "topics": ["climate", "custom-component", "hacs", "hassio", "home-assistant", "xiaomi"], "version_installed": null}, "190378093": {"authors": ["@And3rsL"], "category": "integration", "description": "Visonic/Bentel/Tyco Alarm System integrtation for Home Assistant", "domain": "visonicalarm", "downloads": 0, "etag_repository": "W/\"b7b99610bdf66a8af034ac0403788a9cdb5be5bc76e0fd1a4b9c51a83ec6e3af\"", "full_name": "And3rsL/VisonicAlarm-for-Hassio", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "fd27eba", "last_release_tag": "3.0.2", "last_updated": "2022-01-14T08:59:54Z", "name": "visonicalarm", "new": false, "repository_manifest": {"name": "Visonic/Bentel/Tyco Alarm System"}, "selected_tag": null, "show_beta": false, "stars": 15, "topics": ["alarm", "alarm-control-panel", "bentel", "home-assistant", "python", "sensor", "tycomonitor", "visonic"], "version_installed": null, "last_fetched": 1643571221.393945}, "186347733": {"authors": ["@arjenvrh"], "category": "integration", "description": "Adds an audi connect integration to home assistant", "domain": "audiconnect", "downloads": 0, "etag_repository": "W/\"567bfaab1b4f0285d79de282db951a1466c900178ed49ebdff85a66c62ddf260\"", "full_name": "arjenvrh/audi_connect_ha", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e0b1e54", "last_release_tag": null, "last_updated": "2022-01-29T07:50:40Z", "name": "audiconnect", "new": false, "repository_manifest": {"name": "Audi connect", "domains": ["sensor", "binary_sensor", "switch", "device_tracker", "lock"], "homeassistant": "0.110.0"}, "selected_tag": null, "show_beta": false, "stars": 92, "topics": ["audi", "audi-connect", "homeassistant", "integration", "sensors"], "version_installed": null, "last_fetched": 1643571221.532098}, "252926906": {"authors": ["@asev"], "category": "integration", "description": "Uponor Smatrix Pulse heating/cooling system integration for Home Assistant.", "domain": "uponor", "downloads": 0, "etag_repository": "W/\"e2e94a8fa3f39ccf3dde373984c80eed6c3e619679c34c3fbdcc7fcc9ba63baa\"", "full_name": "asev/homeassistant-uponor", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "0470096", "last_release_tag": "v0.8.2", "last_updated": "2022-01-13T23:27:26Z", "name": "uponor", "new": false, "repository_manifest": {"name": "Uponor Smatrix Pulse", "iot_class": "Local Polling", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 12, "topics": ["heating-control", "homeassistant", "homeassistant-integration", "smatrix", "uponor", "uponor-smatrix-pulse"], "version_installed": null, "last_fetched": 1643571221.774335}, "296028613": {"authors": ["@ayavilevich"], "category": "integration", "description": "A D-Link AP/router device tracker for Home Assistant", "domain": "dlink_presence", "downloads": 0, "etag_repository": "W/\"fa01406164590a43b970ec093288f3edf2990d62a7293ad2a02033f7d9ac6726\"", "full_name": "ayavilevich/homeassistant-dlink-presence", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1e273ca", "last_release_tag": null, "last_updated": "2021-08-09T11:14:30Z", "name": "dlink_presence", "new": false, "repository_manifest": {"name": "D-Link Presence / device_Tracker", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 7, "topics": ["d-link", "dlink", "homeassistant", "presence-detection"], "version_installed": null, "last_fetched": 1641895518.658717}, "237695750": {"authors": ["@bacco007"], "category": "integration", "description": "OpenNEM Sensor for Home Assistant", "domain": "opennem", "downloads": 0, "etag_repository": "W/\"a2f68ca86874a35633003fd46709bccad07b15d93e8ded5a07458141efd62a85\"", "full_name": "bacco007/sensor.opennem", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "16bf685", "last_release_tag": "2022.01.3", "last_updated": "2022-01-29T07:59:45Z", "name": "opennem", "new": false, "repository_manifest": {"name": "OpenNEM (AU) Data", "domains": "sensor", "country": ["AU"]}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": ["hacs", "home-assistant", "homeassistant", "opennem"], "version_installed": null, "last_fetched": 1643571222.3627}, "250866164": {"authors": ["@azogue"], "category": "integration", "description": "HomeAssistant custom sensor to track specific events", "domain": "eventsensor", "downloads": 0, "etag_repository": "W/\"581efa73ff5746ca13a9894cf3dc3012eeb5565f95661c516bdba2f0a7076b10\"", "full_name": "azogue/eventsensor", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b11f740", "last_release_tag": "v3.0.0", "last_updated": "2022-01-05T22:35:57Z", "name": "eventsensor", "new": false, "repository_manifest": {"name": "Event sensor", "content_in_root": false, "domains": ["sensor"], "zip_release": false, "homeassistant": "2021.12.0", "iot_class": "Local Push", "render_readme": true, "version": "3.0.0"}, "selected_tag": null, "show_beta": false, "stars": 76, "topics": [], "version_installed": null, "last_fetched": 1643571222.178416}, "223739645": {"authors": ["@SebuZet"], "category": "integration", "description": "Home Assistant Climate Device for controlling (not only) Samsung AC", "domain": "climate_ip", "downloads": 0, "etag_repository": "W/\"505ceddc5b8b6e18d7c59c2b0cb3a012a8c515c3a1b1ee0bf8d166a6b31084bb\"", "full_name": "atxbyea/samsungrac", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "be39a72", "last_release_tag": "3.5.3", "last_updated": "2021-08-18T12:10:07Z", "name": "climate_ip", "new": false, "repository_manifest": {"name": "Climate IP", "country": ["NO"], "domains": ["climate", "switch"], "homeassistant": "0.110.2"}, "selected_tag": null, "show_beta": false, "stars": 26, "topics": ["airconditioning", "hacktoberfest", "hacktoberfest2021", "homeassistant", "samsung"], "version_installed": null, "last_fetched": 1641217139.563238}, "256899380": {"authors": ["@atymic"], "category": "integration", "description": "Project Three Zero Home Assistant Integration", "domain": "project_zero_three", "downloads": 0, "etag_repository": "W/\"ea0b6abd62bf036fc3fda1402260d9ea66488e12ddab5963a4feb975f7b3145d\"", "full_name": "atymic/project_three_zero_ha", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "770a64b", "last_release_tag": null, "last_updated": "2022-01-27T00:39:52Z", "name": "project_zero_three", "new": false, "repository_manifest": {"name": "Project Three Zero (7-11 Fuel Lock Monitor)", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["fuel", "home-automation"], "version_installed": null, "last_fetched": 1643571221.907677}, "229519365": {"authors": ["@bacco007"], "category": "integration", "description": "Home Assistant Sensor for WaterNSW Real Time Data", "domain": "waternsw", "downloads": 0, "etag_repository": "W/\"d555abe1a75968f55426c63c408c268837661e3734bb6732647202a26101ea64\"", "full_name": "bacco007/sensor.waternsw", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "0c79862", "last_release_tag": "0.6", "last_updated": "2021-02-06T07:41:06Z", "name": "waternsw", "new": false, "repository_manifest": {"name": "WaterNSW Real Time Data", "domains": "sensor", "country": ["AU"]}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": [], "version_installed": null}, "137655647": {"authors": ["@bertbert72"], "category": "integration", "description": "HomeAssistant component for control of Virgin Media Tivo boxes", "domain": "virgintivo", "downloads": 0, "etag_repository": "W/\"6d1f71e5d5709c1465473d74c76fa6d604437ac090540b211cf004989f5a3033\"", "full_name": "bertbert72/HomeAssistant_VirginTivo", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1938f14", "last_release_tag": "0.1.23", "last_updated": "2021-09-11T12:47:47Z", "name": "virgintivo", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 22, "topics": [], "version_installed": null}, "254203764": {"authors": ["@BSantalucia"], "category": "integration", "description": "Home assistant custom component to provide monetary account balance sensors for Bunq", "domain": "bunq", "downloads": 0, "etag_repository": "W/\"a022e41ed4b11d1f3ff40a8f34b15bd1ed4a034493b9937ea62e8fb5ae8bb669\"", "full_name": "ben8p/home-assistant-bunq-balance-sensors", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "87d1acd", "last_release_tag": null, "last_updated": "2022-01-04T14:46:01Z", "name": "bunq", "new": false, "repository_manifest": {"name": "Bunq balance sensor", "content_in_root": false, "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["bunq", "bunq-api", "hacs", "hassio", "home-assistant", "home-assistant-custom", "home-assistant-sensor"], "version_installed": null, "last_fetched": 1641470148.650331}, "181480967": {"authors": ["@basschipper"], "category": "integration", "description": "Generic Hygrostat for Home Assistant", "domain": "generic_hygrostat", "downloads": 0, "etag_repository": "W/\"28983355b63af2750321c121d1ae20703f91132eeafc2451d4d576b9928b6191\"", "full_name": "basschipper/homeassistant-generic-hygrostat", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7407aac", "last_release_tag": "v0.7.1", "last_updated": "2022-01-09T14:17:22Z", "name": "generic_hygrostat", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 47, "topics": [], "version_installed": null, "last_fetched": 1641895520.105155}, "282688934": {"authors": ["@barban-dev"], "category": "integration", "description": "Home Assistant Custom Integration for EVA II PRO WiFi Smart Dehumidifier appliance by Midea/Inventor.", "domain": "midea_dehumidifier", "downloads": 0, "etag_repository": "W/\"0072220b1be8d54118ecfc9fc6447f3e9db4390cbbd1005c21148b6ed9b53af9\"", "full_name": "barban-dev/homeassistant-midea-dehumidifier", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d262118", "last_release_tag": "v1.03", "last_updated": "2021-11-21T16:14:20Z", "name": "midea_dehumidifier", "new": false, "repository_manifest": {"name": "EVA II PRO WiFi Midea Inventor Dehumidifier custom integration", "domains": ["humidifier", "sensor"], "codeowners": ["barban-dev"], "documentation": "https://github.com/barban-dev/homeassistant-midea-dehumidifier/blob/master/README.md", "issue_tracker": "https://github.com/barban-dev/homeassistant-midea-dehumidifier/issues", "homeassistant": "0.96.0", "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 38, "topics": ["dehumidifier", "eva-ii-pro-wifi", "home-automation", "homeassistant", "homeassistant-integration", "internet-of-things", "inventor", "iot", "midea", "python"], "version_installed": null, "last_fetched": 1643571222.501}, "192086849": {"authors": ["bouwew"], "category": "integration", "description": "GoodWe SEMS MQTT-componenent for Home Assistant", "domain": "sems2mqtt", "downloads": 0, "etag_repository": "W/\"1106b03827ac6fc3908ccc7a9a83383d355646cfd66c73f026162f11e763e145\"", "full_name": "bouwew/sems2mqtt", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "23ca740", "last_release_tag": "v0.4.6", "last_updated": "2021-12-13T18:06:13Z", "name": "sems2mqtt", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": [], "version_installed": null}, "296946072": {"authors": ["@boralyl"], "category": "integration", "description": "Custom component to feed recently added tv shows and movies to the custom card \"Upcoming Media Card\" for Home Assistant. ", "domain": "kodi_recently_added", "downloads": 0, "etag_repository": "W/\"90f137eb8a5bf728440199dd1979069b56acc8f36c1e8a383bff70f059679cc1\"", "full_name": "boralyl/kodi-recently-added", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5433e49", "last_release_tag": "v2.0.5", "last_updated": "2021-12-19T23:48:44Z", "name": "kodi_recently_added", "new": false, "repository_manifest": {"config_flow": true, "documentation": "https://github.com/boralyl/kodi-recently-added", "domains": ["sensor"], "homeassistant": "0.115.0", "iot_class": "Local Polling", "name": "Kodi Recently Added Media", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["hacs", "home-assistant", "homeassistant", "homeassistant-integration", "kodi", "python"], "version_installed": null}, "236146080": {"authors": ["@binsentsu"], "category": "integration", "description": "Home assistant Component for reading data locally from Solaredge inverter through modbus TCP", "domain": "solaredge_modbus", "downloads": 0, "etag_repository": "W/\"67efa10fae9065f6a1cc1f35e48c849477f9973f0befba3fee1f4a18ad0654a8\"", "full_name": "binsentsu/home-assistant-solaredge-modbus", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2fad552", "last_release_tag": "V1.5.1", "last_updated": "2022-01-12T08:32:34Z", "name": "solaredge_modbus", "new": false, "repository_manifest": {"name": "Solaredge Modbus", "content_in_root": false, "domains": ["sensor"], "homeassistant": "2021.8.0", "iot_class": "local_poll"}, "selected_tag": null, "show_beta": false, "stars": 73, "topics": ["hassio", "home-assistant", "modbus", "modbus-tcp", "solaredge", "solaredge-inverter"], "version_installed": null, "last_fetched": 1642851027.238581}, "250688607": {"authors": ["@boralyl"], "category": "integration", "description": "A home assistant integration that monitors games on sale on your Steam wishlist.", "domain": "steam_wishlist", "downloads": 0, "etag_repository": "W/\"7cb6085b4597d84c8bdfa9c27d87e33090527a0ace04e51cd4b5fe36b8e6014d\"", "full_name": "boralyl/steam-wishlist", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a4e5d7c", "last_release_tag": "v2.0.0", "last_updated": "2022-01-08T22:00:06Z", "name": "steam_wishlist", "new": false, "repository_manifest": {"codeowners": ["@boralyl"], "config_flow": true, "documentation": "https://github.com/boralyl/steam-wishlist", "domains": ["binary_sensor", "sensor"], "homeassistant": "0.108.0", "iot_class": "Cloud Polling", "name": "Steam Wishlist", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 11, "topics": ["hacs", "home-assistant", "homeassistant", "python", "steam"], "version_installed": null, "last_fetched": 1641895524.066414}, "162808336": {"authors": ["@bigbadblunt"], "category": "integration", "description": "Lightwave RF custom component for Home Assistant. Requires generation 2 (\"Link Plus\") hub, but will control both generation 1 (\"Connect Series\") and generation 2 (\"Smart Series\") devices.", "domain": "lightwave2", "downloads": 0, "etag_repository": "W/\"22389efcc8f615d1bcf215f6d3e69cce5143751506e7f764bbca31dd5351c4d0\"", "full_name": "bigbadblunt/homeassistant-lightwave2", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5290b41", "last_release_tag": "v3.5.10", "last_updated": "2021-12-21T13:49:50Z", "name": "lightwave2", "new": false, "repository_manifest": {"name": "Lightwave RF"}, "selected_tag": null, "show_beta": false, "stars": 26, "topics": ["home-assistant", "home-automation", "homeassistant", "lightwave", "lightwaverf"], "version_installed": null}, "260169906": {"authors": ["@bouni"], "category": "integration", "description": "Luxtronik integration for Home Assistant", "domain": "luxtronik", "downloads": 0, "etag_repository": "W/\"fdbdbe66d70658a7ec0c83316eff8566b03ffb6cd9eda834323179e05d827030\"", "full_name": "Bouni/luxtronik", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4a362fa", "last_release_tag": "0.1.22", "last_updated": "2022-01-10T14:04:37Z", "name": "luxtronik", "new": false, "repository_manifest": {"name": "Luxtronik", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 24, "topics": ["hacktoberfest"], "version_installed": null, "last_fetched": 1642094172.005499}, "190260955": {"authors": ["@bramkragten"], "category": "integration", "description": "Add support for Mind Mobility vehicles in Home Assistant", "domain": "mind", "downloads": 0, "etag_repository": "W/\"935054f3dae98e8ee04bb925329e0605be39e5e95fc2c8cea0691d50de60ba8b\"", "full_name": "bramkragten/mind", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2acbc8f", "last_release_tag": "v1.2.1", "last_updated": "2021-05-07T13:37:44Z", "name": "mind", "new": false, "repository_manifest": {"name": "MIND Mobility", "country": ["NL"], "render_readme": true, "domains": ["sensor", "binary_sensor", "device_tracker"]}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": [], "version_installed": null}, "259865897": {"authors": ["Bouni"], "category": "integration", "description": "DRK Blutspende component for Home Assistant ", "domain": "drkblutspende", "downloads": 0, "etag_repository": "W/\"aa2c05fce495a4873f5d03ec3ef5f59531662ca0765af0b278d761d61aafd0d5\"", "full_name": "Bouni/drkblutspende", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "8c3f3eb", "last_release_tag": "0.1.5", "last_updated": "2022-01-14T07:39:03Z", "name": "drkblutspende", "new": false, "repository_manifest": {"name": "DRK Blutspende", "country": ["DE"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": [], "version_installed": null, "last_fetched": 1642184183.832104}, "189680764": {"authors": [], "category": "integration", "description": "Screenly media player custom component for Home Assistant.", "domain": "screenly", "downloads": 0, "etag_repository": "W/\"b028cbcd074a688327e8c9e6d0897dd8840a6238cb51c903ef309879293707ec\"", "full_name": "burnnat/media_player.screenly", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "078fee5", "last_release_tag": "v0.0.5", "last_updated": "2019-09-27T05:19:26Z", "name": "screenly", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": [], "version_installed": null}, "201445202": {"authors": ["@Vloris", "@Cadsters", "@aritmeester"], "category": "integration", "description": "\ud83d\uddd1\ufe0f Integration for bin/waste collection by acv-groep", "domain": "acv", "downloads": 0, "etag_repository": "W/\"887370073024b387047a7897a09dbd5605a757b505207420eae8b37d1f7300a8\"", "full_name": "Cadsters/acv-hass-component", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3a0df03", "last_release_tag": "v0.24.3", "last_updated": "2021-12-29T17:00:40Z", "name": "acv", "new": false, "repository_manifest": {"name": "ACV garbage collection sensor", "iot_class": ["cloud_polling"], "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["acv-groep", "component", "home-assistant", "homeassistant", "python3", "trash", "waste"], "version_installed": null}, "262854926": {"authors": ["@briis"], "category": "integration", "description": "The Meteobridge Integration adds support for retrieving current weather data from a Meteobridge datalogger connected to a local Weather Station.", "domain": "meteobridge", "downloads": 0, "etag_repository": "W/\"4d05901bb686a5303b0e6eaceb60a2a43af3609e3f97bbb3077aca32446c734d\"", "full_name": "briis/meteobridge", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "00f6b0f", "last_release_tag": "v3.2.4", "last_updated": "2022-01-10T13:36:59Z", "name": "meteobridge", "new": false, "repository_manifest": {"name": "Meteobridge Datalogger Integration", "content_in_root": false, "render_readme": true, "domains": ["binary_sensor", "sensor"], "iot_class": "Local Polling", "homeassistant": "2021.9.0"}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["home-assistant", "meteobridge"], "version_installed": null, "last_fetched": 1641895531.02994}, "230199787": {"authors": ["@briis"], "category": "integration", "description": "Control and monitor your Unifi Protect Cameras from Home Assistant", "domain": "unifiprotect", "downloads": 0, "etag_repository": "W/\"5cebc3082ce2e7fe8821a62363d83efbaa2947ea3026cdf66ddaf8c1813208ba\"", "full_name": "briis/unifiprotect", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d41459e", "last_release_tag": "v0.12.0", "last_updated": "2022-01-28T12:43:55Z", "name": "unifiprotect", "new": false, "repository_manifest": {"name": "UniFi Protect Integration", "domains": ["binary_sensor", "sensor", "camera", "switch", "light", "select", "number"], "homeassistant": "2021.11.0", "iot_class": ["Local Push"]}, "selected_tag": null, "show_beta": false, "stars": 523, "topics": ["cloudkey", "home-assistant", "homeassistant", "protect", "python", "ubiquiti", "unifi", "unifi-protect", "unifi-protect-server"], "version_installed": null, "last_fetched": 1643571223.84247}, "284006518": {"authors": ["@bremor"], "category": "integration", "description": "Reverse engineered implementation of the Bonaire MyClimate app.", "domain": "bonaire_myclimate", "downloads": 0, "etag_repository": "W/\"869dbc2ca1159f0b26f35562cc3c384d0e75d3c053f8926c20e9ccb2ed396b1b\"", "full_name": "bremor/bonaire_myclimate", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "129d4c3", "last_release_tag": "1.2.1", "last_updated": "2021-12-17T11:02:09Z", "name": "bonaire_myclimate", "new": false, "repository_manifest": {"name": "Bonaire MyClimate", "render_readme": "true", "iot_class": "Local Push", "homeassistant": "2021.12.0"}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": ["bonaire", "bonaire-myclimate", "climate", "hacktoberfest", "hacs", "myclimate"], "version_installed": null, "last_fetched": 1641895530.210823}, "229872760": {"authors": [], "category": "integration", "description": "Home Assistant integration to push fitness data to remote services.", "domain": "fitness_push", "downloads": 0, "etag_repository": "W/\"62361253781aeddcf0352876ad36c5b120f856841ee5e5582e63304ee9c06ea2\"", "full_name": "burnnat/ha-fitness-push", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "8d80568", "last_release_tag": "v0.0.1", "last_updated": "2020-01-24T00:27:12Z", "name": "fitness_push", "new": false, "repository_manifest": {"name": "Fitness Push", "content_in_root": false, "domains": ["fitness_push"], "iot_class": "Cloud Push"}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": [], "version_installed": null}, "204200635": {"authors": ["@bruxy70"], "category": "integration", "description": "\ud83d\uddd1 Custom Home Assistant sensor for scheduling garbage collection (or other regularly re-occurring events - weekly on given days, semi-weekly or monthly)", "domain": "garbage_collection", "downloads": 0, "etag_repository": "W/\"de966c95f2239166d3374c1cdb7e9996f34a8e30b3bf3e21ac03c4c81b0e94cc\"", "full_name": "bruxy70/Garbage-Collection", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "ead4be9", "last_release_tag": "4.3", "last_updated": "2022-01-29T14:56:35Z", "name": "garbage_collection", "new": false, "repository_manifest": {"name": "Garbage Collection", "zip_release": true, "filename": "garbage_collection.zip", "domains": ["sensor"], "homeassistant": "0.110.0"}, "selected_tag": null, "show_beta": false, "stars": 247, "topics": ["garbage-collection", "hacs", "homeassistant", "schedule", "waste", "waste-management"], "version_installed": null, "last_fetched": 1643571223.916343}, "262017793": {"authors": ["@cagnulein"], "category": "integration", "description": "This is a simple project that manage the Switchbot ( https://amzn.to/3dnliBD ) that has only the \"press\" ability in Home Assistant.", "domain": "switchbot_press", "downloads": 0, "etag_repository": "W/\"eefa92ca567a72e488f8a0aa8c127f1423a02b0826af8a0d1858537d63d3457f\"", "full_name": "cagnulein/switchbot_press", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "490d552", "last_release_tag": null, "last_updated": "2021-04-14T14:59:40Z", "name": "switchbot_press", "new": false, "repository_manifest": {"name": "Switchbot_press", "render_readme": true, "domains": ["switch"]}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["home-assistant", "homeassistant", "integration", "python3", "switchbot"], "version_installed": null}, "202990294": {"authors": ["@bruxy70"], "category": "integration", "description": "\ud83d\ude8d Home Assistant custom sensor for finding Czech Public Transportation Connections", "domain": "cz_pub_tran", "downloads": 0, "etag_repository": "W/\"88240b62b4c245185aafd351b66d0f932e952b1c1adb226fc3ceaa59d7c6da1e\"", "full_name": "bruxy70/CZ-Public-Transport", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "118a11c", "last_release_tag": "2.9", "last_updated": "2020-10-05T20:28:23Z", "name": "cz_pub_tran", "new": false, "repository_manifest": {"name": "CZ Public Transport", "domains": ["cz_pub_tran", "sensor"], "homeassistant": "0.109.0", "zip_release": true, "filename": "cz_pub_tran.zip", "country": ["CZ"], "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": ["chaps", "crws", "departure-times", "idos", "public-transportation"], "version_installed": null, "last_fetched": 1641587657.066238}, "261970408": {"authors": ["@briis"], "category": "integration", "description": "The weatherbit integration adds support for the weatherbit.io web service as a source for meteorological data for your location.", "domain": "weatherbit", "downloads": 0, "etag_repository": "W/\"9a59d15a75bda00026a4738109abfe591f52ff1f8960f6b4b8c57a8d48fb73ae\"", "full_name": "briis/weatherbit", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "94fad90", "last_release_tag": "v1.0.7", "last_updated": "2022-01-21T08:27:43Z", "name": "weatherbit", "new": false, "repository_manifest": {"name": "Weatherbit Weather Forecast for Home Assistant", "content_in_root": false, "render_readme": true, "domains": ["sensor", "weather"], "iot_class": "Cloud Polling", "homeassistant": "2021.12.0"}, "selected_tag": null, "show_beta": false, "stars": 29, "topics": ["home-assistant", "meteorological-data", "weather-forecast", "weatherbit"], "version_installed": null, "last_fetched": 1642851034.207356}, "210269734": {"authors": [], "category": "integration", "description": "HDHomeRun integration for Home Assistant.", "domain": "hdhomerun", "downloads": 0, "etag_repository": "W/\"be02807b89cdc71d1c42ef67b4c00f8c8005d623a3704f84feaafc67b0d401ee\"", "full_name": "burnnat/ha-hdhomerun", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "773d0ab", "last_release_tag": "v0.0.7", "last_updated": "2021-07-12T21:00:20Z", "name": "hdhomerun", "new": false, "repository_manifest": {"name": "HDHomeRun", "content_in_root": false, "domains": ["sensor"], "iot_class": "Local Polling"}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": [], "version_installed": null}, "207620142": {"authors": ["@caiosweet"], "category": "integration", "description": "Italy Meteo-hydro alert and hydrogeological phenomena Civil Protection (Protezione Civile). In this custom component you can find the vigilance Bulletin and the Bulletin of national hydrogeological and hydraulic criticalities. They allow to check whether in your current location there will be criticalities/warnings related to weather-hydrogeological and hydraulic phenomena. Weather forecasts for civil protection purposes differs from the classic \"weather forecasts\". They highlight potentially harmful situations to people or things. This component was created for personal purposes, in order to be able to monitor the Civil Protection site and check for important updates. I hope it will be useful to you.", "domain": "dpc", "downloads": 0, "etag_repository": "W/\"39f9287464c3cf36f05820a60df59a2b601b9424db433c8c77b5b2fe2e791398\"", "full_name": "caiosweet/Home-Assistant-custom-components-DPC-Alert", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "dbc9195", "last_release_tag": "v2021.12.0", "last_updated": "2021-12-22T12:52:36Z", "name": "dpc", "new": false, "repository_manifest": {"name": "DPC sensor", "domains": ["binary_sensor", "sensor"], "country": ["IT", "VA", "SM"], "zip_release": false, "render_readme": false, "iot_class": ["Cloud Polling"]}, "selected_tag": null, "show_beta": false, "stars": 29, "topics": ["dpc", "hacs", "hassio", "home-assistant", "homeassistant", "protezionecivile", "sensor"], "version_installed": null}, "191563578": {"authors": ["@Ceerbeerus"], "category": "integration", "description": "Gives you information about the latest beer available at Systembolaget in Sweden, also known as \"Tillf\u00e4lligt sortiment\".", "domain": "beerbolaget", "downloads": 0, "etag_repository": "W/\"52331a37c68bb2337148c31c9e5df2f0522acbbff99233b6bc2d39f7dab6a705\"", "full_name": "Ceerbeerus/beerbolaget", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "379f4a7", "last_release_tag": "0.4.11", "last_updated": "2020-05-20T15:25:17Z", "name": "beerbolaget", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": [], "version_installed": null}, "179347477": {"authors": ["@claytonjn"], "category": "integration", "description": "Circadian Lighting custom component for Home Assistant", "domain": "circadian_lighting", "downloads": 0, "etag_repository": "W/\"918167612ec277381f9b138a58ec5feaa3ca2febf0f81e6591985f3cfa0be026\"", "full_name": "claytonjn/hass-circadian_lighting", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f12607c", "last_release_tag": "2.0.6", "last_updated": "2021-12-13T09:15:23Z", "name": "circadian_lighting", "new": false, "repository_manifest": {"name": "Circadian Lighting"}, "selected_tag": null, "show_beta": false, "stars": 447, "topics": ["circadian", "circadian-rhythms", "hacs", "home-assistant", "lighting", "sleep", "wellness"], "version_installed": null, "last_fetched": 1643545554.558611}, "140169152": {"authors": ["@ludeeus"], "category": "integration", "description": "A platform which allows you to get information about sucessfull logins to Home Assistant.", "domain": "authenticated", "downloads": 0, "etag_repository": "W/\"d347b5c470e352e136a57c7ba153983bc00d0df0144bce86f52bdb903cc51da9\"", "full_name": "custom-components/authenticated", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5dd8269", "last_release_tag": "21.9.0", "last_updated": "2021-12-16T15:07:48Z", "name": "authenticated", "new": false, "repository_manifest": {"name": "Authenticated", "zip_release": true, "hide_default_branch": true, "filename": "authenticated.zip", "domain": "authenticated"}, "selected_tag": null, "show_beta": false, "stars": 71, "topics": ["custom-components", "home-assistant", "homeassistant", "security"], "version_installed": null, "last_fetched": 1642004193.935527}, "195594888": {"authors": ["@claudegel"], "category": "integration", "description": "Sinope custom component for Home Assistant to manage Sinop\u00e9 devices directly via the GT125 gateway", "domain": "sinope", "downloads": 0, "etag_repository": "W/\"ec37b1b1e47eb742019910f40f5c40fe8a9a68346a30cf545e7eb66ccb52d77d\"", "full_name": "claudegel/sinope-gt125", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e776a9e", "last_release_tag": "v1.5.4", "last_updated": "2022-01-10T03:28:43Z", "name": "sinope", "new": false, "repository_manifest": {"name": "Sinope GT125", "content_in_root": false, "zip_release": false, "filename": false, "render_readme": true, "domains": ["switch", "climate", "light"], "country": ["CA"], "homeassistant": "0.110.0", "iot_class": "Local Polling"}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": [], "version_installed": null, "last_fetched": 1641895536.489457}, "127689312": {"authors": ["@claudegel"], "category": "integration", "description": "Neviweb Custom Component for Home Assistant to manage devices connected via GT125", "domain": "neviweb", "downloads": 0, "etag_repository": "W/\"d563e840cd37708c52dcd88f122ecc1c98891d78fa4d7e9e0d663f2ecde40792\"", "full_name": "claudegel/sinope-1", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c116365", "last_release_tag": "v1.7.7", "last_updated": "2022-01-17T17:41:11Z", "name": "neviweb", "new": false, "repository_manifest": {"name": "Sinope Neviweb", "content_in_root": false, "zip_release": false, "filename": false, "render_readme": true, "domains": ["climate", "light", "switch"], "country": ["CA"], "homeassistant": "0.110.0", "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 15, "topics": [], "version_installed": null, "last_fetched": 1642851038.856657}, "139892990": {"authors": ["@ludeeus"], "category": "integration", "description": "\ud83c\udf7b Display information about random beers from Brewdog as a sensor in Home Assistant, you can use this in a push notification next time you visit a bar.", "domain": "brewdog", "downloads": 0, "etag_repository": "W/\"63b1740330e0d4a1e8691c043524af3441365f59e542190c075a665a197b5213\"", "full_name": "custom-components/brewdog", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "0b938d4", "last_release_tag": null, "last_updated": "2019-07-23T07:41:23Z", "name": "brewdog", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": ["api", "brewdog", "custom-components", "home-assistant", "homeassistant", "integration", "punkapi"], "version_installed": null}, "143741845": {"authors": ["@ludeeus"], "category": "integration", "description": "A camera platform that give you a combined feed of your defined camera entities.", "domain": "combined", "downloads": 0, "etag_repository": "W/\"ab61063ce8ff31b51d3499228ae93c2c3e2149f06abaf3ba41262c9ff6901cfa\"", "full_name": "custom-components/combined", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "65517f3", "last_release_tag": "0.2.1", "last_updated": "2021-06-01T22:18:30Z", "name": "combined", "new": false, "repository_manifest": {"name": "Combined camera", "zip_release": true, "filename": "combined.zip", "homeassistant": "2021.5.0", "hide_default_branch": true, "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 20, "topics": [], "version_installed": null, "last_fetched": 1643571225.42246}, "139664351": {"authors": ["@keatontaylor", "@alandtse"], "category": "integration", "description": "This is a custom component to allow control of Amazon Alexa devices in Home Assistant using the unofficial Alexa API.", "domain": "alexa_media", "downloads": 0, "etag_repository": "W/\"4fcf517553113b1a4180f35864e7fb429fac646d007395359c36b0dd67ea0f8a\"", "full_name": "custom-components/alexa_media_player", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "45406d2", "last_release_tag": "v3.10.15", "last_updated": "2021-12-03T23:29:11Z", "name": "alexa_media", "new": false, "repository_manifest": {"name": "Alexa Media Player", "content_in_root": false, "domains": ["media_player", "switch", "alarm_control_panel", "sensor"], "iot_class": "cloud_poll", "zip_release": true, "filename": "alexa_media.zip", "homeassistant": "2021.12.0b0"}, "selected_tag": null, "show_beta": false, "stars": 796, "topics": ["alexa", "hacktoberfest", "home-assistant"], "version_installed": null, "last_fetched": 1643571225.205418}, "172800356": {"authors": ["@ludeeus"], "category": "integration", "description": "Run the CLI config_check from a service call.", "domain": "config_check", "downloads": 0, "etag_repository": "W/\"3c2e2b14b0d2366155eb18165f3a6284070276e01a72e91f85aa7fbef482b204\"", "full_name": "custom-components/config_check", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5766ee7", "last_release_tag": null, "last_updated": "2021-06-01T22:26:12Z", "name": "config_check", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["check", "config", "custom-components", "customcomponents", "home-assistant", "homeassistant"], "version_installed": null}, "224560492": {"authors": ["@claudegel"], "category": "integration", "description": "Neviweb custom component for Home Assistant to manage devices connected via a GT130 and wifi devices from Sinop\u00e9", "domain": "neviweb130", "downloads": 0, "etag_repository": "W/\"4df8fc91272a4ca23bf152e8bcfc66813d6eb84cc9fd8e976684b8efa0d1579f\"", "full_name": "claudegel/sinope-130", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "66e86e5", "last_release_tag": "v0.9.5", "last_updated": "2022-01-22T01:03:41Z", "name": "neviweb130", "new": false, "repository_manifest": {"name": "Sinope Neviweb130", "content_in_root": false, "zip_release": false, "filename": false, "render_readme": true, "domains": ["sensor", "switch", "climate", "light"], "country": ["CA"], "homeassistant": "0.110.0", "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 13, "topics": [], "version_installed": null, "last_fetched": 1642851042.858034}, "146510412": {"authors": ["@gerard33"], "category": "integration", "description": "E-Thermostaat (ICY) component for Home Assistant", "domain": "e_thermostaat", "downloads": 0, "etag_repository": "W/\"37201ebd6e716fdf94724d7006073411e28394d36b21b7fd610917b83c310eba\"", "full_name": "custom-components/climate.e_thermostaat", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6bbefe1", "last_release_tag": "0.4.3", "last_updated": "2021-08-20T20:59:54Z", "name": "e_thermostaat", "new": false, "repository_manifest": {"name": "ICY E-thermostaat", "zip_release": true, "filename": "combined.zip", "hide_default_branch": true, "domains": ["climate"], "iot_class": "Cloud Polling", "homeassistant": "0.96.0"}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": ["e-thermostaat", "home-assistant", "icy"], "version_installed": null}, "173563704": {"authors": [], "category": "integration", "description": "Programmable thermostat that let you have a smart thermostat on budget.", "domain": "programmable_thermostat", "downloads": 0, "etag_repository": "W/\"d71e77f268f52a569ff1b4c95708702835e41437a74d0de5fdfe117445eab058\"", "full_name": "custom-components/climate.programmable_thermostat", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5d3aa00", "last_release_tag": "8.1", "last_updated": "2021-06-20T12:34:18Z", "name": "programmable_thermostat", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 85, "topics": [], "version_installed": null, "last_fetched": 1641895541.009586}, "209854868": {"authors": [], "category": "integration", "description": "The fedex platform allows one to track deliveries by FedEx", "domain": "fedex", "downloads": 0, "etag_repository": "W/\"bd71c190b1b7713f3803e49be515b20e04f3912c0e42f2994a2d5d02416c6e62\"", "full_name": "custom-components/fedex", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4b1ae50", "last_release_tag": null, "last_updated": "2020-01-18T17:31:45Z", "name": "fedex", "new": false, "repository_manifest": {"name": "FedEx", "country": ["US"]}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": [], "version_installed": null}, "145180996": {"authors": ["@iantrich"], "category": "integration", "description": "\ud83d\udcf0 RSS Feed Integration", "domain": "feedparser", "downloads": 0, "etag_repository": "W/\"cf79161e62dcfef18cdf00f77a31b2eace785fb165dc9e7ad9396e30bdd370db\"", "full_name": "custom-components/feedparser", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1c099b7", "last_release_tag": "0.1.8", "last_updated": "2022-01-26T02:39:51Z", "name": "feedparser", "new": false, "repository_manifest": {"name": "Feedparser", "homeassistant": "2021.4.0", "domains": ["sensor"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 64, "topics": [], "version_installed": null, "last_fetched": 1643571225.573923}, "201963665": {"authors": ["@ludeeus"], "category": "integration", "description": "Update and display the status of your healthchecks.io checks.", "domain": "healthchecksio", "downloads": 0, "etag_repository": "W/\"1e5b6d82afe12c08b053d788a22d58fb74510a204dc5a55f008c5fe0b64c9755\"", "full_name": "custom-components/healthchecksio", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4cc8cd6", "last_release_tag": "21.11.1", "last_updated": "2021-11-24T18:07:33Z", "name": "healthchecksio", "new": false, "repository_manifest": {"name": "Healthchecks.io", "zip_release": true, "hide_default_branch": true, "filename": "healthchecksio.zip", "domain": "healthchecksio"}, "selected_tag": null, "show_beta": false, "stars": 27, "topics": ["api-client", "healthchecksio", "monitor"], "version_installed": null, "last_fetched": 1642520499.23145}, "131915802": {"authors": ["@tenly2000", "@iantrich"], "category": "integration", "description": "Component to integrate with OpenStreetMap Reverse Geocode (PLACE)", "domain": "places", "downloads": 0, "etag_repository": "W/\"0783c7e20597f51497bcb18ecfbbe4fdc56329b19cfb601e1db5cb23d77308e7\"", "full_name": "custom-components/places", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f1314a0", "last_release_tag": "1.11", "last_updated": "2021-12-28T19:18:53Z", "name": "places", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 46, "topics": [], "version_installed": null, "last_fetched": 1643571225.426317}, "201805130": {"authors": ["@hellowlol"], "category": "integration", "description": "nordpool sensor for ha.", "domain": "nordpool", "downloads": 0, "etag_repository": "W/\"3f6a6c336d4e4e2de81ec4a6b70f218c0e42ba509e5cd8f849aaa14f44dda2b0\"", "full_name": "custom-components/nordpool", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7d3a8ca", "last_release_tag": "0.0.4", "last_updated": "2022-01-15T00:22:39Z", "name": "nordpool", "new": false, "repository_manifest": {"name": "nordpool", "render_readme": true, "iot_class": "Cloud Push"}, "selected_tag": null, "show_beta": false, "stars": 86, "topics": ["custom-component", "homeassistant", "nordpool", "sensor"], "version_installed": null, "last_fetched": 1643571225.748112}, "176018567": {"authors": ["@iantrich"], "category": "integration", "description": "\ud83c\udfa7 gPodder Integration for Podcast Feed Monitoring", "domain": "gpodder", "downloads": 0, "etag_repository": "W/\"f47ae1f6858be581a2e19798846049c290bfb8a3a5433ca7958a73482a2aa84e\"", "full_name": "custom-components/gpodder", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d9288c8", "last_release_tag": "2.0.1", "last_updated": "2021-06-05T21:16:30Z", "name": "gpodder", "new": false, "repository_manifest": {"name": "gPodder", "render_readme": true, "zip_release": true, "hide_default_branch": true, "hacs": "0.19.0", "filename": "gpodder.zip"}, "selected_tag": null, "show_beta": false, "stars": 12, "topics": [], "version_installed": null}, "184404372": {"authors": ["@SebRut"], "category": "integration", "description": null, "domain": "qbo", "downloads": 0, "etag_repository": "W/\"25326cafd527a5b1a4c182637275b3f8f1ef1175f346aa104401ed963888eb1e\"", "full_name": "custom-components/qbo", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d808297", "last_release_tag": null, "last_updated": "2019-05-26T13:38:57Z", "name": "qbo", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 0, "topics": [], "version_installed": null}, "209855108": {"authors": [], "category": "integration", "description": "The linksys_ap platform offers presence detection by looking at connected devices to a Linksys based access point.", "domain": "linksys_ap", "downloads": 0, "etag_repository": "W/\"97b25b23c86ec22a60c44348f803fe89bcc597e68d81bd188c788720c323c272\"", "full_name": "custom-components/linksys_ap", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e0b4431", "last_release_tag": null, "last_updated": "2019-09-20T18:28:36Z", "name": "linksys_ap", "new": false, "repository_manifest": {"name": "linksys_ap"}, "selected_tag": null, "show_beta": false, "stars": 0, "topics": [], "version_installed": null}, "178101579": {"authors": ["@MartyTremblay"], "category": "integration", "description": "hassio support for Airthings Wave BLE environmental radon sensor.", "domain": "airthings_wave", "downloads": 0, "etag_repository": "W/\"29528f9e6e0009154e67ba3734fe4dee8938c078439b0882548f43bb87ba1f00\"", "full_name": "custom-components/sensor.airthings_wave", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "0d5abd7", "last_release_tag": "v3.0.5", "last_updated": "2021-12-13T20:10:43Z", "name": "airthings_wave", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 82, "topics": ["airthings-wave", "bluetooth-low-energy", "btle", "environmental", "home-assistant-custom", "home-assistant-sensor", "radon"], "version_installed": null, "last_fetched": 1643571226.059398}, "283847957": {"authors": ["@craigbarratt"], "category": "integration", "description": "Pyscript adds rich Python scripting to HASS", "domain": "pyscript", "downloads": 0, "etag_repository": "W/\"9b5afef06dbaf8523d1a683500b0ef8a05eec1077b869337698880be3d0144d7\"", "full_name": "custom-components/pyscript", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f4f32f4", "last_release_tag": "1.3.2", "last_updated": "2021-11-11T18:52:13Z", "name": "pyscript", "new": false, "repository_manifest": {"name": "pyscript", "content_in_root": false, "domains": ["automation", "script", "timer"], "zip_release": true, "filename": "hass-custom-pyscript.zip"}, "selected_tag": null, "show_beta": false, "stars": 343, "topics": ["custom-component", "custom-components", "hacs", "home-assistant", "homeassistant", "integration", "jupyter"], "version_installed": null, "last_fetched": 1643571225.813743}, "182915754": {"authors": ["@SebRut", "@isabellaalstrom"], "category": "integration", "description": "Custom Grocy integration for Home Assistant", "domain": "grocy", "downloads": 0, "etag_repository": "W/\"e6f449cb1d799a6cfd1dc5f777f81ef1ed160f851d08b29ec6bae938a70f0681\"", "full_name": "custom-components/grocy", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d0e530b", "last_release_tag": "v4.1.0", "last_updated": "2022-01-26T08:01:50Z", "name": "grocy", "new": false, "repository_manifest": {"name": "Grocy custom component", "domains": ["sensor", "binary_sensor"], "render_readme": true, "zip_release": true, "hide_default_branch": true, "iot_class": "Cloud Polling", "homeassistant": "0.109.0", "filename": "grocy.zip"}, "selected_tag": null, "show_beta": false, "stars": 60, "topics": ["grocy", "hacktoberfest"], "version_installed": null, "last_fetched": 1643545554.581631}, "173564471": {"authors": [], "category": "integration", "description": "Improved file sensor component that let you read the whole last line content.", "domain": "file_restore", "downloads": 0, "etag_repository": "W/\"9716d3ccee28a0d4aed787ba848dba9d08c948455785ff4e73beed79505c0d36\"", "full_name": "custom-components/sensor.file_restore", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "240a6b4", "last_release_tag": "4.1", "last_updated": "2021-03-20T08:09:50Z", "name": "file_restore", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 10, "topics": [], "version_installed": null}, "174809046": {"authors": ["@claha"], "category": "integration", "description": "Custom component to get stock data from Avanza for Home Assistant", "domain": "avanza_stock", "downloads": 0, "etag_repository": "W/\"325921a7eaf07c5053bade7c8ac3e3525bdca1444ff37c2bdb387b66ff5c6d52\"", "full_name": "custom-components/sensor.avanza_stock", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b3e85d3", "last_release_tag": "v1.0.9", "last_updated": "2022-01-04T22:13:08Z", "name": "avanza_stock", "new": false, "repository_manifest": {"name": "Avanza Stock", "domains": ["sensor"], "iot_class": "cloud_poll", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 27, "topics": ["funds", "hacs", "home-assistant", "homeassistant", "python", "stock"], "version_installed": null, "last_fetched": 1641470175.714684}, "207110572": {"authors": ["@hellowlol"], "category": "integration", "description": "Simple sensor for avfallsor", "domain": "avfallsor", "downloads": 0, "etag_repository": "W/\"46818f841e8e005db476212e5e417942aa91fbee160097e90d8480b41d036f7d\"", "full_name": "custom-components/sensor.avfallsor", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b5cbe25", "last_release_tag": "0.0.2", "last_updated": "2021-06-06T20:33:45Z", "name": "avfallsor", "new": false, "repository_manifest": {"name": "Avfallsor", "content_in_root": false, "country": ["NOR"], "domains": ["sensors"], "iot_class": "cloud_poll", "homeassistant": "0.96.0", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": [], "version_installed": null}, "145777833": {"authors": ["@iantrich"], "category": "integration", "description": "\ud83d\udcb5 Personal Capital Integration for Bank Account Monitoring", "domain": "personalcapital", "downloads": 0, "etag_repository": "W/\"a14bc3cc7cf0584e0c9cacc9451f2a3891a952dee19a6d3cc2a447995ec87d11\"", "full_name": "custom-components/sensor.personalcapital", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5aff625", "last_release_tag": "0.1.2", "last_updated": "2021-06-05T21:15:20Z", "name": "personalcapital", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 12, "topics": [], "version_installed": null, "last_fetched": 1641895547.723645}, "151550084": {"authors": ["@glpatcern"], "category": "integration", "description": "A set of sensors to integrate the OWL Intuition devices network", "domain": "owlintuition", "downloads": 0, "etag_repository": "W/\"3a7dcaaa2ad960899ba6d14419f34b537fdf3f6a988e3bb929b43d38678170cc\"", "full_name": "custom-components/sensor.owlintuition", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9fb88a8", "last_release_tag": null, "last_updated": "2021-09-20T19:30:35Z", "name": "owlintuition", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": [], "version_installed": null, "last_fetched": 1643571226.12164}, "155499113": {"authors": ["@maykar"], "category": "integration", "description": "\u25b6\ufe0f Plex component to feed Upcoming Media Card.", "domain": "plex_recently_added", "downloads": 0, "etag_repository": "W/\"0496a964811a12d5c32026bca986242100fe6167ff46f8621f4904327f5a1a5e\"", "full_name": "custom-components/sensor.plex_recently_added", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "83d0be9", "last_release_tag": "0.3.8", "last_updated": "2022-01-14T18:53:47Z", "name": "plex_recently_added", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 56, "topics": [], "version_installed": null, "last_fetched": 1643571226.50354}, "195438291": {"authors": ["@boralyl"], "category": "integration", "description": "A sensor that monitors a Nintendo Switch wish list for when games are on sale.", "domain": "nintendo_wishlist", "downloads": 0, "etag_repository": "W/\"577019b6adaeb0fd14d5a286d3948f99e8f6ca9d07ca0b809001bed9c5ad5953\"", "full_name": "custom-components/sensor.nintendo_wishlist", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "892c68d", "last_release_tag": "v3.1.7", "last_updated": "2022-01-12T03:49:48Z", "name": "nintendo_wishlist", "new": false, "repository_manifest": {"domains": ["binary_sensor", "sensor"], "iot_class": "Cloud Polling", "name": "Nintendo Wishlist", "render_readme": true, "homeassistant": "0.118.5"}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": ["homeassistant", "nintendo-switch"], "version_installed": null, "last_fetched": 1642430535.636956}, "146929882": {"authors": ["@maykar"], "category": "integration", "description": "\ud83c\udfac Radarr component to feed Upcoming Media Card.", "domain": "radarr_upcoming_media", "downloads": 0, "etag_repository": "W/\"c54ae2c382f7cb2c4b15fecb6ced5ae36985df099d1fef6112d018421f765ec8\"", "full_name": "custom-components/sensor.radarr_upcoming_media", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e770c1d", "last_release_tag": "0.3.6", "last_updated": "2021-12-14T15:54:46Z", "name": "radarr_upcoming_media", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 36, "topics": [], "version_installed": null, "last_fetched": 1641895551.821176}, "154845921": {"authors": ["@jchasey"], "category": "integration", "description": "SSH Generic Sensor", "domain": "ssh", "downloads": 0, "etag_repository": "W/\"48294612281583567e30283cd6516565a65ec45dae6a6a4bccfebfa05a61d084\"", "full_name": "custom-components/sensor.ssh", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6eb1bce", "last_release_tag": "1.15", "last_updated": "2021-12-04T08:45:38Z", "name": "ssh", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 30, "topics": [], "version_installed": null, "last_fetched": 1642184208.723442}, "151580533": {"authors": ["@jchasey"], "category": "integration", "description": "High level health status of UniFi Security Gateway devices via UniFi Controller", "domain": "unifigateway", "downloads": 0, "etag_repository": "W/\"abd72cd713afa18656a18064407091c886fa409988ffa58c1fbff5020b91e117\"", "full_name": "custom-components/sensor.unifigateway", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b6bb00c", "last_release_tag": "0.3.3", "last_updated": "2021-04-19T12:12:56Z", "name": "unifigateway", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 106, "topics": [], "version_installed": null, "last_fetched": 1643571226.682342}, "146792954": {"authors": ["@maykar"], "category": "integration", "description": "\ud83d\udcfa Sonarr component to feed Upcoming Media Card.", "domain": "sonarr_upcoming_media", "downloads": 0, "etag_repository": "W/\"bdee39129123cb553c77f39db5263dd8b9b4f0112ee8defdc73706bca8055b7e\"", "full_name": "custom-components/sensor.sonarr_upcoming_media", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f2de40e", "last_release_tag": "0.2.7", "last_updated": "2021-12-14T20:12:03Z", "name": "sonarr_upcoming_media", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 34, "topics": [], "version_installed": null, "last_fetched": 1642004209.993326}, "199888538": {"authors": ["@vigonotion"], "category": "integration", "description": "Stadtreinigung Hamburg - get garbage collection dates in Hamburg - custom component for Home Assistant", "domain": "stadtreinigung_hamburg", "downloads": 0, "etag_repository": "W/\"8b2895ab519253a6715ee787fd6829416bf29bc31962dbb7f9f5cdff43375e88\"", "full_name": "custom-components/sensor.stadtreinigung_hamburg", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7f4bf0c", "last_release_tag": "v1.1.0", "last_updated": "2022-01-10T09:06:01Z", "name": "stadtreinigung_hamburg", "new": false, "repository_manifest": {"name": "Stadtreinigung Hamburg", "domains": ["sensor"], "country": ["DE"], "homeassistant": "0.109.0", "zip_release": true, "filename": "stadtreinigung_hamburg.zip"}, "selected_tag": null, "show_beta": false, "stars": 16, "topics": [], "version_installed": null, "last_fetched": 1641895553.207768}, "140146868": {"authors": ["@iantrich", "@swetoast"], "category": "integration", "description": "\ud83c\udf7b Untappd Integration", "domain": "untappd", "downloads": 0, "etag_repository": "W/\"d235ce2ddacfcaacf18702b31e90ef9bcfd3ee29f15ba37a2b4e01836d457bd9\"", "full_name": "custom-components/sensor.untappd", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6861cde", "last_release_tag": "v0.1.8", "last_updated": "2022-01-01T08:31:44Z", "name": "untappd", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 33, "topics": ["automations", "badges", "beer", "homeassistant", "homeassistant-components", "untappd", "untappd-api"], "version_installed": null, "last_fetched": 1641057947.363646}, "173173413": {"authors": [], "category": "integration", "description": "A platform which give you the time it will take to drive.", "domain": "yandex_maps", "downloads": 0, "etag_repository": "W/\"645c7e056e56ad5272477d6718e025d09d7844d0cbe6d4ea584d3115a1fb7976\"", "full_name": "custom-components/sensor.yandex_maps", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "bdd76a8", "last_release_tag": null, "last_updated": "2021-12-29T13:12:26Z", "name": "yandex_maps", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 21, "topics": [], "version_installed": null, "last_fetched": 1643571226.518842}, "146379582": {"authors": ["@iantrich", "@engrbm"], "category": "integration", "description": "\ud83d\udcfa Trakt Integration for Upcoming Media Card", "domain": "trakt", "downloads": 0, "etag_repository": "W/\"089c55e1d23f56e3474f3b64bc16cc103bb81e4af3b09ea0ba3394baa1794938\"", "full_name": "custom-components/sensor.trakt", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "0688eae", "last_release_tag": "2.0.3", "last_updated": "2022-01-06T03:06:43Z", "name": "trakt", "new": false, "repository_manifest": {"name": "Trakt", "domains": ["sensor"], "homeassistant": "0.99.0", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 43, "topics": [], "version_installed": null, "last_fetched": 1642184210.767507}, "209855274": {"authors": [], "category": "integration", "description": "The srp_energy integration shows information from Srp hourly energy usage report for their customers", "domain": "srp_energy", "downloads": 0, "etag_repository": "W/\"a5bc02ffe772dbb7265185d5433d66486a64b9d74cdf4175b261ce82dc66264f\"", "full_name": "custom-components/srp_energy", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "34afa6b", "last_release_tag": null, "last_updated": "2020-12-16T23:22:01Z", "name": "srp_energy", "new": false, "repository_manifest": {"name": "SRP Energy Sensor", "country": ["US"]}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": [], "version_installed": null}, "143647651": {"authors": ["@ludeeus"], "category": "integration", "description": "A camera platform that give you random images from Unsplash presented as a camera feed.", "domain": "unsplash", "downloads": 0, "etag_repository": "W/\"8a953c0129e0e0d66b15ef2dccb4cb20ef5c581efd25c65bd573ae9f6ddaf9fa\"", "full_name": "custom-components/unsplash", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9a7f438", "last_release_tag": "0.6.1", "last_updated": "2021-06-05T13:48:42Z", "name": "unsplash", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 12, "topics": ["camera", "home-assistant", "integration", "unsplash", "unsplash-api"], "version_installed": null}, "171854441": {"authors": ["@ludeeus"], "category": "integration", "description": "A platform which give you info about the newest video on a channel", "domain": "youtube", "downloads": 0, "etag_repository": "W/\"cc0a9d2692a668f69d6c16a12c8bbcf869398b669a6c28e81e6e0ff1dd9bdcd4\"", "full_name": "custom-components/youtube", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7084c59", "last_release_tag": "0.9.0", "last_updated": "2021-12-17T19:21:33Z", "name": "youtube", "new": false, "repository_manifest": {"name": "youtube", "zip_release": true, "filename": "youtube.zip", "iot_class": "Cloud Poll", "homeassistant": "2021.4.0"}, "selected_tag": null, "show_beta": false, "stars": 20, "topics": ["custom-components", "customcomponents", "home-assistant", "homeassistant", "python", "youtube"], "version_installed": null, "last_fetched": 1642851059.290393}, "199736646": {"authors": ["@ludeeus"], "category": "integration", "description": "Add template sensors from the UI.", "domain": "templatesensor", "downloads": 0, "etag_repository": "W/\"1f1f1273e97e61cae2771d96b1d6cc7ad143d5e070a5c169b899826aad76ed80\"", "full_name": "custom-components/templatesensor", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2642a64", "last_release_tag": "0.1.3", "last_updated": "2021-07-08T12:00:30Z", "name": "templatesensor", "new": false, "repository_manifest": {"name": "UI Template sensor configuration", "domains": ["sensor"], "homeassistant": "0.109.0"}, "selected_tag": null, "show_beta": false, "stars": 19, "topics": ["custom", "homeassistant", "integration", "sensor", "template"], "version_installed": null, "last_fetched": 1642373301.249376}, "209855510": {"authors": [], "category": "integration", "description": "The sytadin sensor platform allows you to monitor traffic details from Sytadin", "domain": "sytadin", "downloads": 0, "etag_repository": "W/\"e350d94702ce10fe4acc0359969c2d99d719a4fe057775f6993380fd4ddd51ea\"", "full_name": "custom-components/sytadin", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "8fe6108", "last_release_tag": null, "last_updated": "2021-11-18T01:03:59Z", "name": "sytadin", "new": false, "repository_manifest": {"name": "Sytadin", "country": ["FR"]}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": [], "version_installed": null}, "209855666": {"authors": [], "category": "integration", "description": "The ups platform allows one to track deliveries by the UPS", "domain": "ups", "downloads": 0, "etag_repository": "W/\"ff59217bb6e9f15bc6089c24d54d3ec4c08463c3df4df1fed43d20e07ac3e590\"", "full_name": "custom-components/ups", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f80b683", "last_release_tag": null, "last_updated": "2021-05-19T10:28:06Z", "name": "ups", "new": false, "repository_manifest": {"name": "UPS", "country": ["US"]}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": [], "version_installed": null}, "139894340": {"authors": ["@ludeeus", "@jlverhagen"], "category": "integration", "description": "A sensor that gives you weather alerts from alerts.weather.gov.", "domain": "weatheralerts", "downloads": 0, "etag_repository": "W/\"f65d9f3324e7ef1020aabb2a2bce5f92398025ac930a2885eb8affd69129dbe7\"", "full_name": "custom-components/weatheralerts", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5c0e6e8", "last_release_tag": "v0.1.4", "last_updated": "2021-09-03T23:14:59Z", "name": "weatheralerts", "new": false, "repository_manifest": {"name": "Weatheralerts", "render_readme": true, "country": ["US"]}, "selected_tag": null, "show_beta": false, "stars": 51, "topics": ["custom-components", "home-assistant", "homeassistant", "weatheralerts"], "version_installed": null, "last_fetched": 1642851060.346082}, "139894509": {"authors": ["@ludeeus"], "category": "integration", "description": "A sensor that give you information about next departure from spesified stop.", "domain": "wienerlinien", "downloads": 0, "etag_repository": "W/\"3ef494fefd0774007e7d45a0148b10a90516d4cda56f60091671acfa039b64d8\"", "full_name": "custom-components/wienerlinien", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "11c9b0f", "last_release_tag": null, "last_updated": "2021-09-10T16:29:27Z", "name": "wienerlinien", "new": false, "repository_manifest": {"name": "wienerlinien", "render_readme": true, "hacs": "0.19.0"}, "selected_tag": null, "show_beta": false, "stars": 18, "topics": ["custom-components", "home-assistant", "homeassistant", "wiener-linien"], "version_installed": null}, "180651910": {"authors": ["hellowlol"], "category": "integration", "description": "zaptec charger custom component for home assistant", "domain": "zaptec", "downloads": 0, "etag_repository": "W/\"55f84110c1942713d559ede678c1e2a0641320f21da6c21c72ede5d0cafce1d9\"", "full_name": "custom-components/zaptec", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c2bad10", "last_release_tag": "0.0.3", "last_updated": "2022-01-12T09:07:24Z", "name": "zaptec", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 7, "topics": ["api", "custom-component", "homeassistant", "zaptec"], "version_installed": null, "last_fetched": 1642851060.84497}, "228604799": {"authors": ["@cyberjunky"], "category": "integration", "description": "This component tracks devices using the arp-scan liinux command, it's very fast, and reasonably accurate.", "domain": "arpscan_tracker", "downloads": 0, "etag_repository": "W/\"b04c1d3f278556b8a60d7c2edeb8c4cbcb3f73a75e53e4a8073b64362fbe4af7\"", "full_name": "cyberjunky/home-assistant-arpscan_tracker", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2bae936", "last_release_tag": "1.0.6", "last_updated": "2021-02-21T17:03:43Z", "name": "arpscan_tracker", "new": false, "repository_manifest": {"name": "Arpscan Device Tracker", "country": ["NL"], "render_readme": false, "domains": ["device_tracker"]}, "selected_tag": null, "show_beta": false, "stars": 14, "topics": ["custom-component", "hacs", "home-assistant", "homeassistant", "python"], "version_installed": null}, "228649088": {"authors": ["@cyberjunky"], "category": "integration", "description": ":fire_engine: This component tracks P2000 emergency events in The Netherlands.", "domain": "p2000", "downloads": 0, "etag_repository": "W/\"1b92f72fe5020a190a6088dabf196c83380acc95a557288ec368b6679f8a6ef5\"", "full_name": "cyberjunky/home-assistant-p2000", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "ef82004", "last_release_tag": "1.0.22", "last_updated": "2022-01-03T08:22:55Z", "name": "p2000", "new": false, "repository_manifest": {"name": "P2000 Sensor", "country": ["NL"], "render_readme": false, "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 36, "topics": ["custom-component", "emergency", "hacs", "home-assistant", "homeassistant", "p2000", "python"], "version_installed": null, "last_fetched": 1643571227.307516}, "228618998": {"authors": ["@cyberjunky"], "category": "integration", "description": ":electric_plug: This component can read values from and control Plugwise circles and plugs.", "domain": "plugwise", "downloads": 0, "etag_repository": "W/\"680d99964c3533ae6aa8de3976e9975049add5e75ceeaf05dd4e84101233e42b\"", "full_name": "cyberjunky/home-assistant-plugwise", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "8b55d62", "last_release_tag": "1.0.4", "last_updated": "2020-07-08T06:34:47Z", "name": "plugwise", "new": false, "repository_manifest": {"name": "Plugwise", "country": ["NL"], "render_readme": false, "domains": ["switch", "sensor"]}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["custom-component", "hacs", "home-assistant", "homeassistant", "plugwise", "power", "python"], "version_installed": null}, "228627470": {"authors": ["@cyberjunky"], "category": "integration", "description": ":recycle: :wastebasket: This component fetches garbage pickup dates for parts of The Netherlands using HVC Groep's REST API.", "domain": "hvcgroep", "downloads": 0, "etag_repository": "W/\"b10f229b40f0d84ca6513b3c5da8b6b009980757540f1bf9d4667a6bf3778c3a\"", "full_name": "cyberjunky/home-assistant-hvcgroep", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e0b7f47", "last_release_tag": "1.0.7", "last_updated": "2021-12-18T16:53:31Z", "name": "hvcgroep", "new": false, "repository_manifest": {"name": "HVCGroep", "country": ["NL"], "render_readme": false, "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": ["custom-component", "hacs", "home-assistant", "homeassistant", "python"], "version_installed": null, "last_fetched": 1643571227.256434}, "228662926": {"authors": ["@cyberjunky"], "category": "integration", "description": "This component provides a climate device for rooted Toon thermostats.", "domain": "toon_climate", "downloads": 0, "etag_repository": "W/\"eda7d4ba69610e52825f839f47579dfead222ea63697fd6db2f51b6c93275b20\"", "full_name": "cyberjunky/home-assistant-toon_climate", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "df7e7d7", "last_release_tag": "1.0.12", "last_updated": "2021-12-18T11:49:03Z", "name": "toon_climate", "new": false, "repository_manifest": {"name": "Toon Climate", "country": ["NL"], "render_readme": false, "domains": ["climate"]}, "selected_tag": null, "show_beta": false, "stars": 21, "topics": [], "version_installed": null}, "228685436": {"authors": ["@cyberjunky"], "category": "integration", "description": "This component reads and displays the boiler status values from a rooted Toon thermostat.", "domain": "toon_boilerstatus", "downloads": 0, "etag_repository": "W/\"9928e5fa5bfd7bfb7eb14e66f81bacd63b6a94e8fe8d7dc4b726d8b15bd92731\"", "full_name": "cyberjunky/home-assistant-toon_boilerstatus", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "aef155c", "last_release_tag": "1.0.11", "last_updated": "2021-12-24T18:48:36Z", "name": "toon_boilerstatus", "new": false, "repository_manifest": {"name": "Toon Boiler Status", "render_readme": false, "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 7, "topics": ["custom-component", "cv", "hacs", "home-assistant", "homeassistant", "opentherm", "python", "toon"], "version_installed": null, "last_fetched": 1641895563.782635}, "228678807": {"authors": ["@cyberjunky"], "category": "integration", "description": "This component reads and displays sensor values from the meteradapter connected to a rooted Toon thermostat.", "domain": "toon_smartmeter", "downloads": 0, "etag_repository": "W/\"783c503287d323a8d367a5376ccded03c815b20cb5ac60b1dbaa482d2d3f5627\"", "full_name": "cyberjunky/home-assistant-toon_smartmeter", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d3a646b", "last_release_tag": "1.0.20", "last_updated": "2021-12-29T12:12:09Z", "name": "toon_smartmeter", "new": false, "repository_manifest": {"name": "Toon Smart Meter", "country": ["NL"], "render_readme": false, "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 11, "topics": ["custom-component", "hacs", "home-assistant", "homeassistant", "python"], "version_installed": null, "last_fetched": 1641057957.227539}, "228690854": {"authors": ["@cyberjunky"], "category": "integration", "description": "This components reads statistics from a The Things Network Gateway.", "domain": "ttn_gateway", "downloads": 0, "etag_repository": "W/\"ecf9fda4a133f4e12dd455a0e95d9f75f6945748eab2678835fbff247ae60e12\"", "full_name": "cyberjunky/home-assistant-ttn_gateway", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "0d805b8", "last_release_tag": "1.0.7", "last_updated": "2021-12-18T16:52:03Z", "name": "ttn_gateway", "new": false, "repository_manifest": {"name": "TTN Gateway Sensor", "country": ["NL"], "render_readme": false, "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": [], "version_installed": null}, "258796304": {"authors": ["@cyr-ius"], "category": "integration", "description": "Service to set motion's sensors and change scan intervall for remotes and motions", "domain": "hueserviceadvanced", "downloads": 0, "etag_repository": "W/\"114ee483a4d914bdf8037ccffc19363dba8f219d898c67ce232f54d8d740af6b\"", "full_name": "Cyr-ius/hass-hue-service-advanced", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c60d1d8", "last_release_tag": "1.3.5", "last_updated": "2021-06-06T00:45:33Z", "name": "hueserviceadvanced", "new": false, "repository_manifest": {"name": "Hue Service Advanced", "country": ["FR"], "domains": ["sensor"], "homeassistant": "0.109"}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": [], "version_installed": null}, "220661494": {"authors": ["@cyr-ius"], "category": "integration", "description": "Livebox Component for Home assistant", "domain": "livebox", "downloads": 0, "etag_repository": "W/\"94b13e49cd698762a304f56faaa7cb347bf7374253374877a5ba0b197afdcdc2\"", "full_name": "Cyr-ius/hass-livebox-component", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "833e1c9", "last_release_tag": "1.7.1", "last_updated": "2021-12-30T07:04:27Z", "name": "livebox", "new": false, "repository_manifest": {"name": "Orange Livebox routeur", "country": ["FR"], "domains": ["device_tracker", "sensor", "binary_sensor", "switch"], "homeassistant": "0.109"}, "selected_tag": null, "show_beta": false, "stars": 21, "topics": ["hacs", "home-assistant", "homeassistant", "homeassistant-components"], "version_installed": null, "last_fetched": 1641057958.703449}, "297379398": {"authors": ["@danielhiversen"], "category": "integration", "description": "Custom component for Tractive", "domain": "tractive", "downloads": 0, "etag_repository": "W/\"eece8de20df2efdd4a54865224c73085f5b58ac446fc2c2775ed847bf3789360\"", "full_name": "Danielhiversen/home_assistant_tractive", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1c85a48", "last_release_tag": "0.3.1", "last_updated": "2021-12-20T09:30:02Z", "name": "tractive", "new": false, "repository_manifest": {"name": "Tractive", "domains": ["device_tracker"], "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 30, "topics": ["hacs", "home-assistant", "home-assistant-custom", "tractive"], "version_installed": null}, "293843053": {"authors": ["@danielhiversen"], "category": "integration", "description": "Integration for Adax heaters", "domain": "adax", "downloads": 0, "etag_repository": "W/\"4f30fc57adb5a6788d9a1495c0959a3ab031962f9ea6d931d988dbe9bbbf9b31\"", "full_name": "Danielhiversen/home_assistant_adax", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "001c5de", "last_release_tag": "0.4.5", "last_updated": "2021-04-28T05:30:29Z", "name": "adax", "new": false, "repository_manifest": {"name": "Adax heaters", "domains": ["climate"], "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 23, "topics": ["adax", "adax-heaters", "hacs", "homeassistant"], "version_installed": null, "last_fetched": 1641587689.787434}, "158194879": {"authors": ["@danobot"], "category": "integration", "description": "Entity and lighting controller for managing devices via timers, scripts, and sun-based time restrictions.", "domain": "entity_controller", "downloads": 0, "etag_repository": "W/\"77f9834d48c40913309f6065b4c239af1485166fed1892201d49145582a7976c\"", "full_name": "danobot/entity-controller", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2771f1e", "last_release_tag": "v9.3.0", "last_updated": "2021-10-30T11:14:11Z", "name": "entity_controller", "new": false, "repository_manifest": {"name": "Entity Controller", "homeassistant": "0.117.0"}, "selected_tag": null, "show_beta": false, "stars": 180, "topics": ["finite-state-machine", "hass", "home-assistant", "home-automation", "internet-of-things", "iot", "lighting-controller", "motion-light", "motion-sensor", "python", "smart-home"], "version_installed": null, "last_fetched": 1643571227.773501}, "195459345": {"authors": ["@daenny"], "category": "integration", "description": "Home Assistant Climate Group", "domain": "climate_group", "downloads": 0, "etag_repository": "W/\"5115194afbbbd0d1b64dba65173d507d31cd07c58a45f0f537c3f9804f2d4c45\"", "full_name": "daenny/climate_group", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "24631ab", "last_release_tag": "0.6.0", "last_updated": "2021-12-20T16:13:00Z", "name": "climate_group", "new": false, "repository_manifest": {"domains": ["climate"], "name": "Climate Group", "render_readme": true, "homeassistant": "0.96.0"}, "selected_tag": null, "show_beta": false, "stars": 57, "topics": [], "version_installed": null, "last_fetched": 1641470196.229343}, "224001103": {"authors": ["@biker91620", "@cyr-ius"], "category": "integration", "description": "Cozytouch support for Home Assistant", "domain": "cozytouch", "downloads": 0, "etag_repository": "W/\"4463e789529a0928fceaedd1a4f206ec7a15989dd653cd9cccf91645d40ff3fb\"", "full_name": "Cyr-ius/hass-cozytouch", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "965ae4d", "last_release_tag": "1.6.6", "last_updated": "2021-12-21T13:05:10Z", "name": "cozytouch", "new": false, "repository_manifest": {"name": "Cozytouch", "country": ["FR"], "domains": ["binary_sensor", "sensor", "climate", "water_heater", "switch"], "homeassistant": "0.109"}, "selected_tag": null, "show_beta": false, "stars": 19, "topics": [], "version_installed": null, "last_fetched": 1641895568.555787}, "203736221": {"authors": ["@almirdelkic", "@dave-code-ruiz", "@LordMike"], "category": "integration", "description": "Custom Component to connect Home Assistant with Uhome Uponor Smatrix App", "domain": "uhomeuponor", "downloads": 0, "etag_repository": "W/\"e4b135433b073e2179c8857eb65bce2a815041b803b560fd162fd74be4a5e5e7\"", "full_name": "dave-code-ruiz/uhomeuponor", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "610b6ff", "last_release_tag": "1.0.0", "last_updated": "2021-12-20T13:55:09Z", "name": "uhomeuponor", "new": false, "repository_manifest": {"name": "Uponor Uhome integration", "render_readme": true, "domains": ["sensor", "climate"]}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": ["customcomponents", "gateway", "homeassistant", "python", "rest-api", "setpoint", "smatrix", "smatrixwaveplus", "thermostat", "uponor"], "version_installed": null, "last_fetched": 1642851070.452233}, "201457186": {"authors": ["@darksir23"], "category": "integration", "description": "HomeAssistant Sensor for Mylar (Compatible with Upcoming Meda Card)", "domain": "mylar", "downloads": 0, "etag_repository": "W/\"e5632177f97a47539d4a2480308448f80de0e588d4b42b3e893062c48f552314\"", "full_name": "WillowMist/sensor.mylar", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b25f87d", "last_release_tag": null, "last_updated": "2019-11-23T19:10:34Z", "name": "mylar", "new": false, "repository_manifest": {"name": "Mylar Sensor Card", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["media-card", "mylar", "sensor"], "version_installed": null, "last_fetched": 1642943792.299242}, "160218749": {"authors": ["@DavidMStraub"], "category": "integration", "description": "Custom component for Home Assistant to connect appliances supporting the Home Connect standard", "domain": "home_connect_beta", "downloads": 0, "etag_repository": "W/\"1673b40ae87d93c34dedc94e8f94fb701d3776ddfe8712421d082843cf69124a\"", "full_name": "DavidMStraub/homeassistant-homeconnect", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "008091f", "last_release_tag": "v1.0.1", "last_updated": "2021-12-12T07:53:34Z", "name": "home_connect_beta", "new": false, "repository_manifest": {"name": "Home Connect", "domains": ["sensor", "binary_sensor", "switch"], "homeassistant": "0.102", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 119, "topics": ["hacs", "homeassistant", "homeconnect", "python"], "version_installed": null, "last_fetched": 1642520500.571336}, "266557774": {"authors": ["deblockt"], "category": "integration", "description": "proscenic 790T intergration for home assistant", "domain": "proscenic", "downloads": 0, "etag_repository": "W/\"2d9e31b7d9a838db0873013b7158102a561e903530a1817b2a918deaa9eb8bcd\"", "full_name": "deblockt/hass-proscenic-790T-vacuum", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "79e95b6", "last_release_tag": "0.0.8", "last_updated": "2021-10-31T11:09:24Z", "name": "proscenic", "new": false, "repository_manifest": {"name": "proscenic 790T vacuum", "domains": ["vacuum"], "homeassistant": "2021.7.4", "iot_class": "local_polling", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 11, "topics": ["790t", "home-assistant", "proscenic", "vacuum", "vacuum-cleaner"], "version_installed": null}, "283518438": {"authors": ["@definitio"], "category": "integration", "description": "Home Assistant integration for RHVoice - a local text-to-speech engine.", "domain": "rhvoice", "downloads": 0, "etag_repository": "W/\"437bfbe8d031812c1c469d2a6fa998a409bd386db833b2d63b6382f15ae2106e\"", "full_name": "definitio/ha-rhvoice", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6a0b65c", "last_release_tag": "1.3", "last_updated": "2021-12-25T14:29:22Z", "name": "rhvoice", "new": false, "repository_manifest": {"name": "RHVoice", "render_readme": true, "domains": ["tts"]}, "selected_tag": null, "show_beta": false, "stars": 16, "topics": ["home-assistant", "integration", "rhvoice", "smarthome", "tts"], "version_installed": null, "last_fetched": 1643571227.973679}, "283243425": {"authors": ["@definitio"], "category": "integration", "description": "A Home Assistant integration to turn your vacuum into an audio player.", "domain": "sox", "downloads": 0, "etag_repository": "W/\"55054d5662e6fca8fb62ed079439763f6194740555b275be0669a5e199ceffd9\"", "full_name": "definitio/ha-sox", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "ae0a449", "last_release_tag": "1.1.2", "last_updated": "2021-05-20T11:11:34Z", "name": "sox", "new": false, "repository_manifest": {"name": "SoX", "render_readme": true, "domains": ["media_player"]}, "selected_tag": null, "show_beta": false, "stars": 10, "topics": ["audio-player", "home-assistant", "integration", "roborock", "robot-vacuum", "smarthome", "vacuum", "xiaomi"], "version_installed": null, "last_fetched": 1643571228.062816}, "255139072": {"authors": ["@dgomes"], "category": "integration", "description": "Home Assistant Custom Component for ERSE", "domain": "erse", "downloads": 0, "etag_repository": "W/\"a78c26d72f14b8b70f3a35613a17dd502242bf40b91d5c2d89d1aa78544575d4\"", "full_name": "dgomes/ha_erse", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2d83134", "last_release_tag": "2.1.2", "last_updated": "2021-11-06T00:50:17Z", "name": "erse", "new": false, "repository_manifest": {"name": "Entidade Reguladora dos Servi\u00e7os Energ\u00e9ticos", "country": ["PT"], "homeassistant": "2021.11.0", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 17, "topics": ["home-assistant-component", "utility-meters"], "version_installed": null, "last_fetched": 1643571228.371309}, "163322610": {"authors": ["Djbulsink", "SeraphimSerapis"], "category": "integration", "description": "Panasonic Comfort Cloud HA component", "domain": "panasonic_ac", "downloads": 0, "etag_repository": "W/\"05b3c1c1f7672cb888fc59f76434996805f437d6c57ce3f0dabdb4243a4bbd6a\"", "full_name": "djbulsink/panasonic_ac", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "fc0b613", "last_release_tag": null, "last_updated": "2021-07-18T13:30:47Z", "name": "panasonic_ac", "new": false, "repository_manifest": {"name": "Panasonic Comfort Cloud HA component", "domains": ["climate"], "homeassistant": "0.110.0"}, "selected_tag": null, "show_beta": false, "stars": 27, "topics": [], "version_installed": null}, "177469955": {"authors": ["@dlarrick"], "category": "integration", "description": "Home Assistant module interfacing with Mitsubishi mini-split units", "domain": "kumo", "downloads": 0, "etag_repository": "W/\"2328c7a98ab9cc9a2b4e9a014aadbfd54c9c68f715b191a9889cae82159390d2\"", "full_name": "dlarrick/hass-kumo", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3d64cb7", "last_release_tag": "v0.2.8", "last_updated": "2021-12-19T03:22:01Z", "name": "kumo", "new": false, "repository_manifest": {"name": "Mitsubishi Kumo Cloud", "render_readme": true, "domains": ["climate"], "homeassistant": "0.96.0", "iot_class": "local_poll"}, "selected_tag": null, "show_beta": false, "stars": 38, "topics": ["climate", "custom-component", "home-assistant", "homeassistant", "kumo", "kumocloud", "mini-split", "mitsubishi", "python"], "version_installed": null, "last_fetched": 1642520500.813846}, "291751884": {"authors": ["@djtimca"], "category": "integration", "description": "Home Assistant integration for SpaceX Next Launch and Starman data.", "domain": "spacex", "downloads": 0, "etag_repository": "W/\"94678e7f2909daa6319103661ededc6351809362d8ee1be8ec6806e11752b0d8\"", "full_name": "djtimca/HASpaceX", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e716158", "last_release_tag": "030", "last_updated": "2021-12-19T15:28:22Z", "name": "spacex", "new": false, "repository_manifest": {"name": "SpaceX Next Launch and Starman", "country": ["CA"], "domains": ["binary_sensor", "sensor"], "homeassistant": "0.115.0", "iot_class": ["Cloud Polling"]}, "selected_tag": null, "show_beta": false, "stars": 24, "topics": ["home-assistant", "home-assistant-component", "home-assistant-custom", "home-assistant-sensor", "spacex", "spacex-launches"], "version_installed": null, "last_fetched": 1641307192.454496}, "229014136": {"authors": ["doudz"], "category": "integration", "description": "myjdownloader integration for home assistant", "domain": "myjdownloader", "downloads": 0, "etag_repository": "W/\"90de0534407df02af2188fac2a28d170f264e50245e9b5d0ed8491a545f8314c\"", "full_name": "doudz/homeassistant-myjdownloader", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2ef462d", "last_release_tag": "2.1.0", "last_updated": "2021-12-04T20:29:43Z", "name": "myjdownloader", "new": false, "repository_manifest": {"name": "MyJDownloader", "domains": ["sensor", "binary_sensor", "switch"], "render_readme": true, "iot_class": "cloud_polling"}, "selected_tag": null, "show_beta": false, "stars": 13, "topics": [], "version_installed": null, "last_fetched": 1641057968.411202}, "188698828": {"authors": [], "category": "integration", "description": "Adds support for Yandex Smart Home (Alice voice assistant) into Home Assistant", "domain": "yandex_smart_home", "downloads": 0, "etag_repository": "W/\"096339396f040273e4e9afdeec08dbd90856a5946eaa218c3a4d5f2ade068874\"", "full_name": "dmitry-k/yandex_smart_home", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9d06820", "last_release_tag": "v0.3.6", "last_updated": "2022-01-05T09:49:38Z", "name": "yandex_smart_home", "new": false, "repository_manifest": {"country": ["RU", "BY"], "homeassistant": "2021.7", "name": "Yandex Smart Home", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 476, "topics": ["alice", "home-assistant-component", "voice-assistant", "yandex"], "version_installed": null, "last_fetched": 1643571229.317005}, "200073618": {"authors": ["@dlashua"], "category": "integration", "description": "Add template binary_sensors from the UI.", "domain": "templatebinarysensor", "downloads": 0, "etag_repository": "W/\"bff79847f43ac62020e1807780ff05b9120ff6f5e53a481a673668b229c792a7\"", "full_name": "dlashua/templatebinarysensor", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "48d6b86", "last_release_tag": null, "last_updated": "2021-11-11T12:35:12Z", "name": "templatebinarysensor", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 0, "topics": [], "version_installed": null}, "230841240": {"authors": ["@dr1rrb"], "category": "integration", "description": "Twinkly integration for Home-Assistant", "domain": "twinkly", "downloads": 0, "etag_repository": "W/\"89c65102f0d04803aae262ed9e2f07f5122315e3c4ea2ec0a9e25327bf2a473d\"", "full_name": "dr1rrb/ha-twinkly", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5e66794", "last_release_tag": null, "last_updated": "2020-11-22T03:12:22Z", "name": "twinkly", "new": false, "repository_manifest": {"name": "Twinkly", "domains": ["light"], "iot_class": "local_polling", "render_readme": false}, "selected_tag": null, "show_beta": false, "stars": 12, "topics": ["custom-component", "hacs", "home-assistant", "homeassistant", "light", "twinkly"], "version_installed": null}, "157782680": {"authors": ["@DSorlov"], "category": "integration", "description": "HomeAssistant SL Sensor (HASL)", "domain": "hasl", "downloads": 0, "etag_repository": "W/\"460ebb6c71e8892b174807c4a16f7f69b021ec27a0f023bcc1ab1d8fe5f0d92b\"", "full_name": "DSorlov/hasl-platform", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6d6b27b", "last_release_tag": "2.2.8", "last_updated": "2022-01-03T15:54:51Z", "name": "hasl", "new": false, "repository_manifest": {"name": "Home Assistant SL Sensor (HASL)", "content_in_root": false, "zip_release": false, "render_readme": false, "domains": ["sensor"], "country": ["SE"], "homeassistant": "2021.12", "iot_class": "cloud_poll"}, "selected_tag": null, "show_beta": false, "stars": 21, "topics": ["ha-sensor-sl", "homeassistant", "homeassistant-sensor", "sl-sensor", "stockholms-lokaltrafik"], "version_installed": null, "last_fetched": 1641307193.753598}, "267076188": {"authors": ["@dynasticorpheus"], "category": "integration", "description": "Gigaset Smart Home integration for Home Assistant", "domain": "gigasetelements", "downloads": 0, "etag_repository": "W/\"fcd95fa8d304af02f3634dd174e63e7502c5e0faed2e7a9dd3a1e4cbde1b143c\"", "full_name": "dynasticorpheus/gigasetelements-ha", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7563c7b", "last_release_tag": "2022.1.0", "last_updated": "2022-01-30T15:11:29Z", "name": "gigasetelements", "new": false, "repository_manifest": {"name": "Gigaset Elements", "render_readme": "true", "homeassistant": "2021.4.6"}, "selected_tag": null, "show_beta": false, "stars": 11, "topics": ["community", "custom-component", "custom-components", "gigaset", "gigasetelements", "hacs", "home-assistant", "home-automation", "homeassistant", "integration", "python3", "smarthome"], "version_installed": null, "last_fetched": 1643571229.375805}, "250345421": {"authors": ["@eifinger"], "category": "integration", "description": "Homeassistant integration for FoldingAtHomeControl", "domain": "foldingathomecontrol", "downloads": 0, "etag_repository": "W/\"8fcfa52685111da25a92728007bb84786565ae45d0e04a7ad332c690860edc5e\"", "full_name": "eifinger/hass-foldingathomecontrol", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "80fc72d", "last_release_tag": "v2.0.14", "last_updated": "2022-01-10T17:17:08Z", "name": "foldingathomecontrol", "new": false, "repository_manifest": {"name": "Folding@HomeControl", "domains": ["sensor"], "homeassistant": "2021.12.0", "iot_class": "Local Push"}, "selected_tag": null, "show_beta": false, "stars": 14, "topics": ["asyncio", "folding-at-home", "foldingathome", "hacktoberfest", "homeassistant", "python", "python3"], "version_installed": null, "last_fetched": 1641895576.742688}, "206574936": {"authors": ["@eavanvalkenburg"], "category": "integration", "description": "SIA alarm systems integration into Home Assistant", "domain": "sia", "downloads": 0, "etag_repository": "W/\"057e606aa96dd7620d67153be87f8993a163fb122b23d24c3d995f2ef11294ca\"", "full_name": "eavanvalkenburg/sia", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9ec5e93", "last_release_tag": "v0.3.11", "last_updated": "2021-10-20T15:19:04Z", "name": "sia", "new": false, "repository_manifest": {"name": "SIA", "domains": ["binary_sensor"]}, "selected_tag": null, "show_beta": false, "stars": 47, "topics": [], "version_installed": null, "last_fetched": 1642520501.18063}, "202322117": {"authors": ["@eifinger"], "category": "integration", "description": "Custom Component for Homeassistant Providing Travel Time Information using openrouteservice.org", "domain": "open_route_service", "downloads": 0, "etag_repository": "W/\"35da629e5d450ff343441f12b1c8d290a23b26622dce983882f99cce8b3c6bc5\"", "full_name": "eifinger/open_route_service", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "ca140dc", "last_release_tag": "v1.1.1", "last_updated": "2022-01-06T14:24:36Z", "name": "open_route_service", "new": false, "repository_manifest": {"name": "open_route_service", "domains": ["sensor"], "iot_class": ["Cloud Polling"]}, "selected_tag": null, "show_beta": false, "stars": 10, "topics": ["homeassistant", "open-route-service", "python", "python3"], "version_installed": null, "last_fetched": 1641587703.063702}, "213959778": {"authors": ["@elad-bar"], "category": "integration", "description": "Dahua VTO Integration", "domain": "dahuavto", "downloads": 0, "etag_repository": "W/\"8b6985153f2c82718d8684e302d1a9d96bd7de593dfdfc9e77ff5ad549f22430\"", "full_name": "elad-bar/ha-dahuavto", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "895da2c", "last_release_tag": null, "last_updated": "2020-10-01T10:34:46Z", "name": "dahuavto", "new": false, "repository_manifest": {"name": "Dahua VTO Integration", "iot_class": "Local Polling"}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": [], "version_installed": null}, "169641362": {"authors": ["@elad-bar"], "category": "integration", "description": "Integration with Blue Iris Video Security Software", "domain": "blueiris", "downloads": 0, "etag_repository": "W/\"093e3771aeed3b510a6336416a49836058c0f41b354a137f1f1e0cdc09a81016\"", "full_name": "elad-bar/ha-blueiris", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "22af8ab", "last_release_tag": "v1.0.7", "last_updated": "2021-12-11T13:52:12Z", "name": "blueiris", "new": false, "repository_manifest": {"name": "BlueIris NVR", "iot_class": "Local Polling", "homeassistant": "2021.12.0"}, "selected_tag": null, "show_beta": false, "stars": 110, "topics": [], "version_installed": null, "last_fetched": 1643545554.568682}, "220482107": {"authors": ["@elad-bar"], "category": "integration", "description": "HP Printer Integration", "domain": "hpprinter", "downloads": 0, "etag_repository": "W/\"fdc1cd2d871237b58998794ef74764202cc181d378ce8ed0d31d6fb4e9828cc1\"", "full_name": "elad-bar/ha-hpprinter", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "0261b8e", "last_release_tag": "v1.0.5", "last_updated": "2021-12-30T16:59:01Z", "name": "hpprinter", "new": false, "repository_manifest": {"name": "HP Printers Integration", "iot_class": "Local Polling", "homeassistant": "2021.12.0"}, "selected_tag": null, "show_beta": false, "stars": 55, "topics": [], "version_installed": null, "last_fetched": 1643571230.096681}, "169467285": {"authors": ["@elad-bar"], "category": "integration", "description": "Integration with EdgeOS (Ubiquiti)", "domain": "edgeos", "downloads": 0, "etag_repository": "W/\"8f34ce15a8a53891a87e2f31304c559da0e01e1e7310a603be6ef73e02269e8d\"", "full_name": "elad-bar/ha-edgeos", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2a348e6", "last_release_tag": "v1.1.7", "last_updated": "2021-12-12T16:24:18Z", "name": "edgeos", "new": false, "repository_manifest": {"name": "EdgeOS (Ubiquiti)", "iot_class": "Local Polling", "homeassistant": "2021.12.0"}, "selected_tag": null, "show_beta": false, "stars": 86, "topics": [], "version_installed": null, "last_fetched": 1642851081.932442}, "177169766": {"authors": ["@eseglem"], "category": "integration", "description": "Home Assistant WattBox Component", "domain": "wattbox", "downloads": 0, "etag_repository": "W/\"073ba410f8c281dd189609770a904c9fce951ee9f31fcedd91dbf9ffffbe704d\"", "full_name": "eseglem/hass-wattbox", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4aaf37d", "last_release_tag": "v0.7.0", "last_updated": "2021-08-23T22:39:23Z", "name": "wattbox", "new": false, "repository_manifest": {"name": "Wattbox", "domains": ["binary_sensor", "sensor", "switch"], "iot_class": "Local Polling", "homeassistant": "2021.8.0"}, "selected_tag": null, "show_beta": false, "stars": 7, "topics": ["battery", "hacs", "home-assistant", "ups", "wattbox"], "version_installed": null}, "255073429": {"authors": ["@ericpignet"], "category": "integration", "description": "LG Hombot/Roboking Component for Home Assistant.", "domain": "lg_hombot", "downloads": 0, "etag_repository": "W/\"aedb90bb819ec7c30dcdf09cdd89ada6310560217eb2acdb649cb8c87ddd7e65\"", "full_name": "ericpignet/home-assistant-lg_hombot", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "13d21d3", "last_release_tag": "v0.0.3", "last_updated": "2021-06-21T01:02:21Z", "name": "lg_hombot", "new": false, "repository_manifest": {"name": "LG Hombot Vacuum Cleaner", "domains": ["vacuum"], "homeassistant": "0.108.0"}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": ["custom-components", "hacs", "hombot", "home-assistant", "home-assistant-component", "homeassistant", "roboking"], "version_installed": null}, "257586609": {"authors": ["@ericpignet"], "category": "integration", "description": "TPLink router device tracker for Home Assistant", "domain": "tplink_router", "downloads": 0, "etag_repository": "W/\"1c1f91bc8c7dffb513367982d2b79b7251f38ca7eb174b77d70f971df1aa700d\"", "full_name": "ericpignet/home-assistant-tplink_router", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "eaf3e98", "last_release_tag": "v0.0.6", "last_updated": "2021-12-03T23:24:45Z", "name": "tplink_router", "new": false, "repository_manifest": {"name": "TPLink Router", "domains": ["device_tracker"], "homeassistant": "0.108.0"}, "selected_tag": null, "show_beta": false, "stars": 29, "topics": ["custom-components", "hacs", "home-assistant", "home-assistant-component", "homeassistant", "tplink"], "version_installed": null, "last_fetched": 1643571230.33706}, "213950645": {"authors": [], "category": "integration", "description": "Support for interface with an ElkoEP Lara devices", "domain": "elkoep_lara", "downloads": 0, "etag_repository": "W/\"50d62be0ca3ad45820e46a1652802ef165d270306ab5a4e13c4d389b150829eb\"", "full_name": "exKAjFASH/media_player.elkoep_lara", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2969807", "last_release_tag": "v0.1.0", "last_updated": "2021-06-15T09:28:14Z", "name": "elkoep_lara", "new": false, "repository_manifest": {"name": "ElkoEP Lara", "render_readme": true, "domains": ["media_player"]}, "selected_tag": null, "show_beta": false, "stars": 0, "topics": ["custom-component", "home-assistant", "homeassistant", "python"], "version_installed": null}, "262140617": {"authors": ["@eyalcha"], "category": "integration", "description": "Home Assistant sensor to read water meter", "domain": "read_your_meter", "downloads": 0, "etag_repository": "W/\"22a019bdd7c4ecbe2783b2d534dbfb72c81349944138aa47f5d4243dda06b29a\"", "full_name": "eyalcha/read_your_meter", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "23063bf", "last_release_tag": "1.0.11", "last_updated": "2021-09-15T16:00:50Z", "name": "read_your_meter", "new": false, "repository_manifest": {"name": "Read Your Meter", "domains": ["sensor"], "country": ["IL"], "homeassistant": "0.106.0"}, "selected_tag": null, "show_beta": false, "stars": 26, "topics": ["custom-component", "hacs", "home-assistant", "sensor"], "version_installed": null}, "261291147": {"authors": ["@eyalcha"], "category": "integration", "description": "Thermal camera for Home Assistant", "domain": "thermal", "downloads": 0, "etag_repository": "W/\"4afc996368b0743fc2c6c231dd3c0fd21a1a6c33e5716c884ddaa1587e54f4d3\"", "full_name": "eyalcha/thermal", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "bf43aa3", "last_release_tag": "1.0.0", "last_updated": "2021-06-24T00:05:39Z", "name": "thermal", "new": false, "repository_manifest": {"name": "Thermal", "domains": ["camera", "sensor"], "homeassistant": "0.106.0"}, "selected_tag": null, "show_beta": false, "stars": 24, "topics": ["camera", "custom-component", "home-assistant", "sensor"], "version_installed": null}, "290436986": {"authors": ["@fineemb"], "category": "integration", "description": "\u7528\u4e8eHASS\u7684\u5f69\u4e91\u5929\u6c14\u7ec4\u4ef6", "domain": "colorfulclouds", "downloads": 0, "etag_repository": "W/\"07e61910dedc362a25e698f6ee33a4d208fec6a639463a9470e08cbb051dc34a\"", "full_name": "fineemb/Colorfulclouds-weather", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "bc9e898", "last_release_tag": "v1.2.6", "last_updated": "2021-05-04T14:39:53Z", "name": "colorfulclouds", "new": false, "repository_manifest": {"name": "\u5f69\u4e91\u5929\u6c14", "domains": ["weather", "sensor"], "render_readme": true, "homeassistant": "0.99.9", "country": ["CN"]}, "selected_tag": null, "show_beta": false, "stars": 40, "topics": ["hass", "weather"], "version_installed": null, "last_fetched": 1642094175.268777}, "237880993": {"authors": ["@fineemb"], "category": "integration", "description": "\u667a\u7c73\u667a\u80fd\u7535\u6696\u5668", "domain": "miheater", "downloads": 0, "etag_repository": "W/\"9062c5bf569523c60809f95ebfd39248e9555e4f0f8e82b5cc24b4f7186085ef\"", "full_name": "fineemb/Smartmi-smart-heater", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "28757be", "last_release_tag": "v1.23", "last_updated": "2021-01-13T01:49:54Z", "name": "miheater", "new": false, "repository_manifest": {"name": "Smartmi smart heater", "domains": ["climate"], "render_readme": true, "homeassistant": "0.99.9", "country": ["CN"]}, "selected_tag": null, "show_beta": false, "stars": 16, "topics": [], "version_installed": null}, "296320952": {"authors": ["@fineemb"], "category": "integration", "description": "HASS\u7684\u5c0f\u7c73\u4e91\u670d\u52a1\u96c6\u6210", "domain": "xiaomi_cloud", "downloads": 0, "etag_repository": "W/\"215ed00529a21158d7e718f24c2b58ef94ff03f986628c3747ab2cd4ffc50f93\"", "full_name": "fineemb/xiaomi-cloud", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "04d9793", "last_release_tag": "v1.2.6", "last_updated": "2021-05-04T14:38:20Z", "name": "xiaomi_cloud", "new": false, "repository_manifest": {"name": "\u5c0f\u7c73\u4e91\u670d\u52a1", "domains": ["device_tracker", "sensor"], "render_readme": true, "homeassistant": "0.99.9", "country": ["CN"]}, "selected_tag": null, "show_beta": false, "stars": 27, "topics": ["cloud", "hacs", "hass", "xiaomi"], "version_installed": null, "last_fetched": 1642094175.357851}, "229060565": {"authors": ["@fineemb"], "category": "integration", "description": "\u5c0f\u7c73\u517b\u751f\u58f6", "domain": "health_pot", "downloads": 0, "etag_repository": "W/\"16be15bbb0b0c448f5a8132c34e16536a1c19528cf1128f8e2a90f8c97ce1383\"", "full_name": "fineemb/Xiaomi-Smart-Multipurpose-Kettle", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e5c28dc", "last_release_tag": "v1.3", "last_updated": "2021-06-07T16:02:47Z", "name": "health_pot", "new": false, "repository_manifest": {"name": "Xiaomi Mijia Multifunctional MJYSH01YM", "domains": ["health_pot"], "render_readme": true, "homeassistant": "0.99.9"}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": [], "version_installed": null}, "285560672": {"authors": ["@FL550"], "category": "integration", "description": "Deutscher Wetterdienst integration for Home-Assistant", "domain": "dwd_weather", "downloads": 0, "etag_repository": "W/\"095d54dcb8d6caf5511021ff7cd75bba1306ddf41d38c567cc39b1437d33b1bb\"", "full_name": "FL550/dwd_weather", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "643c49e", "last_release_tag": "v1.2.17", "last_updated": "2022-01-07T16:28:18Z", "name": "dwd_weather", "new": false, "repository_manifest": {"name": "Deutscher Wetterdienst", "domains": ["weather", "sensor"], "iot_class": "Cloud Polling", "render_readme": false}, "selected_tag": null, "show_beta": false, "stars": 65, "topics": ["deutscher-wetterdienst", "dwd", "dwd-weather", "hacs", "hass", "home-assistant", "homeassistant", "weather", "weather-entity", "weather-forecast"], "version_installed": null, "last_fetched": 1641587710.040789}, "220685552": {"authors": ["@freakshock88"], "category": "integration", "description": "Custom component for Home Assistant which generates a sensor to show popularity for a google maps place.", "domain": "populartimes", "downloads": 0, "etag_repository": "W/\"21f6933662c8485775c27540810b39d6c6baff34f5eea819c42a2c2f925c18c5\"", "full_name": "freakshock88/hass-populartimes", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "86842d0", "last_release_tag": "0.24", "last_updated": "2021-05-05T18:54:43Z", "name": "populartimes", "new": false, "repository_manifest": {"name": "Popular Times", "render_readme": true, "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 18, "topics": ["google-maps", "google-places-api", "homeassistant"], "version_installed": null, "last_fetched": 1641217204.169365}, "226707533": {"authors": ["@freol35241"], "category": "integration", "description": "Long time state storage (LTSS) custom component for Home Assistant using Timescale DB", "domain": "ltss", "downloads": 0, "etag_repository": "W/\"2998cdceac16ada031f378f5a96479eeb7d88b72e31174dda320b3d08749efb5\"", "full_name": "freol35241/ltss", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "13cdd43", "last_release_tag": "v1.0.0", "last_updated": "2021-10-12T14:18:35Z", "name": "ltss", "new": false, "repository_manifest": {"name": "ltss", "iot_class": "Local Polling"}, "selected_tag": null, "show_beta": false, "stars": 33, "topics": ["custom-component", "database", "hacs", "homeassistant", "ltss", "state-storage", "storage", "timescaledb"], "version_installed": null, "last_fetched": 1643571230.932222}, "217507414": {"authors": ["@fineemb"], "category": "integration", "description": "\u63a5\u5165Hass\u7684\u51c9\u9738\u7ec4\u4ef6", "domain": "yeelink", "downloads": 0, "etag_repository": "W/\"169142bd6f57f510ea02d62f7a36e5ce83e4b5e6bc8156f33881f813ad972b50\"", "full_name": "fineemb/Yeelink-ven-fan", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "27cbd60", "last_release_tag": "v1.0", "last_updated": "2020-01-31T15:57:47Z", "name": "yeelink", "new": false, "repository_manifest": {"name": "Yeelight ven fan", "domains": ["fan"], "render_readme": true, "homeassistant": "0.99.9"}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": [], "version_installed": null}, "264655935": {"authors": ["@gadgetchnnel"], "category": "integration", "description": "A custom component for Home Assistant to allow regular entities to be used as a calendar", "domain": "entities_calendar", "downloads": 0, "etag_repository": "W/\"dc5a475f246aa4a5c6377fc1f88c1f21e45050c97804a4fa16421fc14460b3ab\"", "full_name": "gadgetchnnel/entities_calendar", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "cb2264f", "last_release_tag": "0.0.8", "last_updated": "2021-12-05T15:40:28Z", "name": "entities_calendar", "new": false, "repository_manifest": {"name": "Entities Calendar", "content_in_root": false, "domains": ["calendar"]}, "selected_tag": null, "show_beta": false, "stars": 11, "topics": ["calendar", "entities-calendar"], "version_installed": null, "last_fetched": 1641057981.870182}, "183212377": {"authors": ["@fondberg"], "category": "integration", "description": "Home assistant custom component to start Spotify playback on an idle chromecast device as well as control spotify connect devices", "domain": "spotcast", "downloads": 0, "etag_repository": "W/\"dcde6cdb19db1d868c3c36f05b420bb7d2d9ad6451e557be35f1419abadabab7\"", "full_name": "fondberg/spotcast", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "36ca464", "last_release_tag": "v3.6.24", "last_updated": "2022-01-29T10:28:06Z", "name": "spotcast", "new": false, "repository_manifest": {"name": "Spotcast", "domains": ["media_player", "sensor"], "homeassistant": "2021.12.0", "iot_class": ["Cloud Polling"]}, "selected_tag": null, "show_beta": false, "stars": 346, "topics": [], "version_installed": null, "last_fetched": 1643571230.891394}, "263757123": {"authors": ["@finity69x2"], "category": "integration", "description": "An updated version of the nws_alerts custom integration for Home Assistant", "domain": "nws_alerts", "downloads": 0, "etag_repository": "W/\"dc751f53ef576cdfeca7fbb4684e08b8bddcbb46ec9a791c74b79927fb792bd8\"", "full_name": "finity69x2/nws_alerts", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "8817a2c", "last_release_tag": "2.4", "last_updated": "2022-01-29T06:14:49Z", "name": "nws_alerts", "new": false, "repository_manifest": {"name": "NWS Alerts", "domains": ["sensor"], "homeassistant": "0.95.4", "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 17, "topics": ["alerts", "assistant", "home", "sensor", "weather"], "version_installed": null, "last_fetched": 1643571230.790616}, "261311061": {"authors": ["@garbled1"], "category": "integration", "description": "Ecowitt Weather Station integration for homeassistant", "domain": "ecowitt", "downloads": 0, "etag_repository": "W/\"c9f6374464f54bb0938e1460d208952bfb5ed0b00589c24eab3bf23cdfbc0d35\"", "full_name": "garbled1/homeassistant_ecowitt", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3ad3e03", "last_release_tag": "0.7", "last_updated": "2022-01-12T21:06:43Z", "name": "ecowitt", "new": false, "repository_manifest": {"name": "Ecowitt Weather Station", "render_readme": true, "domains": ["sensor", "binary_sensor"], "iot_class": "Local Push"}, "selected_tag": null, "show_beta": false, "stars": 71, "topics": ["ecowitt", "hacs", "home-assistant", "home-assistant-custom", "homeassistant-integration"], "version_installed": null, "last_fetched": 1642851091.52369}, "229755760": {"authors": ["@garbled1"], "category": "integration", "description": "Balboa spa integration for home-assistant", "domain": "balboa", "downloads": 0, "etag_repository": "W/\"7965efb22e88952c09f0f83cc34ad888065720acc75ae2b49bc4b7ca802b854c\"", "full_name": "garbled1/balboa_homeassistan", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "aece6fd", "last_release_tag": "0.6.1", "last_updated": "2021-10-11T13:24:27Z", "name": "balboa", "new": false, "repository_manifest": {"name": "Balboa Spa Client", "render_readme": true, "domains": ["binary_sensor", "climate", "fan", "switch"], "iot_class": "Local Push"}, "selected_tag": null, "show_beta": false, "stars": 17, "topics": ["balboa", "hacs", "home-assistant", "home-assistant-custom", "homeassistant-integration"], "version_installed": null, "last_fetched": 1643571231.533537}, "222292912": {"authors": ["@gcobb321"], "category": "integration", "description": "iCloud3 - An advanced device_tracker custom_component for iPhones, iPads, etc. It monitors zone & location updates triggered by the HA iOS App and supports Apple 2fa verification.", "domain": "icloud3", "downloads": 0, "etag_repository": "W/\"bf679447443018779ce4bd6f297409f787b724b1a506e72e3db339b98df50481\"", "full_name": "gcobb321/icloud3", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "0db8592", "last_release_tag": "v2.4.7", "last_updated": "2021-12-29T16:11:26Z", "name": "icloud3", "new": false, "repository_manifest": {"name": "iCloud3 Device Tracker", "zip_release": true, "render_readme": true, "domains": ["device_tracker"], "filename": "icloud3.zip"}, "selected_tag": null, "show_beta": false, "stars": 214, "topics": ["device-tracker", "ha-ios", "icloud", "icloud-account", "tracking", "zone", "zones"], "version_installed": null, "last_fetched": 1643571231.615641}, "201599575": {"authors": ["@gcorgnet"], "category": "integration", "description": "Home Assistant component to feed Upcoming Media Card with the latest releases on an Emby instance.", "domain": "emby_upcoming_media", "downloads": 0, "etag_repository": "W/\"9d574f3c503e13da628971c79f3682a2d01a08b5f7e68a0d047d4792b2c60e26\"", "full_name": "gcorgnet/sensor.emby_upcoming_media", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e33debb", "last_release_tag": "3.6", "last_updated": "2021-12-16T21:59:38Z", "name": "emby_upcoming_media", "new": false, "repository_manifest": {"name": "Emby Latest Media"}, "selected_tag": null, "show_beta": false, "stars": 10, "topics": [], "version_installed": null, "last_fetched": 1643571231.976754}, "264490983": {"authors": ["@GeorgeSG"], "category": "integration", "description": "Slack User sensor for Home Assistant", "domain": "slack_user", "downloads": 0, "etag_repository": "W/\"a74d0a12210889ffcb7522abcee203b5c2ef6e46bece9f9b50e781c5954137cd\"", "full_name": "GeorgeSG/ha-slack-user", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "386b476", "last_release_tag": "0.4.1", "last_updated": "2021-06-12T12:04:14Z", "name": "slack_user", "new": false, "repository_manifest": {"name": "Slack User", "domains": ["sensor"], "render_readme": true, "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 10, "topics": ["home-assistant", "home-assistant-component", "home-assistant-custom", "homeassistant", "homeassistant-integration"], "version_installed": null, "last_fetched": 1643571231.959303}, "199306003": {"authors": ["@gieljnssns"], "category": "integration", "description": "Buienalarm custom_component for Home-Assistant", "domain": "buienalarm", "downloads": 0, "etag_repository": "W/\"bd40dfd0ebae327b7c5bc29253519926a6d57049a167ceed0672774fe74343af\"", "full_name": "gieljnssns/buienalarm-sensor-homeassistant", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "104252b", "last_release_tag": "v1.9", "last_updated": "2021-12-04T09:48:55Z", "name": "buienalarm", "new": false, "repository_manifest": {"name": "Buienalarm", "render_readme": true, "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 17, "topics": [], "version_installed": null}, "199306511": {"authors": ["@gieljnssns"], "category": "integration", "description": "A custom component to get the readings of a Kostal Piko inverter", "domain": "kostal", "downloads": 0, "etag_repository": "W/\"db33a4e20016e5f4bb7b2e459d692dad428d622b10a18661e8de5e8d7edb12a7\"", "full_name": "gieljnssns/kostalpiko-sensor-homeassistant", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "93657fa", "last_release_tag": "v2.7", "last_updated": "2021-06-16T14:25:39Z", "name": "kostal", "new": false, "repository_manifest": {"name": "Kostal Piko", "render_readme": true, "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": [], "version_installed": null}, "261873234": {"authors": ["@gjohansson-ST"], "category": "integration", "description": "Integration to Sector Alarm for Home Assistant", "domain": "sector", "downloads": 0, "etag_repository": "W/\"1b389e59482320a221c3835f1f08c85373a97e86183f8002acff9deff8796957\"", "full_name": "gjohansson-ST/sector", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "325670e", "last_release_tag": "v0.3.4", "last_updated": "2022-01-09T19:14:52Z", "name": "sector", "new": false, "repository_manifest": {"name": "Sector Alarm", "render_readme": true, "domains": ["sensor", "lock", "alarm_control_panel", "switch"], "homeassistant": "2021.12.0", "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 11, "topics": ["alarm", "alarm-control", "alarm-control-panel", "lock", "sector", "sector-alarm", "temperature-sensor"], "version_installed": null, "last_fetched": 1641895595.185594}, "265716369": {"authors": ["@gilsonmandalogo"], "category": "integration", "description": "Minerstat mining hashrate.", "domain": "hacs-minerstat", "downloads": 0, "etag_repository": "W/\"990423b44ce4927291822796d56f1d564d972314e0dc5a84c3f156d8871888e3\"", "full_name": "gilsonmandalogo/hacs-minerstat", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a06b028", "last_release_tag": "1.1.1", "last_updated": "2021-06-27T03:17:32Z", "name": "hacs-minerstat", "new": false, "repository_manifest": {"name": "Minerstat", "render_readme": "true", "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["hacs", "homeassistant", "minerstat", "mining"], "version_installed": null}, "207794683": {"authors": [], "category": "integration", "description": "Google Location for HASS using the Google Geocode API", "domain": "google_geocode", "downloads": 0, "etag_repository": "W/\"aef445f43eece05826a613d44e2e41b2e0c6dfd7d1d8e2d2b7c07329d9f7643b\"", "full_name": "gregoryduckworth/GoogleGeocode-HASS", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2973eeb", "last_release_tag": "0.1.8", "last_updated": "2022-01-04T10:21:35Z", "name": "google_geocode", "new": false, "repository_manifest": {"name": "GoogleGeocode-HASS", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": [], "version_installed": null, "last_fetched": 1641307214.082965}, "292197182": {"authors": ["@hcoohb"], "category": "integration", "description": "Home assistant custom component for Yeelight bluetooth", "domain": "yeelight_bt", "downloads": 0, "etag_repository": "W/\"8a430ed9613da067744a3796b5f9e4a0e1bff126e10ae5e3bcbf8739339988ae\"", "full_name": "hcoohb/hass-yeelightbt", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7a4e6a0", "last_release_tag": "v0.11.3", "last_updated": "2021-05-01T10:03:46Z", "name": "yeelight_bt", "new": false, "repository_manifest": {"name": "Yeelight bluetooth", "render_readme": true, "domains": ["yeelight_bt", "light"], "homeassistant": "0.109.0", "iot_class": "Local Polling"}, "selected_tag": null, "show_beta": false, "stars": 20, "topics": ["bluetooth", "bluetooth-low-energy", "custom-component", "home-assistant", "yeelight-lamp"], "version_installed": null}, "263075818": {"authors": ["@guysie"], "category": "integration", "description": "Integration for Meural Canvas digital art frame in Home Assistant ", "domain": "meural", "downloads": 0, "etag_repository": "W/\"8269a56d36615382e31b541f3b85a214746a830f7c770c117e3feb0580a74f17\"", "full_name": "GuySie/ha-meural", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2a6faec", "last_release_tag": "v0.2.2", "last_updated": "2021-06-02T20:08:50Z", "name": "meural", "new": false, "repository_manifest": {"name": "HA-meural", "domains": ["media_player"], "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 31, "topics": ["home-assistant", "homeassistant", "homeassistant-components", "homeassistant-integration", "meural", "netgear"], "version_installed": null, "last_fetched": 1641895596.895804}, "143340728": {"authors": ["@herikw"], "category": "integration", "description": "Atag One Custom components for Home-Assistant", "domain": "atagone", "downloads": 0, "etag_repository": "W/\"5a2a2a5f30b2c7666c59555d7b1761130f359860a6d71b1c21b3bde3f28649b1\"", "full_name": "herikw/home-assistant-custom-components", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "230e5a3", "last_release_tag": "v2.0.1", "last_updated": "2022-01-03T11:05:53Z", "name": "atagone", "new": false, "repository_manifest": {"name": "ATAG One", "country": ["NL"], "render_readme": false, "domains": ["sensor", "climate"]}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": ["atag", "custom-components", "hacs", "home-assistant", "integration", "thermostat"], "version_installed": null, "last_fetched": 1643571232.89527}, "264499592": {"authors": ["@heyajohnny"], "category": "integration", "description": "Provides Home Assistant sensors for all cryptocurrencies supported by CoinGecko", "domain": "cryptoinfo", "downloads": 0, "etag_repository": "W/\"1d65439b11dd6569d076ff46becb400f5a1f7297c023073711df752eb3231012\"", "full_name": "heyajohnny/cryptoinfo", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "98e3a83", "last_release_tag": "v0.0.9", "last_updated": "2021-12-15T08:44:29Z", "name": "cryptoinfo", "new": false, "repository_manifest": {"name": "Cryptoinfo", "content_in_root": false, "render_readme": true, "domains": ["sensor"], "homeassistant": "0.100.0"}, "selected_tag": null, "show_beta": false, "stars": 29, "topics": [], "version_installed": null, "last_fetched": 1642851098.403207}, "234983286": {"authors": ["@thrilleratplay"], "category": "integration", "description": "Govee Temperature/Humidity BLE Home Assistant Component", "domain": "govee_ble_hci", "downloads": 0, "etag_repository": "W/\"599601c27887f77fc969560371ba3dcaa72c01cae0b8fda23d6244509eecdd05\"", "full_name": "Home-Is-Where-You-Hang-Your-Hack/sensor.goveetemp_bt_hci", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b0a6408", "last_release_tag": "v0.10.0", "last_updated": "2021-07-15T18:32:44Z", "name": "govee_ble_hci", "new": false, "repository_manifest": {"name": "Govee BLE HCI monitor sensor integration", "domains": "sensor"}, "selected_tag": null, "show_beta": false, "stars": 131, "topics": ["ble", "govee", "h5051", "h5072", "h5074", "h5075", "h5101", "h5102", "h5177", "h5179", "hacs", "home-assistant", "home-assistant-component"], "version_installed": null, "last_fetched": 1642520502.264548}, "243122556": {"authors": ["@hellowlol"], "category": "integration", "description": "Tide a sensor for HASS.", "domain": "tide", "downloads": 0, "etag_repository": "W/\"e442c19c4f63c021d0c225059894d369a25de8ed69f4a179beadf67bef56baa9\"", "full_name": "Hellowlol/ha-tide", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6bc1842", "last_release_tag": "0.0.2", "last_updated": "2021-06-06T20:30:32Z", "name": "tide", "new": false, "repository_manifest": {"name": "tide", "content_in_root": false, "country": ["NOR"], "domains": ["sensors"], "iot_class": "cloud_poll", "homeassistant": "0.96.0", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["hass", "norway", "tide"], "version_installed": null}, "164841067": {"authors": ["@isabellaalstrom"], "category": "integration", "description": "A custom component for Home Assistant to get messages from krisinformation.se", "domain": "krisinformation", "downloads": 0, "etag_repository": "W/\"451852ca792e3bea616a175f6cd8c6c7d6b975fcf2e3039d0d2f28a91ba8a353\"", "full_name": "isabellaalstrom/sensor.krisinformation", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e70f74a", "last_release_tag": "v1.0.3", "last_updated": "2021-06-29T18:03:29Z", "name": "krisinformation", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 26, "topics": ["hacktoberfest"], "version_installed": null, "last_fetched": 1642430582.077375}, "234118477": {"authors": ["@heyajohnny"], "category": "integration", "description": "Provides Home Assistant sensors for multiple Dutch waste collectors. The idea is to add more cities and features in the future.", "domain": "afvalinfo", "downloads": 0, "etag_repository": "W/\"e1b7b5c58baba62dba3616843d937de4fac6102b7c24c6e1a9dc2ad9358d385f\"", "full_name": "heyajohnny/afvalinfo", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1354b49", "last_release_tag": "v0.9.0", "last_updated": "2022-01-04T15:55:23Z", "name": "afvalinfo", "new": false, "repository_manifest": {"name": "Afvalinfo", "content_in_root": false, "render_readme": true, "domains": ["sensor"], "country": ["NL"], "homeassistant": "0.100.0"}, "selected_tag": null, "show_beta": false, "stars": 57, "topics": [], "version_installed": null, "last_fetched": 1643571233.234209}, "269316095": {"authors": ["@philklei", "@imicknl", "@vlebourl", "@tetienne"], "category": "integration", "description": "Custom component for Home Assistant to interact with smart devices via Somfy TaHoma or other OverKiz based API's.", "domain": "tahoma", "downloads": 0, "etag_repository": "W/\"596a799ce46db23a3e75666a4de7ed260dc710292ea3454ce91538fac2c4add7\"", "full_name": "iMicknl/ha-tahoma", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f55e9d9", "last_release_tag": "v2.12.1", "last_updated": "2022-01-27T11:39:43Z", "name": "tahoma", "new": false, "repository_manifest": {"name": "Overkiz (by Somfy) - Custom component", "domains": ["alarm_control_panel", "binary_sensor", "climate", "cover", "light", "lock", "number", "sensor", "switch", "water_heater"], "homeassistant": "2021.12.0", "render_readme": "true", "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 118, "topics": ["cozytouch", "hacktoberfest", "hi-kumo", "home-assistant", "nexity", "overkiz", "rexel", "somfy", "tahoma"], "version_installed": null, "last_fetched": 1643571234.131529}, "242700009": {"authors": ["@ITTV-Tools"], "category": "integration", "description": "Home Assistant Component for Kostal Plenticore ", "domain": "kostal_plenticore", "downloads": 0, "etag_repository": "W/\"f6495b2f1ed88e04332f1fe518b962688816f5d60c2f8cdeaa95878e1613c8b4\"", "full_name": "ITTV-tools/homeassistant-kostalplenticore", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "8f47ce3", "last_release_tag": "0.10.0", "last_updated": "2021-08-11T21:57:37Z", "name": "kostal_plenticore", "new": false, "repository_manifest": {"name": "Kostal Plenticore", "domains": ["sensor"], "iot_class": "Local Polling"}, "selected_tag": null, "show_beta": false, "stars": 15, "topics": ["component", "home-assistant", "kostal", "plenticore"], "version_installed": null}, "231989179": {"authors": ["al-fontes-jr", "JAAlperin"], "category": "integration", "description": "HASS custom component to load and run Bardolph (simple scripting utility for LIFX light bulbs by Al Fontes, Jr.)", "domain": "bardolph", "downloads": 0, "etag_repository": "W/\"b71988d961f841fadc4e35470d19bd5e3455f8f262c0665385c16a38b8e9a88f\"", "full_name": "JAAlperin/hass-bardolph", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "806fb18", "last_release_tag": null, "last_updated": "2021-05-08T22:23:44Z", "name": "bardolph", "new": false, "repository_manifest": {"name": "HASS Bardolph"}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["bardolph", "color-bulb", "home-assistant", "lifx", "lifx-lan-protocol", "scripts", "services"], "version_installed": null}, "183989659": {"authors": ["@jayblackedout"], "category": "integration", "description": "NHL Stats API Integration Into Home Assistant", "domain": "nhl_api", "downloads": 0, "etag_repository": "W/\"b6aca39c7e8ccc9ac4dcc6930a9da0e14c8a5d60654c566f2c1f54a3cc5682d2\"", "full_name": "JayBlackedOut/hass-nhlapi", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "db395d8", "last_release_tag": "v0.9.1", "last_updated": "2021-10-07T21:07:07Z", "name": "nhl_api", "new": false, "repository_manifest": {"name": "NHL API"}, "selected_tag": null, "show_beta": false, "stars": 30, "topics": [], "version_installed": null}, "235943258": {"authors": ["@jason0x43"], "category": "integration", "description": "A Hubitat integration for Home Assistant", "domain": "hubitat", "downloads": 0, "etag_repository": "W/\"175e5140d7d2a639a2b8aa4fa38778e4ab3d9d04de7ff8a20c9df1154cb4ce01\"", "full_name": "jason0x43/hacs-hubitat", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1173413", "last_release_tag": "v0.6.18", "last_updated": "2022-01-24T14:47:26Z", "name": "hubitat", "new": false, "repository_manifest": {"name": "Hubitat", "domains": ["binary_sensor", "climate", "light", "sensor", "switch"], "country": ["US"], "iot_class": "local_push"}, "selected_tag": null, "show_beta": false, "stars": 91, "topics": ["hacs", "home-assistant", "hubitat", "maker-api"], "version_installed": null, "last_fetched": 1643571234.563826}, "221855213": {"authors": ["@jcwillox"], "category": "integration", "description": "\ud83d\uddc3\ufe0f Improved Backup Service for Hass.io that can Automatically Remove Backups and Supports Generational Backup Schemes.", "domain": "auto_backup", "downloads": 0, "etag_repository": "W/\"f65c9c666fb80961b22c7692ac011abb9ebfff3829447da45cb9825e880951bc\"", "full_name": "jcwillox/hass-auto-backup", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "714e7af", "last_release_tag": "0.10.1", "last_updated": "2021-11-25T09:32:50Z", "name": "auto_backup", "new": false, "repository_manifest": {"name": "Auto Backup", "zip_release": true, "hide_default_branch": true, "filename": "auto_backup.zip", "homeassistant": "2021.9.0b0"}, "selected_tag": null, "show_beta": false, "stars": 115, "topics": ["auto-purge", "generational-backups", "hassio", "homeassistant", "snapshots"], "version_installed": null, "last_fetched": 1643571234.605657}, "273333188": {"authors": ["@jeroenterheerdt"], "category": "integration", "description": "Sensor for Home Assistant that gets reset at midnight", "domain": "daily", "downloads": 0, "etag_repository": "W/\"87d5f71e7b86c33c30ac6d2c695a4bea94fd8bb0603c79810bee50e00c010230\"", "full_name": "jeroenterheerdt/HADailySensor", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4147f18", "last_release_tag": "v0.3.9", "last_updated": "2022-01-06T21:13:29Z", "name": "daily", "new": false, "repository_manifest": {"name": "Daily Sensor", "render_readme": true, "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 18, "topics": ["aggregation", "average", "home-assistant", "home-automation", "homeassistant", "max", "maximum", "mean", "median", "min", "minimum", "sensor", "standard-deviation", "statistics", "stdev", "sum", "var", "variance"], "version_installed": null, "last_fetched": 1642851104.100894}, "263179176": {"authors": ["@jeroenterheerdt"], "category": "integration", "description": "Smart Irrigation custom component for Home Assistant", "domain": "smart_irrigation", "downloads": 0, "etag_repository": "W/\"4b8ea7e037b6be3ef6f90f2e663b6412f3001d0ad65da3fc6b48cf95fa5d9284\"", "full_name": "jeroenterheerdt/HAsmartirrigation", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "dfb7b2d", "last_release_tag": "v0.0.77", "last_updated": "2022-01-13T19:41:20Z", "name": "smart_irrigation", "new": false, "repository_manifest": {"name": "Smart Irrigation", "render_readme": true, "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 109, "topics": ["crop", "evaporation", "evapotranspiration", "flow", "grass", "home-automation", "homeassistant", "irrigation", "lawn", "openweathermap", "rain", "snow", "sprinkler", "sprinklers", "water", "watering"], "version_installed": null, "last_fetched": 1643545554.766255}, "190982718": {"authors": ["@jihao"], "category": "integration", "description": "A hass component to integrate with colorfulclouds (\u5f69\u4e91\u5929\u6c14)", "domain": "colorfulclouds", "downloads": 0, "etag_repository": "W/\"dddca5745e10d8989af1d6d90d49f629904323722fc53852f46063f9e4bf6286\"", "full_name": "jihao/colorfulclouds-hass", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2b01bb0", "last_release_tag": "v0.1.2", "last_updated": "2019-06-20T12:38:40Z", "name": "colorfulclouds", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 20, "topics": [], "version_installed": null}, "187201747": {"authors": [], "category": "integration", "description": "rokid webhook component for Home Assistant (\u82e5\u742aHA\u7ec4\u4ef6)", "domain": "rokid_webhook", "downloads": 0, "etag_repository": "W/\"e003656c9723bd24547be4d29cb7def36b38ecb1bec57ef2267b789a9059846e\"", "full_name": "jihao/rokid-webhook-hass", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "fe0707d", "last_release_tag": "0.1.3", "last_updated": "2021-07-09T09:24:38Z", "name": "rokid_webhook", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 12, "topics": [], "version_installed": null}, "198758494": {"authors": ["@ludeeus", "adapt by @jihao"], "category": "integration", "description": "A hass component to integrate with traccar_cn which adapts Chinese map coordinates (\u4e2d\u6587\u5730\u56fe traccar.cn)", "domain": "traccar_cn", "downloads": 0, "etag_repository": "W/\"a3c66378444f873adb310502ca0ae0b96705a49cae0c724189ecc8b7001130bf\"", "full_name": "jihao/traccar-cn-hass", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b426dfe", "last_release_tag": "0.1.0", "last_updated": "2020-08-28T09:51:37Z", "name": "traccar_cn", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 17, "topics": [], "version_installed": null}, "278596510": {"authors": ["@jesserockz"], "category": "integration", "description": "A Home Assistant integration to receive live data sent from the LeafSpy app", "domain": "leafspy", "downloads": 0, "etag_repository": "W/\"eba23cfde875c68ee7c80753a7fd167841b2f8df39581b3f346106450f520d3f\"", "full_name": "jesserockz/ha-leafspy", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2caf25e", "last_release_tag": "v0.1.7", "last_updated": "2021-12-22T01:42:34Z", "name": "leafspy", "new": false, "repository_manifest": {"name": "Leaf Spy", "hacs": "0.24.0", "domains": ["device_tracker"], "iot_class": "Local Push", "homeassistant": "0.110.0"}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["electric-vehicles", "ev", "hacs", "home-assistant", "leaf", "leafspy", "nissan"], "version_installed": null}, "223541049": {"authors": ["@jaruba"], "category": "integration", "description": "\ud83d\udcfa HomeAssistant - For Samsung TVs 2016+, Includes SmartThings API and Channel List Support", "domain": "samsungtv_tizen", "downloads": 0, "etag_repository": "W/\"31efc7d942f2b037092a7ea9e2de281bf62575c3ed5404e951afbcd3ff828f9f\"", "full_name": "jaruba/ha-samsungtv-tizen", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c13be76", "last_release_tag": "v1.5.9", "last_updated": "2021-09-29T08:35:15Z", "name": "samsungtv_tizen", "new": false, "repository_manifest": {"name": "SamsungTV Tizen", "domains": ["media-player"]}, "selected_tag": null, "show_beta": false, "stars": 207, "topics": [], "version_installed": null, "last_fetched": 1643571234.601953}, "192664631": {"authors": ["@jm-73", "@eavanvalkenburg"], "category": "integration", "description": "Home Assistant Custom Component for Bosch Indego Lawn Mower", "domain": "indego", "downloads": 0, "etag_repository": "W/\"a5243cdcd3384414411fe9ce8757d607482fe910bf21f47ab3e04ee794ff8ad0\"", "full_name": "jm-73/Indego", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a2d24ec", "last_release_tag": "3.8.1", "last_updated": "2021-10-13T17:59:57Z", "name": "indego", "new": false, "repository_manifest": {"name": "Bosch Indego Mower", "country": ["SE"], "domains": ["sensor", "binary_sensor"], "homeassistant": "0.110.0"}, "selected_tag": null, "show_beta": false, "stars": 25, "topics": ["bosch-mower", "hacs", "home-assistant", "homeassistant-components", "indego", "iot", "sensor"], "version_installed": null}, "297106424": {"authors": ["@joggs"], "category": "integration", "description": "Integration for Ebeco thermostats", "domain": "ebeco", "downloads": 0, "etag_repository": "W/\"a14003baf4e2c6d027fd6212973ce6700a9742b7a0985123cca66678fb52b32f\"", "full_name": "joggs/home_assistant_ebeco", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "385f337", "last_release_tag": "0.6.2", "last_updated": "2022-01-29T20:27:04Z", "name": "ebeco", "new": false, "repository_manifest": {"name": "Ebeco thermostats", "domains": ["climate"], "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 13, "topics": ["ebeco", "hacs", "homeassistant"], "version_installed": null, "last_fetched": 1643571235.221852}, "239339530": {"authors": ["@johnwulp"], "category": "integration", "description": "Home Assisant sensor component for RAD Hoekschewaard Afval Kalender", "domain": "rad-afval", "downloads": 0, "etag_repository": "W/\"158d30dfe52dfb13106d2844f7bccf46daa9820b9766d3763113f7043beec2c0\"", "full_name": "Johnwulp/rad-afval", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b6ddb4c", "last_release_tag": null, "last_updated": "2021-08-22T10:57:45Z", "name": "rad-afval", "new": false, "repository_manifest": {"name": "RAD Hoekschewaard Afval Kalender", "content_in_root": false, "render_readme": true, "domains": ["sensor"], "country": ["NL"], "homeassistant": "0.100.0"}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": [], "version_installed": null}, "147953507": {"authors": ["@jomwells", "@hutchinsane"], "category": "integration", "description": "Custom Home Assistant (Light) Component for Ambilight LED's on Philips Android TV's", "domain": "philips_ambilight", "downloads": 0, "etag_repository": "W/\"21b77e0b3185bc80d71a77955025346377d5b5e491ca4cc70631cde11992f9c0\"", "full_name": "jomwells/ambilights", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1389c5e", "last_release_tag": null, "last_updated": "2021-06-23T17:10:55Z", "name": "philips_ambilight", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 44, "topics": [], "version_installed": null, "last_fetched": 1643571235.086734}, "193746664": {"authors": ["@jomwells"], "category": "integration", "description": "A switch component which mimics the functionality of Ambilight+Hue for all Yeelight lights/bulbs", "domain": "philips_ambilight+yeelight", "downloads": 0, "etag_repository": "W/\"d5f882abdf05ddfa2c7639d497888484b4ece3da37eab5c813f6d5a0bd94246a\"", "full_name": "jomwells/ambilight-yeelight", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5c4502e", "last_release_tag": null, "last_updated": "2020-05-29T18:20:34Z", "name": "philips_ambilight+yeelight", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 18, "topics": [], "version_installed": null}, "235659413": {"authors": ["@JonasPed"], "category": "integration", "description": "Home Assistant Custom Component showing data from eloverblik.dk", "domain": "eloverblik", "downloads": 0, "etag_repository": "W/\"aa247cf287acaa60fbd0fe313d43a8b22ebb9a4754a9d3793d149f0c28714485\"", "full_name": "JonasPed/homeassistant-eloverblik", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f6f179e", "last_release_tag": "v0.3.0", "last_updated": "2021-12-14T20:20:50Z", "name": "eloverblik", "new": false, "repository_manifest": {"name": "Eloverblik", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 78, "topics": [], "version_installed": null, "last_fetched": 1643571235.533426}, "170309600": {"authors": ["@JurajNyiri"], "category": "integration", "description": "Custom component allowing control of Atrea ventilation units", "domain": "atrea", "downloads": 0, "etag_repository": "W/\"19c3ac233b1a7dec4d17644f78013e00ff5730c738df128d03300de0bf7fbf0c\"", "full_name": "JurajNyiri/HomeAssistant-Atrea", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "53a4b5a", "last_release_tag": "5.0.1", "last_updated": "2021-03-20T05:49:07Z", "name": "atrea", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 12, "topics": [], "version_installed": null, "last_fetched": 1641895611.406402}, "175020245": {"authors": ["@JurajNyiri"], "category": "integration", "description": "Sensor which gathers water outage information from Tavos (Slovakia) website", "domain": "tavos_water_outage", "downloads": 0, "etag_repository": "W/\"46d9a39b8508344535186c7b0127a5e868ec1069b8edc426897f98f4030e6646\"", "full_name": "JurajNyiri/HomeAssistant-Tavos", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5f085ce", "last_release_tag": "1.1.1", "last_updated": "2021-03-03T21:46:59Z", "name": "tavos_water_outage", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 0, "topics": [], "version_installed": null}, "199291345": {"authors": ["@JurajNyiri"], "category": "integration", "description": "Adds ability to switch alternative speed in qBittorrent through Home Assistant.", "domain": "qbittorrent_alternative_speed", "downloads": 0, "etag_repository": "W/\"0529778d480636ec94ad0be67261c3c03f69cf47603e233be702595fbd11a7b3\"", "full_name": "JurajNyiri/HomeAssistant-qBitTorrentAlternativeSpeed", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e1c238e", "last_release_tag": "1.3.2", "last_updated": "2021-03-03T21:52:34Z", "name": "qbittorrent_alternative_speed", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": [], "version_installed": null, "last_fetched": 1643571235.837549}, "197058358": {"authors": ["@jxlarrea"], "category": "integration", "description": "Emfit QS Sleep Tracker Component for Home Assistant", "domain": "emfitqs", "downloads": 0, "etag_repository": "W/\"b7e0cf1d3ffac56ad52d7fdf0a592f6fbe18af417629c8a5beb2de39db1bb012\"", "full_name": "jxlarrea/ha-emfitqs", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d816d60", "last_release_tag": "2.2", "last_updated": "2021-06-07T02:03:11Z", "name": "emfitqs", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 14, "topics": ["emfit", "emfitqs", "home-assistant", "home-automation", "homeassistant", "homeassistant-components", "presence", "presence-detection", "python", "sleep-tracker"], "version_installed": null}, "262803775": {"authors": ["@jscruz"], "category": "integration", "description": "Carbon Intensity UK Sensor for Home Assistant", "domain": "carbon_intensity_uk", "downloads": 0, "etag_repository": "W/\"d49a67a0ab94a690f5e94ea13e607994c1582152b15eab0baecef7eca03969cd\"", "full_name": "jscruz/sensor.carbon_intensity_uk", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2f04bc0", "last_release_tag": "0.0.3", "last_updated": "2021-03-13T21:05:53Z", "name": "carbon_intensity_uk", "new": false, "repository_manifest": {"name": "Carbon Intensity UK", "hacs": "0.24.0", "domains": ["sensor"], "iot_class": "Cloud Polling", "homeassistant": "0.108.0"}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["carbon", "custom-component", "custom-integration", "energy", "hacs", "home-assistant-custom", "sensor-platform"], "version_installed": null}, "300358676": {"authors": ["@JurajNyiri"], "category": "integration", "description": "Control for Tapo cameras as a Home Assistant component", "domain": "tapo_control", "downloads": 0, "etag_repository": "W/\"6726532c8e42f6453b5cdce8ec02cd18d7b7f79d6b4d4d80819234c5ed0daefe\"", "full_name": "JurajNyiri/HomeAssistant-Tapo-Control", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4bba08e", "last_release_tag": "3.4.4", "last_updated": "2022-01-18T17:25:09Z", "name": "tapo_control", "new": false, "repository_manifest": {"name": "Tapo: Cameras Control", "homeassistant": "2021.3.0"}, "selected_tag": null, "show_beta": false, "stars": 224, "topics": ["camera", "cameras", "hacktoberfest", "hacktoberfest2021", "home-assistant", "home-automation", "homeassistant", "homeassistant-custom-component", "ptz", "tapo"], "version_installed": null, "last_fetched": 1643571236.23793}, "159025199": {"authors": ["@kalanda"], "category": "integration", "description": "AEMET integration for Home Assistant", "domain": "aemet", "downloads": 0, "etag_repository": "W/\"4dc6f9864436719cc90ab1080c012a1cbc12d15662f95836f4e904fc0af362f6\"", "full_name": "kalanda/homeassistant-aemet-sensor", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5582723", "last_release_tag": "v1.4.0", "last_updated": "2021-03-15T11:02:34Z", "name": "aemet", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 21, "topics": ["aemet", "hacs", "hassio", "homeassistant", "homeassistant-components"], "version_installed": null}, "233079250": {"authors": ["@kodi1"], "category": "integration", "description": "darksky - clouds cover and alerts", "domain": "darksky_m", "downloads": 0, "etag_repository": "W/\"979b79eb7e2ca373dbe717ddf44f354e54a1bca149b6e2598b19724d3920f522\"", "full_name": "kodi1/darksky_m", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "ead4a32", "last_release_tag": null, "last_updated": "2021-03-28T10:12:47Z", "name": "darksky_m", "new": false, "repository_manifest": {"name": "darksky_m", "render_readme": "true", "country": ["NO"]}, "selected_tag": null, "show_beta": false, "stars": 0, "topics": ["darksky", "hacs", "home-assistant", "python"], "version_installed": null}, "232077394": {"authors": ["@kirei"], "category": "integration", "description": "Home Assistant Component for Chargeamps", "domain": "chargeamps", "downloads": 0, "etag_repository": "W/\"3771f87aca60b4d381c6457865ada29fa83b476406201f06336c2f4b9f5528eb\"", "full_name": "kirei/hass-chargeamps", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b5255ee", "last_release_tag": "v1.6.0", "last_updated": "2021-12-19T18:53:48Z", "name": "chargeamps", "new": false, "repository_manifest": {"name": "Chargeamps", "domains": ["sensor", "light", "switch"], "iot_class": "cloud_polling", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 13, "topics": ["chargeamps", "homeassistant-integration"], "version_installed": null, "last_fetched": 1642184269.933482}, "233089370": {"authors": ["@kodi1"], "category": "integration", "description": "easyesp status sensor", "domain": "esp_wd", "downloads": 0, "etag_repository": "W/\"acb6ddbb5e93aec16f2072f25d6e898c9b4edab4083fd31eb1d20679f31be071\"", "full_name": "kodi1/esp_wd", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a411086", "last_release_tag": null, "last_updated": "2021-03-28T10:14:02Z", "name": "esp_wd", "new": false, "repository_manifest": {"name": "esp_wd", "render_readme": "true", "country": ["NO"]}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["esp-easy", "hacs", "home-assistant", "python"], "version_installed": null}, "246939713": {"authors": ["@jonkristian"], "category": "integration", "description": "Home Assistant component for Trondheim renholdsverk bin pickups.", "domain": "wasteplan_trv", "downloads": 0, "etag_repository": "W/\"223d7397460eb37e5d42e7f43099b4417ee7529f16b69b40c38e838f93e3a1f8\"", "full_name": "jonkristian/wasteplan_trv", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4fafc19", "last_release_tag": "v1.0.1", "last_updated": "2021-12-28T10:27:19Z", "name": "wasteplan_trv", "new": false, "repository_manifest": {"name": "Wasteplan TRV", "country": ["NO"], "domains": "sensor", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": ["home-assistant", "homeassistant", "trondheim", "trv", "waste-management"], "version_installed": null, "last_fetched": 1643571235.346525}, "233090507": {"authors": ["@kodi1"], "category": "integration", "description": "meteoalarm sensor", "domain": "meteoalarm_m", "downloads": 0, "etag_repository": "W/\"6d0ab13b0fc972ad0114dfaae073c4786c01988a6db3a7eb37ab22b78a7f4e7b\"", "full_name": "kodi1/meteoalarm", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "294bc3a", "last_release_tag": null, "last_updated": "2021-03-28T10:14:30Z", "name": "meteoalarm_m", "new": false, "repository_manifest": {"name": "meteoalarm", "render_readme": "true", "country": ["NO"]}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": ["hacs", "home-assistant", "meteoalarm", "python"], "version_installed": null}, "233092112": {"authors": ["@kodi1"], "category": "integration", "description": "songpal - volume down workaround", "domain": "songpal_m", "downloads": 0, "etag_repository": "W/\"5697baf1ecfa09475d24f7feb213631918e92a5f8c045e53519d98e996a67987\"", "full_name": "kodi1/songpal_m", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4805076", "last_release_tag": null, "last_updated": "2021-03-28T10:15:20Z", "name": "songpal_m", "new": false, "repository_manifest": {"name": "songpal_m", "render_readme": "true", "country": ["NO"]}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["hacs", "home-assistant", "python", "songpal"], "version_installed": null}, "233092629": {"authors": ["@kodi1"], "category": "integration", "description": "tvheadend recorder sensor - lovelace upcoming media card", "domain": "tvh_rec", "downloads": 0, "etag_repository": "W/\"2f0d5e0300690312d983f815bf045cc0a6e1105a403b1cb3b5adcced493195ea\"", "full_name": "kodi1/tvh_rec", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "dee1e18", "last_release_tag": null, "last_updated": "2022-01-09T10:38:49Z", "name": "tvh_rec", "new": false, "repository_manifest": {"name": "tvh_rec", "country": ["NO"]}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": ["hacs", "home-assistant", "python", "recordings", "tvheadend"], "version_installed": null, "last_fetched": 1641895617.996288}, "286554328": {"authors": ["@KoljaWindeler"], "category": "integration", "description": "custom integration for kaco solar inverter", "domain": "kaco", "downloads": 0, "etag_repository": "W/\"96fd4c825426dd4ae198a8fa2aa2b6112e79017e5da70e3c6c5fdc06720f5cea\"", "full_name": "KoljaWindeler/kaco", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d498e4d", "last_release_tag": null, "last_updated": "2022-01-03T12:03:49Z", "name": "kaco", "new": false, "repository_manifest": {"name": "Kaco", "content_in_root": false, "render_readme": true, "iot_class": "Local Pull"}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["homeassistant-integration", "inverter", "solar-energy"], "version_installed": null, "last_fetched": 1641217236.11152}, "246410785": {"authors": ["@KoljaWindeler"], "category": "integration", "description": "Integration that displays the next event of an ics link (support reoccuring events)", "domain": "ics", "downloads": 0, "etag_repository": "W/\"39de2bb7871ef3eaf025b7d99dd365b8b87a004f84cfa8b6e4d9b11793eb4252\"", "full_name": "KoljaWindeler/ics", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "03251e8", "last_release_tag": "20211212.01", "last_updated": "2021-12-12T16:17:19Z", "name": "ics", "new": false, "repository_manifest": {"name": "ICS", "content_in_root": false, "render_readme": true, "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 32, "topics": ["appointments", "filtering", "homeassistant", "ics", "reoccuring-events"], "version_installed": null, "last_fetched": 1641895618.774345}, "242635439": {"authors": ["@kuchel77"], "category": "integration", "description": "Disk space for a path. For use with Home Assistant", "domain": "diskspace", "downloads": 0, "etag_repository": "W/\"10d58fff3a42848a1fe93b91e731b8c13ba48fd1e678a11881e3a24ca2cda335\"", "full_name": "kuchel77/diskspace", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b80bddc", "last_release_tag": "0.8", "last_updated": "2021-04-18T05:13:59Z", "name": "diskspace", "new": false, "repository_manifest": {"name": "Disk Space", "content_in_root": false, "domains": ["sensor"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": ["assistant", "disk", "hass", "home", "space"], "version_installed": null}, "132661981": {"authors": ["@legrego"], "category": "integration", "description": "Publish Home-Assistant events to Elasticsearch", "domain": "elastic", "downloads": 0, "etag_repository": "W/\"39b61d7d893d37a78c8db7b18c2d96094382eae5e6ee1b5d0aa863680e918e85\"", "full_name": "legrego/homeassistant-elasticsearch", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "ba7a4a7", "last_release_tag": "v0.4.0", "last_updated": "2021-08-11T13:07:39Z", "name": "elastic", "new": false, "repository_manifest": {"name": "Elasticsearch component"}, "selected_tag": null, "show_beta": false, "stars": 83, "topics": ["custom-component", "elasticsearch", "hacktoberfest", "hass", "home-assistant", "home-automation", "python"], "version_installed": null, "last_fetched": 1643571238.12006}, "230151505": {"authors": ["@laszlojakab"], "category": "integration", "description": "Dijnet integration for Home Assistant", "domain": "dijnet", "downloads": 0, "etag_repository": "W/\"b5c63dee2ab959246fb9f76cd4cae0dea507f41685f38779857b42d3cdec2bca\"", "full_name": "laszlojakab/homeassistant-dijnet", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6c16794", "last_release_tag": "v0.3.1-beta", "last_updated": "2022-01-11T21:59:09Z", "name": "dijnet", "new": false, "repository_manifest": {"name": "Dijnet integration", "country": ["HU"], "render_readme": "True", "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": ["dijnet", "home-assistant", "home-assistant-custom", "home-assistant-sensor"], "version_installed": null, "last_fetched": 1642004273.767833}, "258852884": {"authors": ["@laszlojakab"], "category": "integration", "description": "Helios EasyControls Modbus TCP/IP integration for Home Assistant", "domain": "easycontrols", "downloads": 0, "etag_repository": "W/\"e3a6902b6b8d52627e0ac1b58656a88554dda5b0ef549a849b98fca73b5611b8\"", "full_name": "laszlojakab/homeassistant-easycontrols", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "0f681bb", "last_release_tag": "v0.5.0", "last_updated": "2022-01-09T18:15:59Z", "name": "easycontrols", "new": false, "repository_manifest": {"name": "Helios EasyControls Modbus TCP/IP integration", "iot_class": "Local Polling", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 7, "topics": ["easycontrols", "eazyctrl", "home-assistant-custom", "homeassistant", "modbus"], "version_installed": null, "last_fetched": 1642274176.947733}, "279680951": {"authors": ["@kukulich"], "category": "integration", "description": "Home Assistant custom component for JABLOTRON 100+ alarm system", "domain": "jablotron100", "downloads": 0, "etag_repository": "W/\"332517c8b8e93cc5e372794c5d2c2a9bbb0d798873b2449934ee313650ed1f35\"", "full_name": "kukulich/home-assistant-jablotron100", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3839144", "last_release_tag": "3.6.0", "last_updated": "2022-01-19T01:13:47Z", "name": "jablotron100", "new": false, "repository_manifest": {"name": "Jablotron 100", "content_in_root": false, "domains": ["alarm_control_panel", "binary_sensor"], "country": ["CS", "DA", "DE", "EN", "IT", "NB", "NL", "SK"], "homeassistant": "2021.12.0", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 31, "topics": ["alarm", "custom-component", "hacs", "home-assistant", "integration", "jablotron"], "version_installed": null, "last_fetched": 1643571237.506174}, "254253124": {"authors": ["@heythisisnate", "@snicker"], "category": "integration", "description": "HomeAssistant integration for Noonlight", "domain": "noonlight", "downloads": 0, "etag_repository": "W/\"6685ee7ca8fc93eef574485f6523af65a02afb913611cb0c427fff2d155c702f\"", "full_name": "konnected-io/noonlight-hass", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "df714c5", "last_release_tag": "v1.1.0", "last_updated": "2022-01-13T19:30:55Z", "name": "noonlight", "new": false, "repository_manifest": {"name": "Noonlight - Alarm Monitoring", "render_readme": true, "country": ["US"], "domains": ["switch"], "homeassistant": "0.96"}, "selected_tag": null, "show_beta": false, "stars": 19, "topics": ["alarm", "homeassistant", "homeassistant-components", "monitoring", "noonlight", "security"], "version_installed": null, "last_fetched": 1643571237.009583}, "183222061": {"authors": ["@lichtteil"], "category": "integration", "description": "Custom component for Home Assistant that integrates your (own) local Luftdaten sensor (air quality/particle sensor) without using the cloud.", "domain": "local_luftdaten", "downloads": 0, "etag_repository": "W/\"045512916b29d492e99606eb424666f6a5c4ef5eff2ee2348ec50cecb776243d\"", "full_name": "lichtteil/local_luftdaten", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "98a7028", "last_release_tag": "2.0.0", "last_updated": "2021-12-27T08:58:32Z", "name": "local_luftdaten", "new": false, "repository_manifest": {"name": "Local Luftdaten Sensor", "render_readme": true, "domains": "sensor"}, "selected_tag": null, "show_beta": false, "stars": 24, "topics": ["air-quality", "homeassistant", "homeassistant-sensor", "sensor"], "version_installed": null, "last_fetched": 1643571238.194786}, "204192861": {"authors": ["@Limych"], "category": "integration", "description": "Average Sensor for Home Assistant", "domain": "average", "downloads": 0, "etag_repository": "W/\"c800130d3d3070cc55f8aa1f3147aab1a5383ab68915c6360e4c92b508da1951\"", "full_name": "Limych/ha-average", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a106074", "last_release_tag": "2.2.1", "last_updated": "2022-01-19T01:12:12Z", "name": "average", "new": false, "repository_manifest": {"name": "Average Sensor", "domains": ["sensor"], "hacs": "1.6.0", "iot_class": "Assumed State", "homeassistant": "0.118.0"}, "selected_tag": null, "show_beta": false, "stars": 156, "topics": ["average", "hacs", "home-assistant", "home-assistant-component", "home-assistant-sensor", "sensor"], "version_installed": null, "last_fetched": 1642851123.999412}, "199313405": {"authors": ["@Limych"], "category": "integration", "description": "Home Assistant custom component for Beward security Cameras and Doorbells", "domain": "beward", "downloads": 0, "etag_repository": "W/\"6b6ec8a6293434b572fa2968461099e230ed2e9fb9be85e15e1209f5121d662d\"", "full_name": "Limych/ha-beward", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "77e7faf", "last_release_tag": "1.1.17", "last_updated": "2021-06-04T10:21:46Z", "name": "beward", "new": false, "repository_manifest": {"name": "Beward Cameras & Doorbells", "domains": ["beward", "camera", "sensor", "binary_sensor"], "iot_class": "Local Push"}, "selected_tag": null, "show_beta": false, "stars": 14, "topics": ["beward", "camera", "custom-component", "doorbell", "dvr", "home-assistant", "security", "surveillance"], "version_installed": null}, "210194956": {"authors": ["@limych"], "category": "integration", "description": "Car Wash Binary Sensor for Home Assistant", "domain": "car_wash", "downloads": 0, "etag_repository": "W/\"d41787fe13d62038bf4300a1cbce14180f1e5c8f86a662ecdd3b562037ec2ea4\"", "full_name": "Limych/ha-car_wash", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "413ce8d", "last_release_tag": "1.5.1", "last_updated": "2022-01-04T16:37:51Z", "name": "car_wash", "new": false, "repository_manifest": {"name": "Car Wash", "domains": ["sensor"], "hacs": "1.6.0", "iot_class": "Assumed State", "homeassistant": "0.118.0"}, "selected_tag": null, "show_beta": false, "stars": 63, "topics": ["binary-sensor", "car", "car-wash", "home-assistant", "wash", "weather-forecast"], "version_installed": null, "last_fetched": 1641470249.686295}, "206868881": {"authors": ["@limych"], "category": "integration", "description": "Gismeteo Weather Provider for Home Assistant", "domain": "gismeteo", "downloads": 0, "etag_repository": "W/\"d8374f50a873c0cc1fdde12d50eee5b2bd61bd29c15df7ba6e0ce7ee55b8453b\"", "full_name": "Limych/ha-gismeteo", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9d4c74a", "last_release_tag": "2.3.4", "last_updated": "2022-01-07T22:07:45Z", "name": "gismeteo", "new": false, "repository_manifest": {"name": "Gismeteo", "hacs": "1.6.0", "domains": ["weather", "sensor"], "iot_class": "Cloud Polling", "homeassistant": "0.118.0"}, "selected_tag": null, "show_beta": false, "stars": 74, "topics": ["forecast", "gismeteo", "gismeteo-weather", "hacs", "home-assistant", "sensor", "sensors", "weather-provider"], "version_installed": null, "last_fetched": 1642520503.925944}, "228063780": {"authors": ["@Limych"], "category": "integration", "description": "Indoor Air Quality Sensor Component for Home Assistant", "domain": "iaquk", "downloads": 0, "etag_repository": "W/\"51282d451977f439b05eabfbb44982fcc7be083a7cb65a9ca73749e0b4460871\"", "full_name": "Limych/ha-iaquk", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "eaf0455", "last_release_tag": "1.6.1", "last_updated": "2022-01-19T15:09:37Z", "name": "iaquk", "new": false, "repository_manifest": {"name": "Indoor Air Quality UK Index", "domains": ["sensor"], "hacs": "1.6.0", "iot_class": "Assumed State", "homeassistant": "0.118.0"}, "selected_tag": null, "show_beta": false, "stars": 52, "topics": ["air-quality", "hacs", "home-assistant", "indoor", "sensor"], "version_installed": null, "last_fetched": 1643571239.257246}, "197950768": {"authors": [], "category": "integration", "description": "Our Groceries Integration for Home Assistant", "domain": "ourgroceries", "downloads": 0, "etag_repository": "W/\"2c654fe724aa38b09918d71013da6d2c698069be14cee7b0a653eb47fae7261e\"", "full_name": "ljmerza/ha-our-groceries", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a32dcfc", "last_release_tag": "1.3.11", "last_updated": "2022-01-07T17:21:51Z", "name": "ourgroceries", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 23, "topics": [], "version_installed": null, "last_fetched": 1643571238.972084}, "219363790": {"authors": [], "category": "integration", "description": "Play videos from the Swedish channel 4", "domain": "tv4_play", "downloads": 0, "etag_repository": "W/\"0c3e427b1c95d1390d672256bb318e1ca854153ddc6a5cdd43c0a11bd5520321\"", "full_name": "lindell/home-assistant-tv4-play", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "ba8fcd2", "last_release_tag": "1.1.0", "last_updated": "2021-10-15T17:14:08Z", "name": "tv4_play", "new": false, "repository_manifest": {"name": "TV4 Play", "country": ["SE"]}, "selected_tag": null, "show_beta": false, "stars": 13, "topics": ["homeassistant", "tv4", "tv4play"], "version_installed": null}, "256709811": {"authors": ["@Limych"], "category": "integration", "description": "JQ-300 Indoor Air Quality Meter Home Assistant Integration", "domain": "jq300", "downloads": 0, "etag_repository": "W/\"b82ef289b92655ae791f46f4e8b9b94af9538b5165131d5cb21ac0af45b04318\"", "full_name": "Limych/ha-jq300", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4af54af", "last_release_tag": "0.10.0", "last_updated": "2022-01-19T15:09:37Z", "name": "jq300", "new": false, "repository_manifest": {"name": "JQ-300/200/100 Indoor Air Quality Meter", "domains": ["sensor"], "hacs": "1.6.0", "iot_class": "Cloud Push", "homeassistant": "0.118.0"}, "selected_tag": null, "show_beta": false, "stars": 38, "topics": ["air-quality", "air-quality-measurements", "air-quality-sensor", "custom-component", "home-assistant", "home-assistant-component"], "version_installed": null, "last_fetched": 1643571238.64289}, "200035037": {"authors": [], "category": "integration", "description": "Home Assistant custom component to get online and game status of Discord users", "domain": "discord_game", "downloads": 0, "etag_repository": "W/\"3a08e62db6572c2c889d3175011a1ed8a3d5f0492befa09d28605f6e363cabae\"", "full_name": "LordBoos/discord_game", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3196c46", "last_release_tag": "4.2.2", "last_updated": "2022-01-05T11:22:07Z", "name": "discord_game", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 31, "topics": [], "version_installed": null, "last_fetched": 1642520503.934968}, "242335771": {"authors": [], "category": "integration", "description": "Play SVT Play videos and channels via home assistant", "domain": "svt_play", "downloads": 0, "etag_repository": "W/\"1e2246ae963766a6b3d4b74dd9e89404266298dfd28a1cedae62b9ad1ca8e757\"", "full_name": "lindell/home-assistant-svt-play", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3f35b12", "last_release_tag": "1.0.4", "last_updated": "2021-10-26T18:16:08Z", "name": "svt_play", "new": false, "repository_manifest": {"name": "SVT Play", "country": ["SE"]}, "selected_tag": null, "show_beta": false, "stars": 15, "topics": ["home-assistant", "homeassistant", "svt", "svtplay", "sweden", "tv", "video"], "version_installed": null}, "183064800": {"authors": ["@ljmerza"], "category": "integration", "description": "Email Sensor for collecting tracking numbers from over 25 providers.", "domain": "email", "downloads": 0, "etag_repository": "W/\"99da0022de7a7112d860949026db18b5d433b9bf06ad46e72abb3856c00547de\"", "full_name": "ljmerza/ha-email-sensor", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4072fd9", "last_release_tag": "2.15.0", "last_updated": "2021-05-24T12:59:58Z", "name": "email", "new": false, "repository_manifest": {"name": "Email Sensor", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 55, "topics": [], "version_installed": null, "last_fetched": 1642430609.500468}, "246657442": {"authors": ["@lolouk44"], "category": "integration", "description": "CurrentCost Meter Reading Custom Component for Home Assistant ", "domain": "currentcost", "downloads": 0, "etag_repository": "W/\"e5830f90c996ec4ad42f42d57af0919029604a9a760c6bb0b2ce33e64a2ae042\"", "full_name": "lolouk44/CurrentCost_HA_CC", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b4ca057", "last_release_tag": "0.2.2", "last_updated": "2021-12-14T18:54:07Z", "name": "currentcost", "new": false, "repository_manifest": {"name": "Current Cost", "domains": ["sensor"], "iot_class": "local push"}, "selected_tag": null, "show_beta": false, "stars": 10, "topics": ["cc128", "current-cost", "currentcost", "envi", "envir"], "version_installed": null, "last_fetched": 1641217247.077083}, "243841075": {"authors": ["@lociii"], "category": "integration", "description": "CS:GO gamestate reporting to Home Assistant", "domain": "csgo_gamestate", "downloads": 0, "etag_repository": "W/\"d8133ab1e5ab2a49ffabdbd9d7887471d52ed0664a1b0d46a5785f60bb3be1e1\"", "full_name": "lociii/homeassistant-csgo", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6608117", "last_release_tag": "1.4.0", "last_updated": "2021-12-06T16:21:10Z", "name": "csgo_gamestate", "new": false, "repository_manifest": {"name": "CS:GO game state", "homeassistant": "0.100", "iot_class": "local_push"}, "selected_tag": null, "show_beta": false, "stars": 10, "topics": [], "version_installed": null}, "257912976": {"authors": [], "category": "integration", "description": "mqtt template switch for homeassistant", "domain": "mqtt_template", "downloads": 0, "etag_repository": "W/\"5e259a92063cefde6f72b5b58a9c82c2d08df780fe15b60136bbfcab0cea2a41\"", "full_name": "lukich48/hass_mqtt_template_switch", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "767488a", "last_release_tag": "2.1.1", "last_updated": "2021-03-07T13:28:58Z", "name": "mqtt_template", "new": false, "repository_manifest": {"name": "Mqtt template switch", "render_readme": true, "domains": ["switch"]}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": [], "version_installed": null}, "262203345": {"authors": ["@mac-zhou"], "category": "integration", "description": "Home Assistant Custom Integration for Midea Group(Hualing, Senville, Klimaire, AirCon, Century, Pridiom, Thermocore, Comfee, Toshiba, Carrier, Goodman, Friedrich, Samsung, Kenmore, Trane, Lennox, LG and much more) Air Conditioners via LAN.", "domain": "midea_ac", "downloads": 0, "etag_repository": "W/\"a8d16cbebb7d0fa9a54a715cdde9fe10cc0b746e17c3a454c8071675e7901015\"", "full_name": "mac-zhou/midea-ac-py", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "718aba1", "last_release_tag": null, "last_updated": "2022-01-07T08:41:55Z", "name": "midea_ac", "new": false, "repository_manifest": {"name": "Midea Smart Aircon", "domains": ["climate"], "render_readme": false, "homeassistant": "0.110.2"}, "selected_tag": null, "show_beta": false, "stars": 244, "topics": [], "version_installed": null, "last_fetched": 1643571239.439668}, "254347436": {"authors": ["@mampfes"], "category": "integration", "description": "Home Assistant integration framework for (garbage collection) schedules", "domain": "waste_collection_schedule", "downloads": 0, "etag_repository": "W/\"3154f863d9a614b5a12d536c125cadf7c4ba501a3347cc473c90ad7b7ffb18df\"", "full_name": "mampfes/hacs_waste_collection_schedule", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "610e5c1", "last_release_tag": "1.15.0", "last_updated": "2022-01-30T06:35:03Z", "name": "waste_collection_schedule", "new": false, "repository_manifest": {"name": "Waste Collection Schedule", "domains": ["sensor"], "iot_class": "cloud_polling"}, "selected_tag": null, "show_beta": false, "stars": 130, "topics": ["abfall", "abfallnavi", "abfallplus", "berlin", "garbage", "garbage-collection", "hamburg", "home-assistant", "homeassistant", "homeassistant-integration", "jumomind", "koeln", "muell", "muellabfuhr", "muellsammlung", "mymuell", "regioit", "waste", "waste-collection"], "version_installed": null, "last_fetched": 1643571239.70792}, "195883127": {"authors": ["@Martinvdm", "@vloris"], "category": "integration", "description": "Garbage collection Nissewaard for Home Assistant", "domain": "nissewaard", "downloads": 0, "etag_repository": "W/\"180f3b53d867b79be731b38ae9e95547c3f90ab9338f9af25526591e478608bc\"", "full_name": "Martinvdm/garbage-nissewaard-homeassistant", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d15a028", "last_release_tag": null, "last_updated": "2021-04-11T12:18:11Z", "name": "nissewaard", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 0, "topics": [], "version_installed": null}, "197578489": {"authors": ["@mlowijs", "@robhofmann"], "category": "integration", "description": null, "domain": "tesla_cc", "downloads": 0, "etag_repository": "W/\"c1ea2978f62e2b1223a56230bb3578a5459da1bbfb109d0ccd207412e4f4f4fa\"", "full_name": "mlowijs/HomeAssistant-TeslaCustomComponent", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6948798", "last_release_tag": null, "last_updated": "2020-06-13T08:59:32Z", "name": "tesla_cc", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 7, "topics": [], "version_installed": null}, "295627573": {"authors": ["@michaellunzer", "@clyra"], "category": "integration", "description": "This is a Home-Assistant custom component that pulls Fortnite stats using the python API library from the site fortnitetracker.com", "domain": "fortnite", "downloads": 0, "etag_repository": "W/\"a3fc18b2c93c1997a6e9c8455f7101b7557c957c51d53c97c9aa54c1ce2e2e0b\"", "full_name": "michaellunzer/Home-Assistant-Custom-Component-Fortnite", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1b6effa", "last_release_tag": "v0.1.2", "last_updated": "2021-11-03T06:00:38Z", "name": "fortnite", "new": false, "repository_manifest": {"name": "Fortnite Stats", "hacs": "0.24.0", "domains": ["sensor"], "iot_class": "Cloud Polling", "homeassistant": "0.110.0", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["custom-component", "fortnite", "fortnite-api", "fortnite-stats", "hacs", "home-assistant", "home-assistant-custom", "python"], "version_installed": null, "last_fetched": 1641470259.763951}, "238446853": {"authors": ["@maykar"], "category": "integration", "description": "\u2771 Plex Assistant is a Home Assistant integration for casting Plex media to Google devices, Sonos devices, and Plex clients with Google Assistant, HA's conversation integration, and more.", "domain": "plex_assistant", "downloads": 0, "etag_repository": "W/\"47ed189aa9a6d48a2d6ddec09f055db3599b6f5db6d3509290ce353dfc836018\"", "full_name": "maykar/plex_assistant", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "cab2356", "last_release_tag": "1.1.9", "last_updated": "2021-12-14T16:04:40Z", "name": "plex_assistant", "new": false, "repository_manifest": {"name": "Plex Assistant", "homeassistant": "2021.2.0"}, "selected_tag": null, "show_beta": false, "stars": 223, "topics": [], "version_installed": null, "last_fetched": 1643571239.986339}, "291317330": {"authors": ["@mletenay"], "category": "integration", "description": "Home Assistant custom component for Electric Vehicle Charge Control devices by Phoenix Contact ", "domain": "phoenix_contact", "downloads": 0, "etag_repository": "W/\"0f600786293d98d142d764e9b254bd15533385c2e3ec8dda019d76cc17da4abe\"", "full_name": "mletenay/home-assistant-ev-charge-control", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "da58976", "last_release_tag": null, "last_updated": "2021-12-21T23:06:01Z", "name": "phoenix_contact", "new": false, "repository_manifest": {"name": "Electric Vehicle Charge Control", "country": ["SK"], "domains": ["switch", "select", "sensor"], "homeassistant": "2021.12.0"}, "selected_tag": null, "show_beta": false, "stars": 0, "topics": ["charging-stations", "electric-vehicles", "evse", "home-assistant", "home-assistant-hacs"], "version_installed": null}, "203244705": {"authors": [], "category": "integration", "description": "A platform sensor which tells you which meals are served in your canteen.", "domain": "openmensa", "downloads": 0, "etag_repository": "W/\"60e0b0390f1db1e30490d7f41715bf71a05b564f53b2c876da31a46a575e8ccb\"", "full_name": "Mofeywalker/openmensa-hass-component", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c9238a2", "last_release_tag": null, "last_updated": "2021-09-04T08:04:28Z", "name": "openmensa", "new": false, "repository_manifest": {"name": "OpenMensa Sensor", "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": [], "version_installed": null}, "289251122": {"authors": ["@mletenay"], "category": "integration", "description": "Read the voltage/current/power/battery values from your GoodWe Inverter via local network (UDP - no cloud) ", "domain": "goodwe", "downloads": 0, "etag_repository": "W/\"92fbaee56300f5f6a286c4ec972e9713d68d2fc568baa4ec2137f894657324c0\"", "full_name": "mletenay/home-assistant-goodwe-inverter", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "cf7f613", "last_release_tag": "v0.9.8.1", "last_updated": "2022-01-11T23:15:22Z", "name": "goodwe", "new": false, "repository_manifest": {"name": "GoodWe Inverter Solar Sensor (UDP - no cloud)", "country": ["SK"], "domains": ["sensor"], "homeassistant": "2021.12.0"}, "selected_tag": null, "show_beta": false, "stars": 68, "topics": ["goodwe", "hacs", "home-assistant", "home-assistant-sensor", "pv-systems"], "version_installed": null, "last_fetched": 1643571240.309138}, "239366330": {"authors": ["@mikelawrence"], "category": "integration", "description": "Haiku with SenseME fan integration for Home Assistant", "domain": "senseme", "downloads": 0, "etag_repository": "W/\"485446f6501038c71acd775db5892b0c3159837b463aaf4dcf02a7c37847d854\"", "full_name": "mikelawrence/senseme-hacs", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "de4cf04", "last_release_tag": "v2.2.5", "last_updated": "2021-12-28T02:15:41Z", "name": "senseme", "new": false, "repository_manifest": {"name": "SenseME", "domains": ["fan", "light", "binary_sensor"], "homeassistant": "2021.3.0", "iot_class": "Local Push"}, "selected_tag": null, "show_beta": false, "stars": 19, "topics": ["bigassfans", "fan", "hacs", "haiku", "home-assistant", "homeassistant", "senseme"], "version_installed": null, "last_fetched": 1641307251.882812}, "272094506": {"authors": ["@mrk-its"], "category": "integration", "description": "Custom Component for fetching lightning data from blitzortung.org", "domain": "blitzortung", "downloads": 0, "etag_repository": "W/\"da2acdad343dde2be0127bd3f5a202081f9af3b554719202cc6611836680a8e8\"", "full_name": "mrk-its/homeassistant-blitzortung", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "0f05fe0", "last_release_tag": null, "last_updated": "2021-12-15T15:29:15Z", "name": "blitzortung", "new": false, "repository_manifest": {"name": "Blitzortung.org Lightning Detector", "country": ["PL"], "render_readme": true, "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 59, "topics": ["blitzortung", "home-assistant", "home-automation", "lightning-network"], "version_installed": null, "last_fetched": 1643545554.547474}, "253842395": {"authors": ["@msp1974"], "category": "integration", "description": "An integration for JLR InControl to Home Assistant", "domain": "jlrincontrol", "downloads": 0, "etag_repository": "W/\"4e1c03003c25a2e46fa484f9b76934eab77355292da8e066b07120f16a1bf7d7\"", "full_name": "msp1974/homeassistant-jlrincontrol", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7c6ce65", "last_release_tag": "V2.1.3", "last_updated": "2021-12-26T17:06:44Z", "name": "jlrincontrol", "new": false, "repository_manifest": {"name": "Jaguar Landrover InControl", "render_readme": false, "iot_class": "Cloud Polling", "homeassistant": "0.115.0"}, "selected_tag": null, "show_beta": false, "stars": 25, "topics": ["hacs", "homeassistant", "i-pace", "jaguar", "jlr", "landrover", "rrs", "vehicle", "wirelesscar"], "version_installed": null, "last_fetched": 1641470262.729936}, "255662264": {"authors": ["@MTrab"], "category": "integration", "description": "Landroid Cloud component for Home Assistant", "domain": "landroid_cloud", "downloads": 0, "etag_repository": "W/\"f09bb6f6465b8d7cc747199eafb492452aa4cc8a7158a08b12158f31220a45be\"", "full_name": "MTrab/landroid_cloud", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1cee88f", "last_release_tag": "v1.8.1", "last_updated": "2022-01-19T10:16:46Z", "name": "landroid_cloud", "new": false, "repository_manifest": {"name": "Landroid Cloud", "render_readme": true, "iot_class": "cloud_polling"}, "selected_tag": null, "show_beta": false, "stars": 69, "topics": ["homeassistant", "homeassistant-custom-component", "homeassistant-integration"], "version_installed": null, "last_fetched": 1643571240.822412}, "269588712": {"authors": ["@mvdwetering"], "category": "integration", "description": "Home Assistant integration for the Philips Hue Play HDMI Sync Box", "domain": "huesyncbox", "downloads": 0, "etag_repository": "W/\"1a8834d6cc7f3dbdfdd336556518e06c3af53d55d5f529daa1bc1fb9fd77920d\"", "full_name": "mvdwetering/huesyncbox", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "494ad11", "last_release_tag": "v1.16.0", "last_updated": "2022-01-17T19:53:58Z", "name": "huesyncbox", "new": false, "repository_manifest": {"name": "Philips Hue Play HDMI Sync Box", "render_readme": true, "domains": ["media_player"], "homeassistant": "2021.12.0", "iot_class": "Local Polling"}, "selected_tag": null, "show_beta": false, "stars": 44, "topics": ["hacs", "homeassistant-integration", "hue-entertainment", "huesync", "philips-hue"], "version_installed": null, "last_fetched": 1643571241.322128}, "192604318": {"authors": ["@mudape"], "category": "integration", "description": "A custom component for Home Assistant to detect iPhones connected to local LAN, even if the phone is in deep sleep.", "domain": "iphonedetect", "downloads": 0, "etag_repository": "W/\"44e17fde490b938f783de3bccb677a3755cb4418b6e470dd750a75c801f0ce19\"", "full_name": "mudape/iphonedetect", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f8b51ba", "last_release_tag": "1.4.0", "last_updated": "2021-04-05T12:28:32Z", "name": "iphonedetect", "new": false, "repository_manifest": {"name": "iPhone Device Tracker", "homeassistant": "0.94.0", "iot_class": "Local Polling", "domains": ["device_tracker"], "zip_release": true, "filename": "iphonedetect.zip"}, "selected_tag": null, "show_beta": false, "stars": 169, "topics": ["custom-component", "hacs", "home-assistant", "iphonedetect"], "version_installed": null, "last_fetched": 1643571240.717914}, "278930028": {"authors": ["@nicjo814", "@limych", "@nagyrobi"], "category": "integration", "description": "LinkPlay based media devices integration for Home Assistant. Fully compatible with Mini Media Player card including speaker group management. Supports snapshot and restore functionality for TTS.", "domain": "linkplay", "downloads": 0, "etag_repository": "W/\"08c36266d2216e9dfb38dd44eeaeb1974234f5e5b0e48350ed552f1ddd715458\"", "full_name": "nagyrobi/home-assistant-custom-components-linkplay", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "661eff7", "last_release_tag": "2.0.43", "last_updated": "2022-01-28T16:02:32Z", "name": "linkplay", "new": false, "repository_manifest": {"name": "Linkplay-based speakers and devices", "content_in_root": false, "render_readme": false, "domains": ["media_player"], "homeassistant": "2021.4.0"}, "selected_tag": null, "show_beta": false, "stars": 60, "topics": ["arylic", "cvte", "harman-kardon", "home-assistant", "linkplay", "media-player", "speaker", "tts"], "version_installed": null, "last_fetched": 1643571241.427684}, "286186485": {"authors": ["@nielsfaber"], "category": "integration", "description": "Custom component for HA that enables the creation of scheduler entities", "domain": "scheduler", "downloads": 0, "etag_repository": "W/\"54fb5664319f2e7bab2f47f12c365fbabf807cafc0c1372bb51ddc64ed24cd17\"", "full_name": "nielsfaber/scheduler-component", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "652e3eb", "last_release_tag": "v3.2.6", "last_updated": "2022-01-19T17:59:41Z", "name": "scheduler", "new": false, "repository_manifest": {"name": "Scheduler component", "render_readme": "true", "iot_class": ["Local Push"], "domains": ["switch"]}, "selected_tag": null, "show_beta": false, "stars": 228, "topics": ["custom-component", "hacs", "homeassistant", "integration", "python", "scheduler"], "version_installed": null, "last_fetched": 1643571242.355162}, "153870340": {"authors": [], "category": "integration", "description": "\u2744 Use a Harmony Hub to control an IR controlled climate device", "domain": "harmony_ac", "downloads": 0, "etag_repository": "W/\"cc7e293134ad640a492819acf1d16bf3dd6398f9ced00cae1e6db02e69df8ff9\"", "full_name": "nickneos/HA_harmony_climate_component", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f52784f", "last_release_tag": "v0.2.1", "last_updated": "2021-03-12T13:27:19Z", "name": "harmony_ac", "new": false, "repository_manifest": {"name": "Harmony Hub Climate Controller", "domains": ["climate"], "homeassistant": "0.96.0", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 20, "topics": ["air-conditioner", "climate", "hacktoberfest", "hacs", "harmony", "hass", "home-assistant", "homeassistant", "hvac"], "version_installed": null}, "154417419": {"authors": [], "category": "integration", "description": "Home Assistant custom component for the newer (2016+) Philips Android TVs", "domain": "philips_android_tv", "downloads": 0, "etag_repository": "W/\"151a8dcf776a53068a47c16dc177ffd5a005330c7c1c161df1136b9a24578da7\"", "full_name": "nstrelow/ha_philips_android_tv", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9e9572d", "last_release_tag": null, "last_updated": "2021-07-22T15:04:24Z", "name": "philips_android_tv", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 107, "topics": ["home-automation", "homeassistant", "philips-tv", "tv"], "version_installed": null}, "144888844": {"authors": [], "category": "integration", "description": null, "domain": "ovapi", "downloads": 0, "etag_repository": "W/\"d8a405b986c540a94d0a20708bca8031174b2967ea2960eec36026fc406750f4\"", "full_name": "Paul-dH/Home-Assisant-Sensor-OvApi", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2cc564a", "last_release_tag": "v1.4.3", "last_updated": "2021-09-06T07:05:37Z", "name": "ovapi", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 13, "topics": [], "version_installed": null}, "140907992": {"authors": ["@nikrolls"], "category": "integration", "description": "Home Assistant integration for Goldair WiFi heaters, dehumidifiers and fans", "domain": "goldair_climate", "downloads": 0, "etag_repository": "W/\"7818baacf5d8028fc98b45a381b686c98f91b8079bd8a9962047edda1114f4d6\"", "full_name": "nikrolls/homeassistant-goldair-climate", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "df5f895", "last_release_tag": "0.1.3", "last_updated": "2021-05-24T23:53:41Z", "name": "goldair_climate", "new": false, "repository_manifest": {"name": "Goldair WiFi climate devices", "render_readme": true, "hide_default_branch": true, "domains": ["climate", "light", "lock"], "country": ["NZ", "AU"], "homeassistant": "0.96.0", "zip_release": true, "filename": "homeassistant-goldair-climate.zip"}, "selected_tag": null, "show_beta": false, "stars": 12, "topics": ["dehumidifier", "fan", "goldair", "hacs", "heater", "homeassistant", "wifi"], "version_installed": null, "last_fetched": 1642274177.763898}, "250022973": {"authors": ["@ollo69"], "category": "integration", "description": "HomeAssistant custom integration for SmartThinQ LG devices configurable with Lovelace User Interface.", "domain": "smartthinq_sensors", "downloads": 0, "etag_repository": "W/\"946580ca34fdf5d854942becd62be2d1afc418d630dfbf5dd267716c9bedd2f8\"", "full_name": "ollo69/ha-smartthinq-sensors", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7a962f9", "last_release_tag": "v0.12.6", "last_updated": "2022-01-30T17:40:56Z", "name": "smartthinq_sensors", "new": false, "repository_manifest": {"name": "SmartThinQ LGE Sensors", "content_in_root": false, "domains": ["sensor", "binary_sensor", "switch", "climate"], "iot_class": "cloud_poll", "homeassistant": "2021.9.0"}, "selected_tag": null, "show_beta": false, "stars": 370, "topics": ["ac", "air-purifier", "climate", "dishwasher", "dryer", "home-assistant", "homeassistant", "lg", "lg-devices", "lge", "oven", "range", "refrigerator", "sensors", "smartthinq", "thinq", "washer"], "version_installed": null, "last_fetched": 1643571242.887977}, "255110178": {"authors": ["@opravdin"], "category": "integration", "description": "Weback integration with Home Assistant", "domain": "weback", "downloads": 0, "etag_repository": "W/\"aede2dc0e023f5a03435fb6b3a5ec1934d8c5636565929cd4cd886b5221b6461\"", "full_name": "opravdin/weback-hass", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1eead80", "last_release_tag": "v1.0.3", "last_updated": "2021-08-14T11:04:06Z", "name": "weback", "new": false, "repository_manifest": {"name": "Weback cloud integration", "content_in_root": false, "render_readme": true, "domains": ["weback"], "hide_default_branch": true}, "selected_tag": null, "show_beta": false, "stars": 30, "topics": ["home-assistant", "home-assistant-component", "home-assistant-hacs", "weback"], "version_installed": null, "last_fetched": 1642851143.886779}, "247070270": {"authors": ["@ollo69"], "category": "integration", "description": "\ud83d\udcfa Home Assistant SamsungTV Smart Component with simplified SmartThings API Support configurable from User Interface.", "domain": "samsungtv_smart", "downloads": 0, "etag_repository": "W/\"05e7a000010e07da3b0cd15ff1733d6c586c59e37420f0cd4b6c38ff16be1632\"", "full_name": "ollo69/ha-samsungtv-smart", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6b80423", "last_release_tag": "v0.4.14", "last_updated": "2022-01-21T23:32:19Z", "name": "samsungtv_smart", "new": false, "repository_manifest": {"name": "SamsungTV Smart", "content_in_root": false, "domains": ["media-player"], "iot_class": "cloud_poll", "homeassistant": "2021.7.0"}, "selected_tag": null, "show_beta": false, "stars": 165, "topics": ["home-assistant", "homeassistant", "samsung", "samsung-smart-tv", "samsung-tv", "smartthings"], "version_installed": null, "last_fetched": 1643571243.078101}, "237102126": {"authors": ["@kabturek", "@peetereczek"], "category": "integration", "description": "Home Assistant (hass.io) custom component for Warsaw public transport", "domain": "ztm", "downloads": 0, "etag_repository": "W/\"2e5b337b787520309e70c819a2ac26f03b5411e605028c4c731d0db814aa1cc0\"", "full_name": "peetereczek/ztm", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1fd4870", "last_release_tag": "0.2.1", "last_updated": "2021-03-16T16:49:42Z", "name": "ztm", "new": false, "repository_manifest": {"name": "Warsaw ZTM Information", "content_in_root": false, "domains": ["sensor"], "country": ["PL"], "homeassistant": "0.100.0", "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": [], "version_installed": null}, "256733675": {"authors": ["@davidramosweb", "@nagyrobi", "@Alfiegerner"], "category": "integration", "description": "Time-based cover with customizable scripts or entity to trigger opening, stopping and closing. Position is calculated based on the fraction of time spent by the cover traveling up or down. State can be updated with information based on external sensors.", "domain": "cover_rf_time_based", "downloads": 0, "etag_repository": "W/\"74ae4513e783ead2936da13b9099d21f41156527e8347fc5f9f50c671a550f0f\"", "full_name": "nagyrobi/home-assistant-custom-components-cover-rf-time-based", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "721a152", "last_release_tag": "1.1.1", "last_updated": "2021-12-14T18:13:30Z", "name": "cover_rf_time_based", "new": false, "repository_manifest": {"name": "Cover Time Based RF (script/entity)", "content_in_root": false, "render_readme": false, "domains": ["cover"], "homeassistant": "2021.4"}, "selected_tag": null, "show_beta": false, "stars": 35, "topics": ["433", "433mhz", "cover", "home-assistant", "rf", "roller-shutters", "script", "service", "shutter", "trigger"], "version_installed": null, "last_fetched": 1643571241.401283}, "259270792": {"authors": ["@peternijssen"], "category": "integration", "description": ":convenience_store: Integrate Jumbo.com in Home Assistant", "domain": "jumbo", "downloads": 0, "etag_repository": "W/\"91ca1fecb2d400602705bfb1817fd0cdebe4723b69830365aaeaa741ee1ce322\"", "full_name": "peternijssen/home-assistant-jumbo", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "ff373ad", "last_release_tag": "0.8.1", "last_updated": "2021-03-29T18:10:16Z", "name": "jumbo", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 7, "topics": ["hacs", "home-assistant", "jumbo", "supermarket"], "version_installed": null}, "196057008": {"authors": ["@pilotak"], "category": "integration", "description": "Breaks out specified attribute from other entities to a sensor", "domain": "attributes", "downloads": 0, "etag_repository": "W/\"b53a2609b71f483197282ef6bfeda5c943e2ce8027dccee41e32295c69c4f398\"", "full_name": "pilotak/homeassistant-attributes", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "398ac4c", "last_release_tag": "v1.2.0", "last_updated": "2021-03-13T13:11:19Z", "name": "attributes", "new": false, "repository_manifest": {"name": "Attributes extractor", "homeassistant": "0.103.0", "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 63, "topics": ["attributes", "breakout", "hacs", "hass", "homeassistant", "sensor"], "version_installed": null, "last_fetched": 1643571243.316112}, "236123258": {"authors": ["@camect"], "category": "integration", "description": "A HACS integration for the Camect smart home surveillance system", "domain": "camect", "downloads": 0, "etag_repository": "W/\"09e73c2b8ddfe37210ae23bd917fce086c23fc5ff566c7105642d5ca16649080\"", "full_name": "pfunkmallone/HACS-camect-integration", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "ae1e8ca", "last_release_tag": "2021.12.23", "last_updated": "2021-12-23T17:21:08Z", "name": "camect", "new": false, "repository_manifest": {"name": "Camect Integration", "country": ["US"], "domains": "camera", "homeassistant": "0.99.9", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["camect", "hacs", "home-assistant"], "version_installed": null}, "196055705": {"authors": ["@pilotak"], "category": "integration", "description": "Clientraw weather parser (clientraw.txt) for HomeAssistant", "domain": "clientraw", "downloads": 0, "etag_repository": "W/\"891e20ede918ccf0002bbc25837e65bf5c53a6a7d72e6eb3d2653580067d7698\"", "full_name": "pilotak/homeassistant-clientraw", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d9df606", "last_release_tag": "v2.2.1", "last_updated": "2021-11-28T20:14:21Z", "name": "clientraw", "new": false, "repository_manifest": {"name": "Clientraw weather parser", "homeassistant": "0.103.0", "domains": ["sensor"], "iot_class": "cloud_poll"}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": ["clientraw", "davis", "hacs", "hass", "homeassistant", "weather"], "version_installed": null, "last_fetched": 1641895646.342355}, "199549304": {"authors": ["@PiotrMachowski"], "category": "integration", "description": "This sensor uses gkeepapi library to download a list of notes from https://keep.google.com/.", "domain": "google_keep", "downloads": 0, "etag_repository": "W/\"0c99159f75abf0570ff53d45fa0acd87c51bb944c28eee16ff78f2317a38302b\"", "full_name": "PiotrMachowski/Home-Assistant-custom-components-Google-Keep", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "82a63e3", "last_release_tag": "v1.1.4", "last_updated": "2022-01-23T03:39:58Z", "name": "google_keep", "new": false, "repository_manifest": {"name": "Google Keep", "render_readme": true, "domains": ["sensor"], "zip_release": true, "filename": "google_keep.zip"}, "selected_tag": null, "show_beta": false, "stars": 36, "topics": ["custom-component", "home-assistant", "integration", "notes"], "version_installed": null, "last_fetched": 1643571243.593595}, "193371469": {"authors": ["PiotrMachowski"], "category": "integration", "description": "This sensor uses official API to get storm warnings from https://antistorm.eu.", "domain": "antistorm", "downloads": 0, "etag_repository": "W/\"2cd2262df258bc63ec50c7f5ece848e4f146e4cdcacc137a0807119b73092571\"", "full_name": "PiotrMachowski/Home-Assistant-custom-components-Antistorm", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "29a0458", "last_release_tag": "v1.0.4", "last_updated": "2022-01-23T02:16:53Z", "name": "antistorm", "new": false, "repository_manifest": {"name": "Antistorm sensor", "domains": ["binary_sensor", "sensor"], "country": ["PL"], "render_readme": true, "zip_release": true, "filename": "antistorm.zip"}, "selected_tag": null, "show_beta": false, "stars": 10, "topics": ["custom-component", "home-assistant", "integration", "weather"], "version_installed": null, "last_fetched": 1643571243.522058}, "193371652": {"authors": ["PiotrMachowski"], "category": "integration", "description": "This sensor uses official API to get air quality data from https://looko2.com.", "domain": "looko2", "downloads": 0, "etag_repository": "W/\"97e4a5d297b03104d88c016843750ffd124377c4f08b65934c2aec25bd393e9d\"", "full_name": "PiotrMachowski/Home-Assistant-custom-components-Looko2", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "fff1812", "last_release_tag": "v1.0.3", "last_updated": "2022-01-23T17:08:49Z", "name": "looko2", "new": false, "repository_manifest": {"name": "Looko2 sensor", "domains": ["sensor"], "country": ["PL"], "render_readme": true, "zip_release": true, "filename": "looko2.zip"}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["air-quality", "custom-component", "home-assistant", "weather"], "version_installed": null, "last_fetched": 1643571244.090062}, "207881337": {"authors": ["@pinkywafer"], "category": "integration", "description": "Anniversary Countdown Sensor for Home Assistant", "domain": "anniversaries", "downloads": 0, "etag_repository": "W/\"e2425be25b2d971f87366f2dc8d6a9da76820d23beedfed9add316966524c150\"", "full_name": "pinkywafer/Anniversaries", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "aeeb9e9", "last_release_tag": "4.5.0", "last_updated": "2022-01-11T19:14:57Z", "name": "anniversaries", "new": false, "repository_manifest": {"name": "Anniversaries", "zip_release": true, "filename": "anniversaries.zip", "domains": ["anniversaries", "sensor"], "homeassistant": "0.109.0"}, "selected_tag": null, "show_beta": false, "stars": 103, "topics": ["anniversaries", "hacktoberfest", "hacs", "home-assistant", "sensor"], "version_installed": null, "last_fetched": 1643571243.695706}, "193588464": {"authors": ["PiotrMachowski"], "category": "integration", "description": "This sensor uses unofficial API to get data from https://www.rozkladzik.pl and provide information about departures for chosen stop.", "domain": "rozkladzik", "downloads": 0, "etag_repository": "W/\"597a91bc979bbccb2b317928770d433b319c824aa703a10f82d5755bb6176414\"", "full_name": "PiotrMachowski/Home-Assistant-custom-components-Rozkladzik", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "398d1aa", "last_release_tag": "v1.1.5", "last_updated": "2022-01-24T02:34:46Z", "name": "rozkladzik", "new": false, "repository_manifest": {"name": "Rozk\u0142adzik sensor", "domains": ["sensor"], "country": ["PL"], "render_readme": true, "zip_release": true, "filename": "rozkladzik.zip"}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": ["custom-component", "home-assistant", "integration", "public-transport"], "version_installed": null, "last_fetched": 1643571244.307269}, "193588612": {"authors": ["PiotrMachowski"], "category": "integration", "description": "This sensor uses unofficial API retrieved by decompilation of iMPK application to provide a list of MPK Wroc\u0142aw news available in original app.", "domain": "impk", "downloads": 0, "etag_repository": "W/\"e2c4b9eab54497ab86eff86405188836af6ee6dd2ebb22274770cc6f255edd23\"", "full_name": "PiotrMachowski/Home-Assistant-custom-components-iMPK", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "8a87bc8", "last_release_tag": "v1.1.5", "last_updated": "2022-01-23T16:43:48Z", "name": "impk", "new": false, "repository_manifest": {"name": "iMPK sensor", "domains": ["binary_sensor"], "country": ["PL"], "render_readme": true, "zip_release": true, "filename": "impk.zip"}, "selected_tag": null, "show_beta": false, "stars": 10, "topics": ["custom-component", "home-assistant", "integration", "public-transport", "wroclaw"], "version_installed": null, "last_fetched": 1643571243.854752}, "224073673": {"authors": ["@pinkywafer"], "category": "integration", "description": "Calendarific holiday sensor for Home Assistant ", "domain": "calendarific", "downloads": 0, "etag_repository": "W/\"04700d658c44ad87798575638d4fb050d3fb1410b343cc87b2c8767e3a5c7621\"", "full_name": "pinkywafer/Calendarific", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7e0963f", "last_release_tag": "0.14.0", "last_updated": "2022-01-07T16:04:10Z", "name": "calendarific", "new": false, "repository_manifest": {"name": "Calendarific", "zip_release": true, "filename": "calendarific.zip", "domains": ["calendarific", "sensor"], "homeassistant": "2021.12.0", "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 12, "topics": ["api-client", "calendarific", "holidays", "home-assistant", "sensor"], "version_installed": null, "last_fetched": 1641587771.886148}, "193371566": {"authors": ["PiotrMachowski"], "category": "integration", "description": "This sensor uses official API to get weather warnings for Poland and storm warnings for Europe from https://burze.dzis.net.", "domain": "burze_dzis_net", "downloads": 0, "etag_repository": "W/\"86596edf72e15ece3751eb8d3dd5e4f479f3977b206331b4c96c3a289974fa8b\"", "full_name": "PiotrMachowski/Home-Assistant-custom-components-Burze.dzis.net", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "84210c1", "last_release_tag": "v1.0.4", "last_updated": "2022-01-23T02:37:19Z", "name": "burze_dzis_net", "new": false, "repository_manifest": {"name": "Burze.dzis.net sensor", "domains": ["binary_sensor"], "country": ["EU", "PL"], "render_readme": true, "zip_release": true, "filename": "antistorm.zip"}, "selected_tag": null, "show_beta": false, "stars": 26, "topics": ["custom-component", "home-assistant", "integration", "weather"], "version_installed": null, "last_fetched": 1643571243.589226}, "193371922": {"authors": ["PiotrMachowski"], "category": "integration", "description": "This sensor uses unofficial API to get energy usage and generation data from https://elicznik.tauron-dystrybucja.pl.", "domain": "tauron_amiplus", "downloads": 0, "etag_repository": "W/\"9f816f4d5d3ba99f0208ce85f0c9dc9a5bcc195051934313b6ade988b13aeeef\"", "full_name": "PiotrMachowski/Home-Assistant-custom-components-Tauron-AMIplus", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "73b07ec", "last_release_tag": "v2.0.4", "last_updated": "2022-01-24T04:57:13Z", "name": "tauron_amiplus", "new": false, "repository_manifest": {"name": "Tauron AMIplus", "render_readme": true, "domains": ["sensor"], "zip_release": true, "filename": "tauron_amiplus.zip", "country": ["PL"]}, "selected_tag": null, "show_beta": false, "stars": 44, "topics": ["custom-component", "energy-monitor", "home-assistant", "integration"], "version_installed": null, "last_fetched": 1643571244.350139}, "271398374": {"authors": ["@PiotrMachowski"], "category": "integration", "description": "This custom component allows you to save current state of any entity and use its data later to restore it.", "domain": "saver", "downloads": 0, "etag_repository": "W/\"746e3aef6bdd8cb09436efc7a2a4eea28e5973776b78eccc48df1541d115de79\"", "full_name": "PiotrMachowski/Home-Assistant-custom-components-Saver", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "813f69b", "last_release_tag": "v1.1.3", "last_updated": "2022-01-24T03:25:16Z", "name": "saver", "new": false, "repository_manifest": {"name": "Saver", "render_readme": true, "zip_release": true, "filename": "saver.zip"}, "selected_tag": null, "show_beta": false, "stars": 32, "topics": ["automation", "helper", "home-assistant", "save", "script", "variable"], "version_installed": null, "last_fetched": 1643545554.666287}, "166045890": {"authors": ["@pippyn"], "category": "integration", "description": "Provides Home Assistant sensors for multiple Dutch and Belgium waste collectors", "domain": "afvalbeheer", "downloads": 0, "etag_repository": "W/\"7c603c5c91341a44031e593571c4bdada2f39611d3e435bdf2abca53efc111a2\"", "full_name": "pippyn/Home-Assistant-Sensor-Afvalbeheer", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7393347", "last_release_tag": "v4.9.2", "last_updated": "2022-01-18T07:58:11Z", "name": "afvalbeheer", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 132, "topics": ["belgium", "dutch", "hacs", "hassio", "hassio-integration", "home-assistant", "waste-collectors"], "version_installed": null, "last_fetched": 1643571245.020053}, "165637690": {"authors": ["@pippyn"], "category": "integration", "description": "Provides sensors for the Dutch waste collector Groningen Afvalwijzer.", "domain": "groningen_afvalwijzer", "downloads": 0, "etag_repository": "W/\"aed1f6d6f115c3108dc92d9a3167fb7c97707566375a8152ac291f3af8784d8a\"", "full_name": "pippyn/Home-Assistant-Sensor-Groningen-Afvalwijzer", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "645d9f7", "last_release_tag": "v1.1.3", "last_updated": "2019-06-11T12:41:23Z", "name": "groningen_afvalwijzer", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": [], "version_installed": null}, "209996125": {"authors": [], "category": "integration", "description": "A custom component for Home Assistant which integrates my picoTTS Addon on HASS.io,", "domain": "picotts_remote", "downloads": 0, "etag_repository": "W/\"0e89c58cb6103e630a4f2670da96905daeba717d47bef46a26e15236ce7d278f\"", "full_name": "Poeschl/Remote-PicoTTS", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b2877ff", "last_release_tag": "1.0.1", "last_updated": "2021-03-05T16:22:33Z", "name": "picotts_remote", "new": false, "repository_manifest": {"name": "Remote PicoTTS", "render_readme": true, "domains": "tts", "homeassistant": "0.36", "iot_class": "Local Polling"}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": ["component", "hacs", "hassio", "home-assistant", "picotts-addon", "remote-picotts"], "version_installed": null}, "281956859": {"authors": ["@postlund"], "category": "integration", "description": "Experimental integration to Home Assistant supporting D-Link devices", "domain": "dlink_hnap", "downloads": 0, "etag_repository": "W/\"c9660dd87fbae15231e8298633f7ebc3d6fe1b8e79400a386b3af74af047ddf5\"", "full_name": "postlund/dlink_hnap", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "774df53", "last_release_tag": null, "last_updated": "2021-03-04T05:27:58Z", "name": "dlink_hnap", "new": false, "repository_manifest": {"name": "D-Link HNAP", "content_in_root": false, "domains": ["binary_sensor"], "homeassistant": "0.109.0", "iot_class": "Local Pull", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 25, "topics": ["custom-integration", "dlink", "home-assistant"], "version_installed": null, "last_fetched": 1643571244.772767}, "238568340": {"authors": ["@Pouzor"], "category": "integration", "description": "Custom Component for Home Assistant, enable to remote Freebox Player", "domain": "freebox_player", "downloads": 0, "etag_repository": "W/\"a8aec9519acb42fc666ae19d08a33c3d9bc326200cde72ef30f55eb2a5a26c12\"", "full_name": "Pouzor/freebox_player", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9f0390b", "last_release_tag": "1.0.6", "last_updated": "2021-05-12T23:52:40Z", "name": "freebox_player", "new": false, "repository_manifest": {"name": "Freebox Player"}, "selected_tag": null, "show_beta": false, "stars": 10, "topics": ["custom-component", "freebox", "home-assistant", "homeassistant", "python"], "version_installed": null, "last_fetched": 1642004309.549057}, "219035415": {"authors": ["ptimatth"], "category": "integration", "description": "GeoRide integration for Home Assistant", "domain": "georide", "downloads": 0, "etag_repository": "W/\"8eab456e3d9a5cd181717c55034a2761d27c2500d4ac0e0ae69ab7e9fad11aaf\"", "full_name": "ptimatth/GeorideHA", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e59c8cb", "last_release_tag": "0.8.1", "last_updated": "2021-10-10T11:10:44Z", "name": "georide", "new": false, "repository_manifest": {"name": "GeoRide integration", "content_in_root": false, "render_readme": true, "domains": ["devices_tracker", "sensor"], "country": ["FR"], "homeassistant": "2021.10.0"}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": [], "version_installed": null}, "289550686": {"authors": ["@raman325"], "category": "integration", "description": "Custom Home Assistant component for Zoom. Tracks when you are connected to a Zoom call by default but may allow you to track more.", "domain": "zoom", "downloads": 0, "etag_repository": "W/\"18e69db12e71f013cb123f10bc02eac8e6e442b667125f2c6a52ab20aa03ce78\"", "full_name": "raman325/ha-zoom-automation", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b2c1dfb", "last_release_tag": "v0.8.2", "last_updated": "2022-01-03T04:05:09Z", "name": "zoom", "new": false, "repository_manifest": {"name": "Zoom", "domains": ["binary_sensor"], "iot_class": "Cloud Push", "render_readme": true, "homeassistant": "2021.5.0b0", "zip_release": true, "filename": "zoom.zip"}, "selected_tag": null, "show_beta": false, "stars": 47, "topics": ["automation", "custom-component", "ha", "hacs", "hassio", "home-assistant", "homeassistant", "integration", "webhook-event", "zoom"], "version_installed": null, "last_fetched": 1643571245.489505}, "197983504": {"authors": ["@rdehuyss"], "category": "integration", "description": "Support for Denkovi IOT Relay modules in HomeAssistant", "domain": "denkovi", "downloads": 0, "etag_repository": "W/\"90d830139f4f549c3b1b20e60a5ef2b25a34277c70b1e0e818881f39dcad838e\"", "full_name": "rdehuyss/homeassistant-custom_components-denkovi", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "16d3384", "last_release_tag": "v2.0.2", "last_updated": "2021-07-24T21:00:35Z", "name": "denkovi", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["denkovi", "homeassistant", "homeassistant-components"], "version_installed": null}, "260264517": {"authors": ["@r-renato"], "category": "integration", "description": "Climacell weather provider integration is a custom component for Home Assistant. The climacell platform uses the Climacell API as a source for meteorological data for your location.", "domain": "climacell", "downloads": 0, "etag_repository": "W/\"c6dafa7ef0e081aefc30fb970344436aace539292a1cb338a9cb5e8ffd9bc46d\"", "full_name": "r-renato/ha-climacell-weather", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f5be63f", "last_release_tag": "2.0.3", "last_updated": "2021-06-10T19:48:13Z", "name": "climacell", "new": false, "repository_manifest": {"name": "ClimaCell Weather Provider", "domains": ["sensor"], "iot_class": ["Cloud Polling"]}, "selected_tag": null, "show_beta": false, "stars": 38, "topics": ["climacell", "hacs", "home-assistant", "weather"], "version_installed": null}, "268118148": {"authors": ["@py-smart-gardena"], "category": "integration", "description": "Home Assistant custom component integration for Gardena Smart System", "domain": "gardena_smart_system", "downloads": 0, "etag_repository": "W/\"10282c1c41b755d69deff297096faba248e6a83bd463aa1987b9bfcd659e5788\"", "full_name": "py-smart-gardena/hass-gardena-smart-system", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "911ffb9", "last_release_tag": "0.2.3", "last_updated": "2022-01-29T22:48:06Z", "name": "gardena_smart_system", "new": false, "repository_manifest": {"name": "Gardena Smart System", "domains": ["sensor", "switch", "vacuum", "binary_sensor"], "render_readme": true, "homeassistant": "0.115.0"}, "selected_tag": null, "show_beta": false, "stars": 74, "topics": ["gardena", "gardena-api", "gardena-smart-system", "home-assistant", "homeassistant"], "version_installed": null, "last_fetched": 1643571245.138462}, "164161024": {"authors": ["@rgruebel"], "category": "integration", "description": "Custom Component for Homeassistant to show zigbee2mqtt Networkmap", "domain": "zigbee2mqtt_networkmap", "downloads": 0, "etag_repository": "W/\"7d3b4cce1d4864b71b1df9c269153793771a13e0b426b7108f59ffdc93fab491\"", "full_name": "rgruebel/ha_zigbee2mqtt_networkmap", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "ddb1013", "last_release_tag": null, "last_updated": "2021-12-14T14:38:00Z", "name": "zigbee2mqtt_networkmap", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 167, "topics": [], "version_installed": null, "last_fetched": 1641895658.060095}, "225305915": {"authors": ["@Martinvdm", "@vloris", "@remco770"], "category": "integration", "description": "Garbage collection BAR for Home Assistant", "domain": "bar_afvalbeheer", "downloads": 0, "etag_repository": "W/\"d90e45ade1074fa9cec84edbb2634bb498153696566dcf68d03515dda4c501e2\"", "full_name": "remco770/garbage-bar-homeassistant", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e1fb3c5", "last_release_tag": "1.4", "last_updated": "2021-08-24T17:27:18Z", "name": "bar_afvalbeheer", "new": false, "repository_manifest": {"name": "BAR garbage collection", "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": [], "version_installed": null}, "257634153": {"authors": ["@rob196"], "category": "integration", "description": "This is a custom component to integrate into FXMarketAPI (https://fxmarketapi.com) to get the live mid-rates in Home Assistant.", "domain": "fxmarketapi", "downloads": 0, "etag_repository": "W/\"65a77eae76da8e3ec1dcefd7da4667b745b8f2054e31685c6d5c623a865ad05e\"", "full_name": "rob196/home-assistant-fxmarketapi", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c3e467c", "last_release_tag": "v1.0.3", "last_updated": "2021-06-01T16:32:25Z", "name": "fxmarketapi", "new": false, "repository_manifest": {"name": "FXMarketAPI Integration", "content_in_root": false, "render_readme": false, "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["custom-component", "hacs", "home-assistant", "homeassistant", "python"], "version_installed": null}, "255380953": {"authors": ["@rkoebrugge", "@reharmsen", "@pdwonline", "@jongsoftdev"], "category": "integration", "description": "Custom Youless LS110 component for Home-Assistant ", "domain": "youless", "downloads": 0, "etag_repository": "W/\"a4836852f4e92850fd7c1955a7df5e348d8da34c2b94f403f4767abf166da6f3\"", "full_name": "rkoebrugge/hacs-youless-component", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3cd8d1a", "last_release_tag": "2.0.5", "last_updated": "2020-06-19T08:52:21Z", "name": "youless", "new": false, "repository_manifest": {"name": "YouLess LS110", "country": ["NL"], "render_readme": true, "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 0, "topics": [], "version_installed": null}, "140618233": {"authors": ["@robhofmann"], "category": "integration", "description": "Custom Gree climate component written in Python3 for Home Assistant. Controls AC's supporting the Gree protocol.", "domain": "gree", "downloads": 0, "etag_repository": "W/\"1ac291ca4fd77d0be111a8c0c467c357609c65dbebf2ff74aa1639746616b1e1\"", "full_name": "RobHofmann/HomeAssistant-GreeClimateComponent", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "fdcc217", "last_release_tag": "2.3.0", "last_updated": "2022-01-29T21:49:55Z", "name": "gree", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 131, "topics": [], "version_installed": null, "last_fetched": 1643571245.844311}, "241427839": {"authors": ["@robbinjanssen"], "category": "integration", "description": "Read the current, daily and total Wh from your Omnik Inverter via local network (no cloud!)", "domain": "omnik_inverter", "downloads": 0, "etag_repository": "W/\"0ca007cfaea764b2c475fd073951306940dfec0ba7752bd32474279636f9dd55\"", "full_name": "robbinjanssen/home-assistant-omnik-inverter", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7bc3ad4", "last_release_tag": "v2.1.0", "last_updated": "2021-12-13T15:35:11Z", "name": "omnik_inverter", "new": false, "repository_manifest": {"name": "Omnik Inverter Solar Sensor (No Cloud)", "country": ["NL"], "domains": ["sensor"], "homeassistant": "2021.9.0"}, "selected_tag": null, "show_beta": false, "stars": 17, "topics": ["hacktoberfest", "hacs", "home-assistant", "home-assistant-sensor", "homeassistant", "python3"], "version_installed": null}, "196605143": {"authors": ["@SirGilbot", "@robhofmann"], "category": "integration", "description": "Custom component for Philips TV's running Android which are built between 2014 and 2016. Written in Python3 for Home Assistant.", "domain": "philips_2014", "downloads": 0, "etag_repository": "W/\"9626b4219b9f485e48dd103bd68432340a0c139b1ec743ebb0d7387513fe0cb4\"", "full_name": "RobHofmann/HomeAssistant-PhilipsAndroid2014", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "56c4d40", "last_release_tag": "1.0.0", "last_updated": "2021-05-09T12:39:18Z", "name": "philips_2014", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": [], "version_installed": null}, "213551635": {"authors": ["@roberodin"], "category": "integration", "description": "\ud83d\udcfa HomeAssistant - SamsungTV Custom Component", "domain": "samsungtv_custom", "downloads": 0, "etag_repository": "W/\"bbdd9750dfb778cb150b7c0d4c5d9655ee5dec0c8c3807fa56c27aca36175d58\"", "full_name": "roberodin/ha-samsungtv-custom", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "da6bf93", "last_release_tag": "3.0.5", "last_updated": "2021-10-15T02:14:29Z", "name": "samsungtv_custom", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 101, "topics": [], "version_installed": null, "last_fetched": 1643571245.792483}, "197116235": {"authors": ["@robmarkcole"], "category": "integration", "description": "Home Assistant custom component for using Deepstack face recognition", "domain": "deepstack_face", "downloads": 0, "etag_repository": "W/\"a60fb2ded41506377f05b6205e28e36bf45716594d9cbac535814e79c2bca53c\"", "full_name": "robmarkcole/HASS-Deepstack-face", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d35873c", "last_release_tag": "v0.12", "last_updated": "2021-12-21T11:40:37Z", "name": "deepstack_face", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 164, "topics": ["computer-vision", "deep-learning", "home-assistant"], "version_installed": null, "last_fetched": 1643571245.802518}, "165791238": {"authors": ["@robmarkcole"], "category": "integration", "description": "Home Assistant custom component for using Deepstack object detection", "domain": "deepstack_object", "downloads": 0, "etag_repository": "W/\"eb0e6295ccb84abc5041e3372b3f5d3002824b297894721b95cf0ae604664740\"", "full_name": "robmarkcole/HASS-Deepstack-object", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c673798", "last_release_tag": "v4.5", "last_updated": "2022-01-13T02:42:31Z", "name": "deepstack_object", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 331, "topics": ["home-assistant", "object-detection"], "version_installed": null, "last_fetched": 1643571246.031242}, "117426840": {"authors": ["@robinostlund"], "category": "integration", "description": "Volkswagen Carnet Component for home assistant", "domain": "volkswagencarnet", "downloads": 0, "etag_repository": "W/\"65062efad4107850f1faf818163dc74023eac4f0e6e3a651933ab3e7339fa4d7\"", "full_name": "robinostlund/homeassistant-volkswagencarnet", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "84ee2c0", "last_release_tag": "v4.4.49", "last_updated": "2022-01-29T18:49:56Z", "name": "volkswagencarnet", "new": false, "repository_manifest": {"name": "Volkswagen We Connect", "iot_class": "Cloud Polling", "homeassistant": "2021.12.0b1", "hide_default_branch": true, "zip_release": true, "filename": "volkswagencarnet.zip"}, "selected_tag": null, "show_beta": false, "stars": 160, "topics": ["custom-component", "hacs", "homeassistant", "volkswagen-carnet"], "version_installed": null, "last_fetched": 1643571246.148159}, "135166048": {"authors": ["@robmarkcole"], "category": "integration", "description": "Home-Assistant image classification using Machinebox.io", "domain": "classificationbox", "downloads": 0, "etag_repository": "W/\"3d506484f80c84835687aea52d6ff222b179c44657cea965ab7be3555baff857\"", "full_name": "robmarkcole/HASS-Machinebox-Classificationbox", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5d11474", "last_release_tag": "v0.5", "last_updated": "2019-04-28T06:44:42Z", "name": "classificationbox", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 18, "topics": ["computer-vision", "deep-neural-networks", "home-assistant", "home-automation", "machinebox"], "version_installed": null}, "160022220": {"authors": ["@robmarkcole"], "category": "integration", "description": "Home Assistant Object detection with Amazon Rekognition", "domain": "amazon_rekognition", "downloads": 0, "etag_repository": "W/\"5ef9b46603537434d5bd2a3c5bfb043f05277f4e6365ff5dd3a5412e63760ed7\"", "full_name": "robmarkcole/HASS-amazon-rekognition", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c1bb2f5", "last_release_tag": "v3.2", "last_updated": "2021-12-26T07:50:05Z", "name": "amazon_rekognition", "new": false, "repository_manifest": {"name": "Amazon Rekognition", "domains": ["image_processing"]}, "selected_tag": null, "show_beta": false, "stars": 73, "topics": ["home-assistant", "rekognition"], "version_installed": null, "last_fetched": 1641217281.547645}, "149443194": {"authors": ["@rsnodgrass"], "category": "integration", "description": "ADT Pulse sensor for Home Assistant", "domain": "adtpulse", "downloads": 0, "etag_repository": "W/\"fa26cd307047c2d8269d7aff20fecee5c6af11b917f20257c801db1d38c000e5\"", "full_name": "rsnodgrass/hass-adtpulse", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "92e5d16", "last_release_tag": "0.1.9", "last_updated": "2022-01-02T10:13:07Z", "name": "adtpulse", "new": false, "repository_manifest": {"name": "ADT Pulse", "domains": ["alarm_control_panel", "binary_sensor"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 11, "topics": ["adt-pulse", "hacktoberfest", "homeassistant"], "version_installed": null, "last_fetched": 1641217281.58954}, "179931720": {"authors": ["@rsnodgrass"], "category": "integration", "description": "Home Assistant smart home platform integrations including sensors and custom tools", "domain": "groupme", "downloads": 0, "etag_repository": "W/\"72558d49a3f60a848c2b4c4e948161dfc83fd6985e96315bd2ca018939ed927b\"", "full_name": "rsnodgrass/hass-integrations", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4d4bde8", "last_release_tag": null, "last_updated": "2019-12-17T02:59:22Z", "name": "groupme", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": ["home-assistant", "water-sensor"], "version_installed": null}, "200989730": {"authors": ["@rsnodgrass", "@snicker", "@DubhAd"], "category": "integration", "description": "Flo Water Control for Home Assistant", "domain": "flo", "downloads": 0, "etag_repository": "W/\"26393ca5e93d6871f9126bf9226b2619c8b38d6336d0958afe8e2f2c2679bd5d\"", "full_name": "rsnodgrass/hass-flo-water", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d7dcdba", "last_release_tag": "3.0.5", "last_updated": "2021-03-23T21:58:09Z", "name": "flo", "new": false, "repository_manifest": {"name": "Flo by Moen Smart Water Monitor", "domains": ["sensor", "switch"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": [], "version_installed": null}, "200927325": {"authors": ["@rsnodgrass"], "category": "integration", "description": "Pool Math for Home Assistant", "domain": "poolmath", "downloads": 0, "etag_repository": "W/\"d4957b665c4fc4d95d50bc61b2591c7e08d64b8cb87cdf6220d0ddde66d12ea9\"", "full_name": "rsnodgrass/hass-poolmath", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2f7e9f6", "last_release_tag": "0.1.3", "last_updated": "2021-06-15T16:57:07Z", "name": "poolmath", "new": false, "repository_manifest": {"name": "Pool Math (Trouble Free Pool)", "domains": ["sensor"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": ["hacktoberfest", "homeassistant"], "version_installed": null}, "205416078": {"authors": ["@rsnodgrass"], "category": "integration", "description": "SensorPush integration for Home Assistant", "domain": "sensorpush", "downloads": 0, "etag_repository": "W/\"c6cb2a4dcce8d8f2253bc3df816060aa8063456f9a87dff0b067aa2334971cfd\"", "full_name": "rsnodgrass/hass-sensorpush", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2d4b043", "last_release_tag": "0.0.9", "last_updated": "2021-06-07T19:27:11Z", "name": "sensorpush", "new": false, "repository_manifest": {"name": "SensorPush", "domains": ["sensor"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 19, "topics": ["hacktoberfest", "homeassistant"], "version_installed": null, "last_fetched": 1643571247.05943}, "153006394": {"authors": ["@yuval_mejahez"], "category": "integration", "description": null, "domain": "school_holidays", "downloads": 0, "etag_repository": "W/\"04744945ada2a5113d35eb04f8aafa9fae3d8ca9c06f335adee3b953a623a022\"", "full_name": "rt400/School-Vacation", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "fb83099", "last_release_tag": null, "last_updated": "2021-08-03T13:41:10Z", "name": "school_holidays", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": [], "version_installed": null}, "235385658": {"authors": ["@rsnodgrass"], "category": "integration", "description": "Xantech Multi-Zone Matrix Audio for Home Assistant", "domain": "xantech", "downloads": 0, "etag_repository": "W/\"092579d6c64573babadd8e905192a765a8cc241a6d1a7bafe4e021b9b94eca64\"", "full_name": "rsnodgrass/hass-xantech", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "eb635c5", "last_release_tag": "0.0.6", "last_updated": "2021-08-03T08:50:29Z", "name": "xantech", "new": false, "repository_manifest": {"name": "Xantech Multi-Zone Audio Amps", "domains": ["media_player"], "render_readme": true, "iot_class": ["Local Push"]}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["audiophile", "hacktoberfest", "home-assistant", "home-automation", "homeassistant"], "version_installed": null}, "235915302": {"authors": [], "category": "integration", "description": "Custom Home Assistant sensor for the Marta/Breeze Card.", "domain": "marta", "downloads": 0, "etag_repository": "W/\"252ba5cc1d8451938241639e4440e98b658fbc643e94f915f9c09070c83cd455\"", "full_name": "ryanmac8/Home-Assistant-Marta", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "0270a21", "last_release_tag": "1.2", "last_updated": "2021-05-13T14:56:54Z", "name": "marta", "new": false, "repository_manifest": {"name": "Marta / Breeze Card", "content_in_root": false, "domains": ["sensor"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["breeze-card", "homeassistant", "marta", "sensor"], "version_installed": null}, "279861920": {"authors": ["@yuval_mejahez"], "category": "integration", "description": "ReversoTTS component for HomeAssistant", "domain": "reversotts", "downloads": 0, "etag_repository": "W/\"f1a36d1b5c62bba2f071623068e63225492e41fa48555c1d0af830eb8fe26c43\"", "full_name": "rt400/ReversoTTS-HA", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "30d4c26", "last_release_tag": "1.0.2", "last_updated": "2021-05-23T17:14:46Z", "name": "reversotts", "new": false, "repository_manifest": {"name": "Reverso TTS / tts", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 23, "topics": ["reversotts", "tts"], "version_installed": null, "last_fetched": 1643571247.24943}, "222845480": {"authors": ["ryannazaretian"], "category": "integration", "description": "Nexia climate integration for Trane and American Standard thermostats", "domain": "nexia", "downloads": 0, "etag_repository": "W/\"7df9e62e9d12e82a61e0910bd8db24ed52c34834673c0115783d3b365ab129bb\"", "full_name": "ryannazaretian/hacs-nexia-climate-integration", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1bfa7bf", "last_release_tag": "v1.0", "last_updated": "2020-04-17T15:57:11Z", "name": "nexia", "new": false, "repository_manifest": {"name": "Nexia Climate Integration", "render_readme": true, "domains": ["sensor", "binary_sensor", "climate"], "iot_class": "Local Polling"}, "selected_tag": null, "show_beta": false, "stars": 10, "topics": ["american-standard", "hacs", "home-assistant", "nexia", "nexia-thermostat", "trane"], "version_installed": null}, "224743334": {"authors": ["@safepay"], "category": "integration", "description": "Control Hunter Douglas / Luxaflex PowerView Window Shades in Home Assistant", "domain": "hd_powerview", "downloads": 0, "etag_repository": "W/\"3ff35957be953107455111fc71be11c4ed035346e27b23c39ec70d6a5e2c8e7c\"", "full_name": "safepay/cover.hd_powerview", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "640b054", "last_release_tag": "v0.9.0", "last_updated": "2021-08-19T04:28:48Z", "name": "hd_powerview", "new": false, "repository_manifest": {"name": "Hunter Douglas and Luxaflex PowerView Cover", "domains": ["cover"]}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": [], "version_installed": null}, "194971711": {"authors": ["@safepay"], "category": "integration", "description": "A WillyWeather Australian Bureau of Meteorology (BoM) integration for Home Assistant", "domain": "willyweather", "downloads": 0, "etag_repository": "W/\"fd9ed98c437da3f005e2fb1833ab23c3bfd9e38cfa866f1ba3ef7f22f69a12b7\"", "full_name": "safepay/sensor.willyweather", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "cb4202e", "last_release_tag": "v1.5.4", "last_updated": "2021-09-24T05:00:21Z", "name": "willyweather", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 7, "topics": [], "version_installed": null, "last_fetched": 1641470296.57045}, "195308808": {"authors": ["@safepay"], "category": "integration", "description": "A Fronius Sensor for Home Assistant", "domain": "fronius_inverter", "downloads": 0, "etag_repository": "W/\"ca00a5a755610f9d4e2e4672987dd23a2fee6683ffe550be747924e8f30e3f4f\"", "full_name": "safepay/sensor.fronius", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "19c1f3e", "last_release_tag": "v0.9.7", "last_updated": "2021-12-20T07:07:42Z", "name": "fronius_inverter", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 58, "topics": [], "version_installed": null, "last_fetched": 1642430651.817982}, "228579545": {"authors": ["@sebr"], "category": "integration", "description": "Orbit BHyve custom component for Home Assistant", "domain": "bhyve", "downloads": 0, "etag_repository": "W/\"162a88f102e022132bc295974c833b671bd3fe1ea113b9b45ae81c9e1cb9a3dc\"", "full_name": "sebr/bhyve-home-assistant", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "68a7ace", "last_release_tag": "2.1.1", "last_updated": "2021-12-15T01:36:32Z", "name": "bhyve", "new": false, "repository_manifest": {"name": "Orbit BHyve", "domains": ["binary_sensor", "sensor", "switch"], "iot_class": "Cloud Push", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 119, "topics": ["bhyve", "home-assistant", "home-assistant-component", "irrigation", "orbit", "orbit-bhyve"], "version_installed": null, "last_fetched": 1641587793.053995}, "248046910": {"authors": ["@sermayoral"], "category": "integration", "description": "Samsung TV Encrypted Models (H & J Series) custom component for Home Assistant", "domain": "samsungtv_encrypted", "downloads": 0, "etag_repository": "W/\"06f08b8124ba3908cd7c66cb51e999e6b1fbf69179d4602d36637c5202e0d610\"", "full_name": "sermayoral/ha-samsungtv-encrypted", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1146f7a", "last_release_tag": "2021.11.0", "last_updated": "2021-12-06T23:49:09Z", "name": "samsungtv_encrypted", "new": false, "repository_manifest": {"name": "SamsungTV Encrypted", "render_readme": false, "homeassistant": "2021.8.0"}, "selected_tag": null, "show_beta": false, "stars": 33, "topics": ["home-assistant-custom", "iot", "python", "samsungtv"], "version_installed": null, "last_fetched": 1643571247.934823}, "220678749": {"authors": ["@shogunxam"], "category": "integration", "description": "HA Integration for Centro Funzionale Regione Toscana", "domain": "cfr", "downloads": 0, "etag_repository": "W/\"12335e2e2940462930ea9c5de6ab8564fa388e5d4cb1aa9b1868c876f9ed45b7\"", "full_name": "shogunxam/Home-Assistant-custom-components-cfr-toscana", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "23b164e", "last_release_tag": "v0.8", "last_updated": "2021-12-13T09:50:30Z", "name": "cfr", "new": false, "repository_manifest": {"name": "cfr sensor", "domains": ["sensor"], "country": ["IT"]}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": [], "version_installed": null}, "231840220": {"authors": [], "category": "integration", "description": "MoneyDashboard Net Balance sensor for HomeAssistant", "domain": "moneydashboard", "downloads": 0, "etag_repository": "W/\"a1e751f74e95447677b4ee8a4e38868a01e08829173987e3efaa6c711f497ae9\"", "full_name": "shutupflanders/sensor.moneydashboard", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6298052", "last_release_tag": "1.0.3", "last_updated": "2020-02-20T10:04:03Z", "name": "moneydashboard", "new": false, "repository_manifest": {"domains": ["sensor"], "name": "MoneyDashboard", "render_readme": true, "country": ["GB"], "homeassistant": "0.99.0"}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": [], "version_installed": null}, "246417951": {"authors": ["@SLG"], "category": "integration", "description": "This component retrieves the statistics from Whatpulse", "domain": "whatpulse", "downloads": 0, "etag_repository": "W/\"dca837f1834a3b20ee94902485acbcaa793a075994123c3d2dc9a726d3fadc5b\"", "full_name": "SLG/home-assistant-whatpulse", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "665fe09", "last_release_tag": null, "last_updated": "2021-06-03T17:59:28Z", "name": "whatpulse", "new": false, "repository_manifest": {"name": "Whatpulse Sensor", "render_readme": true, "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["custom-components", "hacs", "home-assistant", "homeassistant", "python", "whatpulse"], "version_installed": null}, "261849832": {"authors": ["sockless-coding"], "category": "integration", "description": "Garo wallbox - Home Assistant Component ", "domain": "garo_wallbox", "downloads": 0, "etag_repository": "W/\"c9dbc593edd9d29f81f3d496eccc8b55813b6ec6a0fdcf869466ae143f665dc9\"", "full_name": "sockless-coding/garo_wallbox", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "fd96ba6", "last_release_tag": "v1.0.11", "last_updated": "2022-01-12T16:22:03Z", "name": "garo_wallbox", "new": false, "repository_manifest": {"name": "Garo Wallbox"}, "selected_tag": null, "show_beta": false, "stars": 12, "topics": [], "version_installed": null, "last_fetched": 1643571248.379273}, "199332790": {"authors": ["@snarky-snark"], "category": "integration", "description": "A custom Home Assistant component for declaring and setting generic variable entities dynamically.", "domain": "var", "downloads": 0, "etag_repository": "W/\"cf4bf6283a81b7cc88e5e1eac1b9d82508975f613bc755f544dc117ecea2b37b\"", "full_name": "snarky-snark/home-assistant-variables", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "27f0169", "last_release_tag": "v0.12.3", "last_updated": "2021-05-13T16:58:42Z", "name": "var", "new": false, "repository_manifest": {"name": "Variable", "render_readme": true, "homeassistant": "2021.5.1"}, "selected_tag": null, "show_beta": false, "stars": 128, "topics": [], "version_installed": null, "last_fetched": 1643571248.408701}, "260410453": {"authors": ["sockless-coding"], "category": "integration", "description": "Panasonic Comfort Cloud - Home Assistant Component", "domain": "panasonic_cc", "downloads": 0, "etag_repository": "W/\"19d5de05888545247b000e192bf9e4f73aa49266f6e65f5511e39da316c52204\"", "full_name": "sockless-coding/panasonic_cc", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5746f9c", "last_release_tag": "v1.0.31", "last_updated": "2022-01-10T13:28:04Z", "name": "panasonic_cc", "new": false, "repository_manifest": {"name": "Panasonic Comfort Cloud"}, "selected_tag": null, "show_beta": false, "stars": 32, "topics": [], "version_installed": null, "last_fetched": 1642430656.42009}, "210966517": {"authors": ["snicker"], "category": "integration", "description": "Zwift Sensor Integration for HomeAssistant", "domain": "zwift", "downloads": 0, "etag_repository": "W/\"f9287ad4dd62b274a50e43d630be9e329526da6da7033bc5658b410e0c7509b5\"", "full_name": "snicker/zwift_hass", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "407f7dd", "last_release_tag": "v3.2.4", "last_updated": "2022-01-17T13:47:53Z", "name": "zwift", "new": false, "repository_manifest": {"name": "Zwift Sensors", "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 27, "topics": [], "version_installed": null, "last_fetched": 1643571248.389249}, "209955487": {"authors": ["@slesinger"], "category": "integration", "description": "Control BMR heating regulation system from Home Assistant", "domain": "bmr_hc64", "downloads": 0, "etag_repository": "W/\"838cdc644918386a9d5672f5de788233d4d981f43c0827023201535ef8f332d5\"", "full_name": "slesinger/HomeAssistant-BMR", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "717c935", "last_release_tag": null, "last_updated": "2021-05-25T19:26:44Z", "name": "bmr_hc64", "new": false, "repository_manifest": {"name": "BMR", "render_readme": true, "domains": ["climate", "sensor", "binary_sensor", "switch"], "country": ["CZ"], "homeassistant": "0.110.0"}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": [], "version_installed": null}, "267433712": {"authors": ["@slesinger"], "category": "integration", "description": "Home Assistant integration to display info about energy plan", "domain": "predistribuce", "downloads": 0, "etag_repository": "W/\"42d5e36507f8e6eeceb03b45af63d83572772506a907274ceadcb19e1bbef01b\"", "full_name": "slesinger/HomeAssistant-PREdistribuce", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "eb1d189", "last_release_tag": null, "last_updated": "2021-10-30T09:55:40Z", "name": "predistribuce", "new": false, "repository_manifest": {"name": "PRE Distribuce CZ", "render_readme": false, "domains": ["binary_sensor"], "country": ["CZ"], "homeassistant": "0.110.0"}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["energy", "home-assistant", "home-automation", "power", "sensor"], "version_installed": null}, "177978011": {"authors": ["@hakana", "@StyraHem"], "category": "integration", "description": "Shelly smart home platform for Home Assistant", "domain": "shelly", "downloads": 0, "etag_repository": "W/\"319eb0d51531105ab06b9e3a15a876ac9537d84281c630a8e3585de46ac660a1\"", "full_name": "StyraHem/ShellyForHASS", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "902c04a", "last_release_tag": "0.3.3", "last_updated": "2022-01-22T08:21:14Z", "name": "shelly", "new": false, "repository_manifest": {"name": "ShellyForHass (Shelly integration)", "hide_default_branch": true, "zip_release": true, "filename": "shelly4hass.zip", "homeassistant": "0.104.0"}, "selected_tag": null, "show_beta": false, "stars": 502, "topics": [], "version_installed": null, "last_fetched": 1643571249.129374}, "292616002": {"authors": ["@swartjean"], "category": "integration", "description": "Home Assistant - Seedboxes.cc Integration", "domain": "seedboxes_cc", "downloads": 0, "etag_repository": "W/\"10c73b84969288f1764356fa0811ce3bbf468c80848ac9c549399ec6d4e61dc6\"", "full_name": "swartjean/ha-seedboxes-cc", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "06a15da", "last_release_tag": "v1.0.2", "last_updated": "2021-04-05T10:15:21Z", "name": "seedboxes_cc", "new": false, "repository_manifest": {"name": "Seedboxes.cc", "domains": ["sensor"], "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["custom-component", "hacs", "home-assistant", "home-automation", "homeassistant", "integration", "monitoring", "seedbox", "torrents"], "version_installed": null}, "289579468": {"authors": ["@swartjean"], "category": "integration", "description": "Fetches loadshedding data from Eskom", "domain": "eskom_loadshedding", "downloads": 0, "etag_repository": "W/\"066b562172ffc3b1d76737e9f0288ce26a1773c374b1cf72ba8d264282ccf565\"", "full_name": "swartjean/ha-eskom-loadshedding", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f1d1927", "last_release_tag": "v1.0.6", "last_updated": "2021-12-12T16:13:41Z", "name": "eskom_loadshedding", "new": false, "repository_manifest": {"name": "Eskom Loadshedding Interface", "domains": ["sensor"], "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 21, "topics": ["custom-component", "eskom", "hacs", "home-assistant", "home-automation", "homeassistant", "integration", "loadshedding", "south-africa"], "version_installed": null}, "181743867": {"authors": ["@tefinger"], "category": "integration", "description": "Custom component for Home Assistant to support Brematic devices", "domain": "brematic", "downloads": 0, "etag_repository": "W/\"3fdf9f1f7c9610d4319db8e1a2094d5bd958774011f063fa2fad1e661f0f0bb0\"", "full_name": "tefinger/hass-brematic", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c124566", "last_release_tag": "v0.5.0", "last_updated": "2021-11-02T17:59:24Z", "name": "brematic", "new": false, "repository_manifest": {"name": "Brematic", "homeassistant": "2021.10.0", "render_readme": true, "domains": ["switch"]}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["433mhz", "brematic", "brennenstuhl", "custom-component", "gateway", "hacktoberfest", "hass", "home-assistant", "intertechno"], "version_installed": null}, "265059207": {"authors": ["@ThermIQ"], "category": "integration", "description": "Home Assistant integration of ThermIQ-MQTT, providing control and logging of Thermia heatpumps ", "domain": "thermiq_mqtt", "downloads": 0, "etag_repository": "W/\"139e95d6c03526a5b3b8f40df94ec745885b078db8675452e38fdb1b8429a455\"", "full_name": "ThermIQ/thermiq_mqtt-ha", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2453d34", "last_release_tag": "v1.3.2", "last_updated": "2022-01-26T20:07:01Z", "name": "thermiq_mqtt", "new": false, "repository_manifest": {"name": "ThermIQ MQTT", "hacs": "0.24.0", "domains": ["binary_sensor", "sensor", "switch"], "iot_class": "Local Push", "homeassistant": "2021.12", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": ["bergvarme", "danfoss", "dhp", "diplomat", "g2", "g3", "ha", "hacs", "hass", "heatpump", "home-assistant", "home-automation", "homeassistant", "optimum", "thermal-pump", "thermia", "thermiq", "thermiq-mqtt", "varmepump"], "version_installed": null, "last_fetched": 1643571249.757958}, "121891488": {"authors": ["@thevoltagesource"], "category": "integration", "description": "Home Assistant custom component for controlling Lennox iComfort WiFi and AirEase Comfort Sync thermostats.", "domain": "myicomfort", "downloads": 0, "etag_repository": "W/\"1f1d4c3e679094c23db4cb4c5a6c13ecbc9dbc5ab19e1d06e4af420a9e741496\"", "full_name": "thevoltagesource/LennoxiComfort", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "337fef1", "last_release_tag": "v3.2.0", "last_updated": "2021-12-08T02:01:39Z", "name": "myicomfort", "new": false, "repository_manifest": {"name": "Lennox iComfort WiFi Thermostat Integration", "domains": ["climate"], "homeassistant": "2021.4.0", "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 21, "topics": ["homeassistant", "icomfort", "lennox", "thermostat"], "version_installed": null, "last_fetched": 1642094179.852643}, "194140521": {"authors": [], "category": "integration", "description": "\ud83d\udd39 A Home Assistant integration to turn your browser into a controllable entity - and also an audio player", "domain": "browser_mod", "downloads": 0, "etag_repository": "W/\"98cdff5b38d00d072165af513bdb7d45b357ef059786fa936c8103745070e183\"", "full_name": "thomasloven/hass-browser_mod", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "63d204c", "last_release_tag": "1.5.1", "last_updated": "2022-01-06T12:14:07Z", "name": "browser_mod", "new": false, "repository_manifest": {"name": "browser_mod", "homeassistant": "2021.5.0"}, "selected_tag": null, "show_beta": false, "stars": 561, "topics": [], "version_installed": null, "last_fetched": 1643571250.089936}, "202220932": {"authors": [], "category": "integration", "description": "\ud83d\udd39 Change the favicon of your Home Assistant instance", "domain": "favicon", "downloads": 0, "etag_repository": "W/\"a8a323cdc479c10f592e0200a3041d4ce51c930fe02a74e3f6c86a1201935925\"", "full_name": "thomasloven/hass-favicon", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "af5cf85", "last_release_tag": "10.4", "last_updated": "2021-07-26T15:03:33Z", "name": "favicon", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 62, "topics": [], "version_installed": null, "last_fetched": 1642430662.435702}, "200897141": {"authors": [], "category": "integration", "description": "\ud83d\udd39 Improve the lovelace yaml parser for Home Assistant", "domain": "lovelace_gen", "downloads": 0, "etag_repository": "W/\"fa040717c0f1ca066004c9e897983566a038181d27d6a6c2089b886c808e9df8\"", "full_name": "thomasloven/hass-lovelace_gen", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "200f916", "last_release_tag": "0.1.1", "last_updated": "2021-06-12T10:38:54Z", "name": "lovelace_gen", "new": false, "repository_manifest": {"name": "lovelace_gen", "homeassistant": "2021.4.0"}, "selected_tag": null, "show_beta": false, "stars": 115, "topics": [], "version_installed": null, "last_fetched": 1642184335.180555}, "164155243": {"authors": ["@TimSoethout"], "category": "integration", "description": "Sensor for Home Assistant pulling data from the GoodWe SEMS API for solar panel production metrics.", "domain": "sems", "downloads": 0, "etag_repository": "W/\"b42b5a334df9ef96a2e381df37c2a9ac39c0febc76313e1a3df19ae4388eb307\"", "full_name": "TimSoethout/goodwe-sems-home-assistant", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b260b28", "last_release_tag": "3.4.0", "last_updated": "2021-12-20T15:08:53Z", "name": "sems", "new": false, "repository_manifest": {"render_readme": true, "content_in_root": false, "iot_class": "Cloud Poll", "homeassistant": "2021.9.3"}, "selected_tag": null, "show_beta": false, "stars": 47, "topics": ["goodwe-sems", "hacs", "homeassistant", "pv", "sems-portal"], "version_installed": null}, "251020820": {"authors": ["@Tikismoke"], "category": "integration", "description": "NESPRESSO ble Home Assistant custom componenets and also a 2MQTT script", "domain": "nespresso", "downloads": 0, "etag_repository": "W/\"82a80ef26868fd8aead3971e1509241fc0765c36affe45baa8319479a8d7a805\"", "full_name": "tikismoke/home-assistant-nespressoble", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "aa595a5", "last_release_tag": "v0.0.1", "last_updated": "2021-06-04T06:05:28Z", "name": "nespresso", "new": false, "repository_manifest": {"name": "Nespresso Ble coffee machine"}, "selected_tag": null, "show_beta": false, "stars": 30, "topics": ["homeassistant", "homeassistant-components", "nespresso", "nespresso-ble"], "version_installed": null}, "261496794": {"authors": ["@Tikismoke"], "category": "integration", "description": "a plcbus custom somponents for HomeAssistant", "domain": "plcbus", "downloads": 0, "etag_repository": "W/\"224e43b119b2ee9069522d8ea2be1d17b162c2c14af29a376f4f1ae6d370f9b4\"", "full_name": "tikismoke/home-assistant-plcbus", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "93ba738", "last_release_tag": "0.0.2", "last_updated": "2021-08-15T16:14:24Z", "name": "plcbus", "new": false, "repository_manifest": {"name": "Plcbus integration"}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["customcomponents", "hass", "homeassistant", "plcbus"], "version_installed": null}, "195620540": {"authors": ["@timvancann"], "category": "integration", "description": null, "domain": "growatt", "downloads": 0, "etag_repository": "W/\"43252573361a645229c8f28cf0b29eb7320a5e25a44c51b87cab9cc9a6fe2de2\"", "full_name": "timvancann/homeassistant-growatt", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b22c18f", "last_release_tag": "0.0.3", "last_updated": "2021-05-11T11:03:42Z", "name": "growatt", "new": false, "repository_manifest": {"name": "Growatt solar panels"}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": [], "version_installed": null}, "207794499": {"authors": [], "category": "integration", "description": "A BER Status Sensor", "domain": "ber_status", "downloads": 0, "etag_repository": "W/\"c651e78aab194f35b73219bf04a794db49921cead5d461e87b33eba934b9c1f2\"", "full_name": "tmechen/ber_status", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d237174", "last_release_tag": null, "last_updated": "2020-10-31T13:57:32Z", "name": "ber_status", "new": false, "repository_manifest": {"name": "BER Status Sensor", "country": ["DE"], "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": [], "version_installed": null}, "200399989": {"authors": [], "category": "integration", "description": "Service to clean up your home assistant snapshots, so you don't manually have to.", "domain": "clean_up_snapshots_service", "downloads": 0, "etag_repository": "W/\"930836ea293e37e3182976c2051d5161d2b81f2961efb3973b493eeaf7187a8a\"", "full_name": "tmonck/clean_up_snapshots", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "24fe828", "last_release_tag": "0.8.2", "last_updated": "2021-12-30T16:33:33Z", "name": "clean_up_snapshots_service", "new": false, "repository_manifest": {"name": "Clean up snapshots service", "domains": ["clean_up_snapshots_service"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 11, "topics": [], "version_installed": null, "last_fetched": 1641470311.369215}, "225248441": {"authors": ["@tomaae"], "category": "integration", "description": "Mikrotik router integration for Home Assistant", "domain": "mikrotik_router", "downloads": 0, "etag_repository": "W/\"a7c7a0e82cf5dd060d41fdd5f5cd9a8f45f5dcb3ea7f356c60341eade1958ed2\"", "full_name": "tomaae/homeassistant-mikrotik_router", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5db1c78", "last_release_tag": "v1.8", "last_updated": "2022-01-24T14:10:03Z", "name": "mikrotik_router", "new": false, "repository_manifest": {"name": "Mikrotik Router", "homeassistant": "2021.12.1", "iot_class": "local_poll", "domains": ["device_tracker", "switch", "button", "sensor", "binary_sensor"], "render_readme": false, "zip_release": true, "filename": "mikrotik_router.zip"}, "selected_tag": null, "show_beta": false, "stars": 107, "topics": ["hacs", "homeassistant", "homeassistant-components", "homeassistant-integration", "mikrotik"], "version_installed": null, "last_fetched": 1643571250.863928}, "257275420": {"authors": ["@tomaae"], "category": "integration", "description": "OpenMediaVault integration for Home Assistant", "domain": "openmediavault", "downloads": 0, "etag_repository": "W/\"70c288ea9a1adbca8290c2738038d433715e6b6f7b7dd13cb3b09af135598977\"", "full_name": "tomaae/homeassistant-openmediavault", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2fa230a", "last_release_tag": "1.1.7", "last_updated": "2021-12-09T19:57:55Z", "name": "openmediavault", "new": false, "repository_manifest": {"name": "OpenMediaVault", "homeassistant": "0.110.0", "iot_class": "local_poll", "domains": ["sensor", "switch"], "render_readme": false, "zip_release": true, "filename": "openmediavault.zip"}, "selected_tag": null, "show_beta": false, "stars": 33, "topics": ["hacs", "homeassistant", "homeassistant-components", "homeassistant-integration", "omv", "openmediavault"], "version_installed": null, "last_fetched": 1643545554.628268}, "277201070": {"authors": ["@toreamun"], "category": "integration", "description": "Home Assistant integrasjon for Aidon, Kaifa and Kamstrup AMS-str\u00f8mm\u00e5lere. Integrasjonen st\u00f8ter b\u00e5de streaming (serieport/TCP-IP) og MQTT. Tibber Pulse kan settes opp til \u00e5 publisere til lokal MQTT som denne integrasjonen kan benytte.", "domain": "amshan", "downloads": 0, "etag_repository": "W/\"b4db7b21d151418333cca8df9efa75c770462f1112a7c75a4ba2b315d18e7cd3\"", "full_name": "toreamun/amshan-homeassistant", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "783bd7c", "last_release_tag": "2022.1.7", "last_updated": "2022-01-25T15:55:58Z", "name": "amshan", "new": false, "repository_manifest": {"name": "AmsHan", "domains": ["sensor"], "iot_class": "Local Push", "homeassistant": "2021.12.0b0", "country": ["NO"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 27, "topics": ["aidon", "ams", "han", "home-assistant", "home-automation", "kaifa", "kamstrup", "mbus", "meterbus", "mqtt", "smart-meter", "tibberpulse"], "version_installed": null, "last_fetched": 1643571250.921653}, "299875200": {"authors": ["@toreamun"], "category": "integration", "description": "Home Assistant integration for Victor Smart-Kill WI-FI electronic mouse and rat traps from VictorPest.com.", "domain": "victorsmartkill", "downloads": 0, "etag_repository": "W/\"ce0c62d38f9eea39cb8168049b4cb939cc6f174672476145db7b2f1cc44afa0d\"", "full_name": "toreamun/victorsmartkill-homeassistant", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b382d81", "last_release_tag": "2021.12.1", "last_updated": "2021-12-27T07:17:54Z", "name": "victorsmartkill", "new": false, "repository_manifest": {"name": "Victor Smart-Kill", "domains": ["binary_sensor", "sensor"], "homeassistant": "2021.11.0", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 10, "topics": ["hacs", "home-assistant", "homeassistant-integration", "mouse", "python-library", "rat", "trap", "victor"], "version_installed": null, "last_fetched": 1641895688.294586}, "298816063": {"authors": ["@troykelly"], "category": "integration", "description": "Trackimo Integration for HACS Home Assistant", "domain": "trackimo", "downloads": 0, "etag_repository": "W/\"8760784f7b14d68ffd2b100846b5c881b2eebf69cf0afc3d21b86a46b975e4af\"", "full_name": "troykelly/hacs-trackimo", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5c45086", "last_release_tag": "v0.0.22", "last_updated": "2021-07-12T05:44:23Z", "name": "trackimo", "new": false, "repository_manifest": {"name": "Trackimo Device Tracker", "country": ["AU"], "domains": ["device_tracker"], "homeassistant": "2021.7.1", "iot_class": ["Cloud Polling"]}, "selected_tag": null, "show_beta": false, "stars": 0, "topics": ["geolocation", "hacktoberfest", "homeassistant", "homeassistant-integration", "trackimo"], "version_installed": null}, "220313935": {"authors": ["@turbokongen"], "category": "integration", "description": "Custom component reading AMS through MBus adapter into HomeAssistant", "domain": "ams", "downloads": 0, "etag_repository": "W/\"2119deaf4961829f9d6e61112060ec407c271a772de2d1044a5686109cedc1f6\"", "full_name": "turbokongen/hass-AMS", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f42ded6", "last_release_tag": "v1.9.1", "last_updated": "2021-12-29T08:09:48Z", "name": "ams", "new": false, "repository_manifest": {"name": "hass-AMS", "country": ["NO", "SE"], "domains": ["sensor"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 28, "topics": ["mbus-adapter", "meter", "sensors"], "version_installed": null}, "240459262": {"authors": ["@tuxuser"], "category": "integration", "description": "Abfall API (Jumomind) custom component for home assistant - Get an alert when garbage collection is due", "domain": "abfallapi_jumomind", "downloads": 0, "etag_repository": "W/\"87cfa966fbfb9c42aa6764be1de69e0008a5943f6abb3c1f97fcf20fa6468210\"", "full_name": "tuxuser/abfallapi_jumomind_ha", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "8b4449f", "last_release_tag": null, "last_updated": "2021-12-22T09:57:43Z", "name": "abfallapi_jumomind", "new": false, "repository_manifest": {"name": "Abfall API (Jumomind)", "country": ["DE"], "homeassistant": "0.104.3", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["abfall", "collection", "deutschland", "garbage", "germany", "hacs", "home-assistant", "homeassistant-sensor", "jumomind", "muell", "sensor", "waste"], "version_installed": null, "last_fetched": 1641058079.790084}, "272337216": {"authors": ["@turbulator"], "category": "integration", "description": "Home Assistant custom component for Pandora Car Alarm System", "domain": "pandora_cas", "downloads": 0, "etag_repository": "W/\"5434350abdae43d18ab4196f7f2e73f35f2f0c76038842ce61eeace2a5925c78\"", "full_name": "turbulator/pandora-cas", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2651170", "last_release_tag": "1.4.4", "last_updated": "2021-12-28T02:20:34Z", "name": "pandora_cas", "new": false, "repository_manifest": {"name": "Pandora Car Alarm System", "domains": ["device_tracker", "binary_sensor", "sensor"], "country": ["RU", "BY"], "iot_class": "local push", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 30, "topics": ["hacs", "home-assistant", "integration", "pandora"], "version_installed": null}, "237628853": {"authors": ["@tuxuser"], "category": "integration", "description": "Abfall API (RegioIT) custom component for home assistant - Get an alert when garbage collection is due", "domain": "abfallapi_regioit", "downloads": 0, "etag_repository": "W/\"6f2e34627eb7239a51d354c70d3162bf0500be8c682f9ad242c24d7ad1690640\"", "full_name": "tuxuser/abfallapi_regioit_ha", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d423486", "last_release_tag": null, "last_updated": "2021-12-16T16:20:32Z", "name": "abfallapi_regioit", "new": false, "repository_manifest": {"name": "Abfall API (RegioIT)", "country": ["DE"], "homeassistant": "0.104.3", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 10, "topics": ["collection", "component", "garbage", "homeassistant", "homeassistant-sensor", "muell", "muellabfuhr", "regioit", "sensor", "smart-home", "waste"], "version_installed": null}, "167885769": {"authors": ["@twrecked"], "category": "integration", "description": "Asynchronous Arlo Component for Home Assistant", "domain": "aarlo", "downloads": 0, "etag_repository": "W/\"1da16af8536fd57cbab3e53aa97058fac2218c7ad296f050d49a2c377a60c1f5\"", "full_name": "twrecked/hass-aarlo", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c00cc75", "last_release_tag": "v0.7.2b7", "last_updated": "2021-12-28T19:25:48Z", "name": "aarlo", "new": false, "repository_manifest": {"name": "Arlo Camera Support", "homeassistant": "0.110.0"}, "selected_tag": null, "show_beta": false, "stars": 223, "topics": ["arlo", "homeassistant", "homeassistant-components", "netgear", "python"], "version_installed": null, "last_fetched": 1643571251.467254}, "204700563": {"authors": ["@sherrell"], "category": "integration", "description": "Momentary Switch Component for Home Assistant", "domain": "momentary", "downloads": 0, "etag_repository": "W/\"53316e4aacf743e41b730228cf12db312ba769ef8b0d30ab5a9b2205a054f359\"", "full_name": "twrecked/hass-momentary", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "87e8a29", "last_release_tag": "v0.5.3", "last_updated": "2021-12-13T03:07:54Z", "name": "momentary", "new": false, "repository_manifest": {"name": "Momentary Switch Component"}, "selected_tag": null, "show_beta": false, "stars": 22, "topics": [], "version_installed": null}, "245267534": {"authors": ["@twrecked"], "category": "integration", "description": "Virtual Components for Home Assistant", "domain": "virtual", "downloads": 0, "etag_repository": "W/\"8912c46972e6d4c15bafcd5a4474997edda0a7f20cfbf4a82a4cf00d8c2484c2\"", "full_name": "twrecked/hass-virtual", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3a51eeb", "last_release_tag": "v0.7.5", "last_updated": "2021-12-16T20:58:08Z", "name": "virtual", "new": false, "repository_manifest": {"name": "Virtual Components"}, "selected_tag": null, "show_beta": false, "stars": 46, "topics": [], "version_installed": null, "last_fetched": 1642184345.721799}, "76125161": {"authors": ["@tybritten"], "category": "integration", "description": "an iCal Sensor for Home Assistant", "domain": "ical", "downloads": 0, "etag_repository": "W/\"3ddcfddb9c1eda298fe400d952a8c7bb5b79f0994d6893b6a8b5b40bed9c756c\"", "full_name": "tybritten/ical-sensor-homeassistant", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a171b65", "last_release_tag": "1.4.1", "last_updated": "2021-12-13T09:20:22Z", "name": "ical", "new": false, "repository_manifest": {"name": "iCal Sensor", "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 38, "topics": ["hacs", "home-assistant", "ical", "sensor"], "version_installed": null, "last_fetched": 1642851192.719341}, "272140589": {"authors": ["@ualex73"], "category": "integration", "description": "Monitor Docker containers from Home Assistant", "domain": "monitor_docker", "downloads": 0, "etag_repository": "W/\"bee7d4a9236d4fa900fffc61f7b5de191817cbbb8accaeaccb10b1ff4460cec5\"", "full_name": "ualex73/monitor_docker", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "0354dd0", "last_release_tag": "1.14", "last_updated": "2022-01-18T21:20:49Z", "name": "monitor_docker", "new": false, "repository_manifest": {"name": "Monitor Docker", "render_readme": false, "domains": ["sensor", "switch"]}, "selected_tag": null, "show_beta": false, "stars": 125, "topics": ["custom-component", "docker", "hacs", "home-assistant", "homeassistant", "python"], "version_installed": null, "last_fetched": 1643545554.672448}, "247566230": {"authors": ["@Verbalinsurection"], "category": "integration", "description": "The Next Rocket Launch sensor platform allows you to monitor the next rocket launch from Teamup.", "domain": "next_rocket_launch", "downloads": 0, "etag_repository": "W/\"02b2b25e287e1aad464221dbdac646b4de2ae04fcadf9cb1d3a3b6d2a50c9a3f\"", "full_name": "Verbalinsurection/next_rocket_launch", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a7debb9", "last_release_tag": "V1.0.3", "last_updated": "2021-04-12T16:58:03Z", "name": "next_rocket_launch", "new": false, "repository_manifest": {"name": "Next Rocket Launch", "country": ["FR"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": ["hassio", "home-assistant", "homeassistant", "homeassistant-components", "rocket"], "version_installed": null}, "120696364": {"authors": ["@vinteo"], "category": "integration", "description": "OpenSprinkler Integration for Home Assistant", "domain": "opensprinkler", "downloads": 0, "etag_repository": "W/\"e4337b3a22c45d6036019f60b4cd0d3983cd70273cc7133a12c40ee16ec03657\"", "full_name": "vinteo/hass-opensprinkler", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "eeb57f0", "last_release_tag": "v1.1.7", "last_updated": "2021-12-06T21:34:02Z", "name": "opensprinkler", "new": false, "repository_manifest": {"name": "OpenSprinkler integration for Home Assistant", "domains": ["binary_sensor", "sensor", "switch"], "render_readme": true, "iot_class": "Local Polling"}, "selected_tag": null, "show_beta": false, "stars": 120, "topics": ["hacktoberfest", "hacs", "home-assistant", "home-automation", "opensprinkler"], "version_installed": null, "last_fetched": 1642184346.580582}, "265916869": {"authors": ["@vanstinator"], "category": "integration", "description": "Melnor Raincloud Home Assistant Integration", "domain": "raincloud", "downloads": 0, "etag_repository": "W/\"58000ab27cbb2d837de1137176b14c71cd411269a7a3d5e07a5dab900c8e3bc9\"", "full_name": "vanstinator/hass-raincloud", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c247570", "last_release_tag": "1.2.4", "last_updated": "2022-01-22T15:56:33Z", "name": "raincloud", "new": false, "repository_manifest": {"name": "Melnor Raincloud", "render_readme": true, "domains": ["binary_sensor", "sensor", "switch"], "homeassistant": "2021.4.0", "zip_release": true, "filename": "raincloud.zip", "iot_class": "cloud_polling"}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": ["assistant", "home", "home-assistant", "home-automation", "irrigation", "melnor", "raincloud", "sprinkler"], "version_installed": null, "last_fetched": 1643571251.745845}, "258012818": {"authors": [], "category": "integration", "description": "Use Simple Icons in Home Assistant", "domain": "simpleicons", "downloads": 0, "etag_repository": "W/\"beb75b7da926dcef8f261416faf9e68f83d2cc7015f84fab63036ac018f8f1d4\"", "full_name": "vigonotion/hass-simpleicons", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d1bb6ac", "last_release_tag": "v1.20.0", "last_updated": "2022-01-13T04:02:59Z", "name": "simpleicons", "new": false, "repository_manifest": {"name": "simpleicons", "render_readme": true, "homeassistant": "0.110.0b0", "zip_release": true, "filename": "hass-simpleicons.zip"}, "selected_tag": null, "show_beta": false, "stars": 62, "topics": ["hacktoberfest", "home-assistant", "simple-icons"], "version_installed": null, "last_fetched": 1642184347.106817}, "234875951": {"authors": ["@nwiborg", "@vlumikero"], "category": "integration", "description": "A Home Assistant custom component for Securitas Home Alarm, for alarms bought in Sweden before 2018-12-01", "domain": "securitas", "downloads": 0, "etag_repository": "W/\"7ce1181bf8b4beca79ea1b8c42b8ee5dc34cb8bbec839e30907600b74cd442f5\"", "full_name": "vlumikero/home-assistant-securitas", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7b8ca5d", "last_release_tag": "1.0.2", "last_updated": "2021-07-24T17:58:21Z", "name": "securitas", "new": false, "repository_manifest": {"name": "Securitas Home", "render_readme": "true", "country": ["SE"], "homeassistant": "0.110.1"}, "selected_tag": null, "show_beta": false, "stars": 0, "topics": [], "version_installed": null}, "190418598": {"authors": ["@walthowd"], "category": "integration", "description": "Automower Custom Component for Home Assistant", "domain": "automower", "downloads": 0, "etag_repository": "W/\"f318c06418eba17bcd82d9eb546fe675c9061e2b2793fe49123b84e4aeb92c84\"", "full_name": "walthowd/ha-automower", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c7aac2d", "last_release_tag": "1.1.3", "last_updated": "2021-09-15T21:55:41Z", "name": "automower", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 35, "topics": [], "version_installed": null}, "235316264": {"authors": ["websylv"], "category": "integration", "description": ":sun_behind_rain_cloud: :switzerland: Meteo Swiss Integration for Home Assisant", "domain": "meteo-swiss", "downloads": 0, "etag_repository": "W/\"e01d126e4d45835002eb7dc6ea0fa7e86ab79cf43ad749b274a27a0cbe6d6b97\"", "full_name": "websylv/homeassistant-meteoswiss", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "0fccc01", "last_release_tag": "1.3", "last_updated": "2021-08-26T14:31:29Z", "name": "meteo-swiss", "new": false, "repository_manifest": {"name": "Meteo Swiss", "render_readme": true, "domains": "weather", "iot_class": "weather", "country": ["CH"]}, "selected_tag": null, "show_beta": false, "stars": 41, "topics": [], "version_installed": null, "last_fetched": 1643571252.143356}, "299967654": {"authors": ["@willholdoway"], "category": "integration", "description": "This is a custom component to allow control of HifiberryOS devices in Home Assistant using the audiocontrol2 REST API.", "domain": "hifiberry", "downloads": 0, "etag_repository": "W/\"e3d784e6173963ed0fbbc8f8795a6acd9ab973f44d92add29baf6b70c7fb4f4c\"", "full_name": "willholdoway/hifiberry", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "33ffe78", "last_release_tag": null, "last_updated": "2021-11-13T12:26:37Z", "name": "hifiberry", "new": false, "repository_manifest": {"name": "HiFiBerry", "domains": ["media_player"], "iot_class": "Local Polling", "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 20, "topics": ["hacs", "hassio", "hifiberry", "home-assistant", "home-automation", "internet-of-things", "iot", "media-player", "python"], "version_installed": null, "last_fetched": 1641470323.431651}, "127251446": {"authors": ["@xirixiz"], "category": "integration", "description": "Provides sensors for some Dutch waste collectors", "domain": "afvalwijzer", "downloads": 0, "etag_repository": "W/\"b632584d36a983bed156d916ee345fa6c20995dfffec15d044b583a580399e67\"", "full_name": "xirixiz/homeassistant-afvalwijzer", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "10752d2", "last_release_tag": "2022.01.02", "last_updated": "2022-01-21T08:58:07Z", "name": "afvalwijzer", "new": false, "repository_manifest": {"name": "Afvalwijzer", "iot_class": "Cloud Polling", "content_in_root": false, "render_readme": true, "domains": ["sensor"], "country": ["NL"], "homeassistant": "0.115.0"}, "selected_tag": null, "show_beta": false, "stars": 95, "topics": ["afvalwijzer", "hacs", "home-assistant", "homeassistant", "python", "sensor", "trash"], "version_installed": null, "last_fetched": 1642851199.151629}, "261031401": {"authors": ["@youdroid"], "category": "integration", "description": "\ud83c\udfa5 CouchPotato component to feed Upcoming Media Card.", "domain": "couchpotato", "downloads": 0, "etag_repository": "W/\"f3a657776bd2ede5b7083698a22c09f6c118278a9f88c51f4ba3778e51c7aa98\"", "full_name": "youdroid/home-assistant-couchpotato", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "0243c7c", "last_release_tag": "V1.2.1", "last_updated": "2021-03-03T23:11:55Z", "name": "couchpotato", "new": false, "repository_manifest": {"name": "couchpotato", "domains": ["sensor"], "render_readme": true, "country": ["FR"]}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["couchpotato", "customcomponents", "homeassistant", "homeassistant-components", "homeassistant-sensor", "python"], "version_installed": null}, "262645913": {"authors": ["@youdroid"], "category": "integration", "description": "\ud83c\udf75 Gitea component to follow your repositories", "domain": "gitea", "downloads": 0, "etag_repository": "W/\"fda18fcb2dcb3a645cacf23696d4f4edf5c0e7f3d6df914e03c6cf05e4dddc55\"", "full_name": "youdroid/home-assistant-gitea", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d348180", "last_release_tag": "V1.3", "last_updated": "2022-01-30T17:50:42Z", "name": "gitea", "new": false, "repository_manifest": {"name": "gitea", "domains": ["sensor"], "render_readme": true, "country": ["FR"], "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": [], "version_installed": null, "last_fetched": 1643571252.724834}, "261614146": {"authors": ["@youdroid"], "category": "integration", "description": "\ud83c\udfa5 SickChill component to feed Upcoming Media Card.", "domain": "sickchill", "downloads": 0, "etag_repository": "W/\"dcf24bbb40d7a698d88ab18f230f92d73a1faa1e07aa07da9397c348294d6dd1\"", "full_name": "youdroid/home-assistant-sickchill", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "26424d8", "last_release_tag": "V1.3.1", "last_updated": "2021-03-03T23:00:19Z", "name": "sickchill", "new": false, "repository_manifest": {"name": "SickChill", "domains": ["sensor"], "render_readme": true, "country": ["FR"]}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": ["customcomponents", "homeassistant", "homeassistant-components", "homeassistant-sensor", "python", "sickchill"], "version_installed": null}, "202987887": {"authors": ["@zachowj"], "category": "integration", "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/\"cacf4c87c984846fc3c156511b0e676df0134bea1d19d2f18f527eb4fb65a21d\"", "full_name": "zachowj/hass-node-red", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2a11f2e", "last_release_tag": "v1.0.6", "last_updated": "2022-01-16T00:01:46Z", "name": "nodered", "new": false, "repository_manifest": {"name": "Node-RED Companion", "domains": ["binary_sensor", "sensor", "switch"], "homeassistant": "2021.12.0", "iot_class": "local_push"}, "selected_tag": null, "show_beta": false, "stars": 214, "topics": ["home-assistant", "node-red"], "version_installed": null, "last_fetched": 1643571252.874709}, "231083679": {"authors": [], "category": "theme", "description": "\ud83d\udc35 Dark Theme based on clear-theme-dark by @naofireblade", "domain": "", "downloads": 0, "etag_repository": "W/\"e7630907ee722c79ef018d8747f317f5d2be9faa9b6ed119f56729e963423a14\"", "full_name": "aFFekopp/dark_teal", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d3f96b2", "last_release_tag": "1.3", "last_updated": "2020-08-10T17:15:43Z", "name": "dark_teal", "new": false, "repository_manifest": {"name": "Dark Teal"}, "selected_tag": null, "show_beta": false, "stars": 10, "topics": ["dark-theme", "hacs", "home-assistant", "home-assistant-theme"], "version_installed": null}, "233715171": {"authors": [], "category": "theme", "description": "Darkish-Theme for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"02a74aeaa52ba0b10ca0d36a96a1f352bfb8400db6eb23bfde5a6b4b49289bf3\"", "full_name": "78wesley/Home-Assistant-Darkish-Theme", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "505d536", "last_release_tag": null, "last_updated": "2021-12-14T20:45:38Z", "name": "Home-Assistant-Darkish-Theme", "new": false, "repository_manifest": {"name": "Darkish Theme"}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": [], "version_installed": null, "last_fetched": 1641470328.639185}, "253311340": {"authors": [], "category": "theme", "description": "\ud83d\ude0e My Theme 'Blue' - with semi-transparent Cards", "domain": "", "downloads": 0, "etag_repository": "W/\"39d839d1fcd7a39caf84777a2f01d62f991033e0391fd9f32b70464ce45f6a3e\"", "full_name": "3ative/3ative-blue-theme", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "138012c", "last_release_tag": "v1.6.1", "last_updated": "2021-09-01T21:35:54Z", "name": "3ative-blue-theme", "new": false, "repository_manifest": {"name": "3Ative Blue Theme"}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["3ative", "blue", "theme", "theme-ui", "themes"], "version_installed": null}, "233445397": {"authors": [], "category": "theme", "description": "Custom theme for home assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"098b03c44b3aa8e79d3d8e3f71ce251cc0250bb1d79625c7bf80fe4343c8111b\"", "full_name": "am80l/sundown", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "bdfa827", "last_release_tag": "1.0.6", "last_updated": "2020-07-29T01:28:19Z", "name": "sundown", "new": false, "repository_manifest": {"name": "Sundown Theme"}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": [], "version_installed": null}, "230974064": {"authors": [], "category": "theme", "description": "Oxford blue theme for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"0380678e5376d91a6a1b4e13062d39059bfc18e24cefa02bd5d9f644e50b325b\"", "full_name": "arsaboo/oxford_blue_theme", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "ce33c91", "last_release_tag": null, "last_updated": "2020-02-27T00:08:56Z", "name": "oxford_blue_theme", "new": false, "repository_manifest": {"name": "Oxford Blue", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": [], "version_installed": null}, "162468030": {"authors": [], "category": "theme", "description": "A collection of dark themes for Home Assistant. ", "domain": "", "downloads": 0, "etag_repository": "W/\"16bd7a42576bfd6b14b021b93b8248c3a34f0bb792994fe671fb9b2e191d50af\"", "full_name": "awolkers/home-assistant-themes", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "648aef9", "last_release_tag": null, "last_updated": "2020-09-16T14:47:00Z", "name": "home-assistant-themes", "new": false, "repository_manifest": {"name": "Dark theme pack for Home Assistant", "render_readme": true, "filename": "dark_themes.yaml"}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": ["dark-mode", "dark-theme", "hacs", "hassio", "home-assistant", "theme"], "version_installed": null}, "222422187": {"authors": [], "category": "theme", "description": "\ud83c\udfe0\ud83e\udd16 Theme by @basnijholt based on iOS Dark Mode for Lovelace Home Assistant ", "domain": "", "downloads": 0, "etag_repository": "W/\"da32c8731a6e2bae170407251b5b992d8f2c4ad3a691b4fb3c807cf36171f4ae\"", "full_name": "basnijholt/lovelace-ios-dark-mode-theme", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "555c937", "last_release_tag": null, "last_updated": "2022-01-21T03:52:42Z", "name": "lovelace-ios-dark-mode-theme", "new": false, "repository_manifest": {"name": "iOS Dark Mode Theme", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 345, "topics": ["dark-mode", "darkmode", "hacs", "home-assistant", "ios", "lovelace", "theme"], "version_installed": null, "last_fetched": 1643571214.157272}, "255366214": {"authors": [], "category": "theme", "description": "\ud83c\udf99\ufe0f Vintage theme original colours & style designed by @surendrananup HACS adapted by @Banditen01", "domain": "", "downloads": 0, "etag_repository": "W/\"543a3ffb3d712bbbb04fcadaef283b8c18456c0fd55db41229c67b225434c512\"", "full_name": "Banditen01/vintage_theme", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "51fa000", "last_release_tag": "1.3.7.5", "last_updated": "2021-05-20T16:21:54Z", "name": "vintage_theme", "new": false, "repository_manifest": {"name": "Vintage", "render_readme": true, "filename": "themes/vintage.yaml"}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["hacs", "homeassistant", "theme", "unofficial"], "version_installed": null}, "234750356": {"authors": [], "category": "theme", "description": "\ud83c\udfe0\ud83e\udd16 Theme based on iOS Light Mode for Lovelace Home Assistant ", "domain": "", "downloads": 0, "etag_repository": "W/\"b8dc7e2c79a2fe4264191319302a01928c62b61902c3e9d28d682358239d74ff\"", "full_name": "basnijholt/lovelace-ios-light-mode-theme", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d3d404b", "last_release_tag": null, "last_updated": "2020-01-20T19:48:02Z", "name": "lovelace-ios-light-mode-theme", "new": false, "repository_manifest": {"name": "iOS Light Mode Theme", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": ["hacs", "home-assistant", "ios", "light-mode", "lightmode", "lovelace", "lovelace-ui", "theme"], "version_installed": null}, "236318024": {"authors": [], "category": "theme", "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": "", "downloads": 0, "etag_repository": "W/\"3db1322651f95611cc80a548e7984956fcef25ea3bbf512a2527bad6801706c0\"", "full_name": "basnijholt/lovelace-ios-themes", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a133c62", "last_release_tag": "v2.5.0", "last_updated": "2021-06-04T14:14:31Z", "name": "lovelace-ios-themes", "new": false, "repository_manifest": {"name": "iOS Themes - Dark Mode and Light Mode", "hacs": "0.21.2", "filename": "ios-themes.yaml", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 277, "topics": [], "version_installed": null, "last_fetched": 1643571214.232735}, "202203063": {"authors": [], "category": "theme", "description": "Synthwave inspired theme for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"be1f37db72ce3e3f41dd40814dd6c2b50419bf5be3c663bc64a18c27f7b8f6a6\"", "full_name": "bbbenji/synthwave-hass", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "0b7c81b", "last_release_tag": "0.3.3.2", "last_updated": "2020-10-15T12:48:38Z", "name": "synthwave-hass", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 115, "topics": ["css", "home-assistant", "home-assistant-theme", "javascript", "synthwave"], "version_installed": null, "last_fetched": 1641470332.994315}, "261924981": {"authors": [], "category": "theme", "description": "\ud83c\udfa8 Green, dark mode theme for Home Assistant, Enjoy.\ud83e\udd18\ud83c\udffb", "domain": "", "downloads": 0, "etag_repository": "W/\"fbb4f294ccc4f3e5dffaeccda166ac9b397998f67c501932e84d9a7128620899\"", "full_name": "DickSwart/swart_ninja_dark_theme", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e5b62fd", "last_release_tag": "v1.0.2", "last_updated": "2020-10-15T23:56:45Z", "name": "swart_ninja_dark_theme", "new": false, "repository_manifest": {"name": "Swart Ninja Dark Theme"}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["dark-theme", "home-assistant", "lovelace", "theme"], "version_installed": null}, "235436539": {"authors": [], "category": "theme", "description": "Dark Grey Theme for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"db4d1c47dbb86716f802ee982ada34130683d1012789710e456b4b589761ffd5\"", "full_name": "chaptergy/noctis-grey", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2d2708c", "last_release_tag": "v1.3.2", "last_updated": "2021-02-02T17:23:35Z", "name": "noctis-grey", "new": false, "repository_manifest": {"name": "Noctis Grey", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 7, "topics": [], "version_installed": null}, "227988032": {"authors": [], "category": "theme", "description": "Theme for home assistant that makes use of pinks and purples and maybe some teal", "domain": "", "downloads": 0, "etag_repository": "W/\"249d73b84f511c8f9511dceb555e3b6bb1846f344b55bd58b51791d1629bc164\"", "full_name": "estiens/sweet_pink_hass_theme", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "0b51f9a", "last_release_tag": null, "last_updated": "2020-05-18T22:33:48Z", "name": "sweet_pink_hass_theme", "new": false, "repository_manifest": {"name": "sweet pink", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": ["home-assistant", "lovelace", "lovelace-theme", "lovelace-ui"], "version_installed": null}, "309056232": {"authors": [], "category": "theme", "description": "A Home Assistant theme inspired on Github.", "domain": "", "downloads": 0, "etag_repository": "W/\"7850f0b705f84811b91dd246e981b97867570da2c009b169717429af3bbd6107\"", "full_name": "einschmidt/github_dark_theme", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "56a0834", "last_release_tag": "v2.0", "last_updated": "2020-12-16T10:19:50Z", "name": "github_dark_theme", "new": false, "repository_manifest": {"name": "GitHub Dark Theme", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["assistant-theme", "hacs", "themes"], "version_installed": null}, "309053262": {"authors": [], "category": "theme", "description": "A Home Assistant theme inspired on Github.", "domain": "", "downloads": 0, "etag_repository": "W/\"b082475fe1382bb4f05e8f2b972f352a74ad093bb4209ffa5bd9cab3e7a82cb9\"", "full_name": "einschmidt/github_light_theme", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1c81b3b", "last_release_tag": "v1.3", "last_updated": "2020-12-16T13:49:52Z", "name": "github_light_theme", "new": false, "repository_manifest": {"name": "GitHub Light Theme", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": ["assistant-theme", "hacs", "themes"], "version_installed": null}, "234581410": {"authors": [], "category": "theme", "description": "\ud83c\udfa8 Theme for Home Assistant inspired by iOS Dark Mode \ud83c\udf16", "domain": "", "downloads": 0, "etag_repository": "W/\"f7024cdf4b155d5554d3b8a1cc653142c3c7b685347a01306bb730d36817f1a3\"", "full_name": "fi-sch/ux_goodie_theme", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "93f22c1", "last_release_tag": "1.9.1", "last_updated": "2021-11-22T13:38:06Z", "name": "ux_goodie_theme", "new": false, "repository_manifest": {"name": "UX Goodie Theme", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": ["dark", "hass", "hassio", "ios", "lovelace", "lovelace-theme", "lovelace-ui", "mode", "theme", "ux"], "version_installed": null}, "236277163": {"authors": [], "category": "theme", "description": "Reeder Dark Theme for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"77c1579d0665668bf268899f3cbe6f9e91fe98f501589f286394374e45fcb0cd\"", "full_name": "hekm77/reeder_dark_theme", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "dbd319f", "last_release_tag": null, "last_updated": "2020-09-18T07:41:54Z", "name": "reeder_dark_theme", "new": false, "repository_manifest": {"name": "Reeder Dark Theme", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": [], "version_installed": null}, "209891408": {"authors": [], "category": "theme", "description": "Amoled theme for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"cd47f6ed1adf1d996a470bdf99b3b5f19212eebe2f6c43995239d4d8fb141ad2\"", "full_name": "home-assistant-community-themes/amoled", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2fd8f0a", "last_release_tag": null, "last_updated": "2021-11-25T07:20:27Z", "name": "amoled", "new": false, "repository_manifest": {"name": "Amoled Theme"}, "selected_tag": null, "show_beta": false, "stars": 25, "topics": ["hacs", "home-assistant", "theme"], "version_installed": null}, "235984421": {"authors": [], "category": "theme", "description": "Blackened theme for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"997edc9a0cc60698425e73d64640602891d961f7b680dbc6e6f08c7a84291c39\"", "full_name": "home-assistant-community-themes/blackened", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "aa953e0", "last_release_tag": null, "last_updated": "2021-11-25T07:20:36Z", "name": "blackened", "new": false, "repository_manifest": {"name": "Blackened Theme"}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": ["hacs", "home-assistant", "theme"], "version_installed": null}, "225969186": {"authors": [], "category": "theme", "description": "Aqua Fiesta theme for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"ae0ce88783842e5b68a744500a019146c3df8e12cdd39e5e044081fea62a6ae1\"", "full_name": "home-assistant-community-themes/aqua-fiesta", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9189485", "last_release_tag": "v1.0", "last_updated": "2021-11-29T15:12:10Z", "name": "aqua-fiesta", "new": false, "repository_manifest": {"name": "Aqua Fiesta Theme"}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": ["hacs", "home-assistant", "theme"], "version_installed": null}, "216173358": {"authors": [], "category": "theme", "description": "Christmas theme for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"ec277043909de125a9edb53b2aa275dbae8659c44dd9096cb3b2b84be980e32c\"", "full_name": "home-assistant-community-themes/christmas", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6191964", "last_release_tag": null, "last_updated": "2021-11-30T07:12:40Z", "name": "christmas", "new": false, "repository_manifest": {"name": "Christmas Theme"}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["hacs", "home-assistant", "theme"], "version_installed": null}, "215075805": {"authors": [], "category": "theme", "description": "Blue Night theme for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"3ffe5356f58bea61da6a6f7cd7f434451e86204578349a81e00239b6d4aea452\"", "full_name": "home-assistant-community-themes/blue-night", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1a58556", "last_release_tag": null, "last_updated": "2021-12-12T21:11:14Z", "name": "blue-night", "new": false, "repository_manifest": {"name": "Blue Night Theme"}, "selected_tag": null, "show_beta": false, "stars": 7, "topics": ["hacs", "home-assistant", "theme"], "version_installed": null}, "220641275": {"authors": [], "category": "theme", "description": "Dark Orange theme for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"3a354d63d198bebebe9e99464a04459a31312c26ea6f896381b3076f9b6ee9b7\"", "full_name": "home-assistant-community-themes/dark-orange", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f05d343", "last_release_tag": null, "last_updated": "2021-11-25T07:20:14Z", "name": "dark-orange", "new": false, "repository_manifest": {"name": "Dark Orange Theme"}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": ["hacs", "home-assistant", "theme"], "version_installed": null}, "214979604": {"authors": [], "category": "theme", "description": "Another Dark theme for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"6087e5bc4ee0e29d1531ff70033ab9e032a7a13a96706bd67ba00f1c35cd4c02\"", "full_name": "home-assistant-community-themes/dark-mint", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "bef8fdb", "last_release_tag": null, "last_updated": "2021-11-30T07:12:51Z", "name": "dark-mint", "new": false, "repository_manifest": {"name": "Dark Mint Theme"}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["hacs", "home-assistant", "theme"], "version_installed": null}, "215075899": {"authors": [], "category": "theme", "description": "Grey Night theme for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"6841c1f3cafe9020476e1d9c711b88a723fd0d68ce45f458808f93c8af77cac5\"", "full_name": "home-assistant-community-themes/grey-night", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6c6835b", "last_release_tag": null, "last_updated": "2021-11-25T07:20:29Z", "name": "grey-night", "new": false, "repository_manifest": {"name": "Grey Night Theme"}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["hacs", "home-assistant", "theme"], "version_installed": null}, "217374413": {"authors": [], "category": "theme", "description": "Halloween theme for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"8fda60a56805bc35eed2453f586735bf9187cba3b24ffe5994caad46ec3e633e\"", "full_name": "home-assistant-community-themes/halloween", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c3be63d", "last_release_tag": null, "last_updated": "2021-11-30T07:13:12Z", "name": "halloween", "new": false, "repository_manifest": {"name": "Halloween Theme"}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["hacs", "home-assistant", "theme"], "version_installed": null}, "235057110": {"authors": [], "category": "theme", "description": "Material Dark Red theme for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"0065ebc93cdf84a3c2e75047b19d566b9618c20de625f84cbacf0c18a153eedb\"", "full_name": "home-assistant-community-themes/material-dark-red", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4f0e2cc", "last_release_tag": null, "last_updated": "2021-11-25T07:20:13Z", "name": "material-dark-red", "new": false, "repository_manifest": {"name": "Material Dark Red Theme"}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["hacs", "home-assistant", "theme"], "version_installed": null}, "216183299": {"authors": [], "category": "theme", "description": "Material Dark Pink theme for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"41d24bd82b5e25ef2cec8ed92896d0a42849410a2bdb48f0b6c131007b5ed861\"", "full_name": "home-assistant-community-themes/material-dark-pink", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "69b9d42", "last_release_tag": null, "last_updated": "2021-11-30T07:12:56Z", "name": "material-dark-pink", "new": false, "repository_manifest": {"name": "Material Dark Pink Theme"}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": ["hacs", "home-assistant", "theme"], "version_installed": null}, "214664317": {"authors": [], "category": "theme", "description": "Midnight theme for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"4cdd706b0f26ed9f5304fa16fa4b0dfa277e696ebd8bdb2d97596ef00aa1f593\"", "full_name": "home-assistant-community-themes/midnight", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c018255", "last_release_tag": null, "last_updated": "2022-01-07T08:45:34Z", "name": "midnight", "new": false, "repository_manifest": {"name": "Midnight Theme"}, "selected_tag": null, "show_beta": false, "stars": 52, "topics": ["hacs", "home-assistant", "theme"], "version_installed": null, "last_fetched": 1642851215.948326}, "216178553": {"authors": [], "category": "theme", "description": "Material Dark Green theme for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"bad698fb82482d8a92c028765e0761f093093ad22718d67795c0529317bc9e93\"", "full_name": "home-assistant-community-themes/material-dark-green", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "cf5e6af", "last_release_tag": null, "last_updated": "2022-01-07T08:46:43Z", "name": "material-dark-green", "new": false, "repository_manifest": {"name": "Material Dark Green Theme"}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["hacs", "home-assistant", "theme"], "version_installed": null, "last_fetched": 1643571216.769365}, "223938651": {"authors": [], "category": "theme", "description": "Midnight Blue theme for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"12ad7be16d27c2c59358f849c51b1941ed7e07434d8f5bccdda39891cb09e067\"", "full_name": "home-assistant-community-themes/midnight-blue", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "dd26c01", "last_release_tag": null, "last_updated": "2021-11-30T07:12:47Z", "name": "midnight-blue", "new": false, "repository_manifest": {"name": "Midnight Blue Theme"}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": ["hacs", "home-assistant", "theme"], "version_installed": null}, "270638476": {"authors": [], "category": "theme", "description": "Nord theme for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"8d3ce20f69aab421e78eb059fa674e32d5e1e7786b54241a32e1557c1b83e2f9\"", "full_name": "home-assistant-community-themes/nord", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "13e0d35", "last_release_tag": null, "last_updated": "2021-11-29T15:11:51Z", "name": "nord", "new": false, "repository_manifest": {"name": "Nord Theme"}, "selected_tag": null, "show_beta": false, "stars": 10, "topics": ["hacs", "home-assistant", "theme"], "version_installed": null}, "216165131": {"authors": [], "category": "theme", "description": "Solarized Light theme for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"169bbe0af93ad59124d09649e509d2919bbd8e6f55f15139954bbeb311dd0db6\"", "full_name": "home-assistant-community-themes/solarized-light", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1f855d3", "last_release_tag": null, "last_updated": "2021-11-29T07:57:21Z", "name": "solarized-light", "new": false, "repository_manifest": {"name": "Solarized Light Theme"}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["hacs", "home-assistant", "theme"], "version_installed": null}, "255270395": {"authors": [], "category": "theme", "description": "Stell Blue with Colors theme for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"5077767a0aa28cc4a56403ca6b8d9e955516f26b40e5317d5f6d6f1cfb43bd9e\"", "full_name": "home-assistant-community-themes/stell-blue-with-colors", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f90d462", "last_release_tag": null, "last_updated": "2021-11-29T09:05:41Z", "name": "stell-blue-with-colors", "new": false, "repository_manifest": {"name": "Stell Blue with Colors Theme"}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["hacs", "home-assistant", "theme"], "version_installed": null}, "230672465": {"authors": [], "category": "theme", "description": "Christmas theme for Home-Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"73d7508c5ee3f8de942d3365393ae40581ba808bcbfa5f7d1d12ce6b988c130d\"", "full_name": "houtknots/UglyChristmas-Theme", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "76b0da9", "last_release_tag": null, "last_updated": "2021-12-30T13:46:19Z", "name": "UglyChristmas-Theme", "new": false, "repository_manifest": {"name": "Ugly Christmas Theme"}, "selected_tag": null, "show_beta": false, "stars": 0, "topics": [], "version_installed": null}, "234375294": {"authors": [], "category": "theme", "description": "Vaporwave Pink Theme for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"46640e82c85d46bc8357424013cd0522e354d07d1b4ede70a039e446366ab2fb\"", "full_name": "home-assistant-community-themes/vaporwave-pink", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f61c8be", "last_release_tag": "v1.1", "last_updated": "2020-01-16T19:26:58Z", "name": "vaporwave-pink", "new": false, "repository_manifest": {"name": "Vaporwave Pink Theme", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": ["80s", "hacs", "home-assistant", "pink", "theme", "vaporwave"], "version_installed": null}, "216181396": {"authors": [], "category": "theme", "description": "Teal theme for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"8cbdbec442c85ef844f76d9a1ea9a18d28674d564255ce7d3323cd80d844995d\"", "full_name": "home-assistant-community-themes/teal", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a6cf3c6", "last_release_tag": null, "last_updated": "2021-11-29T15:11:48Z", "name": "teal", "new": false, "repository_manifest": {"name": "Teal Theme"}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["hacs", "home-assistant", "theme"], "version_installed": null}, "234491154": {"authors": [], "category": "theme", "description": "\ud83c\udfa8 By JuanMTech -- A true black Home Assistant theme for devices with AMOLED displays", "domain": "", "downloads": 0, "etag_repository": "W/\"d4ad67925556da906c506ace70fc76e586f12d21b732b24053377dd1079f6ef8\"", "full_name": "JuanMTech/amoled_blue", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e6173a4", "last_release_tag": "v1.8", "last_updated": "2021-11-25T23:27:40Z", "name": "amoled_blue", "new": false, "repository_manifest": {"name": "AMOLED Blue", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 12, "topics": ["hacs", "home-assistant", "themes"], "version_installed": null}, "306914292": {"authors": [], "category": "theme", "description": "A transparent blue theme for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"3ab90782f74c60f601df1dd459a003b8b1f414847452bfd8ffb1ff822b49d217\"", "full_name": "JOHLC/transparentblue", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e9e09e8", "last_release_tag": "v202104.1", "last_updated": "2021-12-31T02:27:24Z", "name": "transparentblue", "new": false, "repository_manifest": {"name": "Transparent Blue", "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 21, "topics": ["hacs", "home-assistant", "home-automation", "homeassistant", "homeassistant-addons", "theme", "transparent-blue-theme", "transparentblue", "yaml"], "version_installed": null, "last_fetched": 1641058113.140582}, "234032927": {"authors": [], "category": "theme", "description": "\ud83c\udfa8 By JuanMTech -- A Home Assistant theme inspired on the Google app light mode.", "domain": "", "downloads": 0, "etag_repository": "W/\"6e73393b188371716d5886d47b46886bcf758863d124803e9985415f1f7011ec\"", "full_name": "JuanMTech/google_light_theme", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "31ec400", "last_release_tag": "v1.11", "last_updated": "2021-11-25T23:24:12Z", "name": "google_light_theme", "new": false, "repository_manifest": {"name": "Google Light Theme", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 56, "topics": ["assistant-theme", "hacs", "themes"], "version_installed": null, "last_fetched": 1641895721.726491}, "235862795": {"authors": [], "category": "theme", "description": "\ud83c\udfa8 By JuanMTech -- A matte black theme with a green accent color", "domain": "", "downloads": 0, "etag_repository": "W/\"ec0f4c26d0eb1c7dfc7f3a33d0a70d84aea32ce0fd5bd50dfa7c28546983caba\"", "full_name": "JuanMTech/green_dark_mode", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "87fe94d", "last_release_tag": "v1.7", "last_updated": "2020-07-29T22:52:55Z", "name": "green_dark_mode", "new": false, "repository_manifest": {"name": "Green Dark mode", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": ["hacs", "home-assistant", "themes"], "version_installed": null, "last_fetched": 1641587843.275071}, "235865145": {"authors": [], "category": "theme", "description": "\ud83c\udfa8 By JuanMTech -- A light mode theme with a green accent color", "domain": "", "downloads": 0, "etag_repository": "W/\"0422d4984525067b48f1c765e84c814690080b9489717eb4d566e78bcebd6cf5\"", "full_name": "JuanMTech/green_light_mode", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b8bd5e8", "last_release_tag": "v1.7", "last_updated": "2020-07-29T22:54:27Z", "name": "green_light_mode", "new": false, "repository_manifest": {"name": "Green Light mode", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["hacs", "home-assistant", "themes"], "version_installed": null}, "284293899": {"authors": [], "category": "theme", "description": "\ud83c\udfa8 By JuanMTech -- A Home Assistant theme inspired on the iOS dark mode interface.", "domain": "", "downloads": 0, "etag_repository": "W/\"b8641f1a0b4f4e4d2f8f1e0cca7cc39817b9ca090b10df6da089d698648f5c21\"", "full_name": "JuanMTech/ios_dark_mode_theme", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5e055e1", "last_release_tag": "v1.2", "last_updated": "2021-11-25T23:25:57Z", "name": "ios_dark_mode_theme", "new": false, "repository_manifest": {"name": "iOS Dark Mode", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 19, "topics": ["hacs", "home-assistant", "theme"], "version_installed": null, "last_fetched": 1643571218.670597}, "284294048": {"authors": [], "category": "theme", "description": "\ud83c\udfa8 By JuanMTech -- A Home Assistant theme inspired on the iOS light mode interface.", "domain": "", "downloads": 0, "etag_repository": "W/\"f35eeb22c4d06f884b6e8505b3d24412f72d1f958856b85aa94918862fb3ce4d\"", "full_name": "JuanMTech/ios_light_mode_theme", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f66106c", "last_release_tag": "v1.2", "last_updated": "2021-11-25T23:25:11Z", "name": "ios_light_mode_theme", "new": false, "repository_manifest": {"name": "iOS Light Mode", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 14, "topics": ["hacs", "home-assistant", "theme"], "version_installed": null, "last_fetched": 1641895724.386669}, "235867730": {"authors": [], "category": "theme", "description": "\ud83c\udfa8 By JuanMTech -- A matte black theme with an orange accent color", "domain": "", "downloads": 0, "etag_repository": "W/\"2ceced4f48c67cec92ce1068a8c3e482d5ae1db28899cc2131995ec7f8c594b8\"", "full_name": "JuanMTech/orange_dark", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "60213dc", "last_release_tag": "v1.7", "last_updated": "2020-07-29T22:55:59Z", "name": "orange_dark", "new": false, "repository_manifest": {"name": "Orange Dark", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["hacs", "home-assistant", "themes"], "version_installed": null}, "235869023": {"authors": [], "category": "theme", "description": "\ud83c\udfa8 By JuanMTech -- A light mode theme with an orange accent color", "domain": "", "downloads": 0, "etag_repository": "W/\"654e166cd6ad22ad3037120a92633d0e6f40f1cefc8d82104bfc416b4e2c66cd\"", "full_name": "JuanMTech/orange_light", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "af3be93", "last_release_tag": "v1.5", "last_updated": "2020-07-29T22:57:13Z", "name": "orange_light", "new": false, "repository_manifest": {"name": "Orange Light", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["hacs", "home-assistant", "themes"], "version_installed": null}, "262748544": {"authors": [], "category": "theme", "description": "A milky glass theme for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"e58f7bc7eab893fd2f24c85cf5bdb467a2dafeed28fd4ec6362c8627a2a0c101\"", "full_name": "Kibibit/hass-kibibit-theme", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1416d7d", "last_release_tag": "v1.1.1", "last_updated": "2022-01-21T03:04:59Z", "name": "hass-kibibit-theme", "new": false, "repository_manifest": {"name": "kibibit Theme"}, "selected_tag": null, "show_beta": false, "stars": 122, "topics": [], "version_installed": null, "last_fetched": 1642851225.969692}, "282325367": {"authors": [], "category": "theme", "description": "\ud83c\udfa8 Home Assistant soft UI dark theme, with help from @JuanMTech, @thomasloven, and @N-l1.", "domain": "", "downloads": 0, "etag_repository": "W/\"e672f602c6124878a28d09d1b7aa585b365cfa3a25af70fdc47b5e72273ef7d9\"", "full_name": "KTibow/lovelace-dark-soft-ui-theme", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e3fc029", "last_release_tag": "v0.60", "last_updated": "2021-01-06T02:29:32Z", "name": "lovelace-dark-soft-ui-theme", "new": false, "repository_manifest": {"name": "Dark Soft UI Theme", "homeassistant": "0.98.0", "country": ["US"]}, "selected_tag": null, "show_beta": false, "stars": 44, "topics": ["dark-theme", "hacktoberfest", "hacktoberfest2020", "hacs", "home-assistant", "homeassistant", "skin", "soft-ui", "theme", "theme-ui", "themes"], "version_installed": null, "last_fetched": 1642851226.04224}, "292621909": {"authors": [], "category": "theme", "description": "Home Assistant Windows 10 inspired themes", "domain": "", "downloads": 0, "etag_repository": "W/\"7240da4c6a6a2ac022f333d1f07e0b6eeda65036e9538d6438f249ffa60d67ae\"", "full_name": "mikosoft83/hass-windows10-themes", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6ff0b9c", "last_release_tag": "2.0", "last_updated": "2021-06-27T19:55:52Z", "name": "hass-windows10-themes", "new": false, "repository_manifest": {"name": "Windows 10 themes", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 7, "topics": ["accent-color", "hacs", "homeassistant", "theme", "themes", "windows", "windows-10"], "version_installed": null}, "221287384": {"authors": [], "category": "theme", "description": "Clear Theme for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"86dcad17baaef0c5c10a554d3b3648b1428467c89ece9e6a3997aeedc562441b\"", "full_name": "naofireblade/clear-theme", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a9f68e1", "last_release_tag": "v1.1", "last_updated": "2020-10-08T10:10:49Z", "name": "clear-theme", "new": false, "repository_manifest": {"name": "Clear Theme", "homeassistant": "0.102.0"}, "selected_tag": null, "show_beta": false, "stars": 20, "topics": [], "version_installed": null, "last_fetched": 1641217343.812815}, "282315875": {"authors": [], "category": "theme", "description": "\ud83c\udfa8 Home Assistant soft UI light theme, with help from @JuanMTech, @thomasloven, and @N-L1.", "domain": "", "downloads": 0, "etag_repository": "W/\"4cb8282ab70a00fc7e5e42d62c62a49877f1574748e4a72b88c389dd172293ea\"", "full_name": "KTibow/lovelace-light-soft-ui-theme", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7749eed", "last_release_tag": "v0.61", "last_updated": "2021-12-09T01:53:32Z", "name": "lovelace-light-soft-ui-theme", "new": false, "repository_manifest": {"name": "Light Soft UI Theme", "homeassistant": "0.98.0", "country": ["US"]}, "selected_tag": null, "show_beta": false, "stars": 54, "topics": ["hacktoberfest", "hacktoberfest2020", "hacs", "home-assistant", "homeassistant", "light-theme", "skin", "soft-ui", "theme", "theme-ui", "themes"], "version_installed": null, "last_fetched": 1642004380.175493}, "249722008": {"authors": [], "category": "theme", "description": "Home Assistant theme - A dark, electric blue theme that reminds the movie Your Name. ", "domain": "", "downloads": 0, "etag_repository": "W/\"921a5f32e714d9b6ed2d0ff8dbda690b6576e44522169523ab3ca0e7f819fedc\"", "full_name": "Nihvel/your_name", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6521402", "last_release_tag": null, "last_updated": "2021-03-03T00:31:27Z", "name": "your_name", "new": false, "repository_manifest": {"name": "Your Name.", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 17, "topics": [], "version_installed": null}, "277068969": {"authors": [], "category": "theme", "description": "10 modern colors | 4 categories of styles (Black Glass, Black, Dark, Light) | 40 themes in total | Animated icons for the weather forecast card | And a bonus automatic theme selector for your interface.", "domain": "", "downloads": 0, "etag_repository": "W/\"bcdc141c68bc3a049c2f32a98a87901e63d1c0868a59073d8ad714d3a79d35b1\"", "full_name": "orickcorreia/caule-themes-pack-1", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d172707", "last_release_tag": "v.1.3", "last_updated": "2022-01-10T14:35:38Z", "name": "caule-themes-pack-1", "new": false, "repository_manifest": {"name": "Caule Themes Pack 1 - by caulecriativo.com", "filename": "caule-themes-pack-1.yaml", "render_readme": false}, "selected_tag": null, "show_beta": false, "stars": 162, "topics": ["caule", "hassio", "homeassistant", "lovelace", "pack", "themes"], "version_installed": null, "last_fetched": 1643571219.546806}, "221288367": {"authors": [], "category": "theme", "description": "Dark variant of Clear Theme for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"3258bb4fc3b7fb911d9c1697703e4a6b06de258245e8668618fe56fbf9001385\"", "full_name": "naofireblade/clear-theme-dark", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "75af86a", "last_release_tag": "v1.3", "last_updated": "2020-10-08T10:10:57Z", "name": "clear-theme-dark", "new": false, "repository_manifest": {"name": "Clear Theme Dark", "homeassistant": "0.108.9"}, "selected_tag": null, "show_beta": false, "stars": 12, "topics": [], "version_installed": null}, "223028160": {"authors": [], "category": "theme", "description": "Green adaptation of this Home-Assistant theme: https://github.com/seangreen2/slate_theme", "domain": "", "downloads": 0, "etag_repository": "W/\"2ed1825986f40ee57d47a9e22773735d5e181ee2b31de0fcc498e9d3da1f18fe\"", "full_name": "pbeckcom/green_slate_theme", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c67b3f1", "last_release_tag": null, "last_updated": "2019-11-20T22:22:55Z", "name": "green_slate_theme", "new": false, "repository_manifest": {"name": "Green Slate Theme"}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": [], "version_installed": null}, "197006509": {"authors": [], "category": "theme", "description": "A Dark Theme for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"883830e59108f04940ecf26faba01b13b902c996886e5ad890b61e615c20c846\"", "full_name": "seangreen2/slate_theme", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c18ae17", "last_release_tag": null, "last_updated": "2020-11-21T01:36:26Z", "name": "slate_theme", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 82, "topics": ["hacs", "home-assistant", "theme"], "version_installed": null, "last_fetched": 1643571219.280988}, "226567922": {"authors": [], "category": "theme", "description": "My red\"isch\" home assistant theme.", "domain": "", "downloads": 0, "etag_repository": "W/\"9613b0e9ffd2da9e1f94820627ff9179b17ada9417950c46d6799c6b74229739\"", "full_name": "Poeschl/slate_red", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "bbdbafa", "last_release_tag": "1.4.0", "last_updated": "2022-01-06T14:43:48Z", "name": "slate_red", "new": false, "repository_manifest": {"name": "Red slate theme", "render_readme": "True"}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["hacs", "home-assistant", "material-design", "red", "theme"], "version_installed": null, "last_fetched": 1641587851.19915}, "287840715": {"authors": [], "category": "plugin", "description": "Lovelace custom card for visualizing the ZWave network with the OpenZWave (beta) integration.", "domain": "", "downloads": 0, "etag_repository": "W/\"bb0c39430097779cb5449df602ffa21284db09f5cd137a3631d4e5c3789bd118\"", "full_name": "abmantis/ozw-network-visualization-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2c956b8", "last_release_tag": null, "last_updated": "2020-12-27T19:18:28Z", "name": "ozw-network-visualization-card", "new": false, "repository_manifest": {"name": "OZW Network Visualization Card", "content_in_root": true, "filename": "ozw-network-visualization-card.js", "homeassistant": "0.115.0", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 30, "topics": ["home-automation", "homeassistant", "ozw", "zwave", "zwave2mqtt"], "version_installed": null}, "274111031": {"authors": [], "category": "theme", "description": "Animated icons for default Home Assistant weather card", "domain": "", "downloads": 0, "etag_repository": "W/\"7949c9ca21fedc6c6572901a2cdb22fb9d6b56d3b7d7537708824eab379916d2\"", "full_name": "wowgamr/animated-weather-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6ed3229", "last_release_tag": "1.2", "last_updated": "2020-07-04T13:45:21Z", "name": "animated-weather-card", "new": false, "repository_manifest": {"name": "Animated Weather Card", "render_readme": true, "homeassistant": "0.109.0"}, "selected_tag": null, "show_beta": false, "stars": 16, "topics": ["hacs", "home-assistant", "lovelace", "theme", "weather-card"], "version_installed": null, "last_fetched": 1641895732.113056}, "200081161": {"authors": [], "category": "plugin", "description": "Custom Lovelace card for Budapest Public Transportation custom component", "domain": "", "downloads": 0, "etag_repository": "W/\"b1566a1bda4c24a5b942057a6733b24fb88c1ab4370a1415020b0fb5b66f7dcf\"", "full_name": "amaximus/bkk-stop-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d252cb5", "last_release_tag": "1.0.1", "last_updated": "2021-12-01T19:32:24Z", "name": "bkk-stop-card", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": ["bkk", "budapest", "homeassistant", "lovelace-custom-card", "lovelace-ui", "transportation"], "version_installed": null}, "257102434": {"authors": [], "category": "plugin", "description": "FKF Budapest Garbage Collection Card for Home Assistant/Lovelace", "domain": "", "downloads": 0, "etag_repository": "W/\"c1e19b914a4d4a3608490561d2efdd1e9bbdf48502ad8300e9a6b9ba2852e551\"", "full_name": "amaximus/fkf-garbage-collection-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9cc7d35", "last_release_tag": "0.8.0", "last_updated": "2021-04-23T12:53:23Z", "name": "fkf-garbage-collection-card", "new": false, "repository_manifest": {"name": "FKF Budapest Garbage Collection Card", "filename": "fkf-garbage-collection-card.js", "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": ["budapest", "homeassistant", "lovelace", "lovelace-custom-card", "lovelace-ui"], "version_installed": null}, "207018200": {"authors": [], "category": "plugin", "description": "Custom Lovelace card for Garbage Collection custom component", "domain": "", "downloads": 0, "etag_repository": "W/\"939217e4ac8015fb4982ffbd3e7c67d25ea3fb4bc5ad9fb99cea369f9f449dc2\"", "full_name": "amaximus/garbage-collection-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "38ceb7a", "last_release_tag": "1.20.0", "last_updated": "2021-11-04T12:23:07Z", "name": "garbage-collection-card", "new": false, "repository_manifest": {"name": "Garbage Collection Card", "filename": "garbage-collection-card.js", "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 65, "topics": ["garbage-collection", "homeassistant", "lovelace", "lovelace-custom-card", "ui-lovelace"], "version_installed": null, "last_fetched": 1642004387.925513}, "207292725": {"authors": [], "category": "plugin", "description": "Flexible Horseshoe card for Home Assistant Lovelace UI. A card with a flexible layout, a horseshoe-like donut graph, multiple entities or attributes, graphics and animations!", "domain": "", "downloads": 0, "etag_repository": "W/\"77b2b96e81809091445f21b40bf3735741874d711948a66fd236cfa5b7c68837\"", "full_name": "AmoebeLabs/flex-horseshoe-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e09bb7b", "last_release_tag": "0.9.0", "last_updated": "2021-01-16T21:41:16Z", "name": "flex-horseshoe-card", "new": false, "repository_manifest": {"name": "Flexible Horseshoe Card for Lovelace", "content_in_root": true, "filename": "flex-horseshoe-card.js"}, "selected_tag": null, "show_beta": false, "stars": 107, "topics": ["home-assistant", "home-assistant-custom", "home-assistant-frontend", "lovelace-card", "lovelace-custom-card", "lovelace-ui"], "version_installed": null, "last_fetched": 1643571253.494573}, "214365813": {"authors": [], "category": "plugin", "description": "StarLine lovelace card for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"fc0dca68caa03904242969ba6bae3c3aa21aaacd885f5bcee2af5102d7250f10\"", "full_name": "Anonym-tsk/lovelace-starline-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "8a15c42", "last_release_tag": "v1.1.2", "last_updated": "2020-08-06T09:16:49Z", "name": "lovelace-starline-card", "new": false, "repository_manifest": {"name": "StarLine Card", "homeassistant": "0.103.0"}, "selected_tag": null, "show_beta": false, "stars": 21, "topics": [], "version_installed": null, "last_fetched": 1641895735.685883}, "253019926": {"authors": [], "category": "plugin", "description": "Minimalistic humidifier card for Home Assistant Lovelace UI", "domain": "", "downloads": 0, "etag_repository": "W/\"16c272b18ecf78bcebaec3ab1c92275bd5bc8e9d34d1637591d54e9f914f1648\"", "full_name": "artem-sedykh/mini-humidifier", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "944ba3d", "last_release_tag": "v2.5.5", "last_updated": "2021-12-14T11:58:29Z", "name": "mini-humidifier", "new": false, "repository_manifest": {"name": "mini humidifier", "render_readme": false, "filename": "mini-humidifier-bundle.js", "domains": ["fan"]}, "selected_tag": null, "show_beta": false, "stars": 107, "topics": ["automation", "custom", "hassio", "home-assistant", "humidifier", "lovelace", "lovelace-ui"], "version_installed": null, "last_fetched": 1643571253.845544}, "268163975": {"authors": [], "category": "plugin", "description": "Minimalistic climate card for Home Assistant Lovelace UI", "domain": "", "downloads": 0, "etag_repository": "W/\"2870fb7ccfd3e4e88db3ca923a164e741bd200fcdeeed78fed10b53876c9bf2a\"", "full_name": "artem-sedykh/mini-climate-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a2a1749", "last_release_tag": "v1.2.10", "last_updated": "2021-12-25T17:00:09Z", "name": "mini-climate-card", "new": false, "repository_manifest": {"name": "mini climate card", "render_readme": false, "filename": "mini-climate-card-bundle.js", "domains": ["climate"]}, "selected_tag": null, "show_beta": false, "stars": 124, "topics": ["automation", "climate", "climate-entity", "custom", "hacktoberfest", "hacktoberfest2021", "hassio", "home-assistant", "lovelace", "lovelace-ui"], "version_installed": null, "last_fetched": 1643571253.677261}, "201292040": {"authors": [], "category": "plugin", "description": "Home Assistant Custom Card to show Zigbee2mqtt network map", "domain": null, "downloads": 0, "etag_repository": "W/\"554779e48b9a21e3b653f90cdce05f5fb4e8cf276c33ee9f53e9db153536c20e\"", "full_name": "azuwis/zigbee2mqtt-networkmap", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "10e76eb", "last_release_tag": "v0.7.0", "last_updated": "2021-08-18T01:44:10Z", "name": "zigbee2mqtt-networkmap", "new": false, "repository_manifest": {"name": "Zigbee2mqtt Networkmap Card", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 118, "topics": ["home-assistant", "zigbee2mqtt"], "version_installed": null, "last_fetched": 1643545555.64818}, "271886611": {"authors": [], "category": "plugin", "description": "Like a picture glance card, but for plant data", "domain": "", "downloads": 0, "etag_repository": "W/\"5f2d4dc7d15d1e6d2ecee6679788321d440ba23071d6e0458e34c12a40348599\"", "full_name": "badguy99/PlantPictureCard", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "eb06132", "last_release_tag": "v0.1.4", "last_updated": "2020-09-13T17:45:01Z", "name": "PlantPictureCard", "new": false, "repository_manifest": {"name": "Plant Picture Card", "render_readme": true, "filename": "PlantPictureCard.js"}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": ["image", "lovelace-card", "plants"], "version_installed": null, "last_fetched": 1641895737.305851}, "202546107": {"authors": [], "category": "plugin", "description": "Extras for the synthwave inspired theme for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"869597dab76050e759138e385451d0731f00a5cf1c21df89de82a75e8f6d6c47\"", "full_name": "bbbenji/synthwave-hass-extras", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2a2542d", "last_release_tag": "0.2.4", "last_updated": "2020-10-30T00:24:02Z", "name": "synthwave-hass-extras", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 14, "topics": [], "version_installed": null, "last_fetched": 1642851237.197368}, "269474857": {"authors": [], "category": "plugin", "description": "Custom lovelace card to use in\u00a0Home assistant allowing you to redirect a user to certain view based on entity states.", "domain": "", "downloads": 0, "etag_repository": "W/\"a34eda5ee8e296d676ee30e34a8eb29b5925f414b7be5fb6e24bf3e0469641e2\"", "full_name": "ben8p/lovelace-tab-redirect-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "25d35e4", "last_release_tag": null, "last_updated": "2020-11-23T21:30:41Z", "name": "lovelace-tab-redirect-card", "new": false, "repository_manifest": {"name": "Tab Redirect Card", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 7, "topics": ["hacs", "homeassistant", "lovelace-custom-card", "lovelace-ui"], "version_installed": null, "last_fetched": 1641217354.262564}, "303857065": {"authors": [], "category": "plugin", "description": "Show battery states or attributes with dynamic icon on entity rows in Home Assistant's Lovelace UI", "domain": "", "downloads": 0, "etag_repository": "W/\"00cfa03f5a53bf8ecfd731a54de0d1eef34673f2e4549aeb402717867ba6eb1e\"", "full_name": "benct/lovelace-battery-entity-row", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e7d1eab", "last_release_tag": "v1.3.1", "last_updated": "2021-03-12T15:50:43Z", "name": "lovelace-battery-entity-row", "new": false, "repository_manifest": {"name": "Battery Entity Row", "filename": "battery-entity-row.js", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 42, "topics": ["attribute", "battery", "card", "entity", "entity-rows", "hacs", "home-assistant", "home-assistant-frontend", "lovelace", "lovelace-ui", "state"], "version_installed": null, "last_fetched": 1643571254.136882}, "184658908": {"authors": [], "category": "plugin", "description": "GitHub repository sensor data on entity rows in Home Assistant's Lovelace UI", "domain": "", "downloads": 0, "etag_repository": "W/\"87dcdafe16059c09c5cfdcb54fc08deb7e944e28b8e92ae0b50278331ffea8d2\"", "full_name": "benct/lovelace-github-entity-row", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e273046", "last_release_tag": "v1.0.0", "last_updated": "2020-10-19T20:51:09Z", "name": "lovelace-github-entity-row", "new": false, "repository_manifest": {"name": "GitHub Entity Row", "filename": "github-entity-row.js", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 17, "topics": ["card", "entity", "entity-rows", "github", "hacs", "home-assistant", "home-assistant-frontend", "lovelace", "lovelace-ui", "sensor"], "version_installed": null}, "178921037": {"authors": [], "category": "plugin", "description": "Show multiple entity states and attributes on entity rows in Home Assistant's Lovelace UI", "domain": null, "downloads": 0, "etag_repository": "W/\"32b9a2d7965ed7d63f26d0bc444cffc0c7599063194ee53efa73461b250e10c8\"", "full_name": "benct/lovelace-multiple-entity-row", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e2d2508", "last_release_tag": "v4.4.1", "last_updated": "2021-12-23T16:37:22Z", "name": "lovelace-multiple-entity-row", "new": false, "repository_manifest": {"name": "Multiple Entity Row", "filename": "multiple-entity-row.js", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 440, "topics": ["attribute", "card", "entity", "entity-attribute", "entity-rows", "format", "hacs", "home-assistant", "home-assistant-frontend", "lovelace", "lovelace-ui", "multiple", "state"], "version_installed": null, "last_fetched": 1643545555.771677}, "180229356": {"authors": [], "category": "plugin", "description": "Simple card for various robot vacuums in Home Assistant's Lovelace UI", "domain": null, "downloads": 0, "etag_repository": "W/\"a58718f295fc48b1b2d8e185374304ad71fbbafcdf45102e9b5dd29895cbfa31\"", "full_name": "benct/lovelace-xiaomi-vacuum-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2f8a67a", "last_release_tag": "v4.4.0", "last_updated": "2021-11-07T01:37:36Z", "name": "lovelace-xiaomi-vacuum-card", "new": false, "repository_manifest": {"name": "Simple Vacuum Card", "filename": "xiaomi-vacuum-card.js", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 192, "topics": ["card", "hacs", "home-assistant", "home-assistant-frontend", "lovelace", "lovelace-ui", "roborock", "robot-vacuums", "vacuum", "xiaomi", "xiaomi-vacuum"], "version_installed": null, "last_fetched": 1643545555.632847}, "215327195": {"authors": [], "category": "plugin", "description": "\ud83d\udca1 A Lovelace custom card for RGB lights", "domain": "", "downloads": 0, "etag_repository": "W/\"220ef04c68899093d9fe5c4ca72d49c5f9ce8bcc1724b70b80730beb9fd92945\"", "full_name": "bokub/rgb-light-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7bae317", "last_release_tag": "1.10.0", "last_updated": "2021-10-06T10:05:27Z", "name": "rgb-light-card", "new": false, "repository_manifest": {"name": "RGB Light Card", "content_in_root": true, "filename": "card.js", "render_readme": true, "domains": ["light"]}, "selected_tag": null, "show_beta": false, "stars": 276, "topics": ["hacktoberfest", "home-assistant", "lovelace", "lovelace-custom-card", "rgb-lights"], "version_installed": null, "last_fetched": 1642851241.546801}, "192732887": {"authors": [], "category": "plugin", "description": "Card that allows you to swipe throught multiple cards for Home Assistant Lovelace", "domain": "", "downloads": 0, "etag_repository": "W/\"dc2825205eaa5a1be7eef5498f848c2671512954b842a45e4d2180fff533ec1d\"", "full_name": "bramkragten/swipe-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "41a735d", "last_release_tag": "v4.0.0", "last_updated": "2022-01-22T04:02:46Z", "name": "swipe-card", "new": false, "repository_manifest": {"homeassistant": "0.110.0"}, "selected_tag": null, "show_beta": false, "stars": 88, "topics": [], "version_installed": null, "last_fetched": 1643571254.497198}, "192732636": {"authors": [], "category": "plugin", "description": "Weather Card with animated icons for Home Assistant Lovelace", "domain": "", "downloads": 0, "etag_repository": "W/\"0e500a40c12a4d4ccd10b0feb136d4aa94e7bfc8251383ba77785ea7278a1c3a\"", "full_name": "bramkragten/weather-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "8773e03", "last_release_tag": "v1.5.0", "last_updated": "2022-01-19T12:48:22Z", "name": "weather-card", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 281, "topics": [], "version_installed": null, "last_fetched": 1643571254.358247}, "194037195": {"authors": [], "category": "plugin", "description": "A custom card for displaying information provided by Beerbolaget (https://github.com/Ceerbeerus/beerbolaget).", "domain": "", "downloads": 0, "etag_repository": "W/\"c2ecbd483c13950c60aace6a4da200b75828e18a22afebcaf43bd49f029ca586\"", "full_name": "Ceerbeerus/beerbolaget-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "ac8da42", "last_release_tag": "0.1.55", "last_updated": "2020-08-07T06:24:51Z", "name": "beerbolaget-card", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": [], "version_installed": null}, "235449701": {"authors": [], "category": "plugin", "description": "\u23f0 Lovelace Card to Control Light Alarm Properties", "domain": "", "downloads": 0, "etag_repository": "W/\"52411f4e2d51a1c4d5626c98a32f48c29cbc6e49e736c55d2915303c41cf050e\"", "full_name": "chaptergy/lightalarm-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "79f4a02", "last_release_tag": "v3.0.3", "last_updated": "2021-12-03T14:59:52Z", "name": "lightalarm-card", "new": false, "repository_manifest": {"name": "Lightalarm Card", "content_in_root": false, "filename": "lightalarm-card.js"}, "selected_tag": null, "show_beta": false, "stars": 27, "topics": [], "version_installed": null, "last_fetched": 1641587863.693563}, "143850865": {"authors": [], "category": "plugin", "description": "This card give you a list of your wishlist items.", "domain": "", "downloads": 0, "etag_repository": "W/\"2081bc26ffbee01b69fea30575525113bd5395d0e325e11a183f4fc76cd65b7d\"", "full_name": "custom-cards/beer-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c48a090", "last_release_tag": "0.2.4", "last_updated": "2021-01-13T09:25:20Z", "name": "beer-card", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": [], "version_installed": null}, "260526528": {"authors": [], "category": "plugin", "description": "Custom Dark Sky Weather plugin for HACS. This creates a rich weather card using the Dark Sky weather plugin.", "domain": null, "downloads": 0, "etag_repository": "W/\"cfa22867cfccf7475f60f8de2fe1080b923f2bce58aeee61ddc182343c9fd182\"", "full_name": "clayauld/lovelace-darksky-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "165ba20", "last_release_tag": null, "last_updated": "2021-10-13T22:52:46Z", "name": "lovelace-darksky-card", "new": false, "repository_manifest": {"name": "Dark Sky Rich Weather Card", "content_in_root": true, "filename": "lovelace-darksky-card.js", "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 13, "topics": ["hacktoberfest", "home-assistant", "home-assistant-frontend", "home-assistant-hacs"], "version_installed": null, "last_fetched": 1643545555.658142}, "163363577": {"authors": [], "category": "plugin", "description": "Customizable Animated Bar card for Home Assistant Lovelace", "domain": null, "downloads": 0, "etag_repository": "W/\"fcbc6bda8325accac51a77d72df9149e2fbcf06449bf15e576fd0981434a6492\"", "full_name": "custom-cards/bar-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3bf4796", "last_release_tag": "3.2.0", "last_updated": "2021-08-12T06:59:44Z", "name": "bar-card", "new": false, "repository_manifest": {"name": "Bar Card", "render_readme": true, "filename": "bar-card.js"}, "selected_tag": null, "show_beta": false, "stars": 224, "topics": [], "version_installed": null, "last_fetched": 1643545555.800904}, "187245418": {"authors": [], "category": "plugin", "description": null, "domain": "", "downloads": 0, "etag_repository": "W/\"cadd93d72338ee9d9e89fb6199b0559a7679ab1ef14a3a4523e97018e38f066f\"", "full_name": "custom-cards/bignumber-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "fee532a", "last_release_tag": "0.0.5", "last_updated": "2022-01-26T03:21:08Z", "name": "bignumber-card", "new": false, "repository_manifest": {"name": "bignumber-card", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 70, "topics": [], "version_installed": null, "last_fetched": 1643571255.003348}, "146194325": {"authors": [], "category": "plugin", "description": "\u2747\ufe0f Lovelace button-card for home assistant", "domain": null, "downloads": 0, "etag_repository": "W/\"1f6db28712fb35d687badd1c74c60f05ce1f3877867752938a68569f17c5d7a4\"", "full_name": "custom-cards/button-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "29b10a6", "last_release_tag": "v3.4.2", "last_updated": "2021-12-22T15:01:24Z", "name": "button-card", "new": false, "repository_manifest": {"name": "button-card", "content_in_root": false, "render_readme": true, "filename": "button-card.js"}, "selected_tag": null, "show_beta": false, "stars": 988, "topics": ["home-assistant", "home-assistant-custom", "home-automation", "lovelace", "lovelace-ui"], "version_installed": null, "last_fetched": 1643545555.855772}, "164022050": {"authors": [], "category": "plugin", "description": "Check Button Card is a button that tracks when it is last pressed, for the Home Assistant Lovelace front-end using MQTT auto discovery.", "domain": "", "downloads": 0, "etag_repository": "W/\"fc90c1827ee2c915b42ddb66407120d7211d18d75e237b841f439fbb194d3523\"", "full_name": "custom-cards/check-button-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d8350ca", "last_release_tag": "1.3.0", "last_updated": "2021-12-22T18:23:08Z", "name": "check-button-card", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 80, "topics": [], "version_installed": null, "last_fetched": 1643571254.794013}, "142545838": {"authors": [], "category": "plugin", "description": "The card makes it possible to use gauges from https://canvas-gauges.com/", "domain": "", "downloads": 0, "etag_repository": "W/\"5de9a224c78a33238363468755f13f2c457efd4703ef4f2c86e385ad5dbc54e7\"", "full_name": "custom-cards/canvas-gauge-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e117ac5", "last_release_tag": "0.4.1", "last_updated": "2021-05-09T14:02:19Z", "name": "canvas-gauge-card", "new": false, "repository_manifest": {"name": "Canvas Gauge Card", "render_readme": true, "filename": "canvas-gauge-card.js"}, "selected_tag": null, "show_beta": false, "stars": 93, "topics": [], "version_installed": null, "last_fetched": 1643571254.972681}, "141952963": {"authors": [], "category": "plugin", "description": "A custom component for displaying sensor values as cards or elements", "domain": "", "downloads": 0, "etag_repository": "W/\"d86d5a2adfe2ab0d087dd8645983300273a61cb1b6a774405d108f082ca3f43b\"", "full_name": "custom-cards/circle-sensor-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4964b06", "last_release_tag": "1.2.2", "last_updated": "2021-09-04T21:10:47Z", "name": "circle-sensor-card", "new": false, "repository_manifest": {"name": "Circle Sensor Card", "homeassistant": "2020.12.0", "content_in_root": true, "filename": "circle-sensor-card.js"}, "selected_tag": null, "show_beta": false, "stars": 125, "topics": [], "version_installed": null, "last_fetched": 1641895748.641069}, "180000010": {"authors": [], "category": "plugin", "description": null, "domain": "", "downloads": 0, "etag_repository": "W/\"49594f479ba7317ec8a53a010ace9988e4c0f78a1d12019082122abd26b9ced5\"", "full_name": "custom-cards/cover-element", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "495f600", "last_release_tag": "0.3.0", "last_updated": "2019-06-03T04:34:16Z", "name": "cover-element", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 15, "topics": [], "version_installed": null, "last_fetched": 1643571254.599618}, "188686483": {"authors": [], "category": "plugin", "description": "\ud83e\uddf9 Declutter your lovelace configuration with the help of this card", "domain": "", "downloads": 0, "etag_repository": "W/\"bd0455fa3125f0fd99c13b7e352b731de528dc6941fd344282b5bb8154043aa7\"", "full_name": "custom-cards/decluttering-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "0e86dec", "last_release_tag": "0.6.3", "last_updated": "2021-08-11T01:21:07Z", "name": "decluttering-card", "new": false, "repository_manifest": {"name": "Decluttering Card", "render_readme": true, "filename": "decluttering-card.js"}, "selected_tag": null, "show_beta": false, "stars": 169, "topics": ["custom-cards", "home-assistant", "homeassistant", "lovelace"], "version_installed": null, "last_fetched": 1643571255.112433}, "143762825": {"authors": [], "category": "plugin", "description": "Dual gauge custom card for Lovelace in Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"eaaa398fe0ae09c9fd25fac4c38fc345cd59a01bff31d4cd961a585cff0226d2\"", "full_name": "custom-cards/dual-gauge-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2a33450", "last_release_tag": "0.5.3", "last_updated": "2021-09-05T15:48:58Z", "name": "dual-gauge-card", "new": false, "repository_manifest": {"name": "Dual gauge card", "filename": "dual-gauge-card.js", "content_in_root": true}, "selected_tag": null, "show_beta": false, "stars": 109, "topics": [], "version_installed": null, "last_fetched": 1642184400.366903}, "187245461": {"authors": [], "category": "plugin", "description": "Entity Attributes", "domain": "", "downloads": 0, "etag_repository": "W/\"4a2f0982b577231d5a80721e08603a63e5b352be222011a2108a29e297cc85b4\"", "full_name": "custom-cards/entity-attributes-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9530504", "last_release_tag": "0.1.2", "last_updated": "2021-06-05T21:05:54Z", "name": "entity-attributes-card", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 50, "topics": [], "version_installed": null, "last_fetched": 1642094183.215312}, "144902010": {"authors": [], "category": "plugin", "description": "Adds ext weblink with icon to picture-elements or entity cards", "domain": "", "downloads": 0, "etag_repository": "W/\"ca949f925b7434d06ae1c97c97fd8694f0659bd9d85dbe7e77edd92c3ad9b1c6\"", "full_name": "custom-cards/ext-weblink", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "ce143ab", "last_release_tag": "0.3.2", "last_updated": "2021-06-05T21:08:45Z", "name": "ext-weblink", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 14, "topics": [], "version_installed": null}, "187245495": {"authors": [], "category": "plugin", "description": null, "domain": "", "downloads": 0, "etag_repository": "W/\"27eee16b92a476bc9c4e0a76ed094c031f4cec298b3e5dce724d81c64a9f3062\"", "full_name": "custom-cards/gauge-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "bbe2d01", "last_release_tag": "0.2.2", "last_updated": "2021-06-05T21:08:30Z", "name": "gauge-card", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 20, "topics": [], "version_installed": null, "last_fetched": 1642851251.030556}, "187245511": {"authors": [], "category": "plugin", "description": null, "domain": "", "downloads": 0, "etag_repository": "W/\"e55288664e38cc5029e35d0f267768e52ef1b1d5646d08389c294c4437f72c4b\"", "full_name": "custom-cards/group-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a5e69ab", "last_release_tag": "0.0.6", "last_updated": "2021-06-12T14:19:18Z", "name": "group-card", "new": false, "repository_manifest": {"name": "group-card", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 20, "topics": [], "version_installed": null, "last_fetched": 1642851251.90855}, "179491130": {"authors": [], "category": "plugin", "description": "A group element for picture-elements with dynamic toggle capability", "domain": "", "downloads": 0, "etag_repository": "W/\"f280bd7ea45024ad9ec4e719941a0745efefef5c9bc102c0f2c3fd8779a1b4bb\"", "full_name": "custom-cards/group-element", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "04ad4c4", "last_release_tag": "0.6.0", "last_updated": "2020-08-22T03:29:44Z", "name": "group-element", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 47, "topics": [], "version_installed": null, "last_fetched": 1643571255.196892}, "151318225": {"authors": [], "category": "plugin", "description": "Entity row for lights with sliders for adjusting different values based on features", "domain": "", "downloads": 0, "etag_repository": "W/\"a9273441a7b7cfc852cfe71542e2a9676fa6ac9a769fcfbe5062f2a85e1517e4\"", "full_name": "custom-cards/light-entity-row", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5b3c904", "last_release_tag": "v0.2.3", "last_updated": "2021-10-20T09:53:08Z", "name": "light-entity-row", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 41, "topics": [], "version_installed": null, "last_fetched": 1642430731.557151}, "156292058": {"authors": [], "category": "plugin", "description": "Highly Flexible Lovelace Card - arbitrary contents/columns/rows, regex matched, perfect to show appdaemon created content and anything breaking out of the entity_id + attributes concept", "domain": null, "downloads": 0, "etag_repository": "W/\"5b075e2e92025a8444c6bca7c82cd446a29fccad4aa4cc3425addba4f0c5ecc4\"", "full_name": "custom-cards/flex-table-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "cb682d1", "last_release_tag": null, "last_updated": "2022-01-26T14:36:09Z", "name": "flex-table-card", "new": false, "repository_manifest": {"name": "Flex Table - Highly customizable, Data visualization", "content_in_root": true, "filename": "flex-table-card.js"}, "selected_tag": null, "show_beta": false, "stars": 100, "topics": ["data-table", "data-visualization", "flexible-table", "high-configurability", "home-automation", "homeassistant", "javascript", "lovelace", "single-file", "table-visualization"], "version_installed": null, "last_fetched": 1643545555.733973}, "196250835": {"authors": [], "category": "plugin", "description": "Show a notification count badge.", "domain": "", "downloads": 0, "etag_repository": "W/\"d213af345d7db9a27bf2ea2ef25e79dacf6f26855b19ff112041253ea4759902\"", "full_name": "custom-cards/favicon-counter", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1611db6", "last_release_tag": "1.0.0", "last_updated": "2019-12-25T19:05:15Z", "name": "favicon-counter", "new": false, "repository_manifest": {"name": "Favicon counter", "filename": "favicon-counter.js"}, "selected_tag": null, "show_beta": false, "stars": 15, "topics": [], "version_installed": null}, "196132939": {"authors": [], "category": "plugin", "description": "Displays a card showing Nintendo Switch games that are on sale from your wish list.", "domain": "", "downloads": 0, "etag_repository": "W/\"034ab46d653b6c33997df4061f06607ad92366356e79857a721e2f70e90cf082\"", "full_name": "custom-cards/nintendo-wishlist-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "33bba15", "last_release_tag": "v2.2.0", "last_updated": "2021-03-04T02:29:13Z", "name": "nintendo-wishlist-card", "new": false, "repository_manifest": {"homeassistant": "0.106.0", "name": "Nintendo Wishlist Card", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": ["home-assistant", "lovelace-ui"], "version_installed": null}, "165156754": {"authors": [], "category": "plugin", "description": "\ud83d\udcb5 Personal Capital Card", "domain": "", "downloads": 0, "etag_repository": "W/\"31c9d4d4d0a5ac723c5fb3d0d983c755fd064c9fe54e127ef6541b6187fd22b0\"", "full_name": "custom-cards/pc-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "033af45", "last_release_tag": "v0.0.3", "last_updated": "2019-10-21T03:36:31Z", "name": "pc-card", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": [], "version_installed": null}, "187247927": {"authors": [], "category": "plugin", "description": null, "domain": "", "downloads": 0, "etag_repository": "W/\"4f60682f70dde07ed3cbc36cbb956747ff96c10800d906e30fb487a141e77721\"", "full_name": "custom-cards/plan-coordinates", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "428ce44", "last_release_tag": "0.1.1", "last_updated": "2021-06-05T21:07:14Z", "name": "plan-coordinates", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 26, "topics": [], "version_installed": null}, "159711605": {"authors": [], "category": "plugin", "description": "Custom entity row for HomeAssistant, providing additional types of data to be displayed in the secondary info area of the Lovelace Entities card", "domain": "", "downloads": 0, "etag_repository": "W/\"e2b2d4fb5748d4f6cd507f5ba8f9f74cca791b63f90aac36753ad8df4101505d\"", "full_name": "custom-cards/secondaryinfo-entity-row", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2ea0f5d", "last_release_tag": "5.0", "last_updated": "2021-06-05T21:12:36Z", "name": "secondaryinfo-entity-row", "new": false, "repository_manifest": {"name": "Secondaryinfo Entity Row", "content_in_root": true, "filename": "secondaryinfo-entity-row.js", "render_readme": true, "homeassistant": "0.88"}, "selected_tag": null, "show_beta": false, "stars": 139, "topics": [], "version_installed": null, "last_fetched": 1642851255.330637}, "146335411": {"authors": [], "category": "plugin", "description": "Custom card for the RMV component.", "domain": "", "downloads": 0, "etag_repository": "W/\"aed6017426e745036438ee6292e92d9f6eed060f0b5cf0dde345c1000c233dcf\"", "full_name": "custom-cards/rmv-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "fcfae8e", "last_release_tag": null, "last_updated": "2020-07-08T15:41:50Z", "name": "rmv-card", "new": false, "repository_manifest": {"name": "RMV Card", "content_in_root": true, "filename": "rmv-card.js"}, "selected_tag": null, "show_beta": false, "stars": 10, "topics": [], "version_installed": null, "last_fetched": 1642184408.432934}, "173955605": {"authors": [], "category": "plugin", "description": "Spotify playlist card for Home Assistant card", "domain": "", "downloads": 0, "etag_repository": "W/\"fb7b7586f33c123b0a687411d89143aa3ae94d39ab2335fdf999485a80d9aa53\"", "full_name": "custom-cards/spotify-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4297715", "last_release_tag": "v2.4.0", "last_updated": "2022-01-13T13:27:21Z", "name": "spotify-card", "new": false, "repository_manifest": {"name": "Spotify Lovelace Card", "render_readme": true, "filename": "spotify-card.js"}, "selected_tag": null, "show_beta": false, "stars": 234, "topics": [], "version_installed": null, "last_fetched": 1643571255.911267}, "248954055": {"authors": [], "category": "plugin", "description": "\ud83d\udee0 group multiple cards into one card without the borders", "domain": "", "downloads": 0, "etag_repository": "W/\"c53ab06284eb34beaf2e41a60b12dc3e9171d32fc9492347e03fd632222476ff\"", "full_name": "custom-cards/stack-in-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6d8401d", "last_release_tag": "0.2.0", "last_updated": "2021-09-02T08:20:44Z", "name": "stack-in-card", "new": false, "repository_manifest": {"name": "Stack In Card", "render_readme": true, "filename": "stack-in-card.js"}, "selected_tag": null, "show_beta": false, "stars": 94, "topics": [], "version_installed": null, "last_fetched": 1642851258.621061}, "142038085": {"authors": [], "category": "plugin", "description": "Give you the specified attribute of an entity", "domain": "", "downloads": 0, "etag_repository": "W/\"87b39249865fa32721730bcbb01e80fb8bccb39c6a4b4080b4e249806cab8505\"", "full_name": "custom-cards/state-attribute-element", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6e4da57", "last_release_tag": "0.4.0", "last_updated": "2020-02-29T16:14:12Z", "name": "state-attribute-element", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 22, "topics": [], "version_installed": null, "last_fetched": 1642004410.770395}, "142344403": {"authors": [], "category": "plugin", "description": "Give you the option to prefix the state-label with a formated string.", "domain": "", "downloads": 0, "etag_repository": "W/\"aef3f92198df3902138cf66fb65e9d09313f4647434c9bfa738d2ca2bf22149e\"", "full_name": "custom-cards/state-element", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f5f596a", "last_release_tag": "0.0.1", "last_updated": "2020-08-11T08:32:17Z", "name": "state-element", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 17, "topics": [], "version_installed": null, "last_fetched": 1643571255.535518}, "185304888": {"authors": [], "category": "plugin", "description": null, "domain": "", "downloads": 0, "etag_repository": "W/\"61aedf68e2d804c79f8fbb08f3789af599f239d9ccfc5415a72df9b0495e79c1\"", "full_name": "custom-cards/text-action-element", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "24dffd9", "last_release_tag": "0.1.0", "last_updated": "2019-06-03T04:44:08Z", "name": "text-action-element", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": [], "version_installed": null}, "141897999": {"authors": [], "category": "plugin", "description": "An element that can be used to show static text on the `picture-elements` card", "domain": "", "downloads": 0, "etag_repository": "W/\"8efbf1393fdcae4b5e2158f1b53bd674553016d06dd74943831d19deb24c363f\"", "full_name": "custom-cards/text-element", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "be4ea0f", "last_release_tag": "0.0.2", "last_updated": "2018-07-22T19:11:28Z", "name": "text-element", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 14, "topics": [], "version_installed": null, "last_fetched": 1643571255.633078}, "145143666": {"authors": [], "category": "plugin", "description": "Show the current logged in user.", "domain": "", "downloads": 0, "etag_repository": "W/\"32a79f051901d55034a0fd116d18e612fea86a59a7573a3f6be11e493c1b2de4\"", "full_name": "custom-cards/username-element", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "bfc0791", "last_release_tag": "0.0.1", "last_updated": "2021-06-05T21:07:05Z", "name": "username-element", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": [], "version_installed": null}, "146783593": {"authors": [], "category": "plugin", "description": "\ud83d\udcfa A card to display upcoming episodes and movies from services like: Plex, Kodi, Radarr, Sonarr, and Trakt.", "domain": "", "downloads": 0, "etag_repository": "W/\"bfc3b4b6bd2799ceab9ed057c07b7cf9f8bdd90a4fc2b0ae9f6e5805d68d020b\"", "full_name": "custom-cards/upcoming-media-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c0c83a1", "last_release_tag": "0.4.3", "last_updated": "2021-07-11T00:25:33Z", "name": "upcoming-media-card", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 160, "topics": [], "version_installed": null, "last_fetched": 1643571255.9652}, "147764937": {"authors": [], "category": "plugin", "description": "A custom component for displaying camera feeds in the style of a surveillance system.", "domain": "", "downloads": 0, "etag_repository": "W/\"b44fcc6a2d53292298bfe78a00bc5b586a68c6e723a080e7b81cc07b2209bfb3\"", "full_name": "custom-cards/surveillance-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "290acf7", "last_release_tag": "0.0.5", "last_updated": "2022-01-13T21:20:48Z", "name": "surveillance-card", "new": false, "repository_manifest": {"name": "surveillance-card", "content_in_root": true, "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 146, "topics": [], "version_installed": null, "last_fetched": 1643545555.766685}, "203294272": {"authors": [], "category": "plugin", "description": "All your unused entities in a list", "domain": "", "downloads": 0, "etag_repository": "W/\"29df501a32f9fbe5818962c9538c969551778294bbe7ba4e994fba03b9c7effa\"", "full_name": "custom-cards/unused-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "32a053e", "last_release_tag": "1.1", "last_updated": "2021-08-12T04:05:00Z", "name": "unused-card", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 23, "topics": [], "version_installed": null}, "192835334": {"authors": [], "category": "plugin", "description": "Home Assistant Lovelace card to lock entire cards behind passwords or prompts.", "domain": "", "downloads": 0, "etag_repository": "W/\"5792c656ce3a4dac0dd95cd6a482a6a0cea84a683f4a60bdf18f1c169e6de568\"", "full_name": "CyrisXD/love-lock-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c82e15d", "last_release_tag": null, "last_updated": "2022-01-17T23:16:50Z", "name": "love-lock-card", "new": false, "repository_manifest": {"name": "Lovelace Lock Card", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 95, "topics": [], "version_installed": null, "last_fetched": 1642520510.86734}, "254206234": {"authors": [], "category": "plugin", "description": "Home Assistant Lovelace custom card to use with Spain electricity hourly pricing (PVPC) integration", "domain": "", "downloads": 0, "etag_repository": "W/\"36f4aba0c261585c89ef93d483a54554fbf9c8c75762fb6f39f7109b5053c414\"", "full_name": "danimart1991/pvpc-hourly-pricing-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "8d07f23", "last_release_tag": "1.5.1", "last_updated": "2021-10-26T08:56:57Z", "name": "pvpc-hourly-pricing-card", "new": false, "repository_manifest": {"name": "PVPC Hourly Pricing Card", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 50, "topics": ["esios", "graphics", "hacs", "home-assistant", "home-assistant-custom", "home-assistant-hacs", "home-automation", "lovelace", "lovelace-card", "lovelace-custom-card", "lovelace-ui", "pvpc", "ree"], "version_installed": null, "last_fetched": 1643571256.248662}, "296396632": {"authors": [], "category": "plugin", "description": "Lovelace card for listing departures from Rejseplanen sensors, in the style of S-Tog departure boards.", "domain": "", "downloads": 0, "etag_repository": "W/\"602d6041a65f49180257a59874b8c4f8603db7e30b36dd6e03cb60b24104fe0d\"", "full_name": "DarkFox/rejseplanen-stog-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "568114a", "last_release_tag": "1.5.0", "last_updated": "2021-08-12T21:33:55Z", "name": "rejseplanen-stog-card", "new": false, "repository_manifest": {"name": "Rejseplanen S-Tog Card", "country": ["DK"]}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["denmark", "hacs", "home-assistant", "lovelace-card", "lovelace-ui", "rejseplanen", "rejseplanen-sensors"], "version_installed": null}, "195497310": {"authors": [], "category": "plugin", "description": "Custom Animated Weather Card for any weather provider", "domain": "", "downloads": 0, "etag_repository": "W/\"a72483ccca41e91d31d13e31969ed428838f0b072a14a6a271dbf797c0ed087e\"", "full_name": "DavidFW1960/bom-weather-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "ab874c7", "last_release_tag": "0.91", "last_updated": "2022-01-28T03:32:56Z", "name": "bom-weather-card", "new": false, "repository_manifest": {"name": "Custom Animated Weather Card", "content_in_root": true, "filename": "bom-weather-card.js", "country": ["IT", "FR", "DE", "NL", "PL", "HE", "RU", "DA", "UA", "EN"]}, "selected_tag": null, "show_beta": false, "stars": 94, "topics": ["bom", "home-assistant", "home-automation", "homeassistant", "weather-forecast"], "version_installed": null, "last_fetched": 1643571256.310447}, "198066338": {"authors": [], "category": "plugin", "description": "Lovelace card for listing departures from Rejseplanen sensors", "domain": "", "downloads": 0, "etag_repository": "W/\"0207f155e5f45200428e9b4cbac8a1f842026d1d51a7618f2d2d0a74f3759d1b\"", "full_name": "DarkFox/rejseplanen-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5b6eed3", "last_release_tag": "1.5.4", "last_updated": "2021-08-11T08:32:56Z", "name": "rejseplanen-card", "new": false, "repository_manifest": {"name": "Rejseplanen Card", "country": ["DK"]}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["denmark", "hacs", "home-assistant", "lovelace-card", "lovelace-ui", "rejseplanen", "rejseplanen-card", "rejseplanen-sensors"], "version_installed": null}, "273007955": {"authors": [], "category": "plugin", "description": "Lovelace pie chart card that displays current energy usage", "domain": "", "downloads": 0, "etag_repository": "W/\"194ea82a8e02ed8639d583821b2ec65a0efd7a10032c540098de4f0602cc5f4f\"", "full_name": "DBa2016/power-usage-card-regex", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "cf6d4cd", "last_release_tag": null, "last_updated": "2021-06-24T17:07:11Z", "name": "power-usage-card-regex", "new": false, "repository_manifest": {"name": "Power Usage Card with Regular Expressions", "content_in_root": true, "filename": "power-usage-card-regex.js", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 7, "topics": ["homeassistant", "lovelace-custom-card", "power-usage"], "version_installed": null}, "231145540": {"authors": [], "category": "plugin", "description": "A card giving richer public transit display using NextBus sensors.", "domain": "", "downloads": 0, "etag_repository": "W/\"f072ad6dcdd3a7e4ee3f7230b3a89fae834d53ec5c05909652afa7e96c0aa419\"", "full_name": "dcramer/lovelace-nextbus-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4f69bcb", "last_release_tag": "0.2.0", "last_updated": "2021-08-11T20:36:30Z", "name": "lovelace-nextbus-card", "new": false, "repository_manifest": {"name": "NextBus Card", "render_readme": true, "filename": "nextbus-card.js"}, "selected_tag": null, "show_beta": false, "stars": 7, "topics": ["hacs", "homeassistant", "lovelace-custom-card", "nextbus", "public-transit"], "version_installed": null}, "269011342": {"authors": [], "category": "plugin", "description": "Shutter card for Home Assistant Lovelace UI", "domain": "", "downloads": 0, "etag_repository": "W/\"86472f7d6fc3dd343780e85ef08eba7fc55e12955ca12a72b4d7d9d4f8152942\"", "full_name": "Deejayfool/hass-shutter-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7b2c711", "last_release_tag": "v1.3.0", "last_updated": "2021-11-16T22:54:27Z", "name": "hass-shutter-card", "new": false, "repository_manifest": {"name": "Shutter Card", "filename": "hass-shutter-card.js", "render_readme": true, "homeassistant": "2021.11.0"}, "selected_tag": null, "show_beta": false, "stars": 145, "topics": ["custom-cards", "hacs", "hassio", "home-assistant", "lovelace"], "version_installed": null, "last_fetched": 1643545555.858301}, "274738925": {"authors": [], "category": "plugin", "description": "Air Purifier card for Home Assistant Lovelace UI", "domain": "", "downloads": 0, "etag_repository": "W/\"19dec665a9b1a2f6489e66fd5a9be8d934291c24d2b63d2d9443338417005153\"", "full_name": "denysdovhan/purifier-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7809eca", "last_release_tag": "v2.0.0", "last_updated": "2022-01-28T19:36:57Z", "name": "purifier-card", "new": false, "repository_manifest": {"name": "Purifier Card", "render_readme": true, "filename": "purifier-card.js"}, "selected_tag": null, "show_beta": false, "stars": 122, "topics": ["air-purifier", "custom-cards", "hacs", "hass", "home-assistant", "homeassistant", "lovelace", "purifier", "smart-home"], "version_installed": null, "last_fetched": 1643571256.537146}, "193262086": {"authors": [], "category": "plugin", "description": "Home assistant remote control", "domain": "", "downloads": 0, "etag_repository": "W/\"cc8680b011dfd896db7b36f6d419c1cf858bc8c496dddaa9b50665399ddb56d3\"", "full_name": "dimagoltsman/content-card-remote-control", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f4acaf4", "last_release_tag": null, "last_updated": "2020-09-27T22:35:55Z", "name": "content-card-remote-control", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": [], "version_installed": null}, "197929015": {"authors": [], "category": "plugin", "description": "Custom Lovelace card that displays ZHA network and device information", "domain": "", "downloads": 0, "etag_repository": "W/\"ce5adeca685e413778637681604f88398d720f141295291930ccff183e3eca0e\"", "full_name": "dmulcahey/zha-network-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b6b05fa", "last_release_tag": null, "last_updated": "2020-11-25T23:16:49Z", "name": "zha-network-card", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 66, "topics": [], "version_installed": null, "last_fetched": 1643571256.386886}, "261291295": {"authors": [], "category": "plugin", "description": "Vacuum cleaner card for Home Assistant Lovelace UI", "domain": null, "downloads": 0, "etag_repository": "W/\"890042e1b4c82e73ca1306814804e745160d4d630d3154daa48069e8b26d745c\"", "full_name": "denysdovhan/vacuum-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "8a241cf", "last_release_tag": "v2.2.5", "last_updated": "2022-01-25T00:31:56Z", "name": "vacuum-card", "new": false, "repository_manifest": {"name": "Vacuum Card", "render_readme": true, "filename": "vacuum-card.js"}, "selected_tag": null, "show_beta": false, "stars": 504, "topics": ["custom-cards", "hacs", "hass", "home-assistant", "homeassistant", "lovelace", "robot-vacuum", "vacuum"], "version_installed": null, "last_fetched": 1643545556.376485}, "263901624": {"authors": [], "category": "plugin", "description": "Generic Remote control card for HACS", "domain": null, "downloads": 0, "etag_repository": "W/\"ab3903cba24841ea6915d87fb05145e61226d1269a8ee761045803a678b5cf09\"", "full_name": "dimagoltsman/generic-remote-control-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "92bb62c", "last_release_tag": "0.2.5", "last_updated": "2022-01-29T10:30:37Z", "name": "generic-remote-control-card", "new": false, "repository_manifest": {"name": "Generic Remote Control Card", "description": "a remote control card that can be used with any HA service", "content_in_root": false, "filename": "generic-remote-control-card.js", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 45, "topics": [], "version_installed": null, "last_fetched": 1643545556.983797}, "265313034": {"authors": [], "category": "plugin", "description": "a refreshable picture card for HACS", "domain": "", "downloads": 0, "etag_repository": "W/\"60ba9e4e6835842057753caac0eb6e0bc6b5cb127786a636ff5039e17a337575\"", "full_name": "dimagoltsman/refreshable-picture-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7f02a56", "last_release_tag": "0.1.6", "last_updated": "2021-12-03T09:17:49Z", "name": "refreshable-picture-card", "new": false, "repository_manifest": {"name": "Refreshable picture card", "description": "a picture that can be loaded from url or entity attribute and refreshed every N seconds", "content_in_root": false, "filename": "refreshable-picture-card.js", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 13, "topics": [], "version_installed": null, "last_fetched": 1641217384.705725}, "157674859": {"authors": [], "category": "plugin", "description": "A Lovelace card showing air quality data from airvisual.com. Requires the AirVisual component.", "domain": "", "downloads": 0, "etag_repository": "W/\"ad230b82927a5524b26c8234af913e9eea9631849c9596ab89d988286b6cf556\"", "full_name": "dnguyen800/air-visual-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "afd7a87", "last_release_tag": "2.0.1", "last_updated": "2021-12-03T01:41:18Z", "name": "air-visual-card", "new": false, "repository_manifest": {"name": "Air Visual Card"}, "selected_tag": null, "show_beta": false, "stars": 68, "topics": ["air-quality", "air-visual", "home-assistant", "lovelace"], "version_installed": null, "last_fetched": 1643571256.919525}, "236664033": {"authors": [], "category": "plugin", "description": ":point_up_2: Swipe Glance Card", "domain": "", "downloads": 0, "etag_repository": "W/\"f7f26273e0f631e4d3e3903469ffc0c68b23f4d038f78eb1b111f502d3b2831f\"", "full_name": "dooz127/swipe-glance-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9b4f41a", "last_release_tag": "0.3", "last_updated": "2021-08-11T22:48:45Z", "name": "swipe-glance-card", "new": false, "repository_manifest": {"name": "Swipe Glance Card", "render_readme": true, "filename": "swipe-glance-card.js"}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": ["automation", "custom-cards", "hass", "home-assistant", "homeassistant", "lovelace"], "version_installed": null}, "260597137": {"authors": [], "category": "plugin", "description": "\u7528\u4e8eLovelace\u7684\u5c0f\u7c73\u7a7a\u6c14\u51c0\u5316\u5668\u5361\u7247", "domain": "", "downloads": 0, "etag_repository": "W/\"075bcd8ee0ea615f4674939b08ecb1ccf729392feb141ed07884ca121edc4b86\"", "full_name": "fineemb/lovelace-air-filter-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a20f6b2", "last_release_tag": "v1.1.3", "last_updated": "2021-09-13T17:10:23Z", "name": "lovelace-air-filter-card", "new": false, "repository_manifest": {"name": "Air Purifier Card", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 13, "topics": [], "version_installed": null}, "247134044": {"authors": [], "category": "plugin", "description": "A simple lovelace multiline text input card", "domain": "", "downloads": 0, "etag_repository": "W/\"db6335f5c5e49247a555a6629b47f7bbc02f28f395eed1a415dcd06b13ceb8c2\"", "full_name": "faeibson/lovelace-multiline-text-input-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7b5040b", "last_release_tag": "1.0.4", "last_updated": "2020-10-15T00:16:17Z", "name": "lovelace-multiline-text-input-card", "new": false, "repository_manifest": {"name": "Multiline Text Input Card", "render_readme": false}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": ["home-assistant", "home-assistant-frontend", "lovelace", "lovelace-card", "lovelace-ui", "multiline", "text-input"], "version_installed": null, "last_fetched": 1642430751.060108}, "307058107": {"authors": [], "category": "plugin", "description": "\u8f66\u8f86\u4eea\u8868\u76d8", "domain": "", "downloads": 0, "etag_repository": "W/\"2544289ec2bfb4dd4fe67da3a14fa0738d3694391a67db5c5d4f5a2618b2129e\"", "full_name": "fineemb/lovelace-car-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a28bca5", "last_release_tag": null, "last_updated": "2020-11-01T23:45:40Z", "name": "lovelace-car-card", "new": false, "repository_manifest": {"name": "Car card", "render_readme": true, "country": ["CN"]}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["car", "hacs", "hass", "lovelace", "lovelace-custom-card", "lynkco"], "version_installed": null, "last_fetched": 1642851273.180509}, "286408741": {"authors": [], "category": "plugin", "description": "A Lovelace card to display Norwegian mail delivery days", "domain": "", "downloads": 0, "etag_repository": "W/\"0467bc0a8b50ba2714978be3a5fd98815de27d47980f6e086025bc4a9d6fa8bc\"", "full_name": "ezand/lovelace-posten-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3a00f67", "last_release_tag": "1.0.1", "last_updated": "2021-08-12T20:35:21Z", "name": "lovelace-posten-card", "new": false, "repository_manifest": {"name": "Posten Card", "render_readme": true, "filename": "posten-card.js", "country": ["NO"]}, "selected_tag": null, "show_beta": false, "stars": 13, "topics": ["home-assistant", "lovelace-card", "mail-delivery"], "version_installed": null, "last_fetched": 1643571257.298487}, "259784620": {"authors": [], "category": "plugin", "description": "\u590d\u523b\u5b98\u65b9Lovelace\u5730\u56fe\u5361\u7247,\u57fa\u4e8e\u9ad8\u5fb7\u5730\u56fe", "domain": "", "downloads": 0, "etag_repository": "W/\"fbeb8bfee8584e4143adfbd65499ec2193331465c0eebc505ee932c7df4ecbe9\"", "full_name": "fineemb/lovelace-cn-map-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "fce3dbf", "last_release_tag": "v1.2.7", "last_updated": "2020-10-26T06:35:55Z", "name": "lovelace-cn-map-card", "new": false, "repository_manifest": {"name": "Gaode Map card", "render_readme": true, "country": ["CN"]}, "selected_tag": null, "show_beta": false, "stars": 31, "topics": [], "version_installed": null, "last_fetched": 1643571257.389109}, "291480917": {"authors": [], "category": "plugin", "description": "\u8fd9\u662f\u4e00\u4e2a\u9002\u7528\u4e8e\u5f69\u4e91\u5929\u6c14\u96c6\u6210\u7684Lovelace\u5361\u7247", "domain": "", "downloads": 0, "etag_repository": "W/\"f856d3d1f949c329769595c344b7f5459355652219f6274ada54e844b8c09931\"", "full_name": "fineemb/lovelace-colorfulclouds-weather-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1910cb7", "last_release_tag": "v1.3.2", "last_updated": "2022-01-06T15:47:26Z", "name": "lovelace-colorfulclouds-weather-card", "new": false, "repository_manifest": {"name": "Colorfulclouds Weather Card", "render_readme": true, "filename": "colorfulclouds-weather-card.js", "country": ["CN"]}, "selected_tag": null, "show_beta": false, "stars": 18, "topics": ["lovelace-custom-card", "weather"], "version_installed": null, "last_fetched": 1642094184.714186}, "240906060": {"authors": [], "category": "plugin", "description": "\u6590\u8bafDC1\u6392\u63d2\u7684Lovelace\u5361\u7247", "domain": "", "downloads": 0, "etag_repository": "W/\"a02559ee163f878edc0e208d5a15967f1f74b984f29fce971901e78416c58a93\"", "full_name": "fineemb/lovelace-dc1-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4c2c109", "last_release_tag": "v1.2.0", "last_updated": "2020-08-26T08:19:40Z", "name": "lovelace-dc1-card", "new": false, "repository_manifest": {"name": "PHICOMM DC1 card", "render_readme": true, "country": ["CN"]}, "selected_tag": null, "show_beta": false, "stars": 17, "topics": [], "version_installed": null}, "214792276": {"authors": [], "category": "plugin", "description": "Xiaomi Smartmi Fan Lovelace card for HASS/Home Assistant.", "domain": "", "downloads": 0, "etag_repository": "W/\"558c08119f3b617d10d8903b7ce7da576ddcdc8be7b2d7421900c99822878e94\"", "full_name": "fineemb/lovelace-fan-xiaomi", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "54a9958", "last_release_tag": "v1.3.4", "last_updated": "2021-05-13T17:12:08Z", "name": "lovelace-fan-xiaomi", "new": false, "repository_manifest": {"name": "Xiaomi Fan Lovelace Card", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 36, "topics": [], "version_installed": null}, "237887092": {"authors": [], "category": "plugin", "description": "Thermostat Lovelace card", "domain": "", "downloads": 0, "etag_repository": "W/\"c912250356c6845ac64570a974f91a1885c435e94d0102d1906330e007c67081\"", "full_name": "fineemb/lovelace-thermostat-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f95cd32", "last_release_tag": "v1.3.0", "last_updated": "2020-11-23T15:27:28Z", "name": "lovelace-thermostat-card", "new": false, "repository_manifest": {"name": "Climate thermostat card", "render_readme": true, "filename": "main.js"}, "selected_tag": null, "show_beta": false, "stars": 66, "topics": [], "version_installed": null, "last_fetched": 1642430753.764389}, "250552447": {"authors": [], "category": "plugin", "description": "Provides a customizable button row for binary entities in Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"89d556071237538ab871cd456be7ca2640ab9366c1996c2372d08aad46b90930\"", "full_name": "finity69x2/binary-control-button-row", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "ed9d1bd", "last_release_tag": "1.7", "last_updated": "2021-06-05T12:09:32Z", "name": "binary-control-button-row", "new": false, "repository_manifest": {"name": "Binary Control Button Row", "filename": "binary-control-button-row.js"}, "selected_tag": null, "show_beta": false, "stars": 16, "topics": [], "version_installed": null}, "191663150": {"authors": [], "category": "plugin", "description": "Provides a means to show a compact graphical control row for 2 or 3 speed fans in Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"ac3481d7dcafdd53963e5fc7b0858ffe7ff50987a8f1f4ad58456717e8bf7841\"", "full_name": "finity69x2/fan-control-entity-row", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e4d1e91", "last_release_tag": "2.2", "last_updated": "2021-06-05T12:04:09Z", "name": "fan-control-entity-row", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 55, "topics": [], "version_installed": null}, "287409957": {"authors": [], "category": "plugin", "description": "button row for controlling open/close covers in Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"65c1028268517ce660410e76bbd074d46e8dfd22f5d2fbd16e15448c94210f20\"", "full_name": "finity69x2/cover-control-button-row", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "dff851f", "last_release_tag": "1.4", "last_updated": "2021-07-29T21:53:08Z", "name": "cover-control-button-row", "new": false, "repository_manifest": {"name": "Cover Control Button Row", "filename": "cover-control-button-row.js"}, "selected_tag": null, "show_beta": false, "stars": 10, "topics": ["cover", "lovelace-ui", "plugin"], "version_installed": null, "last_fetched": 1641587896.016816}, "286860710": {"authors": [], "category": "plugin", "description": "pluig-in for Home Assistant that provides an easy means set 3 fixed positions for a programmable cover entity.", "domain": "", "downloads": 0, "etag_repository": "W/\"04435ef1c6d405e987371f257801d69ea4facfdb554119435f59571b45b01559\"", "full_name": "finity69x2/cover-position-preset-row", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "0784c07", "last_release_tag": "1.4", "last_updated": "2021-07-29T21:44:05Z", "name": "cover-position-preset-row", "new": false, "repository_manifest": {"name": "Cover Position Preset Row", "filename": "cover-position-preset-row.js"}, "selected_tag": null, "show_beta": false, "stars": 12, "topics": ["cover", "lovelace-custom-card", "plugin"], "version_installed": null}, "226862969": {"authors": [], "category": "plugin", "description": "Provides a means to program 3 preset brightness settings for dimmable lights in Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"e7bea0388fdf9d1eebb4783e0945a865a2234944d2fc57bc766c314577b17ae2\"", "full_name": "finity69x2/light-brightness-preset-row", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "df6810d", "last_release_tag": "2.1", "last_updated": "2021-12-13T04:02:13Z", "name": "light-brightness-preset-row", "new": false, "repository_manifest": {"name": "Light Brightness Preset Row", "filename": "light-brightness-preset-row.js"}, "selected_tag": null, "show_beta": false, "stars": 19, "topics": [], "version_installed": null, "last_fetched": 1643571257.824531}, "245239101": {"authors": [], "category": "plugin", "description": "Allows preloading of Lovelace cards as a work around for changes in Home Assistant 0.107", "domain": "", "downloads": 0, "etag_repository": "W/\"c283b069259438fad8ceaf5e294767c7ea06e9962e33018045fd13b3f6b8debd\"", "full_name": "gadgetchnnel/lovelace-card-preloader", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "49e93da", "last_release_tag": "0.0.5", "last_updated": "2021-04-30T16:48:45Z", "name": "lovelace-card-preloader", "new": false, "repository_manifest": {"name": "Lovelace Card Preloader", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 19, "topics": [], "version_installed": null}, "182113743": {"authors": [], "category": "plugin", "description": "A custom Lovelace text input row for use in entities cards", "domain": "", "downloads": 0, "etag_repository": "W/\"04d0b71f139b7f329dab33d54a018623f75e5acc7b6bc63cb75f71229d444c64\"", "full_name": "gadgetchnnel/lovelace-text-input-row", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2b1e1ff", "last_release_tag": "v0.0.8", "last_updated": "2020-08-18T05:04:31Z", "name": "lovelace-text-input-row", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 22, "topics": [], "version_installed": null, "last_fetched": 1642851279.347631}, "184333163": {"authors": [], "category": "plugin", "description": "Custom Lovelace card which allows Jinja2 templates to be applied to other cards", "domain": "", "downloads": 0, "etag_repository": "W/\"4f10e7fd36f630773b6aad50762105b1516829de3da77c3ed7d1e5883c8218a9\"", "full_name": "gadgetchnnel/lovelace-card-templater", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b7161d5", "last_release_tag": "0.0.17", "last_updated": "2022-01-26T16:33:55Z", "name": "lovelace-card-templater", "new": false, "repository_manifest": {"name": "Lovelace Card Templater", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 70, "topics": [], "version_installed": null, "last_fetched": 1643571258.004218}, "250865851": {"authors": [], "category": "plugin", "description": "\ud83d\udcc2 Folder Card for Home Assistant's Lovelace UI", "domain": "", "downloads": 0, "etag_repository": "W/\"5e49983c3cf21457c46edc8e9da11291f3aecce05472a5180fb46cfe3dd7afad\"", "full_name": "GeorgeSG/lovelace-folder-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "da75f81", "last_release_tag": "0.4.0", "last_updated": "2021-08-12T05:08:36Z", "name": "lovelace-folder-card", "new": false, "repository_manifest": {"name": "Folder Card", "render_readme": true, "filename": "folder-card.js"}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["home-assistant", "homeassistant", "lovelace", "lovelace-card", "lovelace-custom-card"], "version_installed": null, "last_fetched": 1642430758.837678}, "174016256": {"authors": [], "category": "plugin", "description": "A custom Lovelace card for displaying a combination of persistent notifications, calendar events, and entities in the style of a feed.", "domain": "", "downloads": 0, "etag_repository": "W/\"d8601abc5034d49e3fe60f69798a776ae60679abeff5a7409686f63e66442042\"", "full_name": "gadgetchnnel/lovelace-home-feed-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c0fc43c", "last_release_tag": "0.6.3", "last_updated": "2021-11-15T07:58:31Z", "name": "lovelace-home-feed-card", "new": false, "repository_manifest": {"name": "Lovelace Home Feed Card", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 148, "topics": [], "version_installed": null, "last_fetched": 1641058170.612333}, "261262884": {"authors": [], "category": "plugin", "description": "\ud83d\udd70\ufe0f Time Picker Card for Home Assistant's Lovelace UI", "domain": "", "downloads": 0, "etag_repository": "W/\"9392d4b303edd781dd59d733df139142e020d676454335b98f385b47b9c5f68f\"", "full_name": "GeorgeSG/lovelace-time-picker-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e5c16c2", "last_release_tag": "1.2.1", "last_updated": "2022-01-21T22:34:00Z", "name": "lovelace-time-picker-card", "new": false, "repository_manifest": {"name": "Time Picker Card", "render_readme": true, "filename": "time-picker-card.js"}, "selected_tag": null, "show_beta": false, "stars": 127, "topics": ["home-assistant", "homeassistant", "lovelace", "lovelace-card", "lovelace-custom-card"], "version_installed": null, "last_fetched": 1643571258.185397}, "160042309": {"authors": [], "category": "plugin", "description": "An intuitive way to represent the power and energy that your home is consuming or producing. (A custom card for the Lovelace UI of Home Assistant.)", "domain": "", "downloads": 0, "etag_repository": "W/\"a50936990f55a8c2649eb757d5b80be4cbd084dbe915ff3b5ef5f24c76e9bc8b\"", "full_name": "gurbyz/power-wheel-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d136d6d", "last_release_tag": "v0.1.5", "last_updated": "2020-12-18T12:01:38Z", "name": "power-wheel-card", "new": false, "repository_manifest": {"name": "Power wheel card"}, "selected_tag": null, "show_beta": false, "stars": 132, "topics": ["custom-card", "energy", "home-assistant", "lovelace-ui", "solar-panels"], "version_installed": null, "last_fetched": 1643571258.28203}, "220679143": {"authors": [], "category": "plugin", "description": "Lovelace Departure Card for the HASL Platform", "domain": "", "downloads": 0, "etag_repository": "W/\"5bd002adf74579a468e652e8002cb2b9e33af619a0d9d1862e76b733ff5bc1a7\"", "full_name": "hasl-sensor/lovelace-hasl-departure-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "029e094", "last_release_tag": "v2.5.0", "last_updated": "2022-01-08T23:27:15Z", "name": "lovelace-hasl-departure-card", "new": false, "repository_manifest": {"name": "HASL Departure Card", "content_in_root": false, "render_readme": false, "filename": "hasl-departure-card.js", "homeassistant": "0.92", "zip_release": false}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": ["departures", "hasl", "sl", "stockholms-lokaltrafik"], "version_installed": null, "last_fetched": 1641895781.615156}, "220679530": {"authors": [], "category": "plugin", "description": "Lovelace Traffic Status Card for the HASL Platform", "domain": "", "downloads": 0, "etag_repository": "W/\"287db3f3718be02514d2e7959c933de3d9fc18910396cf456ae5591824beed85\"", "full_name": "hasl-sensor/lovelace-hasl-traffic-status-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "fdf9915", "last_release_tag": "v2.3.1", "last_updated": "2020-03-04T12:20:16Z", "name": "lovelace-hasl-traffic-status-card", "new": false, "repository_manifest": {"name": "HASL Traffic Status Card", "content_in_root": false, "render_readme": false, "filename": "hasl-traffic-status-card.js", "homeassistant": "0.92", "zip_release": false}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["hasl", "sl", "stockholms-lokaltrafik", "traffic-status"], "version_installed": null}, "304967918": {"authors": [], "category": "plugin", "description": "Replace input_number sliders with plus and minus buttons", "domain": "", "downloads": 0, "etag_repository": "W/\"01f7cbb8f1568748d951821553bc7a0fd18823c0aa1114ea2afdd1f1755bacf7\"", "full_name": "htmltiger/numberbox-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "09a2646", "last_release_tag": "3.3", "last_updated": "2022-01-01T17:31:32Z", "name": "numberbox-card", "new": false, "repository_manifest": {"name": "Number Box", "filename": "numberbox-card.js", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 45, "topics": ["hacs", "home-assistant", "input", "lovelace", "lovelace-card", "lovelace-cards", "lovelace-custom-card", "lovelace-ui", "number", "numberbox-card", "slider"], "version_installed": null, "last_fetched": 1642851284.44118}, "145142810": {"authors": [], "category": "plugin", "description": "\ud83d\udce6 Aftership Card for package tracking", "domain": null, "downloads": 0, "etag_repository": "W/\"b4224e384df0e53e864d0f89b89209cf42170e1a9aac7180e5ce00a0ca0036be\"", "full_name": "iantrich/aftership-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3fb1033", "last_release_tag": "1.2.2", "last_updated": "2021-08-11T00:00:14Z", "name": "aftership-card", "new": false, "repository_manifest": {"name": "Aftership Card", "render_readme": true, "filename": "aftership-card.js"}, "selected_tag": null, "show_beta": false, "stars": 40, "topics": [], "version_installed": null, "last_fetched": 1643545557.505481}, "172177543": {"authors": [], "category": "plugin", "description": "\ud83d\udcdd Templatable Lovelace Configurations", "domain": "", "downloads": 0, "etag_repository": "W/\"f0b41b5f0da58b96077417a7c86393a6b74bcbed7342b82ff18134f9490c33c6\"", "full_name": "iantrich/config-template-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d7bedfe", "last_release_tag": "1.3.6", "last_updated": "2021-10-06T03:36:41Z", "name": "config-template-card", "new": false, "repository_manifest": {"name": "Config Template Card", "render_readme": true, "homeassistant": "0.110.0"}, "selected_tag": null, "show_beta": false, "stars": 221, "topics": [], "version_installed": null, "last_fetched": 1643571258.590069}, "175927964": {"authors": [], "category": "plugin", "description": "\ud83c\udfa7 Podcast Player Card", "domain": "", "downloads": 0, "etag_repository": "W/\"739ace3027accc781d0077f47d0c969e3e03811aa25d983a9c85998ef77dc859\"", "full_name": "iantrich/podcast-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1dd0645", "last_release_tag": "1.0.9", "last_updated": "2021-08-11T16:06:20Z", "name": "podcast-card", "new": false, "repository_manifest": {"name": "Podcast Card", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 21, "topics": [], "version_installed": null}, "215633404": {"authors": [], "category": "plugin", "description": "\ud83d\udd12 Apply restrictions to Lovelace cards", "domain": "", "downloads": 0, "etag_repository": "W/\"6ab775e976f6ab9ce868c33664f4fada9b3dacc339967f8462a2aa241713e4f5\"", "full_name": "iantrich/restriction-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "55732c0", "last_release_tag": "1.2.7", "last_updated": "2021-12-17T16:38:44Z", "name": "restriction-card", "new": false, "repository_manifest": {"name": "Restriction Card", "render_readme": true, "homeassistant": "0.110.0"}, "selected_tag": null, "show_beta": false, "stars": 135, "topics": ["custom-card", "home-assistant", "lovelace", "security"], "version_installed": null, "last_fetched": 1643571258.749342}, "164367214": {"authors": [], "category": "plugin", "description": "\ud83d\udcfa Roku Remote Card", "domain": "", "downloads": 0, "etag_repository": "W/\"02360b373eb01e4a7f29e255bf6964d3527df6296165f8afeb7fc1b8def9c8af\"", "full_name": "iantrich/roku-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4cb653a", "last_release_tag": "1.2.4", "last_updated": "2021-12-17T16:27:36Z", "name": "roku-card", "new": false, "repository_manifest": {"name": "Roku Card", "render_readme": true, "homeassistant": "0.110.0"}, "selected_tag": null, "show_beta": false, "stars": 83, "topics": ["custom-card", "home-assistant", "lovelace", "roku"], "version_installed": null, "last_fetched": 1643571258.8153}, "179788256": {"authors": [], "category": "plugin", "description": "\ud83d\uddc2 Text Divider Row", "domain": "", "downloads": 0, "etag_repository": "W/\"7782c3003421741167de65ce0ae4561ef5db4855a2e7d52849a124faa7a112de\"", "full_name": "iantrich/text-divider-row", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d8e7915", "last_release_tag": "1.4.1", "last_updated": "2021-12-17T16:35:28Z", "name": "text-divider-row", "new": false, "repository_manifest": {"name": "Text Divider Row", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 49, "topics": ["homeassistant", "lovelace"], "version_installed": null, "last_fetched": 1642851286.047456}, "181124811": {"authors": [], "category": "plugin", "description": "\u2b55 Radial Menu Element", "domain": "", "downloads": 0, "etag_repository": "W/\"7861d7d9abfc60c3e5019c6aa6b5aa6535b34c30d13d2599e1549618cadd1197\"", "full_name": "iantrich/radial-menu", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "688e6c9", "last_release_tag": "1.6.0", "last_updated": "2020-06-30T03:42:08Z", "name": "radial-menu", "new": false, "repository_manifest": {"name": "Radial Menu Element", "render_readme": true, "homeassistant": "0.110.0"}, "selected_tag": null, "show_beta": false, "stars": 54, "topics": [], "version_installed": null, "last_fetched": 1643571258.687765}, "194824532": {"authors": [], "category": "plugin", "description": "Weather Card with animated icons for Home Assistant Lovelace adapted to display all informations from M\u00e9t\u00e9o France integration", "domain": "", "downloads": 0, "etag_repository": "W/\"2d20ed0c7a875d5efc24a257d2df79818978657e0f526066cea5b96b3ae19c86\"", "full_name": "Imbuzi/meteo-france-weather-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "79d0464", "last_release_tag": "v1.13", "last_updated": "2021-03-07T18:12:04Z", "name": "meteo-france-weather-card", "new": false, "repository_manifest": {"name": "M\u00e9t\u00e9o France Weather Card", "country": ["FR"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 19, "topics": ["animated-icons", "home-assistant", "lovelace-card", "meteo-france", "weather"], "version_installed": null, "last_fetched": 1641587907.383895}, "273405252": {"authors": [], "category": "plugin", "description": "A Lightning Detection Display Card for Home Assistant Lovelace", "domain": "", "downloads": 0, "etag_repository": "W/\"d760ab1000312a3f2d2b2473edfe3531b2a058a1325810e86f117b287fbe4beb\"", "full_name": "ironsheep/lovelace-lightning-detector-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e017e81", "last_release_tag": "v1.0.3", "last_updated": "2021-08-12T15:08:48Z", "name": "lovelace-lightning-detector-card", "new": false, "repository_manifest": {"name": "Lightning Detector Card", "render_readme": false, "filename": "lightning-detector-card.js"}, "selected_tag": null, "show_beta": false, "stars": 14, "topics": ["as3935", "hassio", "home-assistant", "home-assistant-custom", "homeassistant", "lovelace-card", "lovelace-custom-card"], "version_installed": null}, "231015759": {"authors": [], "category": "plugin", "description": "Xiaomi Smartmi Fan Lovelace card with CSS fan animation", "domain": "", "downloads": 0, "etag_repository": "W/\"33b294106745b56f2f54008a153aab7bf5ec5ba700151b4d6d08ddfc42a77025\"", "full_name": "ikaruswill/lovelace-fan-xiaomi", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5cb1b0a", "last_release_tag": "1.5.6", "last_updated": "2021-07-02T14:22:45Z", "name": "lovelace-fan-xiaomi", "new": false, "repository_manifest": {"name": "Xiaomi Smartmi Fan Card", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 42, "topics": ["custom-card", "hacs", "home-assistant", "lovelace", "xiaomi", "xiaomi-fan"], "version_installed": null}, "281214271": {"authors": [], "category": "plugin", "description": "A Raspberry Pi status display Card for Home Assistant Lovelace", "domain": "", "downloads": 0, "etag_repository": "W/\"f3114cb7348fbe4fa4e48e0a7993b5e7721f9c2bb82db72dcb45b8ad8e20213d\"", "full_name": "ironsheep/lovelace-rpi-monitor-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "af733c0", "last_release_tag": "v1.2.5", "last_updated": "2021-12-03T01:43:41Z", "name": "lovelace-rpi-monitor-card", "new": false, "repository_manifest": {"name": "RPi Monitor Card", "render_readme": false, "filename": "rpi-monitor-card.js"}, "selected_tag": null, "show_beta": false, "stars": 76, "topics": ["hassio", "home-assistant", "home-assistant-custom", "homeassistant", "lovelace-card", "lovelace-custom-card", "raspberry-pi"], "version_installed": null, "last_fetched": 1643571259.242365}, "164887047": {"authors": [], "category": "plugin", "description": "A Lovelace custom card for custom component Krisinformation is Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"0de41a7104dc59fcc5940a7c5eface92b319f0eedd907b7927800a115485a484\"", "full_name": "isabellaalstrom/krisinfo-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "962f549", "last_release_tag": "v1.3.0", "last_updated": "2020-09-18T17:45:35Z", "name": "krisinfo-card", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 7, "topics": ["hacktoberfest"], "version_installed": null}, "195671060": {"authors": [], "category": "plugin", "description": "A card to track chores and tasks in Grocy.", "domain": null, "downloads": 0, "etag_repository": "W/\"3f57c10c2ec034146d622d7f96d61ae90be5734aa48aa29230da5bc344df940b\"", "full_name": "isabellaalstrom/lovelace-grocy-chores-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b80d58b", "last_release_tag": "v3.1.2", "last_updated": "2021-12-09T08:37:46Z", "name": "lovelace-grocy-chores-card", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 65, "topics": ["hacktoberfest"], "version_installed": null, "last_fetched": 1643545557.68274}, "237812136": {"authors": [], "category": "plugin", "description": "\u0418\u043a\u043e\u043d\u043a\u0438 \u042f\u043d\u0434\u0435\u043a\u0441 \u0443\u0441\u0442\u0440\u043e\u0439\u0441\u0442\u0432 \u0434\u043b\u044f Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"fb6640286619d7d6850e1f7265cc31224bfc603c93d2f4cbb0367df9eae6b787\"", "full_name": "iswitch/ha-yandex-icons", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "236a4ad", "last_release_tag": null, "last_updated": "2021-11-04T16:00:26Z", "name": "ha-yandex-icons", "new": false, "repository_manifest": {"name": "Yandex Icons", "filename": "yandex-icons.js", "render_readme": true, "country": ["RU"], "homeassistant": "0.110.0"}, "selected_tag": null, "show_beta": false, "stars": 40, "topics": ["home-assistant", "homeassistant", "icon-pack", "icons", "media-player", "yandex"], "version_installed": null, "last_fetched": 1642520512.412412}, "245159052": {"authors": [], "category": "plugin", "description": "\ud83d\udc24 Adds many useful extensions to lovelace, such as templating secondary info, stacking within a card and more!", "domain": "", "downloads": 0, "etag_repository": "W/\"5ace2c434583ff4101d6e298c3a63f5a32c36733dbe16304e6907a509c3b907f\"", "full_name": "jcwillox/lovelace-canary", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7bb346c", "last_release_tag": "0.3.4", "last_updated": "2021-06-04T10:43:19Z", "name": "lovelace-canary", "new": false, "repository_manifest": {"name": "Canary"}, "selected_tag": null, "show_beta": false, "stars": 28, "topics": ["canary-card", "extensions", "home-assistant", "lovelace"], "version_installed": null, "last_fetched": 1642274184.060109}, "244872232": {"authors": [], "category": "plugin", "description": "Adds highly configurable buttons that use actions and per-state styling.", "domain": null, "downloads": 0, "etag_repository": "W/\"a6e05034e88354c884b70fcd9494246d58afe9bc779e9062b923187e4f324761\"", "full_name": "jcwillox/lovelace-paper-buttons-row", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "89f168c", "last_release_tag": "1.0.0", "last_updated": "2022-01-21T02:33:13Z", "name": "lovelace-paper-buttons-row", "new": false, "repository_manifest": {"name": "Paper Buttons Row"}, "selected_tag": null, "show_beta": false, "stars": 117, "topics": ["actions", "buttons", "haptic", "home-assistant", "paper"], "version_installed": null, "last_fetched": 1643545557.871533}, "283578257": {"authors": [], "category": "plugin", "description": "A Lovelace Card for visualizing power distributions.", "domain": "", "downloads": 0, "etag_repository": "W/\"d7ccf59368393fecfb343f40a0c926846115b8884a76bdce932e9c8904f1229d\"", "full_name": "JonahKr/power-distribution-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f69a165", "last_release_tag": "v2.5.1", "last_updated": "2022-01-29T17:13:14Z", "name": "power-distribution-card", "new": false, "repository_manifest": {"name": "power-distribution-card", "render_readme": true, "content_in_root": false, "filename": "power-distribution-card.js"}, "selected_tag": null, "show_beta": false, "stars": 89, "topics": ["e3dc", "hacs", "homeassistant", "lovelace-card"], "version_installed": null, "last_fetched": 1643571259.579411}, "238802974": {"authors": [], "category": "plugin", "description": "HA Lovelace Card for iRobot Roomba Vacuum Cleaner leveraging the rest980 Docker Image", "domain": "", "downloads": 0, "etag_repository": "W/\"8ad53b0108ebab2d1bfa201586d5d25ea03b0f9c805686e0879f37dd3d31f810\"", "full_name": "jeremywillans/lovelace-roomba-vacuum-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "8a36879", "last_release_tag": "0.11", "last_updated": "2021-07-28T12:33:28Z", "name": "lovelace-roomba-vacuum-card", "new": false, "repository_manifest": {"name": "Roomba Vacuum Card", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 27, "topics": ["home-assistant", "home-assistant-frontend", "irobot", "irobot-roomba", "lovelace", "lovelace-custom-card", "lovelace-ui", "vacuum"], "version_installed": null, "last_fetched": 1643571259.440707}, "163446489": {"authors": [], "category": "plugin", "description": "Home Assistant Lovelace card card for the Entur public transport component.", "domain": "", "downloads": 0, "etag_repository": "W/\"e9eaad1b307854c4d9c99c5f72d71b3ed734d40a531099106a1c28cbc7cc5b70\"", "full_name": "jonkristian/entur-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "37b2a2e", "last_release_tag": null, "last_updated": "2022-01-27T09:42:11Z", "name": "entur-card", "new": false, "repository_manifest": {"name": "Entur Card", "render_readme": true, "filename": "entur-card.js"}, "selected_tag": null, "show_beta": false, "stars": 38, "topics": ["entur", "hacs", "home-assistant", "homeassistant", "lovelace", "transportation"], "version_installed": null, "last_fetched": 1643571259.759724}, "148520838": {"authors": [], "category": "plugin", "description": "Minimalistic media card for Home Assistant Lovelace UI", "domain": "", "downloads": 0, "etag_repository": "W/\"1a9ae49309bb703956dee786c4e7d2349b7cd0be5af74a62bd58ce8885c39203\"", "full_name": "kalkih/mini-media-player", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e5ac7b5", "last_release_tag": "v1.15.0", "last_updated": "2022-01-19T15:20:59Z", "name": "mini-media-player", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 1033, "topics": ["automation", "custom", "hacktoberfest", "hassio", "home-assistant", "homeassistant", "lovelace", "lovelace-ui", "media-player", "sonos"], "version_installed": null, "last_fetched": 1643571259.724483}, "172998062": {"authors": [], "category": "plugin", "description": "Minimalistic weather card for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"a82b0f04aed413b730d2f50cd76d5153aeb305f3c57cf37959ebb3a9590eb77b\"", "full_name": "kalkih/simple-weather-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e9e34a8", "last_release_tag": "v0.8.2", "last_updated": "2021-05-01T09:46:48Z", "name": "simple-weather-card", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 174, "topics": ["home-assistant", "home-automation", "homeassistant", "lovelace", "weather"], "version_installed": null, "last_fetched": 1641895795.894226}, "292008305": {"authors": [], "category": "plugin", "description": "A Home Assistant card for Steam integrations", "domain": "", "downloads": 0, "etag_repository": "W/\"f07a34dad2fafa4b7c851b8360e879099349baaf0f70713c8a43064d93de7b1d\"", "full_name": "Kibibit/kb-steam-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e794375", "last_release_tag": "v1.1.1", "last_updated": "2021-01-10T17:01:30Z", "name": "kb-steam-card", "new": false, "repository_manifest": {"name": "Steam Card", "render_readme": true, "filename": "kb-steam-card.js"}, "selected_tag": null, "show_beta": false, "stars": 17, "topics": ["card", "hacs", "home-assistant", "steam"], "version_installed": null, "last_fetched": 1643545557.933353}, "276636213": {"authors": [], "category": "plugin", "description": "Cover card with homekit style vertical position slider (best with panel-mode but normal-mode works also)", "domain": "", "downloads": 0, "etag_repository": "W/\"688a37de5f7e0a112ada3890962500013f86f6076a942a543d922baa334b72ff\"", "full_name": "konnectedvn/lovelace-vertical-slider-cover-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1b119b8", "last_release_tag": "v0.1.2", "last_updated": "2022-01-19T12:43:46Z", "name": "lovelace-vertical-slider-cover-card", "new": false, "repository_manifest": {"name": "Vertical Slider Cover Card", "render_readme": true, "filename": "vertical-slider-cover-card.js"}, "selected_tag": null, "show_beta": false, "stars": 31, "topics": ["card", "home-assistant", "lovelace"], "version_installed": null, "last_fetched": 1643571260.157959}, "290281267": {"authors": [], "category": "plugin", "description": "Make your Home Assistant browser fullscreen with one tap.", "domain": "", "downloads": 0, "etag_repository": "W/\"e7c061a5bc5f32d1918eb13bd773b7f16f30fcadd72674b26ac1b919a8a02809\"", "full_name": "KTibow/fullscreen-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f0b8016", "last_release_tag": "v0.7", "last_updated": "2021-12-30T17:18:35Z", "name": "fullscreen-card", "new": false, "repository_manifest": {"name": "Fullscreen Card", "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 19, "topics": ["card", "custom-card", "fullscreen", "hacktoberfest", "hacktoberfest2020", "hacs", "home-assistant", "homeassistant"], "version_installed": null, "last_fetched": 1641058185.651461}, "168570875": {"authors": [], "category": "plugin", "description": "fitbit-card for lovelace", "domain": "", "downloads": 0, "etag_repository": "W/\"a395e692cbf73cf10219b43ef9aca0aa0af7b0b18e3303876b33b39199aef483\"", "full_name": "ljmerza/fitbit-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9ead350", "last_release_tag": "1.1.1", "last_updated": "2020-07-10T20:55:32Z", "name": "fitbit-card", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 22, "topics": [], "version_installed": null, "last_fetched": 1642430776.097922}, "169783299": {"authors": [], "category": "plugin", "description": "Track your repo issues, starts, forks, and pull requests", "domain": "", "downloads": 0, "etag_repository": "W/\"e1a5335ca7eed3790109eb28e787d7d882ba160a9057b06d2fd0d444f42606df\"", "full_name": "ljmerza/github-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7e4c628", "last_release_tag": "1.4.1", "last_updated": "2020-01-13T23:55:00Z", "name": "github-card", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 10, "topics": [], "version_installed": null}, "197960232": {"authors": [], "category": "plugin", "description": "our groceries lovelace card", "domain": "", "downloads": 0, "etag_repository": "W/\"a4f2f56a30a14ae7413d956e7f8ed141ef515dfa955a2be21df046c3fdedf588\"", "full_name": "ljmerza/our-groceries-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "059b315", "last_release_tag": "1.6.1", "last_updated": "2021-04-28T00:16:13Z", "name": "our-groceries-card", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 24, "topics": [], "version_installed": null}, "168744428": {"authors": [], "category": "plugin", "description": "Control any light or switch entity", "domain": "", "downloads": 0, "etag_repository": "W/\"7326e6fa5b597f8a02519bb5b7a3e258cbc34ffd2a99b252aa6e9ff83f340ec7\"", "full_name": "ljmerza/light-entity-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "74cb554", "last_release_tag": "4.6.0", "last_updated": "2022-01-03T18:06:11Z", "name": "light-entity-card", "new": false, "repository_manifest": {"name": "Light Entity Card", "render_readme": true, "filename": "dist/light-entity-card.js"}, "selected_tag": null, "show_beta": false, "stars": 145, "topics": [], "version_installed": null, "last_fetched": 1643571260.440564}, "175727366": {"authors": [], "category": "plugin", "description": "Reddit Card for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"4a72289a9c5d5b8630e1c5635d522b0cc2379a437d71db32801000d5455df47a\"", "full_name": "ljmerza/reddit-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "11b0e51", "last_release_tag": "1.0.0", "last_updated": "2020-01-13T23:59:31Z", "name": "reddit-card", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": [], "version_installed": null}, "183499944": {"authors": [], "category": "plugin", "description": "Show Tracking Numbers from the Email Sensor for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"cf000f148973e1d2f4b3deb244fb21e17c66211398fc819a0d8c1781e145f2a3\"", "full_name": "ljmerza/tracking-number-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9317872", "last_release_tag": "1.3.0", "last_updated": "2021-01-11T23:15:17Z", "name": "tracking-number-card", "new": false, "repository_manifest": {"name": "Tracking Number Card", "render_readme": true, "filename": "dist/tracking-number-card.js"}, "selected_tag": null, "show_beta": false, "stars": 15, "topics": [], "version_installed": null}, "236945951": {"authors": [], "category": "plugin", "description": "Graph of Buienradars rain forecast ", "domain": "", "downloads": 0, "etag_repository": "W/\"a94afd4327cadbc0cdb7d9f160b4e9fa0c770ec2f462f0e41906ba20e3db9d79\"", "full_name": "lukevink/lovelace-buien-rain-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b806ecb", "last_release_tag": "0.0.4", "last_updated": "2020-05-01T14:26:54Z", "name": "lovelace-buien-rain-card", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 36, "topics": ["buienradar", "chartjs", "custom-card", "forecast", "graph", "home-assistant"], "version_installed": null, "last_fetched": 1643571260.643651}, "180464361": {"authors": [], "category": "plugin", "description": "show travel times for you travel time sensors", "domain": "", "downloads": 0, "etag_repository": "W/\"974e9ca79a720d0886c47fd0d915d72da8895a9d5ef0b4ef8eb1a3cd3311312f\"", "full_name": "ljmerza/travel-time-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "ef15306", "last_release_tag": "1.1.3", "last_updated": "2021-09-01T20:00:20Z", "name": "travel-time-card", "new": false, "repository_manifest": {"name": "Travel Time Card", "render_readme": true, "filename": "dist/travel-time-card.js"}, "selected_tag": null, "show_beta": false, "stars": 19, "topics": [], "version_installed": null}, "257005990": {"authors": [], "category": "plugin", "description": "Remote Control for LG TV WebOS", "domain": null, "downloads": 0, "etag_repository": "W/\"98bfa558f804c4e52be4db2c8795735968030f68886d5a11015acc70f001087c\"", "full_name": "madmicio/LG-WebOS-Remote-Control", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a2b8ff5", "last_release_tag": null, "last_updated": "2021-12-17T22:12:19Z", "name": "LG-WebOS-Remote-Control", "new": false, "repository_manifest": {"name": "LG WebOS Remote Control", "content_in_root": true, "filename": "lg-remote-control.js", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 185, "topics": [], "version_installed": null, "last_fetched": 1643545557.813469}, "257123327": {"authors": [], "category": "plugin", "description": "channel pad for LG TV Remote control", "domain": "", "downloads": 0, "etag_repository": "W/\"7d6ade350acc381af265f158c008e262406991dc016130790c34a35a897c0152\"", "full_name": "madmicio/channel-pad", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "abdbcc9", "last_release_tag": null, "last_updated": "2020-05-28T19:17:53Z", "name": "channel-pad", "new": false, "repository_manifest": {"name": "LG WebOS channel pad", "content_in_root": false, "filename": "card-channel-pad.js", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 10, "topics": ["channel-pad", "lg", "tv-remote"], "version_installed": null, "last_fetched": 1643545557.850343}, "187501032": {"authors": [], "category": "plugin", "description": "\ud83d\udcfa FireTV Remote Card", "domain": "", "downloads": 0, "etag_repository": "W/\"f4dac76ac45a9221d34d5a8ecb06c0fd360d59936be02f644cb28157f65ad0d6\"", "full_name": "marrobHD/firetv-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5c36a3a", "last_release_tag": "v0.2.1", "last_updated": "2021-12-12T13:49:55Z", "name": "firetv-card", "new": false, "repository_manifest": {"name": "FireTV Remote Card", "content_in_root": true}, "selected_tag": null, "show_beta": false, "stars": 18, "topics": ["custom-cards", "firetv-card", "hassio", "home-assistant", "home-assistant-custom", "home-assistant-frontend", "lovelace", "lovelace-card", "lovelace-firetv", "lovelace-ui"], "version_installed": null, "last_fetched": 1642430781.858178}, "188572845": {"authors": [], "category": "plugin", "description": "\ud83d\udd0a Rotel Remote Card", "domain": "", "downloads": 0, "etag_repository": "W/\"382510f7caa864b7d4f457c89ff0f09b7dcadd2732269cca656d9054adc4ece5\"", "full_name": "marrobHD/rotel-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5645333", "last_release_tag": "v.0.2.1", "last_updated": "2022-01-08T15:15:06Z", "name": "rotel-card", "new": false, "repository_manifest": {"name": "Rotel Remote Card", "content_in_root": true}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["custom-cards", "hassio", "home-assistant", "home-assistant-custom", "home-assistant-frontend", "home-assistant-rotel-card", "lovelace", "lovelace-card", "lovelace-ui"], "version_installed": null, "last_fetched": 1642851302.96475}, "187339794": {"authors": [], "category": "plugin", "description": "\ud83d\udcfa TV Remote Card", "domain": "", "downloads": 0, "etag_repository": "W/\"907a9756e4c52ee59787f89d220652bbd7a96066696718db4652a8eee4418579\"", "full_name": "marrobHD/tv-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d570124", "last_release_tag": "v0.2.0", "last_updated": "2021-12-12T15:32:18Z", "name": "tv-card", "new": false, "repository_manifest": {"name": "TV Remote Card", "content_in_root": true}, "selected_tag": null, "show_beta": false, "stars": 82, "topics": ["custom-cards", "hassio", "home-assistant", "home-assistant-custom", "home-assistant-frontend", "homeassistant-tv-card", "lovelace", "lovelace-card", "lovelace-ui", "tv-card"], "version_installed": null, "last_fetched": 1643572181.660266}, "275672933": {"authors": [], "category": "plugin", "description": "Select List Card displays an input_select entity as a list in lovelace", "domain": "", "downloads": 0, "etag_repository": "W/\"813e874a21b973fa39d4ba3f19c64de33410d2b315ea9ddebc7b40cf1f5ac74b\"", "full_name": "mattieha/select-list-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9446704", "last_release_tag": "v1.2.0", "last_updated": "2022-01-15T06:44:30Z", "name": "select-list-card", "new": false, "repository_manifest": {"name": "Select list Card", "render_readme": true, "domains": ["input_select"], "filename": "select-list-card.js"}, "selected_tag": null, "show_beta": false, "stars": 40, "topics": ["homeassistant", "lovelace", "lovelace-custom-card"], "version_installed": null, "last_fetched": 1643571260.999506}, "256292682": {"authors": [], "category": "plugin", "description": "Battery state card for Home Assistant", "domain": null, "downloads": 0, "etag_repository": "W/\"1e1e15ba0be388e6e3c4e8077021c8c70600041c48d222ded6c97e44fcf5b484\"", "full_name": "maxwroc/battery-state-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b6e141f", "last_release_tag": "v2.1.1", "last_updated": "2022-01-29T22:05:33Z", "name": "battery-state-card", "new": false, "repository_manifest": {"name": "Battery State Card / Entity Row", "content_in_root": false, "filename": "battery-state-card.js", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 366, "topics": ["battery", "hassio", "home-assistant", "lovelace-custom-card", "sensor"], "version_installed": null, "last_fetched": 1643545558.088353}, "183995552": {"authors": [], "category": "plugin", "description": "\u2194\ufe0f Swipe through Lovelace views on mobile.", "domain": "", "downloads": 0, "etag_repository": "W/\"e3f6f9cdc437921b0dfe34cf20cb2ac532eb9503fb24a00abdeb5297838fa990\"", "full_name": "maykar/lovelace-swipe-navigation", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "168e0e3", "last_release_tag": "1.3.6", "last_updated": "2021-09-28T16:11:56Z", "name": "lovelace-swipe-navigation", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 174, "topics": [], "version_installed": null, "last_fetched": 1643571260.956566}, "302895020": {"authors": [], "category": "plugin", "description": "Github stats card for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"9ae74e7b5ec143b6b1004fcc660acf626eb2aa78caa63692104324f2dae6713e\"", "full_name": "maxwroc/github-flexi-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "110771b", "last_release_tag": "v1.0.0", "last_updated": "2021-06-02T21:00:27Z", "name": "github-flexi-card", "new": false, "repository_manifest": {"name": "Github Flexi Card / Entity Row", "content_in_root": false, "filename": "github-flexi-card.js", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 17, "topics": ["card", "flexi", "github", "github-flexi-card", "home-assistant"], "version_installed": null, "last_fetched": 1643571260.995978}, "204049047": {"authors": [], "category": "plugin", "description": "A Home-Assistant Lovelace card which displays information from the openmensa-sensor.", "domain": "", "downloads": 0, "etag_repository": "W/\"2b39f540a53a8a1f5e9e0a4d3a9832079a2fea98c8d3475cf72719639d2f965c\"", "full_name": "Mofeywalker/openmensa-lovelace-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "924327a", "last_release_tag": null, "last_updated": "2019-08-23T19:16:54Z", "name": "openmensa-lovelace-card", "new": false, "repository_manifest": {"name": "OpenMensa Lovelace Card", "content_in_root": true}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": [], "version_installed": null}, "158654878": {"authors": [], "category": "plugin", "description": "A different take on the thermostat card for Home Assistant \u2668\ufe0f", "domain": null, "downloads": 0, "etag_repository": "W/\"205ff653a803325fa560d14f11d0bf30ed42bea2dbdff42b365a7ed3c150f540\"", "full_name": "nervetattoo/simple-thermostat", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "8acf593", "last_release_tag": "v2.4.3", "last_updated": "2022-01-22T03:18:40Z", "name": "simple-thermostat", "new": false, "repository_manifest": {"name": "Simple Thermostat", "homeassistant": "0.84.0", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 491, "topics": ["hassio", "home-assistant", "home-assistant-custom", "lovelace", "lovelace-ui", "polymer-3"], "version_installed": null, "last_fetched": 1643545558.123608}, "286270157": {"authors": [], "category": "plugin", "description": "HA Lovelace card for control of scheduler entities", "domain": "", "downloads": 0, "etag_repository": "W/\"b8c04130f6a0525b3a34c296f109c967c9c998f7212a60a751f65e578b14a0ff\"", "full_name": "nielsfaber/scheduler-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f1fb979", "last_release_tag": "v2.3.2", "last_updated": "2022-01-30T11:21:22Z", "name": "scheduler-card", "new": false, "repository_manifest": {"name": "Scheduler Card", "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 348, "topics": ["assistant", "automation", "card", "custom-card", "home", "home-assistant", "homeassistant", "lovelace", "schedule", "scheduler", "sunrise", "sunset", "week", "weekly"], "version_installed": null, "last_fetched": 1643571261.561179}, "238414582": {"authors": [], "category": "plugin", "description": "Custom Lovelace card for Warsaw public transport", "domain": "", "downloads": 0, "etag_repository": "W/\"12196cc892fbee362e1c3d34eebf2f745208e252986515c88ddf9ec306d9b85c\"", "full_name": "peetereczek/ztm-stop-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5dea9aa", "last_release_tag": null, "last_updated": "2020-12-20T14:51:31Z", "name": "ztm-stop-card", "new": false, "repository_manifest": {"name": "Custom Card for Warsaw ZTM Information", "country": ["PL"], "homeassistant": "0.100.0"}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": [], "version_installed": null}, "236127727": {"authors": [], "category": "plugin", "description": "A custom card which exposes Camect video streams via the Home Assistant Lovelace interface. To use this card, you MUST have already installed the Camect HACS integration.", "domain": "", "downloads": 0, "etag_repository": "W/\"f3b504af9277dd8492635fb97503dae9294e20b9cd5a8b61de1d3e0af9c29ef4\"", "full_name": "pfunkmallone/HACS-camect-custom_card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "321c001", "last_release_tag": "2020051001", "last_updated": "2020-05-15T18:42:57Z", "name": "HACS-camect-custom_card", "new": false, "repository_manifest": {"name": "Camect Camera Card", "filename": "HACS-camect-custom_card.js"}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": ["camect", "custom-card", "hacs", "home-assistant"], "version_installed": null}, "205261230": {"authors": [], "category": "plugin", "description": "This card displays provided Jinja2 template as an HTML content of a card. It uses exactly the same engine as Home Assistant in Developer tools.", "domain": "", "downloads": 0, "etag_repository": "W/\"c96aa62d921e54c7486a46679d4bd235da9aa11350042ed103d0118fc5f640f8\"", "full_name": "PiotrMachowski/Home-Assistant-Lovelace-HTML-Jinja2-Template-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3cbbd43", "last_release_tag": "v1.0.2", "last_updated": "2021-01-29T11:46:53Z", "name": "Home-Assistant-Lovelace-HTML-Jinja2-Template-card", "new": false, "repository_manifest": {"name": "HTML Jinja2 Template card", "filename": "html-template-card.js"}, "selected_tag": null, "show_beta": false, "stars": 25, "topics": ["home-assistant", "jinja2", "lovelace-card", "template"], "version_installed": null, "last_fetched": 1643571261.854921}, "218178802": {"authors": [], "category": "plugin", "description": "This card can show and hide a specific card on current device while not affecting other windows. It does not require any integration to run.", "domain": "", "downloads": 0, "etag_repository": "W/\"3f0db1f71b554bda23590885c9dab23c0b038611ff88c1914b8b23c94dcdd6b5\"", "full_name": "PiotrMachowski/Home-Assistant-Lovelace-Local-Conditional-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b3de1be", "last_release_tag": "v1.1.1", "last_updated": "2021-08-26T12:20:18Z", "name": "Home-Assistant-Lovelace-Local-Conditional-card", "new": false, "repository_manifest": {"name": "Local Conditional card", "filename": "local-conditional-card.js"}, "selected_tag": null, "show_beta": false, "stars": 27, "topics": ["home-assistant", "lovelace-card"], "version_installed": null}, "199546187": {"authors": [], "category": "plugin", "description": "This is a companion card for Google Keep sensor. It displays notes downloaded by integration in a friendly way, similar to Google Keep app.", "domain": "", "downloads": 0, "etag_repository": "W/\"f263cc2e4f95de63e1d31ae1cbe6027d5e7c30789e4ba5424ce57df0a9ee14d7\"", "full_name": "PiotrMachowski/lovelace-google-keep-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f944c93", "last_release_tag": "v1.2.0", "last_updated": "2021-10-27T01:22:05Z", "name": "lovelace-google-keep-card", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 32, "topics": ["home-assistant", "lovelace-card"], "version_installed": null, "last_fetched": 1643571261.912205}, "193372044": {"authors": [], "category": "plugin", "description": "This card provides a user-friendly way to fully control Xiaomi (Roborock/Viomi/Dreame/Roidmi) and Neato (+ possibly other) vacuums in Home Assistant.", "domain": null, "downloads": 0, "etag_repository": "W/\"7af1526885ba173648aa1704e7f2d8559b991a0dc2a37a98a7696a6026107ca1\"", "full_name": "PiotrMachowski/lovelace-xiaomi-vacuum-map-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "13d63b9", "last_release_tag": "v2.0.10", "last_updated": "2022-01-29T14:35:46Z", "name": "lovelace-xiaomi-vacuum-map-card", "new": false, "repository_manifest": {"name": "Xiaomi Vacuum Map Card", "render_readme": true, "filename": "xiaomi-vacuum-map-card.js"}, "selected_tag": null, "show_beta": false, "stars": 748, "topics": ["home-assistant", "home-automation", "homeassistant", "lovelace-card", "neato", "roborock", "vacuum", "xiaomi", "xiaomi-vacuum"], "version_installed": null, "last_fetched": 1643571262.303559}, "193408399": {"authors": [], "category": "plugin", "description": "This card displays provided data as an HTML content of a card.", "domain": "", "downloads": 0, "etag_repository": "W/\"89df29adda2067a4ad3b948b9f838db9f3614095953e53a5015a4d4262292fe8\"", "full_name": "PiotrMachowski/lovelace-html-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2bc79ab", "last_release_tag": "v1.0.0", "last_updated": "2021-01-29T11:47:28Z", "name": "lovelace-html-card", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 21, "topics": ["home-assistant", "lovelace-card"], "version_installed": null, "last_fetched": 1642430789.514634}, "197759180": {"authors": [], "category": "plugin", "description": "Quickly search for entities from a Lovelace card.", "domain": "", "downloads": 0, "etag_repository": "W/\"62349a84adcd8f31639f69ec621e1cd55a6bd3bbf35b5f2000c1d3d25d57916b\"", "full_name": "postlund/search-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "096c038", "last_release_tag": null, "last_updated": "2021-07-26T16:14:39Z", "name": "search-card", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 78, "topics": [], "version_installed": null, "last_fetched": 1641217426.22358}, "186765704": {"authors": [], "category": "plugin", "description": "A fluffy banner card for Home Assistant \ud83e\udd70", "domain": "", "downloads": 0, "etag_repository": "W/\"0d14c974a8f03292d773f3303d09fb26d41a5ad6a3b81910df52c347c4346ab6\"", "full_name": "nervetattoo/banner-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c2df3d1", "last_release_tag": "0.13.0", "last_updated": "2021-11-12T16:37:35Z", "name": "banner-card", "new": false, "repository_manifest": {"homeassistant": "0.100.0", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 431, "topics": ["custom-cards", "hassio", "home-assistant", "home-assistant-custom", "home-assistant-frontend", "lovelace", "lovelace-ui"], "version_installed": null, "last_fetched": 1642851313.401472}, "142051833": {"authors": [], "category": "plugin", "description": "\ud83d\udcd0 Home Assistant Card: Similar to vertical/horizontal-stack, but removes card borders", "domain": "", "downloads": 0, "etag_repository": "W/\"0e4b6e2387d25a611eceb38e661e8692fefff59881e8b19dbde7836e7472bca2\"", "full_name": "ofekashery/vertical-stack-in-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "02177cc", "last_release_tag": "v0.4.2", "last_updated": "2021-10-26T18:21:41Z", "name": "vertical-stack-in-card", "new": false, "repository_manifest": {"name": "Vertical Stack In Card", "render_readme": true, "filename": "vertical-stack-in-card.js"}, "selected_tag": null, "show_beta": false, "stars": 619, "topics": ["hacktoberfest", "homeassistant", "lovelace", "lovelace-ui"], "version_installed": null, "last_fetched": 1643571261.595906}, "260940136": {"authors": [], "category": "plugin", "description": "Weather condition card (Lovelace) for Home Assistant.", "domain": "", "downloads": 0, "etag_repository": "W/\"2c1f9e658634acab6deea77581741e74f72b11fa7509f7fc2af6c9c3ef713dc7\"", "full_name": "r-renato/ha-card-weather-conditions", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9bb2992", "last_release_tag": "1.9.12", "last_updated": "2021-01-29T18:11:03Z", "name": "ha-card-weather-conditions", "new": false, "repository_manifest": {"name": "HA (Lovelace) Card Weather Conditions", "domains": ["weather"], "render_readme": false, "filename": "ha-card-weather-conditions.js"}, "selected_tag": null, "show_beta": false, "stars": 85, "topics": ["card", "home-assistant", "home-assistant-hacs", "lovelace", "weather-conditions"], "version_installed": null, "last_fetched": 1643571262.520612}, "215037975": {"authors": [], "category": "plugin", "description": "Home Assistant Lovelace card for Waze Travel Time Sensor", "domain": "", "downloads": 0, "etag_repository": "W/\"18781f8d06f86860636eb0a328b0b2f4624425779d9c33f98f56fdf02874832a\"", "full_name": "r-renato/ha-card-waze-travel-time", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "038f2a8", "last_release_tag": null, "last_updated": "2020-05-15T12:43:51Z", "name": "ha-card-waze-travel-time", "new": false, "repository_manifest": {"name": "HA (Lovelace) Card Waze Travel Time", "domains": ["plugin"]}, "selected_tag": null, "show_beta": false, "stars": 29, "topics": ["hacs", "home-assistant", "home-assistant-hacs", "lovelace-card"], "version_installed": null}, "289188530": {"authors": [], "category": "plugin", "description": "Home assistant power card mimicking the one tesla provides for the powerwall app.", "domain": "", "downloads": 0, "etag_repository": "W/\"2cd67a148cf6dbe32c7a8d6236db2532f5f7f7c733c92e5ff1ec40c131256da8\"", "full_name": "reptilex/tesla-style-solar-power-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b46b1fb", "last_release_tag": "1.2.4", "last_updated": "2021-12-03T08:23:41Z", "name": "tesla-style-solar-power-card", "new": false, "repository_manifest": {"name": "Tesla style solar power card", "content_in_root": true, "filename": "tesla-style-solar-power-card.js", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 97, "topics": ["battery", "card", "eletric-car", "homeassistant", "lovelace", "power", "solar-energy"], "version_installed": null, "last_fetched": 1643571262.676279}, "197715418": {"authors": [], "category": "plugin", "description": "A Home Assistant Lovelace card to report MiFlora plant sensors based on the HA Plant Card.", "domain": "", "downloads": 0, "etag_repository": "W/\"53c04921abac38eab330e6bae7b1f18bcca046dd18917aec4dc8c414eaaf8848\"", "full_name": "RodBr/miflora-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "889ee81", "last_release_tag": "0.1.0", "last_updated": "2020-06-06T04:43:54Z", "name": "miflora-card", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 16, "topics": [], "version_installed": null, "last_fetched": 1641058203.086864}, "216008446": {"authors": [], "category": "plugin", "description": "Logbook card for Home Assistant UI Lovelace", "domain": "", "downloads": 0, "etag_repository": "W/\"44f71b0ca397705e85ccde6bc6a9da0cf89c8a8b38b892e1f0109b72f369fb32\"", "full_name": "royto/logbook-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "982a37a", "last_release_tag": "1.4.1", "last_updated": "2021-09-08T20:09:56Z", "name": "logbook-card", "new": false, "repository_manifest": {"name": "Logbook Card", "filename": "logbook-card.js"}, "selected_tag": null, "show_beta": false, "stars": 70, "topics": ["custom-card", "hacs", "home-assistant", "lovelace"], "version_installed": null, "last_fetched": 1642430794.018492}, "279157206": {"authors": [], "category": "plugin", "description": "Water Heater card for Home Assistant's Lovelace UI", "domain": "", "downloads": 0, "etag_repository": "W/\"ddee77d3622bb42c14be8de76e8b63c47273403c958081ed79fbf5c7786124a7\"", "full_name": "rsnodgrass/water-heater-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "56e1c3f", "last_release_tag": "0.0.2", "last_updated": "2021-05-10T22:20:50Z", "name": "water-heater-card", "new": false, "repository_manifest": {"name": "Water Heater Card", "render_readme": true, "content_in_root": false, "homeassistant": "0.81.0", "filename": "water-heater-card.js"}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["hacs", "home-assistant", "lovelace"], "version_installed": null}, "241706284": {"authors": [], "category": "plugin", "description": "Custom, \"neumorphism\" Lovelace card", "domain": "", "downloads": 0, "etag_repository": "W/\"e9b184e703432d474a12ccebca8f890a755af96e246f3f45bc18839ad200b784\"", "full_name": "Savjee/button-text-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "426229c", "last_release_tag": null, "last_updated": "2020-12-17T08:00:02Z", "name": "button-text-card", "new": false, "repository_manifest": {"name": "Button Text Card", "render_readme": true, "filename": "button-text-card.js"}, "selected_tag": null, "show_beta": false, "stars": 77, "topics": ["home-assistant", "lovelace-card", "templating", "typescript"], "version_installed": null, "last_fetched": 1642430795.670665}, "237532750": {"authors": [], "category": "plugin", "description": "A Home Assistant Lovelace Care for Harmony Integration", "domain": null, "downloads": 0, "etag_repository": "W/\"4e82aadd38855d40844cd6414bc714770f884c444efa1799df2f8eb181fd3617\"", "full_name": "sbryfcz/harmony-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "dc46d1e", "last_release_tag": "v0.14.1", "last_updated": "2021-11-10T15:51:07Z", "name": "harmony-card", "new": false, "repository_manifest": {"name": "Harmony Card", "render_readme": true, "filename": "harmony-card.js"}, "selected_tag": null, "show_beta": false, "stars": 76, "topics": [], "version_installed": null, "last_fetched": 1643545558.111391}, "259126760": {"authors": [], "category": "plugin", "description": "Honeycomb menu is a Home Assistant module (not a card) that can be applied to any lovelace card. When activated by the defined action on said card, the module will display a 'rounded' list of honeycomb buttons with an optional XY pad to make interfacing with lovelace more fluent", "domain": "", "downloads": 0, "etag_repository": "W/\"0e850ea4f363f6debc10bacb1a813ad646451094f8fe9fd698e820e3df7b22a3\"", "full_name": "Sian-Lee-SA/honeycomb-menu", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "352cd65", "last_release_tag": "0.10.0", "last_updated": "2021-08-22T01:15:31Z", "name": "honeycomb-menu", "new": false, "repository_manifest": {"name": "Honeycomb Menu", "render_readme": true, "filename": "honeycomb-menu.js"}, "selected_tag": null, "show_beta": false, "stars": 88, "topics": ["home-assistant", "home-assistant-frontend", "lovelace-module", "lovelace-ui", "menu", "module"], "version_installed": null, "last_fetched": 1643571262.752661}, "202874270": {"authors": [], "category": "plugin", "description": "Sets the background of your Home Assistant to match the entity picture of a media player", "domain": "", "downloads": 0, "etag_repository": "W/\"c75bab0525250257ca55eedae7e9855554daffac385af21f3c936b5d315b03aa\"", "full_name": "TheLastProject/lovelace-media-art-background", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d5137b0", "last_release_tag": null, "last_updated": "2021-04-14T16:38:05Z", "name": "lovelace-media-art-background", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 16, "topics": [], "version_installed": null}, "284283867": {"authors": [], "category": "plugin", "description": "A custom card for Home Assistant that will display images and/or videos from a folder in the style of a gallery. ", "domain": "", "downloads": 0, "etag_repository": "W/\"ab9cac5536a47d2f2ee2d7fee25b8b0a1c803074f24184d5ceaf2d1a801d48a0\"", "full_name": "TarheelGrad1998/gallery-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5fc152d", "last_release_tag": "3.3.1", "last_updated": "2022-01-20T20:51:25Z", "name": "gallery-card", "new": false, "repository_manifest": {"name": "Gallery Card", "filename": "gallery-card.js", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 42, "topics": ["gallery", "gallery-card", "home-assistant", "images", "videos"], "version_installed": null, "last_fetched": 1643571263.182555}, "191580766": {"authors": [], "category": "plugin", "description": "Turn on lights based on light_profiles.csv", "domain": "", "downloads": 0, "etag_repository": "W/\"34bdb30fc8138e3c0ffb9eafde7bc8070745fce291c77558b7349a0cb60eff23\"", "full_name": "tcarlsen/lovelace-light-with-profiles", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "0110446", "last_release_tag": "2.3.0", "last_updated": "2020-04-02T14:22:23Z", "name": "lovelace-light-with-profiles", "new": false, "repository_manifest": {"name": "Light with profiles", "content_in_root": true, "filename": "light-with-profiles.js", "homeassistant": "0.100.0"}, "selected_tag": null, "show_beta": false, "stars": 52, "topics": ["custom-card", "home-assistant", "home-assistant-frontend", "light", "light-profiles", "lovelace", "lovelace-card", "profiles"], "version_installed": null}, "236317072": {"authors": [], "category": "plugin", "description": "Generalized Lovelace pie chart card", "domain": "", "downloads": 0, "etag_repository": "W/\"303f0eaf801a9bcd58bf6d1a9a4b50bd12eae07a90350674974d4af7f7fbe158\"", "full_name": "sdelliot/pie-chart-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "03a951f", "last_release_tag": null, "last_updated": "2020-03-07T21:19:19Z", "name": "pie-chart-card", "new": false, "repository_manifest": {"name": "Pie Chart Card", "content_in_root": true, "filename": "pie-chart-card.js", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 10, "topics": [], "version_installed": null}, "203036108": {"authors": [], "category": "plugin", "description": "Draws the map available from a Xiaomi Vacuum cleaner flashed with Valetudo in a Home Assistant Lovelace card", "domain": null, "downloads": 0, "etag_repository": "W/\"77fe80d06332a16f9f368ae62bc03a0d6a9fe27c2135acffc9d5ce677a34a677\"", "full_name": "TheLastProject/lovelace-valetudo-map-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f9134ee", "last_release_tag": "v2022.01.2", "last_updated": "2022-01-09T20:54:21Z", "name": "lovelace-valetudo-map-card", "new": false, "repository_manifest": {"name": "Valetudo Map Card", "content_in_root": true, "filename": "valetudo-map-card.js", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 126, "topics": ["hacktoberfest", "hacs", "home-assistant", "homeassistant", "lovelace", "valetudo"], "version_installed": null, "last_fetched": 1643545558.630588}, "167744584": {"authors": [], "category": "plugin", "description": "\ud83d\udd39Automatically populate the entities-list of lovelace cards", "domain": "", "downloads": 0, "etag_repository": "W/\"f902f81424192bb42b97964dacaef9f0bd33f83e0f4def7bed1fc0508243895f\"", "full_name": "thomasloven/lovelace-auto-entities", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9961ee0", "last_release_tag": "1.9.1", "last_updated": "2022-01-12T10:51:33Z", "name": "lovelace-auto-entities", "new": false, "repository_manifest": {"name": "auto-entities", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 546, "topics": [], "version_installed": null, "last_fetched": 1643571263.55225}, "281453608": {"authors": [], "category": "plugin", "description": "\ud83d\udd39 Place badges anywhere in the lovelace layout", "domain": "", "downloads": 0, "etag_repository": "W/\"5fd9599214caf624b24c005ceeac4caae9f2b94573c7b3ba751f1f5e70cc2839\"", "full_name": "thomasloven/lovelace-badge-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5bf6f72", "last_release_tag": null, "last_updated": "2021-06-29T13:39:38Z", "name": "lovelace-badge-card", "new": false, "repository_manifest": {"name": "badge-card", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 32, "topics": ["home-assistant"], "version_installed": null, "last_fetched": 1642851322.34714}, "190927524": {"authors": [], "category": "plugin", "description": "\ud83d\udd39 Add CSS styles to (almost) any lovelace card", "domain": "", "downloads": 0, "etag_repository": "W/\"57cad0803323e0ea6ab94f9039238fc31d2fe091f5cfea70cc10403c5d222176\"", "full_name": "thomasloven/lovelace-card-mod", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "94d4fbc", "last_release_tag": "3.1.1", "last_updated": "2022-01-04T05:55:18Z", "name": "lovelace-card-mod", "new": false, "repository_manifest": {"name": "card-mod", "homeassistant": "0.98.0"}, "selected_tag": null, "show_beta": false, "stars": 420, "topics": [], "version_installed": null, "last_fetched": 1643571263.567337}, "161403328": {"authors": [], "category": "plugin", "description": "\ud83d\udd39A collection of tools for other lovelace plugins to use", "domain": null, "downloads": 0, "etag_repository": "W/\"74a9fa156d39c6a27bd87d5012426635017c04d5cbf828437aeb787f4be38cd8\"", "full_name": "thomasloven/lovelace-card-tools", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "477f3d4", "last_release_tag": "11", "last_updated": "2021-04-30T12:06:43Z", "name": "lovelace-card-tools", "new": false, "repository_manifest": {"name": "card-tools", "homeassistant": "0.100.0"}, "selected_tag": null, "show_beta": false, "stars": 177, "topics": [], "version_installed": null, "last_fetched": 1643545558.742725}, "150781994": {"authors": [], "category": "plugin", "description": "\ud83d\udd39 A foldable row for entities card, containing other rows", "domain": "", "downloads": 0, "etag_repository": "W/\"ab22351aacbc97f07f54b4eedb00cd7557d3d72286921713c21ebee5a5afa562\"", "full_name": "thomasloven/lovelace-fold-entity-row", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "609ad3b", "last_release_tag": "2.0.15", "last_updated": "2022-01-30T01:11:15Z", "name": "lovelace-fold-entity-row", "new": false, "repository_manifest": {"name": "fold-entity-row", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 338, "topics": [], "version_installed": null, "last_fetched": 1643571263.659623}, "249942054": {"authors": [], "category": "plugin", "description": "\ud83d\udd39 Use built-in elements in the wrong place", "domain": "", "downloads": 0, "etag_repository": "W/\"24fdc8521b47aef467219017928a37246e26f44d5849fb6a4a8e3456384f1203\"", "full_name": "thomasloven/lovelace-hui-element", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "77c482c", "last_release_tag": null, "last_updated": "2021-11-19T10:30:35Z", "name": "lovelace-hui-element", "new": false, "repository_manifest": {"name": "hui-element", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 50, "topics": [], "version_installed": null, "last_fetched": 1643571263.65028}, "156434866": {"authors": [], "category": "plugin", "description": "\ud83d\udd39 Get more control over the placement of lovelace cards.", "domain": "", "downloads": 0, "etag_repository": "W/\"2139e03d6914f24f7f9bb9ed230e59e7ec3fc8c09c4b28e4392d25394de4d8fc\"", "full_name": "thomasloven/lovelace-layout-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "866284a", "last_release_tag": "2.3.1", "last_updated": "2022-01-25T08:40:13Z", "name": "lovelace-layout-card", "new": false, "repository_manifest": {"name": "layout-card", "render_readme": true, "homeassistant": "2021.8.0"}, "selected_tag": null, "show_beta": false, "stars": 472, "topics": [], "version_installed": null, "last_fetched": 1643571263.796891}, "231674882": {"authors": [], "category": "plugin", "description": "\ud83d\udd39 Display whatever you want in an entities card row.", "domain": "", "downloads": 0, "etag_repository": "W/\"eca33899fa237167a9a3f3d785072bc0777ef55796eca453b15ca561b065df89\"", "full_name": "thomasloven/lovelace-template-entity-row", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3c7d493", "last_release_tag": "1.3.0", "last_updated": "2021-06-26T18:46:48Z", "name": "lovelace-template-entity-row", "new": false, "repository_manifest": {"name": "template-entity-row", "render_readme": true, "homeassistant": "0.107.0b1"}, "selected_tag": null, "show_beta": false, "stars": 90, "topics": [], "version_installed": null, "last_fetched": 1643571263.923695}, "158756598": {"authors": [], "category": "plugin", "description": "\ud83d\udd39Dynamically replace lovelace cards depending on occasion", "domain": "", "downloads": 0, "etag_repository": "W/\"940e45aa79ec79a9143495f1595361cc97935665e9b54c540ca6df3be51b96bc\"", "full_name": "thomasloven/lovelace-state-switch", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "8a7c611", "last_release_tag": "1.9.1", "last_updated": "2022-01-04T12:58:23Z", "name": "lovelace-state-switch", "new": false, "repository_manifest": {"name": "state-switch", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 197, "topics": [], "version_installed": null, "last_fetched": 1643571263.840804}, "144899700": {"authors": [], "category": "plugin", "description": "\ud83d\udd39 Add sliders to entity cards", "domain": null, "downloads": 0, "etag_repository": "W/\"0766c21922ed3e096fb7ae5b6a4314b8bcaf43e7a74b3ba999365a3bc4ccd2fe\"", "full_name": "thomasloven/lovelace-slider-entity-row", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3587bef", "last_release_tag": "17.2.1", "last_updated": "2021-11-04T16:04:59Z", "name": "lovelace-slider-entity-row", "new": false, "repository_manifest": {"name": "slider-entity-row", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 580, "topics": [], "version_installed": null, "last_fetched": 1643571263.859636}, "180528950": {"authors": [], "category": "plugin", "description": "\ud83d\udd39 Display the more-info dialog of any entity as a lovelace card", "domain": "", "downloads": 0, "etag_repository": "W/\"b1c0b7586b043df589cf7a23de895c6af78b1f074854107379a1798d7aeda658\"", "full_name": "thomasloven/lovelace-more-info-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c0a9c94", "last_release_tag": null, "last_updated": "2021-06-29T21:53:45Z", "name": "lovelace-more-info-card", "new": false, "repository_manifest": {"name": "more-info-card", "render_readme": true, "homeassistant": "0.113"}, "selected_tag": null, "show_beta": false, "stars": 58, "topics": [], "version_installed": null, "last_fetched": 1642184478.948907}, "286038496": {"authors": [], "category": "plugin", "description": "A Lovelace card that shows a directional indicator on a compass for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"47560eac49fc1286ef80e7c63a67810e0deb585e253143fd087fbebcfca3893d\"", "full_name": "tomvanswam/compass-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "fbe7dfe", "last_release_tag": "v1.4.0", "last_updated": "2022-01-18T05:08:22Z", "name": "compass-card", "new": false, "repository_manifest": {"name": "Compass Card", "render_readme": true, "filename": "compass-card.js"}, "selected_tag": null, "show_beta": false, "stars": 61, "topics": ["compass", "hacs", "home-assistant", "lovelace-card"], "version_installed": null, "last_fetched": 1642520515.027511}, "264796130": {"authors": [], "category": "plugin", "description": "Pandora lovelace card for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"f69ceb715f8892c54d64f2541a8d93caf430ddf8669ca6cdc44f1050219fdc44\"", "full_name": "turbulator/pandora-cas-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "32ad046", "last_release_tag": "0.2", "last_updated": "2020-10-03T15:41:00Z", "name": "pandora-cas-card", "new": false, "repository_manifest": {"name": "Pandora CAS card", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["home-assistant", "lovelace-custom-card", "pandora"], "version_installed": null}, "197245179": {"authors": [], "category": "plugin", "description": "Lovelace card for hass-aarlo integration.", "domain": "", "downloads": 0, "etag_repository": "W/\"843549d79890beb8d7950775a3efd02b5e7fa20080267f65a9fdb8a7eaa0bfb6\"", "full_name": "twrecked/lovelace-hass-aarlo", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "8182174", "last_release_tag": "v0.2.0b5", "last_updated": "2021-08-11T03:14:55Z", "name": "lovelace-hass-aarlo", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 41, "topics": ["arlo", "camera", "homeassistant", "lovelace-card", "streaming"], "version_installed": null, "last_fetched": 1643571264.636705}, "223008910": {"authors": [], "category": "plugin", "description": "Custom Sidebar for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"93f93396affaedd5a4d6eeec76afb82eb6949cb1cabe4ab9d5351959d6a3c0a9\"", "full_name": "Villhellm/custom-sidebar", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3ed0a8f", "last_release_tag": "v0.2.2", "last_updated": "2021-03-15T16:47:47Z", "name": "custom-sidebar", "new": false, "repository_manifest": {"name": "Custom Sidebar", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 90, "topics": ["custom", "hacktoberfest", "sidebar"], "version_installed": null, "last_fetched": 1641895830.98078}, "283542587": {"authors": [], "category": "plugin", "description": "Basic analog clock for Lovelace", "domain": "", "downloads": 0, "etag_repository": "W/\"0cf1d32c7d395d5d404b22408dd6e551204a9a533abe6fd61e26b7e09f9e89c4\"", "full_name": "Villhellm/lovelace-clock-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7a89550", "last_release_tag": "v0.4.1", "last_updated": "2020-11-24T17:31:42Z", "name": "lovelace-clock-card", "new": false, "repository_manifest": {"name": "Lovelace Clock Card", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 35, "topics": ["analog", "clock", "hacktoberfest", "lovelace"], "version_installed": null}, "202743061": {"authors": [], "category": "plugin", "description": "Animated backgrounds for lovelace ", "domain": "", "downloads": 0, "etag_repository": "W/\"a536927bd8351da0fca81f9c053e2e7d91c79d106b8ba1dbf3476c896f8a2076\"", "full_name": "Villhellm/lovelace-animated-background", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "cbacf95", "last_release_tag": "v0.6.3", "last_updated": "2020-11-26T03:49:25Z", "name": "lovelace-animated-background", "new": false, "repository_manifest": {"name": "Lovelace Animated Background", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 123, "topics": ["animated", "background", "hacktoberfest"], "version_installed": null, "last_fetched": 1641217445.659105}, "259904390": {"authors": [], "category": "plugin", "description": "A custom lovelace card for the custom Jumbo component.", "domain": "", "downloads": 0, "etag_repository": "W/\"1ead81ddc1456d55c47b22a30cf46f2795ffddbb4dd95012d2cac0ad4faf8a19\"", "full_name": "Voxxie/lovelace-jumbo-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7d5b2e7", "last_release_tag": "v0.2.1", "last_updated": "2020-05-04T10:11:59Z", "name": "lovelace-jumbo-card", "new": false, "repository_manifest": {"name": "Jumbo Card", "filename": "jumbo-card.js"}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["home-assistant", "jumbo", "lovelace-card", "lovelace-custom-card"], "version_installed": null}, "245832290": {"authors": [], "category": "netdaemon", "description": "Create a notification when there is an update available in HACS", "domain": "HacsNotifyOnUpdate", "downloads": 0, "etag_repository": "W/\"cf46d1f2304fe3d42d15fb2365cad5c71e3a197c202029f478e98885d3805eef\"", "full_name": "hacs/ND-NotifyUpdates", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1af01e5", "last_release_tag": "0.1.2", "last_updated": "2020-10-30T23:55:11Z", "name": "HacsNotifyOnUpdate", "new": false, "repository_manifest": {"name": "HACS Update Notifications", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": ["automation", "hacktoberfest", "hacs", "home-assistant", "netdaemon"], "version_installed": null}, "247953716": {"authors": [], "category": "netdaemon", "description": "Takes snapshots of your cameras and sends to discord", "domain": "MotionSnapshot", "downloads": 0, "etag_repository": "W/\"f213b3665803a8c12e0547298d00a145da60cd7922460cbb1084722e21504bcb\"", "full_name": "isabellaalstrom/ND-MotionSnapshot", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7fc4b01", "last_release_tag": "0.0.1", "last_updated": "2020-07-31T06:41:24Z", "name": "MotionSnapshot", "new": false, "repository_manifest": {"name": "Motion Snapshots to Discord", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": ["automation", "camera", "cameras", "discord", "hacs", "home-assistant", "netdaemon", "security", "snapshot"], "version_installed": null}, "299431188": {"authors": [], "category": "netdaemon", "description": "ITach Wifi2IR daemon - send commands to IR operated devices", "domain": "Wifi2IrApp", "downloads": 0, "etag_repository": "W/\"e323aa9e7ce0c6ce029cb15ca05f1e40be1f39b2866dc9d7c8792fd9f7473142\"", "full_name": "LiranSX/NetDaemon-ITach-Wifi2IR", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "0bda03e", "last_release_tag": null, "last_updated": "2020-09-29T22:45:11Z", "name": "Wifi2IrApp", "new": false, "repository_manifest": {"name": "Home Assistant to ITach Wifi2IR", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": ["automation", "csharp", "hacs", "home-assistant", "itach", "netdaemon", "wifi2ir"], "version_installed": null}, "198460710": {"authors": [], "category": "python_script", "description": "A python script for Homeassistant that counts down the days to birthdays, anniversaries etc", "domain": "", "downloads": 0, "etag_repository": "W/\"1d1c5c2b110edc96d786ef2fdfa0625e680e58a5ab1e5edda84e49fe9667df11\"", "full_name": "mf-social/ps-date-countdown", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "bd6ceaa", "last_release_tag": "v6.0", "last_updated": "2021-05-15T02:00:07Z", "name": "ps-date-countdown", "new": false, "repository_manifest": {"name": "Date Countdown"}, "selected_tag": null, "show_beta": false, "stars": 19, "topics": ["python", "python-script", "home-assistant", "homeassistant", "hacs"], "version_installed": null}, "258712314": {"authors": [], "category": "python_script", "description": "A python script for Home Assistant that control fan speed with Fan Template and Broadlink.", "domain": "", "downloads": 0, "etag_repository": "W/\"6d57b1c503f1da8ced3c145a7838e5de5fde0e8d75cd80e99639b73b226739b5\"", "full_name": "iml885203/HA-FanSpeedControl", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "fecb3a8", "last_release_tag": "v1.5.2", "last_updated": "2021-05-11T10:47:11Z", "name": "HA-FanSpeedControl", "new": false, "repository_manifest": {"name": "Fan Speed Control", "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": ["python", "python-script", "home-assistant", "homeassistant", "hacs"], "version_installed": null}, "194319685": {"authors": [], "category": "python_script", "description": "Script that adds MQTT discovery support for Shellies devices", "domain": "", "downloads": 0, "etag_repository": "W/\"c085a321639587be396940899e43a49d9cb41168ccbb7d3ebcaed898ae6eda52\"", "full_name": "bieniu/ha-shellies-discovery", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "53b58b0", "last_release_tag": "0.40.0", "last_updated": "2021-07-29T12:53:26Z", "name": "ha-shellies-discovery", "new": false, "repository_manifest": {"name": "Shellies Discovery", "homeassistant": "2021.6.0", "zip_release": true, "filename": "shellies-discovery.zip"}, "selected_tag": null, "show_beta": false, "stars": 137, "topics": ["python", "mqtt", "python-script", "discovery", "home-assistant", "shelly"], "version_installed": null}, "233093604": {"authors": [], "category": "python_script", "description": "merge master/slave device trackers", "domain": "", "downloads": 0, "etag_repository": "W/\"103983e547487bd05d408d114a9a78a3bcc65066d4685d195932a524abfc1104\"", "full_name": "kodi1/tracker_merge", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3c517e9", "last_release_tag": null, "last_updated": "2021-04-21T19:05:19Z", "name": "tracker_merge", "new": false, "repository_manifest": {"name": "kodi1/tracker_merge", "render_readme": "true", "country": ["NO"]}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": ["python", "tracking", "python-script", "home-assistant", "hacs"], "version_installed": null}, "246406566": {"authors": [], "category": "python_script", "description": "Python script to update climate devices", "domain": "", "downloads": 0, "etag_repository": "W/\"b7c5684c9099c2bfce08cef9abf3590d7fd5b04c4ea96137696a356cbcbe07a0\"", "full_name": "Santobert/HA-UpdateClimate", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "73e488b", "last_release_tag": "2.0.3", "last_updated": "2021-03-30T17:22:29Z", "name": "HA-UpdateClimate", "new": false, "repository_manifest": {"name": "UpdateClimate", "render_readme": true, "domains": "climate", "homeassistant": "0.47.0"}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": ["climate", "scheduler", "python-script", "home-assistant", "hvac", "preset", "hacs"], "version_installed": null}, "194381263": {"authors": [], "category": "python_script", "description": "This script updates Z-Wave thermostat entity state and current temperature from external sensor", "domain": "", "downloads": 0, "etag_repository": "W/\"52abc876d0372b8612ae0d4bb1c4d9302e774b316a414a2733a508adb3f3e61f\"", "full_name": "bieniu/ha-thermostat-update", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "08d0fc6", "last_release_tag": "0.3.5", "last_updated": "2020-04-28T06:54:52Z", "name": "ha-thermostat-update", "new": false, "repository_manifest": {"name": "Thermostat Update"}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": ["python", "python-script", "thermostat", "home-assistant", "z-wave"], "version_installed": null}, "240900380": {"authors": [], "category": "python_script", "description": "Python script to handle state and attributes of existing sensors and entities", "domain": "", "downloads": 0, "etag_repository": "W/\"7f35fd804da3ba6e1044c7ea6e4e6daa5c0b89589a24ade5712bfeeed18cf58d\"", "full_name": "pmazz/ps_hassio_entities", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5a14ea2", "last_release_tag": "v1.1.0", "last_updated": "2021-03-07T22:15:32Z", "name": "ps_hassio_entities", "new": false, "repository_manifest": {"name": "Entities Script", "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 17, "topics": ["python", "python-script", "home-assistant", "hacs"], "version_installed": null}, "313269367": {"authors": [], "category": "plugin", "description": "Replace the history graph colors with a material design color palette.", "domain": "", "downloads": 0, "etag_repository": "W/\"212092c29f3ec16b74ef285c97b11b98fda6487be1e379fa2e0ffdceac2d42f4\"", "full_name": "Kibibit/kb-better-graph-colors", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "bf18c68", "last_release_tag": "v1.1.0", "last_updated": "2021-02-16T18:58:53Z", "name": "kb-better-graph-colors", "new": false, "repository_manifest": {"name": "kibibit Better Graph Colors", "render_readme": true, "filename": "kb-better-graph-colors.js"}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": ["color-scheme", "graphs", "hacs", "home-assistant", "palette"], "version_installed": null}, "312649007": {"authors": [], "category": "python_script", "description": "A python script for Home Assistant that counts down the days to reminder", "domain": "", "downloads": 0, "etag_repository": "W/\"06940d7d5711f8ef4e782a027965095d4662b6874a9984429f0c28a1033089a5\"", "full_name": "eyalcha/ha-reminder", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "ed737c2", "last_release_tag": "1.0.7", "last_updated": "2020-12-20T21:07:41Z", "name": "ha-reminder", "new": false, "repository_manifest": {"name": "Reminder"}, "selected_tag": null, "show_beta": false, "stars": 11, "topics": ["home-assistant", "python-scripts", "hacs"], "version_installed": null}, "308883876": {"authors": [], "category": "plugin", "description": "Custom card for bluetooth bulb (BLE light) control for Homeassistant", "domain": "", "downloads": 0, "etag_repository": "W/\"4043b4b32210ed8eba426b5902649c1ff69d318393432d3bc7758e01d3b0d3b9\"", "full_name": "marcomow/ble-bulb-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9cf1266", "last_release_tag": "v0.1.0", "last_updated": "2021-11-05T19:42:44Z", "name": "ble-bulb-card", "new": false, "repository_manifest": {"name": "BLE bulb card", "content_in_root": true, "filename": "ble-bulb-card.js", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["ble", "ble-bulb", "ble-bulb-card", "custom-card", "hacs", "hass", "home-assistant", "home-assistant-card", "home-assistant-custom", "magic-blue-bulbs", "magicblue", "triones", "web-bluetooth"], "version_installed": null}, "303101606": {"authors": [], "category": "plugin", "description": "\ud83d\ude48 Hides the Home Assistant header and/or sidebar", "domain": "", "downloads": 0, "etag_repository": "W/\"67a31f1de11062ae98376221b49142cfc4b01bdcd2748db706c067a7c511a05a\"", "full_name": "maykar/kiosk-mode", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5c29a5a", "last_release_tag": "1.7.2", "last_updated": "2021-10-15T16:23:37Z", "name": "kiosk-mode", "new": false, "repository_manifest": {"name": "Kiosk Mode", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 197, "topics": ["home-assistant", "kiosk", "kiosk-mode", "lovelace"], "version_installed": null, "last_fetched": 1643571261.133304}, "313270182": {"authors": [], "category": "plugin", "description": "Make Cards and Popups blur everything behind them.", "domain": "", "downloads": 0, "etag_repository": "W/\"ffd1bcf3f48c9bf33f408347e9ae4c4faee764654977f90ac8e15737b465a0a2\"", "full_name": "Kibibit/kb-frosted-cards", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5e1586e", "last_release_tag": "v1.3.1", "last_updated": "2020-11-22T22:02:11Z", "name": "kb-frosted-cards", "new": false, "repository_manifest": {"name": "kibibit Frosted Cards", "render_readme": true, "filename": "kb-frosted-cards.js"}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": ["effect", "frosted-glass", "hacs", "home-assistant"], "version_installed": null}, "203592862": {"authors": ["@blindlight"], "category": "integration", "description": "USR-R16 integration for Home Assistant", "domain": "usr_r16", "downloads": 0, "etag_repository": "W/\"b4008ee2896552ddcc38374d4704879dd1fd3ff154452b52978b61d2c2284a5d\"", "full_name": "blindlight86/HA_USR-R16", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7c81295", "last_release_tag": null, "last_updated": "2020-10-20T13:45:02Z", "name": "usr_r16", "new": false, "repository_manifest": {"name": "USR-R16 16\u8def\u7f51\u7edc\u7ee7\u7535\u5668", "domains": ["switch"], "render_readme": true, "homeassistant": "0.106.0", "country": ["CN"], "iot_class": ["Assumed State", "Local Push"]}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["hacs", "home-assistant", "relays"], "version_installed": null}, "299476136": {"authors": ["@9rpp"], "category": "integration", "description": "This is a partial implementation of the Securifi RESTful API for Home Assistant", "domain": "securifi", "downloads": 0, "etag_repository": "W/\"4c0dfdcfa7cc412608d5e515f7118891d148cbf37a1ae301ff6f0866ef83b481\"", "full_name": "9rpp/securifi", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3b6c2eb", "last_release_tag": "v1.1", "last_updated": "2020-10-29T15:54:45Z", "name": "securifi", "new": false, "repository_manifest": {"name": "Securifi RESTful API", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["automation", "homeassistant-integration", "iot", "securifi"], "version_installed": null}, "282427417": {"authors": ["@bremor"], "category": "integration", "description": "Custom component for retrieving departure times for Public Transport Victoria.", "domain": "public_transport_victoria", "downloads": 0, "etag_repository": "W/\"6f6be4bb5bdb17c18ccd1be6ccd8181154e7793b199df41fff13cfe201d8906c\"", "full_name": "bremor/public_transport_victoria", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6abcb14", "last_release_tag": "0.3.2", "last_updated": "2021-03-15T03:41:11Z", "name": "public_transport_victoria", "new": false, "repository_manifest": {"name": "Public Transport Victoria", "render_readme": "true", "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": ["australia", "bus", "hacktoberfest", "hacs", "ptv", "public", "train", "tram", "transport", "victoria"], "version_installed": null}, "307586942": {"authors": ["@bremor"], "category": "integration", "description": "Custom component for retrieving weather information from the Bureau of Meteorology.", "domain": "bureau_of_meteorology", "downloads": 0, "etag_repository": "W/\"3365b193e78ec27d1710f4616b1d531c39467481800fd323c6f836bee5f4b20d\"", "full_name": "bremor/bureau_of_meteorology", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "bda3d14", "last_release_tag": "1.1.1", "last_updated": "2021-12-06T10:11:48Z", "name": "bureau_of_meteorology", "new": false, "repository_manifest": {"name": "Bureau of Meteorology", "render_readme": "true", "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 71, "topics": ["bom", "bureau", "forecast", "hacs", "meteorology", "observations", "weather", "weather-information"], "version_installed": null, "last_fetched": 1642851336.401807}, "307503425": {"authors": ["@exxamalte", "@caiosweet"], "category": "integration", "description": "INGV - National Institute of Geophysics and Volcanology [Istituto Nazionale di Geofisica e Vulcanologia] Terremoti Italia.", "domain": "ingv_centro_nazionale_terremoti", "downloads": 0, "etag_repository": "W/\"0507da71a03b54f3cf442a280608d3318cf8560190440ed60010661e6832ea1b\"", "full_name": "caiosweet/Home-Assistant-custom-components-INGV", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3f701ee", "last_release_tag": "2021.06.0", "last_updated": "2021-12-31T21:35:46Z", "name": "ingv_centro_nazionale_terremoti", "new": false, "repository_manifest": {"name": "INGV Istituto Nazionale di Geofisica e Vulcanologia", "domains": ["geo_location"], "country": ["IT"], "render_readme": true, "iot_class": ["Cloud Polling"]}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": ["assistant", "geofisica", "home", "homeassistant", "ingv", "terremoti", "vulcanologia"], "version_installed": null, "last_fetched": 1641058225.993408}, "308690707": {"authors": ["@djtimca"], "category": "integration", "description": "Home Assistant integration for Google Wifi systems.", "domain": "googlewifi", "downloads": 0, "etag_repository": "W/\"ba1dfacec9fef7cf41a3af44b82da8c9e506f82294bf36f1f3c1f8c098572387\"", "full_name": "djtimca/hagooglewifi", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "30fb1c9", "last_release_tag": "0.1.29", "last_updated": "2022-01-18T15:19:15Z", "name": "googlewifi", "new": false, "repository_manifest": {"name": "Google WiFi", "country": ["CA"], "domains": ["binary_sensor"], "homeassistant": "0.115.0", "iot_class": ["Cloud Polling"]}, "selected_tag": null, "show_beta": false, "stars": 33, "topics": ["custom-component", "google-wifi", "hacs", "home-assistant", "home-automation"], "version_installed": null, "last_fetched": 1643571228.6765}, "304573324": {"authors": ["@dgomes", "@crowbarz"], "category": "integration", "description": "Updated SQL integration for Home Assistant that supports JSON attributes", "domain": "sql_json", "downloads": 0, "etag_repository": "W/\"c14f09f4a7ff1c5d621888e79ed4c668637c5a8c6cc71d3da9eae5e7ef2997d8\"", "full_name": "crowbarz/ha-sql_json", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "811d061", "last_release_tag": "1.1.0", "last_updated": "2021-12-05T15:25:13Z", "name": "sql_json", "new": false, "repository_manifest": {"name": "SQL (with JSON detection)", "render_readme": true, "domains": ["sensor"], "homeassistant": "0.99.9", "persistent_directory": "userfiles", "iot_class": ["Local Polling", "Cloud Polling"]}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["hacs", "home-assistant", "integration", "json", "sql"], "version_installed": null}, "223993584": {"authors": ["@Magalex2x14", "@Ernst79"], "category": "integration", "description": "BLE monitor passively monitors BLE sensors (Xiaomi, Qingping, ATC, BlueMaestro, Brifit, Govee, Kegtron, Moat, Inkbird, iNode, Yeelight, RuuviTag, SensorPush, Teltonika and Thermoplus)", "domain": "ble_monitor", "downloads": 0, "etag_repository": "W/\"ca65d5f235d2b5221d628d17f4ac95c2f7d0057aa9fee982b68a14b86cea5064\"", "full_name": "custom-components/ble_monitor", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9e4c7c9", "last_release_tag": "7.4.0", "last_updated": "2022-01-30T14:43:00Z", "name": "ble_monitor", "new": false, "repository_manifest": {"name": "Passive BLE monitor integration", "domains": "ble_monitor", "iot_class": "local push", "homeassistant": "2021.12.0"}, "selected_tag": null, "show_beta": false, "stars": 1122, "topics": ["atc", "custom-component", "govee", "hacs", "hassio", "home-assistant", "homeassistant", "inkbird", "kegtron", "mibeacon", "mijia", "mitemp-bt", "qingping", "scales", "thermoplus", "xiaomi", "xiaomi-sensors"], "version_installed": null, "last_fetched": 1643571225.316781}, "178838527": {"authors": ["@filipvh"], "category": "integration", "description": "Niko Home Control II Home Assistant Integration", "domain": "nhc2", "downloads": 0, "etag_repository": "W/\"af1fe196a05e476d5125cb3ab4eb173e98f43b0c27a105abde449f61ac964f1f\"", "full_name": "filipvh/hass-nhc2", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6efc1b4", "last_release_tag": "1.6.0", "last_updated": "2021-10-30T21:16:51Z", "name": "nhc2", "new": false, "repository_manifest": {"name": "Niko Home Control II", "domains": ["light", "switch"], "iot_class": ["Local Push"], "render_readme": true, "homeassistant": "0.114.1"}, "selected_tag": null, "show_beta": false, "stars": 31, "topics": ["coco", "domotica", "nhc", "nhc2", "niko", "niko-home-control"], "version_installed": null, "last_fetched": 1642520515.664955}, "266779715": {"authors": ["@induprakash"], "category": "integration", "description": "Home Assistant component which allows you to get stock updates from Yahoo finance.", "domain": "yahoofinance", "downloads": 0, "etag_repository": "W/\"c43370e1ce9d69e49d2bfa9a566b95dda1a67fde45e96dfaed171463777c2724\"", "full_name": "iprak/yahoofinance", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "89adcd9", "last_release_tag": "v1.1.5", "last_updated": "2021-12-25T17:46:44Z", "name": "yahoofinance", "new": false, "repository_manifest": {"name": "Yahoo Finance", "domains": ["sensor"], "iot_class": "cloud_poll", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 40, "topics": ["hacs", "home-assistant", "homeassistant", "homeassistant-components", "stock-updates", "yahoo-finance"], "version_installed": null, "last_fetched": 1643571234.171706}, "309018094": {"authors": ["@itchannel"], "category": "integration", "description": "Fordpass integration for Home Assistant", "domain": "fordpass", "downloads": 0, "etag_repository": "W/\"1baf68ddd22da54ea62946905b449be550fe2ad3682e6f9e4c9d8fa3e77aa069\"", "full_name": "itchannel/fordpass-ha", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6b35a05", "last_release_tag": "1.30", "last_updated": "2021-12-21T06:38:47Z", "name": "fordpass", "new": false, "repository_manifest": {"name": "fordpass", "content_in_root": false, "iot_class": "cloud_polling"}, "selected_tag": null, "show_beta": false, "stars": 74, "topics": ["assistant", "car", "fordpass", "home"], "version_installed": null, "last_fetched": 1643571234.232362}, "299123388": {"authors": ["@jseidl"], "category": "integration", "description": "Magic Areas custom_component for Home Assistant", "domain": "magic_areas", "downloads": 0, "etag_repository": "W/\"917e95dc10ce278b9ed64a065d82a79f41a04d084eb88b26a72fa312f5f24cd7\"", "full_name": "jseidl/hass-magic_areas", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b2a5d2b", "last_release_tag": "v2.0.5", "last_updated": "2022-01-06T12:14:31Z", "name": "magic_areas", "new": false, "repository_manifest": {"name": "Magic Areas", "homeassistant": "0.115.0"}, "selected_tag": null, "show_beta": false, "stars": 117, "topics": ["automation", "homeassistant", "python"], "version_installed": null, "last_fetched": 1643571235.711092}, "306078097": {"authors": ["@nagyrobi"], "category": "integration", "description": "Monitor and react on your pfSense gateway's status with Home Assistant.", "domain": "pfsense_gateways", "downloads": 0, "etag_repository": "W/\"b246415d3b19b9dd58336a66f824251314290e88f069c01899ed15a8321bd924\"", "full_name": "nagyrobi/home-assistant-custom-components-pfsense-gateways", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3acb19c", "last_release_tag": "v1.00", "last_updated": "2021-03-04T17:19:47Z", "name": "pfsense_gateways", "new": false, "repository_manifest": {"name": "pfSense gateways monitoring", "content_in_root": false, "render_readme": true, "domains": ["pfsense_gateways"], "homeassistant": "0.115.0"}, "selected_tag": null, "show_beta": false, "stars": 15, "topics": ["gateways", "isp", "modem", "pfsense", "reboot", "router"], "version_installed": null, "last_fetched": 1643571241.579049}, "249381778": {"authors": ["@rospogrigio", "@postlund"], "category": "integration", "description": "local handling for Tuya devices", "domain": "localtuya", "downloads": 0, "etag_repository": "W/\"f70ecaaaa7bdf860c21c365df97b155232d916c6beed4d51961f378befb84853\"", "full_name": "rospogrigio/localtuya", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2688a17", "last_release_tag": "v3.4.0", "last_updated": "2022-01-30T05:29:24Z", "name": "localtuya", "new": false, "repository_manifest": {"name": "Local Tuya", "domains": ["climate", "cover", "fan", "light", "number", "select", "sensor", "switch"], "homeassistant": "0.116.0", "iot_class": ["Local Push"]}, "selected_tag": null, "show_beta": false, "stars": 904, "topics": ["localtuya", "tuya", "tuya-api"], "version_installed": null, "last_fetched": 1643571246.73298}, "268722568": {"authors": ["@Sennevds"], "category": "integration", "description": "Template media_player for Home Assistant", "domain": "media_player_template", "downloads": 0, "etag_repository": "W/\"a936551d8209c46de364893c8d853ca7faf905c0cd2273baa9dd86485aa8a70c\"", "full_name": "Sennevds/media_player.template", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b9285c5", "last_release_tag": "1.0.0", "last_updated": "2021-05-17T15:12:21Z", "name": "media_player_template", "new": false, "repository_manifest": {"name": "Media player template", "domains": ["media_player", "template"], "homeassistant": "0.116", "render_readme": true, "iot_class": ["Local Polling", "Local Push"]}, "selected_tag": null, "show_beta": false, "stars": 55, "topics": ["custom-component", "home-assistant", "homeassistant", "media-player"], "version_installed": null, "last_fetched": 1642274187.043107}, "303827752": {"authors": ["@sbabcock23"], "category": "integration", "description": "Home Assistant integration for TryFi Dog Collar GPS monitoring.", "domain": "tryfi", "downloads": 0, "etag_repository": "W/\"1694b659b4c2dc5c7bf1ee4b1f1d25cc2c07c604a23d44de42330b970edad860\"", "full_name": "sbabcock23/hass-tryfi", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4da502b", "last_release_tag": "0.0.10", "last_updated": "2021-10-16T07:34:17Z", "name": "tryfi", "new": false, "repository_manifest": {"config_flow": true, "documentation": "https://github.com/sbabcock23/hass-pytryfi", "domains": ["device_tracker", "light", "sensor", "select"], "homeassistant": "0.117.0", "iot_class": "Local Polling", "name": "TryFi Dog Monitor", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 23, "topics": ["dog", "dog-collar", "gps", "hacs", "home-assistant", "homeassistant-integration", "iot", "python", "tryfi"], "version_installed": null, "last_fetched": 1642004494.42201}, "164489685": {"authors": ["@syssi"], "category": "integration", "description": "Nextbike integration for Home Assistant", "domain": "nextbike", "downloads": 0, "etag_repository": "W/\"4c1fe586e4e5ed4ff1a56971ad3e2e17acc5c22832d8a91f71d458f534ecfd0f\"", "full_name": "syssi/nextbike", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2cf2ed5", "last_release_tag": "1.0.2", "last_updated": "2022-01-03T10:28:27Z", "name": "nextbike", "new": false, "repository_manifest": {"name": "Nextbike Integration", "content_in_root": false, "render_readme": true, "iot_class": "local_polling"}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": ["custom-component", "free-floating", "hacktoberfest", "home-assistant", "nextbike"], "version_installed": null, "last_fetched": 1641217458.836571}, "129353521": {"authors": ["@syssi"], "category": "integration", "description": "Custom component for Home Assistant to faciliate the reverse engeneering of Xiaomi MiIO devices", "domain": "xiaomi_miio_raw", "downloads": 0, "etag_repository": "W/\"ad1075f9973b2bcb5c3d762c87e98af78ba99beba610dbb66965a322ab6ad4df\"", "full_name": "syssi/xiaomi_raw", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3ef28a5", "last_release_tag": "1.4.4", "last_updated": "2021-12-22T07:11:29Z", "name": "xiaomi_miio_raw", "new": false, "repository_manifest": {"name": "Xiaomi MiIO Raw", "content_in_root": false, "render_readme": true, "iot_class": "local_polling"}, "selected_tag": null, "show_beta": false, "stars": 85, "topics": ["custom-component", "hacktoberfest", "home-assistant", "miio", "miio-device", "miio-protocol", "monitoring", "sensor"], "version_installed": null, "last_fetched": 1643571249.436979}, "121934877": {"authors": ["@syssi"], "category": "integration", "description": "Xiaomi Mi and Aqara Air Conditioning Companion integration for Home Assistant", "domain": "xiaomi_miio_airconditioningcompanion", "downloads": 0, "etag_repository": "W/\"7ee5f35d55ad6ab76a78d0c605b144d82236c6278575137679f6c83f328e08e5\"", "full_name": "syssi/xiaomi_airconditioningcompanion", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7f63dd6", "last_release_tag": "0.2.4", "last_updated": "2022-01-06T19:33:50Z", "name": "xiaomi_miio_airconditioningcompanion", "new": false, "repository_manifest": {"name": "Xiaomi Mi and Aqara Air Conditioning Companion Integration", "content_in_root": false, "render_readme": true, "iot_class": "local_polling"}, "selected_tag": null, "show_beta": false, "stars": 348, "topics": ["acpartner", "airconditioning", "aqara", "custom-component", "hacktoberfest", "home-assistant", "infrared", "xiaomi"], "version_installed": null, "last_fetched": 1641587963.829981}, "101482973": {"authors": ["@syssi"], "category": "integration", "description": "Xiaomi Mi Air Purifier and Xiaomi Mi Air Humidifier integration for Home Assistant", "domain": "xiaomi_miio_airpurifier", "downloads": 0, "etag_repository": "W/\"7e71cdf1e215618839b955eb2b366471179bed322267614413a6f895cc182a1a\"", "full_name": "syssi/xiaomi_airpurifier", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7c4eaba", "last_release_tag": "0.6.17", "last_updated": "2021-12-20T17:16:04Z", "name": "xiaomi_miio_airpurifier", "new": false, "repository_manifest": {"name": "Xiaomi Mi Air Purifier, Air Humidifier, Air Fresh and Pedestal Fan Integration", "content_in_root": false, "render_readme": true, "iot_class": "local_polling", "homeassistant": "2021.5.1"}, "selected_tag": null, "show_beta": false, "stars": 332, "topics": ["airfresh", "airhumidifier", "airpurifier", "custom-component", "fan", "hacktoberfest", "home-assistant", "miio", "miio-protocol", "miot", "xiaomi"], "version_installed": null, "last_fetched": 1643571249.39898}, "307098646": {"authors": ["@nielsfaber"], "category": "integration", "description": "Easy to use alarm system integration for Home Assistant", "domain": "alarmo", "downloads": 0, "etag_repository": "W/\"004168e6b06e00e1f7638ef184c7f0ba21fc9c3f0689b575aa6aac757e247b39\"", "full_name": "nielsfaber/alarmo", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4e51c17", "last_release_tag": "v1.8.3", "last_updated": "2022-01-16T17:58:35Z", "name": "alarmo", "new": false, "repository_manifest": {"name": "Alarmo", "render_readme": "true", "iot_class": ["Local Push"], "domains": ["alarm_control_panel"], "zip_release": true, "filename": "alarmo.zip", "hide_default_branch": true}, "selected_tag": null, "show_beta": false, "stars": 360, "topics": ["alarm", "assistant", "hass", "home", "integration", "lovelace", "security"], "version_installed": null, "last_fetched": 1643571243.16842}, "97201395": {"authors": ["@syssi"], "category": "integration", "description": "Xiaomi Mi Smart WiFi Socket integration for Home Assistant", "domain": "xiaomi_miio_plug", "downloads": 0, "etag_repository": "W/\"190da4ddddf22a807ea642ee1136a6b2658d2c25da50715df48e207c81dc53ce\"", "full_name": "syssi/xiaomiplug", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1abf75f", "last_release_tag": "1.4.4", "last_updated": "2021-12-18T20:16:21Z", "name": "xiaomi_miio_plug", "new": false, "repository_manifest": {"name": "Xiaomi Mi Smart WiFi Socket Integration", "content_in_root": false, "render_readme": true, "iot_class": "local_polling"}, "selected_tag": null, "show_beta": false, "stars": 91, "topics": ["custom-component", "hacktoberfest", "home-assistant", "miio", "miio-device", "miio-protocol", "switch", "xiaomi"], "version_installed": null}, "307974458": {"authors": ["@iesus"], "category": "integration", "description": "Get departure times for swedish public transportation", "domain": "resrobot", "downloads": 0, "etag_repository": "W/\"7dd562bb1017587f0e869f5d0d94d50eb64d8806e6c39e89dc2ae55a8caa6b60\"", "full_name": "TekniskSupport/home-assistant-resrobot", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7da8dff", "last_release_tag": "v0.0.12", "last_updated": "2022-01-09T07:41:03Z", "name": "resrobot", "new": false, "repository_manifest": {"name": "ResRobot", "country": ["SE"], "domains": ["sensor"], "homeassistant": "2021.12.8"}, "selected_tag": null, "show_beta": false, "stars": 10, "topics": ["bus", "ferry", "hacs", "homeassistant", "iesus", "integration", "public", "sweden", "train", "tram", "transportation"], "version_installed": null, "last_fetched": 1641895848.62499}, "305147191": {"authors": ["@zigul"], "category": "integration", "description": "CEZ Distribuce - Home Assistant Sensor", "domain": "cezdistribuce", "downloads": 0, "etag_repository": "W/\"38edd91c2b64c9de08df997f51fa90a45a911e9000a2636b724b23f679239066\"", "full_name": "zigul/HomeAssistant-CEZdistribuce", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5fb8bfe", "last_release_tag": "0.4.4", "last_updated": "2021-12-07T18:40:34Z", "name": "cezdistribuce", "new": false, "repository_manifest": {"name": "CEZ Distribuce CZ", "render_readme": false, "domains": ["binary_sensor"], "country": ["CZ"], "homeassistant": "0.110.0"}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": ["cez", "hacs", "home-assistant", "home-automation"], "version_installed": null, "last_fetched": 1643571252.799866}, "287318591": {"authors": ["@Thomas55555"], "category": "integration", "description": "Custom component for Home Assistant to monitor and control your Husqvrana Automower", "domain": "husqvarna_automower", "downloads": 0, "etag_repository": "W/\"c15f1f14f6627db01d9f843a98ff03c21fc88292e15875c4ec8950be8da168f1\"", "full_name": "Thomas55555/husqvarna_automower", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6c6dd2d", "last_release_tag": "2021.12.0", "last_updated": "2021-12-19T22:42:26Z", "name": "husqvarna_automower", "new": false, "repository_manifest": {"name": "Husqvarna Automower", "domains": ["vacuum"], "homeassistant": "2021.5.0b0", "iot_class": ["Cloud Polling"], "render_readme": true, "zip_release": true, "filename": "husqvarna_automower.zip"}, "selected_tag": null, "show_beta": false, "stars": 21, "topics": ["hass", "homeassistant", "husqvarna-automower"], "version_installed": null}, "139634406": {"authors": [], "category": "plugin", "description": "\ud83c\udf21 Thermostat card with a round and black feel to it", "domain": "", "downloads": 0, "etag_repository": "W/\"664e74d216c53bafed3b00a2ea59d3d6dd97c079b40fe37649a5b26cc58b89a6\"", "full_name": "ciotlosm/lovelace-thermostat-dark-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a123d3b", "last_release_tag": "0.0.5", "last_updated": "2022-01-24T11:26:47Z", "name": "lovelace-thermostat-dark-card", "new": false, "repository_manifest": {"name": "Dark Thermostat", "render_readme": true, "filename": "thermostat-dark-card.js"}, "selected_tag": null, "show_beta": false, "stars": 639, "topics": ["custom-cards", "hacs", "home-assistant", "lovelace", "thermostat"], "version_installed": null, "last_fetched": 1643571254.633427}, "315044466": {"authors": [], "category": "plugin", "description": "Custom Transmission card for Home Assistant/Lovelace", "domain": "", "downloads": 0, "etag_repository": "W/\"70f2989f8c17f04db7949415e4c89fee8951cfd9e90f88ed376470e7f8fa48fe\"", "full_name": "amaximus/transmission-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a62be30", "last_release_tag": "0.8.2", "last_updated": "2021-11-20T13:14:11Z", "name": "transmission-card", "new": false, "repository_manifest": {"name": "Transmission Card", "filename": "transmission-card.js", "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 21, "topics": ["home-assistant", "homeassistant", "lovelace", "lovelace-card", "lovelace-custom-card", "transmission"], "version_installed": null, "last_fetched": 1643571253.781456}, "188106531": {"authors": ["@moralmunky", "@firstof9"], "category": "integration", "description": "Home Assistant integration providing day of package counts and USPS informed delivery images.", "domain": "mail_and_packages", "downloads": 0, "etag_repository": "W/\"022bfdd5958173ec1d652b54094d6337e11212d7e7d1d2d017b8c1526d627db3\"", "full_name": "moralmunky/Home-Assistant-Mail-And-Packages", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "839f87d", "last_release_tag": "0.3.3-2", "last_updated": "2022-01-23T09:45:55Z", "name": "mail_and_packages", "new": false, "repository_manifest": {"name": "Mail and Packages", "domains": ["camera", "sensor"], "homeassistant": "0.109.0", "iot_class": "Cloud Polling", "zip_release": true, "filename": "mail_and_packages.zip"}, "selected_tag": null, "show_beta": false, "stars": 286, "topics": ["home-assistant", "home-assistant-config", "home-automation", "homeassistant", "lovelace-card", "lovelace-custom-card"], "version_installed": null, "last_fetched": 1643571240.640675}, "222118751": {"authors": ["AlexxIT"], "category": "integration", "description": "Control Sonoff Devices with eWeLink (original) firmware over LAN and/or Cloud from Home Assistant", "domain": "sonoff", "downloads": 0, "etag_repository": "W/\"3edcde8a62e437e13c0ccf71451073cc568e79d5eeccf0312d3694599c4b2a28\"", "full_name": "AlexxIT/SonoffLAN", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9ceb51d", "last_release_tag": "v2.4.6", "last_updated": "2021-12-19T03:30:23Z", "name": "sonoff", "new": false, "repository_manifest": {"name": "Sonoff LAN", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 1503, "topics": ["ewelink", "hacs", "home-assistant", "sonoff"], "version_installed": null, "last_fetched": 1643571220.087619}, "146660369": {"authors": ["@gerard33"], "category": "integration", "description": "Sony Bravia TV (Pre-Shared Key) component for Home Assistant", "domain": "braviatv_psk", "downloads": 0, "etag_repository": "W/\"18b13afacc63ab61d3209352db4f277ef6519ba65c6e65ae987defd5d544da4b\"", "full_name": "custom-components/media_player.braviatv_psk", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "bfd45b5", "last_release_tag": "v0.4.1", "last_updated": "2022-01-24T18:22:34Z", "name": "braviatv_psk", "new": false, "repository_manifest": {"name": "Bravia TV PSK", "domains": ["media_player"], "iot_class": "Local Polling"}, "selected_tag": null, "show_beta": false, "stars": 83, "topics": ["bravia", "home-assistant", "psk", "sony"], "version_installed": null, "last_fetched": 1643571225.765239}, "321140869": {"authors": [], "category": "plugin", "description": "Custom home assitant lovelace for UI auto reload", "domain": "", "downloads": 0, "etag_repository": "W/\"08c2929502d28e1d296f9f782fa891b372587b53e179f7a7076f9985529496cc\"", "full_name": "ben8p/lovelace-auto-reload-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e6a1387", "last_release_tag": null, "last_updated": "2021-03-04T02:17:00Z", "name": "lovelace-auto-reload-card", "new": false, "repository_manifest": {"name": "Auto Reload", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 20, "topics": ["home-assistant", "lovelace-card"], "version_installed": null}, "321773656": {"authors": [], "category": "plugin", "description": "\ud83c\udc39 Lovelace responsive grid card that can be tweaked in your theme definition.", "domain": "", "downloads": 0, "etag_repository": "W/\"fe48d5fee63f822dc29c21712606b11ef13b21dd07fbfd47b027b56cc8a8baa5\"", "full_name": "nervetattoo/themable-grid", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a7defcb", "last_release_tag": "v2.1.0", "last_updated": "2021-04-24T20:50:07Z", "name": "themable-grid", "new": false, "repository_manifest": {"render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 13, "topics": ["home-assistant", "lovelace-card", "lovelace-custom-card", "lovelace-ui"], "version_installed": null}, "320117484": {"authors": [], "category": "theme", "description": "Vibrant (Dark) Version of Clear Theme", "domain": "", "downloads": 0, "etag_repository": "W/\"308ab1f42553cf6fd9cf26cef97a101a529540568d7d7a9df2a0e6e15561c310\"", "full_name": "myleskeeffe/clear-theme-dark-vibrant", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "bec2afe", "last_release_tag": "v2.0.7", "last_updated": "2021-02-10T10:21:44Z", "name": "clear-theme-dark-vibrant", "new": false, "repository_manifest": {"name": "Vibrant (Dark) Clear Theme", "homeassistant": "0.109.0"}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["clear", "dark", "theme", "vibrant"], "version_installed": null}, "320381430": {"authors": [], "category": "plugin", "description": "An analog clock for Home Assistant Lovelace", "domain": "", "downloads": 0, "etag_repository": "W/\"e05c7fba200ef75e63f77cf2b7d3a098362ddbe05fa9b175096540a8c4592ad6\"", "full_name": "tomasrudh/analogclock", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1b2e994", "last_release_tag": "1.10", "last_updated": "2021-05-15T08:10:56Z", "name": "analogclock", "new": false, "repository_manifest": {"name": "Analog Clock", "render_readme": true, "filename": "analogclock.js"}, "selected_tag": null, "show_beta": false, "stars": 15, "topics": ["analog", "analog-clock", "assistant-lovelace", "clock", "lovelace"], "version_installed": null, "last_fetched": 1642184503.377032}, "302145522": {"authors": ["@djtimca"], "category": "integration", "description": "Home Assistant custom HACS integration to integrate the next 5 global rocket launches from https://rocketlaunch.live", "domain": "rocketlaunchlive", "downloads": 0, "etag_repository": "W/\"774f0545a82a5bb67fe051b8bddf4ce8a1351dee7055391da4390af2c10d19d9\"", "full_name": "djtimca/harocketlaunchlive", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3714322", "last_release_tag": "009", "last_updated": "2022-01-18T15:25:41Z", "name": "rocketlaunchlive", "new": false, "repository_manifest": {"name": "Rocket Launch Live - Next 5 Launches", "country": ["CA"], "domains": ["sensor"], "homeassistant": "0.115.0", "iot_class": ["Cloud Polling"]}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": ["home-assistant", "home-assistant-custom", "launch", "nasa", "rocket", "spacex", "ula"], "version_installed": null, "last_fetched": 1642520516.950142}, "245694520": {"authors": ["@asev"], "category": "integration", "description": "Custom component for Home Assistant to connect Helios ventilation system.", "domain": "helios", "downloads": 0, "etag_repository": "W/\"7416f432558530625dd8f41f5f2598f8f5125161146c254cc28fdc36648d4642\"", "full_name": "asev/homeassistant-helios", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6689bfb", "last_release_tag": "v0.4.1", "last_updated": "2021-12-03T21:19:51Z", "name": "helios", "new": false, "repository_manifest": {"name": "Helios ventilation", "iot_class": "Local Polling", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["helios", "homeassistant", "homeassistant-integration", "ventilation"], "version_installed": null}, "314593331": {"authors": ["@djtimca"], "category": "integration", "description": "Using the N2YO API, this Home Assistant integration will provide visible satellite passes (general) and to add specific satellites for monitoring.", "domain": "satellitetracker", "downloads": 0, "etag_repository": "W/\"c2807e9aed29bf98ea0d8fdb36edd838787ba52a8d6176e68d5cc55d29d9a157\"", "full_name": "djtimca/hasatellitetracker", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "0fc62d3", "last_release_tag": "0.0.7", "last_updated": "2022-01-18T15:30:25Z", "name": "satellitetracker", "new": false, "repository_manifest": {"name": "Satellite Tracker (N2YO)", "country": ["CA"], "domains": ["binary_sensor", "device_tracker", "sensor"], "homeassistant": "0.115.0", "iot_class": ["Cloud Polling"]}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["home-assistant", "home-assistant-hacs", "international-space-station", "iss", "satellite", "satellite-tracker", "starlink", "tracking-satellites", "visible-passes"], "version_installed": null, "last_fetched": 1642520517.076959}, "248462859": {"authors": ["@uvjustin"], "category": "integration", "description": "Custom component to allow Home Assistant to interface with Alarm.com", "domain": "alarmdotcom", "downloads": 0, "etag_repository": "W/\"3ce0ca90f5fc9249d3970eab7968934efb3c20f22f78b754937e95e5c41a48aa\"", "full_name": "uvjustin/alarmdotcom", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "42433a5", "last_release_tag": "v0.1.12", "last_updated": "2022-01-29T18:08:31Z", "name": "alarmdotcom", "new": false, "repository_manifest": {"name": "Alarmdotcom", "render_readme": true, "homeassistant": "0.105.0"}, "selected_tag": null, "show_beta": false, "stars": 72, "topics": ["alarm", "hacs", "home-assistant"], "version_installed": null, "last_fetched": 1643571251.610799}, "317051290": {"authors": ["@eyalcha"], "category": "integration", "description": "Home assistant custom component to fetch kan program guide", "domain": "kan_program", "downloads": 0, "etag_repository": "W/\"20b3a4d3077e80339ffc76d5e85f75a826a33a3697e90e9eed1208031929afb0\"", "full_name": "eyalcha/kan_program", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "0e70f0f", "last_release_tag": "1.0.0", "last_updated": "2021-06-26T12:35:00Z", "name": "kan_program", "new": false, "repository_manifest": {"name": "Kan Program", "domains": ["sensor"], "country": ["IL"], "iot_class": "cloud_poll", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["custom-component", "hacs", "home-assistant"], "version_installed": null}, "199399946": {"authors": ["@jessevl"], "category": "integration", "description": "This is a Home Assistant custom component that connects to the Greenchoice API", "domain": "greenchoice", "downloads": 0, "etag_repository": "W/\"69e8eae5b7d23ccc6536bfc2e922d5a227a616b765b3fa06cc272e6dd9e28af6\"", "full_name": "jessevl/homeassistant-greenchoice", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "622eab3", "last_release_tag": null, "last_updated": "2021-04-08T13:40:36Z", "name": "greenchoice", "new": false, "repository_manifest": {"name": "Greenchoice", "country": ["NL"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 20, "topics": ["greenchoice", "homeassistant", "sensor"], "version_installed": null, "last_fetched": 1643571234.788655}, "319343045": {"authors": ["@caronc"], "category": "integration", "description": "Interlogix ZeroWire and Hills ComNav (NX-595E) UltraSync Security Panel for Integration for Home Assistant Comunity Store (HACS)", "domain": "ultrasync", "downloads": 0, "etag_repository": "W/\"7c500957e5ad8297c55bbccc7d50d5def2e2113833bdd4c011de193d34345d59\"", "full_name": "caronc/ha-ultrasync", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c96ec26", "last_release_tag": null, "last_updated": "2021-10-22T17:54:48Z", "name": "ultrasync", "new": false, "repository_manifest": {"name": "UltraSync Beta", "hacs": "0.24.0", "domains": ["sensor"], "render_readme": true, "homeassistant": "0.110.0"}, "selected_tag": null, "show_beta": false, "stars": 7, "topics": ["comnav", "hacs", "homeassistant", "homeassistant-custom-component", "homeassistant-integration", "interlogix", "nx-595e", "security", "ultrasync"], "version_installed": null, "last_fetched": 1642851356.971667}, "316527506": {"authors": ["@iprak"], "category": "integration", "description": "Home Assistant component for C545 Winix Air Purifier", "domain": "winix", "downloads": 0, "etag_repository": "W/\"4896afc32e43c580e189dfeaca281c554315acc0c5e9713dff678679d0f64e94\"", "full_name": "iprak/winix", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "dc0bec5", "last_release_tag": "v.11", "last_updated": "2022-01-08T10:26:20Z", "name": "winix", "new": false, "repository_manifest": {"name": "Winix Purifier", "domains": ["sensor", "fan"], "iot_class": "cloud_poll", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 31, "topics": ["home-assistant", "homeassistant", "purifier", "winix"], "version_installed": null, "last_fetched": 1642851357.701492}, "316807165": {"authors": ["@kloknibor", "@docbobo"], "category": "integration", "description": "Miele integration for Home assistant", "domain": "miele", "downloads": 0, "etag_repository": "W/\"60a16e54b24f724c4ced36b41842d979fb970454290f42d6b516cda605b7b47b\"", "full_name": "HomeAssistant-Mods/home-assistant-miele", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1ac1b91", "last_release_tag": "v0.9.1", "last_updated": "2022-01-20T22:46:02Z", "name": "miele", "new": false, "repository_manifest": {"name": "Miele integration", "iot_class": ["Cloud Polling"]}, "selected_tag": null, "show_beta": false, "stars": 56, "topics": ["hacs", "homeassistant", "homeassistant-integration", "miele"], "version_installed": null, "last_fetched": 1643571233.046946}, "312896602": {"authors": ["@lendy007"], "category": "integration", "description": "Skoda Connect - An home assistant plugin to add integration with your car", "domain": "skodaconnect", "downloads": 0, "etag_repository": "W/\"699dfd91c6d4d2c2ff71fa157dc4455f09611836958f747b5b0b12d7910fcc0b\"", "full_name": "lendy007/homeassistant-skodaconnect", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9bde67c", "last_release_tag": "v1.0.63", "last_updated": "2022-01-29T11:33:23Z", "name": "skodaconnect", "new": false, "repository_manifest": {"name": "Skoda Connect", "iot_class": "Cloud Polling", "homeassistant": "2021.12.0", "hide_default_branch": true, "zip_release": false, "filename": "skodaconnect.zip"}, "selected_tag": null, "show_beta": false, "stars": 95, "topics": ["custom-component", "hacs", "homeassistant", "skoda-connect"], "version_installed": null, "last_fetched": 1643571238.351899}, "300754203": {"authors": [], "category": "plugin", "description": "A simple clock widget using Japanese Kanji for date and time", "domain": "", "downloads": 0, "etag_repository": "W/\"7ed924d663a09f693c7769511af013cf0049289224d664c484ff0336ce62661c\"", "full_name": "sopelj/lovelace-kanji-clock-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "79992f6", "last_release_tag": "0.2.2", "last_updated": "2021-12-26T17:55:49Z", "name": "lovelace-kanji-clock-card", "new": false, "repository_manifest": {"name": "Kanji Clock Card", "render_readme": true, "filename": "kanji-clock-card.js", "country": ["JP"]}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["hacs", "lovelace", "lovelace-card", "lovelace-custom-card"], "version_installed": null}, "316597224": {"authors": ["@DarkPark"], "category": "integration", "description": "A Home Assistant Budova Smart Home integration", "domain": "bsh", "downloads": 0, "etag_repository": "W/\"b06c4df8064aeff9d855d3ebf94c284d55804b82f22e8fa574e288f517214e21\"", "full_name": "dphae/bsh", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1c9ac28", "last_release_tag": "v1.3.5", "last_updated": "2021-08-05T21:00:50Z", "name": "bsh", "new": false, "repository_manifest": {"name": "Budova Smart Home", "country": ["UA"], "content_in_root": false, "render_readme": true, "domains": ["sensor"], "iot_class": "Cloud Polling", "homeassistant": "2021.8.1"}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": ["budova", "custom-component", "hacs", "home-assistant", "integration", "smart-home"], "version_installed": null}, "316421110": {"authors": ["@rccoleman"], "category": "integration", "description": "Interact with your La Marzocco espresso machine", "domain": "lamarzocco", "downloads": 0, "etag_repository": "W/\"0d410f3b370f60bc9010b95e6b04e192252e16959790448c3af830994dbf0dab\"", "full_name": "rccoleman/lamarzocco", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a0b34e3", "last_release_tag": "v0.8.0", "last_updated": "2021-12-05T17:10:07Z", "name": "lamarzocco", "new": false, "repository_manifest": {"name": "La Marzocco", "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": ["hacs", "home-assistant", "home-assistant-component", "homeassistant", "la-marzocco", "lamarzocco"], "version_installed": null}, "228299254": {"authors": ["@rsnodgrass"], "category": "integration", "description": "LUNOS HRV Ventilation Fan Control for Home Assistant", "domain": "lunos", "downloads": 0, "etag_repository": "W/\"f2e9fb0d4259e163fb469138b789a5b150705b4cc9b338091de8bcc4be802f65\"", "full_name": "rsnodgrass/hass-lunos", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4ce9000", "last_release_tag": "0.1.3", "last_updated": "2021-09-29T20:55:52Z", "name": "lunos", "new": false, "repository_manifest": {"name": "LUNOS Heat Recovery Ventilation", "domains": ["fan"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 11, "topics": ["homeassistant", "hvac", "ventilation"], "version_installed": null}, "313759590": {"authors": ["@ryanmac8"], "category": "integration", "description": "Mint Mobile Integration for Data Usage Monitoring", "domain": "mintmobile", "downloads": 0, "etag_repository": "W/\"2cc94deaeac6d7d64f763de33ffce910c8ef4115159f9e85982a887f41b32fff\"", "full_name": "ryanmac8/HA-Mint-Mobile", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "0d9c8af", "last_release_tag": "v1.9", "last_updated": "2022-01-18T01:00:09Z", "name": "mintmobile", "new": false, "repository_manifest": {"name": "Mint Mobile", "content_in_root": false, "domains": ["sensor"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": ["automation", "home-assistant"], "version_installed": null, "last_fetched": 1642520517.749859}, "318801320": {"authors": ["@thebino"], "category": "integration", "description": " \ud83e\udda0 Custom integration for Home Assistant to monitor covid numbers provided by Robert-Koch Institut", "domain": "rki_covid", "downloads": 0, "etag_repository": "W/\"9c98997e198307321be114edad7dcfa67c838cd88e7a8e121baef7311a45c892\"", "full_name": "thebino/rki_covid", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "948337e", "last_release_tag": "1.5.6", "last_updated": "2022-01-09T19:09:32Z", "name": "rki_covid", "new": false, "repository_manifest": {"name": "RKI Covid numbers", "zip_release": true, "filename": "rki_covid.zip", "country": ["DE"], "domains": ["rki_covid", "sensor"], "homeassistant": "0.110.0", "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 38, "topics": ["automation", "custom", "hassio", "home-assistant", "lovelace", "sensor"], "version_installed": null, "last_fetched": 1643571249.747555}, "188323494": {"authors": [], "category": "plugin", "description": "Bring new life to Home Assistant. By mapping entities to a SVG-object, you're able to control devices, show states, calling services - and much more. Add custom styling on top, to visualize whatever you can think of. Your imagination just become the new limit.", "domain": "", "downloads": 0, "etag_repository": "W/\"b8aa61e2587d3ef89d45f966f97900415d33b3d9c3eeef71d01d637f3627b76f\"", "full_name": "ExperienceLovelace/ha-floorplan", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "83cc2e8", "last_release_tag": "1.0.30", "last_updated": "2022-01-17T17:16:43Z", "name": "ha-floorplan", "new": false, "repository_manifest": {"name": "Ha Floorplan", "filename": "floorplan.js"}, "selected_tag": null, "show_beta": false, "stars": 390, "topics": ["floorplan", "homeassistant", "lovelace-card", "lovelace-floorplan", "panel"], "version_installed": null, "last_fetched": 1643545559.024828}, "318359434": {"authors": ["@FutureTense", "@firstof9"], "category": "integration", "description": "Home Assistant integration for managing Z-Wave enabled locks", "domain": "keymaster", "downloads": 0, "etag_repository": "W/\"4499bf7e6caf71cbb782bec3066df0e032496d9208414845c6c4e3ccaa3be39f\"", "full_name": "FutureTense/keymaster", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "05d6d37", "last_release_tag": "v0.0.77", "last_updated": "2021-11-19T01:44:23Z", "name": "keymaster", "new": false, "repository_manifest": {"name": "keymaster", "domains": ["automation", "binary_sensor", "input_boolean", "input_datetime", "input_number", "input_text", "script", "sensor", "template"], "iot_class": "Local Polling", "zip_release": true, "filename": "keymaster.zip", "homeassistant": "2021.9.0"}, "selected_tag": null, "show_beta": false, "stars": 92, "topics": ["home-assistant", "keymaster", "locks", "zwave", "zwave-enabled-locks"], "version_installed": null, "last_fetched": 1643571231.5456}, "325097827": {"authors": ["@andvikt"], "category": "integration", "description": "MegaD HomeAssistant integration", "domain": "mega", "downloads": 0, "etag_repository": "W/\"1b857a9d4066e7a6dc9777775645335db4507e63fbc91828342562b063316f20\"", "full_name": "andvikt/mega_hacs", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "16ad1ea", "last_release_tag": "v1.1.1", "last_updated": "2021-12-19T14:53:40Z", "name": "mega", "new": false, "repository_manifest": {"name": "MegaD", "country": ["RU"], "domains": ["mega"], "persistent_directory": "userfiles", "iot_class": ["Assumed State", "Local Push"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 69, "topics": ["custom-integration", "hacs", "homeassistant", "megad"], "version_installed": null, "last_fetched": 1643571221.419354}, "325635211": {"authors": ["@kesteraernoudt"], "category": "integration", "description": "Custom Home Assistant Integration for the Dobiss NXT platform", "domain": "dobiss", "downloads": 0, "etag_repository": "W/\"5cf72dc8b506c35a53452f9218391dbfd870cdf09ad57b9f3b99b3ead7da447f\"", "full_name": "kesteraernoudt/dobiss", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9bf662e", "last_release_tag": "v1.4", "last_updated": "2022-01-07T18:24:35Z", "name": "dobiss", "new": false, "repository_manifest": {"name": "dobiss", "hacs": "1.6.0", "domains": ["binary_sensor", "sensor", "switch", "light", "climate", "cover"], "iot_class": ["Local Push", "Cloud Push"], "homeassistant": "0.118.0"}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["hacs", "hass", "home-assistant", "integration"], "version_installed": null, "last_fetched": 1641587982.004159}, "311913208": {"authors": ["@gazoodle"], "category": "integration", "description": "Home Assistant integration for spas equipped with Gecko Alliance in.touch2 modules", "domain": "gecko", "downloads": 0, "etag_repository": "W/\"fe22f48bbdcc1ea5da3d29c1fcb2705a0894d4006944b2546fc0d883f2e58a75\"", "full_name": "gazoodle/gecko-home-assistant", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "8eac2e2", "last_release_tag": "v0.0.7", "last_updated": "2021-08-11T09:23:47Z", "name": "gecko", "new": false, "repository_manifest": {"name": "Gecko", "hacs": "0.24.0", "domains": ["binary_sensor", "sensor", "switch", "climate", "light"], "iot_class": "Local Push", "homeassistant": "0.115.0"}, "selected_tag": null, "show_beta": false, "stars": 24, "topics": ["gecko", "hacs", "home-assistant", "home-assistant-integration", "hot-tub", "intouch2", "jacuzzi", "spa"], "version_installed": null, "last_fetched": 1641307475.129335}, "299556199": {"authors": ["@xraver"], "category": "integration", "description": "Script to use Mercedes Me APIs.", "domain": "mercedesmeapi", "downloads": 0, "etag_repository": "W/\"372019ef96f8d311a1f43e9707b56690c517ad8bee0b0a608e8a733a303de980\"", "full_name": "xraver/mercedes_me_api", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "ee64462", "last_release_tag": "v0.11", "last_updated": "2021-02-04T08:01:28Z", "name": "mercedesmeapi", "new": false, "repository_manifest": {"name": "Mercedes Me API", "domains": ["sensor"], "render_readme": false, "homeassistant": "0.100.0", "iot_class": ["Cloud Polling"]}, "selected_tag": null, "show_beta": false, "stars": 32, "topics": ["hacs", "homeassistant", "mercedes", "mercedes-benz-car", "python"], "version_installed": null, "last_fetched": 1643571252.677888}, "303793543": {"authors": ["@tomasbedrich"], "category": "integration", "description": "A Home Assistant integration for communication with Skydance lighting WiFi relay.", "domain": "skydance", "downloads": 0, "etag_repository": "W/\"acd134673a77eef42a62354521c279e96a0ed8e163ace5454a4f23c5c29857a4\"", "full_name": "tomasbedrich/home-assistant-skydance", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a1630b7", "last_release_tag": "2.0.1", "last_updated": "2021-11-30T23:47:20Z", "name": "skydance", "new": false, "repository_manifest": {"name": "Skydance", "domains": ["skydance"], "country": ["EN", "CZ"], "render_readme": true, "iot_class": ["Local Polling"]}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": ["hacs", "home-assistant", "home-automation", "networking", "python"], "version_installed": null, "last_fetched": 1642851364.709123}, "315447202": {"authors": ["@KoljaWindeler"], "category": "integration", "description": "YouTube music player for homeassistant", "domain": "ytube_music_player", "downloads": 0, "etag_repository": "W/\"4e4f8d49105d3ae7321ae25d0446883933d7395927e7cab2e864063a3103da0f\"", "full_name": "KoljaWindeler/ytube_music_player", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "418b3bc", "last_release_tag": "20220123.01", "last_updated": "2022-01-23T08:37:22Z", "name": "ytube_music_player", "new": false, "repository_manifest": {"name": "ytube_music_player", "content_in_root": false, "render_readme": true, "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 124, "topics": ["custom-component", "homeassistant", "youtube"], "version_installed": null, "last_fetched": 1643571237.081738}, "157618389": {"authors": [], "category": "integration", "description": "\ud83d\udd39 Use icons from fontawesome in home-assistant", "domain": "fontawesome", "downloads": 0, "etag_repository": "W/\"9a5fece5aaaf48609cffe62ae79ac8452b4ad3c87d9f5d6dd0ac067f39b21c89\"", "full_name": "thomasloven/hass-fontawesome", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "cb7b171", "last_release_tag": "2.1.5", "last_updated": "2021-11-23T09:13:29Z", "name": "fontawesome", "new": false, "repository_manifest": {"name": "fontawesome", "render_readme": true, "homeassistant": "2021.11.0b0"}, "selected_tag": null, "show_beta": false, "stars": 154, "topics": [], "version_installed": null, "last_fetched": 1643571250.148892}, "306666927": {"authors": ["@unsigus", "@DCSBL"], "category": "integration", "description": "Custom Home Assistant integration for HomeWizard Energy", "domain": "homewizard_energy", "downloads": 0, "etag_repository": "W/\"516fa941ff011f2e180d64bdf4987f72af1ff450c0b5578abd5f2450f7b921b3\"", "full_name": "DCSBL/ha-homewizard-energy", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "de4d4d8", "last_release_tag": "0.12.1", "last_updated": "2022-01-17T11:30:27Z", "name": "homewizard_energy", "new": false, "repository_manifest": {"name": "HomeWizard Energy", "render_readme": true, "domains": ["sensor", "switch"], "homeassistant": "2021.11.0", "iot_class": "local_polling", "zip_release": true, "filename": "homewizard_energy.zip"}, "selected_tag": null, "show_beta": false, "stars": 25, "topics": ["custom-integration", "dsmr", "hacs", "home-assistant", "homeassistant", "homewizard", "homewizard-energy", "homewizard-p1-meter", "p1"], "version_installed": null, "last_fetched": 1643571227.966338}, "203246690": {"authors": [], "category": "plugin", "description": "Home Assistant Lovelace custom card with Barometer, Thermomer themes and customs themes as well !", "domain": "", "downloads": 0, "etag_repository": "W/\"74e7e0414b1b654f441623138358d57a355c6aeba614c5da57987fdb88568990\"", "full_name": "SNoof85/lovelace-tempometer-gauge-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "59e1a34", "last_release_tag": "1.40", "last_updated": "2021-06-07T09:26:09Z", "name": "lovelace-tempometer-gauge-card", "new": false, "repository_manifest": {"name": "Tempometer Gauge Card", "render_readme": true, "content_in_root": true, "filename": "tempometer-gauge-card.js"}, "selected_tag": null, "show_beta": false, "stars": 84, "topics": ["barometer", "custom-card", "home-assistant", "lovelace", "thermometer"], "version_installed": null, "last_fetched": 1643571263.133605}, "179808576": {"authors": [], "category": "plugin", "description": "Additional icons for Home Assistant to accompany the MDI icons", "domain": "", "downloads": 0, "etag_repository": "W/\"d39310713a7b40c601730794f1496710499cf3a7baec2c57b7568900aaf3180a\"", "full_name": "hulkhaugen/hass-bha-icons", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d50a623", "last_release_tag": null, "last_updated": "2022-01-30T19:39:54Z", "name": "hass-bha-icons", "new": false, "repository_manifest": {"name": "BHA Icon Pack", "render_readme": false, "content_in_root": false}, "selected_tag": null, "show_beta": false, "stars": 129, "topics": ["hacs", "home-assistant", "homeassistant", "icons", "iconset"], "version_installed": null, "last_fetched": 1643572180.629359}, "237620254": {"authors": [], "category": "plugin", "description": "This is a custom lovelace card for displaying a todoist calendar in Home Assistant.", "domain": "", "downloads": 0, "etag_repository": "W/\"0b23f2994406c5ecf139ad5126e1268b6f975ddad2750667c33753b8afdc72c4\"", "full_name": "tholgir/TodoIst-Task-List", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "23c9f66", "last_release_tag": "v1.1.1", "last_updated": "2021-04-25T07:36:09Z", "name": "TodoIst-Task-List", "new": false, "repository_manifest": {"name": "todoist-task-list", "content_in_root": true, "render_readme": true, "filename": "todoist-task-list.js"}, "selected_tag": null, "show_beta": false, "stars": 10, "topics": ["homeassistant", "lovelace", "lovelace-custom-card", "lovelace-ui", "todoist"], "version_installed": null}, "328957716": {"authors": [], "category": "plugin", "description": "Home Assistant Lovelace Custom Card to calculate time elapsed/left", "domain": "", "downloads": 0, "etag_repository": "W/\"9448c4a172fc46581115a1dad10addfb3da730b136948abb6896dfa85f773e6b\"", "full_name": "Kirbo/ha-lovelace-elapsed-time-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "84704a2", "last_release_tag": "0.4.2", "last_updated": "2021-06-03T08:58:27Z", "name": "ha-lovelace-elapsed-time-card", "new": false, "repository_manifest": {"name": "Time Elapsed Card", "render_readme": true, "filename": "elapsed-time-card.js"}, "selected_tag": null, "show_beta": false, "stars": 19, "topics": ["hacs", "homeassistant", "lovelace-custom-card"], "version_installed": null, "last_fetched": 1641217483.958615}, "328132422": {"authors": [], "category": "plugin", "description": "This repository is used to contain the code of a kodi playlist card for Home Assistant and publish it via HACS", "domain": "", "downloads": 0, "etag_repository": "W/\"91866afe904c89043fdf11b65f6a552e00dc52ed3cb5b0feba28b51d123c2a3d\"", "full_name": "jtbgroup/kodi-playlist-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "864bed7", "last_release_tag": "3.2.0", "last_updated": "2021-12-05T07:17:07Z", "name": "kodi-playlist-card", "new": false, "repository_manifest": {"name": "Kodi Playlist Card", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["home-assistant", "home-assistant-frontend", "home-assistant-hacs", "homeassistant", "kodi"], "version_installed": null}, "331701152": {"authors": [], "category": "plugin", "description": "\ud83d\udcc8 A Lovelace card to display advanced graphs and charts based on ApexChartsJS for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"1f4e541aaaf4fc5481e80109b6bda4d27ee9e439a2bed8461fbc8d17fdc4a5ca\"", "full_name": "RomRider/apexcharts-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4d72937", "last_release_tag": "v1.10.0", "last_updated": "2022-01-03T18:03:25Z", "name": "apexcharts-card", "new": false, "repository_manifest": {"name": "apexcharts-card", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 328, "topics": ["apexcharts", "home-assistant", "iot", "lovelace"], "version_installed": null, "last_fetched": 1643545559.208369}, "327779379": {"authors": ["@itchannel"], "category": "integration", "description": "Optus Mobile Home Assistant Integration", "domain": "optus", "downloads": 0, "etag_repository": "W/\"76247ea11beb07b89e9380811fd7f27d91be810b51b5969f11cb5b32288b4e5b\"", "full_name": "itchannel/optus-ha", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7186455", "last_release_tag": "0.0.2", "last_updated": "2021-06-13T00:40:48Z", "name": "optus", "new": false, "repository_manifest": {"name": "Optus", "content_in_root": false, "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": ["assistant", "mobile", "optus"], "version_installed": null}, "257988102": {"authors": ["@cgarwood"], "category": "integration", "description": "Fully Kiosk Browser integration for Home Assistant", "domain": "fullykiosk", "downloads": 0, "etag_repository": "W/\"9ad4c084b7f8e7449720c3ac1219fab3c85e0b59d3817bc4cf66f24ff53cd5fb\"", "full_name": "cgarwood/homeassistant-fullykiosk", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7405866", "last_release_tag": "1.0.1", "last_updated": "2022-01-08T14:11:03Z", "name": "fullykiosk", "new": false, "repository_manifest": {"name": "Fully Kiosk Browser", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 93, "topics": ["fully-kiosk-browser", "hacktoberfest", "home-assistant"], "version_installed": null, "last_fetched": 1643571224.437525}, "328361159": {"authors": ["@jellespijker"], "category": "integration", "description": "Home-Assistant component for Ultimaker printers (UM3, S3, S5)", "domain": "ultimaker", "downloads": 0, "etag_repository": "W/\"b5d986842221d7e6b9a33dcfd6b2f5b31cfc60f6068919ff8018d21f92a832fd\"", "full_name": "jellespijker/home-assistant-ultimaker", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5324b44", "last_release_tag": "V0.1.5", "last_updated": "2021-03-07T12:11:04Z", "name": "ultimaker", "new": false, "repository_manifest": {"name": "ultimaker", "render_readme": true, "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": ["3d-printing", "hass", "hassio", "home-assistant", "home-assistant-component", "home-assistant-hacs", "home-assistant-sensor", "s3", "s5", "ultimaker", "um3"], "version_installed": null}, "326288498": {"authors": ["@jugla"], "category": "integration", "description": "world tides info custom component for home assistant", "domain": "worldtidesinfocustom", "downloads": 0, "etag_repository": "W/\"7d616285d305b4ec252f1ef5df4e30b445f5b5c7ceb4aa730695426484e3c9b8\"", "full_name": "jugla/worldtidesinfocustom", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "85f5079", "last_release_tag": "V9.1.0", "last_updated": "2022-01-25T17:54:16Z", "name": "worldtidesinfocustom", "new": false, "repository_manifest": {"name": "worldtidesinfocustom", "domains": ["sensor", "camera"], "iot_class": "cloud_polling"}, "selected_tag": null, "show_beta": false, "stars": 14, "topics": ["customcomponents", "hacs", "homeassistant", "tides", "worldtides"], "version_installed": null, "last_fetched": 1643571235.91743}, "330454534": {"authors": [], "category": "plugin", "description": "Lovelace card to configure network-connected La Marzocco espresso machines", "domain": "", "downloads": 0, "etag_repository": "W/\"834c5ba895093871d0278bf5d24283be5d0cbbf2041432f3a1080e985037af26\"", "full_name": "rccoleman/lovelace-lamarzocco-config-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1022444", "last_release_tag": "v0.0.7", "last_updated": "2021-02-14T21:51:13Z", "name": "lovelace-lamarzocco-config-card", "new": false, "repository_manifest": {"name": "La Marzocco Config Card", "render_readme": true, "filename": "lamarzocco-config-card.js"}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["automation", "espresso", "hass", "home-assistant", "homeassistant", "lamarzocco", "lovelace", "lovelace-card", "lovelace-custom-card"], "version_installed": null}, "306822538": {"authors": ["@exxamalte"], "category": "integration", "description": "Home Assistant Custom Component: NSW Rural Fire Service Fire Danger", "domain": "nsw_rural_fire_service_fire_danger", "downloads": 0, "etag_repository": "W/\"6015dffad130bb99d7f11ec0edd0674f3cae4514f70910e82a928c3889733357\"", "full_name": "exxamalte/home-assistant-custom-components-nsw-rural-fire-service-fire-danger", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9d125bd", "last_release_tag": "v0.8", "last_updated": "2021-12-25T12:03:39Z", "name": "nsw_rural_fire_service_fire_danger", "new": false, "repository_manifest": {"name": "NSW Rural Fire Service - Fire Danger", "domains": ["binary_sensor", "sensor"], "country": ["AU"], "homeassistant": "0.117.0", "iot_class": ["Cloud Polling"]}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["custom-component", "fire-danger", "homeassistant", "nsw", "rural-fire-service", "sensor"], "version_installed": null, "last_fetched": 1642520518.567378}, "291484700": {"authors": ["@AlexxIT"], "category": "integration", "description": "Control Zigbee, BLE and Mesh devices from Home Assistant with Xiaomi Gateway 3 (ZNDMWG03LM) on original firmware", "domain": "xiaomi_gateway3", "downloads": 0, "etag_repository": "W/\"d86ae8c1553b7a10c2556d979df00cbc5ab5c986a8bbf7e78474c63af19f0036\"", "full_name": "AlexxIT/XiaomiGateway3", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "0488afc", "last_release_tag": "v1.6.5", "last_updated": "2022-01-30T12:22:47Z", "name": "xiaomi_gateway3", "new": false, "repository_manifest": {"name": "Xiaomi Gateway 3", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 1250, "topics": ["ble", "hacs", "home-assistant", "xiaomi", "zigbee"], "version_installed": null, "last_fetched": 1643571220.148948}, "334523683": {"authors": ["@B5r1oJ0A9G"], "category": "integration", "description": "Integration for Teufel smart speaker (aka Raumfeld Multiroom) into https://www.home-assistant.io/.", "domain": "teufel_raumfeld", "downloads": 0, "etag_repository": "W/\"7a0c134f283ea4291b75e50ef9cff060ceb12c4dd8b25ed3569e9186abc5dbb9\"", "full_name": "B5r1oJ0A9G/teufel_raumfeld", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "abb330c", "last_release_tag": null, "last_updated": "2021-08-24T22:21:56Z", "name": "teufel_raumfeld", "new": false, "repository_manifest": {"name": "Teufel Raumfeld", "domains": ["media_player", "sensor"], "iot_class": ["Local Polling"], "zip_release": true, "filename": "teufel_raumfeld.zip"}, "selected_tag": null, "show_beta": false, "stars": 15, "topics": ["hassfeld", "home-assistant", "media-player", "multiroom", "multiroom-audio", "raumfeld", "smart-speaker", "teufel"], "version_installed": null, "last_fetched": 1643571222.419727}, "276915021": {"authors": ["@fondberg", "@tmjo", "@olalid", "@astrandb"], "category": "integration", "description": "Custom component for Easee EV charger", "domain": "easee", "downloads": 0, "etag_repository": "W/\"e578a60c45595826a2bc3b3e57433bae049cde20cdb6cf25c8129ecba35d3371\"", "full_name": "fondberg/easee_hass", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "91fe608", "last_release_tag": "v0.9.39", "last_updated": "2022-01-28T09:41:00Z", "name": "easee", "new": false, "repository_manifest": {"name": "Easee EV Charger", "domains": ["binary_sensor", "sensor", "switch"], "homeassistant": "2021.11.0", "iot_class": ["Cloud Push"]}, "selected_tag": null, "show_beta": false, "stars": 74, "topics": ["easee", "ev-charging", "hass", "home-assistant"], "version_installed": null, "last_fetched": 1643571230.885064}, "325755578": {"authors": ["@ReneNulschDE"], "category": "integration", "description": "Custom Component to integrate MercedesME devices into Home-Assistant", "domain": "mbapi2020", "downloads": 0, "etag_repository": "W/\"aaf6bc11f86b3bafaaf2e842f4d3039711c3c0b8141757955d6d9f9443d6fdec\"", "full_name": "ReneNulschDE/mbapi2020", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c2df37d", "last_release_tag": "v0.6.1", "last_updated": "2022-01-30T16:59:42Z", "name": "mbapi2020", "new": false, "repository_manifest": {"name": "MercedesME 2020", "domains": ["lock", "sensor", "device_tracker", "binary_sensor", "switch"], "iot_class": "Cloud Pull"}, "selected_tag": null, "show_beta": false, "stars": 51, "topics": ["car", "home-assistant", "home-assistant-component", "lock", "sensor", "switch"], "version_installed": null, "last_fetched": 1643571245.715936}, "325962977": {"authors": ["@msekoranja"], "category": "integration", "description": "EMSC Home Assistant Integration", "domain": "emscrss", "downloads": 0, "etag_repository": "W/\"d6e74e4c98906a961e5fabe8d993df2fe88cbd9fd27b885e5254095f98c25b5a\"", "full_name": "msekoranja/emsc-hacs-repository", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e024cc1", "last_release_tag": null, "last_updated": "2021-12-16T18:29:28Z", "name": "emscrss", "new": false, "repository_manifest": {"name": "EMSC Earthquake RSS Feed", "hacs": "1.6.0", "domains": ["sensor"], "iot_class": "Cloud Polling", "homeassistant": "0.118.0"}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["custom-component", "home-assistant"], "version_installed": null, "last_fetched": 1643545556.696503}, "319744131": {"authors": ["@martindybal"], "category": "integration", "description": "TapHome integration into Home Assistant.", "domain": "taphome", "downloads": 0, "etag_repository": "W/\"56d90ea97718f8cc5c34e1939afc5c548545efd74bf1854fe6c2572f26a0e34c\"", "full_name": "martindybal/taphome-homeassistant", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "79d1f47", "last_release_tag": null, "last_updated": "2022-01-16T05:54:53Z", "name": "taphome", "new": false, "repository_manifest": {"name": "TapHome", "render_readme": true, "homeassistant": "2021.7.0", "domains": ["binary_sensor", "climate", "cover", "light", "sensor", "switch", "select"], "content_in_root": true}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": ["home-assistant", "home-automation", "taphome"], "version_installed": null, "last_fetched": 1642430855.853559}, "236611771": {"authors": ["@PrairieSnpr"], "category": "integration", "description": "TDAmeritrade component for Home Assistant", "domain": "tdameritrade", "downloads": 0, "etag_repository": "W/\"4b4636130839f61b04ea3b9bb184a3887b9f48db9be36f8911ef29896f21e5f0\"", "full_name": "prairiesnpr/hass-tdameritrade", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c16f7ec", "last_release_tag": "v0.2", "last_updated": "2021-09-26T20:27:15Z", "name": "tdameritrade", "new": false, "repository_manifest": {"name": "TDAmeritrade", "country": ["US"], "domains": ["binary_sensor", "sensor"], "homeassistant": "2021.1.4", "iot_class": ["Cloud Polling"]}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["hacs", "home-assistant", "tdameritrade"], "version_installed": null}, "321172020": {"authors": ["@natekspencer"], "category": "integration", "description": "Home Assistant integration for a Litter-Robot Connect self-cleaning litter box", "domain": "litterrobot", "downloads": 0, "etag_repository": "W/\"9cc00dc169650c071db9f4b4dd03ccb36469d6af166ef0594b5e682f6c5e6226\"", "full_name": "natekspencer/hacs-litterrobot", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1a1bc12", "last_release_tag": "2021.8.0", "last_updated": "2021-09-14T00:21:28Z", "name": "litterrobot", "new": false, "repository_manifest": {"name": "Litter-Robot", "render_readme": true, "domains": ["sensor", "switch", "vacuum"], "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": ["hacs", "home-assistant", "home-assistant-hacs", "homeassistant", "homeassistant-components", "homeassistant-custom-component", "homeassistant-integration", "litter-robot", "python3"], "version_installed": null, "last_fetched": 1641217493.557287}, "335750566": {"authors": ["@metbril"], "category": "integration", "description": "Home Assistant component for fuel prices from United Consumers", "domain": "brandstofprijzen", "downloads": 0, "etag_repository": "W/\"d74db9c0926372d170ef8f49196e9c5f3281f9e4617ff3895a6dce7b1ca37e18\"", "full_name": "metbril/home-assistant-brandstofprijzen", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c1ad1f5", "last_release_tag": "v0.3.0", "last_updated": "2021-12-25T17:27:20Z", "name": "brandstofprijzen", "new": false, "repository_manifest": {"name": "Brandstofprijzen", "content_in_root": false, "render_readme": true, "country": ["NL"], "domains": ["sensor"], "iot_class": ["Assumed State", "Cloud Polling"]}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": ["custom-component", "home-assistant"], "version_installed": null}, "332651510": {"authors": ["@jcgoette"], "category": "integration", "description": "This custom integration provides sensors for Baby Buddy API endpoints.", "domain": "babybuddy", "downloads": 0, "etag_repository": "W/\"9b94fc4737f3ba865ac135f2772b82709943780b7dd9baf63e45a25ec541af43\"", "full_name": "jcgoette/baby_buddy_homeassistant", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "abb4c50", "last_release_tag": "v2.3.0", "last_updated": "2021-12-18T03:52:25Z", "name": "babybuddy", "new": false, "repository_manifest": {"domains": ["sensor", "switch"], "homeassistant": "2021.9", "iot_class": "Cloud Polling", "name": "Baby Buddy", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 18, "topics": ["baby", "home-assistant", "home-assistant-component", "home-assistant-custom", "home-assistant-sensor", "parents", "python"], "version_installed": null, "last_fetched": 1642430857.32164}, "334718103": {"authors": ["@fred-oranje"], "category": "integration", "description": "Add Rituals Genie to your HomeAssistant", "domain": "rituals_genie", "downloads": 0, "etag_repository": "W/\"134c760881a3629df584d2b62091a66a33188c060257342747aa089f66514a0f\"", "full_name": "fred-oranje/rituals-genie", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c7589d3", "last_release_tag": "v0.0.2", "last_updated": "2021-12-06T12:08:47Z", "name": "rituals_genie", "new": false, "repository_manifest": {"name": "Rituals Genie", "hacs": "1.6.0", "domains": ["sensor", "switch"], "iot_class": "Cloud Polling", "homeassistant": "2021.1.5"}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["genie", "homeassistant", "integration", "rituals"], "version_installed": null}, "295523408": {"authors": ["@jvitkauskas"], "category": "integration", "description": "Home Assistant integration with Salus devices", "domain": "salus", "downloads": 0, "etag_repository": "W/\"95fa6c21697809190fc02e76e65a8b58c0371f314856ba019b6f5525e49c8d44\"", "full_name": "jvitkauskas/homeassistant_salus", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "86d0d52", "last_release_tag": "0.3.1", "last_updated": "2022-01-14T20:26:10Z", "name": "salus", "new": false, "repository_manifest": {"name": "Salus iT600", "render_readme": true, "iot_class": "Local Polling", "domains": ["climate", "binary_sensor", "switch", "cover", "sensor"]}, "selected_tag": null, "show_beta": false, "stars": 19, "topics": ["hacs", "hass", "home-assistant", "integration"], "version_installed": null, "last_fetched": 1643571236.44543}, "327695137": {"authors": ["@boralyl", "@Gautier Vanderslyen"], "category": "integration", "description": "Custom component to feed multiple sensors in Home Assistan and so custom cards can be to display those sensors. This repository is a fork of https://github.com/boralyl/kodi-recently-added", "domain": "kodi_media_sensors", "downloads": 0, "etag_repository": "W/\"7cdc679cb850cd9a5cbfd0159067d19f002baaf21c01a106e9b5bee8d1831e4d\"", "full_name": "jtbgroup/kodi-media-sensors", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7daf4fc", "last_release_tag": "3.3.0", "last_updated": "2021-12-26T08:56:02Z", "name": "kodi_media_sensors", "new": false, "repository_manifest": {"config_flow": true, "documentation": "https://github.com/jtbgroup/kodi-media-sensors", "domains": ["sensor"], "homeassistant": "2021.1.3", "iot_class": "Local Polling", "name": "Kodi Media Sensors", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["hacs", "home-assistant", "home-assistant-component", "home-assistant-custom", "home-assistant-hacs", "homeassistant", "homeassistant-components", "homeassistant-custom-component", "homeassistant-integration", "homeassistant-sensor", "kodi", "playlist", "playlists", "pyth"], "version_installed": null}, "334284822": {"authors": ["@rj175"], "category": "integration", "description": "An integration to monitor and execute AWS Codepipeline projects within Home Assistant.", "domain": "aws_codepipeline", "downloads": 0, "etag_repository": "W/\"dd3f1ad21b89814df953d20283c07dc9f11f767559ec92689570207215d03888\"", "full_name": "rj175/home-assistant-aws-codepipeline", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3b374af", "last_release_tag": "v1.0.0", "last_updated": "2021-01-30T22:52:54Z", "name": "aws_codepipeline", "new": false, "repository_manifest": {"name": "AWS Codepipeline", "domains": ["sensors"], "iot_class": ["Cloud Poll"]}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["aws", "ci", "cloud", "codepipeline"], "version_installed": null}, "232424544": {"authors": ["@tschamm"], "category": "integration", "description": "Home Assistant component for accessing Bosch Smart Home Controller using boschshcpy python library.", "domain": "bosch_shc", "downloads": 0, "etag_repository": "W/\"8c7b5b22bf7dca0ad539b15af167fbe659d0f81504c59787b1618f0595d0a33b\"", "full_name": "tschamm/boschshc-hass", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2ff102c", "last_release_tag": "0.4.23", "last_updated": "2021-12-25T19:41:03Z", "name": "bosch_shc", "new": false, "repository_manifest": {"name": "Bosch Smart Home Controller (SHC) integration", "domains": ["alarm_control_panel", "binary_sensor", "climate", "cover", "light", "sensor", "switch"], "iot_class": ["Local Push", "Local Polling"], "render_readme": false, "homeassistant": "2021.1.5"}, "selected_tag": null, "show_beta": false, "stars": 40, "topics": ["bosch-smart-home", "boschshcpy", "home-assistant", "home-assistant-component", "smart-home"], "version_installed": null, "last_fetched": 1643571251.209285}, "328671547": {"authors": ["@dmoranf"], "category": "integration", "description": "Wattio Smart Home custom integration for Home Assistant", "domain": "wattio", "downloads": 0, "etag_repository": "W/\"63d645f3dd5184c7cc13cfc9e5be72af788278c459b0b44695fcd1c91ab122ee\"", "full_name": "dmoranf/home-assistant-wattio", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "bc63885", "last_release_tag": "0.2.13", "last_updated": "2021-06-04T07:27:56Z", "name": "wattio", "new": false, "repository_manifest": {"name": "wattio", "domains": ["binary_sensor", "sensor", "climate", "switch"], "homeassistant": "0.96.0", "render_readme": true, "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["hacs", "hass", "home-assistant", "home-assistant-component", "home-automation", "wattio"], "version_installed": null}, "326220257": {"authors": [], "category": "integration", "description": "Hacky Home assistant support for Viomi SE (V-RVCLM21A)", "domain": "viomise", "downloads": 0, "etag_repository": "W/\"a4b5815e6738f22a3a7cac46866f139773e6a036e2aaf80c54b93117ec436113\"", "full_name": "marotoweb/home-assistant-vacuum-viomise", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "23fdeb4", "last_release_tag": "v2021.05.16", "last_updated": "2022-01-30T18:32:27Z", "name": "viomise", "new": false, "repository_manifest": {"name": "Viomi Robot Vacuum Cleaner SE (V-RVCLM21A)", "country": ["FR", "PL", "PT"], "domains": ["vacuum"], "iot_class": "Local Polling", "content_in_root": false, "render_readme": false, "zip_release": true, "filename": "viomi_se.zip"}, "selected_tag": null, "show_beta": false, "stars": 11, "topics": ["hacs", "hass", "home-assistant", "homeassistant", "robot-vacuum", "vacuum", "viomi"], "version_installed": null, "last_fetched": 1643571239.744105}, "325470745": {"authors": ["@ha0y"], "category": "integration", "description": "All-in-one & Easy-to-use. Integrate all your Xiaomi Smart Home - with a single integration and NO YAML files - into Home Assistant.", "domain": "xiaomi_miot_raw", "downloads": 0, "etag_repository": "W/\"49738e395f3606f6126996b0a2b310c30397e355444600ea8fd98cb1db20c5d9\"", "full_name": "ha0y/xiaomi_miot_raw", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d1b70a6", "last_release_tag": "v1.4.0", "last_updated": "2022-01-30T19:15:59Z", "name": "xiaomi_miot_raw", "new": false, "repository_manifest": {"name": "Xiaomi MIoT", "content_in_root": false, "render_readme": true, "iot_class": "local_polling"}, "selected_tag": null, "show_beta": false, "stars": 1113, "topics": ["hacs", "home-assistant", "home-assistant-addons", "homeassistant", "miot", "miot-protocol", "xiaomi", "xiaomi-miot"], "version_installed": null, "last_fetched": 1643571232.71321}, "186605347": {"authors": ["@pszafer"], "category": "integration", "description": "HA custom component for Bosch thermostats", "domain": "bosch", "downloads": 0, "etag_repository": "W/\"eda84242d76d09b4478a3eeaa75a2cde4196e97cbfc8564eca2112e0dd757c39\"", "full_name": "bosch-thermostat/home-assistant-bosch-custom-component", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a733f48", "last_release_tag": "v0.17.0", "last_updated": "2022-01-24T16:12:34Z", "name": "bosch", "new": false, "repository_manifest": {"name": "Bosch thermostat", "domains": ["climate", "water_heater", "sensor"], "homeassistant": "2021.4.0", "render_readme": true, "iot_class": ["Cloud Polling", "Cloud Push", "Local Polling", "Local Push"]}, "selected_tag": null, "show_beta": false, "stars": 60, "topics": ["bosch", "bosch-thermostat", "buderus", "home-assistant", "nefit", "sensors", "thermostat", "xmpp"], "version_installed": null, "last_fetched": 1643571223.362112}, "100234318": {"authors": ["@syssi"], "category": "integration", "description": "Xiaomi Philips Lights integration for Home Assistant", "domain": "xiaomi_miio_philipslight", "downloads": 0, "etag_repository": "W/\"8f6106830200eaa50f1aafb7fff139924fe7bb54875abb1d6c231428351295c8\"", "full_name": "syssi/philipslight", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b46c1a2", "last_release_tag": "1.5.0", "last_updated": "2021-12-20T21:06:22Z", "name": "xiaomi_miio_philipslight", "new": false, "repository_manifest": {"name": "Xiaomi Philips Lights Integration", "content_in_root": false, "render_readme": true, "iot_class": "local_polling"}, "selected_tag": null, "show_beta": false, "stars": 56, "topics": ["custom-component", "hacktoberfest", "home-assistant", "light", "miio", "miio-protocol", "xiaomi", "xiaomi-philips-lights"], "version_installed": null, "last_fetched": 1641217499.701443}, "332911333": {"authors": ["@rgc99"], "category": "integration", "description": "\u2652Irrigation controller for Home Assistant", "domain": "irrigation_unlimited", "downloads": 0, "etag_repository": "W/\"f259afd0b4e615cd1e858649903a50f1a19d7d89aaf8e3fbf5a9555a311b9e8e\"", "full_name": "rgc99/irrigation_unlimited", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "185a04d", "last_release_tag": "2022.1.2", "last_updated": "2022-01-26T00:57:50Z", "name": "irrigation_unlimited", "new": false, "repository_manifest": {"name": "Irrigation Unlimited", "hacs": "1.6.0", "domains": ["binary_sensor"], "homeassistant": "0.118.0"}, "selected_tag": null, "show_beta": false, "stars": 97, "topics": ["garden-automation", "hacs", "home-assistant", "home-automation", "irrigation", "irrigation-control-system", "irrigation-controller", "sprinkler-controller", "water", "watering-controller", "watering-system"], "version_installed": null, "last_fetched": 1643571246.612825}, "313850121": {"authors": ["@al-one"], "category": "integration", "description": "Xiaomi Miio Yeelink/Yeelight devices for Home Assistant", "domain": "miio_yeelink", "downloads": 0, "etag_repository": "W/\"ac4ad42f498e257c19ba40052f5a887c4de63f2825716a9fc0dea0d9083bccdd\"", "full_name": "al-one/hass-miio-yeelink", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4f36887", "last_release_tag": "v0.1.11", "last_updated": "2021-12-21T21:38:04Z", "name": "miio_yeelink", "new": false, "repository_manifest": {"name": "Xiaomi Miio For Yeelink", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 89, "topics": ["home-assistant", "miio", "miot", "xiaomi", "yeelight", "yeelink"], "version_installed": null, "last_fetched": 1642184535.634598}, "318182014": {"authors": ["@al-one"], "category": "integration", "description": "Automatic integrate all Xiaomi devices to HomeAssistant via miot-spec, support Wi-Fi, BLE, ZigBee devices.", "domain": "xiaomi_miot", "downloads": 0, "etag_repository": "W/\"2d6295e06a910161f8f4c4ed416bf1a94be265c5e4ab43e1b6fa381743a33d76\"", "full_name": "al-one/hass-xiaomi-miot", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "cc814e2", "last_release_tag": "v0.5.1", "last_updated": "2022-01-29T18:47:58Z", "name": "xiaomi_miot", "new": false, "repository_manifest": {"name": "Xiaomi Miot Auto", "content_in_root": false, "zip_release": true, "filename": "xiaomi_miot.zip", "render_readme": true, "iot_class": ["Local Polling", "Cloud Polling"]}, "selected_tag": null, "show_beta": false, "stars": 801, "topics": ["custom-component", "home-assistant", "homeassistant", "iot", "miio", "miot", "miot-spec", "smart-home", "xiaoai", "xiaomi", "xiaomi-miot"], "version_installed": null, "last_fetched": 1643571220.012333}, "335019855": {"authors": [], "category": "plugin", "description": "Home Assistant Lovelace Card for controlling desks based on linak bluetooth controller.", "domain": "", "downloads": 0, "etag_repository": "W/\"8841be7e14c30e3888e42dc48c9fcbefa84ab30f3bd68c0209bf6ca47c9756b7\"", "full_name": "IhorSyerkov/linak-desk-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "666de7c", "last_release_tag": "v1.3.1", "last_updated": "2021-11-03T18:16:13Z", "name": "linak-desk-card", "new": false, "repository_manifest": {"name": "LinakDesk Card", "render_readme": true, "filename": "linak-desk-card.js"}, "selected_tag": null, "show_beta": false, "stars": 20, "topics": ["custom-card", "hacs", "home-assistant", "linak-desk-card", "lovelace"], "version_installed": null}, "337387822": {"authors": ["@muhlba91"], "category": "integration", "description": "Home Assistant integration (HACS) for Hella's ONYX.CENTER appliance", "domain": "hella_onyx", "downloads": 0, "etag_repository": "W/\"6229887c7aa4db86e91ce26c0ebf8a1106feaf4f538e968da374f3e79a0bf202\"", "full_name": "muhlba91/onyx-homeassistant-integration", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f50f17d", "last_release_tag": "v2.0.0", "last_updated": "2021-11-24T14:52:27Z", "name": "hella_onyx", "new": false, "repository_manifest": {"name": "Hella ONYX.CENTER", "iot_class": "Cloud Polling", "domains": ["hella_onyx", "cover"], "homeassistant": "2021.11.5", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["hacs", "hella", "homeassistant", "homeassistant-integration", "onyx"], "version_installed": null}, "320324937": {"authors": ["@tetienne"], "category": "integration", "description": "Home Assistant custom component to retrieve information from Veolia ", "domain": "veolia", "downloads": 0, "etag_repository": "W/\"8973c18395ed7281745166e05f1066791fd935dedce291213de6df16d7d6e7d4\"", "full_name": "tetienne/veolia-custom-component", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2a2789c", "last_release_tag": "v0.3.3", "last_updated": "2021-12-22T07:52:40Z", "name": "veolia", "new": false, "repository_manifest": {"name": "Veolia", "hacs": "0.24.0", "domains": ["sensor"], "iot_class": "Cloud Polling", "homeassistant": "0.115.0", "country": ["FR"]}, "selected_tag": null, "show_beta": false, "stars": 0, "topics": ["hacs", "home-assistant", "home-assistant-component", "veolia"], "version_installed": null}, "335713085": {"authors": [], "category": "plugin", "description": "Todoist card for Home Assistant Lovelace UI.", "domain": "", "downloads": 0, "etag_repository": "W/\"6f84c5fd0ba0c1af09c78d5bfad2b1230205f8f81eef5b3b92a5373227e20580\"", "full_name": "grinstantin/todoist-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "57157d5", "last_release_tag": "v1.0.8", "last_updated": "2022-01-24T20:50:45Z", "name": "todoist-card", "new": false, "repository_manifest": {"name": "Todoist Card", "content_in_root": true, "filename": "todoist-card.js", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 20, "topics": ["custom-cards", "hacs", "home-assistant", "homeassistant", "lovelace", "todoist"], "version_installed": null, "last_fetched": 1643571258.119419}, "334076222": {"authors": ["@mawinkler"], "category": "integration", "description": "Asynchronous Astro Weather Forecast for Home Assistant", "domain": "astroweather", "downloads": 0, "etag_repository": "W/\"a522262e7eb1b7fbca336bef746408a48e614d5f86343796e9c09abcc62da838\"", "full_name": "mawinkler/astroweather", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "62cb0b5", "last_release_tag": "v0.0.18.3", "last_updated": "2021-04-30T04:38:10Z", "name": "astroweather", "new": false, "repository_manifest": {"name": "AstroWeather", "render_readme": true, "domains": ["binary_sensor", "sensor"], "iot_class": ["Cloud Polling"]}, "selected_tag": null, "show_beta": false, "stars": 15, "topics": ["7timer", "astronomy", "forecast", "homeassistant", "homeassistant-integration"], "version_installed": null, "last_fetched": 1641307499.458657}, "339464185": {"authors": ["@erikkastelec"], "category": "integration", "description": "Custom component for retrieving sensor information from Weishaupt WEM Portal", "domain": "wemportal", "downloads": 0, "etag_repository": "W/\"c6a62af155082fd165ece653159873d0214b97f7fe3a0addae10387f8889441c\"", "full_name": "erikkastelec/hass-WEM-Portal", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "8a2c168", "last_release_tag": "1.2.2", "last_updated": "2021-12-17T20:32:03Z", "name": "wemportal", "new": false, "repository_manifest": {"name": "Weishaupt WEM Portal", "domains": ["sensor"], "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": ["home-assistant-hacs", "homeassistant-integration", "weishaupt", "wem-portal"], "version_installed": null, "last_fetched": 1643571230.398915}, "152294445": {"authors": ["@lukas-hetzenecker"], "category": "integration", "description": "Links multiple home-assistant instances together", "domain": "remote_homeassistant", "downloads": 0, "etag_repository": "W/\"fd051c654c50cd042d40138fa6b9a223bd6c36e4df56f4fed9adfd35d0bc0fde\"", "full_name": "custom-components/remote_homeassistant", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "841153c", "last_release_tag": "3.6", "last_updated": "2022-01-27T02:39:20Z", "name": "remote_homeassistant", "new": false, "repository_manifest": {"name": "Remote Home-Assistant", "render_readme": true, "iot_class": "Local Polling"}, "selected_tag": null, "show_beta": false, "stars": 411, "topics": ["hacktoberfest", "hacs", "home-assistant"], "version_installed": null, "last_fetched": 1643571225.964868}, "342026799": {"authors": ["@amaximus"], "category": "integration", "description": "Home Assistant custom component for Pollen Information in Hungary", "domain": "pollen_hu", "downloads": 0, "etag_repository": "W/\"5f2ce1eb392cc50b0ee01b8ff8e59b0eac2ef7ce71a2ab45704cc1b189198140\"", "full_name": "amaximus/pollen_hu", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f499306", "last_release_tag": "0.0.6", "last_updated": "2021-12-19T18:02:47Z", "name": "pollen_hu", "new": false, "repository_manifest": {"name": "Pollen Information Hungary", "country": ["HU"], "domains": ["pollen_hu"], "render_readme": "true", "iot_class": ["Assumed State", "Cloud Polling"]}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": ["home-assistant", "homeassistant", "homeassistant-custom-component", "hungary"], "version_installed": null}, "338782385": {"authors": ["@frimtec"], "category": "integration", "description": ":house_with_garden::satellite: Home Assistant component to switch WiFi on/off of a Compal CH7465LG modem.", "domain": "compal_wifi", "downloads": 0, "etag_repository": "W/\"75c1dac78a1be9891d992720b798155fb818d23ef3a5991a6c800a0fd5922854\"", "full_name": "frimtec/hass-compal-wifi", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2747455", "last_release_tag": "1.3.1", "last_updated": "2021-10-30T15:59:48Z", "name": "compal_wifi", "new": false, "repository_manifest": {"name": "Compal WiFi", "country": ["CH"], "domains": ["switch"], "zip_release": true, "filename": "compal_wifi.zip", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["ch7465lg", "compal", "compal-wifi-switch", "home-assistant", "home-automation", "switch", "wifi", "wlan"], "version_installed": null}, "323346718": {"authors": ["@fsaris"], "category": "integration", "description": "AwoX mesh light integration for Home Assistant", "domain": "awox", "downloads": 0, "etag_repository": "W/\"d7c44088b219479fd490ada588a67ceb69e1742e1a360114e80be091f0e2212c\"", "full_name": "fsaris/home-assistant-awox", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b89246c", "last_release_tag": "0.1.2", "last_updated": "2021-12-15T19:30:28Z", "name": "awox", "new": false, "repository_manifest": {"name": "AwoX MESH control", "domains": ["light"], "homeassistant": "2021.11.0", "render_readme": true, "iot_class": ["Local Push", "Local Polling"]}, "selected_tag": null, "show_beta": false, "stars": 31, "topics": ["awox", "bluetooth", "eglo", "home-assistant"], "version_installed": null, "last_fetched": 1643571231.066121}, "339124227": {"authors": ["@fsaris"], "category": "integration", "description": "Unofficial Zonneplan ONE + connect integration for Home Assistant", "domain": "zonneplan_one", "downloads": 0, "etag_repository": "W/\"1a182f25c41ca01d63cf4c3c2096fce721914b7482ec9881b2e9ea8dd1f83635\"", "full_name": "fsaris/home-assistant-zonneplan-one", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "24b72a7", "last_release_tag": "0.0.9", "last_updated": "2022-01-14T14:37:33Z", "name": "zonneplan_one", "new": false, "repository_manifest": {"name": "Zonneplan ONE", "domains": ["sensor"], "homeassistant": "2021.12.0", "render_readme": true, "iot_class": ["Cloud Polling"], "country": ["NL"]}, "selected_tag": null, "show_beta": false, "stars": 18, "topics": ["hacs", "home-assistant", "home-assistant-component", "sensor", "zonneplan", "zonneplan-connect", "zonneplan-one"], "version_installed": null, "last_fetched": 1642851391.58742}, "309178213": {"authors": ["@jadson179"], "category": "integration", "description": "home-assistant service for control the controlid \ud83d\udeaa\ud83d\udd11", "domain": "controlid", "downloads": 0, "etag_repository": "W/\"157a972d436f022c90c2f64c612b63af4c51a7ffc8c3a8fb0f0a3ecf2e2f22c3\"", "full_name": "jadson179/controlid", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "64c8927", "last_release_tag": "v2021.1.0", "last_updated": "2021-06-24T16:29:59Z", "name": "controlid", "new": false, "repository_manifest": {"name": "controlid", "render_readme": "true", "iot_class": ["Local Push"], "version": "0.1.0"}, "selected_tag": null, "show_beta": false, "stars": 0, "topics": ["controlid", "hacs", "homeassistant"], "version_installed": null}, "340616586": {"authors": ["@Limych"], "category": "integration", "description": "Component to integrate Narodmon.ru cloud into Home Assistant", "domain": "narodmon", "downloads": 0, "etag_repository": "W/\"76d482332bf5d4948a362fd9917c1787099f4c901b735b581ff655ad916304b0\"", "full_name": "Limych/ha-narodmon", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6f6b408", "last_release_tag": "1.1.3", "last_updated": "2022-01-23T11:55:34Z", "name": "narodmon", "new": false, "repository_manifest": {"name": "Narodmon.ru Cloud Integration", "hacs": "1.6.0", "domains": ["binary_sensor", "sensor", "switch"], "iot_class": "Cloud Polling", "homeassistant": "0.118.0"}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["home-assistant", "home-assistant-component", "narodmon", "sensor", "weather"], "version_installed": null, "last_fetched": 1643571238.639852}, "340759468": {"authors": ["@muxa"], "category": "integration", "description": "Custom integration for Home Assistant to get New Zealand tide information from NIWA Tides API", "domain": "niwa_tides", "downloads": 0, "etag_repository": "W/\"a072b7d4fb7751a4fcfd61dd4b31060d939cf19d1ef04bad1c19c64e65c94456\"", "full_name": "muxa/home-assistant-niwa-tides", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1258c54", "last_release_tag": "v1.1.2", "last_updated": "2022-01-14T22:29:11Z", "name": "niwa_tides", "new": false, "repository_manifest": {"name": "NIWA Tides", "domains": "sensor", "iot_class": ["Cloud Polling", "Assumed State"], "country": ["NZ"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": ["home-assistant", "tides"], "version_installed": null, "last_fetched": 1643571240.847023}, "259739166": {"authors": ["@markgdev"], "category": "integration", "description": "Octopus Agile custom component for Home Assistant", "domain": "octopusagile", "downloads": 0, "etag_repository": "W/\"351a6aeb2fc79b8f1a425b0e0df1a86ec2c0a3f678829be97c6b297ad39a37b8\"", "full_name": "markgdev/home-assistant_OctopusAgile", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b09a118", "last_release_tag": "v0.1.1", "last_updated": "2021-08-29T11:52:01Z", "name": "octopusagile", "new": false, "repository_manifest": {"name": "Octopus Agile", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 56, "topics": ["energy", "home-assistant", "home-automation", "octopus", "octopus-agile", "octopus-energy"], "version_installed": null, "last_fetched": 1642851394.341927}, "319346850": {"authors": ["@limych"], "category": "integration", "description": "Home Assistant sensor to predict if it's time to change car tires from summer to winter and vice versa.", "domain": "snowtire", "downloads": 0, "etag_repository": "W/\"f0165dcecaaa5eb190c4e8b64d6043e64c3b72cd282fad4f0807f7d1435947c5\"", "full_name": "Limych/ha-snowtire", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "637ffba", "last_release_tag": "1.4.1", "last_updated": "2022-01-04T17:38:38Z", "name": "snowtire", "new": false, "repository_manifest": {"name": "Snowtire Sensor", "domains": ["sensor"], "hacs": "1.6.0", "iot_class": "Assumed State", "homeassistant": "0.118.0"}, "selected_tag": null, "show_beta": false, "stars": 20, "topics": ["car-winter-tires", "hacs", "home-assistant", "home-assistant-component", "sensor", "tires"], "version_installed": null, "last_fetched": 1641470519.513348}, "236358405": {"authors": ["@nick2525"], "category": "integration", "description": "Broadlink s2c and Broadlink s1c sensors for Home Assistant", "domain": "broadlink_s1c", "downloads": 0, "etag_repository": "W/\"552d77089b8241b0f092162c8eae194d6c0659e359f2156ebe989c8ffaeff254\"", "full_name": "nick2525/broadlink_s1c_s2c", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f8f2b1b", "last_release_tag": null, "last_updated": "2021-12-07T18:44:13Z", "name": "broadlink_s1c", "new": false, "repository_manifest": {"name": "Broadlink s2c and s1c sensors", "render_readme": true, "homeassistant": "0.112.0"}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": ["broadlink", "hacz", "home-assistant", "s1c", "s2c"], "version_installed": null}, "342944383": {"authors": [], "category": "plugin", "description": "Display Buienalarm and/or Buienradar data in a graph for Home Assistant.", "domain": "", "downloads": 0, "etag_repository": "W/\"e36445946e3ef3f2476c41889f9cd66f9165ea7e4a040ea845fab0095f209945\"", "full_name": "aex351/home-assistant-neerslag-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "cc9c617", "last_release_tag": "2021.10.21.0", "last_updated": "2021-10-21T20:36:03Z", "name": "home-assistant-neerslag-card", "new": false, "repository_manifest": {"name": "Neerslag Card", "render_readme": true, "country": ["NL", "BE"], "domains": ["sensor"], "filename": "neerslag-card.js"}, "selected_tag": null, "show_beta": false, "stars": 17, "topics": ["home-assistant"], "version_installed": null}, "341931266": {"authors": [], "category": "plugin", "description": "Simple clock card for Home assistant lovelace", "domain": "", "downloads": 0, "etag_repository": "W/\"90b6f2713bd6c3b289d428a2e56132d428c80051263a208a81e792001fdf6758\"", "full_name": "fufar/simple-clock-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b8a6905", "last_release_tag": "1.5", "last_updated": "2021-05-21T10:50:38Z", "name": "simple-clock-card", "new": false, "repository_manifest": {"name": "Simple Clock Card", "content_in_root": true, "render_readme": true, "filename": "simple-clock-card.js"}, "selected_tag": null, "show_beta": false, "stars": 19, "topics": ["clock", "hassio", "home-assistant", "homeassistant", "lovelace", "lovelace-custom-card", "lovelace-ui"], "version_installed": null, "last_fetched": 1643571257.783716}, "344636306": {"authors": ["@wimb0"], "category": "integration", "description": "Home Assistant Component for reading data locally from SAJ (and Zonneplan) Inverters through modbus TCP.", "domain": "saj_modbus", "downloads": 0, "etag_repository": "W/\"be39bf82262005cd93e6ba1f846fb19e7b38e755c3fc6898e2552bac5712534e\"", "full_name": "wimb0/home-assistant-saj-modbus", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "89d024f", "last_release_tag": "v1.6.0", "last_updated": "2021-09-04T06:40:15Z", "name": "saj_modbus", "new": false, "repository_manifest": {"name": "SAJ Inverter Modbus", "content_in_root": false, "domains": ["sensor"], "homeassistant": "2021.9.0", "iot_class": "local_poll"}, "selected_tag": null, "show_beta": false, "stars": 12, "topics": ["hacs", "home-assistant", "saj-inverters", "saj-r5", "zonneplan"], "version_installed": null, "last_fetched": 1641895899.054389}, "234961647": {"authors": [], "category": "plugin", "description": "Climate mode entity for Lovelace", "domain": "", "downloads": 0, "etag_repository": "W/\"bc11fd3a3fb39a7af3d8b565f4c97a396ef31707ceeab8ccbb0ecaccbfeb12f0\"", "full_name": "piitaya/lovelace-climate-mode-entity-row", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "bf684be", "last_release_tag": "v1.3.3", "last_updated": "2022-01-28T22:58:58Z", "name": "lovelace-climate-mode-entity-row", "new": false, "repository_manifest": {"name": "Climate Mode Entity Row", "filename": "climate-mode-entity-row.js", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 36, "topics": ["card", "home-assistant", "lovelace", "thermostat"], "version_installed": null, "last_fetched": 1643571261.906326}, "293488791": {"authors": ["@Antoni-Czaplicki"], "category": "integration", "description": "Vulcan inegration for home assistamt", "domain": "vulcan", "downloads": 0, "etag_repository": "W/\"e66fe66fa0c08c6f00738afac42ccb706f7178be6bcf009e82aac8455cb7b440\"", "full_name": "Antoni-Czaplicki/vulcan-for-hassio", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "795cdc3", "last_release_tag": "0.11.0", "last_updated": "2021-11-07T20:13:02Z", "name": "vulcan", "new": false, "repository_manifest": {"name": "Uonet+ Vulcan", "country": ["PL"], "domains": ["sensor", "calendar"], "iot_class": "Cloud Polling", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 16, "topics": ["hacktoberfest", "home-assistant", "homeassistant", "timetable", "vulcan"], "version_installed": null}, "341707887": {"authors": [], "category": "plugin", "description": "Home Assistant custom Lovelace card for pollen information in Hungary", "domain": "", "downloads": 0, "etag_repository": "W/\"1b2fef7b5cf75091a43570f472b7492a86c2848a7b8741afd351ac24c4286e66\"", "full_name": "amaximus/pollen-hu-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7307ad1", "last_release_tag": "0.0.1", "last_updated": "2021-04-23T12:56:39Z", "name": "pollen-hu-card", "new": false, "repository_manifest": {"name": "Pollen Information Card for Hungary ", "filename": "pollen-hu-card.js", "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 7, "topics": ["homeassistant", "hungary", "lovelace", "lovelace-custom-card", "lovelace-ui"], "version_installed": null}, "342208616": {"authors": ["@dm82m"], "category": "integration", "description": "Custom component for retrieving sensor information from Deltasol KM2", "domain": "deltasol", "downloads": 0, "etag_repository": "W/\"d4d527fed9637565de9c0ee2141949faf152e4072a3dd2c2f6e742ec29e45918\"", "full_name": "dm82m/hass-Deltasol-KM2", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7f1b989", "last_release_tag": "0.0.3", "last_updated": "2021-12-18T08:18:35Z", "name": "deltasol", "new": false, "repository_manifest": {"name": "Deltasol KM2", "domains": ["sensor"], "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["deltasol", "home-assistant-hacs", "homeassistant-integration", "km2"], "version_installed": null}, "330644825": {"authors": ["@leikoilja", "@DurgNomis-drol", "@ArnyminerZ", "@KapJI"], "category": "integration", "description": "Home Assistant Google Home custom component ", "domain": "google_home", "downloads": 0, "etag_repository": "W/\"2808bde41376d7f4485b58b1099e102d97cfe32b861b39e7ad32b454638e1590\"", "full_name": "leikoilja/ha-google-home", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "421cccf", "last_release_tag": "v1.9.4", "last_updated": "2022-01-24T14:15:46Z", "name": "google_home", "new": false, "repository_manifest": {"name": "Google Home", "hacs": "1.6.0", "domains": ["sensor"], "iot_class": "Cloud Polling", "homeassistant": "2021.11.0", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 221, "topics": ["google-assistent", "google-home", "homeassistant", "homeassistant-integration", "python"], "version_installed": null, "last_fetched": 1643571238.329873}, "211393677": {"authors": ["@piitaya"], "category": "integration", "description": "Home Assistant Component for Qubino Wire Pilot", "domain": "qubino_wire_pilot", "downloads": 0, "etag_repository": "W/\"4b88195059bdb278252ce0d51ba57b4b123d153cd34d186aeb17dce9083e1996\"", "full_name": "piitaya/home-assistant-qubino-wire-pilot", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "32af168", "last_release_tag": "2.0.0", "last_updated": "2022-01-07T13:01:40Z", "name": "qubino_wire_pilot", "new": false, "repository_manifest": {"domains": ["climate"], "name": "Qubino Wire Pilot", "render_readme": true, "homeassistant": "0.96.0"}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": ["climate", "home-assistant", "qubino", "qubino-wire-pilot", "thermostat"], "version_installed": null, "last_fetched": 1643571243.136589}, "349455097": {"authors": ["@mzdrale", "@kevinhaendel"], "category": "integration", "description": "This platform integrates Ubee Routers into Home Assistant.", "domain": "ubee", "downloads": 0, "etag_repository": "W/\"c84d1e872393e537334c7934e1ad285c6eeb5a30c1916ef7d86f16e987a1984f\"", "full_name": "kevinhaendel/ha-ubee", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a943387", "last_release_tag": null, "last_updated": "2021-03-21T14:38:17Z", "name": "ubee", "new": false, "repository_manifest": {"name": "Ubee Router", "render_readme": true, "domains": ["ubee"], "iot_class": ["Local Polling"]}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["home-assistant", "homeassistant", "homeassistant-components", "ubee"], "version_installed": null}, "157980832": {"authors": ["@echoromeo"], "category": "integration", "description": "Home Assistant implementation of pynobo - to control Nob\u00f8 / Glen Dimplex heaters", "domain": "nobo_hub", "downloads": 0, "etag_repository": "W/\"31ced013d843bec6f0492a9dca17799c9c189ad9175a1f40f399e170ff35967e\"", "full_name": "echoromeo/hanobo", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "88bf476", "last_release_tag": "v1.1.3", "last_updated": "2021-06-12T13:04:57Z", "name": "nobo_hub", "new": false, "repository_manifest": {"name": "Nob\u00f8 Hub / Nob\u00f8 Energy Control", "country": ["NO"], "domains": ["climate"], "render_readme": true, "iot_class": ["Local Polling"]}, "selected_tag": null, "show_beta": false, "stars": 19, "topics": ["glen-dimplex", "heaters", "home-assistant", "hvac", "nobo"], "version_installed": null, "last_fetched": 1643571229.41341}, "340085507": {"authors": ["@WolfRevo"], "category": "integration", "description": "A clone created from the Home Assistant generic_thermostat to use EUROTRONIC Zigbee SPZB0001 Thermostats with external temperature sensors", "domain": "spzb0001_thermostat", "downloads": 0, "etag_repository": "W/\"7f51bfdf4aab58c1b03740b2bb6e1b06a88a0cd49f49e26573932b69d6d51736\"", "full_name": "WolfRevo/climate.spzb0001_thermostat", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7056bca", "last_release_tag": null, "last_updated": "2021-11-02T07:54:59Z", "name": "spzb0001_thermostat", "new": false, "repository_manifest": {"name": "SPZB0001 Thermostat", "render_readme": true, "domains": ["climate"], "iot_class": "Local Push"}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["custom-component", "home-assistant", "integration", "thermostat"], "version_installed": null}, "242528119": {"authors": ["@smaisidoro"], "category": "integration", "description": "Ruuvi tag BLE sensor for Home Assistant.", "domain": "ruuvi", "downloads": 0, "etag_repository": "W/\"0492a9db9cbc9f3ff025f706377d216531eddfffdc30cc0f575f35628eafc6fc\"", "full_name": "ruuvi-friends/ruuvi-hass.io", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "ef60f8d", "last_release_tag": null, "last_updated": "2022-01-25T13:23:39Z", "name": "ruuvi", "new": false, "repository_manifest": {"name": "RuuviTag Sensor", "render_readme": true, "domains": "sensor", "iot_class": "Local Push"}, "selected_tag": null, "show_beta": false, "stars": 30, "topics": ["hacs", "hass", "ruuvi-ble-devices", "ruuvitag", "ruuvitag-sensor"], "version_installed": null, "last_fetched": 1643571247.282558}, "344660161": {"authors": ["@neggert"], "category": "integration", "description": "Home Assistant custom component for eGauge monitor", "domain": "egauge", "downloads": 0, "etag_repository": "W/\"927bc8c4fe339363073cd6fd0dad351b5d8e051a346e020c7c18cea3bf24daa2\"", "full_name": "neggert/hass-egauge", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "afbb549", "last_release_tag": "v0.4.0", "last_updated": "2021-12-20T06:12:12Z", "name": "egauge", "new": false, "repository_manifest": {"name": "eGauge", "hacs": "1.6.0", "domains": ["sensor"], "iot_class": "Local Polling", "homeassistant": "2021.9.0", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": ["custom-component", "home-assistant"], "version_installed": null}, "266595512": {"authors": ["@hellqvio86"], "category": "integration", "description": "Home assistant Integration for Casambi Cloud lights", "domain": "casambi", "downloads": 0, "etag_repository": "W/\"5bad1035051069eb0cf83398b7b79ca4a3a2e358dd56b340eea7f52585170dfd\"", "full_name": "hellqvio86/home_assistant_casambi", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3e49505", "last_release_tag": "v0.61", "last_updated": "2022-01-07T11:28:02Z", "name": "casambi", "new": false, "repository_manifest": {"name": "home_assistant_casambi"}, "selected_tag": null, "show_beta": false, "stars": 14, "topics": ["casambi", "hacs", "home-assistant", "home-automation"], "version_installed": null, "last_fetched": 1641588021.318665}, "347143701": {"authors": ["@rccoleman"], "category": "integration", "description": "\u25b6\ufe0f Channels DVR component to feed Upcoming Media Card.", "domain": "channels_dvr_recently_recorded", "downloads": 0, "etag_repository": "W/\"632cb7ecceb6006f5a9249de7466507ba4ee9b6b01cfcd6548ba11be5aeaa122\"", "full_name": "rccoleman/channels_dvr_recently_recorded", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "04d245b", "last_release_tag": "v0.0.8", "last_updated": "2021-12-05T17:10:49Z", "name": "channels_dvr_recently_recorded", "new": false, "repository_manifest": {"name": "Channels DVR Recently Recorded", "iot_class": "Local Polling"}, "selected_tag": null, "show_beta": false, "stars": 11, "topics": ["channels-dvr", "custom-component", "home-assistant", "homeassista"], "version_installed": null, "last_fetched": 1643571245.264041}, "340664955": {"authors": ["@dimagoltsman"], "category": "integration", "description": "HACS integration to proof.co.il dashcam", "domain": "proof", "downloads": 0, "etag_repository": "W/\"bf55041246f16b26dafae40aaa1e2cd6b1b261433a9a915447df745be7bc2e9f\"", "full_name": "dimagoltsman/ha-proof-dashcam-integration", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "46562f0", "last_release_tag": "0.1.3", "last_updated": "2021-03-13T18:43:28Z", "name": "proof", "new": false, "repository_manifest": {"name": "Proof Dashcam Integration", "iot_class": ["Assumed State"], "country": ["IL"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["homeassistant", "proof"], "version_installed": null}, "309195773": {"authors": ["@jadson179"], "category": "integration", "description": "home-assistant service for control the vapix \ud83d\udeaa\ud83d\udd11", "domain": "vapix", "downloads": 0, "etag_repository": "W/\"3dd03325b6a91acdc1f6f9ff01c9039e9068355bece345815b0b57bccb37a05a\"", "full_name": "jadson179/vapix", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "152bd7d", "last_release_tag": "v2021.2.0", "last_updated": "2021-06-22T11:49:49Z", "name": "vapix", "new": false, "repository_manifest": {"name": "vapix", "render_readme": "true", "iot_class": ["Local Push"], "version": "2021.1.1"}, "selected_tag": null, "show_beta": false, "stars": 0, "topics": ["axis", "hacs", "homeassistant", "services"], "version_installed": null}, "350509867": {"authors": [], "category": "plugin", "description": "Minimalistic uptime card for Home Assistant Lovelace UI", "domain": "", "downloads": 0, "etag_repository": "W/\"23b29a2a654a6053544594898f7665c68bef345cf93211f4595b34b81fd9ad4b\"", "full_name": "dylandoamaral/uptime-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9055902", "last_release_tag": "v0.9.3", "last_updated": "2022-01-19T21:01:43Z", "name": "uptime-card", "new": false, "repository_manifest": {"name": "Uptime Card", "render_readme": true, "filename": "uptime-card.js"}, "selected_tag": null, "show_beta": false, "stars": 121, "topics": ["card", "custom", "hacs", "hassio", "home-assistant", "lovelace", "sensor", "uptime", "uptime-card"], "version_installed": null, "last_fetched": 1643571257.110144}, "164419416": {"authors": ["@epenet"], "category": "integration", "description": "\ud83d\ude97 Renault ZE sensor for home assistant", "domain": "renault", "downloads": 0, "etag_repository": "W/\"1012cbab75733f6f98bcd6bdd3fa8eecd25cfc658ca282a27a4292239c9f8254\"", "full_name": "hacf-fr/hassRenaultZE", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c1c3d65", "last_release_tag": "v3.0.8", "last_updated": "2021-07-19T13:19:13Z", "name": "renault", "new": false, "repository_manifest": {"name": "Renault", "domains": ["binary_sensor", "device_tracker", "sensor"], "iot_class": "Cloud Polling", "homeassistant": "0.115.0"}, "selected_tag": null, "show_beta": false, "stars": 50, "topics": ["custom-components", "home-assistant", "renault", "renault-ze", "renault-zoe"], "version_installed": null}, "356821955": {"authors": [], "category": "theme", "description": "\ud83c\udfa8 Home Assistant Theme: Outline", "domain": "", "downloads": 0, "etag_repository": "W/\"145a4ff274062ff39f5840c686f77e02838ca4c88ab3bb67860c4e79b935ef37\"", "full_name": "frenck/home-assistant-theme-outline", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2775cbf", "last_release_tag": "v2.0.1", "last_updated": "2021-12-28T07:43:04Z", "name": "home-assistant-theme-outline", "new": false, "repository_manifest": {"name": "Outline", "render_readme": true, "homeassistant": "2021.6.0b0"}, "selected_tag": null, "show_beta": false, "stars": 20, "topics": ["hacs", "home-assistant", "homeassistant", "minimalistic", "theme", "themes"], "version_installed": null}, "231829137": {"authors": [], "category": "theme", "description": "\ud83d\udc35 Dark Blue Theme for Home Assistant", "domain": null, "downloads": 0, "etag_repository": "W/\"8cadce2248120134cb08200839e45be6f0e51afa1187d66bd3df7ec5d204c230\"", "full_name": "aFFekopp/noctis", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2a439e9", "last_release_tag": "2.6", "last_updated": "2021-05-14T08:16:34Z", "name": "noctis", "new": false, "repository_manifest": {"name": "Noctis"}, "selected_tag": null, "show_beta": false, "stars": 119, "topics": ["dark-theme", "hacs", "home-assistant", "home-assistant-theme"], "version_installed": null, "last_fetched": 1641470531.195539}, "234022648": {"authors": [], "category": "theme", "description": "\ud83c\udfa8 By JuanMTech -- A Home Assistant theme inspired on the Google app dark mode.", "domain": null, "downloads": 0, "etag_repository": "W/\"682c5ebd64a41df31e2374a5a30257639353db0f715f3043d6fe5611f22e62e2\"", "full_name": "JuanMTech/google_dark_theme", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "ef86097", "last_release_tag": "v1.11", "last_updated": "2021-11-25T23:22:14Z", "name": "google_dark_theme", "new": false, "repository_manifest": {"name": "Google Dark Theme", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 135, "topics": ["hacs", "home-assistant", "theme"], "version_installed": null, "last_fetched": 1642430885.581991}, "326033921": {"authors": [], "category": "plugin", "description": "A one-button control row for any Home Assistant binary entity", "domain": "", "downloads": 0, "etag_repository": "W/\"792771a2df12a55f46588aabd2badbef2d24150b75ffd1195eaeff3b52a9b287\"", "full_name": "finity69x2/toggle-control-button-row", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "64f918f", "last_release_tag": "1.3", "last_updated": "2021-06-05T12:11:30Z", "name": "toggle-control-button-row", "new": false, "repository_manifest": {"name": "Toggle Control Button Row", "filename": "toggle-control-button-row.js"}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": ["button", "home-assistant", "plugin", "toggle"], "version_installed": null}, "358962656": {"authors": [], "category": "plugin", "description": "Send notifications directly from the dashboard", "domain": "", "downloads": 0, "etag_repository": "W/\"80ddaa9168769e17edbf9ea2c5cf98acdb282744a1d1c933aa587fc4fc4da594\"", "full_name": "bernikr/lovelace-notify-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4459742", "last_release_tag": null, "last_updated": "2021-12-17T14:39:09Z", "name": "lovelace-notify-card", "new": false, "repository_manifest": {"name": "Notify Card", "content_in_root": true, "filename": "notify-card.js", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 13, "topics": ["card", "homeassistant", "lovelace", "notification", "notifications", "notify", "service"], "version_installed": null, "last_fetched": 1641470532.737729}, "351472550": {"authors": [], "category": "plugin", "description": "A custom entity card for Home Assistant that allows text to span multiple lines.", "domain": "", "downloads": 0, "etag_repository": "W/\"8f62c1798cc9d81faac87ef851d74df65c186b1f6e2b23afc692566cf176ed67\"", "full_name": "jampez77/Multiline-Entity-Card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b04fb03", "last_release_tag": "1.1.1", "last_updated": "2021-08-04T15:44:50Z", "name": "Multiline-Entity-Card", "new": false, "repository_manifest": {"name": "Multiline Entity Card", "render_readme": true, "filename": "multiline-entity-card.js"}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": ["automation", "custom-cards", "hacs", "hass", "hassio", "home-assistant", "homeassistant", "lovelace"], "version_installed": null, "last_fetched": 1642094193.251337}, "229140999": {"authors": ["@cathiele"], "category": "integration", "description": "Home Assistant custom_component for controlling the go-eCharger EV-Charger", "domain": "goecharger", "downloads": 0, "etag_repository": "W/\"77fac81c1123bccb1e672c243f2509785b2ae9202622c562eab92b2471a65fcf\"", "full_name": "cathiele/homeassistant-goecharger", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9805ce6", "last_release_tag": "0.24.1", "last_updated": "2021-12-28T19:59:46Z", "name": "goecharger", "new": false, "repository_manifest": {"name": "go-eCharger", "content_in_root": false, "render_readme": true, "domains": ["switch", "sensor"]}, "selected_tag": null, "show_beta": false, "stars": 46, "topics": ["charger", "component", "custom", "go-echarger", "home-assistant", "python"], "version_installed": null, "last_fetched": 1643571224.386474}, "345753205": {"authors": [], "category": "plugin", "description": "Frontend plugin to control fans in Home Assistant using percent values for speeds", "domain": "", "downloads": 0, "etag_repository": "W/\"f32f4e395ddb20582bfb843c62a04f62447902138d04b0bc58e2a81e5f5bee1e\"", "full_name": "finity69x2/fan-percent-button-row", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5ad1cf9", "last_release_tag": "1.8", "last_updated": "2021-10-16T15:55:13Z", "name": "fan-percent-button-row", "new": false, "repository_manifest": {"name": "Fan Percent Button Row", "filename": "fan-percent-button-row.js"}, "selected_tag": null, "show_beta": false, "stars": 11, "topics": ["assistant", "fan", "home", "percent", "plugin", "speed"], "version_installed": null}, "343112953": {"authors": [], "category": "plugin", "description": "Custom card for home assistant allowing to search in the libraries of kodi", "domain": "", "downloads": 0, "etag_repository": "W/\"e8bfad5dd8ce887d1b43749ce712e07446a3235688a5832ae3809db371cc0080\"", "full_name": "jtbgroup/kodi-search-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3b7ea06", "last_release_tag": "2.5.1", "last_updated": "2021-12-29T05:15:24Z", "name": "kodi-search-card", "new": false, "repository_manifest": {"name": "Kodi Search Card", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": ["hacs", "home-assistant", "home-assistant-frontend", "home-assistant-hacs", "homeassistant", "kodi", "kodi-media-sensors"], "version_installed": null}, "350622451": {"authors": ["@bieniu"], "category": "integration", "description": "\u017badnego Ale allergen concentration custom integration", "domain": "zadnego_ale", "downloads": 0, "etag_repository": "W/\"99bb3e097a189207d77c1132cb4ec1439717aa9e38fde68b3408d53d6da0df78\"", "full_name": "bieniu/ha-zadnego-ale", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "96756f4", "last_release_tag": "0.6.3", "last_updated": "2022-01-10T15:26:59Z", "name": "zadnego_ale", "new": false, "repository_manifest": {"name": "\u017badnego Ale", "homeassistant": "2021.12.0", "iot_class": "Cloud Polling", "domains": ["sensor"], "zip_release": true, "filename": "zadnego_ale.zip", "country": ["PL"]}, "selected_tag": null, "show_beta": false, "stars": 11, "topics": ["allergen", "allergy", "home-assistant", "python"], "version_installed": null, "last_fetched": 1642520520.805592}, "330645002": {"authors": ["@MTrab"], "category": "integration", "description": "Danfoss Ally intragration for Home Assistant", "domain": "danfoss_ally", "downloads": 0, "etag_repository": "W/\"6ec839d897c2fad65394335ef31856eb43cb493f55d61962bd67e4ef006ef60c\"", "full_name": "MTrab/danfoss_ally", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a23e19f", "last_release_tag": "1.0.3", "last_updated": "2021-12-08T08:25:35Z", "name": "danfoss_ally", "new": false, "repository_manifest": {"name": "Danfoss Ally", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": ["homeassistant", "homeassistant-custom-component", "homeassistant-integration"], "version_installed": null, "last_fetched": 1642430889.777669}, "356053801": {"authors": ["@pcourbin"], "category": "integration", "description": "Home Assistant custom component for IMA Protect Alarm", "domain": "imaprotect", "downloads": 0, "etag_repository": "W/\"f8c029b7f5ec646c4f4620552a56b2b9b6146c9bfe051c6bb24dff0a7745c4a3\"", "full_name": "pcourbin/imaprotect", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "53c20b8", "last_release_tag": "v1.0.2", "last_updated": "2022-01-06T09:15:13Z", "name": "imaprotect", "new": false, "repository_manifest": {"name": "IMA Protect Alarm", "domains": ["alarm_control_panel"], "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 0, "topics": ["alarm", "home-assistant"], "version_installed": null, "last_fetched": 1641470537.462143}, "354924085": {"authors": ["@gjohansson-ST"], "category": "integration", "description": "Svenska Trygghetsl\u00f6sningar - Home Assistant", "domain": "stl", "downloads": 0, "etag_repository": "W/\"7d35e1269f9d75bfa751d4953e42ea31584b813c877c8d8eaa49047b20716560\"", "full_name": "gjohansson-ST/stl", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2628b84", "last_release_tag": "v0.1.3", "last_updated": "2021-12-19T15:21:38Z", "name": "stl", "new": false, "repository_manifest": {"name": "Svenska Trygghetslosningar", "render_readme": true, "domains": ["alarm_control_panel"], "iot_class": "Cloud Polling", "country": ["SE"]}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["alarm", "stl"], "version_installed": null}, "358505160": {"authors": ["@eifinger"], "category": "integration", "description": "Homeassistant integration for weenect", "domain": "weenect", "downloads": 0, "etag_repository": "W/\"14711e4e41464e9b8182a47f23f2aafe6da1c74422fe40aae4a8a9d00f5b1ba8\"", "full_name": "eifinger/hass-weenect", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "00f9705", "last_release_tag": "v2.1.0", "last_updated": "2022-01-11T06:30:20Z", "name": "weenect", "new": false, "repository_manifest": {"name": "Weenect", "hacs": "1.6.0", "domains": ["binary_sensor", "device_tracker", "sensor"], "iot_class": "Cloud Polling", "homeassistant": "2021.12.0"}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["hacktoberfest", "hacs", "home-assistant", "home-assistant-hacs", "homeassistant", "homeassistant-integration", "python", "weenect"], "version_installed": null, "last_fetched": 1641895915.721014}, "357338258": {"authors": ["@Limych"], "category": "integration", "description": "Sensor of Temperature Feels Like for Home Assistant.", "domain": "temperature_feels_like", "downloads": 0, "etag_repository": "W/\"c6128f82d5e39b4a6f05e79f2429753da0981e42f067d8795573c165dfbda227\"", "full_name": "Limych/ha-temperature-feels-like", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "df4782e", "last_release_tag": "0.3.2", "last_updated": "2022-01-19T09:13:57Z", "name": "temperature_feels_like", "new": false, "repository_manifest": {"name": "Temperature Feels Like", "hacs": "1.6.0", "domains": ["binary_sensor", "sensor", "switch"], "iot_class": "Cloud Polling", "homeassistant": "0.118.0"}, "selected_tag": null, "show_beta": false, "stars": 40, "topics": ["home-assistant-climate", "home-assistant-component", "home-assistant-sensor", "home-assistant-temperature", "home-assistant-weather"], "version_installed": null, "last_fetched": 1643571238.726962}, "299753146": {"authors": ["@PiotrMachowski"], "category": "integration", "description": "This custom integration provides a way to present a live view of a map for Xiaomi, Roborock, Viomi and Roidmi vacuums without a need for rooting.", "domain": "xiaomi_cloud_map_extractor", "downloads": 0, "etag_repository": "W/\"b569693cf88cdb79fafb0224c5716db557fce9ceebe13687c26986bfa05e521b\"", "full_name": "PiotrMachowski/Home-Assistant-custom-components-Xiaomi-Cloud-Map-Extractor", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7bc8682", "last_release_tag": "v2.1.5", "last_updated": "2022-01-27T20:56:14Z", "name": "xiaomi_cloud_map_extractor", "new": false, "repository_manifest": {"name": "Xiaomi Cloud Map Extractor", "render_readme": true, "domain": "xiaomi_cloud_map_extractor", "documentation": "https://github.com/PiotrMachowski/Home-Assistant-custom-components-Xiaomi-Cloud-Map-Extractor", "issue_tracker": "https://github.com/PiotrMachowski/Home-Assistant-custom-components-Xiaomi-Cloud-Map-Extractor/issues", "zip_release": true, "filename": "xiaomi_cloud_map_extractor.zip"}, "selected_tag": null, "show_beta": false, "stars": 641, "topics": ["cloud", "custom-component", "hacs", "home-assistant", "map", "roborock", "robot", "roidmi", "vacuum", "vacuum-map", "viomi", "xiaomi", "xiaomi-smart-home", "xiaomi-vacuum"], "version_installed": null, "last_fetched": 1643572191.427921}, "358585486": {"authors": ["@danieldotnl"], "category": "integration", "description": "Home Assistant custom component for scraping (html, xml or json) multiple values (from a single HTTP request) with a separate sensor/attribute for each value. Support for (login) form-submit functionality.", "domain": "multiscrape", "downloads": 0, "etag_repository": "W/\"a4cedd0887928692b99b4fe6eaba07e3dd5833f3d6e2436675eac3b06b05837a\"", "full_name": "danieldotnl/ha-multiscrape", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4cddd5f", "last_release_tag": "v5.7.0", "last_updated": "2022-01-26T14:10:26Z", "name": "multiscrape", "new": false, "repository_manifest": {"name": "Multiscrape", "hacs": "1.6.0", "domains": ["sensor", "binary_sensor", "button"], "iot_class": "Local Polling", "homeassistant": "2021.9.0", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 57, "topics": ["hacs", "home-assistant", "home-assistant-custom", "rest", "scrape", "scraper", "scraping", "sensor"], "version_installed": null, "last_fetched": 1643571227.66772}, "264415552": {"authors": ["@Rendili", "@KJonline"], "category": "integration", "description": "A custom version of the home assistant hive component", "domain": "hive", "downloads": 0, "etag_repository": "W/\"255268c8237418803e099ff13eb14c8db6f6e40bd60d7d464f94e87f687411e6\"", "full_name": "Pyhass/Hive-Custom-Component", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7c9626c", "last_release_tag": "2021.5.4", "last_updated": "2021-06-20T21:21:29Z", "name": "hive", "new": false, "repository_manifest": {"name": "Hive Custom Component", "render_readme": true, "domains": ["binary_sensor", "climate", "light", "sensor", "switch", "water_heater"]}, "selected_tag": null, "show_beta": false, "stars": 26, "topics": ["hive"], "version_installed": null}, "352399227": {"authors": [], "category": "plugin", "description": "Icon set from KNX User Forum for Home Assistant. The icon set contains more than 900 icons for home automation.", "domain": "", "downloads": 0, "etag_repository": "W/\"fb25fcae85ccad0837b860974e36a964f8cdc4364b9a113d509068e6afbc2f77\"", "full_name": "mampfes/ha-knx-uf-iconset", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a7721ad", "last_release_tag": "1.1.0", "last_updated": "2021-12-15T18:26:29Z", "name": "ha-knx-uf-iconset", "new": false, "repository_manifest": {"name": "KNX User Forum Icon Set", "render_readme": true, "homeassistant": "2021.10"}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["hacs", "home-assistant", "homeassistant", "icons", "iconset"], "version_installed": null}, "308752409": {"authors": [], "category": "plugin", "description": "A lovelace card for electrical vehicle (EV) home chargers and charging robots.", "domain": "", "downloads": 0, "etag_repository": "W/\"b1c93f8aba5a2f6be2dfe082311d3472c1afdf5f53cc0f849a053923865067d4\"", "full_name": "tmjo/charger-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2b8de9b", "last_release_tag": "v0.0.14", "last_updated": "2022-01-04T15:50:41Z", "name": "charger-card", "new": false, "repository_manifest": {"name": "Charger Card", "render_readme": true, "filename": "charger-card.js"}, "selected_tag": null, "show_beta": false, "stars": 37, "topics": ["charger", "charging-robot", "easee", "elbil", "electric-vehicle", "evcharger", "hacs", "hass", "home-assistant", "homeassistant", "lovelace"], "version_installed": null, "last_fetched": 1643571264.225065}, "356725611": {"authors": ["@djerik"], "category": "integration", "description": "Home Assistant component for monitoring and administration of Wavin Sentio underfloor heating system", "domain": "wavinsentio", "downloads": 0, "etag_repository": "W/\"65128d70a414ca4dee120253d78ba9f624f43215c04d2a6f73f24428ce69eef9\"", "full_name": "djerik/wavinsentio-ha", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "803182d", "last_release_tag": null, "last_updated": "2021-12-04T08:35:46Z", "name": "wavinsentio", "new": false, "repository_manifest": {"name": "Wavin Sentio", "render_readme": true, "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["custom-components", "hacs", "home-assistant", "integration", "sentio", "wavin"], "version_installed": null, "last_fetched": 1641895920.280276}, "362214884": {"authors": ["@dreed47"], "category": "integration", "description": "Redfin property estimate Sensor for Home Assistant", "domain": "redfin", "downloads": 0, "etag_repository": "W/\"811fbf0db891b34372ba22a520242b50c103e091f95f69a0e251745c1980160e\"", "full_name": "dreed47/redfin", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "56bcb52", "last_release_tag": "v1.1.4", "last_updated": "2021-06-14T19:28:05Z", "name": "redfin", "new": false, "repository_manifest": {"name": "Redfin", "render_readme": false, "domains": ["sensor"], "homeassistant": "2021.6.0", "iot_class": ["Cloud Polling"]}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": ["home-assistant", "homeassistant-components", "homeassistant-integration", "homeassistant-sensor", "real-estate", "redfin", "sensor"], "version_installed": null, "last_fetched": 1643571229.165637}, "357930725": {"authors": ["@elad-bar"], "category": "integration", "description": "Shinobi Video custom component for HA", "domain": "shinobi", "downloads": 0, "etag_repository": "W/\"28e178e8dcc35f679dabef408bc921ed2aceddbde1ffa096a54d53fa41ecad96\"", "full_name": "elad-bar/ha-shinobi", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7a20bc3", "last_release_tag": "v1.1.20", "last_updated": "2022-01-18T09:52:29Z", "name": "shinobi", "new": false, "repository_manifest": {"name": "Shinobi Video NVR", "iot_class": "Local Polling", "homeassistant": "2021.12.0"}, "selected_tag": null, "show_beta": false, "stars": 21, "topics": ["home-assistant", "shinobi"], "version_installed": null, "last_fetched": 1643571230.289096}, "234290263": {"authors": ["@And3rsL"], "category": "integration", "description": "Vacuum component for Ecovacs Deebot Vacuums", "domain": ["deebot", "vacuum", "sensor", "binary_sensor", "camera"], "downloads": 0, "etag_repository": "W/\"587d81e24d4f84669c7c0302d0855a4f944fada6169bfa171b8a777072747141\"", "full_name": "And3rsL/Deebot-for-Home-Assistant", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1dff3fd", "last_release_tag": "3.2.1", "last_updated": "2022-01-19T02:19:12Z", "name": ["deebot", "vacuum", "sensor", "binary_sensor", "camera"], "new": false, "repository_manifest": {"name": "Deebot for Home Assistant", "iot_class": "Cloud Polling", "zip_release": true, "filename": "deebot.zip", "hide_default_branch": true, "domain": ["deebot", "vacuum", "sensor", "binary_sensor", "camera"], "homeassistant": "2021.9.0b0"}, "selected_tag": null, "show_beta": false, "stars": 176, "topics": ["deebot", "deebot920", "deebot950", "deebot960", "deebotozmot8", "ecovacs", "hasso", "homeassistant", "ozmot8"], "version_installed": null, "last_fetched": 1643571221.415844}, "312080478": {"authors": ["@LaggAt"], "category": "integration", "description": "A HACS repository for Govee light integration", "domain": "govee", "downloads": 0, "etag_repository": "W/\"3bb4967b92a52339b63817a36d763f0fbe7516302800c8125dad93af2fdf612e\"", "full_name": "LaggAt/hacs-govee", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2f902d1", "last_release_tag": "0.2.1", "last_updated": "2022-01-04T05:01:41Z", "name": "govee", "new": false, "repository_manifest": {"name": "govee", "hacs": "0.2.1", "domains": ["light"], "iot_class": "Cloud Polling", "homeassistant": "2021.4.5"}, "selected_tag": null, "show_beta": false, "stars": 92, "topics": ["devcontainer", "govee", "hacs", "home-assistant", "light", "python"], "version_installed": null, "last_fetched": 1643571237.511852}, "279538782": {"authors": ["@pcourbin"], "category": "integration", "description": "Home Assistant custom component for GCE Ecodevices RT2", "domain": "ecodevices_rt2", "downloads": 0, "etag_repository": "W/\"636a201ce28fd3000961b2318bd4a0ba24dc141d01dd624e494c8d52d048d075\"", "full_name": "pcourbin/ecodevices_rt2", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "0901837", "last_release_tag": "v2.2.3", "last_updated": "2022-01-06T09:15:40Z", "name": "ecodevices_rt2", "new": false, "repository_manifest": {"name": "Ecodevices RT2", "domains": ["sensor", "switch", "climate", "light", "binary_sensor"], "iot_class": ["Local Polling"]}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["home-assistant"], "version_installed": null, "last_fetched": 1641470545.551656}, "342427139": {"authors": ["@dgomes"], "category": "integration", "description": "Home Assistant custom component for openHASP", "domain": "openhasp", "downloads": 0, "etag_repository": "W/\"2640db26957a0ace77b4fa688222f81b0f7736afbe7e984d559268dc6572cf9d\"", "full_name": "HASwitchPlate/openHASP-custom-component", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "46985e4", "last_release_tag": "0.6.4", "last_updated": "2022-01-03T00:54:09Z", "name": "openhasp", "new": false, "repository_manifest": {"name": "openHASP", "hacs": "1.7.1", "domains": ["openHASP", "light", "switch", "binary_sensor"], "render_readme": false, "iot_class": "Local Push", "homeassistant": "2021.12.0"}, "selected_tag": null, "show_beta": false, "stars": 24, "topics": ["home-assistant-custom", "home-automation", "openhasp"], "version_installed": null, "last_fetched": 1641588038.909965}, "363468409": {"authors": ["@mbillow"], "category": "integration", "description": "RedPocket Integration for Data Usage Monitoring", "domain": "redpocket", "downloads": 0, "etag_repository": "W/\"f0431903cbd0b5dea7cb2f7a212d0eb26c54164c783316392889f0c69aff5ea9\"", "full_name": "mbillow/ha-redpocket", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5c54fd1", "last_release_tag": "v2.3.3", "last_updated": "2021-06-06T19:51:29Z", "name": "redpocket", "new": false, "repository_manifest": {"name": "RedPocket Mobile", "content_in_root": false, "domains": ["sensor"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["home", "home-assistant", "home-automation", "mvno", "redpocket"], "version_installed": null}, "356778495": {"authors": ["@AlexxIT"], "category": "integration", "description": "Home Assistant custom component for viewing IP cameras RTSP stream in real time using WebRTC and MSE technology", "domain": "webrtc", "downloads": 0, "etag_repository": "W/\"4c471234c696069ceb04346f2e6e0b73a49bac72d095dce27bcea2e1b91022b9\"", "full_name": "AlexxIT/WebRTC", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "29c1ce0", "last_release_tag": "v2.2.0", "last_updated": "2022-01-28T07:21:26Z", "name": "webrtc", "new": false, "repository_manifest": {"name": "WebRTC Camera", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 456, "topics": ["hacs", "home-assistant", "ip-camera", "mediasource-extensions", "rtsp", "webrtc"], "version_installed": null, "last_fetched": 1643571220.094146}, "356827073": {"authors": ["@bahorn", "@koying"], "category": "integration", "description": "OpenRGB integration for Home Assistant", "domain": "openrgb", "downloads": 0, "etag_repository": "W/\"ef83b1dc95554b1f08bc388ea15ae33a6e97fc2dae31d89e66111a40baf32932\"", "full_name": "koying/openrgb_ha", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "21daae9", "last_release_tag": "v2.0", "last_updated": "2021-08-17T13:51:16Z", "name": "openrgb", "new": false, "repository_manifest": {"name": "OpenRGB", "domains": ["light"], "iot_class": ["Assumed State", "Local Polling"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 33, "topics": ["custom-component", "hacs", "home-assistant", "homeassistant", "light", "openrgb"], "version_installed": null, "last_fetched": 1643571237.084838}, "341500126": {"authors": ["@krahabb"], "category": "integration", "description": "Home Assistant integration for Meross devices", "domain": "meross_lan", "downloads": 0, "etag_repository": "W/\"e8a06cdd2fec2e75c620fe8d44c6f574d91f845c4dabff452caa15b01118a704\"", "full_name": "krahabb/meross_lan", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e428a9d", "last_release_tag": "v2.4.3", "last_updated": "2021-12-15T10:18:20Z", "name": "meross_lan", "new": false, "repository_manifest": {"name": "Meross LAN", "render_readme": true, "country": ["IT", "UK", "US", "JP", "ES", "FR", "DE"], "domains": ["switch", "sensor", "light", "cover", "climate", "binary_sensor", "select", "number"], "homeassistant": "2021.4.0", "iot_class": "local_polling", "persistent_directory": "traces", "hacs": "1.6.0"}, "selected_tag": null, "show_beta": false, "stars": 94, "topics": ["hacs", "homeassistant", "meross", "meross-devices", "meross-homeassistant", "meross-lan"], "version_installed": null, "last_fetched": 1643571237.337891}, "236572107": {"authors": ["@AlexxIT"], "category": "integration", "description": "\u0423\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u042f\u043d\u0434\u0435\u043a\u0441.\u0421\u0442\u0430\u043d\u0446\u0438\u0435\u0439 \u0438 \u0434\u0440\u0443\u0433\u0438\u043c\u0438 \u043a\u043e\u043b\u043e\u043d\u043a\u0430\u043c\u0438 \u0441 \u0410\u043b\u0438\u0441\u043e\u0439 \u0438\u0437 Home Assistant", "domain": "yandex_station", "downloads": 0, "etag_repository": "W/\"8b355cbfa7e2fa1dbd15a636d2c9f29d1bc60aa887535ccf5699ed377f291844\"", "full_name": "AlexxIT/YandexStation", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "400e60c", "last_release_tag": "v3.8.0", "last_updated": "2022-01-18T13:31:38Z", "name": "yandex_station", "new": false, "repository_manifest": {"name": "Yandex.Station", "render_readme": true, "country": ["RU"]}, "selected_tag": null, "show_beta": false, "stars": 653, "topics": ["hacs", "home-assistant", "tts", "yandex-station"], "version_installed": null, "last_fetched": 1643571220.328278}, "359524726": {"authors": ["@thomasprior"], "category": "integration", "description": "Provides data from Ethermine.org on a specified miner.", "domain": "ethermineinfo", "downloads": 0, "etag_repository": "W/\"4e9f49307e28971b4f8afcdedbadda7183b3735152580ed4e010bc09e5171144\"", "full_name": "ThomasPrior/EthermineInfo", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "293996b", "last_release_tag": "v1.0.12", "last_updated": "2022-01-23T03:08:29Z", "name": "ethermineinfo", "new": false, "repository_manifest": {"name": "EthermineInfo", "content_in_root": false, "render_readme": true, "domains": ["sensor"], "homeassistant": "0.100.0", "iot_class": "cloud_poll"}, "selected_tag": null, "show_beta": false, "stars": 27, "topics": ["ethermine", "ethermine-api", "hacs", "homeassistant", "miner", "statistics"], "version_installed": null, "last_fetched": 1643571250.476168}, "365567023": {"authors": ["@sprocket-9"], "category": "integration", "description": "Custom component to control a Nuvo Grand Concerto/Essentia G multi-zone amplifier via serial connection", "domain": "nuvo_serial", "downloads": 0, "etag_repository": "W/\"fc7b8bb77829420e8e165a1a2e58a1473701b49724c2a82d9473f15410e5c18f\"", "full_name": "sprocket-9/hacs-nuvo-serial", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "fff0f1b", "last_release_tag": "v1.2.1", "last_updated": "2021-11-25T18:10:21Z", "name": "nuvo_serial", "new": false, "repository_manifest": {"name": "Nuvo multi-zone amplifier (serial)", "render_readme": true, "country": ["EN"], "domains": ["media_player", "number", "switch"], "homeassistant": "2021.10.0", "iot_class": ["Local Push"], "zip_release": true, "filename": "nuvo_serial.zip"}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["home-assistant", "home-assistant-component", "home-assistant-hacs", "home-assistant-integration"], "version_installed": null}, "353966616": {"authors": ["@viktak"], "category": "integration", "description": "Home Assistant custom component combining multiple OpenWeatherMap API calls", "domain": "openweathermap_all", "downloads": 0, "etag_repository": "W/\"bf4d73af160b52c13de1d684bd5240fc127cf36429ecc3df9a383309ac7ce66a\"", "full_name": "viktak/ha-cc-openweathermap_all", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "fd55701", "last_release_tag": null, "last_updated": "2021-12-15T08:19:44Z", "name": "openweathermap_all", "new": false, "repository_manifest": {"name": "OpenWeatherMap All", "country": ["GR"], "domains": ["sensor"], "homeassistant": "core-2021.3.4", "iot_class": ["Cloud Polling"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": ["home-assistant-custom", "openweathermap"], "version_installed": null, "last_fetched": 1641058312.915815}, "354887961": {"authors": ["@viktak"], "category": "integration", "description": "Home Assistant custom component for the abalin name day API", "domain": "abalin_nameday", "downloads": 0, "etag_repository": "W/\"0ba05502484ef68532ff1fd448dd7dc0de0ddd472dfdd1f3a51eaab54636c4cb\"", "full_name": "viktak/ha-cc-abalin-nameday", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "bef7358", "last_release_tag": null, "last_updated": "2021-05-24T06:23:55Z", "name": "abalin_nameday", "new": false, "repository_manifest": {"name": "Abalin Name Day", "country": ["GR"], "domains": ["sensor"], "homeassistant": "core-2021.4.0", "iot_class": ["Cloud Polling"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": ["hacs", "hacs-default", "home-assistant-custom", "namedays"], "version_installed": null}, "366862031": {"authors": [], "category": "plugin", "description": "Custom brand icons for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"9af5d711af4af7623d1cb97f1ced5009dffe50d9ed3830748798621c712163a1\"", "full_name": "elax46/custom-brand-icons", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e8cdf8a", "last_release_tag": "1.0.50", "last_updated": "2022-01-22T22:21:14Z", "name": "custom-brand-icons", "new": false, "repository_manifest": {"name": "Custom brand icons", "render_readme": false, "content_in_root": false}, "selected_tag": null, "show_beta": false, "stars": 124, "topics": ["custom-icons", "hacs", "home-assistant", "homeassistant", "icons", "icons-pack", "iconset", "ikea", "philips-hue", "xiaomi"], "version_installed": null, "last_fetched": 1643545559.356678}, "361205663": {"authors": [], "category": "plugin", "description": "Meteoalarm, M\u00e9t\u00e9o-France and DWD weather warnings card for Home Assistant Lovelace UI \u26c8\ufe0f", "domain": "", "downloads": 0, "etag_repository": "W/\"ecfb5c78f0adc49d8c4cb8b3d66c21cef0ab19e34eb49d1f92ac66cf548b213d\"", "full_name": "MrBartusek/MeteoalarmCard", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4f0c0f7", "last_release_tag": "v1.13.0", "last_updated": "2022-01-21T11:30:25Z", "name": "MeteoalarmCard", "new": false, "repository_manifest": {"name": "Meteoalarm Card", "render_readme": true, "filename": "meteoalarm-card.js", "country": ["AT", "BA", "BE", "BG", "CH", "CY", "CZ", "DE", "DK", "EE", "ES", "FI", "FR", "GR", "HR", "HU", "IE", "IL", "IS", "IT", "LT", "LU", "LV", "MD", "ME", "MT", "NL", "NO", "PL", "PT", "RO", "RS", "SE", "SI", "SK", "UK"]}, "selected_tag": null, "show_beta": false, "stars": 25, "topics": ["custom-cards", "deutscher-wetterdienst", "dwd", "hacktoberfest", "hacs", "home-assistant", "homeassistant", "lovelace", "lovelace-card", "lovelace-ui", "meteo-france", "meteoalarm", "meteoalarmeu", "weather"], "version_installed": null, "last_fetched": 1643545560.336497}, "350886220": {"authors": [], "category": "plugin", "description": "Frontend plugin to control fans in Home Assistant using preset modes for speeds", "domain": "", "downloads": 0, "etag_repository": "W/\"a181196eed46ee502518c0499652e94bd4fe38174f08f31184ec72d180c03bd0\"", "full_name": "finity69x2/fan-mode-button-row", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "00b386c", "last_release_tag": "1.2", "last_updated": "2021-08-27T18:14:19Z", "name": "fan-mode-button-row", "new": false, "repository_manifest": {"name": "Fan Mode Button Row", "filename": "fan-mode-button-row.js"}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["fan", "home-assistant", "plugin", "preset"], "version_installed": null}, "363428919": {"authors": [], "category": "plugin", "description": "Custom card which integrates plex into Home Assistant and makes it possible to launch movies or tv shows on TV with a simple click", "domain": "", "downloads": 0, "etag_repository": "W/\"c684686e46d24cbd75b75110274b5e14bc7ce5d17e5bb26eb257bdb12c3269b5\"", "full_name": "JurajNyiri/PlexMeetsHomeAssistant", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f79c14b", "last_release_tag": "3.6.1", "last_updated": "2022-01-17T19:37:31Z", "name": "PlexMeetsHomeAssistant", "new": false, "repository_manifest": {"name": "Plex Meets Home Assistant", "render_readme": true, "filename": "plex-meets-homeassistant.js"}, "selected_tag": null, "show_beta": false, "stars": 44, "topics": ["adb", "androidtv", "hacktoberfest", "hacktoberfest2021", "home-assistant", "home-automation", "homeassistant", "homeassistant-custom-component", "kodi", "plex", "plexmediaserver", "tv"], "version_installed": null, "last_fetched": 1643571259.763266}, "348464316": {"authors": ["@ec-blaster"], "category": "integration", "description": "Magic Switchbot integration component for Home Assistant", "domain": "magicswitchbot", "downloads": 0, "etag_repository": "W/\"09e6fae28b25c53ba8e94da2c74ce67440b825335c072411154ca2c9b3c59483\"", "full_name": "ec-blaster/magicswitchbot-homeassistant", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a689b25", "last_release_tag": "v1.0.1", "last_updated": "2021-05-13T21:18:00Z", "name": "magicswitchbot", "new": false, "repository_manifest": {"name": "Magic Switchbot", "render_readme": true, "iot_class": "Assumed State"}, "selected_tag": null, "show_beta": false, "stars": 13, "topics": ["hacs", "home-assistant", "magicswitchbot", "switches"], "version_installed": null}, "282509738": {"authors": ["@GuilleGF"], "category": "integration", "description": "OVH DynHost Updater Component for https://www.home-assistant.io/", "domain": "ovh", "downloads": 0, "etag_repository": "W/\"f263e0171f69e211fa0d9f920a7241fbe2de402eff56b3a86629fcfd5db12a33\"", "full_name": "GuilleGF/hassio-ovh", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3c348cb", "last_release_tag": "2.0.0", "last_updated": "2021-06-24T14:19:44Z", "name": "ovh", "new": false, "repository_manifest": {"name": "OVH DynHost", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 13, "topics": ["ddns", "ddns-updater", "hacs", "hass", "hassio", "home-assistant", "ovh", "ovh-dynhost"], "version_installed": null}, "305188358": {"authors": ["@midstar"], "category": "integration", "description": "Heatmiser Wifi Home Assistant Component", "domain": "heatmiser_wifi", "downloads": 0, "etag_repository": "W/\"5c94abd333c9b7093538300c75d420d2bf7fa929dff730702454bb7d1ba64652\"", "full_name": "midstar/heatmiser_wifi_ha", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c5d87c8", "last_release_tag": null, "last_updated": "2021-05-15T05:15:14Z", "name": "heatmiser_wifi", "new": false, "repository_manifest": {"name": "Heatmiser Wifi", "domains": ["climate"], "iot_class": "Local Polling", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": ["climate", "hacs", "heatmiser", "homeassisant", "python", "thermostat", "wifi"], "version_installed": null}, "364208180": {"authors": ["@koying"], "category": "integration", "description": "Jellyfin integration for Home Assistant", "domain": "jellyfin", "downloads": 0, "etag_repository": "W/\"1b7f00c3dfb77f83653b277fd846799ecbc2fe9ef81fa1f575bd9ea11ce6f995\"", "full_name": "koying/jellyfin_ha", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a79def9", "last_release_tag": "v1.0.8", "last_updated": "2022-01-03T18:12:32Z", "name": "jellyfin", "new": false, "repository_manifest": {"name": "Jellyfin", "domains": ["sensor", "media_player"], "iot_class": ["Cloud Pushing"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 43, "topics": ["custom-component", "hacs", "home-assistant", "homeassistant", "jellyfin"], "version_installed": null, "last_fetched": 1643571237.08687}, "347985393": {"authors": ["@Mr-Groch"], "category": "integration", "description": "Emulate SUPPORT_COLOR_TEMP for color lights that doesn't support color temp (like some Ikea Tradfri bulbs) - Home Assistant component", "domain": "emulated_color_temp", "downloads": 0, "etag_repository": "W/\"3a61d19452c7f13b7c6ebfc97c8489cc628c742a724660fa40d5783e8c300545\"", "full_name": "Mr-Groch/HA-Emulated-Color-Temp-Light", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5f90b7e", "last_release_tag": "0.1.5", "last_updated": "2021-12-31T11:51:41Z", "name": "emulated_color_temp", "new": false, "repository_manifest": {"name": "Emulated color temp light", "render_readme": true, "domains": "light", "iot_class": "Local Push"}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": ["color-lights", "color-temperature", "ct", "custom-component", "hacs", "home-assistant", "ikea-tradfri-bulbs", "light"], "version_installed": null, "last_fetched": 1641058318.273773}, "311594993": {"authors": ["@slashback100"], "category": "integration", "description": "Home Assistant Presence Simulation", "domain": "presence_simulation", "downloads": 0, "etag_repository": "W/\"01f514305cc7d65309b9fe1eecc23ea10a9505367edf35dcd87cadb9f5a85c25\"", "full_name": "slashback100/presence_simulation", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "8937bdd", "last_release_tag": "v1.12", "last_updated": "2022-01-22T09:57:08Z", "name": "presence_simulation", "new": false, "repository_manifest": {"name": "Presence Simulation", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 90, "topics": ["historic", "homeassistant", "homeassistant-components", "presence-simulation"], "version_installed": null, "last_fetched": 1643571248.19374}, "356030453": {"authors": ["@thebytestuff"], "category": "integration", "description": "Home Assistant Custom Component - send Syslog message to remote server.", "domain": "remote_syslog", "downloads": 0, "etag_repository": "W/\"49ac7f4e5b86393efe314b75f33b1efe9f5d0ebe7053b9b59148cc2788d30435\"", "full_name": "TheByteStuff/RemoteSyslog_Service", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a46df0c", "last_release_tag": "2021-06-29", "last_updated": "2021-06-29T14:43:23Z", "name": "remote_syslog", "new": false, "repository_manifest": {"name": "remote_syslog", "content_in_root": false, "zip_release": false, "domains": ["automation", "script"], "country": ["US"], "homeassistant": "2021.3.4", "iot_class": "Assumed State", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 7, "topics": ["hacs", "home-assistant", "syslog", "syslog-client"], "version_installed": null}, "351828005": {"authors": ["@myhomeiot"], "category": "integration", "description": "Control Dahua VTO/VTH devices from Home Assistant", "domain": "dahua_vto", "downloads": 0, "etag_repository": "W/\"cbac51eb1fc9f9ae3e5ebb18728e748ec017a2aec27e04a149cfbb03f4b65066\"", "full_name": "myhomeiot/DahuaVTO", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7344f5c", "last_release_tag": "1.0.7", "last_updated": "2022-01-12T13:21:13Z", "name": "dahua_vto", "new": false, "repository_manifest": {"name": "Dahua VTO", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 51, "topics": ["dahua", "home-assistant"], "version_installed": null, "last_fetched": 1643571241.001518}, "362513331": {"authors": ["@shaiu"], "category": "integration", "description": "This is an integration for HomeAssistant. It's a Device Tracker component for the Technicolor Gateway.", "domain": "technicolor", "downloads": 0, "etag_repository": "W/\"5d21e09ff7bbaa5e499f3859f9585bd1479c66f977ae7872e15527e1aa1a7f4c\"", "full_name": "shaiu/technicolor", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "eaaede2", "last_release_tag": null, "last_updated": "2021-08-05T14:55:09Z", "name": "technicolor", "new": false, "repository_manifest": {"name": "Technicolor", "render_readme": true, "iot_class": ["Local Polling"], "domains": ["device_tracker"], "version": "0.1.0"}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["hacs", "home-assistant", "python"], "version_installed": null}, "366482637": {"authors": [], "category": "plugin", "description": "Home assistant sun card based on Google weather design", "domain": "", "downloads": 0, "etag_repository": "W/\"e0422ed16be449ddd6c99512bbdb364cacab6bbf1a38456c2b3f1e5ec5bc4129\"", "full_name": "AitorDB/home-assistant-sun-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e49ff08", "last_release_tag": "v0.1.4", "last_updated": "2022-01-24T16:29:01Z", "name": "home-assistant-sun-card", "new": false, "repository_manifest": {"name": "Sun Card", "render_readme": true, "filename": "home-assistant-sun-card.js"}, "selected_tag": null, "show_beta": false, "stars": 261, "topics": ["custom-card", "hacs", "home-assistant", "sun", "sun-card"], "version_installed": null, "last_fetched": 1643545559.238208}, "340596609": {"authors": ["@osk2"], "category": "integration", "description": "\ud83d\udd1b Panasonic Smart App integration for Home Assistant.", "domain": "panasonic_smart_app", "downloads": 0, "etag_repository": "W/\"4cf345159591306395794f3219c40fd70b51249cb7e42ab06db59fc30c8e9863\"", "full_name": "osk2/panasonic_smart_app", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5215d50", "last_release_tag": "v2.3.0", "last_updated": "2022-01-08T08:07:57Z", "name": "panasonic_smart_app", "new": false, "repository_manifest": {"name": "Panasonic Smart App", "render_readme": false, "domains": ["climate", "humidifier", "sensor", "binary_sensor", "number"], "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 24, "topics": ["custom-component", "home-assistant", "panasonic"], "version_installed": null, "last_fetched": 1641895937.493214}, "362145464": {"authors": ["@Petro31"], "category": "integration", "description": "Integration that creates a multi-zone volume controller for media_players in Home Assistant", "domain": "multizone_controller", "downloads": 0, "etag_repository": "W/\"de6f144e327e181d61c93d8e3ec086eb83e6269f2059e7d6a47b4aae80b35486\"", "full_name": "Petro31/ha-integration-multizone-controller", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7cf3e43", "last_release_tag": "1.2", "last_updated": "2021-06-09T21:34:52Z", "name": "multizone_controller", "new": false, "repository_manifest": {"name": "Multizone Controller", "domains": ["sensor"], "render_readme": true, "iot_class": ["Local Polling"]}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": ["hacs", "media-players", "multizone-controller", "volume-increment", "zone-volume"], "version_installed": null}, "370997019": {"authors": [], "category": "plugin", "description": "Type on your WebOS TV using this lovelace card", "domain": "", "downloads": 0, "etag_repository": "W/\"dacb409d07b75a47aa0058ddc4a4c8128c71af439ab0681cc90ec1543c214e7d\"", "full_name": "bernikr/lovelace-webos-keyboard-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6f489ee", "last_release_tag": null, "last_updated": "2021-12-17T14:54:58Z", "name": "lovelace-webos-keyboard-card", "new": false, "repository_manifest": {"name": "WebOS Keyboard Card", "content_in_root": true, "filename": "webos-keyboard-card.js", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": ["card", "home-assistant", "homeassistant", "input-method", "keyboard", "lovelace", "remote", "webos"], "version_installed": null}, "361776538": {"authors": [], "category": "plugin", "description": "Floor 3D Card to visualize Home Assistant entities using objects in a 3D home model based on Three.js.", "domain": "", "downloads": 0, "etag_repository": "W/\"9f3d005ce1e03bfa0958ecccfdaf596bb5b898eab0eb894341f07e856efed291\"", "full_name": "adizanni/floor3d-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2d4d096", "last_release_tag": "v1.1.15", "last_updated": "2022-01-29T15:05:12Z", "name": "floor3d-card", "new": false, "repository_manifest": {"name": "Floor 3d Visualization Card", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 151, "topics": ["3d-models", "card", "entity-bindings", "home-assistant"], "version_installed": null, "last_fetched": 1643571253.278348}, "375439961": {"authors": [], "category": "plugin", "description": "A button card with integrated slider", "domain": "", "downloads": 0, "etag_repository": "W/\"1fae3a48650b09efbd0c82e277a619e8100df1d9c0377fb31264cb52d808db7e\"", "full_name": "mattieha/slider-button-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "877bc94", "last_release_tag": "v1.10.3", "last_updated": "2022-01-29T18:00:24Z", "name": "slider-button-card", "new": false, "repository_manifest": {"name": "Slider Button Card", "render_readme": true, "filename": "slider-button-card.js", "domains": ["light", "fan", "cover", "switch", "input_boolean", "media_player"]}, "selected_tag": null, "show_beta": false, "stars": 269, "topics": ["button-card", "card", "hacs", "homeassistant", "lovelace", "lovelace-custom-card", "slider"], "version_installed": null, "last_fetched": 1643571261.084636}, "373832981": {"authors": [], "category": "plugin", "description": "A custom digital clock card for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"3c997ed9564d5600f209879a8e276e188d8de76211ede2fd488b6b15822c2513\"", "full_name": "wassy92x/lovelace-digital-clock", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "71a5e1a", "last_release_tag": "v1.2.2", "last_updated": "2021-12-14T17:31:04Z", "name": "lovelace-digital-clock", "new": false, "repository_manifest": {"name": "Digital Clock", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 16, "topics": ["homeassistant", "lovelace", "lovelace-card"], "version_installed": null, "last_fetched": 1641895939.098172}, "329411371": {"authors": [], "category": "plugin", "description": "A custom dashboard for Home Assistant with sidebar", "domain": "", "downloads": 0, "etag_repository": "W/\"fceecb55a36fcd55fb29422033b612a7a1e5dc99b8fdf1314bee09c7282843de\"", "full_name": "wassy92x/lovelace-ha-dashboard", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "af8e045", "last_release_tag": "v1.1.0", "last_updated": "2021-06-27T14:52:25Z", "name": "lovelace-ha-dashboard", "new": false, "repository_manifest": {"name": "HA Dashboard", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": ["homeassistant", "lovelace", "lovelace-ui"], "version_installed": null}, "373857882": {"authors": [], "category": "plugin", "description": "A custom card for Home Assistant to group multiple buttons", "domain": "", "downloads": 0, "etag_repository": "W/\"edaf1a6cd276b09f7dbcee878d51c9aaae01591d4c3625d6b13343622bfd788d\"", "full_name": "wassy92x/lovelace-entities-btn-group", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "65ae7da", "last_release_tag": "v1.0.2", "last_updated": "2021-06-16T19:51:16Z", "name": "lovelace-entities-btn-group", "new": false, "repository_manifest": {"name": "Entities Button Group", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["homeassistant", "lovelace", "lovelace-card"], "version_installed": null}, "366911690": {"authors": ["@rroller"], "category": "integration", "description": "Dahua Camera and Doorbell Home Assistant Integration", "domain": "dahua", "downloads": 0, "etag_repository": "W/\"2e894e58cdafdd71a24781fc8cf90901f47eb7c74a73f6ba5c782e4269445d19\"", "full_name": "rroller/dahua", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2820c56", "last_release_tag": "0.9.34", "last_updated": "2022-01-18T16:03:35Z", "name": "dahua", "new": false, "repository_manifest": {"name": "Dahua", "hacs": "1.6.0", "homeassistant": "2021.7.0", "domains": ["binary_sensor", "switch", "light", "camera"], "iot_class": "Local Polling", "render_readme": true, "documentation": "https://github.com/rroller/dahua/blob/main/README.md", "issue_tracker": "https://github.com/rroller/dahua/issues", "codeowners": ["@rroller"]}, "selected_tag": null, "show_beta": false, "stars": 93, "topics": ["amcrest", "camera", "dahua", "doorbell", "hacs", "home-assistant", "ipcam", "lorex"], "version_installed": null, "last_fetched": 1643571246.84296}, "361961255": {"authors": ["@make-all"], "category": "integration", "description": "Metlink Wellington Public Transport integration for Home Assistant", "domain": "metlink", "downloads": 0, "etag_repository": "W/\"6af2355c1915af7eed32fdec3a1f208c75b1872f7cc6ec881c6576d9221967ad\"", "full_name": "make-all/metlink-nz", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "175582c", "last_release_tag": "1.0.3", "last_updated": "2021-12-12T08:57:06Z", "name": "metlink", "new": false, "repository_manifest": {"name": "Metlink Wellington Transport", "render_readme": true, "domains": ["sensor"], "country": ["NZ"], "homeassistant": "2021.12.0", "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["home-assistant", "metlink", "metlink-api", "transport", "wellington"], "version_installed": null, "last_fetched": 1641895942.011754}, "371474642": {"authors": ["@jadson179"], "category": "integration", "description": "home-assistant service for control the consul \ud83d\udd34", "domain": "consul", "downloads": 0, "etag_repository": "W/\"389e8e80278c4743935d04d2e17d4a6f70c41d22045987bea327b456d339fa68\"", "full_name": "jadson179/consul", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5883891", "last_release_tag": "2021.2.0", "last_updated": "2021-10-09T12:30:45Z", "name": "consul", "new": false, "repository_manifest": {"name": "consul", "render_readme": "true", "iot_class": ["Local Push"], "version": "2021.2.0"}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["consul"], "version_installed": null}, "373370853": {"authors": ["@rsnodgrass"], "category": "integration", "description": "Helium blockchain sensors for Home Assistant", "domain": "helium", "downloads": 0, "etag_repository": "W/\"1cf964d978fd0a0f75bd6af5ca3861c87be8de718dc889e626220e3abe4d8e81\"", "full_name": "rsnodgrass/hass-helium", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2c017ff", "last_release_tag": "0.3.6", "last_updated": "2022-01-21T16:21:25Z", "name": "helium", "new": false, "repository_manifest": {"name": "Helium Blockchain", "domains": ["sensor"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 26, "topics": ["helium", "helium-blockchain", "homeassistant"], "version_installed": null, "last_fetched": 1642851439.127735}, "269205129": {"authors": ["@h4de5"], "category": "integration", "description": "VIMAR by-me integration into home-assistant.io", "domain": "vimar", "downloads": 0, "etag_repository": "W/\"303dd79406459b26993bba31e1610748f514ad9927ddd77aea4a433caebe1f5b\"", "full_name": "h4de5/home-assistant-vimar", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "63f3648", "last_release_tag": "2021.10.1", "last_updated": "2021-10-21T13:32:06Z", "name": "vimar", "new": false, "repository_manifest": {"name": "VIMAR By-Me Hub", "content_in_root": false, "render_readme": true, "domains": ["media_player", "cover", "input_boolean", "light", "scene", "binary_sensor", "sensor", "switch", "climate"], "homeassistant": "0.99.9", "iot_class": ["Local Polling"]}, "selected_tag": null, "show_beta": false, "stars": 25, "topics": ["home-assistant", "home-automation", "homeassistant", "homeassistant-integration", "vimar", "vimar-platform"], "version_installed": null, "last_fetched": 1642094195.396116}, "372058588": {"authors": ["@amaximus"], "category": "integration", "description": "Meteo alerts for Hungary", "domain": "met_alerts_hu", "downloads": 0, "etag_repository": "W/\"a7232d7039eba641df096bff1f385307c3bdf1848a05232c68b31d7226c9c8fc\"", "full_name": "amaximus/met_alerts_hu", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4015c97", "last_release_tag": "2.3.1", "last_updated": "2021-12-10T12:23:17Z", "name": "met_alerts_hu", "new": false, "repository_manifest": {"name": "MET Alerts Hungary", "country": ["HU"], "domains": ["met_alerts_hu"], "render_readme": "true", "iot_class": ["Assumed State", "Cloud Polling"]}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": ["home-assistant", "homeassistant", "homeassistant-custom-component", "hungary"], "version_installed": null}, "354515979": {"authors": ["@jomwells", "@Mr-Groch"], "category": "integration", "description": "ON/OFF Abilight+Hue (Switch) component for Philips Ambilight TV's", "domain": "philips_ambilight+hue", "downloads": 0, "etag_repository": "W/\"e5fcdf49243cb1a8085f8e4fb58961bde034ad3be31bd5cf7e2a0e1685523f95\"", "full_name": "Mr-Groch/ambihue", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3386206", "last_release_tag": "0.0.7", "last_updated": "2022-01-08T12:46:57Z", "name": "philips_ambilight+hue", "new": false, "repository_manifest": {"name": "Philips Ambilight+Hue Switch", "domains": "switch", "iot_class": "Local Polling"}, "selected_tag": null, "show_beta": false, "stars": 11, "topics": ["ambilight", "custom-component", "hacs", "home-assistant", "philips-hue"], "version_installed": null, "last_fetched": 1643571240.52106}, "259867685": {"authors": ["@DSorlov"], "category": "integration", "description": "HomeAssistant SL Sensor (HASLv3)", "domain": "hasl3", "downloads": 0, "etag_repository": "W/\"9b56d5a3f570aef7d25e49c14dcee6adbf8024c357f61913f22e18cf5bc89d47\"", "full_name": "hasl-sensor/integration", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "11d2711", "last_release_tag": "3.0.1", "last_updated": "2022-01-23T12:15:49Z", "name": "hasl3", "new": false, "repository_manifest": {"name": "SL Integration (HASL)", "content_in_root": false, "country": ["SE"], "render_readme": false, "homeassistant": "2021.12", "zip_release": false, "domains": ["sensor", "binary_sensor"], "iot_class": "cloud_poll"}, "selected_tag": null, "show_beta": false, "stars": 16, "topics": ["ha-sensor-sl", "hasl", "hasl3", "haslv3", "homeassistant", "homeassistant-sensor", "sl-sensor", "stockholms-lokaltrafik"], "version_installed": null, "last_fetched": 1643571232.79017}, "295123287": {"authors": ["@yuval_mejahez"], "category": "integration", "description": "Jewish Shabbat Yomtov and Holidays times and event", "domain": "hebcal", "downloads": 0, "etag_repository": "W/\"18e7db7d1c16f6522ac3d7f251f1bc798d553d615304b4bf0867d615480aaad7\"", "full_name": "rt400/Jewish-Sabbaths-Holidays", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6ed9afd", "last_release_tag": "2.0.5", "last_updated": "2021-09-05T09:04:55Z", "name": "hebcal", "new": false, "repository_manifest": {"name": "Jewish Sabbaths Holidays / sensor", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": ["hacs", "holidays", "jewish", "sensor", "shabbat"], "version_installed": null}, "134057086": {"authors": ["@syssi"], "category": "integration", "description": "Xiaomi Mi Electric Rice Cooker integration for Home Assistant", "domain": "xiaomi_miio_cooker", "downloads": 0, "etag_repository": "W/\"05f2cce86987fd67dfa65ae9bbad4309cf580f042b715c4b483e59cc067f6763\"", "full_name": "syssi/xiaomi_cooker", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "14e870d", "last_release_tag": "0.2.7", "last_updated": "2021-12-18T20:15:45Z", "name": "xiaomi_miio_cooker", "new": false, "repository_manifest": {"name": "Xiaomi Mi Electric Rice Cooker Integration", "content_in_root": false, "render_readme": true, "iot_class": "local_polling"}, "selected_tag": null, "show_beta": false, "stars": 103, "topics": ["custom-component", "hacktoberfest", "home-assistant", "miio", "miio-protocol", "rice-cooker", "sensor", "xiaomi", "xiaomi-cooker"], "version_installed": null, "last_fetched": 1642430921.021095}, "129049262": {"authors": ["@syssi"], "category": "integration", "description": "Xiaomi Mi Smart Fan integration for Home Assistant", "domain": "xiaomi_miio_fan", "downloads": 0, "etag_repository": "W/\"3e0ee7bc28dc721996d4ef7af089b9863c5c0b74a3de1809de3c2e8867889e72\"", "full_name": "syssi/xiaomi_fan", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "8e22d0f", "last_release_tag": "0.5.4", "last_updated": "2021-12-27T09:15:51Z", "name": "xiaomi_miio_fan", "new": false, "repository_manifest": {"name": "Xiaomi Mi Smart Pedestal Fan Integration", "content_in_root": false, "render_readme": true, "iot_class": "local_polling", "homeassistant": "2021.5.1"}, "selected_tag": null, "show_beta": false, "stars": 247, "topics": ["custom-component", "fan", "hacktoberfest", "home-assistant", "miio", "miio-protocol", "miot", "xiaomi"], "version_installed": null, "last_fetched": 1643571249.481009}, "373845609": {"authors": ["@bramstroker"], "category": "integration", "description": "Custom component to calculate estimated power consumption of lights and other appliances", "domain": "powercalc", "downloads": 0, "etag_repository": "W/\"0dcbab978f31194b3cc118dc01d6f375c134ebe0e5d032e78f99d473d7412849\"", "full_name": "bramstroker/homeassistant-powercalc", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "078f677", "last_release_tag": "v0.16.1", "last_updated": "2022-01-28T16:22:47Z", "name": "powercalc", "new": false, "repository_manifest": {"name": "Power calculation", "render_readme": true, "domains": ["sensor"], "zip_release": true, "filename": "powercalc.zip"}, "selected_tag": null, "show_beta": false, "stars": 199, "topics": ["consumption", "energy-monitor", "hacktoberfest", "hacs", "home-assistant", "homeassistant", "hue-lights", "metering", "power"], "version_installed": null, "last_fetched": 1643571223.966936}, "85400693": {"authors": ["@PaulAnnekov"], "category": "integration", "description": "Device tracker component that uses Padavan-based router", "domain": "padavan_tracker", "downloads": 0, "etag_repository": "W/\"79ca0b625b5239014ad3e3921acdbdc1d30139b4b5f8aea10dd2ee17e37eb7d0\"", "full_name": "PaulAnnekov/home-assistant-padavan-tracker", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5d0f168", "last_release_tag": "1.0.2", "last_updated": "2021-09-05T16:36:39Z", "name": "padavan_tracker", "new": false, "repository_manifest": {"name": "Padavan Tracker", "render_readme": true, "domains": ["device_tracker"], "iot_class": ["Local Polling"]}, "selected_tag": null, "show_beta": false, "stars": 40, "topics": ["home-assistant", "padavan", "router", "xiaomi"], "version_installed": null}, "365332200": {"authors": ["@Racailloux"], "category": "integration", "description": "Home Assistant integration to support PiJuice UPS Hat and retrieve values to sensors.", "domain": "pijuice", "downloads": 0, "etag_repository": "W/\"c1fd15a280beccd07b309ee593f1e47548cf2d264d61ca4d55ca1f9f0208188c\"", "full_name": "Racailloux/home-assistant-pijuice", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d2b0fd8", "last_release_tag": "1.2.0", "last_updated": "2021-09-12T12:14:15Z", "name": "pijuice", "new": false, "repository_manifest": {"name": "PiJuice UPS Hat", "render_readme": true, "iot_class": "Local Polling", "domains": "sensor", "country": ["EN", "FR"]}, "selected_tag": null, "show_beta": false, "stars": 7, "topics": ["battery", "hat", "home-assistant", "integrations", "pijuice", "raspberry-pi", "sensors", "ups", "voltage"], "version_installed": null}, "180440465": {"authors": ["@ludeeus"], "category": "integration", "description": "Component to show potential breaking_changes in the current published version based on your loaded components", "domain": "breaking_changes", "downloads": 0, "etag_repository": "W/\"68d8801493650c78168eac45119f05ccbd211a742a89f753422f803f93fe69c1\"", "full_name": "custom-components/breaking_changes", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "fcbd2d0", "last_release_tag": "21.12.0", "last_updated": "2021-12-03T23:22:46Z", "name": "breaking_changes", "new": false, "repository_manifest": {"name": "Breaking Changes", "zip_release": true, "hide_default_branch": true, "filename": "breaking_changes.zip", "domain": "breaking_changes", "homeassistant": "2021.4.0b0"}, "selected_tag": null, "show_beta": false, "stars": 78, "topics": ["breaking-changes", "custom-component", "home-assistant", "homeassistant", "python"], "version_installed": null, "last_fetched": 1643545556.7687}, "151280062": {"authors": [], "category": "plugin", "description": "Minimalistic graph card for Home Assistant Lovelace UI", "domain": "", "downloads": 0, "etag_repository": "W/\"0c521e9864c882fe0f8e986ae8898ca73ae9ec2c731f0f358ac04c069b8b3ec6\"", "full_name": "kalkih/mini-graph-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4b83da8", "last_release_tag": "v0.11.0", "last_updated": "2022-01-23T09:42:43Z", "name": "mini-graph-card", "new": false, "repository_manifest": {"name": "mini-graph-card", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 1789, "topics": ["automation", "custom", "graph", "hacktoberfest", "hassio", "home-assistant", "lovelace", "lovelace-ui", "sensor"], "version_installed": null, "last_fetched": 1643545559.365716}, "201740996": {"authors": ["@ludeeus"], "category": "integration", "description": "Use Jinja and data from Home Assistant to generate your README.md file", "domain": "readme", "downloads": 0, "etag_repository": "W/\"4e8cbc7fdbaa4d1a997eb4236f2e6d5e2d5177c87353b320b0c63b8695cea808\"", "full_name": "custom-components/readme", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3d7becc", "last_release_tag": "0.4.0", "last_updated": "2022-01-10T18:51:05Z", "name": "readme", "new": false, "repository_manifest": {"name": "Generate readme", "iot_class": "calculated", "zip_release": true, "filename": "readme.zip", "homeassistant": "2021.5.0", "hide_default_branch": true, "render_readme": true, "hacs": "0.19.1"}, "selected_tag": null, "show_beta": false, "stars": 18, "topics": ["automation", "home-assistant", "jinja", "readme"], "version_installed": null, "last_fetched": 1643545556.816277}, "374763546": {"authors": ["@xilense"], "category": "integration", "description": "AIMP custom component for \ud83c\udfe0 Home Assistant using web remote", "domain": "aimp", "downloads": 0, "etag_repository": "W/\"1a9c5c5423e2aa39ffec21ee341f2214d9a90a7bc77bfe9c60cd5533cccb0a09\"", "full_name": "xilense/aimp_custom_component", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "108431c", "last_release_tag": null, "last_updated": "2021-06-21T18:20:20Z", "name": "aimp", "new": false, "repository_manifest": {"name": "AIMP Media Player", "content_in_root": true, "domains": "media_player", "iot_class": "Local Polling", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["aimp", "home-automation", "homeassistant", "homeautomation", "internet-of-things", "iot", "iot-automation", "mediaplayer", "raspberry-pi", "remote-control", "smarthome"], "version_installed": null}, "323152128": {"authors": ["@guylewin"], "category": "integration", "description": "Crunch-O-Meter API as sensors in Home Assistant. See how many people are currently at your local gym", "domain": "crunch_o_meter", "downloads": 0, "etag_repository": "W/\"02cc653796b8ff504e36be78552319dd9c51adac96f5937bf203895d04237835\"", "full_name": "GuyLewin/home-assistant-crunch-o-meter", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "db48e5a", "last_release_tag": "1.0.4", "last_updated": "2021-06-14T13:06:16Z", "name": "crunch_o_meter", "new": false, "repository_manifest": {"name": "Crunch-O-Meter", "domains": ["sensor"], "iot_class": "Cloud Polling", "render_readme": true, "zip_release": true, "filename": "crunch_o_meter.zip"}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["crunch", "crunch-o-meter", "hacs", "home-assistant"], "version_installed": null}, "376904517": {"authors": [], "category": "plugin", "description": "A progress bar display for Home Assistant timers", "domain": "", "downloads": 0, "etag_repository": "W/\"38ea22160c43ccdbe9c87bf5714ada90933918bf5ddcae1387ce2b56b892140b\"", "full_name": "rianadon/timer-bar-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7b1870b", "last_release_tag": "v1.15", "last_updated": "2022-01-21T18:45:14Z", "name": "timer-bar-card", "new": false, "repository_manifest": {"name": "Timer Bar Card", "render_readme": true, "filename": "timer-bar-card.js"}, "selected_tag": null, "show_beta": false, "stars": 83, "topics": ["home-assistant", "lovelace", "lovelace-ui"], "version_installed": null, "last_fetched": 1643571262.763521}, "378256174": {"authors": [], "category": "plugin", "description": "Home Assistant card for collecting OpenSprinkler status", "domain": "", "downloads": 0, "etag_repository": "W/\"979608dafc7cb3ea70f57b5b0b6d08d3642531bbff722956b0bc6497ef19712d\"", "full_name": "rianadon/opensprinkler-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "883055b", "last_release_tag": "v1.11", "last_updated": "2021-12-20T23:06:54Z", "name": "opensprinkler-card", "new": false, "repository_manifest": {"name": "OpenSprinkler Card", "render_readme": true, "filename": "opensprinkler-card.js"}, "selected_tag": null, "show_beta": false, "stars": 32, "topics": ["home-assistant", "lovelace", "lovelace-ui", "opensprinkler"], "version_installed": null, "last_fetched": 1642184597.996558}, "307678069": {"authors": ["@rogro82", "@wibias"], "category": "integration", "description": "Home Assistant variables component", "domain": "variable", "downloads": 0, "etag_repository": "W/\"9e82023624d0de81f46069fd20506a6bbbbe6d0c359b61700085bcf5efc9ca1f\"", "full_name": "Wibias/hass-variables", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "0b76b6a", "last_release_tag": "2.2.1", "last_updated": "2022-01-22T16:29:27Z", "name": "variable", "new": false, "repository_manifest": {"name": "Variables+History", "homeassistant": "2021.9.0", "iot_class": "local push"}, "selected_tag": null, "show_beta": false, "stars": 28, "topics": ["counter", "homeassistant-integration", "keypad", "last-motion", "python", "timer", "variables"], "version_installed": null, "last_fetched": 1643571252.251042}, "373101151": {"authors": ["@cjne"], "category": "integration", "description": "Home Assistant customcomponent for SunSpec modbus devices", "domain": "sunspec", "downloads": 0, "etag_repository": "W/\"bdfff48b661cea421ac8d890f7b905a2e705ea2c807b9bf6753a8a18292397be\"", "full_name": "CJNE/ha-sunspec", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b0b749a", "last_release_tag": "0.0.19", "last_updated": "2022-01-26T05:12:55Z", "name": "sunspec", "new": false, "repository_manifest": {"name": "SunSpec", "hacs": "1.6.0", "domains": ["sensor"], "iot_class": "Local Polling", "render_readme": true, "homeassistant": "2021.9.1"}, "selected_tag": null, "show_beta": false, "stars": 15, "topics": ["custom-component", "home-assistant", "sunspec"], "version_installed": null, "last_fetched": 1643571224.696595}, "256928191": {"authors": ["@Aohzan"], "category": "integration", "description": "Home Assistant custom component for GCE Eco-Devices", "domain": "ecodevices", "downloads": 0, "etag_repository": "W/\"e28dbf308b06a446432409f2815f93383263f1d01a44b4bb9509e2122a0b7fc0\"", "full_name": "Aohzan/ecodevices", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "851ff72", "last_release_tag": "4.0.0", "last_updated": "2021-12-31T17:09:13Z", "name": "ecodevices", "new": false, "repository_manifest": {"name": "GCE Eco-Devices", "country": ["FR"], "domains": ["sensor"], "render_readme": true, "iot_class": ["Local Polling"]}, "selected_tag": null, "show_beta": false, "stars": 7, "topics": ["eco-devices", "gce-electronics", "home-assistant", "homeassistant-integration"], "version_installed": null, "last_fetched": 1641058337.817616}, "351604227": {"authors": ["@Sha-Darim"], "category": "integration", "description": "The custom compontnet will get fire risks and fire prohibition from the Brandrisk Ute API for the supplied position.", "domain": "brandriskute", "downloads": 0, "etag_repository": "W/\"a88ea5dcc9c7365be124bbf02b3807bf9a41469aa44a8c706161709cf62b8ea3\"", "full_name": "Sha-Darim/brandriskute", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4ed6d64", "last_release_tag": null, "last_updated": "2021-12-28T22:27:43Z", "name": "brandriskute", "new": false, "repository_manifest": {"name": "Brandrisk ute", "render_readme": true, "domains": ["sensor"], "country": ["se"]}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["fire-risks", "homeassistant", "risks", "sensors"], "version_installed": null}, "387055527": {"authors": [], "category": "theme", "description": "This is a blend of 2 themes found within the Home Assistant community. Inspired mostly by Noctis, I've adjust colours slightly and have also opted to pull some features from Caule Theme packs to build my own 'ultimate' theme. I will continue to update overtime and do my best to credit those whom I have 'referenced' ", "domain": "", "downloads": 0, "etag_repository": "W/\"6c54cf61de3436b14d30e2f6e080c33f94c85659b791886b67162fd4a402f840\"", "full_name": "tgcowell/waves", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4c4218c", "last_release_tag": "v.2.1.0", "last_updated": "2021-08-27T03:25:22Z", "name": "waves", "new": false, "repository_manifest": {"name": "Waves"}, "selected_tag": null, "show_beta": false, "stars": 21, "topics": ["hacs", "hassio", "homeassistant", "themes"], "version_installed": null, "last_fetched": 1642184601.132158}, "391372854": {"authors": [], "category": "plugin", "description": "Home Assistant card for controlling the Alarmo component", "domain": "", "downloads": 0, "etag_repository": "W/\"28c87bd14b8bdbb5969e902c6c85da87362ec3105ed38f676600145482b3cdf5\"", "full_name": "nielsfaber/alarmo-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "cfe826a", "last_release_tag": "v1.2.3", "last_updated": "2022-01-15T08:11:17Z", "name": "alarmo-card", "new": false, "repository_manifest": {"name": "Alarmo Card", "render_readme": true, "filename": "alarmo-card.js"}, "selected_tag": null, "show_beta": false, "stars": 28, "topics": ["alarm", "alarmo", "assistant", "card", "home", "home-assistant", "lovelace", "security"], "version_installed": null, "last_fetched": 1643571261.532588}, "362551242": {"authors": [], "category": "plugin", "description": "Simple last-updated card for Home assistant lovelace", "domain": "", "downloads": 0, "etag_repository": "W/\"7582e81dc79d17b48732f060719ecd84416c96684cc88d57c6aa2ba8a4db53bc\"", "full_name": "itobey/update-time-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9580c83", "last_release_tag": "2.0.0", "last_updated": "2021-07-13T16:24:04Z", "name": "update-time-card", "new": false, "repository_manifest": {"name": "Update Time Card", "content_in_root": true, "render_readme": true, "filename": "update-time-card.js"}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["clock", "dashboard", "e-ink", "hassio", "home-assistant", "homeassistant", "last-updated", "lovelace", "lovelace-custom-card", "lovelace-ui"], "version_installed": null}, "384434522": {"authors": [], "category": "plugin", "description": "Additional vector icons for home assistant to model Philips Hue bulbs and fixtures. ", "domain": "", "downloads": 0, "etag_repository": "W/\"dd2443298b76ee5f4ee0dc518c7dfc08f9151427f30d2210d2f8b7f40422ac78\"", "full_name": "arallsopp/hass-hue-icons", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c834f9a", "last_release_tag": "v.1.2.5", "last_updated": "2022-01-19T12:36:20Z", "name": "hass-hue-icons", "new": false, "repository_manifest": {"name": "Hass Hue Icons", "render_readme": true, "content_in_root": false}, "selected_tag": null, "show_beta": false, "stars": 125, "topics": ["custom-icons", "hacktoberfest", "hacs", "home-assistant", "homeassistant", "hue", "hue-lights", "icons", "iconset", "philips-hue", "svg"], "version_installed": null, "last_fetched": 1643571253.745922}, "352169259": {"authors": ["@aex351"], "category": "integration", "description": "Neerslag app for Home Assistant. All-in-one package (Sensors + Card).", "domain": "neerslag", "downloads": 0, "etag_repository": "W/\"c7ea7befb915401621b152712582ad6d2387b3fd868a00f66dfa33221aff7a56\"", "full_name": "aex351/home-assistant-neerslag-app", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "ba484e4", "last_release_tag": null, "last_updated": "2021-10-21T20:28:43Z", "name": "neerslag", "new": false, "repository_manifest": {"name": "Neerslag App", "render_readme": true, "country": ["NL", "BE"], "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 18, "topics": ["homeassistant"], "version_installed": null, "last_fetched": 1641217569.170075}, "366713850": {"authors": ["@alexander0042"], "category": "integration", "description": "Replacement for the default Dark Sky Home Assistant integration using Pirate Weather ", "domain": "pirateweather", "downloads": 0, "etag_repository": "W/\"14e5999e119fe81ed9bbdac6cc9efff17548d86cdc4069cf457a83259eae7575\"", "full_name": "alexander0042/pirate-weather-ha", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e95083f", "last_release_tag": null, "last_updated": "2021-12-17T17:21:58Z", "name": "pirateweather", "new": false, "repository_manifest": {"name": "Pirate Weather", "domains": ["weather", "sensor"], "render_readme": true, "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 65, "topics": ["darksky-api", "homeassistant-integration", "weather-api"], "version_installed": null, "last_fetched": 1643545556.794476}, "363203831": {"authors": ["@benleb"], "category": "integration", "description": "SureHA \ud83d\udc3e monitor & control your Sure Petcare devices via Home Assistant", "domain": "sureha", "downloads": 0, "etag_repository": "W/\"b3a5d3b5e4d02d9b2d3db971986dbb9f83a772f779f7c706cbfe8d005d0f570c\"", "full_name": "benleb/sureha", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "77ff2da", "last_release_tag": "v0.4.2", "last_updated": "2021-09-20T15:35:49Z", "name": "sureha", "new": false, "repository_manifest": {"name": "SureHA", "documentation": "https://github.com/benleb/sureha", "content_in_root": true, "render_readme": true, "domains": ["binary_sensor", "sensor"]}, "selected_tag": null, "show_beta": false, "stars": 10, "topics": ["home-assistant", "home-automation", "homeassistant", "surepet", "surepetcare", "surepy"], "version_installed": null, "last_fetched": 1641895958.561402}, "378010382": {"authors": ["@alryaz"], "category": "integration", "description": "TNS Energo Integration", "domain": "tns_energo", "downloads": 0, "etag_repository": "W/\"d4a335cae84074e420e746d37ce355a6db4ac2680e063b5b15162cdcb5af0ef0\"", "full_name": "alryaz/hass-tns-energo", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e23705e", "last_release_tag": "v0.1.0", "last_updated": "2021-11-03T19:37:50Z", "name": "tns_energo", "new": false, "repository_manifest": {"name": "\u041b\u0438\u0447\u043d\u044b\u0439 \u043a\u0430\u0431\u0438\u043d\u0435\u0442 \u0422\u041d\u0421 \u042d\u043d\u0435\u0440\u0433\u043e", "content_in_root": false, "zip_release": false, "render_readme": true, "domains": ["sensor"], "country": ["ru"], "homeassistant": "2021.4.6", "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": ["custom-components", "hacs", "homeassistant", "moscow", "tns-energo"], "version_installed": null}, "376390299": {"authors": ["@golles"], "category": "integration", "description": "KNMI weather integration for Home Assistant", "domain": "knmi", "downloads": 0, "etag_repository": "W/\"ef1bd6faa2e5920122e14e51741393edcbaa5f9e4f235ee917217ba3199aaae5\"", "full_name": "golles/ha-knmi", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4de958b", "last_release_tag": "1.1.6", "last_updated": "2022-01-08T17:01:59Z", "name": "knmi", "new": false, "repository_manifest": {"name": "knmi", "hacs": "1.6.0", "domains": ["binary_sensor", "sensor", "switch"], "homeassistant": "0.118.0"}, "selected_tag": null, "show_beta": false, "stars": 7, "topics": ["home-assistant", "home-assistant-component", "homeassistant", "knmi", "weather"], "version_installed": null, "last_fetched": 1642004605.655608}, "384704004": {"authors": ["@dylandoamaral"], "category": "integration", "description": "A Trakt integration for Home Assistant compatible with upcoming media card", "domain": "trakt_tv", "downloads": 0, "etag_repository": "W/\"271e8a524c8f838bcc59f398e4c685dede7e8661588da060a3d577cecbe98a58\"", "full_name": "dylandoamaral/trakt-integration", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6a4835e", "last_release_tag": "v0.1.2", "last_updated": "2021-12-13T09:19:12Z", "name": "trakt_tv", "new": false, "repository_manifest": {"name": "Trakt", "domains": ["sensor"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": ["custom", "hacs", "home-assistant", "integration", "movie", "show", "trakt", "upcoming-media-card"], "version_installed": null, "last_fetched": 1643545556.791849}, "261277563": {"authors": ["@edekeijzer"], "category": "integration", "description": "OSRM travel time sensor for Home Assistant", "domain": "osrm_travel_time", "downloads": 0, "etag_repository": "W/\"a351edffa9665484e59651c629526eeade93896315c7f686ec51c603e50c3167\"", "full_name": "edekeijzer/osrm_travel_time", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3985b38", "last_release_tag": "v0.3", "last_updated": "2021-07-04T11:12:20Z", "name": "osrm_travel_time", "new": false, "repository_manifest": {"name": "Open Source Routing Machine", "domains": ["sensor"], "iot_class": ["Local Polling"]}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": ["home-assistant", "osrm", "python", "python3", "self-hosted"], "version_installed": null}, "290261325": {"authors": ["@basnijholt", "@RubenKelevra"], "category": "integration", "description": "Adaptive Lighting custom component for Home Assistant", "domain": "adaptive_lighting", "downloads": 0, "etag_repository": "W/\"f83d1c7c1980b080967b9c5b00373239ff9ad94867f8d78ee6d2f8f4f2c99d24\"", "full_name": "basnijholt/adaptive-lighting", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "83983e8", "last_release_tag": "1.0.15", "last_updated": "2022-01-08T23:28:34Z", "name": "adaptive_lighting", "new": false, "repository_manifest": {"name": "adaptive_lighting", "render_readme": true, "domains": ["switch"]}, "selected_tag": null, "show_beta": false, "stars": 472, "topics": ["adaptive-lighting", "automation", "home-assistant", "hue", "iot", "lights", "sunrise", "sunset", "zigbee"], "version_installed": null, "last_fetched": 1643571222.606949}, "377060365": {"authors": ["@alryaz"], "category": "integration", "description": "\u0418\u043d\u0442\u0435\u0433\u0440\u0430\u0446\u0438\u044f Home Assistant \u0441 \u041b\u041a \"\u0418\u043d\u0442\u0435\u0440 \u0420\u0410\u041e\"", "domain": "lkcomu_interrao", "downloads": 0, "etag_repository": "W/\"edf53429a828fa13d9facc72a0b85cc991e68743dee673e401994a480d125413\"", "full_name": "alryaz/hass-lkcomu-interrao", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b951440", "last_release_tag": "v0.2.0", "last_updated": "2022-01-16T23:15:31Z", "name": "lkcomu_interrao", "new": false, "repository_manifest": {"name": "\u041b\u0438\u0447\u043d\u044b\u0439 \u043a\u0430\u0431\u0438\u043d\u0435\u0442 \u0418\u043d\u0442\u0435\u0440 \u0420\u0410\u041e (\u042d\u043d\u0435\u0440\u0433\u043e\u0441\u0431\u044b\u0442)", "content_in_root": false, "zip_release": false, "render_readme": true, "domains": ["sensor", "binary_sensor"], "country": ["ru"], "homeassistant": "2021.12.0", "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 21, "topics": ["altaienergosbyt", "bashelektrosbyt", "custom-components", "energosbyt", "esbvolga", "home-assistant", "mosenergosbyt", "sevesk", "tambovenergosbyt", "tomskenergosbyt"], "version_installed": null, "last_fetched": 1643571220.827883}, "388918745": {"authors": ["@CreasolTech"], "category": "integration", "description": "Home Assistant integration for Creasol DomBus RS485 modules (inputs, outputs, sensors).", "domain": "creasoldombus", "downloads": 0, "etag_repository": "W/\"d1fb7d5dbd83ae905361350a184f214c97096227948f1a15648ce1efcfe8eede\"", "full_name": "CreasolTech/home-assistant-creasol-dombus", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "469026c", "last_release_tag": null, "last_updated": "2021-09-07T08:23:37Z", "name": "creasoldombus", "new": false, "repository_manifest": {"name": "Creasol DomBus", "content_in_root": false, "domains": ["binary-sensor", "light", "sensor", "switch"], "iot_class": "local_push"}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["dombus", "domotic", "hacs", "home-assistant", "homeassistant", "rs485", "smart-home", "smarthome"], "version_installed": null}, "355159299": {"authors": ["@alryaz"], "category": "integration", "description": "Moscow PGU services for HomeAssistant", "domain": "moscow_pgu", "downloads": 0, "etag_repository": "W/\"acd57c8caeda6a128a28ad90ca858c6c3b0e3c5dd18a980551607d231d0893fa\"", "full_name": "alryaz/hass-moscow-pgu", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a0e68a7", "last_release_tag": "v0.3.1", "last_updated": "2021-11-10T06:44:41Z", "name": "moscow_pgu", "new": false, "repository_manifest": {"name": "Moscow PGU (\u0413\u043e\u0441\u0443\u0441\u043b\u0443\u0433\u0438 \u041c\u043e\u0441\u043a\u0432\u044b)", "content_in_root": false, "zip_release": false, "render_readme": true, "domains": ["sensor"], "country": ["ru"], "homeassistant": "2021.2.0", "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 10, "topics": ["custom-component", "gosuslugi", "homeassistant"], "version_installed": null}, "362058414": {"authors": ["@chouffy"], "category": "integration", "description": "Control a Libratone Zipp speaker within Home Assistant", "domain": "libratone_zipp", "downloads": 0, "etag_repository": "W/\"291eaf61836c69229654147e6d05057f40a699b92326ffd497a4a92a22d88fd9\"", "full_name": "Chouffy/home_assistant_libratone_zipp", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "0f30485", "last_release_tag": "3.0.3", "last_updated": "2021-10-16T07:48:11Z", "name": "libratone_zipp", "new": false, "repository_manifest": {"name": "Libratone Zipp", "render_readme": true, "domains": "media_player", "iot_class": "Local Push"}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["home-assistant", "home-assistant-integration", "libratone", "python3"], "version_installed": null}, "377960412": {"authors": ["@georgezhao2010"], "category": "integration", "description": "Control your Midea air conditioner devices via the eWeLink cloud", "domain": "climate_ewelink", "downloads": 0, "etag_repository": "W/\"a9e71b054a35028bd10c6cfbd51292e79869dfa62d427e77c3bc25b25da9ce84\"", "full_name": "georgezhao2010/climate_ewelink", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b38804d", "last_release_tag": "v0.3.0", "last_updated": "2021-09-04T14:17:19Z", "name": "climate_ewelink", "new": false, "repository_manifest": {"name": "Midea A/C via eWeLink", "domains": ["climate", "sensor", "switch"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 24, "topics": ["airconditioners", "climate", "ewelink", "homeassistant", "midea"], "version_installed": null}, "311536795": {"authors": ["@blakeblackshear"], "category": "integration", "description": "Frigate integration for Home Assistant", "domain": "frigate", "downloads": 0, "etag_repository": "W/\"12a2fdeba206b331e8ab5292bf3bef414b6c5ac50bb959dfd229570da6279c93\"", "full_name": "blakeblackshear/frigate-hass-integration", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "19a10d0", "last_release_tag": "v2.2.0", "last_updated": "2022-01-25T15:30:23Z", "name": "frigate", "new": false, "repository_manifest": {"hacs": "1.6.0", "name": "Frigate", "domains": ["media_browser", "sensor", "camera", "binary_sensor", "switch"], "iot_class": "Local Push", "homeassistant": "2021.12.0b0"}, "selected_tag": null, "show_beta": false, "stars": 205, "topics": ["ai", "camera", "frigate", "hacs", "nvr", "object-detection"], "version_installed": null, "last_fetched": 1643571223.138651}, "255258767": {"authors": ["@Aohzan"], "category": "integration", "description": "IPX800 V4 integration for Home-Assistant", "domain": "ipx800v4", "downloads": 0, "etag_repository": "W/\"360bffc2d724b017741fe7e8c6c499e78dc69bb6de72a87d8174d1f1edcc503c\"", "full_name": "Aohzan/ipx800", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3d58e7c", "last_release_tag": "3.1.0", "last_updated": "2021-11-20T08:19:27Z", "name": "ipx800v4", "new": false, "repository_manifest": {"name": "GCE IPX800 V4", "country": ["FR"], "domains": ["switch", "light", "cover", "sensor", "binary_sensor", "climate"], "render_readme": true, "iot_class": ["Local Polling"]}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": ["gce-electronics", "homeassistant", "homeassistant-integration", "ipx800"], "version_installed": null}, "384910725": {"authors": ["@hwmland"], "category": "integration", "description": "XMR Pool Statistics integration for Home Assistant", "domain": "xmrpool_stat", "downloads": 0, "etag_repository": "W/\"5f8e1ac919378a933cdb6178bb5eadf93224b15abcbb061acd43790085e81237\"", "full_name": "hwmland/homeassistant-xmrpool_stat", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e5db4c6", "last_release_tag": "v0.2.0", "last_updated": "2022-01-13T20:44:56Z", "name": "xmrpool_stat", "new": false, "repository_manifest": {"name": "XMR Pool Statistics", "render_readme": true, "iot_class": "cloud_polling"}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["cryptocurrency", "hacs", "home-assistant", "home-assistant-integration", "homeassistant", "monero", "xmr"], "version_installed": null, "last_fetched": 1642184611.305361}, "322881712": {"authors": ["@juacas"], "category": "integration", "description": "Honor X3 router Device tracker for Home Assistant", "domain": "honor_x3", "downloads": 0, "etag_repository": "W/\"9e373e2187817bda22f05c37f771fe310a58ed3096ae5f717de289c997bdeaa6\"", "full_name": "juacas/honor_x3", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3798953", "last_release_tag": "v1.0.5", "last_updated": "2021-08-24T07:44:17Z", "name": "honor_x3", "new": false, "repository_manifest": {"name": "Honor Router 3/X3 tracker", "render_readme": "true", "domains": ["device_tracker"]}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["device-tracker", "home-assistant", "home-automation", "presence-detection", "router"], "version_installed": null, "last_fetched": 1643571235.669678}, "377012187": {"authors": ["@jcgoette"], "category": "integration", "description": "This custom integration provides sensors for Weight Gurus API endpoints.", "domain": "weight_gurus", "downloads": 0, "etag_repository": "W/\"20118a467c07202ffe9775d16d9c829efb6eed7103dab9ebf4f1e1645b317b43\"", "full_name": "jcgoette/weight_gurus_homeassistant", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a891e0b", "last_release_tag": "v2.0.2", "last_updated": "2021-12-18T04:00:33Z", "name": "weight_gurus", "new": false, "repository_manifest": {"domains": "sensor", "iot_class": "Cloud Polling", "name": "Weight Gurus", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["health", "home-assistant", "home-assistant-component", "home-assistant-custom", "home-assistant-sensor", "python", "weight"], "version_installed": null}, "250488711": {"authors": ["@mwestra"], "category": "integration", "description": "niu scooter integration for Home assistant.", "domain": "niu", "downloads": 0, "etag_repository": "W/\"3eb1bc1cdbfc591c0f398f92edbda8494326579cb2ce15fd964e88c48628aa23\"", "full_name": "marcelwestrahome/home-assistant-niu-component", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d00a0ad", "last_release_tag": "1.0.0", "last_updated": "2021-11-28T18:33:25Z", "name": "niu", "new": false, "repository_manifest": {"name": "Niu Scooter Integration", "content_in_root": false, "render_readme": true, "iot_class": "cloud_polling"}, "selected_tag": null, "show_beta": false, "stars": 15, "topics": ["custom-component", "home-assistant", "niu", "scooters", "sensor"], "version_installed": null, "last_fetched": 1642430941.780215}, "279184610": {"authors": ["@madpilot"], "category": "integration", "description": "Home Assistant Component to pull the latest energy prices from Amber Electric", "domain": "amberelectric", "downloads": 0, "etag_repository": "W/\"aa32fa4c6a1ae5d01635bec70278dccf5f5869879136f29426130ed58700f896\"", "full_name": "madpilot/hass-amber-electric", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b900ed8", "last_release_tag": null, "last_updated": "2021-10-07T09:01:00Z", "name": "amberelectric", "new": false, "repository_manifest": {"name": "Amber Electric", "country": ["AU"], "domains": ["sensor"], "homeassistant": "2021.7.1", "iot_class": ["Cloud Polling"]}, "selected_tag": null, "show_beta": false, "stars": 21, "topics": ["amber-electric", "electricity-market", "electricity-prices", "home-assistant", "integration"], "version_installed": null, "last_fetched": 1643571239.450224}, "391413239": {"authors": ["@tiemooowh"], "category": "integration", "description": "Teletask (DoIP) Integration for Home Assistant Comunity Store (HACS)", "domain": "teletask", "downloads": 0, "etag_repository": "W/\"7e12b9c1542acb42585d0a53625bea0509661b0faa53f1348fe931c2ee2e0b8c\"", "full_name": "Tiemooowh/homeassistant-teletask", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "58bdabf", "last_release_tag": null, "last_updated": "2021-11-01T16:32:18Z", "name": "teletask", "new": false, "repository_manifest": {"name": "Teletask", "content_in_root": false, "domains": ["teletask"], "homeassistant": "0.109.0", "iot_class": "local_poll"}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["domotics", "hacs", "homeassistant", "homeassistant-custom-component", "homeassistant-integration", "teletask"], "version_installed": null, "last_fetched": 1642851464.3755}, "368653916": {"authors": ["@moox-it"], "category": "integration", "description": "MOOX-Track Custom Component for HASS (hass-moox-track) is a custom component that connects your MOOX Track devices to Home Assistant as \"Device Trackers\"", "domain": "moox_track", "downloads": 0, "etag_repository": "W/\"6c795dfdc462f634bed1c5aa38a7cfb88f597c6e4bc6795fec0bdb1e34980edb\"", "full_name": "moox-it/hass-moox-track", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "ccc24f3", "last_release_tag": "1.2", "last_updated": "2021-12-13T17:10:20Z", "name": "moox_track", "new": false, "repository_manifest": {"name": "MOOX-Track", "render_readme": true, "iot_class": ["Cloud Polling"]}, "selected_tag": null, "show_beta": false, "stars": 0, "topics": ["device", "gps", "moox", "track", "tracker"], "version_installed": null}, "378213601": {"authors": ["@nyffchanium"], "category": "integration", "description": "Home Assistant integration for Argoclima (Argo) climate control devices", "domain": "argoclima", "downloads": 0, "etag_repository": "W/\"2679e7ae9fd0af2f3c9af279232abec2552e35eb975eed9419095d5e7af2d9ff\"", "full_name": "nyffchanium/argoclima-integration", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "515e679", "last_release_tag": "v1.1.0", "last_updated": "2021-12-30T11:52:59Z", "name": "argoclima", "new": false, "repository_manifest": {"name": "Argoclima", "homeassistant": "2021.12.1", "domains": ["climate"], "iot_class": "Local Polling"}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["argo", "argoclima", "climate-control", "home-assistant"], "version_installed": null, "last_fetched": 1643571242.287186}, "336054515": {"authors": ["@lbbrhzn"], "category": "integration", "description": "Home Assistant integration for electric vehicle chargers that support the Open Charge Point Protocol (OCPP).", "domain": "ocpp", "downloads": 0, "etag_repository": "W/\"815832f2ebb6fa2a52c9745547aba10a114331d4f9898a860d08ab238db38056\"", "full_name": "lbbrhzn/ocpp", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "cce22ff", "last_release_tag": "v0.4.10", "last_updated": "2022-01-30T19:13:59Z", "name": "ocpp", "new": false, "repository_manifest": {"name": "Open Charge Point Protocol (OCPP)", "content_in_root": false, "domains": ["button", "number", "sensor", "switch"], "homeassistant": "2021.12.0", "iot_class": "Local Push", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 45, "topics": ["hacs", "home-assistant", "home-automation", "homeassistant", "ocpp"], "version_installed": null, "last_fetched": 1643571238.060321}, "379688863": {"authors": ["@TheRealWaldo"], "category": "integration", "description": "Thermal Vision Sensor and Camera for Home Assistant", "domain": "thermal_vision", "downloads": 0, "etag_repository": "W/\"3c3f781d516665e3ff2f941d163f40302a6cc38d1048f6693340fa5833b01fd3\"", "full_name": "TheRealWaldo/thermal", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "376601c", "last_release_tag": "v3.1.0", "last_updated": "2021-12-28T16:18:24Z", "name": "thermal_vision", "new": false, "repository_manifest": {"name": "Thermal Vision", "country": ["CA"], "domains": ["camera", "sensor"], "render_readme": true, "iot_class": ["Assumed State", "Local Polling"]}, "selected_tag": null, "show_beta": false, "stars": 24, "topics": ["hacs", "home-assistant", "homeassistant", "homeassistant-custom-component", "homeassistant-integration", "homeassistant-sensor"], "version_installed": null, "last_fetched": 1642851466.764306}, "388979130": {"authors": ["@troykelly"], "category": "integration", "description": "A group of sensors for Home Assistant that tracks New South Wales COVID-19 Data", "domain": "nswcovid", "downloads": 0, "etag_repository": "W/\"e4f82a00278417c26669528a148fd1bf4d88282c014255fad61cf23a156ed0c5\"", "full_name": "troykelly/homeassistant-au-nsw-covid", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "0c394ef", "last_release_tag": "v0.0.26", "last_updated": "2021-10-02T04:15:42Z", "name": "nswcovid", "new": false, "repository_manifest": {"name": "NSW Covid Data", "country": ["AU"], "domains": ["sensor"], "homeassistant": "2021.9.0", "iot_class": ["Cloud Polling"], "zip_release": true, "filename": "nswcovid.zip"}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["covid-19", "home-assistant", "nsw-government", "nsw-health"], "version_installed": null}, "227452940": {"authors": ["@JoshuaMulliken"], "category": "integration", "description": "Home Assistant Integration for Wyze devices.", "domain": "wyzeapi", "downloads": 0, "etag_repository": "W/\"694f94b6ccbd39eb813375a1358383c841721779dd93c62ce56201acda6b763f\"", "full_name": "JoshuaMulliken/ha-wyzeapi", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "8107f80", "last_release_tag": "0.1.4", "last_updated": "2022-01-26T00:05:33Z", "name": "wyzeapi", "new": false, "repository_manifest": {"name": "Wyze", "domains": ["switch", "light", "lock", "binary_sensor"], "iot_class": "cloud_poll"}, "selected_tag": null, "show_beta": false, "stars": 381, "topics": ["bulb", "home-assistant", "home-automation", "homeassistant", "switch", "wyze", "wyze-bulbs", "wyze-switchs"], "version_installed": null, "last_fetched": 1643571235.391686}, "379781545": {"authors": ["@rroller"], "category": "integration", "description": "Netgear Home Assistant Integration", "domain": "netgear_wax", "downloads": 0, "etag_repository": "W/\"436be03ffbbb9b6adc9c111cd59575fe7a7b8f022f54146b0ed8375b1ab0c7d0\"", "full_name": "rroller/netgear", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d3a2e7f", "last_release_tag": "0.1.3", "last_updated": "2021-12-12T18:08:49Z", "name": "netgear_wax", "new": false, "repository_manifest": {"name": "Netgear WAX", "hacs": "1.6.0", "homeassistant": "2021.4.0", "domains": ["binary_sensor", "sensor", "switch"], "iot_class": "Local Polling", "render_readme": true, "documentation": "https://github.com/rroller/netgear/blob/main/README.md", "issue_tracker": "https://github.com/rroller/netgear/issues", "codeowners": ["@rroller"]}, "selected_tag": null, "show_beta": false, "stars": 7, "topics": ["hacs", "home-assistant", "netgear", "wax", "wax-610", "wax-620", "wi-fi"], "version_installed": null}, "396695907": {"authors": ["@mullerdavid"], "category": "integration", "description": "Gree Extension for built in integration", "domain": "gree_ext", "downloads": 0, "etag_repository": "W/\"03767ed18a8f09a3648631142dfc3b94a940b82a73b3c4aff883c5d19ef70b28\"", "full_name": "mullerdavid/hass_GreeExt", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "faa5104", "last_release_tag": null, "last_updated": "2021-08-16T17:45:29Z", "name": "gree_ext", "new": false, "repository_manifest": {"name": "Gree Extension for Home-Assistant built in integration", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["home-assistant"], "version_installed": null}, "325329098": {"authors": ["@IATkachenko"], "category": "integration", "description": "Sleep As Android integration for Home Assistant", "domain": "sleep_as_android", "downloads": 0, "etag_repository": "W/\"5fd6330a44200164148a26d1ca85b0eebf831e91763fd0d4b0f17ee3a02cac65\"", "full_name": "IATkachenko/HA-SleepAsAndroid", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "339e586", "last_release_tag": "v1.7.0", "last_updated": "2022-01-24T10:33:12Z", "name": "sleep_as_android", "new": false, "repository_manifest": {"homeassistant": "2021.7.0", "name": "Sleep As Android", "render_readme": true, "zip_release": true, "filename": "sleep_as_android.zip"}, "selected_tag": null, "show_beta": false, "stars": 42, "topics": ["homeassistant", "mqtt", "python", "sleep-analysis", "sleep-as-android", "sleep-tracker"], "version_installed": null, "last_fetched": 1643571233.94474}, "290193894": {"authors": ["@sillyfrog"], "category": "integration", "description": "Rollease Acmeda Automate Pulse Hub v2 integration for Home Assistant", "domain": "automate", "downloads": 0, "etag_repository": "W/\"62c0f572ab5b8bb549c8e3534a3d9cb6051d2d66c85135b843ac55752f16c7f0\"", "full_name": "sillyfrog/Automate-Pulse-v2", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "cb3d325", "last_release_tag": "v0.9.3", "last_updated": "2022-01-23T11:01:40Z", "name": "automate", "new": false, "repository_manifest": {"name": "Rollease Acmeda Automate Pulse Hub v2", "render_readme": true, "iot_class": ["Local Polling", "Local Push"]}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": ["hacs", "homeassistant"], "version_installed": null, "last_fetched": 1643571248.075698}, "394082552": {"authors": [], "category": "plugin", "description": "A Lovelace card for Frigate in Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"5e22c52bcca57483570791881ac868bdc4e2f4596d61e90a306c793393b98fb4\"", "full_name": "dermotduffy/frigate-hass-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "73c979e", "last_release_tag": "v2.1.0", "last_updated": "2022-01-30T01:46:41Z", "name": "frigate-hass-card", "new": false, "repository_manifest": {"name": "Frigate Card", "render_readme": true, "filename": "frigate-hass-card.js"}, "selected_tag": null, "show_beta": false, "stars": 85, "topics": ["cctv", "frigate", "home-assistant", "nvr"], "version_installed": null, "last_fetched": 1643571256.709766}, "395991055": {"authors": ["@amaximus"], "category": "integration", "description": "Anniversary integration for Home Assistant", "domain": "anniversary", "downloads": 0, "etag_repository": "W/\"e46d35d78a2a71237abf24772eb9eb667c712f87c8cc75f3d11397dcbe90b112\"", "full_name": "amaximus/anniversary", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d4bc126", "last_release_tag": "0.2.1", "last_updated": "2021-12-10T12:17:16Z", "name": "anniversary", "new": false, "repository_manifest": {"name": "Anniversary", "country": ["HU"], "domains": ["anniversary"], "render_readme": "true", "iot_class": ["Assumed State"]}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": ["home-assistant", "homeassistant"], "version_installed": null}, "362700564": {"authors": ["@alandtse"], "category": "integration", "description": "Tesla custom integration for Home Assistant. This requires a refresh token be generated by third-party apps to login.", "domain": "tesla_custom", "downloads": 0, "etag_repository": "W/\"5b84414c08f1d7008c62ad64d2ba6d64038f120e97f34ddcbff04ef59961179b\"", "full_name": "alandtse/tesla", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "004f265", "last_release_tag": "v1.5.0", "last_updated": "2022-01-17T10:00:49Z", "name": "tesla_custom", "new": false, "repository_manifest": {"name": "Tesla", "hacs": "1.6.0", "domains": ["sensor", "lock", "climate", "binary_sensor", "device_tracker", "switch", "button"], "iot_class": "Cloud Polling", "homeassistant": "2021.4.0", "zip_release": true, "filename": "tesla_custom.zip"}, "selected_tag": null, "show_beta": false, "stars": 102, "topics": ["hacktoberfest", "home-assistant", "home-assistant-component", "integration", "tesla"], "version_installed": null, "last_fetched": 1643571219.917723}, "383732864": {"authors": ["@cyberjunky"], "category": "integration", "description": "The Garmin Connect integration allows you to expose data from Garmin Connect to Home Assistant.", "domain": "garmin_connect", "downloads": 0, "etag_repository": "W/\"210fb76cabebce985328b97cb51aafb9fc76b6942ed95a2e08b7bd2aca96f615\"", "full_name": "cyberjunky/home-assistant-garmin_connect", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4cd2826", "last_release_tag": "0.1.8", "last_updated": "2022-01-05T09:23:20Z", "name": "garmin_connect", "new": false, "repository_manifest": {"name": "Garmin Connect", "render_readme": true, "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 28, "topics": ["garmin-connect", "home-assistant", "home-assistant-component"], "version_installed": null, "last_fetched": 1643571227.197985}, "346474804": {"authors": ["@DurgNomis-drol"], "category": "integration", "description": "Toyota Connected Services integration for Home Assistant.", "domain": "toyota", "downloads": 0, "etag_repository": "W/\"e25ca803cf068f7bd21ac36fa72f5b3eeda58a482c03cd855046dfd922fdaf43\"", "full_name": "DurgNomis-drol/ha_toyota", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6d3e599", "last_release_tag": "v1.2.7", "last_updated": "2022-01-17T15:22:15Z", "name": "toyota", "new": false, "repository_manifest": {"name": "Toyota Connected Services", "domains": ["binary_sensor", "device_tracker", "sensor"], "homeassistant": "2021.12.0", "iot_class": ["Cloud Polling"], "zip_release": true, "filename": "toyota.zip"}, "selected_tag": null, "show_beta": false, "stars": 39, "topics": ["car", "home-assistant", "toyota", "vehicle"], "version_installed": null, "last_fetched": 1643571229.309907}, "382335433": {"authors": ["@djansen1987"], "category": "integration", "description": "SAJ eSolar Portal Sensors", "domain": "saj_esolar", "downloads": 0, "etag_repository": "W/\"0dca3868b7acdb60267d2e196de5c6e9122a30e9cd34129a15532817ded6fae1\"", "full_name": "djansen1987/SAJeSolar", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "77a9031", "last_release_tag": "v1.2.9", "last_updated": "2022-01-15T17:09:36Z", "name": "saj_esolar", "new": false, "repository_manifest": {"name": "SAJ eSolar", "render_readme": false, "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["esolar", "hacs", "home-assistant", "homeassistant", "intergration", "saj", "solar", "solar-system"], "version_installed": null, "last_fetched": 1642851473.216605}, "398739214": {"authors": [], "category": "integration", "description": "Add a Webhook service to HomeAssistant, originally designed for use with Discord Webhooks", "domain": "webhook_service", "downloads": 0, "etag_repository": "W/\"054963c02e08b59521a46327f3853ad28cc1107a7cb731e83babce5670b29b1d\"", "full_name": "HCookie/Webhook-Service-home-assistant", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "81f0795", "last_release_tag": "v1.0", "last_updated": "2021-08-25T02:24:45Z", "name": "webhook_service", "new": false, "repository_manifest": {"render_readme": true, "content_in_root": false, "iot_class": "local_polling", "homeassistant": "2021.8.1"}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["hacs", "homeassistant", "webhooks"], "version_installed": null, "last_fetched": 1643571232.765068}, "383608593": {"authors": ["@h4de5"], "category": "integration", "description": "Toshiba AC integration into home-assistant.io", "domain": "toshiba_ac", "downloads": 0, "etag_repository": "W/\"e2d52748bcf7625e1f056ea3a8d2ed8e85702975eebc152413ade18350d270fd\"", "full_name": "h4de5/home-assistant-toshiba_ac", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c6911c7", "last_release_tag": "2021.9.5", "last_updated": "2022-01-22T18:15:42Z", "name": "toshiba_ac", "new": false, "repository_manifest": {"name": "Toshiba AC", "content_in_root": false, "render_readme": true, "domains": ["climate", "sensor"], "homeassistant": "2021.8.0", "iot_class": ["Cloud Push"]}, "selected_tag": null, "show_beta": false, "stars": 22, "topics": ["climate", "home-assistant", "home-automation", "homeassistant", "homeassistant-integration", "toshiba"], "version_installed": null, "last_fetched": 1643571233.040082}, "382905556": {"authors": ["@kotborealis"], "category": "integration", "description": "Time-based cover. Install it via HACS.", "domain": "cover_time_based_synced", "downloads": 0, "etag_repository": "W/\"1c4d3e0cf590393f05dc0290000df1a467a9df246133dd0124cdbd46f65ed376\"", "full_name": "kotborealis/home-assistant-custom-components-cover-time-based-synced", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7098bac", "last_release_tag": "v2.1.0", "last_updated": "2021-08-28T10:42:07Z", "name": "cover_time_based_synced", "new": false, "repository_manifest": {"name": "Cover Time Based Synced", "content_in_root": false, "render_readme": false, "hacs": "1.6.0", "domains": ["cover"], "homeassistant": "0.118.0"}, "selected_tag": null, "show_beta": false, "stars": 7, "topics": ["cover", "home-assistant", "roller-shutters", "service", "shutter", "trigger"], "version_installed": null, "last_fetched": 1642851473.941003}, "402799177": {"authors": [], "category": "plugin", "description": "Blind card for Home Assistant Lovelace UI", "domain": "", "downloads": 0, "etag_repository": "W/\"433a74fab2d353d75568e3c3d4eb1349dd09ac32e57278cdad568b7564284499\"", "full_name": "tungmeister/hass-blind-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "03a0db8", "last_release_tag": "v1.0.3", "last_updated": "2021-11-03T20:16:41Z", "name": "hass-blind-card", "new": false, "repository_manifest": {"name": "Blind Card", "filename": "hass-blind-card.js", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 17, "topics": ["custom-cards", "hacs", "hassio", "home-assistant", "lovelace"], "version_installed": null}, "395770920": {"authors": ["@firstof9"], "category": "integration", "description": "OpenEI integration for Home Assistant", "domain": "openei", "downloads": 0, "etag_repository": "W/\"c11ed65a7122768db18f389cf16b4c007591bffe2c8295d8c08fff4a50204c0c\"", "full_name": "firstof9/ha-openei", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "ac01f67", "last_release_tag": "0.1.6", "last_updated": "2021-12-15T17:28:19Z", "name": "openei", "new": false, "repository_manifest": {"name": "OpenEI", "domains": ["binary_sensor", "sensor"], "iot_class": "Cloud Polling", "homeassistant": "2021.8.0", "zip_release": true, "filename": "openei.zip"}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": ["api", "energy", "home-assistant", "homeassistant", "integration", "rates"], "version_installed": null}, "402156016": {"authors": ["@golles"], "category": "integration", "description": "Kamstrup 403 integration for Home Assistant", "domain": "kamstrup_403", "downloads": 0, "etag_repository": "W/\"dff1b6a5cc59f2395f4018e2c464c93b40cd60622d367ac2ff8a0ea119047ad4\"", "full_name": "golles/ha-kamstrup_403", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b77455b", "last_release_tag": "1.1.0", "last_updated": "2021-12-20T23:52:37Z", "name": "kamstrup_403", "new": false, "repository_manifest": {"name": "Kamstrup 403", "hacs": "1.1.0", "domains": ["sensor"], "homeassistant": "0.118.0"}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": ["home-assistant-component", "kamstrup", "kamstrup403"], "version_installed": null, "last_fetched": 1642430953.981069}, "372795369": {"authors": ["@Sholofly"], "category": "integration", "description": "Custom component to integrate Arris DCX960 Horizon EOS Settopbox into Home Assistant", "domain": "arris_dcx960", "downloads": 0, "etag_repository": "W/\"45442e4eacbcde4e758822d081cff63b0df4169937865f9f98b5e578d6ff3722\"", "full_name": "Sholofly/arrisdcx960", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "ed95477", "last_release_tag": "v1.2.0", "last_updated": "2022-01-17T21:11:08Z", "name": "arris_dcx960", "new": false, "repository_manifest": {"name": "Arris DCX960 (Ziggo, Telenet, Magenta, UPC, Virgin)", "country": ["NL", "BE", "CH", "GB", "AT"], "iot_class": "cloud_push", "domains": ["media_player"], "render_readme": true, "homeassistant": "2021.5.0"}, "selected_tag": null, "show_beta": false, "stars": 16, "topics": ["arris", "eos", "hacs", "homeassistant", "horizon", "magenta", "settopbox", "telenet", "telenet-tv", "telenet-tv-boxes", "upc", "virgin", "virgin-media", "vodafone", "ziggo", "ziggo-next"], "version_installed": null, "last_fetched": 1642520526.170096}, "403401396": {"authors": ["@eifinger"], "category": "integration", "description": "Custom Home Assistant Integration for the HERE Destination Weather API", "domain": "here_weather", "downloads": 0, "etag_repository": "W/\"1719870e614464e47b8f2c790661109708899eebfc3e0c43d189ff2d52ec9507\"", "full_name": "eifinger/hass-here-weather", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "91868de", "last_release_tag": "v2.1.5", "last_updated": "2022-01-11T07:41:08Z", "name": "here_weather", "new": false, "repository_manifest": {"name": "HERE Destination Weather", "hacs": "1.6.0", "domains": ["sensor", "weather"], "iot_class": "Cloud Polling", "homeassistant": "2021.12.0"}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["hacktoberfest", "hacs", "hacs-default", "here-maps-api", "herepy", "home-assistant", "homeassistant", "homeassistant-custom-component", "homeassistant-integration", "pyton"], "version_installed": null, "last_fetched": 1641895983.019757}, "213346369": {"authors": ["@scottyphillips"], "category": "integration", "description": "A Home Assistant custom component for use with ECHONET enabled Mitsubishi HVAC systems. ", "domain": "echonetlite", "downloads": 0, "etag_repository": "W/\"20c4dad7d3eef41f9e4754bff6a4d290885dc76fbb68dad3d99efed977a26b03\"", "full_name": "scottyphillips/echonetlite_homeassistant", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "0c8b875", "last_release_tag": "3.2.1", "last_updated": "2022-01-14T23:16:21Z", "name": "echonetlite", "new": false, "repository_manifest": {"name": "ECHONETLite Platform", "render_readme": true, "domains": ["climate", "sensor", "select", "light", "fan"], "homeassistant": "2021.9.2", "iot_class": "Local Polling"}, "selected_tag": null, "show_beta": false, "stars": 42, "topics": ["hacs", "home-assistant", "homeassistant"], "version_installed": null, "last_fetched": 1643571247.69231}, "334448958": {"authors": [], "category": "plugin", "description": "Bootstrap grid in Lovelace UI", "domain": "", "downloads": 0, "etag_repository": "W/\"58d4effbc96a2c3f104dad0d0a338411ddae42a51f080451882088203dfe7eb3\"", "full_name": "ownbee/bootstrap-grid-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d3faf3e", "last_release_tag": "v0.1.2", "last_updated": "2021-10-21T18:37:00Z", "name": "bootstrap-grid-card", "new": false, "repository_manifest": {"name": "bootstrap-grid-card", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 18, "topics": ["bootstrap", "bootstrap-grid-card", "card", "custom-cards", "grid", "hass", "homeassistant", "layout", "lovelace"], "version_installed": null}, "403381222": {"authors": [], "category": "theme", "description": "Noctis theme made Solarized", "domain": "", "downloads": 0, "etag_repository": "W/\"f47981d81251d2ab2bddf1b5ff4caa14ef05d6848055104148d3f983e967a5c6\"", "full_name": "williamahartman/noctis-solarized", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6e4941c", "last_release_tag": null, "last_updated": "2021-09-29T22:53:08Z", "name": "noctis-solarized", "new": false, "repository_manifest": {"name": "Noctis-Solarized"}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["home-assistant", "home-assistant-theme"], "version_installed": null}, "403123516": {"authors": ["@barleybobs"], "category": "integration", "description": "A Homeassistant custom component to integrate Ecowater water softeners", "domain": "ecowater_softener", "downloads": 0, "etag_repository": "W/\"39601a031242419c4ff4c56de4140cebbec6f6bbba7cc653d7cdd37e4d0b14aa\"", "full_name": "barleybobs/homeassistant-ecowater-softener", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9c79fe7", "last_release_tag": null, "last_updated": "2021-12-30T01:29:30Z", "name": "ecowater_softener", "new": false, "repository_manifest": {"name": "Ecowater Softener", "render_readme": true, "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["ecowater", "homeassistant"], "version_installed": null, "last_fetched": 1642004628.557946}, "323155307": {"authors": ["@aceindy"], "category": "integration", "description": "Control Duepi_evo based pellet stoves with Home Assistant over wifi using ESPLink", "domain": "duepi_evo", "downloads": 0, "etag_repository": "W/\"3e5bd60313a3b5c14e3ca4fd04510c504c57b7f784329d6197d375299310e815\"", "full_name": "aceindy/Duepi_EVO", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c74a80a", "last_release_tag": null, "last_updated": "2022-01-10T16:45:57Z", "name": "duepi_evo", "new": false, "repository_manifest": {"name": "Duepi Evo", "render_readme": true, "iot_class": "local_polling"}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": ["heating-systems", "home-assistant"], "version_installed": null, "last_fetched": 1641895984.060552}, "392188182": {"authors": ["@alryaz"], "category": "integration", "description": "\u0418\u043d\u0442\u0435\u0433\u0440\u0430\u0446\u0438\u044f \u042d\u043d\u0435\u0440\u0433\u043e\u0441\u0431\u044b\u0422.\u041f\u043b\u044e\u0441 \u0434\u043b\u044f Home Assistant", "domain": "energosbyt_plus", "downloads": 0, "etag_repository": "W/\"d9c3e40697694c93b2bfc25a86e8f6fb7badcb120ee15880814c83729e1ac1f3\"", "full_name": "alryaz/hass-energosbyt-plus", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "077fcbf", "last_release_tag": "v0.1.0", "last_updated": "2021-11-03T19:32:31Z", "name": "energosbyt_plus", "new": false, "repository_manifest": {"name": "\u041b\u0438\u0447\u043d\u044b\u0439 \u043a\u0430\u0431\u0438\u043d\u0435\u0442 \u042d\u043d\u0435\u0440\u0433\u043e\u0441\u0431\u044b\u0422 \u041f\u043b\u044e\u0441", "content_in_root": false, "zip_release": false, "render_readme": true, "domains": ["sensor", "binary_sensor"], "country": ["ru"], "homeassistant": "2021.2.0", "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": ["custom-component", "energosbyt", "energosbyt-plus", "homeassistant"], "version_installed": null}, "407627914": {"authors": [], "category": "theme", "description": "A fork of popular Home Assistant Google dark theme with animated icons", "domain": "", "downloads": 0, "etag_repository": "W/\"ed419db2b426cee9d55eb14499bdb3239d4ee769f3762fac2539d83607fb7446\"", "full_name": "pacjo/google_dark_animated", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1f59fba", "last_release_tag": "v1.9", "last_updated": "2021-11-22T17:05:56Z", "name": "google_dark_animated", "new": false, "repository_manifest": {"name": "Google Dark Theme", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["ha", "hacs", "home-assistant", "home-assistant-hacs", "theme"], "version_installed": null}, "212657669": {"authors": ["@xMrVizzy"], "category": "integration", "description": "\ud83c\udf3f Minecraft Version Checker for Home Assistant.", "domain": "minecraft_version", "downloads": 0, "etag_repository": "W/\"7ef4718fcd747864fbd60ad822ff621604f1149510f78fc08b60df27354492ac\"", "full_name": "Kraineff/minecraft-version", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9c0ec53", "last_release_tag": "0.1.3", "last_updated": "2020-01-16T12:36:24Z", "name": "minecraft_version", "new": false, "repository_manifest": {"name": "\u26cf\ufe0f Minecraft Version", "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": [], "version_installed": null}, "403062943": {"authors": ["@jugla"], "category": "integration", "description": "Home Assistant Component to compute battery consumption", "domain": "battery_consumption", "downloads": 0, "etag_repository": "W/\"06e4f8acc8b3ac7adc2ebbb9fe1789ffba2ae8010cbad830f839be7df0c56442\"", "full_name": "jugla/battery_consumption", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1e34858", "last_release_tag": "V1.0.4", "last_updated": "2021-12-11T21:53:46Z", "name": "battery_consumption", "new": false, "repository_manifest": {"name": "battery_consumption", "domains": ["sensor"], "iot_class": "calculated"}, "selected_tag": null, "show_beta": false, "stars": 7, "topics": ["battery", "consumption", "hacs", "homeassistant"], "version_installed": null}, "408429126": {"authors": ["@koying"], "category": "integration", "description": "Extension of HA mqtt_statestream integration with discovery config publishing", "domain": "mqtt_discoverystream", "downloads": 0, "etag_repository": "W/\"9c8b97e9c1550b6d0526aadf3ce853887c8a59f3ce8dd30cf0c625eb6b0c1f77\"", "full_name": "koying/mqtt_discoverystream_ha", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "713018e", "last_release_tag": "v0.7", "last_updated": "2021-12-19T08:13:13Z", "name": "mqtt_discoverystream", "new": false, "repository_manifest": {"name": "MQTT DiscoveryStream", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["custom-component", "hass", "home-assistant", "homeassistant", "mqtt"], "version_installed": null}, "401454435": {"authors": ["@hif2k1"], "category": "integration", "description": "Home assistant home battery simulator - allows you to model how much energy you would save with a home battery", "domain": "battery_sim", "downloads": 0, "etag_repository": "W/\"a20d08b7ae0468c5962c5717fd685237cdfa4b415d49f8a14a624055d5128fc9\"", "full_name": "hif2k1/battery_sim", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b09b680", "last_release_tag": null, "last_updated": "2022-01-24T21:28:02Z", "name": "battery_sim", "new": false, "repository_manifest": {"name": "battery_sim", "country": ["UK"], "render_readme": true, "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 16, "topics": ["energy-storage", "environmental", "home-assistant", "home-automation", "homeassistant"], "version_installed": null, "last_fetched": 1643571233.014657}, "319608056": {"authors": ["@dckiller51"], "category": "integration", "description": "Custom_components Body Metrics for Xiaomi Miscale 1 and 2 (esphome or BLE monitor for Homeassistant)", "domain": "bodymiscale", "downloads": 0, "etag_repository": "W/\"ef9072037e58c776317e1fda4810f712258f5b85e0c2844b3760ba29809e99de\"", "full_name": "dckiller51/bodymiscale", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "dc795dd", "last_release_tag": "v1.1.5", "last_updated": "2022-01-29T12:40:34Z", "name": "bodymiscale", "new": false, "repository_manifest": {"name": "Bodymiscale", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 68, "topics": ["ble-monitor", "custom-component", "esphome", "hacs", "home-assistant", "homeassistant", "miscale", "mitemp-bt", "xiaomi"], "version_installed": null, "last_fetched": 1643571227.891339}, "401145616": {"authors": ["@cjne"], "category": "integration", "description": "Home Assistant integration for MyEnergi devices", "domain": "myenergi", "downloads": 0, "etag_repository": "W/\"90c717e24574548426819b2f09b1ffed73e5f360688dd22769e03b952af4ed81\"", "full_name": "CJNE/ha-myenergi", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "289d725", "last_release_tag": "0.0.17", "last_updated": "2022-01-26T07:18:58Z", "name": "myenergi", "new": false, "repository_manifest": {"name": "myenergi", "hacs": "1.6.0", "domains": ["select", "sensor", "number"], "iot_class": "Cloud Polling", "render_readme": true, "homeassistant": "2021.9.1"}, "selected_tag": null, "show_beta": false, "stars": 30, "topics": ["ev-charging", "green-energy", "home-assistant", "myenergi"], "version_installed": null, "last_fetched": 1643571224.642351}, "401856574": {"authors": ["@jobvk"], "category": "integration", "description": "Provides Home Assistant sensors for multiple windturbines from the Windcentrale", "domain": "windcentrale", "downloads": 0, "etag_repository": "W/\"ab065b4ced52523ddeeceab47744138972f915d5c1f60d0c36cdfb0dd0e0375b\"", "full_name": "jobvk/Home-Assistant-Windcentrale", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "61b613b", "last_release_tag": "0.1.3", "last_updated": "2022-01-05T23:01:13Z", "name": "windcentrale", "new": false, "repository_manifest": {"name": "Windcentrale", "domains": ["sensor", "binary_sensor"], "iot_class": "Cloud Polling", "homeassistant": "2020.12.0", "zip_release": true, "filename": "windcentrale.zip"}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["dutch", "hacs", "home-assistant", "windcentrale"], "version_installed": null, "last_fetched": 1641470610.41699}, "246549747": {"authors": [], "category": "plugin", "description": "Custom calendar card for Home Assistant with Lovelace", "domain": "", "downloads": 0, "etag_repository": "W/\"76e5ab09833d0628eb74f6dce40bc3b0e47392b25ca2a711c6a51718f600aaf2\"", "full_name": "totaldebug/atomic-calendar-revive", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e4d4889", "last_release_tag": "v6.2.0", "last_updated": "2022-01-06T12:25:50Z", "name": "atomic-calendar-revive", "new": false, "repository_manifest": {"name": "Atomic Calendar Revive", "filename": "atomic-calendar-revive.js", "country": ["GB"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 168, "topics": ["calendar", "card", "hacs", "homeassistant", "javascript", "lovelace", "module"], "version_installed": null, "last_fetched": 1643571264.817151}, "356033332": {"authors": ["@PepegaBruh"], "category": "integration", "description": "Integration for Home Assistant to implement a crypto tracking system", "domain": "cryptostate", "downloads": 0, "etag_repository": "W/\"15b23473d94351f7db826092e8c50d43f65b9ed338dae541d46707d3402b8b0c\"", "full_name": "BigNocciolino/CryptoTracker", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "56307ed", "last_release_tag": "v.1.1.2", "last_updated": "2022-01-29T18:08:03Z", "name": "cryptostate", "new": false, "repository_manifest": {"name": "Crypto Tracker", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 19, "topics": ["automation", "currency", "homeassistant-integration", "tracker"], "version_installed": null, "last_fetched": 1643571222.986863}, "417802358": {"authors": ["@chouffy"], "category": "integration", "description": "TooGoodToGo items stock as sensor in Home Assistant", "domain": "tgtg", "downloads": 0, "etag_repository": "W/\"4c1fd4b2f97629fea07371c14d4a7142b6f6ac72debce5c14ef9bac8e46132ec\"", "full_name": "Chouffy/home_assistant_tgtg", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "ff31b5c", "last_release_tag": "4.0.0", "last_updated": "2022-01-28T10:01:26Z", "name": "tgtg", "new": false, "repository_manifest": {"name": "TooGoodToGo", "render_readme": true, "domains": "sensor", "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 11, "topics": ["home-assistant", "home-assistant-integration", "python3", "toogoodtogo"], "version_installed": null, "last_fetched": 1643571224.516685}, "420504770": {"authors": ["@amaximus"], "category": "integration", "description": "Water quality integration for Home Assistant with data provided by Budapest FVM", "domain": "water_quality_fvm", "downloads": 0, "etag_repository": "W/\"cb1071a78f1f29048f8ce24d2c6510b5b2f0b128b3982683d9565fb6b715f731\"", "full_name": "amaximus/water_quality_fvm", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "297f3be", "last_release_tag": "0.1.0", "last_updated": "2021-12-23T12:36:22Z", "name": "water_quality_fvm", "new": false, "repository_manifest": {"name": "Water Quality FVM", "country": ["HU"], "domains": ["water_quality_fvm"], "render_readme": "true", "iot_class": ["Cloud Polling"]}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": ["budapest", "home-assistant", "homeassistant", "homeassistant-custom-component", "homeassistant-integration", "homeassistant-sensor", "hungary"], "version_installed": null}, "326352749": {"authors": ["@giachello", "@Lele-72"], "category": "integration", "description": "This components integrates Bang & Olufsen Master Link Gateway and Beolink Gateway to Home Assistant, the open-source home automation platform.", "domain": "mlgw", "downloads": 0, "etag_repository": "W/\"1e18b5298a9df6690fc8a9be9fad8296d8c53e2b02d486938dabb760994a2138\"", "full_name": "giachello/mlgw", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "8611afe", "last_release_tag": "v2021.12.1", "last_updated": "2021-12-06T14:59:01Z", "name": "mlgw", "new": false, "repository_manifest": {"name": "MasterLink Gateway", "country": ["US"], "domains": ["media_player"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 16, "topics": ["bang-olufsen", "beolink-gateway", "hassio", "masterlink-gateway", "mlgw-configuration"], "version_installed": null}, "302122266": {"authors": [], "category": "plugin", "description": "Improved cover icon for home assistant picture element", "domain": "", "downloads": 0, "etag_repository": "W/\"b92ba757d750087f6f71b3aeac789089806854a1c17c9555b4f6f724c588ad24\"", "full_name": "queimadus/cover-icon-element", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5a9bda4", "last_release_tag": "v1.3.0", "last_updated": "2021-11-17T20:04:06Z", "name": "cover-icon-element", "new": false, "repository_manifest": {"name": "Cover Icon Element", "render_readme": true, "filename": "cover-icon-element.js"}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["cover", "hacktoberfest", "hacs", "hassio", "home-assistant", "lovelace"], "version_installed": null, "last_fetched": 1643571262.256599}, "423082071": {"authors": [], "category": "plugin", "description": "Flipdown Timer Card for Home Assistant Lovelace", "domain": "", "downloads": 0, "etag_repository": "W/\"3bc7a003bb50878e603f4a8986c3fbfb63d81125b81cf697cfa891791c321dcd\"", "full_name": "pmongloid/flipdown-timer-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "02bc485", "last_release_tag": "v0.2", "last_updated": "2021-12-04T11:50:08Z", "name": "flipdown-timer-card", "new": false, "repository_manifest": {"name": "Flipdown Timer Card", "render_readme": true, "filename": "flipdown-timer-card.js"}, "selected_tag": null, "show_beta": false, "stars": 23, "topics": ["lovelace", "timer"], "version_installed": null, "last_fetched": 1642851488.692039}, "420365062": {"authors": [], "category": "plugin", "description": "Display when entity was last changed in home assistant picture element", "domain": "", "downloads": 0, "etag_repository": "W/\"f3bea7ffe9bea7f44801ee128956e58df54245b1864f67116ee1f76f386481ff\"", "full_name": "queimadus/last-changed-element", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1d5e9a8", "last_release_tag": null, "last_updated": "2021-10-23T09:37:59Z", "name": "last-changed-element", "new": false, "repository_manifest": {"name": "Last Changed Element", "render_readme": true, "filename": "last-changed-element.js"}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": ["hacktoberfest", "hacs", "hassio", "home-assistant", "lovelace"], "version_installed": null}, "413430860": {"authors": [], "category": "plugin", "description": "Minimalist plugin which allows users to add person entity in order to show the location with a beutiful and clean interface.", "domain": "", "downloads": 0, "etag_repository": "W/\"24fcf223a175b8164fab81c80d505fdb16281d1d62f5f17f0764ab4725689f1e\"", "full_name": "gerardag/person-entity-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "828a74e", "last_release_tag": "v0.7.5", "last_updated": "2021-12-23T07:13:45Z", "name": "person-entity-card", "new": false, "repository_manifest": {"name": "Person", "filename": "person-entity-card-bundle.js", "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 14, "topics": ["hacs", "home-assistant"], "version_installed": null, "last_fetched": 1642520526.98942}, "402612874": {"authors": ["@iprak"], "category": "integration", "description": "HomeAssistant custom integration to fetch data from weatherapi", "domain": "weatherapi", "downloads": 0, "etag_repository": "W/\"ad199aa6a9ad406dbdfc76cda4ff31817ac819304a138e6251c74d6abbea4379\"", "full_name": "iprak/weatherapi", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "849e097", "last_release_tag": "v0.6", "last_updated": "2022-01-01T23:07:20Z", "name": "weatherapi", "new": false, "repository_manifest": {"name": "WeatherAPI", "domains": ["weather"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": ["custom", "homeassistant", "integration", "weather", "weatherapi"], "version_installed": null, "last_fetched": 1641217605.009229}, "411736321": {"authors": ["@mampfes"], "category": "integration", "description": "Adds pollen forecasts from DWD to Home Assistant.", "domain": "dwd_pollenflug", "downloads": 0, "etag_repository": "W/\"1417817896e92b7e7508acc8c9c2d06b311c1e9f34f1166c8cf2bab2346bb342\"", "full_name": "mampfes/hacs_dwd_pollenflug", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c5db987", "last_release_tag": "1.0.1", "last_updated": "2021-12-19T15:18:43Z", "name": "dwd_pollenflug", "new": false, "repository_manifest": {"name": "DWD Pollenflug", "domains": ["sensor"], "iot_class": "cloud_polling", "render_readme": true, "requirements": ["pytz"]}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": ["dwd", "home-assistant", "homeassistant", "homeassistant-integration", "pollen", "pollenflug"], "version_installed": null, "last_fetched": 1641895995.349551}, "390073284": {"authors": ["@jjlawren"], "category": "integration", "description": "Sonos cloud API integration for Home Assistant with improved TTS/alerts handling", "domain": "sonos_cloud", "downloads": 0, "etag_repository": "W/\"f70e1aeb0050434e13a30f047d98fc54d1f781ac87806c257c90d6dd4e0a026d\"", "full_name": "jjlawren/sonos_cloud", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "0e7cbbb", "last_release_tag": "0.1.0", "last_updated": "2022-01-10T16:49:04Z", "name": "sonos_cloud", "new": false, "repository_manifest": {"name": "Sonos Cloud", "country": ["US"], "domains": ["media_player"], "homeassistant": "2021.7.0", "render_readme": true, "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 46, "topics": ["home-assistant", "sonos"], "version_installed": null, "last_fetched": 1642851490.446942}, "422834940": {"authors": ["@n0ciple"], "category": "integration", "description": "A Home Assistant integration for the Kef LS50W2", "domain": "kef_connector", "downloads": 0, "etag_repository": "W/\"21e1fa1d42161c406ae2d56f319cde1d5982c367f180ef4e98af9f9df1f5abde\"", "full_name": "N0ciple/hass-kef-connector", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f296db2", "last_release_tag": "0.5.4", "last_updated": "2021-11-24T19:49:49Z", "name": "kef_connector", "new": false, "repository_manifest": {"name": "Kef Connector", "render_readme": true, "domains": ["media_player"]}, "selected_tag": null, "show_beta": false, "stars": 0, "topics": ["hacs", "home-assistant", "kef", "ls50", "ls50w2", "media-player", "speaker"], "version_installed": null}, "398781181": {"authors": ["@ofalvai"], "category": "integration", "description": "Unofficial Candy/Haier washing machine integration for Home Assistant ", "domain": "candy", "downloads": 0, "etag_repository": "W/\"9b0153088b0f136846e91b6bdd464a877f1622bf96d8c47847e7956d4a898d3c\"", "full_name": "ofalvai/home-assistant-candy", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a835bee", "last_release_tag": "0.7.0", "last_updated": "2021-12-18T09:24:24Z", "name": "candy", "new": false, "repository_manifest": {"name": "Candy Simply-Fi", "render_readme": true, "domains": ["sensor"], "iot_class": ["Local Polling"]}, "selected_tag": null, "show_beta": false, "stars": 23, "topics": ["hacs", "home-assistant", "home-assistant-component", "home-assistant-custom", "home-assistant-integration", "homeassistant"], "version_installed": null}, "410667735": {"authors": ["@kubawolanin"], "category": "integration", "description": "Reaper DAW custom integration for Home Assistant", "domain": "reaper", "downloads": 0, "etag_repository": "W/\"b377a6d3f386effa3d7d733409637f6783223e2bc3726250953da90d75badc0b\"", "full_name": "kubawolanin/ha-reaper", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "cc4ba41", "last_release_tag": "0.2.2", "last_updated": "2021-11-12T16:36:27Z", "name": "reaper", "new": false, "repository_manifest": {"name": "Reaper DAW", "homeassistant": "2021.9.0", "iot_class": "Local Polling", "domains": ["sensor"], "zip_release": true, "filename": "reaper.zip", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": ["daw", "digital-audio-workstation", "home-assistant", "python", "reaper"], "version_installed": null}, "418810115": {"authors": ["@travisghansen"], "category": "integration", "description": "pfSense integration with Home Assistant", "domain": "pfsense", "downloads": 0, "etag_repository": "W/\"48e448f1f37cddf4f50e1e9798e8673b72221a2484473dab94dfc4ef97286b73\"", "full_name": "travisghansen/hass-pfsense", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "ad279f3", "last_release_tag": "v0.4.1", "last_updated": "2021-12-28T16:12:19Z", "name": "pfsense", "new": false, "repository_manifest": {"name": "pfSense integration for Home Assistant", "domains": ["binary_sensor", "device_tracker", "sensor", "switch"], "homeassistant": "2021.10.0", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 43, "topics": ["hass", "hassio", "hassio-integration", "home-assistant", "home-automation", "pfsense"], "version_installed": null, "last_fetched": 1643545556.865029}, "193186453": {"authors": [], "category": "appdaemon", "description": "An app to set the default brightness of lights during the night.", "domain": "", "downloads": 0, "etag_repository": "W/\"4f26fba4c073f5ca4df4ac1f15c4020cc412cfba0c2625414a97a5b07a1f6047\"", "full_name": "apop880/Night-Mode", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "734e037", "last_release_tag": "v1.0.0", "last_updated": "2019-07-20T04:49:39Z", "name": "Night-Mode", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["appdaemon-apps", "hacs"], "version_installed": null}, "197867243": {"authors": [], "category": "appdaemon", "description": "Check your Home Assistant configuration from the frontend, or automatically when the configuration is updated, and optionally restart HASS automatically!", "domain": "", "downloads": 0, "etag_repository": "W/\"4782e02374cf444c713a9bcb7586f01d5eb7f6a21e84dccf5b90c1cf7c1c0941\"", "full_name": "apop880/config-check", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e653011", "last_release_tag": "0.3.1", "last_updated": "2020-01-26T06:56:03Z", "name": "config-check", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 12, "topics": ["appdaemon-apps", "hacs"], "version_installed": null}, "192933458": {"authors": [], "category": "appdaemon", "description": "An app to handle SmartThings buttons in Home Assistant, through ZHA or the SmartThings integration.", "domain": "", "downloads": 0, "etag_repository": "W/\"9203c534c8e066b26cabb1b64df8737f85cb3043415f72906b90785a66c5934e\"", "full_name": "apop880/SmartThings-Button", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "dc25f39", "last_release_tag": "v2.0", "last_updated": "2020-01-26T06:58:30Z", "name": "SmartThings-Button", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 7, "topics": ["appdaemon-apps", "hacs"], "version_installed": null, "last_fetched": 1642851494.669589}, "202701988": {"authors": [], "category": "appdaemon", "description": "Appdaemon App which toggles entities for single/double/hold presses of Xiaomi buttons connected via deconz", "domain": "", "downloads": 0, "etag_repository": "W/\"b681bfd392361347a776721b630b482b10e67d73f761c118a2760baaf60737b0\"", "full_name": "eifinger/appdaemon-deconz-xiaomi-button", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9ae56ae", "last_release_tag": "v2.0.2", "last_updated": "2019-10-13T16:48:52Z", "name": "appdaemon-deconz-xiaomi-button", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": [], "version_installed": null}, "193181086": {"authors": [], "category": "appdaemon", "description": "A white noise machine for a media_player entity.", "domain": "", "downloads": 0, "etag_repository": "W/\"ff66a180c8659604bbbc06fd98ddd95a0bb58b09da71450bd0fcd56c25667032\"", "full_name": "apop880/White-Noise", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "8862a8f", "last_release_tag": "v1.0.0", "last_updated": "2019-07-20T04:49:30Z", "name": "White-Noise", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": ["appdaemon-apps", "hacs"], "version_installed": null, "last_fetched": 1642851495.338952}, "228037599": {"authors": [], "category": "appdaemon", "description": "\ud83d\udeb6\ud83d\udeb6AppDaemon app to loosely couple entities", "domain": "", "downloads": 0, "etag_repository": "W/\"987f7836e3bde5febdb1e27ad9ef03eb2fea861e40935e0f5732b914ea808d10\"", "full_name": "aneisch/follow_me_appdaemon", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c5c6bdc", "last_release_tag": "v1.5", "last_updated": "2021-12-13T16:13:39Z", "name": "follow_me_appdaemon", "new": false, "repository_manifest": {"name": "Follow Me", "country": ["US"], "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["appdaemon-apps", "hacs"], "version_installed": null, "last_fetched": 1642851496.58392}, "234527343": {"authors": [], "category": "appdaemon", "description": "App that brings alarm snoozing to SONOS using the custom component SonosAlarm", "domain": "", "downloads": 0, "etag_repository": "W/\"fd8ab82f1c2ef19372d7f93cb2e4a9fef8b70ac083b5a7c261a9be0824521b6f\"", "full_name": "AaronDavidSchneider/SonosAlarmAutomation", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "aaae52b", "last_release_tag": "v1.0", "last_updated": "2020-01-20T09:34:52Z", "name": "SonosAlarmAutomation", "new": false, "repository_manifest": {"name": "Sonos Alarm Automation"}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": [], "version_installed": null}, "226944869": {"authors": [], "category": "appdaemon", "description": "AppDaemon app for controlling a Hue Dimmer Switch integrated through Deconz", "domain": "", "downloads": 0, "etag_repository": "W/\"d8bc773f695c303f0de0b1831d647398408f4d78281e5d651eb21c0511021edf\"", "full_name": "Burningstone91/Hue_Dimmer_Deconz", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5e8eca1", "last_release_tag": null, "last_updated": "2020-11-26T17:06:24Z", "name": "Hue_Dimmer_Deconz", "new": false, "repository_manifest": {"name": "Hue Dimmer Switch Deconz", "country": ["CH"], "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 20, "topics": ["appdaemon", "deconz", "home-assistant", "hue-dimmer-switch"], "version_installed": null, "last_fetched": 1641896001.513448}, "194545176": {"authors": [], "category": "appdaemon", "description": "This app updates Z-Wave thermostats entities state and current temperature from external sensors", "domain": "", "downloads": 0, "etag_repository": "W/\"2dd060793e9c523629eab4a7d74858763776bae447f63fc710837382e049465d\"", "full_name": "bieniu/ha-ad-thermostats-update", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c8c67e4", "last_release_tag": "0.4.2", "last_updated": "2021-09-06T07:58:12Z", "name": "ha-ad-thermostats-update", "new": false, "repository_manifest": {"name": "Thermostats Update"}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["appdaemon", "home-assistant", "python", "thermostat", "z-wave"], "version_installed": null}, "211308341": {"authors": [], "category": "appdaemon", "description": "\ud83d\udc69\u200d\u2695\ufe0f\ud83d\udd0b AppDaemon entity check app. Currently supports battery level, unknown/unavailable states, stale entities", "domain": "", "downloads": 0, "etag_repository": "W/\"e76bce4fb2deedf19b8166d6c000d6129f334dc6ff8716ce01800de6c9763208\"", "full_name": "benleb/ad-ench", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a9d5abf", "last_release_tag": "v0.9.0", "last_updated": "2021-07-24T05:43:36Z", "name": "ad-ench", "new": false, "repository_manifest": {"name": "\ud83d\udc69\u200d\u2695\ufe0f EnCh - Entity Checker", "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 18, "topics": ["app", "appdaemon", "appdaemon-apps", "assistant-entities", "battery-levels", "ench", "entity-check", "hacs", "home-assistant", "python", "stale-entities"], "version_installed": null, "last_fetched": 1642851499.689453}, "245704242": {"authors": [], "category": "appdaemon", "description": "Octoblock is an app which works under AppDaemon within Home Assistant which finds the cheapest \u201cn\u201d hour block for import or the most expensive \u201cn\u201d hour block for export, and works out the price of that block, for the Octopus Energy, Agile Octopus / Agile Outgoing Octopus tariffs.", "domain": "", "downloads": 0, "etag_repository": "W/\"67fe47386c36422ab3e4393628301259754083735f3a6a55738e7732bab9fb01\"", "full_name": "badguy99/octoblock", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9d20bdf", "last_release_tag": "v0.2.2", "last_updated": "2021-04-26T17:43:19Z", "name": "octoblock", "new": false, "repository_manifest": {"name": "Octoblock \ud83d\udc19", "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 16, "topics": ["energy", "octopus", "octopus-energy"], "version_installed": null}, "200470972": {"authors": [], "category": "appdaemon", "description": "\ud83d\udca1 Fully automatic light management based on conditions like motion, illuminance, humidity, and other clever features", "domain": "", "downloads": 0, "etag_repository": "W/\"5c77f30b54355cfa0786f1ac5440ca61cad93e269c42012eda7b33e2cbfd230b\"", "full_name": "benleb/ad-automoli", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3c2c6fe", "last_release_tag": "v0.11.2", "last_updated": "2022-01-18T02:42:01Z", "name": "ad-automoli", "new": false, "repository_manifest": {"name": "\ud83d\udca1 AutoMoLi - Auto Motion Lights", "country": ["DE"], "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 83, "topics": ["app", "appdaemon", "appdaemon-apps", "auto-discovery", "automoli", "docker", "hacs", "home-assistant", "hue", "humidity", "lights", "motion-sensors", "python", "room", "scenes"], "version_installed": null, "last_fetched": 1642520527.300463}, "199884854": {"authors": [], "category": "appdaemon", "description": "\ud83c\udfe5 AppDaemon healthcheck app. Can be used as a docker-compose healthcheck.", "domain": "", "downloads": 0, "etag_repository": "W/\"4578856cd9665d1dae9d6f1c7ad305fb6fbaa6ba2d691708b86fbc7d509edebe\"", "full_name": "benleb/ad-healthcheck", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c73da19", "last_release_tag": "v0.4.4", "last_updated": "2020-11-01T16:19:53Z", "name": "ad-healthcheck", "new": false, "repository_manifest": {"name": "\ud83c\udfe5 Healthcheck", "country": ["DE"], "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["app", "appdaemon", "appdaemon-apps", "hacs", "healthcheck", "home-assistant", "python"], "version_installed": null}, "266504072": {"authors": [], "category": "appdaemon", "description": "Alexa & Google Home alarm integrations and notifications system for your home security.", "domain": "", "downloads": 0, "etag_repository": "W/\"028263e87c595643e6d6b7ea5008c055aa952479aa65ad68bbb67830a6f8183f\"", "full_name": "crserran/home-alarm", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "97ac3f2", "last_release_tag": "v2.3.0", "last_updated": "2020-10-19T18:27:26Z", "name": "home-alarm", "new": false, "repository_manifest": {"filename": "home_alarm.zip", "hide_default_branch": true, "name": "Home Alarm", "render_readme": true, "zip_release": true}, "selected_tag": null, "show_beta": false, "stars": 19, "topics": ["alarm", "alexa", "googlehome", "hacs", "homeassistant", "notifications"], "version_installed": null}, "200034955": {"authors": [], "category": "appdaemon", "description": "\u2744\ufe0f AppDaemon app which reminds to close windows if temperature difference inside/outside exceeds a specified threshold", "domain": "", "downloads": 0, "etag_repository": "W/\"75646c4fd3ae0db60b21495a35bae3be38761a477be8e3e180cf3846f1fdb149\"", "full_name": "benleb/ad-notifreeze", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f2b21a4", "last_release_tag": "v0.6.0", "last_updated": "2021-09-20T17:32:26Z", "name": "ad-notifreeze", "new": false, "repository_manifest": {"name": "\u2744\ufe0f NotiFreeze", "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 12, "topics": ["app", "appdaemon", "appdaemon-apps", "close-windows", "door", "hacs", "home-assistant", "notifreeze", "python", "room", "sensor", "temperature", "temperature-difference"], "version_installed": null, "last_fetched": 1641217617.008243}, "249033464": {"authors": [], "category": "appdaemon", "description": "This appdaemon app fully automates your lights, with multiple on/off times, regular service data, and constraint options.", "domain": "", "downloads": 0, "etag_repository": "W/\"332649878c8caef1808018bd78091f6bce9fbf8c44853546e285552bf8534740\"", "full_name": "haberda/light_automation", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3d23da0", "last_release_tag": null, "last_updated": "2021-11-12T00:44:05Z", "name": "light_automation", "new": false, "repository_manifest": {"name": "Light automation", "render_readme": "True"}, "selected_tag": null, "show_beta": false, "stars": 7, "topics": [], "version_installed": null}, "242432895": {"authors": [], "category": "appdaemon", "description": "This AppDaemon app progressively changes the brightness and color temperature of lights over the course of the day. This app also uses change thresholds to ignore lights that have been manually adjusted.", "domain": "", "downloads": 0, "etag_repository": "W/\"4db46d4d37391009a335bd58fcbc0b2d364ee2abb719292d5856276ec81eaf42\"", "full_name": "haberda/update_lights", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "231f192", "last_release_tag": "3.0.0", "last_updated": "2021-11-14T21:48:20Z", "name": "update_lights", "new": false, "repository_manifest": {"name": "Periodic lights", "render_readme": "True"}, "selected_tag": null, "show_beta": false, "stars": 15, "topics": ["appdeamon", "brightness", "color-temperature", "homeassistant", "lights"], "version_installed": null}, "267696690": {"authors": [], "category": "appdaemon", "description": "Appdaemon script for Home-Assistant to dim light until it is off in X minutes.", "domain": "", "downloads": 0, "etag_repository": "W/\"810bff1bdc8dc3e248a1b90a3fbc210fdedab84d85314b87c8579f9b4fd4ff08\"", "full_name": "hechi/GoodnightT", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "43dd02f", "last_release_tag": "1.0.0", "last_updated": "2020-05-28T21:22:42Z", "name": "GoodnightT", "new": false, "repository_manifest": {"name": "Goodnight timer", "render_readme": true, "domains": ["switch", "light"]}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["appdaemon", "appdaemon-apps", "hacs", "home-assistant", "homeassistant", "xiaomi", "xiaomi-button"], "version_installed": null}, "241233825": {"authors": [], "category": "appdaemon", "description": "AppDaemon app to control Tradfri remotes", "domain": "", "downloads": 0, "etag_repository": "W/\"95aab7a96c71e76567ebf891fe0868f5a0a028cbc5807a7159ddee82f27d343f\"", "full_name": "haberda/tradfri_remotes", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1ac6802", "last_release_tag": "2.0.0", "last_updated": "2021-01-30T18:21:46Z", "name": "tradfri_remotes", "new": false, "repository_manifest": {"name": "Tradfri remotes", "render_readme": "True"}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": ["appdaemon", "lights", "sensor", "tradfri", "tradfri-ikea-gateway", "tradfri-remotes"], "version_installed": null}, "251298857": {"authors": [], "category": "appdaemon", "description": "\ud83d\udca1 AppDaemon App that synchronize RGB lights with the thumbnail of a media player in Home Assistant. Be sure to \u2b50\ufe0f my repo!", "domain": "", "downloads": 0, "etag_repository": "W/\"f3584240a14c6439f9664c8ee6a82349a2abd36a8db7c82a6954a44c398e1fcc\"", "full_name": "ericmatte/ad-media-lights-sync", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b897e3f", "last_release_tag": "v1.0.0", "last_updated": "2022-01-11T14:17:47Z", "name": "ad-media-lights-sync", "new": false, "repository_manifest": {"name": "Media Player Lights Sync", "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 46, "topics": ["appdaemon", "home-assistant", "media-lights-sync", "media-player", "rgb-lights"], "version_installed": null, "last_fetched": 1642851504.931204}, "338827116": {"authors": [], "category": "appdaemon", "description": "appdaemon app to control your home's climate", "domain": "", "downloads": 0, "etag_repository": "W/\"d2e946bbde953042195df2ce6b03800d63e39b9f7184f425860b28e5b576aa1b\"", "full_name": "kprestel/appdaemon-climate", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "26400c8", "last_release_tag": null, "last_updated": "2021-05-23T13:41:36Z", "name": "appdaemon-climate", "new": false, "repository_manifest": {"name": "appdaemon-climate", "render_reademe": true}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": ["appdaemon", "hacs", "home-automation", "homeassistant"], "version_installed": null}, "369204881": {"authors": [], "category": "appdaemon", "description": "Datalogger for Omnik solar power inverters with DSMR integration and output to Home Assistant, PVOUTPUT, InfluxDB and MQTT", "domain": "", "downloads": 0, "etag_repository": "W/\"78b23a9bf94fdd4f04190a83c3abc0ebff65e9d70f6411162a625636d4b1ccac\"", "full_name": "jbouwh/omnikdatalogger", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2e6fe0d", "last_release_tag": "v1.10.5", "last_updated": "2021-12-27T08:19:26Z", "name": "omnikdatalogger", "new": false, "repository_manifest": {"name": "Omnik Data Logger (using portal or direct logging)", "render_readme": false}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["appdaemon", "automation", "dsmr-reader", "hacktoberfest", "home-assistant", "homeautomation", "influxdb", "mqtt", "mqtt-smarthome", "pvoutput", "solar-energy", "solarman", "solarmanpv"], "version_installed": null}, "267325736": {"authors": [], "category": "appdaemon", "description": "AppDaemon based entity cache application for Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"27647959ef5fd0365b750c7e0f629c6f4b0e719d6ca736cb82ace0f1a58d2b53\"", "full_name": "jbouwh/ha-entity-cache", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e96e4c9", "last_release_tag": "v1.1", "last_updated": "2021-08-03T07:42:28Z", "name": "ha-entity-cache", "new": false, "repository_manifest": {"name": "Home Assistant entity state cache", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["chache", "helper-tool", "home-assistant", "input-select", "states"], "version_installed": null}, "230623251": {"authors": [], "category": "appdaemon", "description": "EUROTRONIC TRV Valve position helper is an AppDaemon app that allows access to valve position (%) value from Z-Wave TRVs in Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"e149f4c2761c0e7a44b1ae584581404c00ca2b7456322d0359ba26b7d42392cf\"", "full_name": "jmarsik/ad-eurotronic-trv-valvepos", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "5b89faa", "last_release_tag": "v1.2", "last_updated": "2020-05-02T11:29:39Z", "name": "ad-eurotronic-trv-valvepos", "new": false, "repository_manifest": {"name": "EUROTRONIC TRV Valve position helper", "render_readme": true, "homeassistant": "0.103.0"}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["appdaemon", "eurotronic", "hacs", "hassio", "home-assistant", "trv", "zwave"], "version_installed": null}, "195525107": {"authors": [], "category": "appdaemon", "description": "Watchdog App for AppDaemon.", "domain": "", "downloads": 0, "etag_repository": "W/\"a33ab8c23eaeb6fa3d88dbd3330f6f0260c1a0252f541f8f9850f5369118933b\"", "full_name": "ludeeus/ad-watchdog", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "78febc8", "last_release_tag": null, "last_updated": "2019-07-07T13:01:58Z", "name": "ad-watchdog", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": [], "version_installed": null}, "231832381": {"authors": [], "category": "appdaemon", "description": "AppDaemon App for Home Assistant to replay light switch history when no one is home.", "domain": "", "downloads": 0, "etag_repository": "W/\"d970438f713abab8605579bd1c2b5ad2d2f8415c2372f4c5f8ece20687356b27\"", "full_name": "Mohlsson/ReplayLightsHistory", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e9b75ad", "last_release_tag": null, "last_updated": "2021-03-12T20:04:10Z", "name": "ReplayLightsHistory", "new": false, "repository_manifest": {"name": "Replay lights history", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 22, "topics": ["appdaemon", "appdaemon-apps", "home-assistant", "homeassistant", "lights", "replay", "vacation"], "version_installed": null, "last_fetched": 1642430985.487086}, "293521853": {"authors": [], "category": "appdaemon", "description": "Customize the buttons on a ZHA controlled Hue Dimmer Switch", "domain": "", "downloads": 0, "etag_repository": "W/\"24ec8b7ae441ffc1f5959fd739fd668d98b6f5aa4c36c1a0297821a65b21e523\"", "full_name": "nickneos/Appdaemon-ZHA-Hue-Dimmer-Switch", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9a8ecf2", "last_release_tag": null, "last_updated": "2021-07-18T13:23:58Z", "name": "Appdaemon-ZHA-Hue-Dimmer-Switch", "new": false, "repository_manifest": {"name": "Hue Dimmer Switch ZHA", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["appdaemon", "appdaemon-apps", "dimmer", "hacktoberfest", "hacs", "home-assistant", "home-automation", "homeassistant", "hue"], "version_installed": null}, "302770368": {"authors": [], "category": "appdaemon", "description": "Trigger automations when a Ring Doorbell button is pressed", "domain": "", "downloads": 0, "etag_repository": "W/\"46566fd07fd3b1416db09a3d7d03170707e7b7bda4d2ff1d6af59c6677eef364\"", "full_name": "nickneos/Appdaemon-Ring-Doorbell-Automations", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f169c68", "last_release_tag": null, "last_updated": "2020-10-10T05:46:26Z", "name": "Appdaemon-Ring-Doorbell-Automations", "new": false, "repository_manifest": {"name": "Ring Doorbell Automations", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["appdaemon", "appdaemon-apps", "hacktoberfest", "home-assistant", "home-automation", "ring"], "version_installed": null}, "234713855": {"authors": [], "category": "appdaemon", "description": "Brings back group.all_* for desired domains (light, device_tracker, etc)", "domain": "", "downloads": 0, "etag_repository": "W/\"2c0bd3ad0bc01f8f22fd9a821c4afb335429b91d314e71375a6e145073ddc012\"", "full_name": "nickneos/Bring-Back-group.all_x", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "879c93b", "last_release_tag": "v0.3.1", "last_updated": "2020-09-05T13:14:18Z", "name": "Bring-Back-group.all_x", "new": false, "repository_manifest": {"name": "Bring Back group.all_x", "homeassistant": "0.104.0", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": ["appdaemon", "appdaemon-apps", "group", "hacktoberfest", "hass", "home-assistant"], "version_installed": null}, "331696949": {"authors": [], "category": "appdaemon", "description": "AppDaemon app that synchronizes rgb lights to the mood of the currently playing spotify song in Home Assistant.", "domain": "", "downloads": 0, "etag_repository": "W/\"ab8e17522c4a8b564e1e76c8ab5c86e30c880f4378e758f1f62305fccf14b1fd\"", "full_name": "NiklasReiche/ad-spotify-mood-lights-sync", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "097a065", "last_release_tag": "v1.1.2", "last_updated": "2021-08-27T17:27:45Z", "name": "ad-spotify-mood-lights-sync", "new": false, "repository_manifest": {"name": "Spotify Mood Lights Sync", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 7, "topics": ["appdaemon", "home-assistant", "rgb-lights", "spotify"], "version_installed": null}, "188970295": {"authors": [], "category": "appdaemon", "description": "Appdaemon App for Andrew's Monitor Presence Detection System", "domain": "", "downloads": 0, "etag_repository": "W/\"a48de7998dd5497f16cdf5c02798a39c533a664c8c081081a1aa2c229745c7f3\"", "full_name": "Odianosen25/Monitor-App", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "702b953", "last_release_tag": null, "last_updated": "2021-11-28T08:47:23Z", "name": "Monitor-App", "new": false, "repository_manifest": {"name": "Monitor-App", "render_readme": "true", "domains": ["binary_sensor", "sensor", "device_tracker"]}, "selected_tag": null, "show_beta": false, "stars": 59, "topics": [], "version_installed": null, "last_fetched": 1642520527.595355}, "236119263": {"authors": [], "category": "appdaemon", "description": "Appdaemon App that converts Home Assistants volume into a sensor that matches your devices volume.", "domain": "", "downloads": 0, "etag_repository": "W/\"c3a7f800f6fadec72cc7b0783c4290a31e7aeb8953bbcf124f2fbfaa4704b447\"", "full_name": "Petro31/ad_convert_media_volume", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f65d955", "last_release_tag": "1.0", "last_updated": "2020-01-25T03:41:16Z", "name": "ad_convert_media_volume", "new": false, "repository_manifest": {"name": "Convert Media Player Volume", "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": [], "version_installed": null}, "234938282": {"authors": [], "category": "appdaemon", "description": "Adds all legacy group.all_* groups that were removed in Home Asisstant 0.104.", "domain": "", "downloads": 0, "etag_repository": "W/\"d64a271adad1f72c9698223d69c292a81adc9c8dd9ff6906c605e8180ad36a74\"", "full_name": "Petro31/ad_group_all", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "877e90e", "last_release_tag": "1.11", "last_updated": "2020-10-02T05:30:09Z", "name": "ad_group_all", "new": false, "repository_manifest": {"name": "Add Domain Group (group.all_*)", "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 12, "topics": [], "version_installed": null}, "262373887": {"authors": [], "category": "appdaemon", "description": "Creates sensors that count the number of entities in a specific domain.", "domain": "", "downloads": 0, "etag_repository": "W/\"a4d69438001f38a837333e6392d5e4f3547c1343f1cf7df5f58a548f971ac182\"", "full_name": "Petro31/ad_count_entities", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "bda3f80", "last_release_tag": "1.0", "last_updated": "2020-05-08T19:15:33Z", "name": "ad_count_entities", "new": false, "repository_manifest": {"name": "Count Domain Entities", "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 0, "topics": [], "version_installed": null}, "233418481": {"authors": [], "category": "appdaemon", "description": "Appdaemon app to monitor events.", "domain": "", "downloads": 0, "etag_repository": "W/\"4ac156679fb4957c18a1dbe311df46687c103f45409245560df00e9f02663547\"", "full_name": "Petro31/ad_monitor_events", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c19c996", "last_release_tag": "1.0", "last_updated": "2020-01-15T02:55:20Z", "name": "ad_monitor_events", "new": false, "repository_manifest": {"name": "Event Monitor", "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": [], "version_installed": null}, "234210346": {"authors": [], "category": "appdaemon", "description": "Tracks the number of people at home", "domain": "", "downloads": 0, "etag_repository": "W/\"69039eeb71ac11650be0c2173b6ec7c05fd7b7288778e0a5c8fa09e8dd5a9085\"", "full_name": "Petro31/ad_people_tracker", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "71ef837", "last_release_tag": "1.1", "last_updated": "2022-01-11T04:09:22Z", "name": "ad_people_tracker", "new": false, "repository_manifest": {"name": "People Tracker", "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": [], "version_installed": null, "last_fetched": 1642004661.714789}, "237800470": {"authors": [], "category": "appdaemon", "description": "Creates a binary_sensor that represents a season between 2 dates. Turns on/off entities at specific times inside the season.", "domain": "", "downloads": 0, "etag_repository": "W/\"5a3708add29bc0fbb985f48ae81cda99a5d48ccb1e3b42848ea0d7782f941364\"", "full_name": "Petro31/ad_seasonal_lights", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "438e67f", "last_release_tag": "1.0", "last_updated": "2020-02-02T17:22:35Z", "name": "ad_seasonal_lights", "new": false, "repository_manifest": {"name": "Seasonal Lights", "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": [], "version_installed": null}, "237328349": {"authors": [], "category": "appdaemon", "description": "Automation to turn lights on at sunset", "domain": "", "downloads": 0, "etag_repository": "W/\"f48d7c328cf407eeb96edd1b243cafe3397eb5ed9ad6ab23779c484519120a28\"", "full_name": "Petro31/ad_sunset_lights", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6db61cd", "last_release_tag": "1.0", "last_updated": "2020-01-31T00:34:20Z", "name": "ad_sunset_lights", "new": false, "repository_manifest": {"name": "Lights On at Sundown Automation", "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": [], "version_installed": null}, "237294804": {"authors": [], "category": "appdaemon", "description": "Doorbell automation that notifies you and announces via TTS", "domain": "", "downloads": 0, "etag_repository": "W/\"61de41c1b1a14fb6d43e7f4723d29782f202d07b52bb7d9056c7bd157e9e3cf0\"", "full_name": "Petro31/ad_simple_door_bell", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "02f5b4f", "last_release_tag": "1.0", "last_updated": "2020-01-30T22:00:02Z", "name": "ad_simple_door_bell", "new": false, "repository_manifest": {"name": "Simple Door Bell Automation", "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": [], "version_installed": null}, "237324626": {"authors": [], "category": "appdaemon", "description": "Simply toggles a light based on another light.", "domain": "", "downloads": 0, "etag_repository": "W/\"2dbc40e3022815501976350c11cb9dc0a0415a7803a762de1982f880233ae3d5\"", "full_name": "Petro31/ad_toggle_light", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "988883b", "last_release_tag": "1.1", "last_updated": "2020-01-31T00:54:10Z", "name": "ad_toggle_light", "new": false, "repository_manifest": {"name": "Toggle Light Automation", "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": [], "version_installed": null}, "260599208": {"authors": [], "category": "appdaemon", "description": "HA allergy sensors from AccuWeather", "domain": "", "downloads": 0, "etag_repository": "W/\"1137af1f07208a05be35310e6e285675556d6b6aeba98d4f074e36d6a4e191fd\"", "full_name": "simonhq/accu_allergies", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b438293", "last_release_tag": null, "last_updated": "2021-06-25T23:37:52Z", "name": "accu_allergies", "new": false, "repository_manifest": {"name": "accu_weather", "render_readme": "True"}, "selected_tag": null, "show_beta": false, "stars": 11, "topics": ["accuweather", "accuweather-allergies", "allergies-information", "appdaemon", "hacs", "sensor"], "version_installed": null}, "236656081": {"authors": [], "category": "appdaemon", "description": "An Appdaemon automation that creates useful door sensors and door notifications.", "domain": "", "downloads": 0, "etag_repository": "W/\"1c534ce7dfcec88da138d39756dae7b0858a11461c1003c08ce2fb63adece3dd\"", "full_name": "Petro31/ad_who_used_the_door", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a8c9930", "last_release_tag": "1.2", "last_updated": "2020-02-14T01:18:46Z", "name": "ad_who_used_the_door", "new": false, "repository_manifest": {"name": "Who Used the Door?", "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": [], "version_installed": null}, "233389688": {"authors": [], "category": "appdaemon", "description": "Appdaemon App to Illuminate a door entrance when the door has opened.", "domain": "", "downloads": 0, "etag_repository": "W/\"6493ad61e4bc83542a3a5bdc23a98004d0b16b6347ffcadadb7995a266c417e7\"", "full_name": "Petro31/IlluminateDoor", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "899a6d2", "last_release_tag": "1.1", "last_updated": "2020-01-30T22:22:45Z", "name": "IlluminateDoor", "new": false, "repository_manifest": {"name": "Illuminate Door", "render_readme": "true", "domains": ["sensor", "switch", "light"]}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["appdaemon-apps", "hacs"], "version_installed": null}, "354149479": {"authors": [], "category": "appdaemon", "description": "AppDaemon app for Qolsys IQ Panel 2", "domain": "", "downloads": 0, "etag_repository": "W/\"efef81ad7acbee5280eed5285b45d8968b64fd797e81d97b1420fd69f2ceed25\"", "full_name": "roopesh/ad-qolsys", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a853018", "last_release_tag": "1.8.1", "last_updated": "2021-12-09T23:52:27Z", "name": "ad-qolsys", "new": false, "repository_manifest": {"name": "AppDaemon Client for Qolsys", "content_in_root": false, "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 19, "topics": ["alarm", "alarm-control", "alarm-control-panel", "alarm-panel", "appdaemon", "homeassistant", "qolsys"], "version_installed": null}, "262519869": {"authors": [], "category": "appdaemon", "description": "HA Sensors for the ACT next bin pickup date information for suburbs", "domain": "", "downloads": 0, "etag_repository": "W/\"458752cf4e2b4e2573842dfd4df869f094771c39a2dee0ff6c4ec0b56cc31184\"", "full_name": "simonhq/act_garbage", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "03fdc1b", "last_release_tag": null, "last_updated": "2020-05-26T22:01:45Z", "name": "act_garbage", "new": false, "repository_manifest": {"name": "act_garbage", "country": ["AU"], "render_readme": "True"}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["appdaemon", "creates-sensors", "entity", "garbage", "hacs", "sensor", "suburb"], "version_installed": null, "last_fetched": 1642851516.900064}, "288827256": {"authors": [], "category": "appdaemon", "description": "HA sensor for a set of ASX stocks and the number you own", "domain": "", "downloads": 0, "etag_repository": "W/\"03108e7f609fa95f1de3d89aa3d5c7c061db7bbee3cc1ff6fb4659a29bdad1a6\"", "full_name": "simonhq/asx_portfolio", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "8badbc1", "last_release_tag": null, "last_updated": "2020-08-20T22:01:31Z", "name": "asx_portfolio", "new": false, "repository_manifest": {"name": "asx_portfolio", "country": ["AU"], "render_readme": "True"}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["appdaemon", "asx", "asx-portfolio", "hacs", "sensor"], "version_installed": null}, "287476555": {"authors": [], "category": "appdaemon", "description": "get ASX information in home assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"9d30ebaab4f2dcfc5e4cac093dc0bb0d287dd12fe1c62972c39cc99438d33e61\"", "full_name": "simonhq/asx_sensor", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1a76003", "last_release_tag": null, "last_updated": "2021-01-23T06:11:34Z", "name": "asx_sensor", "new": false, "repository_manifest": {"name": "asx_sensor", "country": ["AU"], "render_readme": "True"}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": ["appdaemon", "asx", "asx-sensor", "hacs", "sensor"], "version_installed": null, "last_fetched": 1642851517.891761}, "233937451": {"authors": [], "category": "appdaemon", "description": "A Home Assistant Appdaemon app for creating a sensor with the ACT Dam level information", "domain": "", "downloads": 0, "etag_repository": "W/\"a3b94de70a07e597a0587f3459a111093ed5d61e59474b4c513c701536d8efc7\"", "full_name": "simonhq/canberradams", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a1e5e61", "last_release_tag": null, "last_updated": "2020-08-31T07:00:34Z", "name": "canberradams", "new": false, "repository_manifest": {"name": "canberradams", "country": ["AU"], "render_readme": "True"}, "selected_tag": null, "show_beta": false, "stars": 0, "topics": ["appdaemon", "creates-sensors", "dam", "entity", "hacs", "sensor"], "version_installed": null}, "230346810": {"authors": [], "category": "appdaemon", "description": "An appdaemon app for cleaning up a GTFS database for use in Home Assistant", "domain": "", "downloads": 0, "etag_repository": "W/\"3525f81230fe877b27f3c181c48284ee5bbd5a1a5518c07bcead90e63a5dae28\"", "full_name": "simonhq/Clean-GTFS", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "adb48ba", "last_release_tag": null, "last_updated": "2020-10-14T19:47:34Z", "name": "Clean-GTFS", "new": false, "repository_manifest": {"name": "Clean-GTFS"}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["appdaemon-apps", "gtfs", "gtfs-database", "hacs", "home-assistant"], "version_installed": null}, "262440646": {"authors": [], "category": "appdaemon", "description": "HA Appdaemon app for the levels in the Snowy Hydro reservoirs", "domain": "", "downloads": 0, "etag_repository": "W/\"9fe38b02c64cf93cef193605362ddbe2552b50544528183483d25c8d6399ec26\"", "full_name": "simonhq/snowydams", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "cddad84", "last_release_tag": null, "last_updated": "2020-05-23T07:48:43Z", "name": "snowydams", "new": false, "repository_manifest": {"name": "snowydams", "country": ["AU"], "render_readme": "True"}, "selected_tag": null, "show_beta": false, "stars": 0, "topics": ["appdaemon", "creates-sensors", "entity", "hacs", "sensor", "snowy-dams", "snowy-hydro-reservoirs"], "version_installed": null}, "258858024": {"authors": [], "category": "appdaemon", "description": "Announce your doors/windows opening and closing through your Smart Speaker. Handy for garage/side/main exits for homes and shops. Please :star: if you like this app :)", "domain": "", "downloads": 0, "etag_repository": "W/\"5c5d46b5b65b276ea8327ec870164ad31447f219d0856d1b9d1c99466b960dbc\"", "full_name": "UbhiTS/ad-alexadoorwindowannounce", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7a121ba", "last_release_tag": "v1.1.0", "last_updated": "2021-03-11T22:21:18Z", "name": "ad-alexadoorwindowannounce", "new": false, "repository_manifest": {"name": "Alexa (& Friends) Door Announce \ud83d\udc14", "content_in_root": "false", "render_readme": "true", "domains": ["media_player", "binary_sensor", "cover"]}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["alexa", "alexa-media-player", "alexa-voice-service", "amazon-alexa", "appdaemon", "appdaemon-apps", "apps", "assistant", "doorbell", "hacs", "hass", "home-assistant", "home-automation", "homeassistant", "media-player", "mediaplayer", "python", "python3", "smart-home", "smarthome"], "version_installed": null}, "258980164": {"authors": [], "category": "appdaemon", "description": "Set temp limits, enforce fan modes, door/window and daily shut-off, and air cycling makes your thermostat a genius with a voice using your Smart Speaker! Please :star: if you like the app :)", "domain": "", "downloads": 0, "etag_repository": "W/\"068e2e1c332e208612a231aa36f07b1b94425195659e1c1a455bdcc2fb23376c\"", "full_name": "UbhiTS/ad-alexasmarttalkingthermostat", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4f3c8e1", "last_release_tag": "v2.0.0", "last_updated": "2020-08-18T20:55:19Z", "name": "ad-alexasmarttalkingthermostat", "new": false, "repository_manifest": {"name": "Alexa (& Friends) Talking Thermostat \ud83d\udc14", "content_in_root": "false", "render_readme": "true", "domains": ["media_player", "climate"]}, "selected_tag": null, "show_beta": false, "stars": 7, "topics": ["alexa", "alexa-media-player", "alexa-voice-service", "amazon-alexa", "appdaemon", "appdaemon-apps", "cooling", "hacs", "hass", "heating", "home-assistant", "home-automation", "homeassistant", "hvac", "hvac-control", "media-player", "smart-home", "smarthome", "temperature", "thermostat"], "version_installed": null}, "225791156": {"authors": [], "category": "appdaemon", "description": "Alexa (or other Smart Speakers) tell you the time without asking every hour. Please \u2b50\ufe0fif you like my app :)", "domain": "", "downloads": 0, "etag_repository": "W/\"591869a9ff6f460b744a927764db5ea9965f556e0c4f7dec23dd987c67850e95\"", "full_name": "UbhiTS/ad-alexatalkingclock", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9b49314", "last_release_tag": "v3.0.2", "last_updated": "2020-07-19T20:48:45Z", "name": "ad-alexatalkingclock", "new": false, "repository_manifest": {"name": "Alexa (& Friends) Reminders & Talking Clock \ud83d\udc14", "content_in_root": "false", "render_readme": "true", "domains": ["media_player"]}, "selected_tag": null, "show_beta": false, "stars": 29, "topics": ["alexa", "alexa-media-player", "alexa-voice-service", "amazon-alexa", "app", "appdaemon", "appdaemon-apps", "apps", "assistant", "hacs", "hass", "home-assistant", "home-automation", "homeassistant", "media-player", "mediaplayer", "smart-home", "smarthome", "time", "time-tracker"], "version_installed": null}, "258680733": {"authors": [], "category": "appdaemon", "description": "Notify your home, and greet your guests on arrival with your Smart Speaker. Please :star: if you like this app :)", "domain": "", "downloads": 0, "etag_repository": "W/\"b1d4ef91d19722ba8fff9d2aa86d7f4339388f81c92fa6c4b8ec6ed06265e404\"", "full_name": "UbhiTS/ad-alexadoorbell", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "cfd6034", "last_release_tag": "v1.1.0", "last_updated": "2020-06-01T16:54:27Z", "name": "ad-alexadoorbell", "new": false, "repository_manifest": {"name": "Alexa (& Friends) Doorbell \ud83d\udc14", "content_in_root": "false", "render_readme": "true", "domains": ["media_player", "binary_sensor", "switch"]}, "selected_tag": null, "show_beta": false, "stars": 10, "topics": ["alexa", "alexa-media-player", "alexa-voice-service", "amazon-alexa", "app", "appdaemon", "appdaemon-apps", "apps", "assistant", "doorbell", "greeting", "hacs", "hass", "home-assistant", "home-automation", "homeassistant", "media-player", "mediaplayer", "smart-home", "smarthome"], "version_installed": null}, "234988006": {"authors": [], "category": "appdaemon", "description": "Automate Welcome Camera presence and monitoring.", "domain": "", "downloads": 0, "etag_repository": "W/\"6c0b690afccb275e75cc6a58a2b6a6935907db44433918841b8b9ae44404c1b7\"", "full_name": "vash3d/nethassmo", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3e52f48", "last_release_tag": "v1.1.0", "last_updated": "2022-01-07T15:20:40Z", "name": "nethassmo", "new": false, "repository_manifest": {"name": "NetHassmo", "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": [], "version_installed": null, "last_fetched": 1641588140.611031}, "267943249": {"authors": [], "category": "appdaemon", "description": "Automatically control a room fan's speed based on a temperature sensor. Please :star: if you like this app :)", "domain": "", "downloads": 0, "etag_repository": "W/\"f8115f4cccc0ff4c3cc784b7b3d7493df4219cf4711ce25bc02cfb3cc0d4f187\"", "full_name": "UbhiTS/ad-autofanspeed", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "79c720d", "last_release_tag": "v1.0.4", "last_updated": "2021-03-18T15:59:19Z", "name": "ad-autofanspeed", "new": false, "repository_manifest": {"name": "Auto 'Fan Speed' Controller \ud83d\udc14", "content_in_root": "false", "render_readme": "true", "domains": ["fan", "sun", "sensor"]}, "selected_tag": null, "show_beta": false, "stars": 11, "topics": ["app", "appdaemon", "appdaemon-apps", "apps", "assistant", "automated", "automation", "fan", "fan-speed", "fan-speed-control", "hacs", "hass", "home-assistant", "home-automation", "homeassistant", "smart-home", "smarthome", "sunrise"], "version_installed": null}, "259132481": {"authors": [], "category": "appdaemon", "description": "Automatically reboot your crappy internet if you have a zwave, zigbee, or bluetooth switch/socket powering your internet modem. Please :star: if you like this app :)", "domain": "", "downloads": 0, "etag_repository": "W/\"591b19130d597169cc3534e7656cc8449a6573c5d10f3d9f014ab4a0bfcd6903\"", "full_name": "UbhiTS/ad-autointernetrebooter", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "629f64b", "last_release_tag": "v1.0.5", "last_updated": "2020-06-01T16:50:18Z", "name": "ad-autointernetrebooter", "new": false, "repository_manifest": {"name": "Auto 'Crappy Internet' Rebooter :rocket:", "content_in_root": "false", "render_readme": "true", "domains": ["media_player", "sensor", "switch"]}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": ["alexa-media-player", "amazon-alexa", "appdaemon", "appdaemon-apps", "apps", "fibaro", "hass", "home-automation", "homeassistant", "internet", "modem", "router", "smart-home", "smarthome", "smartthings", "speedtest", "speedtest-net", "vera", "wink"], "version_installed": null}, "288563520": {"authors": [], "category": "appdaemon", "description": "Your TV notifies you of the next upcoming event from you calendar every time it turns on. Please :star: my repo if you like like the app, it will encourage me a lot. ", "domain": "", "downloads": 0, "etag_repository": "W/\"2f802ab16dd830b572d73567e2389e777148ebe298842bd8ad0380d341354b8f\"", "full_name": "UbhiTS/ad-calendartvreminders", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d0764bf", "last_release_tag": null, "last_updated": "2020-08-18T22:31:49Z", "name": "ad-calendartvreminders", "new": false, "repository_manifest": {"name": "Calendar TV Reminders \ud83d\udc14", "content_in_root": "false", "render_readme": "true", "domains": ["media_player", "calendar"]}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": ["appdaemon", "appdaemon-apps", "google", "google-calendar", "google-calendar-api", "hacs", "home-assistant", "home-automation", "homeassistant", "lg", "media-player", "mediaplayer", "smart-home", "smart-tv", "smarthome", "smarttv", "webos"], "version_installed": null}, "284749777": {"authors": [], "category": "appdaemon", "description": "An AppDaemon app to reset Xiaomi Aqara motion sensors after a given timeout.", "domain": "", "downloads": 0, "etag_repository": "W/\"53a60bc8638dcf2f33486ef485a37a59979476a39f83f57c1aa188341358a958\"", "full_name": "wernerhp/appdaemon_aqara_motion_sensors", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6e5f438", "last_release_tag": "v1.2.0", "last_updated": "2021-08-15T13:23:06Z", "name": "appdaemon_aqara_motion_sensors", "new": false, "repository_manifest": {"name": "Aqara Motion Sensors", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 29, "topics": ["appdaemon", "appdaemon-apps", "hacs", "home-assistant", "home-automation", "homeassistant"], "version_installed": null}, "282440474": {"authors": [], "category": "appdaemon", "description": "An AppDaemon app for detecting occupancy using door and motions sensors.", "domain": "", "downloads": 0, "etag_repository": "W/\"2c6612645cc81f819682db7ae434be51736e9f290e2005cc5e68742e6bb49d4b\"", "full_name": "wernerhp/appdaemon_wasp", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "053930c", "last_release_tag": "v1.2.0", "last_updated": "2020-08-22T11:49:19Z", "name": "appdaemon_wasp", "new": false, "repository_manifest": {"name": "Wasp in a Box", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 20, "topics": ["appdaemon", "appdaemon-apps", "hacs", "home-assistant", "home-automation", "homeassistant"], "version_installed": null}, "222056780": {"authors": [], "category": "appdaemon", "description": "Create controller-based automations with ease to control your home devices and scenes.", "domain": "", "downloads": 0, "etag_repository": "W/\"afddc73d210dae8c6b484d599658db98cdfb6b1117a245fb23a98bb171311679\"", "full_name": "xaviml/controllerx", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9267e30", "last_release_tag": "v4.18.1", "last_updated": "2022-01-17T11:14:01Z", "name": "controllerx", "new": false, "repository_manifest": {"filename": "controllerx.zip", "hide_default_branch": true, "name": "\ud83c\udfae ControllerX", "render_readme": true, "zip_release": true}, "selected_tag": null, "show_beta": false, "stars": 203, "topics": ["automation", "color-lights", "controller", "covers", "ikea", "light", "mediaplayer", "remote", "switch"], "version_installed": null, "last_fetched": 1642431004.903505}, "251039581": {"authors": ["@hultenvp"], "category": "integration", "description": "HomeAssistant integration for the Ginlong Solis PV Monitoring portal. This integration supports the current Platform v2.0 portal (m.ginlong.com) which supports Solis and Solarman PV inverter brands. Also supports new SolisCloud platform", "domain": "solis", "downloads": 0, "etag_repository": "W/\"82d0ab73b2c4a68514dcdaae49079af8e8d2c0f46ded42bb1b3cf7b7de0aecbb\"", "full_name": "hultenvp/solis-sensor", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6f446e5", "last_release_tag": "v2.0.1", "last_updated": "2022-01-30T15:32:03Z", "name": "solis", "new": false, "repository_manifest": {"name": "Ginlong Solis PV portal integration", "content_in_root": false, "render_readme": false, "homeassistant": "2021.9", "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 26, "topics": ["ginlong", "homeassistant", "sensor", "solarman", "solis", "soliscloud"], "version_installed": null, "last_fetched": 1643571233.380394}, "407205510": {"authors": ["@alryaz"], "category": "integration", "description": "\u041f\u0418\u041a \u0414\u043e\u043c\u043e\u0444\u043e\u043d \u0434\u043b\u044f Home Assistant", "domain": "pik_intercom", "downloads": 0, "etag_repository": "W/\"832abc7c01c54945bdb499a6b02a862b586869f3c98345710231faf09cabb254\"", "full_name": "alryaz/hass-pik-intercom", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e35f163", "last_release_tag": "v1.1.0", "last_updated": "2022-01-18T10:54:21Z", "name": "pik_intercom", "new": false, "repository_manifest": {"name": "\u041f\u0418\u041a \u0414\u043e\u043c\u043e\u0444\u043e\u043d / PIK Intercom", "content_in_root": false, "zip_release": false, "render_readme": true, "domains": ["camera", "sensor", "button"], "country": ["ru"], "homeassistant": "2021.12.0", "iot_class": "Cloud Polling"}, "selected_tag": null, "show_beta": false, "stars": 12, "topics": ["custom-component", "homeassistant", "intercom", "pik-group"], "version_installed": null, "last_fetched": 1642520528.474399}, "408074547": {"authors": ["@sugoi-wada"], "category": "integration", "description": "Acer air monitor for Home Assistant", "domain": "acer_air_monitor", "downloads": 0, "etag_repository": "W/\"e97e926afec8cfb5d1cdb89c12ea1ea6bc5c98a9800f2d740a2b939de993c540\"", "full_name": "sugoi-wada/acer-air-monitor-2018", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "0faa932", "last_release_tag": "v1.0.1", "last_updated": "2022-01-09T04:10:18Z", "name": "acer_air_monitor", "new": false, "repository_manifest": {"name": "Acer Air Monitor", "hacs": "1.19.1", "domains": ["sensor"], "homeassistant": "2021.12.8"}, "selected_tag": null, "show_beta": false, "stars": 0, "topics": ["custom-components", "home-assistant"], "version_installed": null, "last_fetched": 1641896031.740965}, "302985427": {"authors": ["@wizmo2"], "category": "integration", "description": "Home-assistant custom component and api wrapper for Zidoo Media Players", "domain": "zidoo", "downloads": 0, "etag_repository": "W/\"01a53cdc563996c2382717688b781b14801a97333555ede733dcd5f4fd504943\"", "full_name": "wizmo2/zidoo-player", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "cf2be1c", "last_release_tag": "v1.2.6", "last_updated": "2021-12-17T12:21:55Z", "name": "zidoo", "new": false, "repository_manifest": {"name": "Zidoo Media Player", "content_in_root": false, "domains": ["media_player"], "iot_class": "local_polling", "homeassistant": "2021.9"}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["hacs", "home-assistant", "media", "media-player", "player", "video-player", "zidoo"], "version_installed": null, "last_fetched": 1641896031.919041}, "301509152": {"authors": ["@BenPru"], "category": "integration", "description": "Home Assistant HACS component to readout values from a Paul Novus 300 ventilation system", "domain": "novus300bus", "downloads": 0, "etag_repository": "W/\"bc05e497c8ecf1f1f1324d3fd2e2d3997d1d1766e70b7cb716fe97bc670918cc\"", "full_name": "BenPru/novus300_Rs485", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9a17e99", "last_release_tag": "2021.09.20", "last_updated": "2021-11-03T20:21:00Z", "name": "novus300bus", "new": false, "repository_manifest": {"name": "Novus 300 Bus", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["hacs", "home-assistant", "homeassistant", "sensor"], "version_installed": null}, "356385629": {"authors": ["@fuatakgun"], "category": "integration", "description": "A Home Assistant HACS integration that supports Kia Connect(Uvo) and Hyundai Bluelink. The integration supports the EU, Canada and the USA.", "domain": "kia_uvo", "downloads": 0, "etag_repository": "W/\"43bb88b38d755d27f2637094ae562b7cf2154fd69ad24432cfb6e8c883a51ec0\"", "full_name": "fuatakgun/kia_uvo", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "bf5d9a1", "last_release_tag": "v1.4.3", "last_updated": "2022-01-30T08:16:18Z", "name": "kia_uvo", "new": false, "repository_manifest": {"name": "Kia Uvo / Hyundai Bluelink", "render_readme": true, "homeassistant": "2021.12", "content_in_root": false}, "selected_tag": null, "show_beta": false, "stars": 95, "topics": ["bluelink", "car", "homeassistant", "homeassistant-integration", "hyundai", "kia", "uvo"], "version_installed": null, "last_fetched": 1643571231.41079}, "417400028": {"authors": ["@ScratMan"], "category": "integration", "description": "Smart Thermostat with PID controller for HomeAssistant", "domain": "smart_thermostat", "downloads": 0, "etag_repository": "W/\"76da273bc235197037c102094218a5b27e0f5f959ed40310ee5a82aec9d86508\"", "full_name": "ScratMan/HASmartThermostat", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "3389dcd", "last_release_tag": "2022.1.1", "last_updated": "2022-01-23T21:31:25Z", "name": "smart_thermostat", "new": false, "repository_manifest": {"name": "Smart thermostat (PID)", "domains": ["climate"], "render_readme": true, "homeassistant": "0.104.2"}, "selected_tag": null, "show_beta": false, "stars": 85, "topics": ["air-conditioner", "heater", "heater-control", "heater-controller", "heating", "heating-control", "heating-controller", "home-automation", "pid-controller", "smart-thermostat", "thermostat"], "version_installed": null, "last_fetched": 1643571247.843364}, "422954081": {"authors": ["@DeebotUniverse", "@edenhaus"], "category": "integration", "description": "Home Assistant integration for deebot vacuums", "domain": ["binary_sensor", "camera", "select", "sensor", "vacuum"], "downloads": 0, "etag_repository": "W/\"7c1aefa22b5ada47e8776954695b67d1527741e921e9ae1b3eaf25df3aa8d6d9\"", "full_name": "DeebotUniverse/Deebot-4-Home-Assistant", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "90c1206", "last_release_tag": "1.1.2", "last_updated": "2022-01-27T09:20:39Z", "name": ["binary_sensor", "camera", "select", "sensor", "vacuum"], "new": false, "repository_manifest": {"name": "Deebot 4 Home Assistant", "iot_class": "Cloud Polling", "zip_release": true, "filename": "deebot.zip", "domain": ["binary_sensor", "camera", "select", "sensor", "vacuum"], "homeassistant": "2021.12.0b0", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 22, "topics": ["deebot", "ecovacs", "home-assistant", "vacuum"], "version_installed": null, "last_fetched": 1643571228.053998}, "386049746": {"authors": ["@viragelabs"], "category": "integration", "description": "A Home Assistant integration to keep track of Virage Laboratories devices, and set up and properly label rf sensors and door contacts", "domain": "virage_dashboard", "downloads": 0, "etag_repository": "W/\"6d1bfdbac3dca1d6f509b9e3ae5e3561ed0b67ecf325fbb38a199b3aa3212e12\"", "full_name": "viragelabs/virage_dashboard", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4c54c39", "last_release_tag": "v1.0.0", "last_updated": "2021-12-01T23:33:19Z", "name": "virage_dashboard", "new": false, "repository_manifest": {"name": "Virage Dashboard", "render_readme": "true", "domains": ["virage_dashboard"], "iot_class": ["Local Push"]}, "selected_tag": null, "show_beta": false, "stars": 0, "topics": ["hassio", "home-assistant", "home-automation", "homeassistant", "virage", "viragelaboratories", "viragelabs"], "version_installed": null}, "422931599": {"authors": ["@kartoffeltoby"], "category": "integration", "description": "This custom component for Home Assistant will add crucial features to your climate-controlling TRV (Thermostatic Radiator Valves) to save you the work of creating automations to make it smart. It combines a room-temperature sensor, window/door sensors, weather forecasts, or an ambient temperature probe to decide when it should call for heat and automatically calibrate your TRVs to fix the imprecise measurements taken in the radiator's vicinity.", "domain": "ai_thermostat", "downloads": 0, "etag_repository": "W/\"dd6adddab4be6dd6f7bcdfc3d5311c28a3e9e5a21ba884335248fe1273a0cf64\"", "full_name": "KartoffelToby/better_thermostat", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4b2276b", "last_release_tag": "0.9.3", "last_updated": "2022-01-30T18:22:18Z", "name": "ai_thermostat", "new": false, "repository_manifest": {"name": "AI Thermostat for Zigbee2MQTT", "render_readme": true, "domains": ["climate"], "iot_class": "Local Push", "homeassistant": "2021.12.0"}, "selected_tag": null, "show_beta": false, "stars": 76, "topics": ["climate", "hacs", "home-assistant", "moes", "sea801", "sea802", "sensor", "smarthome", "spzb0001", "thermostat", "ts0601", "tuya", "zigbee", "zigbee2mqtt"], "version_installed": null, "last_fetched": 1643571237.048438}, "439367892": {"authors": [], "category": "plugin", "description": "a custom card for a better thermostat in home assistant based on ai_thermostat intigration", "domain": "", "downloads": 0, "etag_repository": "W/\"ef6fd58cc99b0f1ccf78ba8655728a3357080e8ddc94fd5892206e52fd87bcfb\"", "full_name": "KartoffelToby/better-thermostat-ui-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "ab17b50", "last_release_tag": "0.1.3", "last_updated": "2022-01-24T10:01:51Z", "name": "better-thermostat-ui-card", "new": false, "repository_manifest": {"name": "Better Thermostat UI", "render_readme": true, "filename": "better-thermostat-ui-card.js"}, "selected_tag": null, "show_beta": false, "stars": 26, "topics": ["home-assistant", "homeassistant", "thermostat"], "version_installed": null, "last_fetched": 1643571259.882762}, "406939721": {"authors": ["@tomasbedrich"], "category": "integration", "description": "A Home Assistant integration to communicate with Hikvision smart doorbells via Hik-Connect cloud.", "domain": "hikconnect", "downloads": 0, "etag_repository": "W/\"681d567498593043b154717c444a87600c517bbd88f90bfd4b0e6f1a168417e5\"", "full_name": "tomasbedrich/home-assistant-hikconnect", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "52da28f", "last_release_tag": "1.2.1", "last_updated": "2022-01-28T00:59:40Z", "name": "hikconnect", "new": false, "repository_manifest": {"name": "Hik-Connect", "domains": ["hikconnect"], "country": ["EN"], "render_readme": true, "iot_class": ["Cloud Polling"]}, "selected_tag": null, "show_beta": false, "stars": 21, "topics": ["hacs", "hikvision", "home-assistant", "home-automation", "python"], "version_installed": null, "last_fetched": 1643571250.736569}, "433577603": {"authors": [], "category": "plugin", "description": "Home Assistant Configuration Files Editor for Lovelace", "domain": "", "downloads": 0, "etag_repository": "W/\"1d46f539f61da65c2c36b3dce770cf6778e3888099ad73f3b9b0c5f852b914a2\"", "full_name": "htmltiger/config-editor-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e5809df", "last_release_tag": "3.4", "last_updated": "2022-01-22T01:55:45Z", "name": "config-editor-card", "new": false, "repository_manifest": {"name": "Config Editor Card", "filename": "config-editor-card.js", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 11, "topics": ["hacs", "home-assistant", "homeassistant", "homeassistant-addons", "homeassistant-config", "homeassistant-configuration", "yaml"], "version_installed": null, "last_fetched": 1642851533.092873}, "427867835": {"authors": ["@briis"], "category": "integration", "description": "Home Assistant Integration for WeatherFlow Stations", "domain": "weatherflow", "downloads": 0, "etag_repository": "W/\"d3bc27a6ee784be1b0da9916826a5f6e7c91d9e3dbeb0c08d707f349b2a6709a\"", "full_name": "briis/hass-weatherflow", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "7cbbfd9", "last_release_tag": "v1.0.3", "last_updated": "2022-01-27T15:40:29Z", "name": "weatherflow", "new": false, "repository_manifest": {"name": "WeatherFlow Integration", "domains": ["binary_sensor", "sensor", "weather"], "homeassistant": "2021.11.0"}, "selected_tag": null, "show_beta": false, "stars": 19, "topics": ["home-assistant", "python3", "weatherflow"], "version_installed": null, "last_fetched": 1643571223.619913}, "427773030": {"authors": ["@spycle"], "category": "integration", "description": "Home Assistant custom integration for controlling AirPlay devices connected to a TuneBlade server", "domain": "tuneblade", "downloads": 0, "etag_repository": "W/\"acb0d1effd1c1159af72795a161fdf7326e7972db3f72a101508063e4025ce18\"", "full_name": "spycle/tuneblade", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4c91650", "last_release_tag": "v0.0.4", "last_updated": "2021-12-18T13:26:21Z", "name": "tuneblade", "new": false, "repository_manifest": {"name": "TuneBlade", "content_in_root": false, "domains": ["media_player", "switch"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 0, "topics": ["home-assistant", "tuneblade"], "version_installed": null}, "433577406": {"authors": ["@htmltiger"], "category": "integration", "description": "Home Assistant Configuration Editor Helper", "domain": "config_editor", "downloads": 0, "etag_repository": "W/\"01a65357781b3d9f15a3e10b6e394752e17bc40e6f515cba598b808c817e7901\"", "full_name": "htmltiger/config-editor", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d9185fa", "last_release_tag": "2.1", "last_updated": "2021-12-19T04:18:56Z", "name": "config_editor", "new": false, "repository_manifest": {"name": "Config Editor", "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["homeassistant", "homeassistant-config", "homeassistant-integration"], "version_installed": null, "last_fetched": 1641470660.316476}, "180032210": {"authors": ["@dolezsa"], "category": "integration", "description": "Thermal Comfort sensor for HA (absolute humidity, heat index, dew point, thermal perception)", "domain": "thermal_comfort", "downloads": 0, "etag_repository": "W/\"90ff3435978fcad3f11bd67e98781fa9a0339ed166be24c1013607ea9b255197\"", "full_name": "dolezsa/thermal_comfort", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "d09c72d", "last_release_tag": "1.3.1", "last_updated": "2022-01-29T15:50:04Z", "name": "thermal_comfort", "new": false, "repository_manifest": {"name": "Thermal Comfort", "home-assistant": "2021.12.0", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 134, "topics": ["absolute-humidity", "comfort-model", "comfort-zone", "dew-point", "dew-point-perception", "heat-index", "thermal-comfort", "thermal-perception", "thermal-stress"], "version_installed": null, "last_fetched": 1643545556.950932}, "424574671": {"authors": ["@roslovets"], "category": "integration", "description": "Control SP110E RGB LED BLE Controller from Home Assistant", "domain": "sp110e", "downloads": 0, "etag_repository": "W/\"f6ac310e6a27ad9b069b62894ffa8c0468290ac4e9b3134fed12fc1077d78947\"", "full_name": "roslovets/SP110E-HASS", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "42fd56b", "last_release_tag": "v1.0.0", "last_updated": "2021-11-27T16:32:27Z", "name": "sp110e", "new": false, "repository_manifest": {"name": "SP110E RGB LED BLE Controller Integration", "domains": ["light"], "homeassistant": "2021.11.0", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["ble", "hass", "home-assistant", "integration", "rgb", "sp110e"], "version_installed": null, "last_fetched": 1642004684.579916}, "222687548": {"authors": ["@dwainscheeren"], "category": "integration", "description": "An auto generating Home Assistant Lovelace UI dashboard for desktop, tablet and mobile by Dwains for desktop, tablet, mobile", "domain": "dwains_dashboard", "downloads": 0, "etag_repository": "W/\"26011883da7dbd8edea806b6c84f7e73a56470f2a32675f35a834f860f527e76\"", "full_name": "dwainscheeren/dwains-lovelace-dashboard", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f76b66a", "last_release_tag": "v2.0.5", "last_updated": "2022-01-28T21:49:02Z", "name": "dwains_dashboard", "new": false, "repository_manifest": {"name": "Dwains Dashboard", "render_readme": true, "homeassistant": "2021.5.0"}, "selected_tag": null, "show_beta": false, "stars": 835, "topics": ["dwains-lovelace-dashboard", "home-assistant", "lovelace", "lovelace-ui"], "version_installed": null, "last_fetched": 1643571229.331362}, "405007807": {"authors": [], "category": "integration", "description": "Home Assistant & FoxESS integration. Monitor you photovoltaic installation directly from HA \u2600\ufe0f \u26a1\ufe0f No more need to visit foxesscloud.com \ud83c\udfe1", "domain": "foxess", "downloads": 0, "etag_repository": "W/\"1136e1e503d3fbf6b57e01f74aecf2d5c889f382020f341fb49b6a87ee2b0c97\"", "full_name": "macxq/foxess-ha", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "ec19875", "last_release_tag": "v0.11.2", "last_updated": "2021-12-29T09:52:10Z", "name": "foxess", "new": false, "repository_manifest": {"name": "FoxESS Cloud", "country": ["NO"], "domains": ["energy", "sensor"]}, "selected_tag": null, "show_beta": false, "stars": 10, "topics": ["energy-monitor", "foxess", "hacktoberfest", "hacs", "home-assistant", "home-automation", "homeassistant", "photovoltaics", "pv", "smarthome"], "version_installed": null, "last_fetched": 1642094200.762908}, "432522624": {"authors": ["@Aohzan"], "category": "integration", "description": "IPX800 V5 integration for Home-Assistant", "domain": "ipx800v5", "downloads": 0, "etag_repository": "W/\"0082e1f4ea05b3e595f2ddc03dd4ca68fe8c2ab06ef053e8094fec5602d53a56\"", "full_name": "Aohzan/ipx800v5", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1fe572c", "last_release_tag": "0.4.0", "last_updated": "2022-01-07T13:10:05Z", "name": "ipx800v5", "new": false, "repository_manifest": {"name": "GCE IPX800 V5", "country": ["FR"], "domains": ["switch", "light", "cover", "sensor", "binary_sensor", "climate", "number", "button"], "render_readme": true, "iot_class": ["Local Polling"]}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["gce-electronics", "home-assistant", "home-assistant-integration", "ipx800"], "version_installed": null, "last_fetched": 1642851538.014961}, "431440766": {"authors": ["@LAB02-Admin"], "category": "integration", "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/\"1fc7b7441469d244cfb0f071d7bbba2539f3afa68a151114a02dd1e8ff127a1f\"", "full_name": "LAB02-Research/HASS.Agent-Notifier", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "948f646", "last_release_tag": "v2021.12.21", "last_updated": "2022-01-19T11:00:15Z", "name": "hass_agent_notifier", "new": false, "repository_manifest": {"name": "HASS.Agent Notifier", "domains": ["notify"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": ["hacs", "home-assistant", "integration", "notifications"], "version_installed": null, "last_fetched": 1643571237.516202}, "398601732": {"authors": ["@thomasprior"], "category": "integration", "description": "Provides data from Flexpool.io on a specified miner.", "domain": "flexpoolinfo", "downloads": 0, "etag_repository": "W/\"c242a4d10e7799790f21531b154e14a785ae96d80b7e2af37cf31c453bed0a24\"", "full_name": "ThomasPrior/FlexpoolInfo", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a55e32c", "last_release_tag": "v1.0.0", "last_updated": "2022-01-12T15:58:14Z", "name": "flexpoolinfo", "new": false, "repository_manifest": {"name": "FlexpoolInfo", "content_in_root": false, "render_readme": true, "domains": ["sensor"], "homeassistant": "0.100.0", "iot_class": "cloud_poll"}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["flexpool", "flexpool-api", "hacs", "homeassistant", "miner", "statistics"], "version_installed": null, "last_fetched": 1642431017.243705}, "334925385": {"authors": ["@weltenwort"], "category": "integration", "description": "A Home Assistant custom component to integrate with RCT Power inverters.", "domain": "rct_power", "downloads": 0, "etag_repository": "W/\"634ece0e28186bf560f7aeb5d6ae258e0c4425e56f8c637a1f910621f32ac098\"", "full_name": "weltenwort/home-assistant-rct-power-integration", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "c63790a", "last_release_tag": "v0.9.2", "last_updated": "2021-12-27T18:10:48Z", "name": "rct_power", "new": false, "repository_manifest": {"name": "RCT Power", "hacs": "1.6.0", "domains": ["binary_sensor", "sensor"], "iot_class": "Local Polling", "homeassistant": "2021.12.0"}, "selected_tag": null, "show_beta": false, "stars": 10, "topics": ["custom-component", "custom-components", "home-assistant", "homeassistant", "rct-power"], "version_installed": null, "last_fetched": 1642004689.108498}, "380367845": {"authors": ["@fuatakgun"], "category": "integration", "description": "Home Assistant integration to manage Eufy Security devices as cameras, home base stations, doorbells, motion and contact sensors.", "domain": "eufy_security", "downloads": 0, "etag_repository": "W/\"7daed113d4919f5a25c6a68e4432acdd1c1635eadeecbe6d850b64fdf5bd3b99\"", "full_name": "fuatakgun/eufy_security", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "091bc2e", "last_release_tag": "v2.2.3", "last_updated": "2022-01-24T19:33:08Z", "name": "eufy_security", "new": false, "repository_manifest": {"name": "Eufy Security", "render_readme": true, "content_in_root": false}, "selected_tag": null, "show_beta": false, "stars": 170, "topics": ["camera", "eufy", "eufycam", "eufysecurity", "home-assistant", "homeassistant", "homeassistant-integration", "rtsp", "security"], "version_installed": null, "last_fetched": 1643571231.631891}, "432591899": {"authors": [], "category": "integration", "description": "Home Assistant switch integration to control MicroBot Push", "domain": "microbot_push", "downloads": 0, "etag_repository": "W/\"4037c0a154619911b8c54ff3ce848842db85f436186d4f9f6f29c46363524a30\"", "full_name": "spycle/microbot_push", "first_install": true, "installed_commit": null, "installed": false, "last_commit": null, "last_release_tag": "v0.0.4", "last_updated": 0, "name": "microbot_push", "new": false, "repository_manifest": {"name": "MicroBot Push", "domains": ["switch"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 0, "topics": ["home-assistant", "microbot-push"], "version_installed": null}, "439467929": {"authors": ["@nbogojevic"], "category": "integration", "description": "This Home Assistant custom component adding support for controlling Midea air conditioners and dehumidifiers on local network. ", "domain": "midea_dehumidifier_lan", "downloads": 0, "etag_repository": "W/\"efd3137ccf6ea425caffae2938e51ef9a50a9da6bd9834c246def639d886e855\"", "full_name": "nbogojevic/homeassistant-midea-air-appliances-lan", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "9cc3558", "last_release_tag": "v0.5.0", "last_updated": "2022-01-22T01:19:02Z", "name": "midea_dehumidifier_lan", "new": false, "repository_manifest": {"name": "Midea Dehumidifier (LAN)", "version": "0.5.0", "domains": ["binary_sensor", "humidifier", "fan", "sensor", "switch"], "homeassistant": "2021.12.0"}, "selected_tag": null, "show_beta": false, "stars": 16, "topics": ["air-conditioner", "airconditioning", "dehumidifier", "hass", "home-assistant", "midea"], "version_installed": null, "last_fetched": 1642851542.467849}, "250498561": {"authors": ["@briis"], "category": "integration", "description": "SecuritySpy Integration for Home Assistant with Camera Streams and Motion Detection", "domain": "securityspy", "downloads": 0, "etag_repository": "W/\"08deaeeed9d52716d71772af05251a7f791ec559528edac3335d9ea794433704\"", "full_name": "briis/securityspy", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "8c4a903", "last_release_tag": "v1.1.1", "last_updated": "2022-01-28T14:26:49Z", "name": "securityspy", "new": false, "repository_manifest": {"name": "SecuritySpy for Home Assistant", "render_readme": true, "homeassistant": "2021.11.0", "domains": ["sensor", "binary_sensor", "camera", "switch"], "iot_class": "Local Push"}, "selected_tag": null, "show_beta": false, "stars": 19, "topics": ["home-assistant", "home-assistant-component", "homeassistant", "python", "securityspy"], "version_installed": null, "last_fetched": 1643571223.697515}, "292390011": {"authors": ["@edwork"], "category": "integration", "description": "A platform which allows you to get current and past ride data from Peloton into HomeAssistant", "domain": "peloton", "downloads": 0, "etag_repository": "W/\"18106e347266c9a6013a16ec9bee191830915b2a32ac2fbdd75aa3f32deae835\"", "full_name": "edwork/homeassistant-peloton-sensor", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "96974ba", "last_release_tag": "0.7.1", "last_updated": "2022-01-07T06:02:11Z", "name": "peloton", "new": false, "repository_manifest": {"name": "Peloton Sensor", "content_in_root": false, "domains": ["sensor"], "iot_class": "cloud_poll", "zip_release": true, "filename": "peloton-sensor.zip", "homeassistant": "0.100.0"}, "selected_tag": null, "show_beta": false, "stars": 45, "topics": ["homeassistant", "homeassistant-integration", "peloton", "peloton-api", "peloton-client"], "version_installed": null, "last_fetched": 1642520529.543856}, "425931056": {"authors": ["@dahlb"], "category": "integration", "description": "A Home Assistant HACS integration that supports Kia Connect(Uvo). The integration supports the USA.", "domain": "ha_kia_hyundai", "downloads": 0, "etag_repository": "W/\"6382fa0ed5cd198f5c789027ac7fc56bd5cd58428a48e1a9cf6aa3be33a0f1ed\"", "full_name": "dahlb/ha_kia_hyundai", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2f2809d", "last_release_tag": "v1.5.0", "last_updated": "2022-01-17T00:17:28Z", "name": "ha_kia_hyundai", "new": false, "repository_manifest": {"name": "HA Kia/Hyundai", "render_readme": true, "content_in_root": false, "country": ["US", "CA"], "homeassistant": "2021.10.0b0", "domains": ["lock", "sensor", "binary_sensor", "device_tracker"]}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["car", "homeassistant", "homeassistant-integration", "kia", "python3", "uvo"], "version_installed": null, "last_fetched": 1642431021.436947}, "137126619": {"authors": ["@davesmeghead"], "category": "integration", "description": "Visonic Custom Component for integration with Home Assistant", "domain": "visonic", "downloads": 0, "etag_repository": "W/\"c999c2c6ca5afa0cba8f82ebdee872aaf920133f76d332a78fd68fd224bd4a6b\"", "full_name": "davesmeghead/visonic", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b5f6ed7", "last_release_tag": "0.6.13.0", "last_updated": "2022-01-09T09:48:58Z", "name": "visonic", "new": false, "repository_manifest": {"name": "Visonic Intruder Alarm - PowerMax and PowerMaster Series", "domains": ["alarm_control_panel", "binary_sensor", "switch", "select"], "homeassistant": "2021.12.0", "render_readme": false}, "selected_tag": null, "show_beta": false, "stars": 52, "topics": ["home-assistant", "homeassistant", "integration", "visonic"], "version_installed": null, "last_fetched": 1641896049.343495}, "344446335": {"authors": ["@RogerSelwyn"], "category": "integration", "description": "Office 365 integration for Home Assistant", "domain": "o365", "downloads": 0, "etag_repository": "W/\"4ac54a24df0b336154fc263812bdece2593f363c956d9bdf9b8b0bab4092a24d\"", "full_name": "RogerSelwyn/O365-HomeAssistant", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "b599ee2", "last_release_tag": "v2.2.8", "last_updated": "2022-01-19T13:05:53Z", "name": "o365", "new": false, "repository_manifest": {"name": "Office 365 Integration", "zip_release": true, "filename": "o365.zip", "homeassistant": "0.103", "content_in_root": false, "domains": ["calendar"], "persistent_directory": ".O365-token-cache", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 20, "topics": ["home-assistant", "microsoft", "o365"], "version_installed": null, "last_fetched": 1643571246.53547}, "441738040": {"authors": [], "category": "theme", "description": "\ud83c\udfa8 A new, simple soft theme for Home Assistant.", "domain": "", "downloads": 0, "etag_repository": "W/\"846762683963f7712ba5c26517ec30f45a0d3760f56588b8c4229a8da43fb198\"", "full_name": "KTibow/lovelace-soft-theme", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "352c533", "last_release_tag": null, "last_updated": "2021-12-25T19:04:42Z", "name": "lovelace-soft-theme", "new": false, "repository_manifest": {"name": "Soft Theme", "render_readme": true, "homeassistant": "2021.6", "country": ["US"]}, "selected_tag": null, "show_beta": false, "stars": 16, "topics": ["hacktoberfest", "hacs", "home-assistant", "homeassistant", "soft-ui", "theme", "themes"], "version_installed": null, "last_fetched": 1642851544.881679}, "441028036": {"authors": ["@valleedelisle"], "category": "integration", "description": "Home Assistant Hilo Integration via HACS", "domain": "hilo", "downloads": 0, "etag_repository": "W/\"ec334ce031a72b737b7d443c412cdf9f6ab558941bbf0bd9640aa26ae2532d0d\"", "full_name": "dvd-dev/hilo", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "53a6872", "last_release_tag": "v2022.1.23", "last_updated": "2022-01-26T08:38:38Z", "name": "hilo", "new": false, "repository_manifest": {"name": "Hilo", "hacs": "1.6.0", "domains": ["climate", "sensor", "light", "utility_meter"], "country": ["CA"], "homeassistant": "2021.12.7"}, "selected_tag": null, "show_beta": false, "stars": 32, "topics": ["hilo", "home-assistant", "home-automation", "home-automation-system", "hydro-quebec", "signalr-client"], "version_installed": null, "last_fetched": 1643571229.364777}, "424346523": {"authors": ["@9a4gl"], "category": "integration", "description": "Home Assistant custom component integration for Centrometal Boiler System", "domain": "centrometal_boiler", "downloads": 0, "etag_repository": "W/\"585f24e684a81b9afc21e95387eccc30f47d0458bd79a149367c7d138efc5a17\"", "full_name": "9a4gl/hass-centrometal-boiler", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "6f4035b", "last_release_tag": "0.0.10", "last_updated": "2022-01-04T19:20:56Z", "name": "centrometal_boiler", "new": false, "repository_manifest": {"name": "Centrometal Boiler System", "domains": ["sensor", "switch", "binary_sensor"], "render_readme": true, "homeassistant": "2021.11.3", "iot_class": "Cloud Push"}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["centrometal", "hass", "hassio", "home-assistant", "homeassistant", "peltec"], "version_installed": null, "last_fetched": 1641470671.652981}, "437989480": {"authors": [], "category": "plugin", "description": "Lovelace Centrometal Boiler Card", "domain": "", "downloads": 0, "etag_repository": "W/\"620418477b3f1e88c83f779cb5ae636acda726b29e8beb927c414ae44a91c36e\"", "full_name": "9a4gl/lovelace-centrometal-boiler-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": null, "last_release_tag": "0.0.7", "last_updated": 0, "name": "lovelace-centrometal-boiler-card", "new": false, "repository_manifest": {"name": "Centrometal Boiler Display Card", "render_readme": true, "homeassistant": "2021.11.3", "filename": "centrometal-boiler-card.js"}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["centrometal", "hass", "hassio", "home-assistant", "homeassitant", "lovelace", "pellet", "peltec"], "version_installed": null}, "413680511": {"authors": ["@widewing"], "category": "integration", "description": "Home Assistant integration for Toyota Motor (North America) connected services", "domain": "toyota_na", "downloads": 0, "etag_repository": "W/\"d5bf452eef2fcd73751b8cda499c336ba98a61534bdba210a634a5a515bdb0de\"", "full_name": "widewing/ha-toyota-na", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "a3860dd", "last_release_tag": "v1.1.0", "last_updated": "2022-01-22T22:56:31Z", "name": "toyota_na", "new": false, "repository_manifest": {"name": "Toyota (North America)", "domains": ["device_tracker", "sensor"], "homeassistant": "2021.12.0", "iot_class": ["Cloud Polling"], "render_readme": true, "zip_release": true, "filename": "ha_toyota_na.zip"}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": ["car", "home-assistant", "toyota", "vehicle"], "version_installed": null, "last_fetched": 1643571252.151198}, "441920613": {"authors": ["@klejejs"], "category": "integration", "description": "Thermia Heat Pump Integration for Home Assistant", "domain": "thermia", "downloads": 0, "etag_repository": "W/\"4a11c8e865fa21b75a322e4eeb87d990162d5fcc121fef2d3fa4168603567fd4\"", "full_name": "klejejs/ha-thermia-heat-pump-integration", "first_install": true, "installed_commit": null, "installed": false, "last_commit": null, "last_release_tag": "2.3", "last_updated": 0, "name": "thermia", "new": false, "repository_manifest": {"name": "Thermia Heat Pump", "render_readme": true, "domains": ["sensor", "water_heater"]}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["heat-pump", "home-assistant", "integration", "thermia"], "version_installed": null}, "441942093": {"authors": ["@jugla", "@baqs"], "category": "integration", "description": "Home Assistant component to handle key atome (linky)", "domain": "keyatome", "downloads": 0, "etag_repository": "W/\"7525d03b5fdbf483124761dcd31ad889bafd226ba6d257effbf24c1e72809ff1\"", "full_name": "jugla/keyatome", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e99a729", "last_release_tag": "V4.1.1", "last_updated": "2022-01-30T12:31:20Z", "name": "keyatome", "new": false, "repository_manifest": {"name": "keyatome", "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["atome", "hacs", "home-assistant", "keyatome", "linky"], "version_installed": null, "last_fetched": 1643571235.861887}, "432938956": {"authors": [], "category": "appdaemon", "description": "Qolsys IQ Panel 2+ gateway to an Home Assistant Alarm Control Panel", "domain": "", "downloads": 0, "etag_repository": "W/\"0b1bf1ed33cadd141f41e19ec50dfd5921d363c492400057ab4391a2a62d27f6\"", "full_name": "XaF/qolsysgw", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "dbeb93a", "last_release_tag": null, "last_updated": "2022-01-11T23:52:03Z", "name": "qolsysgw", "new": false, "repository_manifest": {"name": "Qolsys Gateway", "content_in_root": false, "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["appdaemon", "automation", "hacs", "home-assistant", "home-automation", "qolsys"], "version_installed": null, "last_fetched": 1642851548.925548}, "440374794": {"authors": [], "category": "plugin", "description": "A card for Home Assistant Lovelace for exploring the history of your entities interactively and in real time.", "domain": "", "downloads": 0, "etag_repository": "W/\"c73d00d33e25a4a5cc25316a49679863e4cae90882cdcbd89d7a552f30fc0c95\"", "full_name": "alexarch21/history-explorer-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "4adb18b", "last_release_tag": "v1.0.14", "last_updated": "2022-01-27T22:54:16Z", "name": "history-explorer-card", "new": false, "repository_manifest": {"name": "history-explorer-card", "filename": "history-explorer-card.js"}, "selected_tag": null, "show_beta": false, "stars": 25, "topics": ["history", "home-assistant", "homeassistant", "lovelace"], "version_installed": null, "last_fetched": 1643571253.386083}, "443651710": {"authors": [], "category": "theme", "description": "A dark teal theme for HomeAssistant.", "domain": "", "downloads": 0, "etag_repository": "W/\"548b82076c02f68ddd9e18d87dac681ce5ca83d1b241ab698df28d0e3ab345a1\"", "full_name": "Neekster/MidnightTeal", "first_install": true, "installed_commit": null, "installed": false, "last_commit": null, "last_release_tag": "v1.7", "last_updated": 0, "name": "MidnightTeal", "new": false, "repository_manifest": {"name": "Midnight Teal", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 0, "topics": ["dark-theme", "hacs", "homeassistant", "theme"], "version_installed": null}, "413812496": {"authors": [], "category": "plugin", "description": "Highly customisable Lovelace card to display interactive graphs. Brings scrolling, zooming, and much more!", "domain": "", "downloads": 0, "etag_repository": "W/\"848e779811bd86cbb920a496c1079c5d2925a5a84cfb48da9bf773e755588910\"", "full_name": "dbuezas/lovelace-plotly-graph-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "2449036", "last_release_tag": "v1.1.4", "last_updated": "2022-01-23T19:12:44Z", "name": "lovelace-plotly-graph-card", "new": false, "repository_manifest": {"name": "Plotly Graph Card", "render_readme": true, "filename": "plotly-graph-card.js"}, "selected_tag": null, "show_beta": false, "stars": 24, "topics": ["graphs", "history", "lovelace-custom-card", "navigate", "plotly", "plotlyjs", "plots", "scroll", "zoom"], "version_installed": null, "last_fetched": 1643571256.335753}, "426814988": {"authors": ["@aneeshd"], "category": "integration", "description": "HA sensor that returns a string based on a defined schedule", "domain": "schedule_state", "downloads": 0, "etag_repository": "W/\"8026c591dc9fa1c2b1e446b564cf1e72c6e7e6270db318805d1912511220e05a\"", "full_name": "aneeshd/schedule_state", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "eda8a1c", "last_release_tag": null, "last_updated": "2022-01-30T15:17:53Z", "name": "schedule_state", "new": false, "repository_manifest": {"name": "Schedule State", "render_readme": true, "iot_class": "calculated"}, "selected_tag": null, "show_beta": false, "stars": 5, "topics": ["automation", "custom-component", "home-assistant", "homeassistant", "python", "scheduler", "timetable"], "version_installed": null, "last_fetched": 1643571221.300292}, "445609628": {"authors": ["@Soloam"], "category": "integration", "description": "PID Controller to Home Assistant", "domain": "pid_controller", "downloads": 0, "etag_repository": "W/\"55bdbc77c7176a8c3f40d63296e523673eb083ce7ac0ce02e68a7bad5b990e44\"", "full_name": "soloam/ha-pid-controller", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "8d51b88", "last_release_tag": "v1.0.0", "last_updated": "2022-01-24T16:38:20Z", "name": "pid_controller", "new": false, "repository_manifest": {"name": "PID Controller", "homeassistant": "2021.9", "render_readme": true, "domains": ["sensor"], "persistent_directory": "codes", "iot_class": "Assumed State"}, "selected_tag": null, "show_beta": false, "stars": 13, "topics": ["hacs", "homeassistant", "integration", "pid", "python", "thermostat"], "version_installed": null, "last_fetched": 1643571248.334392}, "443529332": {"authors": ["@ardevd"], "category": "integration", "description": "Home Assistant integration for the Bobcat Helium Miner", "domain": "bobcatminer", "downloads": 0, "etag_repository": "W/\"1d88d2d6a430d82cdc798e8bed721c15fcf6abf75f1c3e82a09aad8beea9e7e6\"", "full_name": "ardevd/ha-bobcatminer", "first_install": true, "installed_commit": null, "installed": false, "last_commit": null, "last_release_tag": "v0.5.0", "last_updated": 0, "name": "bobcatminer", "new": false, "repository_manifest": {"name": "Bobcat Miner Sensor for Home Assistant", "content_in_root": false, "render_readme": true, "iot_class": "cloud_polling"}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["bobcatminer", "cryptocurrency", "helium", "mining"], "version_installed": null}, "419786466": {"authors": ["@WillCodeForCats"], "category": "integration", "description": "A Home Assistant integration for SolarEdge inverters. Connects locally using Modbus/TCP to single or multiple inverters, including meters.", "domain": "solaredge_modbus", "downloads": 0, "etag_repository": "W/\"8a4678fac1168f8b1b715dd65d21f861859e8bae18808bad62d6a2509fc3b78a\"", "full_name": "WillCodeForCats/solaredge-modbus-multi", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "02f80f7", "last_release_tag": "v1.1.3", "last_updated": "2022-01-26T21:45:55Z", "name": "solaredge_modbus", "new": false, "repository_manifest": {"name": "Solaredge Modbus Multi-Inverter", "content_in_root": false, "domains": ["sensor"], "homeassistant": "2021.12.0", "render_readme": false}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": ["hacs-default", "hacs-integration", "home-automation", "homeassistant", "homeassistant-integration", "modbus-tcp", "solaredge", "solaredge-inverter"], "version_installed": null, "last_fetched": 1643571252.255399}, "432434646": {"authors": ["@guerrerotook"], "category": "integration", "description": "This repository contains the new securitas direct API that can be integrated in Home Assistant", "domain": "securitas", "downloads": 0, "etag_repository": "W/\"544c902802baec145a2fd7eac1b5b0a3dbd5dcaab2acd8af888c09b9aabc81ed\"", "full_name": "guerrerotook/securitas-direct-new-api", "first_install": true, "installed_commit": null, "installed": false, "last_commit": null, "last_release_tag": "v1.0.0.0", "last_updated": 0, "name": "securitas", "new": false, "repository_manifest": {"name": "Securitas Direct Alarm", "content_in_root": false, "domains": ["sensor", "alarm_control_panel"], "iot_class": "cloud_poll", "homeassistant": "2021.9.0"}, "selected_tag": null, "show_beta": false, "stars": 9, "topics": ["home-assistant", "home-automation", "homeassistant"], "version_installed": null}, "448355900": {"authors": [], "category": "theme", "description": "Inspired by the color schemes of Xayah & Rakan. Still work-in-progress, feedback is much appreciated!", "domain": "", "downloads": 0, "etag_repository": "W/\"462aba0990aa140bda64a747f536b3c50285b62d3dc920a08ff46e44f1c8e1e2\"", "full_name": "SnakeFist007/ha_vastayan_bond", "first_install": true, "installed_commit": null, "installed": false, "last_commit": null, "last_release_tag": "v1.3", "last_updated": 0, "name": "ha_vastayan_bond", "new": false, "repository_manifest": {"name": "Vastayan Bond", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["bond", "home-assistant", "rakan", "theme", "vastayan", "xayah"], "version_installed": null}, "449416816": {"authors": [], "category": "plugin", "description": "Home Assistant custom lovelace sonos card", "domain": "", "downloads": 0, "etag_repository": "W/\"77647989ab5bc80605afc13cb44a5c2c8d1d80405173794095afba7904946f59\"", "full_name": "johanfrick/custom-sonos-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": null, "last_release_tag": null, "last_updated": 0, "name": "custom-sonos-card", "new": false, "repository_manifest": {"name": "Sonos Card", "render_readme": true, "filename": "custom-sonos-card.js"}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["hacs", "home-assistant", "lovelace-custom-card", "media-player", "sonos"], "version_installed": null}, "452251255": {"authors": [], "category": "plugin", "description": "Control your browser from a Home Assistant lovelace card: full screen, disable screen lock, zoom...", "domain": "", "downloads": 0, "etag_repository": "W/\"6ad8b96a3dfed4e6ab41a430f721967cf5ebf8aff7deec3bf08ef8f60d67f46b\"", "full_name": "mathoudebine/homeassistant-browser-control-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": null, "last_release_tag": "v1.0", "last_updated": 0, "name": "homeassistant-browser-control-card", "new": false, "repository_manifest": {"name": "Browser Control Card", "content_in_root": true, "filename": "browser-control-card.js", "render_readme": "true"}, "selected_tag": null, "show_beta": false, "stars": 0, "topics": ["browser", "browser-control", "card", "custom-card", "fullscreen", "hacs", "home-assistant", "homeassistant", "lock", "lovelace", "refresh", "reload", "sleep", "wake-on-lan", "zoom"], "version_installed": null}, "449218690": {"authors": [], "category": "plugin", "description": "Thermal Comfort custom icons for Home Assistant to accompany the MDI icons", "domain": "", "downloads": 0, "etag_repository": "W/\"7bba4d65db8e7dfa34da3c6cd482998ebfa52c4687b13c297e5d4fbc9139acd0\"", "full_name": "rautesamtr/thermal_comfort_icons", "first_install": true, "installed_commit": null, "installed": false, "last_commit": null, "last_release_tag": "1.3.0", "last_updated": 0, "name": "thermal_comfort_icons", "new": false, "repository_manifest": {}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": ["absolute-humidity", "dew-point", "dew-point-perception", "frost-point", "frost-risk", "hacs", "heat-index", "home-assistant", "homeassistant", "icons", "iconset", "simmer-index", "simmer-zone", "thermal-perception"], "version_installed": null}, "442001863": {"authors": ["@amosyuen"], "category": "integration", "description": "Home Assistant TP-Link Deco Custom Component", "domain": "tplink_deco", "downloads": 0, "etag_repository": "W/\"f7d88dc86fa969e09e7bfc04b6afca0b1ae0b8ad9c7bcb647b5366e9cd3e6651\"", "full_name": "amosyuen/ha-tplink-deco", "first_install": true, "installed_commit": null, "installed": false, "last_commit": null, "last_release_tag": "v0.0.2", "last_updated": 0, "name": "tplink_deco", "new": false, "repository_manifest": {"name": "TP-Link Deco", "hacs": "1.6.0", "domains": ["device_tracker"], "iot_class": "Local Polling", "homeassistant": "0.118.0", "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 11, "topics": ["hacs-integration", "home-assistant-custom", "home-automation", "homeassistant", "python", "router", "tp-link"], "version_installed": null}, "380330823": {"authors": ["@augustas2"], "category": "integration", "description": "Home Assistant custom component for Eldes Alarm system", "domain": "eldes_alarm", "downloads": 0, "etag_repository": "W/\"c78b87f44b1613a3f8ba3800d8010ebbb9b83925eec3ceb4dac64cf748d1069e\"", "full_name": "augustas2/eldes", "first_install": true, "installed_commit": null, "installed": false, "last_commit": null, "last_release_tag": "v1.0.0", "last_updated": 0, "name": "eldes_alarm", "new": false, "repository_manifest": {"name": "Eldes Alarm", "domains": ["alarm_control_panel", "binary_sensor", "sensor", "switch"], "render_readme": true}, "selected_tag": null, "show_beta": false, "stars": 0, "topics": ["alarm", "alarm-panel", "alarm-system", "eldes", "esim364", "esim384", "output", "pitbull-alarm-pro", "sensor", "switch"], "version_installed": null}, "450192057": {"authors": ["@clusterm"], "category": "integration", "description": "Redmond SkyKettle integration for Home Assistant", "domain": "skykettle", "downloads": 0, "etag_repository": "W/\"ab91f0ef59f23ba187df2caecdb04f97c462f3c8df67c261d1a1608c50123a5b\"", "full_name": "ClusterM/skykettle-ha", "first_install": true, "installed_commit": null, "installed": false, "last_commit": null, "last_release_tag": "v1.0", "last_updated": 0, "name": "skykettle", "new": false, "repository_manifest": {"name": "SkyKettle", "homeassistant": "2021.12.3", "render_readme": true, "country": ["RU"]}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": ["kettle", "redmond", "skykettle"], "version_installed": null}, "447307317": {"authors": ["@bruxy70"], "category": "integration", "description": "\ud83d\udcc5 Custom Home Assistant integration for public holidays - also used for garbage_collection integration to automatically move scheduled events that fall on a public holiday (by an automation blueprint)", "domain": "holidays", "downloads": 0, "etag_repository": "W/\"d65974e886a425b9b97a53cbd0bc189b54842bbfa1d4331f045dfbb92b2f5f85\"", "full_name": "bruxy70/Holidays", "first_install": true, "installed_commit": null, "installed": false, "last_commit": null, "last_release_tag": "1.4", "last_updated": 0, "name": "holidays", "new": false, "repository_manifest": {"name": "Holidays", "zip_release": true, "filename": "holidays.zip", "domains": ["calendar"], "homeassistant": "0.110.0"}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["calendar", "country-holidays", "garbage-collection", "hacs", "holidays", "home-assistant", "homeassistant", "public-holidays"], "version_installed": null}, "441294260": {"authors": ["@c-st"], "category": "integration", "description": "\ud83e\udd16 A custom component for Home Assistant which automates your areas.", "domain": "auto_areas", "downloads": 0, "etag_repository": "W/\"0301c0b8b846299c23db5e307267d98ff9c49901b67621490ee633092780b664\"", "full_name": "c-st/auto_areas", "first_install": true, "installed_commit": null, "installed": false, "last_commit": null, "last_release_tag": "v1.0.0", "last_updated": 0, "name": "auto_areas", "new": false, "repository_manifest": {"name": "Auto Areas", "render_readme": true, "iot_class": "local_push"}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["custom-component", "home-assistant", "home-assistant-custom", "home-automation"], "version_installed": null}, "431901513": {"authors": [], "category": "plugin", "description": "This card wraps any other cards and renders a fluid background behind them.", "domain": "", "downloads": 0, "etag_repository": "W/\"b86f7faa92fe976145e543a50644bc0ea773262f046dcef694c8b364683c3613\"", "full_name": "swingerman/lovelace-fluid-level-background-card", "first_install": true, "installed_commit": null, "installed": false, "last_commit": null, "last_release_tag": "v0.0.1-beta5", "last_updated": 0, "name": "lovelace-fluid-level-background-card", "new": false, "repository_manifest": {"name": "Fluid LEvel Background Card", "render_readme": true, "filename": "fluid-level-background-card.js"}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["custom-card", "home-assistant", "lovelace-card"], "version_installed": null}, "440617082": {"authors": ["@elahd"], "category": "integration", "description": "Home Assistant integration for NYC trash collection, school, and alternate side parking schedules.", "domain": "nyc311", "downloads": 0, "etag_repository": "W/\"3fe382a1e37ecee0be582d7cee45bebbcdab81c41789817ef79a53c79af69e76\"", "full_name": "elahd/ha-nyc311", "first_install": true, "installed_commit": null, "installed": false, "last_commit": null, "last_release_tag": "2022.1", "last_updated": 0, "name": "nyc311", "new": false, "repository_manifest": {"name": "NYC 311 Public Services Calendar", "content_in_root": false, "render_readme": true, "domains": ["sensor", "binary_sensor"], "country": ["US"]}, "selected_tag": null, "show_beta": false, "stars": 0, "topics": ["community", "government-data", "home-assistant", "home-automation", "integration", "nyc", "nyc-opendata"], "version_installed": null}, "267583249": {"authors": ["@hultenvp"], "category": "integration", "description": "Home Assistant Omnik Solar sensor component", "domain": "omnik", "downloads": 0, "etag_repository": "W/\"432e52cf63422c2f9408c91f2724b346a992ef309f6152ba3011339152ba8fc5\"", "full_name": "hultenvp/home_assistant_omnik_solar", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "0ecf4a8", "last_release_tag": "v0.1.0", "last_updated": "2022-01-29T20:42:45Z", "name": "omnik", "new": false, "repository_manifest": {"name": "Omnik Solar integration", "content_in_root": false, "render_readme": false, "homeassistant": "2021.9", "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["hacs", "home-assistant", "home-assistant-component", "homeassistant", "omnik", "solar"], "version_installed": null, "last_fetched": 1643571233.295326}, "447878635": {"authors": ["@IATkachenko"], "category": "integration", "description": "Yandex weather intergration for Home Assistant", "domain": "yandex_weather", "downloads": 0, "etag_repository": "W/\"297608a8fb35e4065aa2af16e898b5e0020900bb98eba8a570dca143a715d9e8\"", "full_name": "IATkachenko/HA-YandexWeather", "first_install": true, "installed_commit": null, "installed": false, "last_commit": null, "last_release_tag": "v0.5.1", "last_updated": 0, "name": "yandex_weather", "new": false, "repository_manifest": {"name": "Yandex weather", "country": ["RU"], "render_readme": false, "domains": ["yandex_weather"], "zip_release": true, "filename": "yandex_weather.zip", "homeassistant": "2021.12.0"}, "selected_tag": null, "show_beta": false, "stars": 7, "topics": ["homeassistant-integration", "python", "weather", "yandex-weather"], "version_installed": null}, "451209586": {"authors": ["@J-Lindvig"], "category": "integration", "description": "\ud83c\udde9\ud83c\uddf0 Official flagdays in Denmark with a lot of useful logic and attributes. It is possible to add your own anniversaries \ud83c\udf82 or special flags \ud83c\udff3\ufe0f\u200d\ud83c\udf08 \ud83c\udff4\u200d\u2620\ufe0f", "domain": "flagdays_dk", "downloads": 0, "etag_repository": "W/\"2bf80327ca310d1e5da67bc8936a55e2fa31955d9fed0ebca3fffcbd152dd7bf\"", "full_name": "J-Lindvig/Flagdays_DK", "first_install": true, "installed_commit": null, "installed": false, "last_commit": null, "last_release_tag": "v1.5.4", "last_updated": 0, "name": "flagdays_dk", "new": false, "repository_manifest": {"name": "Flagdays DK", "country": ["DK"], "render_readme": true, "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["anniversaries", "denmark", "flagdays", "hacs", "hacs-default", "hacs-integration", "homeassistant", "pride"], "version_installed": null}, "448980525": {"authors": ["@mdeweerd"], "category": "integration", "description": "\ud83e\uddf0 Zigbee Home Assistant Toolkit - service for \"rare\" Zigbee operations using ZHA on Home Assistant", "domain": "zha_toolkit", "downloads": 0, "etag_repository": "W/\"1062d982e32f802e5736410f08b7e226cdf3e659f910e53ae1bc38d8c4a0a8f4\"", "full_name": "mdeweerd/zha-toolkit", "first_install": true, "installed_commit": null, "installed": false, "last_commit": null, "last_release_tag": "v0.5.8", "last_updated": 0, "name": "zha_toolkit", "new": false, "repository_manifest": {"name": "\ud83e\uddf0 ZHA Toolkit - Service for advanced Zigbee Usage", "content_in_root": false, "zip_release": true, "render_readme": true, "domains": ["zha"], "persistent_directory": "local", "homeassistant": "2021.1"}, "selected_tag": null, "show_beta": false, "stars": 3, "topics": ["home-assistant", "home-assistant-component", "home-assistant-hacs", "zha", "zigbee", "zigpy"], "version_installed": null}, "446609758": {"authors": ["@MesserschmittX"], "category": "integration", "description": "Home Assistant integration for Nicehash Excavator miner API", "domain": "nicehash_excavator", "downloads": 0, "etag_repository": "W/\"3c731aa3ad39d39ebd91685ce8fbd70dbc4274082d1f7128eef5fedb663409f4\"", "full_name": "MesserschmittX/ha-nicehash-excavator-monitor", "first_install": true, "installed_commit": null, "installed": false, "last_commit": null, "last_release_tag": "v0.0.3", "last_updated": 0, "name": "nicehash_excavator", "new": false, "repository_manifest": {"name": "Nicehash Excavator API", "domains": ["sensor"], "render_readme": true, "homeassistant": "2021.12.1"}, "selected_tag": null, "show_beta": false, "stars": 0, "topics": ["excavator", "mining", "nicehash"], "version_installed": null}, "319401286": {"authors": ["@peribeir"], "category": "integration", "description": "This custom integration provides access to Rademacher Devices connected to a HomePilot (or Start2Smart) bridge.", "domain": "rademacher", "downloads": 0, "etag_repository": "W/\"b217aa9f1590d96a26f8ad6f24756dfd0b21d18d3059d9e7d7dc71c55b0e1bc0\"", "full_name": "peribeir/homeassistant-rademacher", "first_install": true, "installed_commit": null, "installed": false, "last_commit": null, "last_release_tag": "v1.3.6", "last_updated": 0, "name": "rademacher", "new": false, "repository_manifest": {"name": "Rademacher HomePilot Bridge", "domains": ["cover", "button", "switch", "sensor", "binary_sensor"], "zip_release": true, "filename": "rademacher.zip", "content_in_root": false, "country": ["PT"], "homeassistant": "2021.12.8"}, "selected_tag": null, "show_beta": false, "stars": 8, "topics": ["home-assistant", "home-automation", "homeassistant", "homepilot", "iot", "rademacher"], "version_installed": null}, "269113518": {"authors": ["@plamish"], "category": "integration", "description": "Eaton xComfort SHC integration for Home Assistant", "domain": "xcomfort", "downloads": 0, "etag_repository": "W/\"64e8c637fbc8055e4e1380c426f9eb6ed1aace4a1b84cb732ba74132a7e5be53\"", "full_name": "plamish/xcomfort", "first_install": true, "installed_commit": null, "installed": false, "last_commit": null, "last_release_tag": "1.3.2", "last_updated": 0, "name": "xcomfort", "new": false, "repository_manifest": {"name": "xcomfort", "content_in_root": false, "iot_class": "cloud_polling"}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["eaton", "hacs", "homeassistant", "homeassistant-integration", "xcomfort"], "version_installed": null}, "323923603": {"authors": ["@petretiandrea"], "category": "integration", "description": "A custom integration to control Tapo devices from home assistant.", "domain": "tapo", "downloads": 0, "etag_repository": "W/\"1302cae324e30900ff98ce10af0e211735eaeafed4d8aa67aadcc13e580c72db\"", "full_name": "petretiandrea/home-assistant-tapo-p100", "first_install": true, "installed_commit": null, "installed": false, "last_commit": null, "last_release_tag": "v1.2.4", "last_updated": 0, "name": "tapo", "new": false, "repository_manifest": {"name": "Tapo Controller", "hacs": "1.6.0", "domains": ["tapo", "switch", "light"], "iot_class": "Local Polling", "render_readme": true, "homeassistant": "2021.9.0"}, "selected_tag": null, "show_beta": false, "stars": 58, "topics": ["home-assistant", "home-automation", "integration", "p100", "smart-plug", "tapo", "tapo-device", "tapo-light-bulb"], "version_installed": null}, "427902632": {"authors": ["@StephanJoubert"], "category": "integration", "description": "Home Assistant component for Solarman collectors used in DEYE and Sunsynk inverters.", "domain": "solarman", "downloads": 0, "etag_repository": "W/\"399240711b75a1c465dbc92a18eb24d38d1541ba94692b423eedf300220cab1d\"", "full_name": "StephanJoubert/home_assistant_solarman", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "442b19c", "last_release_tag": "v1.0.1", "last_updated": "2022-01-30T10:26:54Z", "name": "solarman", "new": false, "repository_manifest": {"name": "Solarman Integration", "content_in_root": false, "render_readme": false, "domains": ["sensor"]}, "selected_tag": null, "show_beta": false, "stars": 6, "topics": ["deye", "energy", "home-assistant", "home-automation", "homeassistant", "inverter", "sol-ark", "solar", "solarman", "sunsynk"], "version_installed": null, "last_fetched": 1643571248.88374}, "442181774": {"authors": ["@tadasdanielius"], "category": "integration", "description": "Daikin Altherma custom component for home assistant", "domain": "daikin_altherma", "downloads": 0, "etag_repository": "W/\"ef72ebc7cad7b41c1be79100663154a660ce57d200c9f94fd16319588e47b840\"", "full_name": "tadasdanielius/daikin_altherma", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "f62a845", "last_release_tag": "v1.1.2", "last_updated": "2022-01-20T21:04:53Z", "name": "daikin_altherma", "new": false, "repository_manifest": {"name": "Daikin Altherma", "domains": ["number", "select", "sensor", "switch", "water_heater"], "render_readme": true, "iot_class": ["Local Polling"]}, "selected_tag": null, "show_beta": false, "stars": 4, "topics": ["altherma", "brp069a61", "brp069a62", "daikin", "daikin-altherma", "home-assistant", "home-automation", "homeassistant", "homeassistant-custom-component", "homeassistant-integration"], "version_installed": null, "last_fetched": 1643571249.458335}, "448604854": {"authors": ["@tombrien"], "category": "integration", "description": "A Home Assistant integration to provide sensors for waste collections in Cardiff, UK", "domain": "cardiffwaste", "downloads": 0, "etag_repository": "W/\"fd9ba4e282f8d78b23f66b3bf2fa1c6f3eec0fee8fa286201e9c9c73b572701d\"", "full_name": "TomBrien/cardiffwaste-ha", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "1ece956", "last_release_tag": "0.2.0", "last_updated": "2022-01-30T18:50:26Z", "name": "cardiffwaste", "new": false, "repository_manifest": {"name": "Cardiff Waste", "domains": ["sensor"], "homeassistant": "2021.11.0", "render_readme": true, "country": ["GB"]}, "selected_tag": null, "show_beta": false, "stars": 1, "topics": ["cardiff", "home-assistant", "integration", "python", "waste-collection"], "version_installed": null, "last_fetched": 1643571250.890119}, "389366750": {"authors": ["@tykeal"], "category": "integration", "description": "Rental Control system for Home Assistant", "domain": "rental_control", "downloads": 0, "etag_repository": "W/\"ac3b34e8dcbfb93d28a9cc6921e95b2593cfdc47d5a8a60a8ca2481a725a7a10\"", "full_name": "tykeal/homeassistant-rental-control", "first_install": true, "installed_commit": null, "installed": false, "last_commit": null, "last_release_tag": "v0.5.1", "last_updated": 0, "name": "rental_control", "new": false, "repository_manifest": {"name": "Rental Control", "hacs": "1.13.2", "domains": ["sensor"], "iot_class": "Cloud Polling", "homeassistant": "2021.7.0"}, "selected_tag": null, "show_beta": false, "stars": 2, "topics": ["airbnb", "hacs", "home-assistant", "ical", "locks", "sensor"], "version_installed": null}, "413798425": {"authors": ["@stokkie90"], "category": "integration", "description": "UI-Lovelace-Minimalist is a \"theme\" for HomeAssistant", "domain": "ui_lovelace_minimalist", "downloads": 0, "etag_repository": "W/\"75b65e792af6b65f77f0e5b4b5856db99239814d1ef90ba95c9cd565f0d356da\"", "full_name": "UI-Lovelace-Minimalist/UI", "first_install": true, "installed_commit": null, "installed": false, "last_commit": "e4351c9", "last_release_tag": "v0.0.4", "last_updated": "2022-01-30T14:43:39Z", "name": "ui_lovelace_minimalist", "new": false, "repository_manifest": {"name": "UI Lovelace Minimalist", "render_readme": true, "homeassistant": "2021.5.0", "zip_release": true, "filename": "ui_lovelace_minimalist.zip"}, "selected_tag": null, "show_beta": false, "stars": 288, "topics": ["home-assistant"], "version_installed": null, "last_fetched": 1643571251.710829}} \ No newline at end of file