mirror of
https://github.com/Andre0512/hon.git
synced 2026-07-04 06:02:45 +02:00
Compare commits
10 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| bc1a7b7a7c | |||
| 4499610fc5 | |||
| f1ca4e38e0 | |||
| 70eb6c0111 | |||
| 9bab35f8c4 | |||
| 39fc30c95e | |||
| cdc0bfc2e0 | |||
| 237981ded3 | |||
| dec964b039 | |||
| 847ae04245 |
@@ -222,7 +222,6 @@ AC_HUMAN_SENSE: dict[int, str] = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
AP_MACH_MODE: dict[int, str] = {
|
AP_MACH_MODE: dict[int, str] = {
|
||||||
0: "standby",
|
|
||||||
1: "sleep",
|
1: "sleep",
|
||||||
2: "auto",
|
2: "auto",
|
||||||
3: "allergens",
|
3: "allergens",
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
"iot_class": "cloud_push",
|
"iot_class": "cloud_push",
|
||||||
"issue_tracker": "https://github.com/Andre0512/hon/issues",
|
"issue_tracker": "https://github.com/Andre0512/hon/issues",
|
||||||
"requirements": [
|
"requirements": [
|
||||||
"pyhOn==0.17.4"
|
"pyhOn==0.17.5"
|
||||||
],
|
],
|
||||||
"version": "0.14.0-beta.7"
|
"version": "0.14.0"
|
||||||
}
|
}
|
||||||
|
|||||||
+1
-1
@@ -1 +1 @@
|
|||||||
pyhOn==0.17.3
|
pyhOn==0.17.5
|
||||||
|
|||||||
Reference in New Issue
Block a user