From e79ef080285d2d1a9654c77773c4f583cc1315c2 Mon Sep 17 00:00:00 2001 From: firstof9 Date: Mon, 3 Aug 2020 16:26:28 -0700 Subject: [PATCH] Bump version in const.py --- custom_components/nws_alerts/const.py | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/custom_components/nws_alerts/const.py b/custom_components/nws_alerts/const.py index 9ebbb73..48fa56f 100644 --- a/custom_components/nws_alerts/const.py +++ b/custom_components/nws_alerts/const.py @@ -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' \ No newline at end of file +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" +