{"id":26654837,"url":"https://github.com/v1ack/lelight-esphome","last_synced_at":"2026-04-13T11:02:04.496Z","repository":{"id":284038885,"uuid":"953543621","full_name":"v1ack/lelight-esphome","owner":"v1ack","description":"Custom esphome integration for lelight","archived":false,"fork":false,"pushed_at":"2025-03-31T19:59:57.000Z","size":6,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-31T20:37:52.734Z","etag":null,"topics":["ble","esp32","esphome-component","home-assistant","home-automation","iot"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/v1ack.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2025-03-23T15:59:44.000Z","updated_at":"2025-03-31T20:00:01.000Z","dependencies_parsed_at":null,"dependency_job_id":"6caf32d2-93b3-426f-9516-d2c9f27355e5","html_url":"https://github.com/v1ack/lelight-esphome","commit_stats":null,"previous_names":["v1ack/lelight-esphome"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/v1ack/lelight-esphome","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/v1ack%2Flelight-esphome","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/v1ack%2Flelight-esphome/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/v1ack%2Flelight-esphome/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/v1ack%2Flelight-esphome/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/v1ack","download_url":"https://codeload.github.com/v1ack/lelight-esphome/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/v1ack%2Flelight-esphome/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31749763,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T09:16:15.125Z","status":"ssl_error","status_checked_at":"2026-04-13T09:16:05.023Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["ble","esp32","esphome-component","home-assistant","home-automation","iot"],"created_at":"2025-03-25T05:44:37.204Z","updated_at":"2026-04-13T11:02:04.488Z","avatar_url":"https://github.com/v1ack.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LeLight esphome integration\n\nAdaptation of [Home Assistant LeLight integration](https://github.com/v1ack/lelight)\n\n\u003e ❗️ You need to get lamp ID from app [like this](https://github.com/v1ack/lelight#configuration)\n\n## Installation in esphome\n\n```yaml\n# esphome config\nesp32:\n  board: esp32dev\n  framework:\n    type: esp-idf # Recommended for BLE instead of arduino\n\nesphome:\n  name: esp # Use short name. Long names may cause problems with BLE\n\n# Load integration\nexternal_components:\n  - source: github://v1ack/lelight-esphome\n    components: [ ble_lelight ]\n\n# Add a light output\nlight:\n  - platform: ble_lelight # Use the lelight integration\n    name: \"My light\" # Name of the light in Home Assistant\n    id: light_lamp # ID of the light in esphome\n    lamp_mac: \"01234567\" # ID of the lamp in the app\n    interval: 250ms # How long to send each command, may be increased if something is not working\n    tx_power: 9dBm # Optional, default is 9dBm (max), may be decreased to save battery\n```\n\n## Recommendations\n\n- Use `esp-idf` because it's more stable with BLE\n- Use only one light per ESP32, however, it can be used with multiple lights but not at the same time\n- Works only with ESP32 with Bluetooth support\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fv1ack%2Flelight-esphome","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fv1ack%2Flelight-esphome","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fv1ack%2Flelight-esphome/lists"}