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

 找回密码
 立即注册
查看: 4733|回复: 3

[技术探讨] 关于自动化delay使用问题

[复制链接]

5

主题

120

帖子

253

积分

中级会员

Rank: 3Rank: 3

积分
253
金钱
133
HASS币
0
发表于 2018-10-15 00:40:47 | 显示全部楼层 |阅读模式
- alias: Auto_Close_MyRoom_Ligt2
  trigger:
    entity_id:  binary_sensor.myroom
    platform: state
    from: 'on'
    to: 'off'
  condition:
    condition: time
    after: '18:00'
    before: 01:00  
  action:
    - delay: 0:35
    - service: light.turn_off
    entity_id: light.my_room_tow

- delay: 0:35   这个我是在官网上看到是这样写的,但我写上去后一直报错。

报错如下:


Error loading /****/.homeassistant/configuration.yaml: while parsing a block collection  in "/******/.homeassistant/automations.yaml", line 129, column 5expected <block end>, but found '?'  in "/****/.homeassistant/automations.yaml", line 131, column 5

回复

使用道具 举报

30

主题

997

帖子

4151

积分

论坛元老

Rank: 8Rank: 8

积分
4151
金钱
3149
HASS币
0

活跃会员

发表于 2018-10-15 07:34:10 | 显示全部楼层
- delay:
    seconds: 35
回复

使用道具 举报

27

主题

2143

帖子

8930

积分

论坛元老

Rank: 8Rank: 8

积分
8930
金钱
6782
HASS币
30

论坛元老

发表于 2018-10-15 20:26:12 | 显示全部楼层
- delay: 00:35:00
这个格式是最简单的写法,还有就是像二楼这样写法,支持配置:milliseconds, seconds, minutes, hours, days
回复

使用道具 举报

22

主题

303

帖子

1071

积分

金牌会员

Rank: 6Rank: 6

积分
1071
金钱
763
HASS币
20
发表于 2018-10-21 12:34:57 | 显示全部楼层
- delay: 00:00:35
回复

使用道具 举报

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

本版积分规则

Archiver|手机版|小黑屋|Hassbian

GMT+8, 2024-11-24 07:02 , Processed in 0.147629 second(s), 26 queries .

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

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