pir_yaml
Differences
This shows you the differences between two versions of the page.
pir_yaml [2023/04/25 19:42] – created 192.168.1.23 | pir_yaml [2023/04/26 10:46] (current) – 192.168.1.113 | ||
---|---|---|---|
Line 1: | Line 1: | ||
{{:: | {{:: | ||
+ | |||
+ | ==== Complete YAML ==== | ||
+ | |||
+ | |||
+ | < | ||
+ | esphome: | ||
+ | name: garage-pir2 | ||
+ | friendly_name: | ||
+ | |||
+ | esp8266: | ||
+ | board: d1_mini | ||
+ | |||
+ | # Enable logging | ||
+ | logger: | ||
+ | |||
+ | # Enable Home Assistant API | ||
+ | api: | ||
+ | encryption: | ||
+ | key: " | ||
+ | |||
+ | ota: | ||
+ | password: " | ||
+ | |||
+ | wifi: | ||
+ | ssid: !secret wifi_ssid | ||
+ | password: !secret wifi_password | ||
+ | |||
+ | # Enable fallback hotspot (captive portal) in case wifi connection fails | ||
+ | ap: | ||
+ | ssid: " | ||
+ | password: " | ||
+ | |||
+ | captive_portal: | ||
+ | |||
+ | binary_sensor: | ||
+ | - platform: gpio | ||
+ | pin: D6 | ||
+ | name: " | ||
+ | device_class: | ||
+ | | ||
+ | </ |
pir_yaml.1682466157.txt.gz · Last modified: 2023/04/25 19:42 by 192.168.1.23