Add platforms to intent handlers (#118328)
This commit is contained in:
parent
5eb1d72691
commit
2dc49f0410
11 changed files with 36 additions and 4 deletions
|
@ -34,5 +34,6 @@ async def async_setup_intents(hass: HomeAssistant) -> None:
|
|||
),
|
||||
},
|
||||
description="Sets the brightness or color of a light",
|
||||
platforms={DOMAIN},
|
||||
),
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue