mirror of
https://github.com/esphome/esphome-docs.git
synced 2024-11-10 10:11:29 +01:00
Merge branch 'current' into beta
This commit is contained in:
commit
5652c9c7da
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
@ -25,7 +25,7 @@ jobs:
|
||||
repo: cloudcannon/pagefind
|
||||
-
|
||||
name: Checkout source code
|
||||
uses: actions/checkout@v4.1.6
|
||||
uses: actions/checkout@v4.1.7
|
||||
-
|
||||
name: Set up QEMU
|
||||
uses: docker/setup-qemu-action@v3
|
||||
|
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
@ -23,7 +23,7 @@ jobs:
|
||||
uses: jaxxstorm/action-install-gh-release@v1.12.0
|
||||
with:
|
||||
repo: cloudcannon/pagefind
|
||||
- uses: actions/checkout@v4.1.6
|
||||
- uses: actions/checkout@v4.1.7
|
||||
- name: Set up Python 3.8
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
|
@ -191,7 +191,7 @@ All sensors are normal binary sensors... so all binary sensor variables are work
|
||||
- **warning_battery_too_low_to_charge** (*Optional*): warning battery too low to charge
|
||||
- **fault_dc_dc_over_current** (*Optional*): fault dc dc over current
|
||||
- **fault_code** (*Optional*): fault code
|
||||
- **warnung_low_pv_energy** (*Optional*): warnung low pv energy
|
||||
- **warning_low_pv_energy** (*Optional*): warning low pv energy
|
||||
- **warning_high_ac_input_during_bus_soft_start** (*Optional*): warning high ac input during bus soft start
|
||||
- **warning_battery_equalization** (*Optional*): warning battery equalization
|
||||
|
||||
|
@ -197,10 +197,19 @@ The ``esphome dashboard <CONFIG>`` command starts the ESPHome dashboard server f
|
||||
through a graphical user interface. This command accepts a configuration directory instead of a
|
||||
single configuration file.
|
||||
|
||||
.. option:: --address ADDRESS
|
||||
|
||||
Manually set the address to bind to (defaults to 0.0.0.0)
|
||||
|
||||
.. option:: --port PORT
|
||||
|
||||
Manually set the HTTP port to open connections on (defaults to 6052)
|
||||
|
||||
.. option:: --socket SOCKET
|
||||
|
||||
Manually set the unix socket to bind to. If specified along with ``--address`` or ``--port`` the values
|
||||
for those parameters will be ignored. Cannot be used along with ``--systemd-socket``.
|
||||
|
||||
.. option:: --username USERNAME
|
||||
|
||||
The optional username to require for authentication.
|
||||
@ -211,7 +220,8 @@ single configuration file.
|
||||
|
||||
.. option:: --open-ui
|
||||
|
||||
If set, opens the dashboard UI in a browser once the server is up and running.
|
||||
If set, opens the dashboard UI in a browser once the server is up and running. Does not work when using
|
||||
``--socket``.
|
||||
|
||||
``logs`` Command
|
||||
---------------------
|
||||
|
Loading…
Reference in New Issue
Block a user