Skip to content

Commit

Permalink
Fix for no 'version' key issue #43.
Browse files Browse the repository at this point in the history
Fix for issue #43. Add version key to manifest and update version number.
  • Loading branch information
jlverhagen authored Mar 6, 2021
1 parent 4bea99d commit 7feb798
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/weatheralerts/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
from homeassistant.helpers.entity import Entity
import homeassistant.helpers.config_validation as cv

__version__ = '0.1.3'
__version__ = '0.1.4'

CONF_STATE = "state"
CONF_ZONE = "zone"
Expand Down

0 comments on commit 7feb798

Please sign in to comment.