forked from tchiavegatti/HomeAssistant
-
Notifications
You must be signed in to change notification settings - Fork 0
/
recorder.yaml
70 lines (67 loc) · 2.06 KB
/
recorder.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
66
67
68
69
70
#https://home-assistant.io/components/binary_sensor/
purge_interval: 1
purge_keep_days: 3
exclude:
domains:
- automation
- weblink
- updater
- group
- light
- script
- sensor
- switch
- zone
- zwave
entities:
- binary_sensor.downstairs_thermostat_has_leaf
- binary_sensor.downstairs_thermostat_is_locked
- binary_sensor.downstairs_thermostat_is_using_emergency_heat
- binary_sensor.ge_32563_hinge_pin_smart_door_sensor_sensor
- binary_sensor.ge_32563_hinge_pin_smart_door_sensor_sensor_2
- binary_sensor.home_away
- binary_sensor.unknown_id021f_unknown_type0003_id0101_sensor
- binary_sensor.vision_zg8101_garage_door_detector_sensor
- sun.sun
- sensor.last_boot
- sensor.date
- input_boolean.vacation
include:
entities:
- group.bedroom_lights
- group.outside_lights
- light.yeelightrgb2
- sensor.garagedoorstatus
- sensor.approxwattage
- sensor.backdoorstatus
- sensor.downstairs_thermostat_operation_mode
- sensor.garagedoorstatus
- sensor.gehingepinsensor1
- sensor.gehingepinsensor2
- sensor.homeassistant_v2db
- sensor.homeassistantlog
- sensor.load_15m
- sensor.load_5m
- sensor.load_1m
- sensor.memory_use_percent
- sensor.pow1_power
- sensor.pow1_voltage
- sensor.processor_use
- sensor.speedtest_download
- sensor.speedtest_upload
- sensor.ups_battery_runtime
- sensor.upsstate
- sensor.wifisignal
- switch.basic1
- switch.desktop_switch
- switch.htpc_switch
- switch.pow1
domains:
- climate
- device_tracker
- binary_sensor
####################################################
# #
# END OF CONFIGURATION FILE #
# #
####################################################