mirror of
https://github.com/Andre0512/hon.git
synced 2025-05-12 22:25:36 -04:00
Update readme
This commit is contained in:
parent
0e9bd97c7b
commit
7b80acb6b9
3 changed files with 52 additions and 44 deletions
|
@ -3,10 +3,14 @@
|
|||
import asyncio
|
||||
import json
|
||||
import re
|
||||
import sys
|
||||
from pathlib import Path
|
||||
|
||||
from pyhon import HonAPI
|
||||
|
||||
if __name__ == "__main__":
|
||||
sys.path.insert(0, str(Path(__file__).parent.parent))
|
||||
|
||||
from custom_components.hon import const
|
||||
|
||||
SENSOR = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue