1
0
mirror of https://github.com/home-assistant/core.git synced 2025-05-04 05:59:16 +00:00

11 Commits

Author SHA1 Message Date
Marc Mueller
87165c0d6e
Add empty line after module docstring [tests t-z] () 2024-03-08 14:44:56 +01:00
Joost Lekkerkerker
d233438e1a
Handle UpdateFailed for YouTube () 2023-07-26 15:09:15 +02:00
Joost Lekkerkerker
04f6d1848b
Implement YouTube async library () 2023-07-25 10:18:20 +02:00
Joost Lekkerkerker
b39f7d6a71
Add snapshot testing to YouTube () 2023-07-21 09:54:06 +02:00
Joost Lekkerkerker
9f83e4b2de
Make YouTube select lower quality thumbnails ()
* Make YouTube select lower quality thumbnails

* Make YouTube select lower quality thumbnails

* Make YouTube select lower quality thumbnails

* Make YouTube select lower quality thumbnails

* Add tests

* Add tests

* Add tests

* Add tests

* Add tests
2023-06-17 21:59:06 -04:00
Joost Lekkerkerker
efb92ca9ee
Show the sensor state using the coordinatordata instead of initial data ()
* Show the sensor state using the coordinatordata instead of initial data

* Add test

* Remove part
2023-06-03 14:35:57 -04:00
Joost Lekkerkerker
a6b6b03f2e
Add video id to youtube sensor state attributes ()
* Add video id to state attributes

* Make extra state attributes not optional

* Revert "Make extra state attributes not optional"

This reverts commit d2f9e936c809dd50a5e4bbdaa181c9c9ddd3d217.
2023-06-01 11:46:59 +02:00
Ville Skyttä
1ce74ba25c
Import util.dt as dt_util in components/[t-z]* () 2023-05-29 23:00:43 +02:00
Joost Lekkerkerker
202c9071a4
Improve Youtube integration ()
* Fix feedback

* Fix feedback
2023-05-28 10:52:30 +02:00
Joost Lekkerkerker
f3037d0b84
Add reauth flow to Youtube () 2023-05-27 20:29:18 -04:00
Joost Lekkerkerker
e4c51d43f0
Add YouTube integration ()
* Add YouTube stub

* Add YouTube stub

* Add YouTube stub

* Add YouTube stub

* Add Youtube stub

* Add Youtube stub

* Add tests

* Add tests

* Add tests

* Clean up

* Add test for options flow

* Fix feedback

* Fix feedback

* Remove obsolete request

* Catch exceptions

* Parallelize latest video calls

* Apply suggestions from code review

Co-authored-by: Robert Hillis <tkdrob4390@yahoo.com>

* Add youtube to google brands

* Fix feedback

* Fix feedback

* Fix test

* Fix test

* Add unit test for http error

* Update homeassistant/components/youtube/coordinator.py

Co-authored-by: Robert Hillis <tkdrob4390@yahoo.com>

* Fix black

* Fix feedback

* Fix feedback

* Fix tests

---------

Co-authored-by: Robert Hillis <tkdrob4390@yahoo.com>
2023-05-27 11:21:12 -07:00