mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-29 14:26:50 +00:00

* Sets front matter defaults * Removes default front matter from section templates/pages * Removes default front matter from addon pages * Removes default front matter from integration pages * Removes default front matter from posts * Removes default front matter from docs pages * Removes default front matter from other pages * Fixes blog category pages
1004 B
1004 B
title, description, ha_category, ha_iot_class, logo, ha_release, redirect_from
title | description | ha_category | ha_iot_class | logo | ha_release | redirect_from | ||
---|---|---|---|---|---|---|---|---|
Shodan Sensor | Instructions on how to integrate Shodan sensors into Home Assistant. |
|
Cloud Polling | shodan.png | 0.51 |
|
The shodan
sensor platform 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 sensor, add the following lines to your configuration.yaml
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 %}