We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 368a3c3 commit 5496db8Copy full SHA for 5496db8
custom_components/hasl3/const.py
@@ -3,7 +3,7 @@
3
4
from homeassistant.const import CONF_NAME, STATE_OFF, STATE_ON
5
6
-HASL_VERSION = "4.0.0"
+HASL_VERSION = "3.2.0b0"
7
SCHEMA_VERSION = "5"
8
DOMAIN = "hasl3"
9
NAME = "Swedish Public Transport Sensor (HASL)"
custom_components/hasl3/manifest.json
@@ -10,7 +10,7 @@
10
"dependencies": [],
11
"after_dependencies": [],
12
"config_flow": true,
13
- "version": "4.0.0",
+ "version": "3.2.0b0",
14
"iot_class": "cloud_polling",
15
"quality_scale": "silver",
16
"requirements": [
0 commit comments