Skip to content

A sensor that fetches the version number of current Home Assistant releases.

License

Notifications You must be signed in to change notification settings

bastshoes/sensor.versions

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sensor.versions

A sensor platform which allows you to get the newest version number for your install method.

To get started put /custom_components/sensor/versions.py here:
<config directory>/custom_components/sensor/versions.py

Example configuration.yaml:

sensor:
  platform: versions
  installation: docker
  branch: beta
  image: default

Configuration variables:

key description
platform (Required) The sensor platform name.
installation (Optional) Can be 'venv', 'hassbian', 'docker', 'hassio', defaults to 'venv'
branch (Optional) Can be 'stable', 'rc', 'beta', defaults to 'stable'
image (Optional) See image list for possible values, defaults to 'default'
image (Optional) Can be 'default', 'qemux86', 'qemux86-64', 'qemuarm', 'qemuarm-64', 'intel-nuc', 'raspberrypi', 'raspberrypi2', 'raspberrypi3', 'raspberrypi3-64', defaults to 'default'

Sample overview

Sample overview


Due to how custom_componentes are loaded, it is normal to see a ModuleNotFoundError error on first boot after adding this, to resolve it, restart Home-Assistant.

About

A sensor that fetches the version number of current Home Assistant releases.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%