ster1um
November 30, 2022, 4:47pm
42
unfortunately, I’m not capable…
Thanks for all explanations
qinghuang
(CHAN QING HUANG)
July 27, 2023, 8:56am
43
wrote one of my own, if it helps
blueprint:
source_url: https://github.com/qinghuangchan/crispy-octo-chainsaw/tree/main
name: Lights Brightness Minimum Value Enforcer
description: When the brightness value of a configured light falls below the configured minimum value, this automation sets the brightness back to the minimum value. Useful for dimmable light bulbs which need a certain minimum value to work well.
domain: automation
input:
trigger_below_value:
name: "Trigger Brightness Value (out of 225)"
description: "Automation triggers when brightness value of light falls below Trigger Brightness Value."
selector:
number:
min: 0
max: 225
unit_of_measurement: "of 255"
min_value:
name: "Set Minimum Brightness %"
description: "When triggered, brightness % of light is set to Set Minimum Brightness %."
selector:
number:
min: 0
This file has been truncated. show original
RoMaDur
(Roy Maihöfer)
January 9, 2024, 5:28pm
44
qinghuang:
blueprint:
source_url: https://github.com/qinghuangchan/crispy-octo-chainsaw/tree/main
name: Lights Brightness Minimum Value Enforcer
description: When the brightness value of a configured light falls below the configured minimum value, this automation sets the brightness back to the minimum value. Useful for dimmable light bulbs which need a certain minimum value to work well.
domain: automation
input:
trigger_below_value:
name: "Trigger Brightness Value (out of 225)"
description: "Automation triggers when brightness value of light falls below Trigger Brightness Value."
selector:
number:
min: 0
max: 225
unit_of_measurement: "of 255"
min_value:
name: "Set Minimum Brightness %"
description: "When triggered, brightness % of light is set to Set Minimum Brightness %."
selector:
number:
Your Blueprint doesn’t work in my installation. No errors, but also no action. No matter how low I dim, the light stays low (too) dimmed… . Can you help? Maybe a problem of a new HA version?
qinghuang
(CHAN QING HUANG)
January 11, 2024, 2:55pm
45
I’m on the latest version of HA and it still works for me.