This file contains 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
i2c: | |
sda: 4 | |
scl: 5 | |
scan: True | |
web_server: | |
port: 80 | |
# version: 3 | |
ota: false |
This file contains 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
# STEPS TO GET THE TELEGRAM TOKEN AND CHAT ID ARE: | |
## 1. In Telegram, open a chat with @BotFather - https://t.me/BotFather and enter /newbot. | |
## 2. Follow the instructions and store the token somewhere safe. | |
## 3. To get a chat ID, send any message to the GetIDs bot - https://t.me/getidsbot | |
## 4. Enter /start. The bot will return your chat ID | |
## 5. Find your newly created bot and start a chat with it | |
## 6. Add the YAML code below in configuration.yaml file in Home Assistant and restart HA | |
# configuration.yaml entry |
This file contains 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: Mealie Calendar | |
sequence: | |
- service: calendar.get_events | |
target: | |
entity_id: | |
- calendar.mealie_breakfast | |
- calendar.mealie_lunch | |
- calendar.mealie_dinner | |
- calendar.mealie_side | |
data: |
This file contains 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: rotate Gyro to control a Smart Bulb | |
description: "" | |
trigger: | |
- type: value | |
platform: device | |
device_id: 1aebc4c337ba29a2c0056367ed4f14d9 | |
entity_id: afb31e3560db5372fb7df63e258994d5 | |
domain: sensor | |
below: -6 | |
id: rotate-right-x |
This file contains 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: gyro-bmi160 | |
friendly_name: Gyro_BMI160 | |
esp8266: | |
board: esp01_1m | |
# Enable logging | |
logger: |
This file contains 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 |
This file contains 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 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 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 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 |
NewerOlder