-
Notifications
You must be signed in to change notification settings - Fork 52
/
Copy pathcustomize.yaml
91 lines (68 loc) · 1.74 KB
/
customize.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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
# Images go in www directory
# Be sure to check ./storage/ for entity names, some entities
# have been renamed in the entity_registry instead of here
### LIGHTS ###
light.aquarium_light:
icon: mdi:fish
friendly_name: Aquarium Light
light.under_cabinet_lights:
icon: mdi:wall-sconce-flat
### MEDIA PLAYER ###
# media_player.living_room_2:
# friendly_name: "Living Room TV"
# icon: mdi:television
### SWITCHES ###
switch.andrew_office_speakers:
icon: "mdi:speaker"
switch.andrew_monitor:
icon: "mdi:monitor"
switch.tv:
friendly_name: TV
icon: mdi:television-classic
switch.nas:
friendly_name: "Plex"
icon: mdi:server
switch.dining_room_christmas_tree:
icon: mdi:pine-tree
### SENSORS ###
sensor.sonoff_pow_current:
icon: mdi:flash
sensor.sonoff_pow_power:
icon: mdi:speedometer
sensor.sonoff_pow_today_energy:
icon: mdi:power-plug
sensor.sonoff_pow_yesterday_energy:
icon: mdi:power-plug
sensor.sonoff_pow_today_cost:
icon: mdi:square-inc-cash
sensor.sonoff_pow_yesterday_cost:
icon: mdi:square-inc-cash
### THERMOSTAT ###
# climate.thermostat:
# friendly_name: Adjust
# sensor.thermostat_fan_status:
# friendly_name: Fan Status
# icon: mdi:fan
# sensor.thermostat_state:
# friendly_name: State
# icon: mdi:fan
# sensor.thermostat_temperature:
# icon: mdi:thermometer-lines
# friendly_name: Temperature Readout
# sensor.thermostat_setpoint:
# friendly_name: Setpoint
# icon: mdi:thermometer
# sensor.ac_runtime_today:
# friendly_name: Runtime Today
# sensor.ac_runtime_yesterday:
# friendly_name: Runtime Yesterday
### SCRIPTS ###
script.copy:
friendly_name: Plex Copy
icon: mdi:content-copy
### OTHER ###
zone.home:
beacon:
uuid: 33d723f1-621e-68a5-59a0-8d15e3992d56
major: 0
minor: 0