Add more sensors and translations

This commit is contained in:
Andre Basche
2023-03-05 19:19:52 +01:00
parent ac9e4d211c
commit 5682149ecc
9 changed files with 111 additions and 24 deletions

View File

@ -2,9 +2,9 @@
"domain": "hon",
"name": "hOn",
"config_flow": true,
"version": "0.0.1",
"version": "0.1.0",
"codeowners": ["@Andre0512"],
"iot_class": "cloud_polling",
"requirements": ["pyhon"],
"requirements": ["pyhOn==0.2.4"],
"documentation": "https://github.com/Andre0512/hOn/"
}