Skip to content

scsole/esphome-devices

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ESPHome Configs

My personal configs for ESPHome devices.

Quick Start

Under an existing ESPHome installation

  1. Clone this repo and use it as the ESPHome config folder: e.g., git clone https://github.com/scsole/esphome-devices.git esphome && cd esphome
  2. Create a valid secrets file: cp secrets.yaml.example secrets.yaml
  3. Start building configs

Manual ESPHome Installation

Install uv if you haven't already done so.

  1. Clone this repo
  2. Create a valid secrets file
  3. Create a virtual environment
  4. Activate the virtual environment
  5. Install the esphome requirements
  6. Start building configs
git clone https://github.com/scsole/esphome-devices.git
cd esphome-devices
cp secrets.yaml.example secrets.yaml
uv venv
source .venv/bin/activate # .venv\Scripts\activate under Windows
uv pip install wheel # only needed under Windows and macOS
uv pip install esphome
esphome dashboard ./

About

My personal ESPHome configs

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages