Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/muhlba91/homelab-esphome-firmware
Homelab: ESPHome firmware configurations
https://github.com/muhlba91/homelab-esphome-firmware
esphome esphome-config homelab
Last synced: about 1 month ago
JSON representation
Homelab: ESPHome firmware configurations
- Host: GitHub
- URL: https://github.com/muhlba91/homelab-esphome-firmware
- Owner: muhlba91
- License: gpl-3.0
- Created: 2023-06-05T15:21:29.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-26T11:16:15.000Z (about 1 month ago)
- Last Synced: 2024-11-26T12:25:07.093Z (about 1 month ago)
- Topics: esphome, esphome-config, homelab
- Language: Shell
- Homepage:
- Size: 67.4 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Homelab: ESPHome - Firmware
[![Build status](https://img.shields.io/github/actions/workflow/status/muhlba91/homelab-esphome-firmware/build.yml?style=for-the-badge)](https://github.com/muhlba91/homelab-esphome-firmware/actions/workflows/build.yml)
[![License](https://img.shields.io/github/license/muhlba91/homelab-esphome-firmware?style=for-the-badge)](LICENSE.md)
[![](https://api.scorecard.dev/projects/github.com/muhlba91/homelab-esphome-firmware/badge?style=for-the-badge)](https://scorecard.dev/viewer/?uri=github.com/muhlba91/homelab-esphome-firmware)This repository contains the firmware configuration and build for [ESPHome](http://esphome.io) devices.
---
## Configurations
### Template
The template is stored in a file `template.yml` in the corresponding directory, and needs to be copied to the correct configration file.
### Secrets
Secrets are stored in a file `secrets.yaml` in the corresponding directory, and encrypted using [sops](https://github.com/mozilla/sops).
### Layout
- [`config/shelly/plug`](config/shelly/plug/): Shelly plugs
---
## Continuous Integration and Automations
- [GitHub Actions](https://docs.github.com/en/actions) are verifying all configurations.
- [Renovate Bot](https://github.com/renovatebot/renovate) is updating the GitHub Actions.