Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- append_icons: true
- icons:
- - icon: mdi:water-minus
- conditions:
- - entity: vacuum.xiaomi
- attribute: water_grade
- value: '11'
- tap_action:
- action: call-service
- service: vacuum.send_command
- service_data:
- entity_id: vacuum.xiaomi
- command: set_suction
- params: 12
- - icon: mdi:water
- conditions:
- - entity: vacuum.xiaomi
- attribute: water_grade
- value: '12'
- tap_action:
- action: call-service
- service: vacuum.send_command
- service_data:
- entity_id: vacuum.xiaomi
- command: set_suction
- params: 13
- - icon: mdi:water-plus
- conditions:
- - entity: vacuum.xiaomi
- attribute: water_grade
- value: '13'
- tap_action:
- action: call-service
- service: vacuum.send_command
- service_data:
- entity_id: vacuum.xiaomi
- command: set_suction
- params: 11
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement