N
Size: a a a
N
N
# ВЕНТИЛЛЯЦИЯ ТУАЛЕТ ВКЛ
- id: bath_vent_on
alias: Вентиляция ванная ВКЛ
description: ''
trigger:
- platform: numeric_state
entity_id: sensor.zb_tempmoist_bath_humidity
above: '60'
condition: []
action:
- service: switch.turn_on
data: {}
entity_id: switch.zb_relay_bath_switch_l2
mode: single
# ВЕНТИЛЛЯЦИЯ ТУАЛЕТ ВЫКЛ
- id: bath_vent_off
alias: Вентиляция ванная ВЫКЛ
description: ''
trigger:
- platform: numeric_state
entity_id: sensor.zb_tempmoist_bath_humidity
below: '50'
for: "00:02:00"
condition: []
action:
- service: switch.turn_off
data: {}
entity_id: switch.zb_relay_bath_switch_l2
mode: single
DI
DI
ЕМ
N
N
ЕМ
N
LI
ЕМ
ЕМ
LI
ЕМ
AS
AS
Д
DD
INFO Reading configuration /config/esphome/espcoffee.yaml...
Traceback (most recent call last):
File "/usr/local/bin/esphome", line 33, in <module>
sys.exit(load_entry_point('esphome', 'console_scripts', 'esphome')())
File "/opt/esphome/esphome/__main__.py", line 681, in main
return run_esphome(sys.argv)
File "/opt/esphome/esphome/__main__.py", line 668, in run_esphome
rc = POST_CONFIG_ACTIONS[args.command](args, config)
File "/opt/esphome/esphome/__main__.py", line 401, in command_clean_mqtt
return clean_mqtt(config, args)
File "/opt/esphome/esphome/__main__.py", line 262, in clean_mqtt
config, args.topic, args.username, args.password, args.client_id
File "/opt/esphome/esphome/mqtt.py", line 126, in clear_topic
discovery_prefix = config[CONF_MQTT].get(CONF_DISCOVERY_PREFIX, "homeassistant")
KeyError: 'mqtt'
IB
espcoffee.yaml
?DD