updated config

This commit is contained in:
2022-10-02 16:24:54 +02:00
parent ea7a3734eb
commit 8da6a3d84d
2 changed files with 20 additions and 14 deletions

View File

@@ -8,15 +8,15 @@ logger:
# Enable Home Assistant API
api:
password: "feelhome123"
password: !secret api_secret
ota:
password: "feelhome123"
password: !secret ota_key
wifi:
ssid: "lauIOT"
password: "superiot1"
domain: .home.cabestan.be
ssid: !secret wireless_ssid
password: !secret wireless_key
domain: !secret wireless_domain
# Enable fallback hotspot (captive portal) in case wifi connection fails
ap:
@@ -39,18 +39,18 @@ time:
id: esptime
timezone: "Europe/Brussels"
on_time:
- seconds: /1
- seconds: /2
then:
- display.page.show_next: saloon_display
font:
- file: "Roboto-Black.ttf"
- file: "fonts/Roboto/Roboto-Black.ttf"
id: my_font_16
size: 16
- file: "Roboto-Black.ttf"
- file: "fonts/Roboto/Roboto-Black.ttf"
id: my_font_14
size: 14
- file: "materialdesignicons-webfont.ttf"
- file: "fonts/materialdesignicons-webfont.ttf"
id: icons_14
size: 14
glyphs:
@@ -125,6 +125,7 @@ display:
- platform: ssd1306_i2c
model: "SSD1306 128x64"
reset_pin: D0
update_interval: 2s
address: 0x3C
id: saloon_display
rotation: 90