Skip to content

Commit c61b0ba

Browse files
committed
Remove asyncio
1 parent ce27dc1 commit c61b0ba

3 files changed

Lines changed: 4 additions & 5 deletions

File tree

custom_components/pollen_hu/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "Pollen Information Hungary",
44
"documentation": "https://github.com/amaximus/pollen_hu",
55
"issue_tracker": "https://github.com/amaximus/pollen_hu/issues",
6-
"version": "0.2.0",
6+
"version": "0.3.0",
77
"dependencies": [],
88
"codeowners": ["@amaximus"],
99
"iot_class": "cloud_polling",

custom_components/pollen_hu/sensor.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import asyncio
21
import json
32
import logging
43
import re

tracker.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"pollen_hu": {
3-
"version": "0.2.0",
4-
"updated_at": "2023-05-01",
3+
"version": "0.3.0",
4+
"updated_at": "2023-06-08",
55
"visit_repo": "https://github.com/amaximus/pollen_hu",
6-
"changelog": "https://github.com/amaximus/pollen_hu/releases/0.2.0"
6+
"changelog": "https://github.com/amaximus/pollen_hu/releases/0.3.0"
77
}
88
}

0 commit comments

Comments
 (0)