Merge branch 'current' into beta

This commit is contained in:
Jesse Hills 2024-06-17 15:35:43 +12:00
commit 5652c9c7da
No known key found for this signature in database
GPG Key ID: BEAAE804EFD8E83A
4 changed files with 14 additions and 4 deletions

View File

@ -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

View File

@ -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:

View File

@ -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

View File

@ -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
---------------------