Thanks to visit codestin.com
Credit goes to github.com

Skip to content

jsf9k/esphome-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ESPHome Project

This repository contains the ESPHome configurations for my home.

Structure

  • devices/ → one YAML per device
  • packages/ → reusable config (WiFi, logging, base setup, etc.)
  • custom_components/ → optional ESPHome custom components
  • secrets.yamlnot checked in, contains credentials
  • secrets.yaml.example → template for secrets

Usage

  1. Clone this repo
  2. cd into the repo
  3. Copy secrets.yaml.examplesecrets.yaml and fill in your WiFi and API secrets
  4. Create a Python virtual environment:
    pipenv install
  5. Activate the Python virtual environment:
    pipenv shell
  6. Flash a device:
    esphome run devices/skylight.yaml

About

ESPHome configuration for my house

Resources

License

Stars

Watchers

Forks

Packages

No packages published