core/homeassistant/components/raspberry_pi/manifest.json

10 lines
277 B
JSON
Raw Normal View History

2022-05-25 18:39:15 +00:00
{
"domain": "raspberry_pi",
"name": "Raspberry Pi",
2023-02-08 19:13:46 +00:00
"codeowners": ["@home-assistant/core"],
2022-05-25 18:39:15 +00:00
"config_flow": false,
"dependencies": ["hardware", "hassio"],
2023-02-08 19:13:46 +00:00
"documentation": "https://www.home-assistant.io/integrations/raspberry_pi",
2022-05-25 18:39:15 +00:00
"integration_type": "hardware"
}