Compare commits
4 Commits
741b283218
...
93b2d4f401
Author | SHA1 | Date | |
---|---|---|---|
93b2d4f401 | |||
ca0ef18df3 | |||
cd6625b08e | |||
4810652d99 |
@@ -1 +1 @@
|
|||||||
2025.9.1
|
2025.9.3
|
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
[submodule "themes/blackened"]
|
||||||
|
path = themes/blackened
|
||||||
|
url = https://github.com/home-assistant-community-themes/blackened.git
|
@@ -1281,3 +1281,12 @@
|
|||||||
message: Türklingel (innen)
|
message: Türklingel (innen)
|
||||||
action: notify.alle_mobilen_gerate
|
action: notify.alle_mobilen_gerate
|
||||||
mode: single
|
mode: single
|
||||||
|
- id: '1757574193367'
|
||||||
|
alias: Zone Notification
|
||||||
|
description: ''
|
||||||
|
use_blueprint:
|
||||||
|
path: homeassistant/notify_leaving_zone.yaml
|
||||||
|
input:
|
||||||
|
person_entity: person.marcus_scholz
|
||||||
|
zone_entity: zone.home
|
||||||
|
notify_device: 773450cae5e93524731940ad081846d9
|
||||||
|
@@ -71,3 +71,6 @@ generic_hygrostat:
|
|||||||
away_humidity: 60
|
away_humidity: 60
|
||||||
away_fixed: true
|
away_fixed: true
|
||||||
sensor_stale_duration: 00:15:00
|
sensor_stale_duration: 00:15:00
|
||||||
|
|
||||||
|
frontend:
|
||||||
|
themes: !include_dir_merge_named themes
|
||||||
|
58
esphome/archive/aussensensor.yaml
Normal file
58
esphome/archive/aussensensor.yaml
Normal file
@@ -0,0 +1,58 @@
|
|||||||
|
substitutions:
|
||||||
|
name: "aussensensor"
|
||||||
|
friendly_name: "Außensensor"
|
||||||
|
|
||||||
|
esphome:
|
||||||
|
name: ${name}
|
||||||
|
friendly_name: ${friendly_name}
|
||||||
|
name_add_mac_suffix: false
|
||||||
|
project:
|
||||||
|
name: sensor.outdoor
|
||||||
|
version: "0.8"
|
||||||
|
min_version: 2022.1.0
|
||||||
|
|
||||||
|
esp32:
|
||||||
|
board: nodemcu-32s
|
||||||
|
framework:
|
||||||
|
type: arduino
|
||||||
|
|
||||||
|
wifi:
|
||||||
|
ssid: "Voltage-legacy"
|
||||||
|
password: !secret voltage_legacy_psk
|
||||||
|
use_address: ${name}.home
|
||||||
|
power_save_mode: high
|
||||||
|
fast_connect: on
|
||||||
|
|
||||||
|
# Enable fallback hotspot (captive portal) in case wifi connection fails
|
||||||
|
ap:
|
||||||
|
ssid: "Aussensensor Fallback Hotspot"
|
||||||
|
password: !secret fallback_psk
|
||||||
|
|
||||||
|
captive_portal:
|
||||||
|
|
||||||
|
# Enable logging
|
||||||
|
logger:
|
||||||
|
|
||||||
|
# Enable Home Assistant API
|
||||||
|
api:
|
||||||
|
encryption:
|
||||||
|
key: !secret apikey
|
||||||
|
|
||||||
|
ota:
|
||||||
|
platform: esphome
|
||||||
|
password: !secret ota
|
||||||
|
|
||||||
|
# DHT22 sensor
|
||||||
|
sensor:
|
||||||
|
- platform: dht
|
||||||
|
model: dht22
|
||||||
|
pin: 25
|
||||||
|
temperature:
|
||||||
|
name: "Temperatur außen"
|
||||||
|
humidity:
|
||||||
|
name: "Luftfeuchtigkeit außen"
|
||||||
|
update_interval: 60s
|
||||||
|
# WiFi signal strength
|
||||||
|
- platform: wifi_signal
|
||||||
|
name: "WiFi Signalstärke"
|
||||||
|
update_interval: 60s
|
@@ -67,12 +67,12 @@ esp32_camera:
|
|||||||
href_pin: GPIO23
|
href_pin: GPIO23
|
||||||
pixel_clock_pin: GPIO22
|
pixel_clock_pin: GPIO22
|
||||||
power_down_pin: GPIO32
|
power_down_pin: GPIO32
|
||||||
resolution: SVGA
|
resolution: XGA
|
||||||
max_framerate: 24 fps
|
max_framerate: 24 fps
|
||||||
idle_framerate: 0.2 fps
|
idle_framerate: 0.2 fps
|
||||||
jpeg_quality: 30
|
jpeg_quality: 15
|
||||||
agc_mode: auto
|
agc_mode: auto
|
||||||
agc_gain_ceiling: 4x
|
agc_gain_ceiling: 8x
|
||||||
wb_mode: auto
|
wb_mode: auto
|
||||||
vertical_flip: true
|
vertical_flip: true
|
||||||
horizontal_mirror: true
|
horizontal_mirror: true
|
||||||
|
@@ -56,12 +56,12 @@ esp32_camera:
|
|||||||
href_pin: GPIO23
|
href_pin: GPIO23
|
||||||
pixel_clock_pin: GPIO22
|
pixel_clock_pin: GPIO22
|
||||||
power_down_pin: GPIO32
|
power_down_pin: GPIO32
|
||||||
resolution: SVGA
|
resolution: XGA
|
||||||
max_framerate: 24 fps
|
max_framerate: 24 fps
|
||||||
idle_framerate: 0.2 fps
|
idle_framerate: 0.2 fps
|
||||||
jpeg_quality: 30
|
jpeg_quality: 15
|
||||||
agc_mode: auto
|
agc_mode: auto
|
||||||
agc_gain_ceiling: 4x
|
agc_gain_ceiling: 8x
|
||||||
wb_mode: auto
|
wb_mode: auto
|
||||||
vertical_flip: true
|
vertical_flip: true
|
||||||
horizontal_mirror: true
|
horizontal_mirror: true
|
||||||
|
1
themes/blackened
Submodule
1
themes/blackened
Submodule
Submodule themes/blackened added at 4393cc34a9
Reference in New Issue
Block a user