mirror of
https://github.com/home-assistant/core.git
synced 2025-07-14 00:37:13 +00:00
Bump aioambient to 0.3.0 (#22855)
* Bump aioambient to 0.3.0 * Updated requirements * Removed old REQUIREMENTS reference
This commit is contained in:
parent
e407226afc
commit
a40a0c4042
@ -20,8 +20,6 @@ from .const import (
|
|||||||
ATTR_LAST_DATA, CONF_APP_KEY, DATA_CLIENT, DOMAIN, TOPIC_UPDATE,
|
ATTR_LAST_DATA, CONF_APP_KEY, DATA_CLIENT, DOMAIN, TOPIC_UPDATE,
|
||||||
TYPE_BINARY_SENSOR, TYPE_SENSOR)
|
TYPE_BINARY_SENSOR, TYPE_SENSOR)
|
||||||
|
|
||||||
REQUIREMENTS = ['aioambient==0.2.0']
|
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
|
||||||
DATA_CONFIG = 'config'
|
DATA_CONFIG = 'config'
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"name": "Ambient station",
|
"name": "Ambient station",
|
||||||
"documentation": "https://www.home-assistant.io/components/ambient_station",
|
"documentation": "https://www.home-assistant.io/components/ambient_station",
|
||||||
"requirements": [
|
"requirements": [
|
||||||
"aioambient==0.1.3"
|
"aioambient==0.3.0"
|
||||||
],
|
],
|
||||||
"dependencies": [],
|
"dependencies": [],
|
||||||
"codeowners": [
|
"codeowners": [
|
||||||
|
@ -97,7 +97,7 @@ abodepy==0.15.0
|
|||||||
afsapi==0.0.4
|
afsapi==0.0.4
|
||||||
|
|
||||||
# homeassistant.components.ambient_station
|
# homeassistant.components.ambient_station
|
||||||
aioambient==0.1.3
|
aioambient==0.3.0
|
||||||
|
|
||||||
# homeassistant.components.asuswrt
|
# homeassistant.components.asuswrt
|
||||||
aioasuswrt==1.1.21
|
aioasuswrt==1.1.21
|
||||||
|
@ -36,7 +36,7 @@ PyTransportNSW==0.1.1
|
|||||||
YesssSMS==0.2.3
|
YesssSMS==0.2.3
|
||||||
|
|
||||||
# homeassistant.components.ambient_station
|
# homeassistant.components.ambient_station
|
||||||
aioambient==0.1.3
|
aioambient==0.3.0
|
||||||
|
|
||||||
# homeassistant.components.automatic
|
# homeassistant.components.automatic
|
||||||
aioautomatic==0.6.5
|
aioautomatic==0.6.5
|
||||||
|
Loading…
x
Reference in New Issue
Block a user