2024年11月24日星期日 上午1:20:39

小爱查詢手機電量

7 个月 前
#30851 引用
http://192.168.2.50:8123/config/automation/edit/1711464426088


alias: 查詢手機電量
description: ''
trigger:
  - platform: state
    entity_id:
      - sensor.xiaomi_lx5a_eb33_conversation
    attribute: content
    to: 查手机电量
condition: []
action:
  - service: xiaomi_miot.intelligent_speaker
    data:
      text: 手机电量為{{ states("sensor.mi_9_battery_level") }}百分比
      entity_id: media_player.xiaomi_lx5a_eb33_play_control
      throw: true
  - wait_template: '{{ states (''sensor.mi_9_battery_level'') }}'
    continue_on_timeout: true
mode: single
0