13 lines
429 B
YAML
13 lines
429 B
YAML
mqtt:
|
|
broker: !secret mqtt_broker
|
|
username: esphome
|
|
password: !secret mqtt_password
|
|
id: mqtt_homeassistant
|
|
# We have some common entities across multiple devices,
|
|
# e.g. Reset button, and component+object_id doesn't cut it
|
|
# to provide uniqueness.
|
|
discovery_unique_id_generator: mac
|
|
# No point in publishing NaN as it will not be accepted by
|
|
# HA and only generate error messages.
|
|
publish_nan_as_none: true
|