Metadata-Version: 2.1
Name: pyhaversion
Version: 2.2.0
Summary: UNKNOWN
Home-page: https://github.com/ludeeus/pyhaversion
Author: Joakim Sorensen
Author-email: ludeeus@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: pytest-runner
Requires-Dist: aiohttp
Requires-Dist: async-timeout

# pyhaversion [![Build Status](https://travis-ci.com/ludeeus/pyhaversion.svg?branch=master)](https://travis-ci.com/ludeeus/pyhaversion)

_A python module to the newest version number of Home Assistant._

## Install

```bash
pip install pyhaversion
```

Look at the file `example.py` for a usage example.

## Valid options for source

- pypi
- docker
- hassio

## Valid options for branch

- stable
- beta

## Optional valid options for image (hassio)

- default
- qemux86
- qemux86-64
- qemuarm
- qemuarm-64
- intel-nuc
- raspberrypi
- raspberrypi2
- raspberrypi3
- raspberrypi3-64
- tinker

