hass-core/homeassistant/components/opnsense/manifest.json
Dylan Owen fe28067481
Updated pyopnsense to support a 20 second timeout (#95314)
* Updated pyopnsense to support a timeout

* Self Review

* Removed the yaml configuration portion
2023-06-27 08:31:02 -04:00

9 lines
264 B
JSON

{
"domain": "opnsense",
"name": "OPNSense",
"codeowners": ["@mtreinish"],
"documentation": "https://www.home-assistant.io/integrations/opnsense",
"iot_class": "local_polling",
"loggers": ["pbr", "pyopnsense"],
"requirements": ["pyopnsense==0.4.0"]
}