-
Notifications
You must be signed in to change notification settings - Fork 26
/
homekit.yaml
65 lines (47 loc) · 1.46 KB
/
homekit.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
# 这里控制的是homekit,也就是iOS的home app里出现哪些内容。
# https://www.home-assistant.io/integrations/homekit/
name: 'Erimus 402'
port: 8124
safe_mode: true
filter:
# include_domains:
include_entities: # 要出现的
# Amplifier
- switch.amplifier_power
- script.amplifier_volume_up_10_times
- script.amplifier_volume_down_10_times
- switch.amplifier_mute
- script.media_play_pause
- script.media_previous
- script.media_next
# Air Conditionor
- switch.aircon_smart
# Lights
- light.light_1
- light.light_2
- light.light_3
# Pump
- switch.water_pump
# Screen
# - switch.screen
# Theater mode
- switch.theater_mode
# Leave or return home
- switch.at_home
# Sensor
# 需要在 customize 里设置特定的 device_class 来帮助识别
# 但我仍无法让 Siri 直接播报 AQI(iPhone默认可以识别部分国家地区的AQI)
# - sensor.waqi_pudong_monitoring_station_shanghai_shang_hai_pu_dong_jian_ce_zhan
# Climate
- climate.hitachi_ac
# Purifier
- switch.purifier
# Monitor
- switch.monitor
# exclude_entities: # 要排除的
# - remote.broadlink
# 合法图标仅 faucet/outlet/shower/sprinkler/valve
# https://www.home-assistant.io/integrations/homekit/
entity_config:
switch.water_pump: # 显示为水龙头的图标
type: faucet