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
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 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 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 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 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 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: | |
#################################### | |
automation: | |
#################################### | |
- id: stirka_start | |
alias: Стирка |
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: | |
# Уникальное имя этой конфигурации, стоит использовать только латинские буквы и цифры, никаких пробелов или | |
# спецсимволов, например, "tclac". Если будет несколько модулей кондиционера, то device_name надо изменить, | |
# например, добавляя цифры: tclac1, tclac2, tclac3... | |
device_name: tclac | |
# Человеческое имя для кондиционера, для интерфейса: | |
humanly_name: TCL Air Conditioner | |
# Настройки подключения к WiFI, данные могут храниться в файле "secret" в ESPHome, если нет- редактируем: | |
# Имя точки доступа WiFI: |
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: Открытие двери | |
description: "" | |
trigger: | |
- platform: state | |
entity_id: | |
- sensor.0x54ef441000160cdb_lock_event | |
to: Doorbell is ringing | |
enabled: true | |
- platform: state | |
entity_id: |
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
blueprint: | |
name: Упраление чайником | |
description: Управляем чайником | |
domain: automation | |
input: | |
water_heater: | |
name: Чайник | |
selector: | |
entity: | |
filter: |
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
blueprint: | |
name: Switch по датчику движения | |
description: Управляем Switch по датчику движения с задержкой | |
domain: automation | |
input: | |
motion_entity: | |
name: Датчик движения | |
selector: | |
entity: | |
domain: |
NewerOlder