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
| blueprint: | |
| name: Громкость станции по умолчанию | |
| description: Громкость станции по умолчанию | |
| domain: automation | |
| input: | |
| yandex_station: | |
| name: Яндекс станция | |
| selector: | |
| entity: | |
| domain: |
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
| UPLOAD_LOCATION=./library | |
| IMPORT_LOCATION=./import | |
| IMMICH_VERSION=release | |
| DB_PASSWORD=postgres | |
| DB_HOSTNAME=immich_postgres | |
| DB_USERNAME=postgres | |
| DB_DATABASE_NAME=immich | |
| REDIS_HOSTNAME=immich_redis | |
| TZ=Asia/Irkutsk |
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
| raspisanie: | |
| sensor: | |
| - platform: template | |
| sensors: | |
| raspisanie_today: | |
| friendly_name: "Расписание на сегодня" | |
| value_template: >- | |
| {% if now().weekday() == 1 %} | |
| {% set r = 'Расписание на вторник: письмо, Музыка, Математика, литература' %} | |
| {% elif now().weekday() == 2 %} |
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
| switch.0x00124b000e24ecaf: | |
| name: Кофеварка | |
| room: Кухня | |
| type: devices.types.cooking.coffee_maker | |
| properties: | |
| - type: power | |
| entity: sensor.0x00124b000e24ecaf_power | |
| - type: amperage | |
| entity: sensor.0x00124b000e24ecaf_current | |
| - type: voltage |
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
| coffee: | |
| input_boolean: | |
| make_coffe_morning: | |
| name: Приготовить кофе утром? | |
| icon: mdi:coffee-maker-check | |
| coffee_in_progress: | |
| name: Кофе готовится | |
| icon: mdi:coffee-to-go | |
| script: | |
| make_coffee: |
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
| description: "" | |
| mode: queued | |
| trigger: | |
| - platform: state | |
| entity_id: | |
| - sensor.0x54ef441000160cdb_lock_event | |
| to: Doorbell is ringing | |
| enabled: true | |
| - platform: state | |
| entity_id: |
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
| map $http_upgrade $connection_upgrade { | |
| default upgrade; | |
| '' close; | |
| } | |
| server { | |
| server_name home-assistant-domain.name; | |
| location / { | |
| proxy_pass http://192.168.1.16:8123; | |
| proxy_set_header Host $host; |
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
| 2024-06-17 21:17:10.533 DEBUG (MainThread) [aioesphomeapi.connection] tclac @ 192.168.1.157: Sending ClimateCommandRequest: key: 2668529898 | |
| has_fan_mode: true | |
| fan_mode: CLIMATE_FAN_HIGH | |
| 2024-06-17 21:17:10.534 DEBUG (MainThread) [aioesphomeapi._frame_helper.base] tclac @ 192.168.1.157: Sending frame: [01001d76e46052c44ab1da3cdf04b03c73853820638f54eb1598d55d5fc83fc5] | |
| 2024-06-17 21:17:10.952 DEBUG (MainThread) [aioesphomeapi.connection] tclac @ 192.168.1.157: Got message of type ClimateStateResponse: key: 2668529898 | |
| mode: CLIMATE_MODE_COOL | |
| current_temperature: 26.666666 | |
| target_temperature: 23 | |
| fan_mode: CLIMATE_FAN_AUTO |
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
| stirka: | |
| timer: | |
| alisa_stirka: | |
| restore: true | |
| duration: "00:30:00" | |
| name: Стирка | |
| icon: mdi:tshirt-crew | |
| input_boolean: |
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: | |
| # Уникальное имя этой конфигурации, стоит использовать только латинские буквы и цифры, никаких пробелов или | |
| # спецсимволов, например, "tclac". Если будет несколько модулей кондиционера, то device_name надо изменить, | |
| # например, добавляя цифры: tclac1, tclac2, tclac3... | |
| device_name: tclac | |
| # Человеческое имя для кондиционера, для интерфейса: | |
| humanly_name: TCL Air Conditioner | |
| # Настройки подключения к WiFI, данные могут храниться в файле "secret" в ESPHome, если нет- редактируем: | |
| # Имя точки доступа WiFI: |
NewerOlder