From 471cbd521c270f4e289f4bb4f8d8f2383ed49c48 Mon Sep 17 00:00:00 2001 From: manuel Date: Sat, 2 Apr 2022 23:44:07 +0200 Subject: add domain + hoblight minpower --- esphome/config/couchlight.yaml | 1 + esphome/config/hoblight.yaml | 6 +++++- esphome/config/tvlight.yaml | 1 + 3 files changed, 7 insertions(+), 1 deletion(-) (limited to 'esphome/config') 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: # WiFi Credentials wifi: + domain: .lan ssid: !secret wifi_ssid password: !secret wifi_password 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: # WiFi Credentials wifi: + domain: .lan ssid: !secret wifi_ssid password: !secret wifi_password @@ -37,7 +38,8 @@ light: cold_white_color_temperature: 6536 K warm_white_color_temperature: 2000 K - platform: color_temperature - name: "Hob" + id: hob_dimmer + name: "Hob Dimmer" color_temperature: pwm_rxd brightness: pwm_gpio0 cold_white_color_temperature: 6536 K @@ -68,6 +70,7 @@ output: pin: GPIO0 frequency: 2000 Hz id: pwm_gpio0 + min_power: 0.05 #- platform: esp8266_pwm # pin: GPIO1 @@ -83,3 +86,4 @@ binary_sensor: - platform: gpio pin: GPIO5 id: light_0_touch + 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: # WiFi Credentials wifi: + domain: .lan ssid: !secret wifi_ssid password: !secret wifi_password -- cgit v1.2.3