Fix siren.toggle service schema (#95770)
This commit is contained in:
parent
234ebdcb84
commit
e0c77fba22
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ async def async_setup(hass: HomeAssistant, config: ConfigType) -> bool:
|
|||
SERVICE_TOGGLE,
|
||||
{},
|
||||
"async_toggle",
|
||||
[SirenEntityFeature.TURN_ON & SirenEntityFeature.TURN_OFF],
|
||||
[SirenEntityFeature.TURN_ON | SirenEntityFeature.TURN_OFF],
|
||||
)
|
||||
|
||||
return True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue