Xuaimi_aqara.click to control xiaomi fan.zhimi_fan_v2 Fan On and Off

Hi,

You should probably not tag people directly. This is an unwanted behavior here : How to help us help you - or How to ask a good question

Then about your request here, as this entity is a fan, a service called fan toggle exists. You should try it ?

alias: 'Baobei Bedroom: Wireless Switch - Right Button - Single Press - Fan On Off'
description: ''
mode: single
trigger:
  - platform: event
    event_type: xiaomi_aqara.click
    event_data:
      entity_id: binary_sensor.wall_switch_right_158d000313xxxx
      click_type: single
condition: []
action:
  - service: fan.toggle
    target:
      entity_id: fan.zhimi_fan_v2
1 Like