The config files for my esphome devices
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
Jonathan Hodgson e60b96d6e5 refactor před 3 měsíci
build/bedroom-atom-echo/media refactor před 3 měsíci
common refactor před 3 měsíci
devices refactor před 3 měsíci
.gitattributes Adds initial config files před 3 roky
.gitignore Adds initial config files před 3 roky
README.md Fix readme před 3 roky
bathroom-lightswitch.yaml refactor před 3 měsíci
bedroom-atom-echo.yaml refactor před 3 měsíci
bedroom-bluetooth.yaml refactor před 3 měsíci
bedroom-lamp.yaml refactor před 3 měsíci
bedroom-lightswitch.yaml refactor před 3 měsíci
cloakroom-lightswitch.yaml refactor před 3 měsíci
ensuite-lightswitch.yaml refactor před 3 měsíci
green-wax-melt.yaml refactor před 3 měsíci
grey-wax-melt.yaml refactor před 3 měsíci
hall-by-front-door.yaml refactor před 3 měsíci
heated-blanket.yaml refactor před 3 měsíci
heating-downstairs.yaml refactor před 3 měsíci
heating-upstairs.bac refactor před 3 měsíci
heating-upstairs.yaml refactor před 3 měsíci
kitchen.yaml refactor před 3 měsíci
landing-lightswitch.yaml refactor před 3 měsíci
lounge-by-garden.yaml refactor před 3 měsíci
lounge-by-hall.yaml refactor před 3 měsíci
lounge-lamp.yaml refactor před 3 měsíci
lounge-light-1.yaml refactor před 3 měsíci
lounge-light-2.yaml refactor před 3 měsíci
man-cave-desk.yaml refactor před 3 měsíci
man-cave-lightswitch.yaml refactor před 3 měsíci
office-atom-echo.yaml refactor před 3 měsíci
spare-room-lamp.yaml refactor před 3 měsíci
spare-room-lightswitch.yaml refactor před 3 měsíci
tv-switch.yaml refactor před 3 měsíci

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