2.2 KiB
title | description | ha_category | ha_release | ha_codeowners | ha_iot_class | ha_domain | ha_config_flow | ha_platforms | ha_integration_type | |||
---|---|---|---|---|---|---|---|---|---|---|---|---|
NASweb | Integrate NASweb devices |
|
2024.12 |
|
Local Push | nasweb | true |
|
hub |
The NASweb {% term integration %} brings the device's smart home features into Home Assistant, converting them into {% term entities %} that users can monitor, control, and incorporate into {% term scripts %} and {% term automations %}.
NASweb combines the functions of a control panel and the ability to manage building automation. The device monitors the flow of information from sensors and programmable switches and stores settings, definitions, and configured actions. More information.
Prerequisites
Before you can add the NASweb integration to Home Assistant, you need to create a user that has access to the NASweb API.
To create a NASweb user with access to the NASweb API, follow these steps:
- To log into device NASweb page, enter the device IP in your local network:
https://<Device IP address>/nasweb
(for example:https://192.168.117.230/nasweb
)
- In the top-right corner, select your user and in the pop-up, select Administrators.
- Find the user you want to have access to the NASweb API from Home Assistant. Select Edit.
- In the left Modules column, find the API module.
- Click the API module to move it into the right-hand column (
1
), which lists modules enabled for this user.
{% include integrations/config_flow.md %}
{% configuration_basic %} Host: description: NASweb device address
User: description: Login of user with enabled API module
Password: description: Password of user with enabled API module
{% endconfiguration_basic %}