-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample-instance.yaml
More file actions
83 lines (72 loc) · 3.8 KB
/
example-instance.yaml
File metadata and controls
83 lines (72 loc) · 3.8 KB
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
packages:
remote_package_files:
url: https://github.com/f18m/esphome-ha-interface-panel
files:
- path: main.yaml
vars:
encryption_key: "MqLWuv12+mOVDxRI7E0dK8Vx0+xy1gnRHEkzhXMBCac="
wifi_ssid: "Some-SSID"
wifi_password: "supersecretpassword"
wifi_ap_password: "deadbeefdead"
ota_password: "deadbeefdeadbeefdeadbeefdeadbeef"
# Room 1
room1_id: "bagno_p1"
room1_name: "Bagno"
room1_ha_temperature_sensor: "sensor.lumi_sensore_ambientale_bagno_p1_temperature"
room1_ha_humidity_sensor: "sensor.lumi_sensore_ambientale_bagno_p1_humidity"
room1_ha_window_contact_sensor: "binary_sensor.lumi_contatto_finestra_bagno_p1_contact"
room1_ha_floor_heating_switch: "switch.floorheating_p1_relay_bagno"
room1_ha_cover: "cover.tapparella_bagno_piano_primo"
# Room 2
room2_id: "cameretta_verde"
room2_name: "Cam. Verde"
room2_ha_temperature_sensor: "sensor.lumi_sensore_ambientale_cameretta_verde_temperature"
room2_ha_humidity_sensor: "sensor.lumi_sensore_ambientale_cameretta_verde_humidity"
room2_ha_window_contact_sensor: "binary_sensor.lumi_contatto_portafinestra_cam_verde_contact"
room2_ha_floor_heating_switch: "switch.floorheating_p1_relay_camera_verde"
room2_ha_cover: "cover.tapparella_cameretta_verde"
# Room 3
room3_id: "cameretta_gialla"
room3_name: "Cam. Gialla"
room3_ha_temperature_sensor: "sensor.tasmota_sht4x_temperature"
room3_ha_humidity_sensor: "sensor.tasmota_sht4x_humidity"
room3_ha_window_contact_sensor: "binary_sensor.lumi_contatto_cameretta_gialla_contact"
room3_ha_floor_heating_switch: "switch.floorheating_p1_relay_camera_gialla"
room3_ha_cover: "cover.tapparella_cameretta_gialla"
# Room 4
room4_id: "cameretta_arancione"
room4_name: "Cam. Arancio"
room4_ha_temperature_sensor: "sensor.broadlink_smart_ir_remote_p1_cameretta_arancione_temperatura"
room4_ha_humidity_sensor: "sensor.broadlink_smart_ir_remote_p1_cameretta_arancione_umidita"
room4_ha_window_contact_sensor: "binary_sensor.lumi_contatto_cameretta_arancione_contact"
room4_ha_floor_heating_switch: "switch.floorheating_p1_relay_camera_arancione"
room4_ha_cover: "cover.tapparella_cameretta_arancione_2"
# Temperature setting 1 (daytime)
temp_setting_daytime_id: "diurno_p1"
temp_setting_daytime_label: "Giorno"
temp_setting_daytime_ha_sensor: "input_number.temperatura_riscaldamento_diurno_stanze_p1"
# Temperature setting 2 (nighttime)
temp_setting_nighttime_id: "notturno_p1"
temp_setting_nighttime_label: "Notte"
temp_setting_nighttime_ha_sensor: "input_number.temperatura_riscaldamento_notturno_stanze_p1"
# Current target temperature sensor
ha_temperature_target_sensor: "sensor.temperatura_target_attuale_p1"
# Scenes
scene1_action_type: "scene.turn_on"
scene1_entity_id: "scene.scene1"
scene1_name: "Scene 1"
scene1_icon: "\U000F05A8"
scene2_action_type: "scene.turn_on"
scene2_entity_id: "" # leave empty to hide the whole button
scene2_name: "Scene 2"
scene2_icon: "\U000F05A8"
scene3_action_type: "scene.turn_on"
scene3_entity_id: "" # leave empty to hide the whole button
scene3_name: "Scene 3"
scene3_icon: "\U000F05A8"
scene4_action_type: "scene.turn_on"
scene4_entity_id: "" # leave empty to hide the whole button
scene4_name: "Scene 4"
scene4_icon: "\U000F05A8"
ref: main # optional
refresh: 1d # optional