Skip to content

UbhiTS/ad-calendartvreminders

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

📺📆 Calendar TV Reminders 🐔

If you're like me 😴, who forgets important days in the year, like a friends birthday 🎂, anniversary 🎁, or an insurance due date 🏍️ etc; say hello to the Calendar TV Reminders 📺📆 App. This app will (like a faithful assistant) keep reminding you every time you turn on your TV about any upcoming event(s) in the next 15 days. We all turn on our TVs atleast once a day, so there is absolutly no chance that you will ever forget an important day of the year if your TV is the one reminding you about it 😜

This app has been a lifesaver. My family and friends are now plesantly surprised at how good I am at remembering birthdays. Little do they know ;)

Screenshot 1 Screenshot 2
GitHub Logo GitHub Logo

Please ⭐ this repo if you like my work and also check out my other repos like

Also, if you want to see a walkthrough of my Home Assistant configuration, I have my video walkthrough on youtube below

Installation

Needs the following integrations to work

Use HACS or download the calendar_tv_notifications.py from inside the apps directory to your local apps directory, and add the configuration to enable the app.

Configuration (config/appdaemon/apps/apps.yaml)

calendar_tv_reminders:
  module: calendar_tv_reminders
  class: CalendarTVReminders
  tv: media_player.tv_living_room
  calendars:
    - calendar.important_dates
    - calendar.holidays_in_united_states
  notifications:
    service: notify/tv_living_room
    triggers:
      - 5
      - 300
  debug: false
key description
module The module name of the app
class The name of the Class
tv The TV (media_player) to send the notification to. Currently tested with only LG WebOS Smart TVs
calendars The Google Calendars (list, one or multiple) to query
notifications/service The TV Notifications Service to be called for your TV. Normally it's "notify/"
notifications/triggers From the moment the TV turns on, after how many seconds to send the notifications to the TV. You may define multiple triggers, e.g. 5 seconds, 5 minutes (300 seconds)
debug if True, outputs messages to the AppDaemon Log

Thank you! 🙌

If you like my work and feel gracious, you can buy me a beer below ;)

Currently tested and working with LG WebOS Smart TVs, but hopefully it will work with other Smart TVs. If your TV does not work, feel free to log a bug or CR to the repo and I'll try to get it working at the earliest.

Buy Me A Beer

License

Apache-2.0. By providing a contribution, you agree the contribution is licensed under Apache-2.0. This is required for Home Assistant contributions.

Releases

No releases published

Packages

No packages published

Languages