akloeckner
akloeckner
Isn't a "list of services" also a valid "script"? If it is, this should not break anything. Instead, it should make possible a whole range of new things, such as...
> This custom integration was based on https://www.home-assistant.io/integrations/universal/ which supports services only. Ah, I see. It even only admits a single service, which is not supported here, as far as...
Hey, any news on this? I still don't see any breaking change here. Also, I have this running on my instance for half a year now, with no problems so...
Checking back... Any news here?
🤔 Makes me wonder if I should abandon this PR altogether and switch as well. 😉 Jokes aside: Before I find the time for such an adventure, I would still...
Just to remind: the breaking change from single service to list of services has been done way back in the past. From my I understanding, we're discussing a pure extension...
Ah, ok. I'll check more thoroughly: * The script schema checks for a list of script_actions: https://github.com/home-assistant/core/blob/3c960b7d4e7a23cedb765226a98e35d1b4ab52e8/homeassistant/helpers/config_validation.py#L1294 * Where a script_action is a dictionary of any action_type_schema: https://github.com/home-assistant/core/blob/3c960b7d4e7a23cedb765226a98e35d1b4ab52e8/homeassistant/helpers/config_validation.py#L1281 * And...
Yes. It's running on my system since I started the PR (more or less). Without any problems.
I rebased onto main to test #122. No further changes.
> Is this still active? I was wondering: is there anything else you need from me to proceed on this?