JustPaste.it
s6-rc: info: service s6rc-oneshot-runner: starting
s6-rc: info: service s6rc-oneshot-runner successfully started
s6-rc: info: service base-addon-banner: starting

-----------------------------------------------------------
 Add-on: ESPHome
 ESPHome add-on for intelligently managing all your ESP8266/ESP32 devices
-----------------------------------------------------------
 Add-on version: 2023.12.5
 You are running the latest version of this add-on.
 System: Home Assistant OS 11.4  (aarch64 / green)
 Home Assistant Core: 2024.1.2
 Home Assistant Supervisor: 2023.12.0
-----------------------------------------------------------
 Please, share the above information when looking for help
 or support in, e.g., GitHub, forums or the Discord chat.
-----------------------------------------------------------
s6-rc: info: service base-addon-banner successfully started
s6-rc: info: service fix-attrs: starting
s6-rc: info: service base-addon-timezone: starting
s6-rc: info: service base-addon-log-level: starting
s6-rc: info: service fix-attrs successfully started
[12:56:00] INFO: Configuring timezone (America/New_York)...
s6-rc: info: service base-addon-timezone successfully started
s6-rc: info: service base-addon-log-level successfully started
s6-rc: info: service legacy-cont-init: starting
s6-rc: info: service legacy-cont-init successfully started
s6-rc: info: service init-nginx: starting
s6-rc: info: service esphome: starting
s6-rc: info: service esphome successfully started
s6-rc: info: service init-nginx successfully started
s6-rc: info: service nginx: starting
s6-rc: info: service nginx successfully started
s6-rc: info: service discovery: starting
[12:56:03] INFO: Waiting for ESPHome dashboard to come up...
[12:56:04] INFO: Starting ESPHome dashboard...
2024-01-12 12:56:06,034 INFO Starting dashboard web server on unix socket /var/run/esphome.sock and configuration dir /config/esphome...
[12:56:06] INFO: Starting NGINX...
[12:56:08] INFO: Successfully send discovery information to Home Assistant.
s6-rc: info: service discovery successfully started
s6-rc: info: service legacy-services: starting
s6-rc: info: service legacy-services successfully started
2024-01-12 12:57:24,500 INFO 200 GET /devices (0.0.0.0) 4.24ms
2024-01-12 12:58:34,424 INFO 304 GET / (0.0.0.0) 15.93ms
2024-01-12 12:58:34,454 INFO 304 GET /devices (0.0.0.0) 4.13ms
2024-01-12 12:58:36,122 ERROR Uncaught exception GET /secret_keys (0.0.0.0)
HTTPServerRequest(protocol='http', host='homeassistant.local:8123', method='GET', uri='/secret_keys', version='HTTP/1.1', remote_ip='0.0.0.0')
Traceback (most recent call last):
  File "/esphome/esphome/yaml_util.py", line 416, in _load_yaml_internal
    return loader.get_single_data() or OrderedDict()
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/dist-packages/yaml/constructor.py", line 51, in get_single_data
    return self.construct_document(node)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/dist-packages/yaml/constructor.py", line 55, in construct_document
    data = self.construct_object(node)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/dist-packages/yaml/constructor.py", line 100, in construct_object
    data = constructor(self, node)
           ^^^^^^^^^^^^^^^^^^^^^^^
  File "/esphome/esphome/yaml_util.py", line 84, in wrapped
    res = fn(loader, node)
          ^^^^^^^^^^^^^^^^
  File "/esphome/esphome/yaml_util.py", line 170, in construct_yaml_map
    raise yaml.constructor.ConstructorError(
yaml.constructor.ConstructorError: Duplicate key "wifi_ssid"
  in "<unicode string>", line 6, column 1
NOTE: Previous declaration here:
  in "<unicode string>", line 2, column 1

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/usr/local/lib/python3.11/dist-packages/tornado/web.py", line 1788, in _execute
    result = method(*self.path_args, **self.path_kwargs)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/esphome/esphome/dashboard/web_server.py", line 92, in decorator
    return func(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/esphome/esphome/dashboard/web_server.py", line 958, in get
    secret_keys = list(yaml_util.load_yaml(filename, clear_secrets=False))
                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/esphome/esphome/yaml_util.py", line 408, in load_yaml
    return _load_yaml_internal(fname)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/esphome/esphome/yaml_util.py", line 418, in _load_yaml_internal
    raise EsphomeError(exc) from exc
esphome.core.EsphomeError: Duplicate key "wifi_ssid"
  in "<unicode string>", line 6, column 1
NOTE: Previous declaration here:
  in "<unicode string>", line 2, column 1
2024-01-12 12:58:36,135 ERROR 500 GET /secret_keys (0.0.0.0) 16.40ms