mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-03 09:38:59 +00:00
1.2 KiB
1.2 KiB
title, description, ha_category, ha_iot_class, ha_release, ha_codeowners, ha_domain, ha_platforms, ha_integration_type, related, ha_quality_scale
title | description | ha_category | ha_iot_class | ha_release | ha_codeowners | ha_domain | ha_platforms | ha_integration_type | related | ha_quality_scale | ||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Shodan | Instructions on how to integrate Shodan sensors into Home Assistant. |
|
Cloud Polling | 0.51 |
|
shodan |
|
integration |
|
legacy |
The shodan
sensor {% term integration %} is displaying the total of result of a
Shodan query.
Use "Show API Key" in the upper right corner when you are logged in or got to your "My Account" page to retrieve your API key.
To enable this {% term integration %}, add the following lines to your {% term "configuration.yaml
" %} file.
{% include integrations/restart_ha_after_config_inclusion.md %}
file:
# Example configuration.yaml entry
sensor:
- platform: shodan
api_key: SHODAN_API_KEY
query: "home-assistant"
{% configuration %} api_key: description: The API key for Shodan.io. required: true type: string query: description: The search string. required: true type: string name: description: Name of the Shodan sensor. required: false type: string {% endconfiguration %}