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: Фото с камеры (балкон) | |
| description: >- | |
| Делает снимок с камеры на балконе и отправляет в Max, удаляя промежуточное | |
| сообщение | |
| mode: single | |
| sequence: | |
| - alias: "1. Отправляем: фото формируется" | |
| action: max_notify.send_message | |
| data: | |
| 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
| - id: 'tabletki_notify' | |
| alias: Таблетки — отправить напоминание | |
| mode: single | |
| trigger: | |
| - platform: time | |
| at: "09:00:00" # поставьте свое время | |
| action: | |
| - alias: "Отправляем напоминание в Max" | |
| service: max_notify.send_message | |
| data: |
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
| binary_sensor: | |
| - state: '{{ state_attr(''media_player.yandex_station_n20c4c002jefck'', ''screen_on'') }}' | |
| icon: mdi:television | |
| name: Экран телевизора | |
| default_entity_id: binary_sensor.yandex_tv_screen_state |
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
| automation: | |
| - alias: "Дача: ответ на текст 'Дача' + автоудаление" | |
| id: dacha_text_report_autodelete | |
| mode: single | |
| triggers: | |
| - trigger: event | |
| event_type: max_notify_received | |
| event_data: | |
| text: "Дача" | |
| actions: |
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: Тест текста | |
| description: "" | |
| triggers: | |
| - event_type: max_notify_received | |
| event_data: | |
| text: Test | |
| trigger: event | |
| conditions: [] | |
| actions: | |
| - action: max_notify.send_message |
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
| entity_config: | |
| climate.konditsioner_tclac_climate: | |
| name: Кондиционер | |
| type: devices.types.thermostat.ac | |
| room: Зал | |
| properties: | |
| - type: temperature | |
| entity: sensor.datchik_klimata_zal_temperature | |
| - type: humidity | |
| entity: sensor.datchik_klimata_zal_humidity |
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: Max Frigate Notifications | |
| author: kai-zer-ru | |
| homeassistant: | |
| min_version: 2024.11.0 | |
| description: | | |
| ## Уведомления Frigate в мессенджер Max | |
| domain: automation | |
| source_url: https://gist.github.com/kai-zer-ru/cd5b31d9d2370a67a5804a9d1ff29415 |
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
| - id: '1774187670972' | |
| alias: report | |
| description: '' | |
| triggers: | |
| - trigger: event | |
| event_type: max_notify_received | |
| event_data: | |
| command: report | |
| conditions: [] |
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 |
NewerOlder