Add alarm control panel platform to NASweb integration (#41577)

This commit is contained in:
nasWebio 2025-11-03 08:13:29 +01:00 committed by GitHub
parent a542f725d4
commit 8de6b731a7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,6 +2,7 @@
title: NASweb title: NASweb
description: Integrate NASweb devices description: Integrate NASweb devices
ha_category: ha_category:
- Alarm
- Sensor - Sensor
- Switch - Switch
ha_release: '2024.12' ha_release: '2024.12'
@ -11,6 +12,7 @@ ha_iot_class: Local Push
ha_domain: nasweb ha_domain: nasweb
ha_config_flow: true ha_config_flow: true
ha_platforms: ha_platforms:
- alarm_control_panel
- sensor - sensor
- switch - switch
ha_integration_type: hub ha_integration_type: hub