Fabian Peter Hammerle
|
d4bda8864a
release v3.2.0
|
2 年之前 |
Fabian Peter Hammerle
|
64a57aa390
add command-line option `--mqtt-topic-prefix`
|
2 年之前 |
dependabot[bot]
|
a41a123df5
build(deps-dev): bump pylint from 2.13.4 to 2.13.5
|
2 年之前 |
Fabian Peter Hammerle
|
dce4e5601e
refactor: add param `mqtt_topic_prefix` to internal function `_run`
|
2 年之前 |
Fabian Peter Hammerle
|
680dc5e6bb
refactor: rename module `switchbot_mqtt/_actors/{_base->base}` (cause accessed by outer `switchbot_mqtt` & `switchbot_mqtt._cli`)
|
2 年之前 |
Fabian Peter Hammerle
|
4416a97213
refactor: move `_TOPIC_LEVELS_PREFIX` to `_MQTTCallbackUserdata.mqtt_topic_prefix` (to prepare parametrization via commmand-line argument)
|
2 年之前 |
dependabot[bot]
|
1fb0f21398
build(deps-dev): bump pylint from 2.13.0 to 2.13.4
|
2 年之前 |
dependabot[bot]
|
bad39bc7a9
build(deps-dev): bump black from 22.1.0 to 22.3.0
|
2 年之前 |
Fabian Peter Hammerle
|
788f312207
release v3.1.0
|
2 年之前 |
Fabian Peter Hammerle
|
965ca2646e
indicate in log message whether TLS is enabled
|
2 年之前 |
Fabian Peter Hammerle
|
3431242e67
add command-line option --mqtt-disable-tls (for upward compatibility; enabled by default)
|
2 年之前 |
Fabian Peter Hammerle
|
4ffe0c4023
add command-line option `--mqtt-enable-tls`
|
2 年之前 |
Fabian Peter Hammerle
|
22ef4b6299
internal function `_run`: add parameter to enable/disable TLS
|
2 年之前 |
dependabot[bot]
|
c99c6a1a45
build(deps-dev): bump pylint from 2.12.2 to 2.13.0
|
2 年之前 |
dependabot[bot]
|
c1766d0b4a
build(deps-dev): bump mypy from 0.941 to 0.942
|
2 年之前 |
dependabot[bot]
|
88e6174f82
build(deps-dev): bump mypy from 0.931 to 0.941
|
2 年之前 |
dependabot[bot]
|
5f7465342c
build(deps-dev): bump pytest from 7.0.1 to 7.1.1
|
2 年之前 |
dependabot[bot]
|
c959e54731
build(deps): bump docker/build-push-action from 2.9.0 to 2.10.0
|
2 年之前 |
dependabot[bot]
|
eaba900030
build(deps): bump actions/checkout from 2.4.0 to 3
|
2 年之前 |
dependabot[bot]
|
f8cb9d90a1
build(deps): bump actions/setup-python from 2.3.2 to 3
|
2 年之前 |
Fabian Peter Hammerle
|
6501b82a01
Merge pull request #67 from fphammerle/dependabot/pip/pytest-7.0.1
|
2 年之前 |
Fabian Peter Hammerle
|
67012e187e
dev env: add typed-ast to fix mypy on python3.7
|
2 年之前 |
dependabot[bot]
|
c48a5d4e72
build(deps-dev): bump pytest from 6.2.5 to 7.0.1
|
2 年之前 |
dependabot[bot]
|
30c69fc749
build(deps): bump actions/setup-python from 2.3.1 to 2.3.2
|
2 年之前 |
Fabian Peter Hammerle
|
d9916ca808
release v3.0.0
|
2 年之前 |
Fabian Peter Hammerle
|
557669a92c
button automators: no longer report battery% on deprecated topic `homeassistant/cover/switchbot/+/battery-percentage`
|
2 年之前 |
Fabian Peter Hammerle
|
ef42e7c014
refactor: store topic levels in tuples instead of lists (see `_MQTTControlledActor._get_mqtt_message_callbacks`)
|
2 年之前 |
Fabian Peter Hammerle
|
a815b1afdb
send command setting curtain motor's position when receiving msg on topic `homeassistant/cover/switchbot-curtain/+/position/set-percent`
|
2 年之前 |
Fabian Peter Hammerle
|
878afa9bf6
fix "TypeError: 'ABCMeta' object is not subscriptable" on python<3.9
|
2 年之前 |
Fabian Peter Hammerle
|
d9ed83a845
send command to set curtain motors' position
|
2 年之前 |