Skip to content

Commit

Permalink
minor improvements to readme of ha addon
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominik Andreas committed Apr 14, 2024
1 parent e89aa2d commit 867f31c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ha-hoymiles-wifi-addon-nightly/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ To set up the add-on, fill in the IP of the inverter host:
The following mqtt options can be acquired via the home assistant API if available:

- `mqtt_broker_host`: The hostname or IP address of your MQTT broker.
- `mqtt_username`: The username for your MQTT broker ()
- `mqtt_username`: The username for your MQTT broker.
- `mqtt_password`: The password for your MQTT broker. Keep this secret!
- `mqtt_port`: The port of your MQTT broker (default is 1883 for unencrypted MQTT).

The update_interval setting controls the frequency of the updates. This should not be
set to a value less than 30 seconds (see limitations below), any smaller values will be ignored.

- `update_interval: 30500`: The interval in milliseconds between updates.
- `update_interval: 60500`: The interval in milliseconds between updates.

## Example configuration

Expand Down
4 changes: 2 additions & 2 deletions ha-hoymiles-wifi-addon/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ To set up the add-on, fill in the IP of the inverter host:
The following mqtt options can be acquired via the home assistant API if available:

- `mqtt_broker_host`: The hostname or IP address of your MQTT broker.
- `mqtt_username`: The username for your MQTT broker ()
- `mqtt_username`: The username for your MQTT broker.
- `mqtt_password`: The password for your MQTT broker. Keep this secret!
- `mqtt_port`: The port of your MQTT broker (default is 1883 for unencrypted MQTT).

The update_interval setting controls the frequency of the updates. This should not be
set to a value less than 30 seconds (see limitations below), any smaller values will be ignored.

- `update_interval: 30500`: The interval in milliseconds between updates.
- `update_interval: 60500`: The interval in milliseconds between updates.

## Example configuration

Expand Down

0 comments on commit 867f31c

Please sign in to comment.