1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-15 07:36:16 +00:00

Add integration type to rpi_power

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Artur Pragacz
2025-12-02 11:51:52 +01:00
parent 393be71009
commit 45279d882f
2 changed files with 2 additions and 1 deletions

View File

@@ -4,6 +4,7 @@
"codeowners": ["@shenxn", "@swetoast"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/rpi_power",
"integration_type": "hardware",
"iot_class": "local_polling",
"loggers": ["rpi_bad_power"],
"requirements": ["rpi-bad-power==0.1.0"],

View File

@@ -5445,7 +5445,7 @@
"name": "Raspberry Pi"
},
"rpi_power": {
"integration_type": "hub",
"integration_type": "hardware",
"config_flow": true,
"iot_class": "local_polling"
},