Skip to content

Releases: pww217/kasa-control

v1.2.1

02 Dec 18:29
696b34d
Compare
Choose a tag to compare
  • Small fixes in configurations, logging, API methods, etc. Nothing too fancy.

v1.2.0

18 Sep 01:16
Compare
Choose a tag to compare
  • Polishing server and api calling
  • A lot of consolidation and refactoring
  • New API logic (toggle_power)
  • Informational endpoints

v.1.1.1

16 Sep 19:35
Compare
Choose a tag to compare
  • Secondary webhook container available for on-demand commands
  • Uses presents to request via json POST
  • Other optimizations

v1.0.0

27 Aug 16:17
Compare
Choose a tag to compare

First release I feel confident is "production-ready" and without any obvious bugs. I've been using it at home for a few days without issue now, although exception handling for invalid config remains pretty weak.

  • turn_on replaced with set_brightness as the implementation was basically identical
  • Cleaner logging
  • A bit more exception handling and logging
  • black formatting

v0.3.0

22 Aug 03:04
Compare
Choose a tag to compare
  • Docker Release
  • Better Docs

v0.2.0

22 Aug 01:59
Compare
Choose a tag to compare
  • Fixed a bug related to device recognition
  • Better, less spammy logging

v0.1.0

20 Aug 22:22
Compare
Choose a tag to compare

Features:

  • Fully configurable
  • Scheduling
  • Concurrency
  • Once daily jobs
  • Continuous rotating light jobs (from x until y)

v0.0.1

15 Jul 21:25
Compare
Choose a tag to compare

Initial workable version, with few features and basically no exception handling. See README.md