https://github.com/swoboda1337/components-esphome
Collection of my ESPHome components that don't have a separate repository.
https://github.com/swoboda1337/components-esphome
Last synced: 3 months ago
JSON representation
Collection of my ESPHome components that don't have a separate repository.
- Host: GitHub
- URL: https://github.com/swoboda1337/components-esphome
- Owner: swoboda1337
- License: other
- Created: 2025-01-17T23:19:44.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-03-01T15:31:40.000Z (3 months ago)
- Last Synced: 2025-03-01T16:27:37.353Z (3 months ago)
- Language: C++
- Homepage:
- Size: 62.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Collection of my ESPHome components
Use [external components](https://esphome.io/components/external_components.html), example:
```yaml
external_components:
- source: github://swoboda1337/components-esphome@main
components: [ system_status ]
```