mirror of
https://github.com/home-assistant/core.git
synced 2025-06-12 17:17:08 +00:00
Bump youless library version 2.1.2 (#121181)
This commit is contained in:
parent
fe0bafd067
commit
6ab6ce30ef
@ -6,5 +6,5 @@
|
|||||||
"documentation": "https://www.home-assistant.io/integrations/youless",
|
"documentation": "https://www.home-assistant.io/integrations/youless",
|
||||||
"iot_class": "local_polling",
|
"iot_class": "local_polling",
|
||||||
"loggers": ["youless_api"],
|
"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
|
yolink-api==0.4.4
|
||||||
|
|
||||||
# homeassistant.components.youless
|
# homeassistant.components.youless
|
||||||
youless-api==2.1.0
|
youless-api==2.1.2
|
||||||
|
|
||||||
# homeassistant.components.youtube
|
# homeassistant.components.youtube
|
||||||
youtubeaio==1.1.5
|
youtubeaio==1.1.5
|
||||||
|
@ -2304,7 +2304,7 @@ yeelight==0.7.14
|
|||||||
yolink-api==0.4.4
|
yolink-api==0.4.4
|
||||||
|
|
||||||
# homeassistant.components.youless
|
# homeassistant.components.youless
|
||||||
youless-api==2.1.0
|
youless-api==2.1.2
|
||||||
|
|
||||||
# homeassistant.components.youtube
|
# homeassistant.components.youtube
|
||||||
youtubeaio==1.1.5
|
youtubeaio==1.1.5
|
||||||
|
@ -47,7 +47,7 @@
|
|||||||
'last_changed': <ANY>,
|
'last_changed': <ANY>,
|
||||||
'last_reported': <ANY>,
|
'last_reported': <ANY>,
|
||||||
'last_updated': <ANY>,
|
'last_updated': <ANY>,
|
||||||
'state': 'unavailable',
|
'state': '0.0',
|
||||||
})
|
})
|
||||||
# ---
|
# ---
|
||||||
# name: test_sensors[sensor.energy_delivery_low-entry]
|
# name: test_sensors[sensor.energy_delivery_low-entry]
|
||||||
@ -98,7 +98,7 @@
|
|||||||
'last_changed': <ANY>,
|
'last_changed': <ANY>,
|
||||||
'last_reported': <ANY>,
|
'last_reported': <ANY>,
|
||||||
'last_updated': <ANY>,
|
'last_updated': <ANY>,
|
||||||
'state': 'unavailable',
|
'state': '0.029',
|
||||||
})
|
})
|
||||||
# ---
|
# ---
|
||||||
# name: test_sensors[sensor.energy_high-entry]
|
# name: test_sensors[sensor.energy_high-entry]
|
||||||
@ -405,7 +405,7 @@
|
|||||||
'last_changed': <ANY>,
|
'last_changed': <ANY>,
|
||||||
'last_reported': <ANY>,
|
'last_reported': <ANY>,
|
||||||
'last_updated': <ANY>,
|
'last_updated': <ANY>,
|
||||||
'state': '1234.564',
|
'state': '1624.264',
|
||||||
})
|
})
|
||||||
# ---
|
# ---
|
||||||
# name: test_sensors[sensor.phase_1_current-entry]
|
# name: test_sensors[sensor.phase_1_current-entry]
|
||||||
@ -967,6 +967,6 @@
|
|||||||
'last_changed': <ANY>,
|
'last_changed': <ANY>,
|
||||||
'last_reported': <ANY>,
|
'last_reported': <ANY>,
|
||||||
'last_updated': <ANY>,
|
'last_updated': <ANY>,
|
||||||
'state': 'unavailable',
|
'state': '1234.564',
|
||||||
})
|
})
|
||||||
# ---
|
# ---
|
||||||
|
Loading…
x
Reference in New Issue
Block a user