core/homeassistant/components/shodan/manifest.json

10 lines
241 B
JSON
Raw Normal View History

{
"domain": "shodan",
"name": "Shodan",
"codeowners": ["@fabaff"],
2023-02-08 19:22:30 +00:00
"documentation": "https://www.home-assistant.io/integrations/shodan",
"iot_class": "cloud_polling",
2023-02-08 19:22:30 +00:00
"loggers": ["shodan"],
"requirements": ["shodan==1.28.0"]
2019-12-16 09:57:42 +00:00
}