Bump youless library version 2.1.2 (#121181)
This commit is contained in:
parent
fe0bafd067
commit
6ab6ce30ef
4 changed files with 7 additions and 7 deletions
|
@ -6,5 +6,5 @@
|
|||
"documentation": "https://www.home-assistant.io/integrations/youless",
|
||||
"iot_class": "local_polling",
|
||||
"loggers": ["youless_api"],
|
||||
"requirements": ["youless-api==2.1.0"]
|
||||
"requirements": ["youless-api==2.1.2"]
|
||||
}
|
||||
|
|
|
@ -2948,7 +2948,7 @@ yeelightsunflower==0.0.10
|
|||
yolink-api==0.4.4
|
||||
|
||||
# homeassistant.components.youless
|
||||
youless-api==2.1.0
|
||||
youless-api==2.1.2
|
||||
|
||||
# homeassistant.components.youtube
|
||||
youtubeaio==1.1.5
|
||||
|
|
|
@ -2304,7 +2304,7 @@ yeelight==0.7.14
|
|||
yolink-api==0.4.4
|
||||
|
||||
# homeassistant.components.youless
|
||||
youless-api==2.1.0
|
||||
youless-api==2.1.2
|
||||
|
||||
# homeassistant.components.youtube
|
||||
youtubeaio==1.1.5
|
||||
|
|
|
@ -47,7 +47,7 @@
|
|||
'last_changed': <ANY>,
|
||||
'last_reported': <ANY>,
|
||||
'last_updated': <ANY>,
|
||||
'state': 'unavailable',
|
||||
'state': '0.0',
|
||||
})
|
||||
# ---
|
||||
# name: test_sensors[sensor.energy_delivery_low-entry]
|
||||
|
@ -98,7 +98,7 @@
|
|||
'last_changed': <ANY>,
|
||||
'last_reported': <ANY>,
|
||||
'last_updated': <ANY>,
|
||||
'state': 'unavailable',
|
||||
'state': '0.029',
|
||||
})
|
||||
# ---
|
||||
# name: test_sensors[sensor.energy_high-entry]
|
||||
|
@ -405,7 +405,7 @@
|
|||
'last_changed': <ANY>,
|
||||
'last_reported': <ANY>,
|
||||
'last_updated': <ANY>,
|
||||
'state': '1234.564',
|
||||
'state': '1624.264',
|
||||
})
|
||||
# ---
|
||||
# name: test_sensors[sensor.phase_1_current-entry]
|
||||
|
@ -967,6 +967,6 @@
|
|||
'last_changed': <ANY>,
|
||||
'last_reported': <ANY>,
|
||||
'last_updated': <ANY>,
|
||||
'state': 'unavailable',
|
||||
'state': '1234.564',
|
||||
})
|
||||
# ---
|
||||
|
|
Loading…
Add table
Reference in a new issue