Skip to content

Commit

Permalink
Revert to upstream settings
Browse files Browse the repository at this point in the history
  • Loading branch information
gunstr committed Dec 18, 2023
1 parent b34300e commit 37553dc
Showing 1 changed file with 8 additions and 13 deletions.
21 changes: 8 additions & 13 deletions rego1000.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,28 +2,23 @@ esphome:
name: heatpump-logger

esp32:
board: esp32-evb
board: nodemcu-32s
framework:
type: arduino

ethernet:
type: LAN8720
mdc_pin: GPIO23
mdio_pin: GPIO18
clk_mode: GPIO17_OUT
phy_addr: 0
manual_ip:
static_ip: 192.168.0.21
gateway: 192.168.0.1
subnet: 255.255.255.0
wifi:
ssid: !secret wifi_ssid
password: !secret wifi_password
ap:
ssid: "esp-rego1000"
password: !secret fallback_password

logger:
level: INFO
baud_rate: 0

api:
encryption:
key: !secret ha_api_encryption_key
password: !secret hass_api_password

ota:
password: !secret ota_password
Expand Down

0 comments on commit 37553dc

Please sign in to comment.