mirror of
https://github.com/nuttytree/ESPHome-Devices.git
synced 2024-08-30 18:12:19 +00:00
Add master bathroom lights
This commit is contained in:
parent
ebb35f4a0e
commit
830fcb5006
@ -37,7 +37,7 @@
|
||||
> > * Basement Bathroom Shower Light and Heater
|
||||
|
||||
> ### [SANA Triple Switch](https://www.amazon.com/gp/product/B07Q5XPRKD/ref=ox_sc_act_title_1?smid=A3EOKYTNCLEIKH&psc=1)
|
||||
> This is installed in place of the switch that controled my [TREO LED Pool Lights](https://www.amazon.com/gp/product/B06XTRLM5M/ref=ppx_yo_dt_b_search_asin_title?ie=UTF8&psc=1). These lights have the option to select different colors by briefly turning them off and back on again and they do remember the last color when turned on again. The custom light component handles tracking the current color and exposes custom "effects" for each of the colors to [Home Assistant](https://www.home-assistant.io/). I went with the triple switch so that I could use the third button to control my [Patio Lights](#patio-lights) which otherwise do not have a physical switch. Note I have this hooked up but have not confirmed the timings actually work with the lights yet because the cover is still on the pool.
|
||||
> This is installed in place of the switch that controled my [TREO LED Pool Lights](https://www.amazon.com/gp/product/B06XTRLM5M/ref=ppx_yo_dt_b_search_asin_title?ie=UTF8&psc=1). These lights have the option to select different colors by briefly turning them off and back on again and they do remember the last color when turned on again. The custom light component handles tracking the current color and exposes custom "effects" for each of the colors to [Home Assistant](https://www.home-assistant.io/). I went with the triple switch so that I could use the third button to control my [Patio Lights](#patio-lights) which otherwise do not have a physical switch. The one issue I am having with this is occasionally the "effect" on the switch gets out of sync with the actual color of the lights. It has only happened a couple of times so I haven't gotten around to investigating why it happens.
|
||||
|
||||
## Dimmer Switches
|
||||
> ### [Feit Dimmers](https://www.amazon.com/gp/product/B07SXDFH38/ref=ppx_yo_dt_b_asin_title_o02_s00?ie=UTF8&psc=1)
|
||||
@ -64,4 +64,5 @@
|
||||
> > * Family Room Light
|
||||
> > * Kitchen Bar Lights
|
||||
> > * Kitchen Table Light
|
||||
> > * Master Bathroom Lights
|
||||
> > * Office Light
|
||||
|
15
master_bath_lights.yaml
Normal file
15
master_bath_lights.yaml
Normal file
@ -0,0 +1,15 @@
|
||||
substitutions:
|
||||
device_id: master_bath_lights
|
||||
device_name: Master Bathroom Lights
|
||||
platform: ESP8266
|
||||
board: esp01_1m
|
||||
ip_address: !secret master_bath_lights_ip
|
||||
ota_pwd: !secret master_bath_lights_ota_pwd
|
||||
api_pwd: !secret master_bath_lights_api_pwd
|
||||
ap_wifi_pwd: !secret master_bath_lights_ap_wifi_pwd
|
||||
day_brightness: "1"
|
||||
night_brightness: ".05"
|
||||
night_auto_off_time: 15min
|
||||
linked_lights: ""
|
||||
|
||||
<<: !include common/device_tuya_dimmer.yaml
|
Loading…
Reference in New Issue
Block a user