Custom Components Youtube Versions Save

A platform which give you info about the newest video on a channel

0.9.1

1 year ago

Decode HTML encoded titles (#58) by @bergdahl

0.9.0

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/custom-components/youtube/compare/0.8.0...0.9.0

0.8.0

2 years ago

Removes unneeded unescape (fixes compatability with python 3.9) (#40 @pinkywafer) Adds debug logging to platform setup (#41 @pinkywafer)

0.7.0

3 years ago
  • Fix live / stream / channel_image not working in some regions (#35)
  • Adds iot_class to manifest (#36)
  • Add stream_start attribute (#37)

0.6.0

3 years ago
  • Prevent use of old data (#28)
  • Add zip release and version numbering to manifest (#29)
  • Add validation with hassfest (#30)

0.5.0

3 years ago
  • fixes channel_is_live for channels that add live shows in advance and adds channel_image attribute (#23)
  • adds stars and views 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

3 years ago
  • 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

0.3.3

3 years ago
  • Fix live attribute again (Second Attempt) (#13)

0.3.2

3 years ago
  • Fixes broken live attribute again (#12)

0.3.1

3 years ago

Fix broken live attribute (#9)