Using the Blueprint scripts in Homeassistant UI #5
nakermann1973
started this conversation in
General
Replies: 1 comment 2 replies
-
|
Basically, you don't need the customized attributes ( |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
https://valetudo.cloud/pages/integrations/home-assistant-integration.html shows how to create a lovelace entity where the rooms can be selected and then a script called to clean just those rooms.
This is done by using a group containing all the segments as input_boolean toggles, and populating the MQTT message with all segments where the toggle is true.
Do you have any suggestions on how to achieve the same using your blueprint script (i.e. using a list of segments, selectable in the UI, to pass to the script)?
Beta Was this translation helpful? Give feedback.
All reactions