diff options
| author | manuel <manuel@mausz.at> | 2026-04-08 00:25:27 +0200 |
|---|---|---|
| committer | manuel <manuel@mausz.at> | 2026-04-08 00:25:27 +0200 |
| commit | f9c16254aa9a07c1f9f2ba0b2531e291e430ecd8 (patch) | |
| tree | bc87f2547f9a23b5f7ace6cfec2043adb883d6bc | |
| parent | bd3d4be315853bd179e33da0b091cf78e79eddae (diff) | |
| download | arduino-f9c16254aa9a07c1f9f2ba0b2531e291e430ecd8.tar.gz arduino-f9c16254aa9a07c1f9f2ba0b2531e291e430ecd8.tar.bz2 arduino-f9c16254aa9a07c1f9f2ba0b2531e291e430ecd8.zip | |
update power_save_mode to LIGHT + fix bedlight
| -rw-r--r-- | esphome/config/3dprinter-led.yaml | 3 | ||||
| -rw-r--r-- | esphome/config/bedlight.yaml | 7 | ||||
| -rw-r--r-- | esphome/config/couchlight.yaml | 3 | ||||
| -rw-r--r-- | esphome/config/hoblight.yaml | 3 | ||||
| -rw-r--r-- | esphome/config/office-pc-control.yaml | 3 | ||||
| -rw-r--r-- | esphome/config/powerplug_awp07l.yaml | 3 | ||||
| -rw-r--r-- | esphome/config/printerswitch.yaml | 3 | ||||
| -rw-r--r-- | esphome/config/tvlight.yaml | 3 |
8 files changed, 12 insertions, 16 deletions
diff --git a/esphome/config/3dprinter-led.yaml b/esphome/config/3dprinter-led.yaml index 16576a2..55ccad6 100644 --- a/esphome/config/3dprinter-led.yaml +++ b/esphome/config/3dprinter-led.yaml | |||
| @@ -40,8 +40,7 @@ wifi: | |||
| 40 | domain: .lan | 40 | domain: .lan |
| 41 | ssid: !secret wifi_ssid | 41 | ssid: !secret wifi_ssid |
| 42 | password: !secret wifi_password | 42 | password: !secret wifi_password |
| 43 | # see https://github.com/esphome/issues/issues/1532 | 43 | power_save_mode: LIGHT |
| 44 | power_save_mode: HIGH | ||
| 45 | 44 | ||
| 46 | # Enable fallback hotspot (captive portal) in case wifi connection fails | 45 | # Enable fallback hotspot (captive portal) in case wifi connection fails |
| 47 | ap: | 46 | ap: |
diff --git a/esphome/config/bedlight.yaml b/esphome/config/bedlight.yaml index ac83f5d..d9d64f9 100644 --- a/esphome/config/bedlight.yaml +++ b/esphome/config/bedlight.yaml | |||
| @@ -47,8 +47,7 @@ wifi: | |||
| 47 | domain: .lan | 47 | domain: .lan |
| 48 | ssid: !secret wifi_ssid | 48 | ssid: !secret wifi_ssid |
| 49 | password: !secret wifi_password | 49 | password: !secret wifi_password |
| 50 | # see https://github.com/esphome/issues/issues/1532 | 50 | power_save_mode: LIGHT |
| 51 | power_save_mode: HIGH | ||
| 52 | 51 | ||
| 53 | # Enable fallback hotspot (captive portal) in case wifi connection fails | 52 | # Enable fallback hotspot (captive portal) in case wifi connection fails |
| 54 | ap: | 53 | ap: |
| @@ -67,6 +66,9 @@ light: | |||
| 67 | warm_white_color_temperature: 2000 K | 66 | warm_white_color_temperature: 2000 K |
| 68 | #restore_mode: RESTORE_AND_OFF | 67 | #restore_mode: RESTORE_AND_OFF |
| 69 | restore_mode: RESTORE_DEFAULT_OFF | 68 | restore_mode: RESTORE_DEFAULT_OFF |
| 69 | initial_state: | ||
| 70 | brightness: 1% | ||
| 71 | color_temperature: 250.0 mireds | ||
| 70 | 72 | ||
| 71 | output: | 73 | output: |
| 72 | #- id: gpio_r | 74 | #- id: gpio_r |
| @@ -170,6 +172,7 @@ globals: | |||
| 170 | - id: g_dim_level | 172 | - id: g_dim_level |
| 171 | type: float | 173 | type: float |
| 172 | initial_value: '0.02' | 174 | initial_value: '0.02' |
| 175 | restore_value: yes | ||
| 173 | - id: g_min_dim_level | 176 | - id: g_min_dim_level |
| 174 | type: float | 177 | type: float |
| 175 | initial_value: '0.02' | 178 | initial_value: '0.02' |
diff --git a/esphome/config/couchlight.yaml b/esphome/config/couchlight.yaml index 7244163..ae8cbb7 100644 --- a/esphome/config/couchlight.yaml +++ b/esphome/config/couchlight.yaml | |||
| @@ -44,8 +44,7 @@ wifi: | |||
| 44 | domain: .lan | 44 | domain: .lan |
| 45 | ssid: !secret wifi_ssid | 45 | ssid: !secret wifi_ssid |
| 46 | password: !secret wifi_password | 46 | password: !secret wifi_password |
| 47 | # see https://github.com/esphome/issues/issues/1532 | 47 | power_save_mode: LIGHT |
| 48 | power_save_mode: HIGH | ||
| 49 | 48 | ||
| 50 | # Enable fallback hotspot (captive portal) in case wifi connection fails | 49 | # Enable fallback hotspot (captive portal) in case wifi connection fails |
| 51 | ap: | 50 | ap: |
diff --git a/esphome/config/hoblight.yaml b/esphome/config/hoblight.yaml index 6db72de..35f1166 100644 --- a/esphome/config/hoblight.yaml +++ b/esphome/config/hoblight.yaml | |||
| @@ -38,8 +38,7 @@ wifi: | |||
| 38 | domain: .lan | 38 | domain: .lan |
| 39 | ssid: !secret wifi_ssid | 39 | ssid: !secret wifi_ssid |
| 40 | password: !secret wifi_password | 40 | password: !secret wifi_password |
| 41 | # see https://github.com/esphome/issues/issues/1532 | 41 | power_save_mode: LIGHT |
| 42 | power_save_mode: HIGH | ||
| 43 | 42 | ||
| 44 | # Enable fallback hotspot (captive portal) in case wifi connection fails | 43 | # Enable fallback hotspot (captive portal) in case wifi connection fails |
| 45 | ap: | 44 | ap: |
diff --git a/esphome/config/office-pc-control.yaml b/esphome/config/office-pc-control.yaml index 58cea68..8c2419f 100644 --- a/esphome/config/office-pc-control.yaml +++ b/esphome/config/office-pc-control.yaml | |||
| @@ -40,8 +40,7 @@ wifi: | |||
| 40 | domain: .lan | 40 | domain: .lan |
| 41 | ssid: !secret wifi_ssid | 41 | ssid: !secret wifi_ssid |
| 42 | password: !secret wifi_password | 42 | password: !secret wifi_password |
| 43 | # see https://github.com/esphome/issues/issues/1532 | 43 | power_save_mode: LIGHT |
| 44 | power_save_mode: HIGH | ||
| 45 | 44 | ||
| 46 | # Enable fallback hotspot (captive portal) in case wifi connection fails | 45 | # Enable fallback hotspot (captive portal) in case wifi connection fails |
| 47 | ap: | 46 | ap: |
diff --git a/esphome/config/powerplug_awp07l.yaml b/esphome/config/powerplug_awp07l.yaml index c8e3722..e1bd685 100644 --- a/esphome/config/powerplug_awp07l.yaml +++ b/esphome/config/powerplug_awp07l.yaml | |||
| @@ -36,8 +36,7 @@ wifi: | |||
| 36 | domain: .lan | 36 | domain: .lan |
| 37 | ssid: !secret wifi_ssid | 37 | ssid: !secret wifi_ssid |
| 38 | password: !secret wifi_password | 38 | password: !secret wifi_password |
| 39 | # see https://github.com/esphome/issues/issues/1532 | 39 | power_save_mode: LIGHT |
| 40 | power_save_mode: HIGH | ||
| 41 | 40 | ||
| 42 | # Enable fallback hotspot (captive portal) in case wifi connection fails | 41 | # Enable fallback hotspot (captive portal) in case wifi connection fails |
| 43 | ap: | 42 | ap: |
diff --git a/esphome/config/printerswitch.yaml b/esphome/config/printerswitch.yaml index 9b31c94..96210da 100644 --- a/esphome/config/printerswitch.yaml +++ b/esphome/config/printerswitch.yaml | |||
| @@ -33,8 +33,7 @@ wifi: | |||
| 33 | domain: .lan | 33 | domain: .lan |
| 34 | ssid: !secret wifi_ssid | 34 | ssid: !secret wifi_ssid |
| 35 | password: !secret wifi_password | 35 | password: !secret wifi_password |
| 36 | # see https://github.com/esphome/issues/issues/1532 | 36 | power_save_mode: LIGHT |
| 37 | power_save_mode: HIGH | ||
| 38 | 37 | ||
| 39 | # Enable fallback hotspot (captive portal) in case wifi connection fails | 38 | # Enable fallback hotspot (captive portal) in case wifi connection fails |
| 40 | ap: | 39 | ap: |
diff --git a/esphome/config/tvlight.yaml b/esphome/config/tvlight.yaml index e18e9ce..c57da9e 100644 --- a/esphome/config/tvlight.yaml +++ b/esphome/config/tvlight.yaml | |||
| @@ -27,8 +27,7 @@ wifi: | |||
| 27 | domain: .lan | 27 | domain: .lan |
| 28 | ssid: !secret wifi_ssid | 28 | ssid: !secret wifi_ssid |
| 29 | password: !secret wifi_password | 29 | password: !secret wifi_password |
| 30 | # see https://github.com/esphome/issues/issues/1532 | 30 | power_save_mode: LIGHT |
| 31 | power_save_mode: HIGH | ||
| 32 | 31 | ||
| 33 | # Enable fallback hotspot (captive portal) in case wifi connection fails | 32 | # Enable fallback hotspot (captive portal) in case wifi connection fails |
| 34 | ap: | 33 | ap: |
