-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathgree-ac-esp8266.yaml
35 lines (32 loc) · 1.02 KB
/
gree-ac-esp8266.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
substitutions:
name: cabinet-ac
friendly_name: Cabinet Climate
# Wi-Fi AP password in safe mode. Default: "12345678"
#ap_password: !secret ap_password
# Network domain. Default: .local
#domain: !secret domain
# HomeAssistant API key. Default: sOsBobs9D/bNFOBZ5GFr+TuHdMbYMntmDNXt5F/3lk0=
#api_key: !secret api_key
# OTA firmware update password. Default: no password
#ota_password: !secret ota_password
wifi:
# Your SSID name. Must be located in 'secrets.yaml' file.
ssid: !secret wifi_ssid
# Your SSID password. Must be located in 'secrets.yaml' file.
password: !secret wifi_password
# Uncomment on the first firmware update.
#use_address: iot-uni-dongle.local
esphome:
project:
name: "dudanov.midea-ac-control"
version: "1.0"
packages:
remote_package:
url: https://github.com/dudanov/esphome-packages
refresh: 0d
files: [
# Main dongle package
hardware/iot-uni-dongle/device.yaml,
# Generic GREE. Select your model HERE.
climate/gree/generic.yaml,
]