『瀚思彼岸』» 智能家居技术论坛

 找回密码
 立即注册
查看: 6994|回复: 2

[基础教程] ios交互问题

[复制链接]

23

主题

259

帖子

1051

积分

金牌会员

Rank: 6Rank: 6

积分
1051
金钱
792
HASS币
0
发表于 2018-4-28 23:03:34 | 显示全部楼层 |阅读模式
本帖最后由 puppy0505 于 2018-4-28 23:39 编辑

这个交互我真的服了
我的automations 跟你们的不一样 网上看了教程 可以用 automations.old 但是没整会

现在只出现这个
微信图片_20180428233833.jpg
###############################
- action:
  - data:
      data:
        push:
          category: lightnotif
      message: 是否开灯
    service: notify.ios_puppy
  alias: test
  initial_state: true
  condition: []
  id: '1524914407558'
  trigger:
  - entity_id: light.gateway_light_34ce008d7ff8
    from: 'off'
    platform: state
    to: 'on'
- action:
  - data:
      entity_id: group.all_lights
    service: light.turn_off
  alias: iOS action lights off
  condition: []
  id: '1524921240240'
  trigger:
  - event_data:
      actionName: LIGHT_OFF
    event_type: ios.notification_action_fired
    platform: event
- action:
  - data:
      entity_id: group.all_lights
    service: light.turn_on
  alias: iOS action lights on
  condition: []
  id: '1524921612332'
  trigger:
  - event_data:
      actionName: LIGHT_ON
    event_type: ios.notification_action_fired
    platform: event

###############################
ios:
  push:
    categories:
      - name: lightnotif
        identifier: 'lightnotif' #必须使用小写,没有特殊字符或空格
        actions:
          - identifier: 'LIGHT_ON' #必须使用大写,没有特殊字符或空格
            title: '开灯'
            activationMode: 'background'  #(是否后台执行,无需打开app,foreground为 前端执行 )
            authenticationRequired: yes  #(点击按钮后是否需要解锁设备)
            destructive: yes  #(字体红色)
          - identifier: 'LIGHT_OFF'
            title: '关灯'
            activationMode: 'background'  
            authenticationRequired: yes 








回复

使用道具 举报

23

主题

259

帖子

1051

积分

金牌会员

Rank: 6Rank: 6

积分
1051
金钱
792
HASS币
0
 楼主| 发表于 2018-4-28 23:04:40 | 显示全部楼层
本帖最后由 puppy0505 于 2018-4-28 23:06 编辑

整了半天了实在不会
或者大神 教下
怎么使用 automation.old
回复

使用道具 举报

0

主题

105

帖子

482

积分

中级会员

Rank: 3Rank: 3

积分
482
金钱
377
HASS币
0
发表于 2018-6-19 11:21:24 | 显示全部楼层
我也出现同样的问题,找了很多方法还是这样
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

Archiver|手机版|小黑屋|Hassbian

GMT+8, 2024-11-23 21:54 , Processed in 0.050972 second(s), 27 queries .

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

快速回复 返回顶部 返回列表