Skip to content

Monitor a list of PyPi package and get notified when updates are available

Notifications You must be signed in to change notification settings

kgn3400/pypi_updates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyPi updates

GitHub release (latest by date) GitHub all releases GitHub last commit GitHub code size in bytes Validate% with hassfest

The PyPi updates integration allows you to monitor a list of PyPi package and get notified when a updates is available. For installation instructions until the State updated helper is part of HACS, see this guide. Or click My Home Assistant

Open your Home Assistant instance and start setting up a new integration.

Configuration

Configuration is setup via UI in Home assistant. To add one, go to Settings > Devices & Services and click the add button. Next choose the PyPi updates option.

Config


Exposed state attributes

The PyPi updates integration provides the following state attributes.

Attribute Description
pypi_updates List of package which have been updated
Markdown Pre formatted markdown text with updated package information and link to package

Using the markdown card with the content of the markdown attribute:

updates_markdown


Actions

Available actions: Reset PyPi updates and Check PyPi.

Action pypi_updates.reset_pypi_updates

Reset notification about new updates.

Action pypi_updates.check_pypi

CHeck for new updates.