Add Sensor platform to NASweb integration (#39779)

This commit is contained in:
nasWebio 2025-07-15 18:36:39 +02:00 committed by GitHub
parent f30a46d571
commit 2a515c86ea
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:
- Sensor
- Switch - Switch
ha_release: '2024.12' ha_release: '2024.12'
ha_codeowners: ha_codeowners:
@ -10,6 +11,7 @@ ha_iot_class: Local Push
ha_domain: nasweb ha_domain: nasweb
ha_config_flow: true ha_config_flow: true
ha_platforms: ha_platforms:
- sensor
- switch - switch
ha_integration_type: hub ha_integration_type: hub
--- ---