-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathconfig.example.yaml
69 lines (68 loc) · 1.73 KB
/
config.example.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
homeassistant:
host: localhost
port: 8123
access_token: ACCESS_TOKEN
shpi:
backlight: './backlight'
rooms:
- name: home
icon: "home"
cards:
- type: weather
name: Wetter
provider: homeassistant
entity_id: weather.home
- type: door
name: Türklingel
opener:
provider: homeassistant
entity_id: switch.ac
camera:
provider: homeassistant
entity_id: camera.demo_camera
#- type: garbage
# name: Abfallkalender
# provider: ical
# url: http://example.org
# filter:
# blue: PPK
# grey: Restabfall
# yellow: LVP
# brown: Bio
- name: living
icon: "sofa"
cards:
- type: lights
name: Licht
entities:
- name: Deckenlicht
provider: homeassistant
entity_id: switch.switch_1
icon: "lightbulb"
- name: Lampe
provider: homeassistant
entity_id: light.ceiling_lights
icon: "lamp"
- type: thermostat
name: Heizung
provider: homeassistant
entity_id: climate.thermostat
unit_of_measurement: °C
sensors:
- name: Aktuelle Temperatur
provider: homeassistant
entity_id: sensor.thermostat_temperature
icon: "thermometer"
- name: Batterie
provider: homeassistant
entity_id: sensor.thermostat_battery
icon: "battery"
controls:
- type: temperature
value: 30
icon: fire
color: "#E74C3C"
- type: temperature
value: 4
icon: snowflake
color: "#3498DB"