For those interested, I implemented this today for the older one (the wifi, not bt).
In case you wonder what your Key is, it’s the same one as the code that you can use under settings → share.
I made a simple cover template:
cover:
- platform: template
covers:
bed_1:
unique_id: bed_1
device_class: shutter
friendly_name: "Bed 1"
availability_template: "true"
optimistic: false
open_cover:
- action: rest_command.auping_bed
data:
cbu: 2
motor_1_action: 0
motor_1_time: 0
motor_2_action: 1
motor_2_time: 30000
motor_3_action: 0
motor_3_time: 0
target: {}
close_cover:
- action: rest_command.auping_bed
data:
cbu: 2
motor_1_action: 0
motor_1_time: 0
motor_2_action: 2
motor_2_time: 30000
motor_3_action: 0
motor_3_time: 0
target: {}
stop_cover:
- action: rest_command.auping_bed
data:
cbu: 2
motor_1_action: 0
motor_1_time: 0
motor_2_action: 0
motor_2_time: 0
motor_3_action: 0
motor_3_time: 0
target: {}
icon_template: mdi:bed-double
Plus a simple mushroom cover card, giving me up/down/stop buttons:
type: custom:mushroom-cover-card
entity: cover.bed_1
show_tilt_position_control: false
show_buttons_control: true
tap_action:
action: none
hold_action:
action: none
double_tap_action:
action: none
secondary_info: none
fill_container: false
layout: horizontal