mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-09 18:40:14 -04:00
fixing exphome devices and getting rid of grocy
This commit is contained in:
@@ -21,4 +21,7 @@ logger:
|
||||
packages:
|
||||
wifi: !include common/wifi.yaml
|
||||
device_base: !include common/device_base.yaml
|
||||
hx711: !include common/hx711_single_verbose.yaml
|
||||
hx711: !include common/hx711_single_verbose.yaml
|
||||
|
||||
esp8266:
|
||||
board: nodemcuv2
|
||||
@@ -1,7 +1,7 @@
|
||||
esphome:
|
||||
name: ${devicename}
|
||||
platform: ${platform}
|
||||
board: ${board}
|
||||
# platform: ${platform}
|
||||
# board: ${board}
|
||||
|
||||
# Enable logging
|
||||
logger:
|
||||
|
||||
@@ -3,7 +3,7 @@ substitutions:
|
||||
entity_name: front_yard_plant_monitor
|
||||
friendly_name: Front Yard Plant Monitor
|
||||
platform: ESP32
|
||||
board: esp32-poe-iso #nodemcu-32s
|
||||
board: esp32-poe-iso
|
||||
static_ip: !secret front-yard-plant-monitor-ip
|
||||
|
||||
packages:
|
||||
@@ -12,6 +12,8 @@ packages:
|
||||
device_base: !include common/device_base.yaml
|
||||
ble_proxy: !include common/ble_proxy.yaml
|
||||
|
||||
esp32:
|
||||
board: esp32-poe-iso
|
||||
|
||||
logger:
|
||||
level: DEBUG
|
||||
|
||||
@@ -12,6 +12,9 @@ packages:
|
||||
device_base: !include common/device_base.yaml
|
||||
ble_proxy: !include common/ble_proxy.yaml
|
||||
|
||||
esp32:
|
||||
board: esp32-poe-iso
|
||||
|
||||
logger:
|
||||
level: DEBUG
|
||||
logs:
|
||||
|
||||
@@ -23,3 +23,6 @@ packages:
|
||||
device_base: !include common/device_base.yaml
|
||||
hx711: !include common/hx711_single_verbose.yaml
|
||||
ble_proxy: !include common/ble_proxy.yaml
|
||||
|
||||
esp32:
|
||||
board: wemos_d1_mini32
|
||||
|
||||
@@ -10,6 +10,9 @@ packages:
|
||||
wifi: !include common/wifi.yaml
|
||||
device_base: !include common/device_base.yaml
|
||||
|
||||
esp8266:
|
||||
board: d1_mini
|
||||
|
||||
esphome:
|
||||
# If buzzer is enabled, notify on api connection success
|
||||
on_boot:
|
||||
|
||||
@@ -82,6 +82,9 @@ packages:
|
||||
# device_base: !include common/complex_esp32_base.yaml
|
||||
device_base: !include common/device_base.yaml
|
||||
|
||||
esp32:
|
||||
board: nodemcu-32s
|
||||
|
||||
# web_server:
|
||||
# port: 80
|
||||
|
||||
|
||||
@@ -22,3 +22,6 @@ packages:
|
||||
wifi: !include common/wifi.yaml
|
||||
device_base: !include common/device_base.yaml
|
||||
hx711: !include common/hx711_single_verbose.yaml
|
||||
|
||||
esp8266:
|
||||
board: nodemcuv2
|
||||
|
||||
Reference in New Issue
Block a user