Add integration_type service to purpleair (#159895)

This commit is contained in:
Joost Lekkerkerker
2025-12-28 18:03:32 +01:00
committed by GitHub
parent 822227f740
commit 58069fd473
2 changed files with 2 additions and 1 deletions

View File

@@ -4,6 +4,7 @@
"codeowners": ["@bachya"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/purpleair",
"integration_type": "service",
"iot_class": "cloud_polling",
"requirements": ["aiopurpleair==2025.08.1"]
}

View File

@@ -5278,7 +5278,7 @@
},
"purpleair": {
"name": "PurpleAir",
"integration_type": "hub",
"integration_type": "service",
"config_flow": true,
"iot_class": "cloud_polling"
},