The config files for my esphome devices
Find a file
Jonathan Hodgson e60b96d6e5 refactor
2024-01-28 15:46:30 +00:00
build/bedroom-atom-echo/media refactor 2024-01-28 15:46:30 +00:00
common refactor 2024-01-28 15:46:30 +00:00
devices refactor 2024-01-28 15:46:30 +00:00
.gitattributes Adds initial config files 2021-01-31 13:28:24 +00:00
.gitignore Adds initial config files 2021-01-31 13:28:24 +00:00
bathroom-lightswitch.yaml refactor 2024-01-28 15:46:30 +00:00
bedroom-atom-echo.yaml refactor 2024-01-28 15:46:30 +00:00
bedroom-bluetooth.yaml refactor 2024-01-28 15:46:30 +00:00
bedroom-lamp.yaml refactor 2024-01-28 15:46:30 +00:00
bedroom-lightswitch.yaml refactor 2024-01-28 15:46:30 +00:00
cloakroom-lightswitch.yaml refactor 2024-01-28 15:46:30 +00:00
ensuite-lightswitch.yaml refactor 2024-01-28 15:46:30 +00:00
green-wax-melt.yaml refactor 2024-01-28 15:46:30 +00:00
grey-wax-melt.yaml refactor 2024-01-28 15:46:30 +00:00
hall-by-front-door.yaml refactor 2024-01-28 15:46:30 +00:00
heated-blanket.yaml refactor 2024-01-28 15:46:30 +00:00
heating-downstairs.yaml refactor 2024-01-28 15:46:30 +00:00
heating-upstairs.bac refactor 2024-01-28 15:46:30 +00:00
heating-upstairs.yaml refactor 2024-01-28 15:46:30 +00:00
kitchen.yaml refactor 2024-01-28 15:46:30 +00:00
landing-lightswitch.yaml refactor 2024-01-28 15:46:30 +00:00
lounge-by-garden.yaml refactor 2024-01-28 15:46:30 +00:00
lounge-by-hall.yaml refactor 2024-01-28 15:46:30 +00:00
lounge-lamp.yaml refactor 2024-01-28 15:46:30 +00:00
lounge-light-1.yaml refactor 2024-01-28 15:46:30 +00:00
lounge-light-2.yaml refactor 2024-01-28 15:46:30 +00:00
man-cave-desk.yaml refactor 2024-01-28 15:46:30 +00:00
man-cave-lightswitch.yaml refactor 2024-01-28 15:46:30 +00:00
office-atom-echo.yaml refactor 2024-01-28 15:46:30 +00:00
README.md Fix readme 2021-02-05 12:11:34 +00:00
spare-room-lamp.yaml refactor 2024-01-28 15:46:30 +00:00
spare-room-lightswitch.yaml refactor 2024-01-28 15:46:30 +00:00
tv-switch.yaml refactor 2024-01-28 15:46:30 +00:00

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