Classes | |
| class | ShodanData |
| class | ShodanSensor |
Functions | |
| None | setup_platform (HomeAssistant hass, ConfigType config, AddEntitiesCallback add_entities, DiscoveryInfoType|None discovery_info=None) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| string | CONF_QUERY = "query" |
| string | DEFAULT_NAME = "Shodan Sensor" |
| PLATFORM_SCHEMA | |
| SCAN_INTERVAL = timedelta(minutes=15) | |
Sensor for displaying the number of result on Shodan.io.
| None homeassistant.components.shodan.sensor.setup_platform | ( | HomeAssistant | hass, |
| ConfigType | config, | ||
| AddEntitiesCallback | add_entities, | ||
| DiscoveryInfoType | None | discovery_info = None |
||
| ) |
|
private |
| string homeassistant.components.shodan.sensor.CONF_QUERY = "query" |
| string homeassistant.components.shodan.sensor.DEFAULT_NAME = "Shodan Sensor" |
| homeassistant.components.shodan.sensor.PLATFORM_SCHEMA |