1
0
Derivar 0
The config files for my esphome devices
Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
Jonathan Hodgson e60b96d6e5 refactor há 3 meses
build/bedroom-atom-echo/media refactor há 3 meses
common refactor há 3 meses
devices refactor há 3 meses
.gitattributes Adds initial config files há 3 anos
.gitignore Adds initial config files há 3 anos
README.md Fix readme há 3 anos
bathroom-lightswitch.yaml refactor há 3 meses
bedroom-atom-echo.yaml refactor há 3 meses
bedroom-bluetooth.yaml refactor há 3 meses
bedroom-lamp.yaml refactor há 3 meses
bedroom-lightswitch.yaml refactor há 3 meses
cloakroom-lightswitch.yaml refactor há 3 meses
ensuite-lightswitch.yaml refactor há 3 meses
green-wax-melt.yaml refactor há 3 meses
grey-wax-melt.yaml refactor há 3 meses
hall-by-front-door.yaml refactor há 3 meses
heated-blanket.yaml refactor há 3 meses
heating-downstairs.yaml refactor há 3 meses
heating-upstairs.bac refactor há 3 meses
heating-upstairs.yaml refactor há 3 meses
kitchen.yaml refactor há 3 meses
landing-lightswitch.yaml refactor há 3 meses
lounge-by-garden.yaml refactor há 3 meses
lounge-by-hall.yaml refactor há 3 meses
lounge-lamp.yaml refactor há 3 meses
lounge-light-1.yaml refactor há 3 meses
lounge-light-2.yaml refactor há 3 meses
man-cave-desk.yaml refactor há 3 meses
man-cave-lightswitch.yaml refactor há 3 meses
office-atom-echo.yaml refactor há 3 meses
spare-room-lamp.yaml refactor há 3 meses
spare-room-lightswitch.yaml refactor há 3 meses
tv-switch.yaml refactor há 3 meses

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