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:
@@ -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"],
|
||||
|
||||
@@ -5445,7 +5445,7 @@
|
||||
"name": "Raspberry Pi"
|
||||
},
|
||||
"rpi_power": {
|
||||
"integration_type": "hub",
|
||||
"integration_type": "hardware",
|
||||
"config_flow": true,
|
||||
"iot_class": "local_polling"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user