1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-29 05:03:59 +01:00
Files
core/homeassistant/components/iron_os/manifest.json
2025-06-27 09:31:35 +02:00

19 lines
463 B
JSON

{
"domain": "iron_os",
"name": "IronOS",
"bluetooth": [
{
"service_uuid": "9eae1000-9d0d-48c5-aa55-33e27f9bc533",
"connectable": true
}
],
"codeowners": ["@tr4nt0r"],
"config_flow": true,
"dependencies": ["bluetooth_adapters"],
"documentation": "https://www.home-assistant.io/integrations/iron_os",
"iot_class": "local_polling",
"loggers": ["pynecil"],
"quality_scale": "platinum",
"requirements": ["pynecil==4.1.1"]
}