Fabian Peter Hammerle
|
1a9a7d4722
subscribe to topic `homeassistant/cover/switchbot-curtain/+/position/set-percent`
|
2 years ago |
dependabot[bot]
|
677fc0f8cf
build(deps): bump docker/build-push-action from 2.8.0 to 2.9.0
|
2 years ago |
Fabian Peter Hammerle
|
67620606c1
dev / test env: upgrade black to first stable release
|
2 years ago |
dependabot[bot]
|
1dab078531
build(deps): bump docker/build-push-action from 2.7.0 to 2.8.0
|
2 years ago |
dependabot[bot]
|
0775a27000
build(deps-dev): bump mypy from 0.910 to 0.931
|
2 years ago |
Fabian Peter Hammerle
|
c6bc41e1c3
add additional (internal) type hints to enable mypy's strict mode
|
2 years ago |
dependabot[bot]
|
5309fb675b
build(deps-dev): bump pylint from 2.11.1 to 2.12.2
|
2 years ago |
dependabot[bot]
|
a90f0c95fe
build(deps): bump actions/setup-python from 2.3.0 to 2.3.1
|
2 years ago |
dependabot[bot]
|
0dbb4fe6c9
build(deps): bump actions/setup-python from 2.2.2 to 2.3.0
|
3 years ago |
Fabian Peter Hammerle
|
6806749ea9
loosen version constraint to support PySwitchbot v0.12.0; update dev env
|
3 years ago |
Fabian Peter Hammerle
|
5c7d230a80
loosen version constraint to support PySwitchbot v0.11.0; update dev env & adapt tests for new PySwitchbot version
|
3 years ago |
Fabian Peter Hammerle
|
b0a6ad4925
drop compatibility with python3.6 (as in PySwitchbot v0.11.0)
|
3 years ago |
dependabot[bot]
|
c92cd28618
build(deps): bump actions/checkout from 2.3.5 to 2.4.0
|
3 years ago |
Fabian Peter Hammerle
|
9da20c1d8e
release v2.2.0
|
3 years ago |
Fabian Peter Hammerle
|
71dd59b114
fix console entry point
|
3 years ago |
Fabian Peter Hammerle
|
7b25b3a3ec
update & report device info when receiving msg on `homeassistant/{switch/switchbot,cover/switchbot-curtain}/MAC_ADDRESS/request-device-info` (requires `--fetch-device-info`)
|
3 years ago |
Fabian Peter Hammerle
|
8eff3b0544
refactor: split `_parse_mqtt_topic` from `_MQTTControlledActor._mqtt_command_callback`
|
3 years ago |
Fabian Peter Hammerle
|
f6be995e7a
refactor: split `_MQTTControlledActor` into new switchbot_mqtt/_actors/_base.py
|
3 years ago |
Fabian Peter Hammerle
|
383e1e9cce
refactor: move actor classes to switchbot_mqtt/_actors.py
|
3 years ago |
Fabian Peter Hammerle
|
cf6dfff0d1
refactor: move a few definitions to switchbot_mqtt/_utils.py
|
3 years ago |
Fabian Peter Hammerle
|
2468700b4a
refactor: move `_main` to switchbot_mqtt/_cli.py
|
3 years ago |
dependabot[bot]
|
f324c971b2
build(deps): bump actions/checkout from 2.3.4 to 2.3.5
|
3 years ago |
Fabian Peter Hammerle
|
efc5352b9b
release v2.1.0
|
3 years ago |
Fabian Peter Hammerle
|
ef51646189
`--fetch-device-info` can now alternatively be enabled by setting env var `FETCH_DEVICE_INFO`
|
3 years ago |
Fabian Peter Hammerle
|
32c3391404
report battery level of button automators on expected topic `homeassistant/switch/switchbot/MAC_ADDRESS/battery-percentage` (commit 4feeb7a56d99d2a3b3649c027a150157d2678b2c introduced report on unexpected topic)
|
3 years ago |
Fabian Peter Hammerle
|
e5cd4145e7
release v2.0.0
|
3 years ago |
Fabian Peter Hammerle
|
de6d509bdd
change default log level from `DEBUG` to `INFO`; added option `--debug`
|
3 years ago |
Fabian Peter Hammerle
|
3ee4888e3a
test against python3.10
|
3 years ago |
Fabian Peter Hammerle
|
4feeb7a56d
report button automator's battery level in topic `homeassistant/cover/switchbot/MAC_ADDRESS/battery-percentage` after every command
|
3 years ago |
Fabian Peter Hammerle
|
32c2b2364f
report curtain motor's battery level in topic `homeassistant/cover/switchbot-curtain/MAC_ADDRESS/battery-percentage` after every command
|
3 years ago |