benct / lovelace-xiaomi-vacuum-card

Simple card for various robot vacuums in Home Assistant's Lovelace UI
MIT License
264 stars 37 forks source link

Allow custom service name for dropdowns #71

Closed htmltiger closed 3 years ago

htmltiger commented 3 years ago

This will allow water level settings for Xiaomi Vacuum 1C STYTJ01ZHM (dreame.vacuum.mc1808) with the help of https://github.com/Concentricc/xiaomi_vacuum

state:
  water:
    key: water_level
    icon: 'mdi:water-percent'
    service: xiaomi_vacuum.set_water_level
benct commented 3 years ago

Thanks!