{"id":26245551,"url":"https://github.com/virtuald/govee-ble-plugs","last_synced_at":"2025-07-18T14:37:37.793Z","repository":{"id":269228791,"uuid":"906787467","full_name":"virtuald/govee-ble-plugs","owner":"virtuald","description":"Control your Govee Smart Plugs via BLE directly from HomeAssistant","archived":false,"fork":false,"pushed_at":"2025-04-17T04:42:32.000Z","size":29,"stargazers_count":3,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-03T14:55:30.681Z","etag":null,"topics":["govee","hacs","homeassistant-integration","smart-plugs"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/virtuald.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-12-21T22:43:44.000Z","updated_at":"2025-05-28T13:24:52.000Z","dependencies_parsed_at":"2024-12-21T23:24:43.341Z","dependency_job_id":"4610bddb-f9bc-4038-bc15-c2be95b8198c","html_url":"https://github.com/virtuald/govee-ble-plugs","commit_stats":null,"previous_names":["virtuald/govee-ble-plugs"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/virtuald/govee-ble-plugs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/virtuald%2Fgovee-ble-plugs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/virtuald%2Fgovee-ble-plugs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/virtuald%2Fgovee-ble-plugs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/virtuald%2Fgovee-ble-plugs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/virtuald","download_url":"https://codeload.github.com/virtuald/govee-ble-plugs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/virtuald%2Fgovee-ble-plugs/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265780726,"owners_count":23827324,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["govee","hacs","homeassistant-integration","smart-plugs"],"created_at":"2025-03-13T12:36:46.523Z","updated_at":"2025-07-18T14:37:37.785Z","avatar_url":"https://github.com/virtuald.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Govee BLE Smart Plug Integration for HomeAssistant\n\n![Govee Logo](assets/govee-logo.png)\n\nControl your Govee Smart Plugs via BLE directly from HomeAssistant!\n\n## Features\n\n- 🚀 **Direct BLE Control**: No need for middlewares or bridges. Connect and control your Govee devices directly through Bluetooth Low Energy.\n\nSupported devices:\n\n* H5080 Smart Plug\n* H5082 Dual Smart Plug\n\n## Configuration\n\n### What is needed\n\nFor Direct BLE Control:\n- Before you begin, make certain HomeAssistant can access BLE on your platform. Ensure your HomeAssistant instance is granted permissions to utilize the Bluetooth Low Energy of your host machine.\n\n## Usage\n\nWith the integration setup, your Govee devices will appear as entities within HomeAssistant. All you need to do is select your device model when adding it.\n\n## Installation\n\n* The installation is done inside [HACS](https://hacs.xyz/) (Home Assistant Community Store). If you don't have HACS, you must install it before adding this integration. [Installation instructions here.](https://hacs.xyz/docs/setup/download)\n* At the present moment this integration has not been published to HACS, but you can still install it as a custom integration. See https://www.hacs.xyz/docs/faq/custom_repositories/ for details\n\n## Troubleshooting for BLE\n\nIf you're facing issues with the integration, consider the following steps:\n\n1. **Check BLE Connection**: \n   \n   Ensure that the Govee device is within the Bluetooth range of your HomeAssistant host machine.\n\n2. **Model Check**:\n\n   Check that you are using a supported device\n\n3. **Logs**:\n\n   HomeAssistant logs can provide insights into any issues. Navigate to `Configuration \u003e Logs` to review any error messages related to the Govee integration.\n\n---\n\n## Support \u0026 Contribution\n\n- **Found an Issue?**\n\n   Raise it in the [Issues section](https://github.com/virtuald/govee_ble_plugs/issues) of this repository.\n\n- **Device support**:\n\n   I do not plan to add support for devices that I do not own, but I'm happy to accept support for new devices.\n\n- **Contributions**:\n\n   I am happy to accept contributions to improve this integration or add new local-only devices. I will not accept cloud-based integrations.\n\n\nCredit\n------\n\nH5080 support would not have been possible without the scripts from https://github.com/egold555/Govee-Reverse-Engineering (and if you want to add support for more devices then this is a good place to start!).\n\nThis integration was inspired by https://github.com/Beshelmek/govee_ble_lights/ and I started writing this based on its code, but I eventually just copied a bunch of code from the [keymitt_ble integration](https://github.com/home-assistant/core/tree/dev/homeassistant/components/keymitt_ble) since it was much closer to what actually needed to be accomplished.\n\nThis integration is available under the Apache 2.0 license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvirtuald%2Fgovee-ble-plugs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvirtuald%2Fgovee-ble-plugs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvirtuald%2Fgovee-ble-plugs/lists"}