{"id":20502260,"url":"https://github.com/buzzer13/esphome-components","last_synced_at":"2025-04-13T20:08:31.771Z","repository":{"id":177833940,"uuid":"652810548","full_name":"buzzer13/esphome-components","owner":"buzzer13","description":"Custom ESPHome components repository","archived":false,"fork":false,"pushed_at":"2024-01-26T02:39:14.000Z","size":21,"stargazers_count":5,"open_issues_count":0,"forks_count":10,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-13T20:08:27.290Z","etag":null,"topics":["esphome","esphome-component"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/buzzer13.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}},"created_at":"2023-06-12T21:01:56.000Z","updated_at":"2024-11-04T03:07:33.000Z","dependencies_parsed_at":null,"dependency_job_id":"c4487434-bbd2-47ba-9c40-70f023fd80e2","html_url":"https://github.com/buzzer13/esphome-components","commit_stats":null,"previous_names":["buzzer13/esphome-components"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buzzer13%2Fesphome-components","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buzzer13%2Fesphome-components/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buzzer13%2Fesphome-components/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buzzer13%2Fesphome-components/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/buzzer13","download_url":"https://codeload.github.com/buzzer13/esphome-components/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248774987,"owners_count":21159534,"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":["esphome","esphome-component"],"created_at":"2024-11-15T19:20:48.696Z","updated_at":"2025-04-13T20:08:31.732Z","avatar_url":"https://github.com/buzzer13.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ESPHome custom components\n\nThis repository contains a collection of my custom components for [ESPHome](https://github.com/esphome/esphome).\n\n## Usage\n\nAdd this to your `.yaml` file:\n\n```yaml\nexternal_components:\n  - source: github://buzzer13/esphome-components@main\n```\n\n## Components\n\n### `tm1650`\n\n7-segment LED display driver component.\n\nBased on the [TM1637 ESPHome component](https://github.com/esphome/esphome/tree/dev/esphome/components/tm1637) and [analysis of 303WIFILC01 clock](https://github.com/maarten-pennings/303WIFILC01).\n\n#### Example\n\nCheck out [`example_tm1650.yaml`](example_tm1650.yaml) or code below:\n\n```yaml\nexternal_components:\n  - source: github://buzzer13/esphome-components@main\n    components:\n      - tm1650\n\ntime:\n  - platform: homeassistant\n    id: tm_hass\n\ni2c:\n  - id: i2c_main\n    sda: 13\n    scl: 12\n    scan: true\n\ndisplay:\n  - platform: tm1650\n    id: disp_tm1650\n    # i2c_id: i2c_main\n    # intensity: 1\n    # length: 4\n    # mode: 0\n    # power: true\n    # segment_map: PABCDEFG\n    update_interval: 500ms\n    lambda: |-\n      static int dot = 0;\n\n      if (++dot \u0026 1) {\n        it.strftime(\"%H.%M\", id(tm_hass).now());\n      } else {\n        it.strftime(\"%H%M\", id(tm_hass).now());\n      }\n```\n\n#### Configuration for 303WIFILC01 clock\n\nThere are two sample configurations for the clock in this repository:\n\n- [Minimal config](config_303wifilc01_minimal.yaml). Configures basic time sync, status led and display.\n- [Full config](config_303wifilc01_full.yaml). Includes everything from minimal config plus:\n  - Handles **Set/Up/Down** push buttons (mapped to the display brightness control by default).\n  - Automatically turns off display at night and startup from 12 AM till 8 AM.\n  - Displays multiple text strings pulled from Home Assistant API.\n  - Exposes following configuration switches to the Home Assistant:\n    - Display brightness (current, day and night).\n    - Time and text display timeouts in seconds.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbuzzer13%2Fesphome-components","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbuzzer13%2Fesphome-components","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbuzzer13%2Fesphome-components/lists"}