bringing code up to date with latest esphome changes

This commit is contained in:
Brian Hanifin
2022-09-22 08:26:41 -07:00
parent e31d330053
commit 236ca06615
10 changed files with 24 additions and 13 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
---
wifi_ssid: ""
wifi_pass: ""
wifi_password: ""
failover_password: ""
+5 -1
View File
@@ -2,5 +2,9 @@
# https://esphome.io/devices/nodemcu_esp32.html
esphome:
name: $hostname
platform: ESP32
esp32:
board: nodemcu-32s
framework:
version: recommended
+5 -1
View File
@@ -1,5 +1,9 @@
---
esphome:
name: $hostname
platform: ESP32
esp32:
board: esp-wrover-kit
framework:
version: recommended
+4 -1
View File
@@ -1,5 +1,8 @@
---
esphome:
name: $hostname
platform: ESP8266
esp8266:
board: esp01_1m
framework:
version: recommended
+1 -1
View File
@@ -1,5 +1,5 @@
wifi:
ssid: !secret wifi_ssid
password: !secret wifi_pass
password: !secret wifi_password
use_address: $ip
#reboot_timeout: 0s # Disable reboots for when Home Assistant is offline for an extended time.
+1 -1
View File
@@ -1,7 +1,7 @@
---
wifi:
ssid: !secret wifi_ssid
password: !secret wifi_pass
password: !secret wifi_password
# Fallback Hotspot (requires "captive_portal:").
ap:
+2 -2
View File
@@ -13,7 +13,7 @@ substitutions:
zone1_name: Front yard drip
zone1_times_entity: input_text.front_yard_drip_times
zone2_name: Pool filler
zone2_times_entity: input_text.pool_filler_times
@@ -30,7 +30,7 @@ esphome:
wifi:
ssid: !secret wifi_ssid
password: !secret wifi_pass
password: !secret wifi_password
# Disable rebooting due to losing connection with Home Assistant. This will allow
# the watering schedule to continue if Home Assistant goes down. Should it become
+1 -1
View File
@@ -18,7 +18,7 @@ substitutions:
# wifi:
# ssid: !secret wifi_ssid
# password: !secret wifi_pass
# password: !secret wifi_password
# use_address: plug01.local
# <<: !include common/ota.yaml
+2 -2
View File
@@ -3,7 +3,7 @@ substitutions:
project: Pool Sensors
id: pool
hostname: pool
ip:
ip:
air_temp_gpio: GPIO19
@@ -20,7 +20,7 @@ substitutions:
wifi:
ssid: !secret wifi_ssid
password: !secret wifi_pass
password: !secret wifi_password
# Using these as a precaution to ensure solid WiFi connectivity.
power_save_mode: none
+2 -2
View File
@@ -135,7 +135,7 @@ binary_sensor:
# Use motion detection to keep fan running.
- platform: homeassistant
id: motion
entity_id: binary_sensor.upstairs_bathroom_presence
entity_id: binary_sensor.upstairs_bathroom_motion
on_state:
- if:
condition:
@@ -307,7 +307,7 @@ switch:
- switch.turn_off: relay
text_sensor:
# Trigger states: PHYSICAL, VIRTUAL (UI or Alexa/Google), PRESENCE, HUMIDITY
# Trigger states: PHYSICAL, VIRTUAL (UI or Alexa/Google), motion, HUMIDITY
- platform: template
id: diagnostic_last_trigger
name: "$project last trigger"