1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-01 19:02:18 +01:00

Add min and max brightness parameters for Light dim_relative Action (#6971)

This commit is contained in:
PaoloTK
2024-08-13 23:29:55 +02:00
committed by GitHub
parent 68c56b3e03
commit c5b1a8eb81
10 changed files with 58 additions and 1 deletions

View File

@@ -15,6 +15,8 @@ esphome:
- light.dim_relative:
id: test_monochromatic_light
relative_brightness: 5%
brightness_limits:
max_brightness: 90%
output:
- platform: gpio

View File

@@ -15,6 +15,8 @@ esphome:
- light.dim_relative:
id: test_monochromatic_light
relative_brightness: 5%
brightness_limits:
max_brightness: 90%
output:
- platform: gpio

View File

@@ -15,6 +15,8 @@ esphome:
- light.dim_relative:
id: test_monochromatic_light
relative_brightness: 5%
brightness_limits:
max_brightness: 90%
output:
- platform: gpio

View File

@@ -15,6 +15,8 @@ esphome:
- light.dim_relative:
id: test_monochromatic_light
relative_brightness: 5%
brightness_limits:
max_brightness: 90%
output:
- platform: gpio

View File

@@ -15,6 +15,8 @@ esphome:
- light.dim_relative:
id: test_monochromatic_light
relative_brightness: 5%
brightness_limits:
max_brightness: 90%
output:
- platform: gpio

View File

@@ -15,6 +15,8 @@ esphome:
- light.dim_relative:
id: test_monochromatic_light
relative_brightness: 5%
brightness_limits:
max_brightness: 90%
output:
- platform: gpio