Update howto.md

This commit is contained in:
Andy Thomas
2024-03-29 10:14:26 +01:00
parent a665abd22c
commit 653b525bf0

View File

@@ -138,13 +138,13 @@ The new firmware will be built and then flashed to your panel, which will restar
4. The display starts the update process and then restarts. 4. The display starts the update process and then restarts.
## Notification via HA ## Notification via HA
To show a notification on the NSPAnel, the following service call can be used: To show a notification on the NSPanel, the following service call can be used:
```yaml ```yaml
service: esphome.panelname_notification_show service: esphome.panelname_notification_show
data: data:
label: Example text label: Example label text
message: Example text message: Example message text
``` ```
> [!NOTE] > [!NOTE]
> For more details about this service call, please refer to our [API documentation](api.md#notification-show-service-notification_show). > For more details about this service call, please refer to our [API documentation](api.md#notification-show-service-notification_show).
@@ -177,7 +177,7 @@ trigger:
## Climate control with Relays ## Climate control with Relays
> [!ATTENTION] > [!ATTENTION]
> Although these instructions are still valid, since v4.0 there is a better way to setup a climate control using the panel's relays an the [add-on climate](addon_climate.md). > Although these instructions are still valid, since v4.0 there is a better way to setup a climate control using the panel's relays an the [add-on climate](addon_climate.md), which will continue to work even if Home Assistant and/or WiFi are not available. You probably only want to use this approach, if you are not using the build-in thermometer.
In order to use the NSPanel to control a radiator or underfloor heating, at least one Generic Thermostat must be created in the HA. In order to use the NSPanel to control a radiator or underfloor heating, at least one Generic Thermostat must be created in the HA.
More information can be found here: https://www.home-assistant.io/integrations/generic_thermostat/ More information can be found here: https://www.home-assistant.io/integrations/generic_thermostat/