File tree 4 files changed +7
-4
lines changed
4 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## 0.7.2b1
3
+ ## 0.7.2
4
4
5
+ * Add Dutch language translation, #133
6
+ * Prevent leaking username and passwords to logs, #131
7
+ * Added documentation of API calls which are not official, #126
5
8
* Add support for setting status light brightness, #112
6
9
* Add retry on 500 server errors from Zaptec cloud, #90
7
10
* Added new charger lock "Permanent cable lock" and removed the binary
Original file line number Diff line number Diff line change 1
1
MIT License
2
2
3
- Copyright (c) 2023 Hellowlol, Svein Seldal and contributers
3
+ Copyright (c) 2024 Hellowlol, Svein Seldal and contributers
4
4
5
5
Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change 2
2
from __future__ import annotations
3
3
4
4
NAME = "zaptec"
5
- VERSION = "0.7.2b1 "
5
+ VERSION = "0.7.2 "
6
6
ISSUEURL = "https://github.com/custom-components/zaptec/issues"
7
7
8
8
DOMAIN = "zaptec"
Original file line number Diff line number Diff line change 10
10
],
11
11
"iot_class" : " cloud_polling" ,
12
12
"requirements" : [" azure-servicebus" , " pydantic" ],
13
- "version" : " 0.7.2b1 "
13
+ "version" : " 0.7.2 "
14
14
}
You can’t perform that action at this time.
0 commit comments