Overkiz has a concept called ActionGroup, which we map to a scenario in Home Assistant. The underlying model in this library is called 'Scenario', which can be confusing since Overkiz calls this 'ActionGroup'. The endpoint is /actionGroups and action_group (id) is also a parameter in the Execution class.
Overkiz has a concept called ActionGroup, which we map to a scenario in Home Assistant. The underlying model in this library is called 'Scenario', which can be confusing since Overkiz calls this 'ActionGroup'. The endpoint is
/actionGroupsandaction_group(id) is also a parameter in theExecutionclass.