Closed va-lemon closed 1 year ago
Increasing entity limit for activities & macros is a valid point 👍
Feedback to:
Number of entities in an activity & max number of steps will be increased from 50 to 100 in the next release.
That many entities or steps in an activity sequence should be avoided though and only used for special use cases. Other limits might be triggered.
Another way to increase the number of entities is to split them into multiple activities or macros. If certain entity command only need to be triggered in the on- or off-sequence, without the entity being used anymore as a UI component or button mapping, then these should be moved to a macro. An activity sequence can call multiple macros.
Number of entities in an activity & max number of steps will be increased from 50 to 100 in the next release.
That many entities or steps in an activity sequence should be avoided though and only used for special use cases. Other limits might be triggered.
Another way to increase the number of entities is to split them into multiple activities or macros. If certain entity command only need to be triggered in the on- or off-sequence, without the entity being used anymore as a UI component or button mapping, then these should be moved to a macro. An activity sequence can call multiple macros.
Thank you. I have already started to think about streamlining activities (power on/off sequences as well as which entities I add to the activity UI).
You have a fair point about not adding too many entities to an activity. I think this is where item 3 from my original request comes in. The use case is as below:
Sorry about the long post! I hope I was able to clarify the request and I realize it may not fit with the UI architecture.
Thanks for the explanation! We are aware of the restrictions, especially with the media-player entity, and are working on making it more flexible (e.g. allowing additional custom commands, however this won't solve the HA issues). Supporting remote-entities should make it easier as well.
I'm closing this issue: number of entities and sequence steps was increased from 50 to 100 in 1.4.2. Feel free to open feature requests for the other suggestions.
Is there an existing issue for this?
Description
The Remote Two currently allows up to 50 entities to be added to an activity. This limit should be increased to 100. When using the Home Assistant integration (or any future home automation hub integration), each script or button is exposed to Remote Two as an entity and the count of buttons or scripts that need to be exposed can grow very quickly.
E.g. in my setup, I have a Denon AVR, a JVC projector, an Apple TV and MadVR HTPC exposed integrated via Home Assistant. Each action that is not supported by the integration in HA (e.g. invoke the Control Center on Apple TV or use the D-pad controls) has to be called via the HA remote entity which I create as a script in HA. This script gets exposed as one entity to Remote Two.
Additional context
This issue can also be resolved in other ways:
Each one of the above are actually valuable features on their own and should be considered for implementation to provide greater flexibility.