The config files for my esphome devices
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
Jonathan Hodgson e60b96d6e5 refactor pirms 2 mēnešiem
build/bedroom-atom-echo/media refactor pirms 2 mēnešiem
common refactor pirms 2 mēnešiem
devices refactor pirms 2 mēnešiem
.gitattributes Adds initial config files pirms 3 gadiem
.gitignore Adds initial config files pirms 3 gadiem
README.md Fix readme pirms 3 gadiem
bathroom-lightswitch.yaml refactor pirms 2 mēnešiem
bedroom-atom-echo.yaml refactor pirms 2 mēnešiem
bedroom-bluetooth.yaml refactor pirms 2 mēnešiem
bedroom-lamp.yaml refactor pirms 2 mēnešiem
bedroom-lightswitch.yaml refactor pirms 2 mēnešiem
cloakroom-lightswitch.yaml refactor pirms 2 mēnešiem
ensuite-lightswitch.yaml refactor pirms 2 mēnešiem
green-wax-melt.yaml refactor pirms 2 mēnešiem
grey-wax-melt.yaml refactor pirms 2 mēnešiem
hall-by-front-door.yaml refactor pirms 2 mēnešiem
heated-blanket.yaml refactor pirms 2 mēnešiem
heating-downstairs.yaml refactor pirms 2 mēnešiem
heating-upstairs.bac refactor pirms 2 mēnešiem
heating-upstairs.yaml refactor pirms 2 mēnešiem
kitchen.yaml refactor pirms 2 mēnešiem
landing-lightswitch.yaml refactor pirms 2 mēnešiem
lounge-by-garden.yaml refactor pirms 2 mēnešiem
lounge-by-hall.yaml refactor pirms 2 mēnešiem
lounge-lamp.yaml refactor pirms 2 mēnešiem
lounge-light-1.yaml refactor pirms 2 mēnešiem
lounge-light-2.yaml refactor pirms 2 mēnešiem
man-cave-desk.yaml refactor pirms 2 mēnešiem
man-cave-lightswitch.yaml refactor pirms 2 mēnešiem
office-atom-echo.yaml refactor pirms 2 mēnešiem
spare-room-lamp.yaml refactor pirms 2 mēnešiem
spare-room-lightswitch.yaml refactor pirms 2 mēnešiem
tv-switch.yaml refactor pirms 2 mēnešiem

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