The config files for my esphome devices
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Jonathan Hodgson e60b96d6e5 refactor 3 月之前
build/bedroom-atom-echo/media refactor 3 月之前
common refactor 3 月之前
devices refactor 3 月之前
.gitattributes Adds initial config files 3 年之前
.gitignore Adds initial config files 3 年之前
README.md Fix readme 3 年之前
bathroom-lightswitch.yaml refactor 3 月之前
bedroom-atom-echo.yaml refactor 3 月之前
bedroom-bluetooth.yaml refactor 3 月之前
bedroom-lamp.yaml refactor 3 月之前
bedroom-lightswitch.yaml refactor 3 月之前
cloakroom-lightswitch.yaml refactor 3 月之前
ensuite-lightswitch.yaml refactor 3 月之前
green-wax-melt.yaml refactor 3 月之前
grey-wax-melt.yaml refactor 3 月之前
hall-by-front-door.yaml refactor 3 月之前
heated-blanket.yaml refactor 3 月之前
heating-downstairs.yaml refactor 3 月之前
heating-upstairs.bac refactor 3 月之前
heating-upstairs.yaml refactor 3 月之前
kitchen.yaml refactor 3 月之前
landing-lightswitch.yaml refactor 3 月之前
lounge-by-garden.yaml refactor 3 月之前
lounge-by-hall.yaml refactor 3 月之前
lounge-lamp.yaml refactor 3 月之前
lounge-light-1.yaml refactor 3 月之前
lounge-light-2.yaml refactor 3 月之前
man-cave-desk.yaml refactor 3 月之前
man-cave-lightswitch.yaml refactor 3 月之前
office-atom-echo.yaml refactor 3 月之前
spare-room-lamp.yaml refactor 3 月之前
spare-room-lightswitch.yaml refactor 3 月之前
tv-switch.yaml refactor 3 月之前

README.md

My ESPHome Config

ESPHome is a project for controlling ESP8266 and other similar chips. These are commonly used in Chinese smart devices.

This firmware works very well with Home Assistant which is why I use it.

Smart Bulbs

I currently use the BlitzWolf_BW LT21 bulbs. The ones I bought all came with an old version of the Tuya firmware which allowed me to use Tuya Convert to flash them without the need to take them apart.

Wall Switches

I currently use the Sonoff T1 switches with varying numbers of buttons.

In order to differentiate between single, double and hold clicks, I don't publish the internal binary sensor state (on of off). Instead I create a text sensor that can have the states of "single", "double", "hold" or "" (empty string).

In order to use this as a home assistant trigger, I do set Trigger Type to state, then the entity is the name of the text sensor.

I leave from and for blank, and set to to single, double, or hold.

Power Switches