mtgeekman / Home_Assistant_NeoSmartBlinds

Adds NeoSmart Blinds support to Home-Assistant.
44 stars 14 forks source link

Favorite position #2

Closed akayami closed 3 years ago

akayami commented 3 years ago

First of all, thanks for maintaining this. I've setup some blinds using this, and I can open and close them fine.

The only thing I'm trying to understand is how to trigger the favorite position using the lovelace UI. Maybe you can help me with that ? Thanks.

ZEi20T commented 3 years ago

This is what i use:

type: button tap_action: action: call-service service: cover.set_cover_position service_data: position: 50 entity_id: cover.back_window name: Back Shutter Half-Way icon: 'mdi:download' show_state: false show_icon: true show_name: true

I already used the Neo Smart Blinds app to set the favorite position.

mtgeekman commented 3 years ago

Setting the position to 50 is exactly how the favorite position is triggered.