mirror of
https://github.com/home-assistant/core.git
synced 2025-07-25 14:17:45 +00:00
Upgrade shodan to 1.11.0 (#21384)
This commit is contained in:
parent
3d9f4bf2aa
commit
2ada0ecfd9
@ -1,9 +1,4 @@
|
|||||||
"""
|
"""Sensor for displaying the number of result on Shodan.io."""
|
||||||
Sensor for displaying the number of result on Shodan.io.
|
|
||||||
|
|
||||||
For more details about this platform, please refer to the documentation at
|
|
||||||
https://home-assistant.io/components/sensor.shodan/
|
|
||||||
"""
|
|
||||||
import logging
|
import logging
|
||||||
from datetime import timedelta
|
from datetime import timedelta
|
||||||
|
|
||||||
@ -14,7 +9,7 @@ from homeassistant.components.sensor import PLATFORM_SCHEMA
|
|||||||
from homeassistant.const import ATTR_ATTRIBUTION, CONF_API_KEY, CONF_NAME
|
from homeassistant.const import ATTR_ATTRIBUTION, CONF_API_KEY, CONF_NAME
|
||||||
from homeassistant.helpers.entity import Entity
|
from homeassistant.helpers.entity import Entity
|
||||||
|
|
||||||
REQUIREMENTS = ['shodan==1.10.4']
|
REQUIREMENTS = ['shodan==1.11.0']
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@ -1550,7 +1550,7 @@ sense_energy==0.6.0
|
|||||||
sharp_aquos_rc==0.3.2
|
sharp_aquos_rc==0.3.2
|
||||||
|
|
||||||
# homeassistant.components.sensor.shodan
|
# homeassistant.components.sensor.shodan
|
||||||
shodan==1.10.4
|
shodan==1.11.0
|
||||||
|
|
||||||
# homeassistant.components.notify.simplepush
|
# homeassistant.components.notify.simplepush
|
||||||
simplepush==1.1.4
|
simplepush==1.1.4
|
||||||
|
Loading…
x
Reference in New Issue
Block a user