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 72f55187d2 Adds new switces and lamp 3 years ago
.gitattributes Adds initial config files 3 years ago
.gitignore Adds initial config files 3 years ago
README.md Fix readme 3 years ago
bedroom-celing-light.yaml Adds type of device to start of files 3 years ago
bedroom-lamp.yaml Adds type of device to start of files 3 years ago
bedroom-switch.yaml Adds comments to bedroom light switch 3 years ago
hall-celing-light.yaml Adds type of device to start of files 3 years ago
hall-switch-1.yaml Adds new switces and lamp 3 years ago
kettle.yaml Adds type of device to start of files 3 years ago
kitchen-lamp.yaml Adds new switces and lamp 3 years ago
kitchen-switch.yaml Adds new switces and lamp 3 years ago
lounge-arch.yaml Adds type of device to start of files 3 years ago
lounge-celing-light.yaml Adds type of device to start of files 3 years ago
lounge-light-1.yaml Adds type of device to start of files 3 years ago
lounge-light-2.yaml Adds type of device to start of files 3 years ago
lounge-switch.yaml Updates the lounge switch so double and hold work 3 years ago
secrets.yaml Adds initial config files 3 years ago
study-celing-light.yaml Adds type of device to start of files 3 years ago
study-switch.yaml Adds new switces and lamp 3 years ago

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