This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| esphome: | |
| name: phsensor | |
| platform: ESP8266 | |
| board: d1_mini | |
| wifi: | |
| ssid: "YOUR_WIFI_NAME" | |
| password: "YOUR_WIFI_PASS" | |
| # Enable fallback hotspot (captive portal) in case wifi connection fails |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| esphome: | |
| name: esp32-cam | |
| platform: ESP32 | |
| board: esp32dev | |
| # Enable logging | |
| logger: | |
| # Enable Home Assistant API | |
| api: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| esphome: | |
| name: idasen | |
| platform: esp32 | |
| board: esp32dev # Replace with your board | |
| # Starting with ESPHome 2021.10, libraries need to be included manually | |
| libraries: | |
| - "ESP32 BLE Arduino" | |
| # Enable logging | |
| logger: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| esphome: | |
| name: temperature-sensor-bmp280 | |
| esp8266: | |
| board: d1_mini | |
| # Enable logging | |
| logger: | |
| # Enable Home Assistant API |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| esphome: | |
| name: temperature-sensor-bme280 | |
| esp8266: | |
| board: d1_mini | |
| # Enable logging | |
| logger: | |
| # Enable Home Assistant API |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| alias: Send notification when alarm is Disarmed | |
| description: "" | |
| trigger: | |
| - platform: state | |
| entity_id: | |
| - alarm_control_panel.home_alarm | |
| to: disarmed | |
| condition: [] | |
| action: | |
| - service: notify.mobile_app_kiril |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| substitutions: | |
| name: victron-mppt | |
| external_components_source: github://KinDR007/VictronMPPT-ESPHOME@main | |
| esphome: | |
| name: ${name} | |
| platform: ESP8266 | |
| board: d1_mini | |
| external_components: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| esphome: | |
| name: soundsensor | |
| friendly_name: SoundSensor | |
| esp8266: | |
| board: d1_mini | |
| # Enable logging | |
| logger: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| services: | |
| homeassistant: | |
| container_name: ha | |
| image: ghcr.io/home-assistant/home-assistant:stable | |
| volumes: | |
| - 'C:\homeassistant:/config' | |
| environment: | |
| - TZ=Europe/Sofia # get your Time Zone from - https://en.wikipedia.org/wiki/List_of_tz_database_time_zones | |
| # network_mode: host | |
| ports: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| esphome: | |
| name: ld2410-esp32 | |
| friendly_name: ld2410-esp32 | |
| esp32: | |
| board: esp32dev | |
| framework: | |
| type: arduino | |
| # Enable logging |