Files
hassos_config/esphome/cfg_offline/ep1-woonkamer.yaml
2025-06-23 12:40:35 +02:00

56 lines
1.5 KiB
YAML
Executable File

substitutions:
name: ${device_name}
device_name: "ep1_woonkamer"
location: "woonkamer"
comment: "esp32, mmwave, pir, BTproxy"
friendly_name: "ep1_woonkamer"
project_name: "Everything Smart Technology.Everything Presence One"
project_version: "1.1.3"
temperature_offset: "-3"
humidity_offset: "5"
temperature_update_interval: "60s"
illuminance_update_interval: "30s"
pir_delay_off: "10s"
occupancy_delay_off: "15s"
hidden_ssid: "false"
factory_reset_disabled: "true"
uart_target_output_disabled: "true"
uart_presence_output_disabled: "true"
api_password: !secret ep1_woonkamer_api
ota_password: !secret ota_password
wifi_ssid: !secret wifi_ssid
wifi_password: !secret wifi_password
gateway: !secret ip_gateway
subnet: !secret ip_subnet
ip: !secret ep1_woonkamer_ip
pin_sda: GPIO26
pin_scl: GPIO25
pin_status: GPIO32
packages:
board: !include boards/esp32_wroom_arduino.yaml
device_base: !include common/common.yaml
device_version: !include common/ep_one-sen0395-stable.yaml
connection: !include common/wifi.yaml
logger: !include templates/logger.yaml
i2c: !include interfaces/i2c_a.yaml
bt_proxy: !include common/bluetooth.yaml
sen0395_base: !include sensors/sen0395_base.yaml
wifi:
on_connect:
- switch.turn_on: mmwave_sensor
esp32_improv:
authorizer: none
dashboard_import:
package_import_url: github://everythingsmarthome/everything-presence-one/everything-presence-one-ble.yaml@main
import_full_config: false
esphome:
project:
name: "${project_name}"
version: "${project_version}"