diff --git a/esphome/epaperframe.yaml b/esphome/epaperframe.yaml index c1d154b..afcf5ca 100644 --- a/esphome/epaperframe.yaml +++ b/esphome/epaperframe.yaml @@ -21,7 +21,7 @@ esphome: esp32: board: nodemcu-32s framework: - type: arduino + type: esp-idf wifi: ssid: "Voltage-legacy" diff --git a/esphome/geigercounter.yaml b/esphome/geigercounter.yaml index 4c52326..a7f3bfa 100644 --- a/esphome/geigercounter.yaml +++ b/esphome/geigercounter.yaml @@ -14,7 +14,7 @@ esphome: esp32: board: nodemcu-32s framework: - type: arduino + type: esp-idf wifi: ssid: "Voltage-legacy" diff --git a/esphome/home-assistant-voice-09c0e7.yaml b/esphome/home-assistant-voice-09c0e7.yaml index 920ef4e..5a436e0 100644 --- a/esphome/home-assistant-voice-09c0e7.yaml +++ b/esphome/home-assistant-voice-09c0e7.yaml @@ -1,6 +1,6 @@ substitutions: name: home-assistant-voice-09c0e7 - friendly_name: Home Assistant Voice 09c0e7 + friendly_name: Home Assistant Voice Küche packages: Nabu Casa.Home Assistant Voice PE: github://esphome/home-assistant-voice-pe/home-assistant-voice.yaml esphome: @@ -29,4 +29,5 @@ api: ota: platform: esphome password: !secret ota - \ No newline at end of file + +http_request: diff --git a/esphome/home-assistant-voice-0a7c6b.yaml b/esphome/home-assistant-voice-0a7c6b.yaml new file mode 100644 index 0000000..64d737b --- /dev/null +++ b/esphome/home-assistant-voice-0a7c6b.yaml @@ -0,0 +1,33 @@ +substitutions: + name: home-assistant-voice-0a7c6b + friendly_name: Home Assistant Voice Wohnzimmer +packages: + Nabu Casa.Home Assistant Voice PE: github://esphome/home-assistant-voice-pe/home-assistant-voice.yaml +esphome: + name: ${name} + name_add_mac_suffix: false + friendly_name: ${friendly_name} + +wifi: + ssid: "Voltage-legacy" + password: !secret voltage_legacy_psk + #use_address: ${name}.home + #power_save_mode: high + #fast_connect: on + min_auth_mode: WPA2 + + # Enable fallback hotspot (captive portal) in case wifi connection fails + ap: + ssid: "HA Voice Fallback Hotspot" + password: !secret fallback_psk + +# Enable Home Assistant API +api: + encryption: + key: !secret apikey + +ota: + platform: esphome + password: !secret ota + +http_request: diff --git a/esphome/kamera-balkon.yaml b/esphome/kamera-balkon.yaml index 67e2ebf..2464338 100644 --- a/esphome/kamera-balkon.yaml +++ b/esphome/kamera-balkon.yaml @@ -14,7 +14,7 @@ esphome: esp32: board: esp32cam framework: - type: arduino + type: esp-idf wifi: ssid: "Voltage-legacy" diff --git a/esphome/kamera-wohnzimmer.yaml b/esphome/kamera-wohnzimmer.yaml index f08292e..e6874bd 100644 --- a/esphome/kamera-wohnzimmer.yaml +++ b/esphome/kamera-wohnzimmer.yaml @@ -14,7 +14,7 @@ esphome: esp32: board: esp32dev framework: - type: arduino + type: esp-idf wifi: ssid: "Voltage-legacy" diff --git a/esphome/livingroom.yaml b/esphome/livingroom.yaml index 8baa527..b3f7e60 100644 --- a/esphome/livingroom.yaml +++ b/esphome/livingroom.yaml @@ -52,7 +52,7 @@ esphome: esp32: board: nodemcu-32s framework: - type: arduino + type: esp-idf wifi: ssid: "Voltage-legacy" @@ -117,7 +117,6 @@ light: uart: id: uartPM rx_pin: GPIO22 - tx_pin: GPIO23 baud_rate: 9600 # Create text sensor to represent CO2 LED warn state (somewhat redundant) @@ -212,7 +211,7 @@ sensor: ambient_pressure_compensation: 1 automatic_self_calibration: True address: 0x61 - update_interval: 60s + update_interval: 10s # Vindriktning particulate matter sensor - platform: pm1006 pm_2_5: diff --git a/esphome/serverroom.yaml b/esphome/serverroom.yaml index 2cf24d4..693afff 100644 --- a/esphome/serverroom.yaml +++ b/esphome/serverroom.yaml @@ -14,7 +14,7 @@ esphome: esp32: board: esp32-c3-devkitm-1 framework: - type: arduino + type: esp-idf wifi: ssid: "Voltage-legacy" diff --git a/esphome/sleepingroom.yaml b/esphome/sleepingroom.yaml index fbf0996..01f5c5f 100644 --- a/esphome/sleepingroom.yaml +++ b/esphome/sleepingroom.yaml @@ -51,7 +51,7 @@ esphome: esp32: board: nodemcu-32s framework: - type: arduino + type: esp-idf wifi: ssid: "Voltage-legacy" @@ -116,7 +116,6 @@ light: uart: id: uartPM rx_pin: GPIO26 - tx_pin: GPIO27 baud_rate: 9600 # Create text sensor to represent CO2 LED warn state (somewhat redundant) @@ -211,7 +210,7 @@ sensor: ambient_pressure_compensation: 1 automatic_self_calibration: True address: 0x61 - update_interval: 60s + update_interval: 10s # Vindriktning particulate matter sensor - platform: pm1006 uart_id: uartPM