Skip to content

Commit

Permalink
Bump version in const.py
Browse files Browse the repository at this point in the history
  • Loading branch information
firstof9 committed Aug 3, 2020
1 parent 8dc11cc commit e79ef08
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions custom_components/nws_alerts/const.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
API_ENDPOINT = 'https://api.weather.gov'
USER_AGENT = 'Home Assistant'
DEFAULT_ICON = 'mdi:alert'
DEFAULT_NAME = 'NWS Alerts'
CONF_ZONE_ID = 'zone_id'
ZONE_ID = ''
VERSION = '1.0'
ISSUE_URL = 'https://github.com/finity69x2/nws_alert'
DOMAIN = 'nws_alerts'
PLATFORM = 'sensor'
ATTRIBUTION = 'Data provided by Weather.gov'
API_ENDPOINT = "https://api.weather.gov"
USER_AGENT = "Home Assistant"
DEFAULT_ICON = "mdi:alert"
DEFAULT_NAME = "NWS Alerts"
CONF_ZONE_ID = "zone_id"
ZONE_ID = ""
VERSION = "1.4"
ISSUE_URL = "https://github.com/finity69x2/nws_alert"
DOMAIN = "nws_alerts"
PLATFORM = "sensor"
ATTRIBUTION = "Data provided by Weather.gov"

0 comments on commit e79ef08

Please sign in to comment.