mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
Add button for bond light temp toggle feature (#135379)
Co-authored-by: J. Nick Koston <nick@koston.org>
This commit is contained in:
parent
46599a4ac4
commit
ff83a14570
@ -91,6 +91,13 @@ BUTTONS: tuple[BondButtonEntityDescription, ...] = (
|
|||||||
mutually_exclusive=Action.SET_BRIGHTNESS,
|
mutually_exclusive=Action.SET_BRIGHTNESS,
|
||||||
argument=None,
|
argument=None,
|
||||||
),
|
),
|
||||||
|
BondButtonEntityDescription(
|
||||||
|
key=Action.TOGGLE_LIGHT_TEMP,
|
||||||
|
name="Toggle Light Temperature",
|
||||||
|
translation_key="toggle_light_temp",
|
||||||
|
mutually_exclusive=None, # No mutually exclusive action
|
||||||
|
argument=None,
|
||||||
|
),
|
||||||
BondButtonEntityDescription(
|
BondButtonEntityDescription(
|
||||||
key=Action.START_UP_LIGHT_DIMMER,
|
key=Action.START_UP_LIGHT_DIMMER,
|
||||||
name="Start Up Light Dimmer",
|
name="Start Up Light Dimmer",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user