-
-
Notifications
You must be signed in to change notification settings - Fork 254
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multi Floor Support #780
Labels
enhancement
New feature or request
Comments
Have you checked out |
Do you have a select entity for that changes the active floor? |
Add this to your config: append_icons: true
icons:
- type: "menu"
menu_id: "selected_map"
icon_id: "selected_map"
entity: "select.rosie_selected_map"
available_values_attribute: "options"
icon: "mdi:map"
tap_action:
action: "call-service"
service: "select.select_option"
service_data:
option: "[[value]]"
entity_id: "[[entity_id]]" |
That did it for the map select! I must have missed that in the present config! Thank you |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
The current system does well handling when i switch the floor that the vacuum is on. The issue is i have to use a different card to switch the floor or use the vacuum app. Additionally is there a way to generate rooms for a multi-floor?
Solution
It would be amazing to have this integrated with a simple button or like a floor number (1,2,3) on the side of the card to change the floor to clean.
Adding the ability to generate rooms for a multi floor config.
Alternatives
No response
Context
No response
The text was updated successfully, but these errors were encountered: