diff options
Diffstat (limited to 'esphome/config')
| -rw-r--r-- | esphome/config/couchlight.yaml | 1 | ||||
| -rw-r--r-- | esphome/config/hoblight.yaml | 6 | ||||
| -rw-r--r-- | esphome/config/tvlight.yaml | 1 |
3 files changed, 7 insertions, 1 deletions
diff --git a/esphome/config/couchlight.yaml b/esphome/config/couchlight.yaml index 08affc1..faa49a8 100644 --- a/esphome/config/couchlight.yaml +++ b/esphome/config/couchlight.yaml | |||
| @@ -16,6 +16,7 @@ ota: | |||
| 16 | 16 | ||
| 17 | # WiFi Credentials | 17 | # WiFi Credentials |
| 18 | wifi: | 18 | wifi: |
| 19 | domain: .lan | ||
| 19 | ssid: !secret wifi_ssid | 20 | ssid: !secret wifi_ssid |
| 20 | password: !secret wifi_password | 21 | password: !secret wifi_password |
| 21 | 22 | ||
diff --git a/esphome/config/hoblight.yaml b/esphome/config/hoblight.yaml index 31c4494..f9d997f 100644 --- a/esphome/config/hoblight.yaml +++ b/esphome/config/hoblight.yaml | |||
| @@ -18,6 +18,7 @@ ota: | |||
| 18 | 18 | ||
| 19 | # WiFi Credentials | 19 | # WiFi Credentials |
| 20 | wifi: | 20 | wifi: |
| 21 | domain: .lan | ||
| 21 | ssid: !secret wifi_ssid | 22 | ssid: !secret wifi_ssid |
| 22 | password: !secret wifi_password | 23 | password: !secret wifi_password |
| 23 | 24 | ||
| @@ -37,7 +38,8 @@ light: | |||
| 37 | cold_white_color_temperature: 6536 K | 38 | cold_white_color_temperature: 6536 K |
| 38 | warm_white_color_temperature: 2000 K | 39 | warm_white_color_temperature: 2000 K |
| 39 | - platform: color_temperature | 40 | - platform: color_temperature |
| 40 | name: "Hob" | 41 | id: hob_dimmer |
| 42 | name: "Hob Dimmer" | ||
| 41 | color_temperature: pwm_rxd | 43 | color_temperature: pwm_rxd |
| 42 | brightness: pwm_gpio0 | 44 | brightness: pwm_gpio0 |
| 43 | cold_white_color_temperature: 6536 K | 45 | cold_white_color_temperature: 6536 K |
| @@ -68,6 +70,7 @@ output: | |||
| 68 | pin: GPIO0 | 70 | pin: GPIO0 |
| 69 | frequency: 2000 Hz | 71 | frequency: 2000 Hz |
| 70 | id: pwm_gpio0 | 72 | id: pwm_gpio0 |
| 73 | min_power: 0.05 | ||
| 71 | 74 | ||
| 72 | #- platform: esp8266_pwm | 75 | #- platform: esp8266_pwm |
| 73 | # pin: GPIO1 | 76 | # pin: GPIO1 |
| @@ -83,3 +86,4 @@ binary_sensor: | |||
| 83 | - platform: gpio | 86 | - platform: gpio |
| 84 | pin: GPIO5 | 87 | pin: GPIO5 |
| 85 | id: light_0_touch | 88 | id: light_0_touch |
| 89 | |||
diff --git a/esphome/config/tvlight.yaml b/esphome/config/tvlight.yaml index b51f9d3..53b4398 100644 --- a/esphome/config/tvlight.yaml +++ b/esphome/config/tvlight.yaml | |||
| @@ -16,6 +16,7 @@ ota: | |||
| 16 | 16 | ||
| 17 | # WiFi Credentials | 17 | # WiFi Credentials |
| 18 | wifi: | 18 | wifi: |
| 19 | domain: .lan | ||
| 19 | ssid: !secret wifi_ssid | 20 | ssid: !secret wifi_ssid |
| 20 | password: !secret wifi_password | 21 | password: !secret wifi_password |
| 21 | 22 | ||
