Skip to content
This repository has been archived by the owner on Nov 10, 2018. It is now read-only.

Commit

Permalink
0.2.0 - Add more attributes for hassio versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus committed Aug 31, 2018
1 parent b8d114d commit 5543866
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ jobs:
python: "3.6"
script:
- hass -c . --daemon
- sleep 30
- sleep 60
- cat ./home-assistant.log
- if grep -q 'ERROR' ./home-assistant.log; then echo "There was an error starting Home Assistant"; exit 1; fi
2 changes: 1 addition & 1 deletion custom_components/sensor/versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import homeassistant.helpers.config_validation as cv
from homeassistant.components.sensor import (PLATFORM_SCHEMA)

__version__ = '0.1.0'
__version__ = '0.2.0'

REQUIREMENTS = ['pyhaversion==0.1.0']

Expand Down

0 comments on commit 5543866

Please sign in to comment.