Releases: custom-components/youtube
Releases · custom-components/youtube
0.9.1
0.9.0
What's Changed
- don't pass in loop to async_timeout by @pinkywafer in #50
- 'device_state_attributes' is now deprecated by @mjoshd in #48
- extra_state_attributes requires H.A 2021.4.0 or greater by @pinkywafer in #51
- adds content_id attribute by @pinkywafer in #52
New Contributors
Full Changelog: 0.8.0...0.9.0
0.8.0
Removes unneeded unescape (fixes compatability with python 3.9) (#40 @pinkywafer)
Adds debug logging to platform setup (#41 @pinkywafer)
0.7.0
0.6.0
0.5.0
- fixes
channel_is_live
for channels that add live shows in advance and addschannel_image
attribute (#23) - adds
stars
andviews
attributes (#24) - updates docs (#25)
BREAKING CHANGE
Video views and stars are now reported. As a result any automations triggered by state will now be triggered when the number of views or stars changes. To avoid this, add the url attribute to the trigger so that the automation is only triggered when the reported url changes ie:
trigger:
- platform: state
entity_id: sensor.franck_nijhof
attribute: url
0.4.0
- Fixes
live
attribute which was broken for users in countries where language default is not English (#19) - Adds
stream
attribute to indicate a video which is or was a live stream (#20) - Adds
channel_is_live
attribute to indicate that a channel is live (even if not the latest video) (#21) - Documentation updates