The config files for my esphome devices
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Jonathan Hodgson e60b96d6e5 refactor il y a 3 mois
build/bedroom-atom-echo/media refactor il y a 3 mois
common refactor il y a 3 mois
devices refactor il y a 3 mois
.gitattributes Adds initial config files il y a 3 ans
.gitignore Adds initial config files il y a 3 ans
README.md Fix readme il y a 3 ans
bathroom-lightswitch.yaml refactor il y a 3 mois
bedroom-atom-echo.yaml refactor il y a 3 mois
bedroom-bluetooth.yaml refactor il y a 3 mois
bedroom-lamp.yaml refactor il y a 3 mois
bedroom-lightswitch.yaml refactor il y a 3 mois
cloakroom-lightswitch.yaml refactor il y a 3 mois
ensuite-lightswitch.yaml refactor il y a 3 mois
green-wax-melt.yaml refactor il y a 3 mois
grey-wax-melt.yaml refactor il y a 3 mois
hall-by-front-door.yaml refactor il y a 3 mois
heated-blanket.yaml refactor il y a 3 mois
heating-downstairs.yaml refactor il y a 3 mois
heating-upstairs.bac refactor il y a 3 mois
heating-upstairs.yaml refactor il y a 3 mois
kitchen.yaml refactor il y a 3 mois
landing-lightswitch.yaml refactor il y a 3 mois
lounge-by-garden.yaml refactor il y a 3 mois
lounge-by-hall.yaml refactor il y a 3 mois
lounge-lamp.yaml refactor il y a 3 mois
lounge-light-1.yaml refactor il y a 3 mois
lounge-light-2.yaml refactor il y a 3 mois
man-cave-desk.yaml refactor il y a 3 mois
man-cave-lightswitch.yaml refactor il y a 3 mois
office-atom-echo.yaml refactor il y a 3 mois
spare-room-lamp.yaml refactor il y a 3 mois
spare-room-lightswitch.yaml refactor il y a 3 mois
tv-switch.yaml refactor il y a 3 mois

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