vivintpy

python library for interacting with vivintsky API

MIT License

Downloads
3.7K
Stars
11
Committers
6

Bot releases are visible (Hide)

vivintpy - 2023.4.1 Latest Release

Published by natekspencer 3 months ago

What's Changed

Full Changelog: https://github.com/natekspencer/vivintpy/compare/2023.4.0...2023.4.1

vivintpy - 2023.4.0

Published by natekspencer 6 months ago

What's Changed

Full Changelog: https://github.com/natekspencer/vivintpy/compare/2023.3.9...2023.4.0

vivintpy - Release 2023.3.9

Published by natekspencer 6 months ago

What's Changed

Full Changelog: https://github.com/natekspencer/vivintpy/compare/2023.3.8...2023.3.9

vivintpy - Release 2023.3.8

Published by natekspencer 8 months ago

What's Changed

Full Changelog: https://github.com/natekspencer/vivintpy/compare/2023.3.7...2023.3.8

vivintpy - Release 2023.3.7

Published by natekspencer 11 months ago

What's Changed

Full Changelog: https://github.com/natekspencer/vivintpy/compare/2023.3.6...2023.3.7

vivintpy - Release 2023.3.6

Published by natekspencer about 1 year ago

What's Changed

Full Changelog: https://github.com/natekspencer/vivintpy/compare/2023.3.5...2023.3.6

vivintpy - Release 2023.3.5

Published by natekspencer over 1 year ago

What's Changed

Full Changelog: https://github.com/natekspencer/vivintpy/compare/2023.3.4...2023.3.5

vivintpy - 2023.3.4

Published by natekspencer over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/natekspencer/vivintpy/compare/2023.3.3...2023.3.4

vivintpy - 2023.3.3

Published by natekspencer over 1 year ago

What's Changed

Full Changelog: https://github.com/natekspencer/vivintpy/compare/2023.3.2...2023.3.3

vivintpy - 2023.3.2

Published by natekspencer over 1 year ago

What's Changed

Full Changelog: https://github.com/natekspencer/vivintpy/compare/2023.3.1...2023.3.2

vivintpy - 2023.3.1

Published by natekspencer over 1 year ago

What's Changed

Full Changelog: https://github.com/natekspencer/vivintpy/compare/2023.3.0...2023.3.1

vivintpy - 2023.3.0

Published by natekspencer over 1 year ago

What's Changed

Full Changelog: https://github.com/natekspencer/vivintpy/compare/2023.2.0...2023.3.0

vivintpy - 2023.2.0

Published by natekspencer over 1 year ago

What's Changed

Full Changelog: https://github.com/natekspencer/vivintpy/compare/2022.12.0...2023.2.0

vivintpy - 2022.12.0

Published by natekspencer almost 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/natekspencer/vivintpy/compare/2022.6.0...2022.12.0

vivintpy - 2022.6.0

Published by natekspencer over 2 years ago

What's Changed

  • Update Vivint enums and z-wave device list

Full Changelog: https://github.com/natekspencer/vivintpy/compare/2022.1.0...2022.6.0

vivintpy - 2022.1.0

Published by natekspencer over 2 years ago

Limit aiohttp and pubnub versions

vivintpy - 2021.12.0

Published by natekspencer almost 3 years ago

What's Changed

  • Bump pubnub to 5.5.0 and update z-wave device db
vivintpy - 2021.10.1

Published by natekspencer almost 3 years ago

Breaking Changes

  • device_discovered and device_deleted events introduced in 2021.10.0 were changed to emit only the discovered and deleted devices, respectively
  • EquipmentCode and SensorType enums now default to a new "UNKNOWN" value, rather than OTHER and UNUSED since those actually come back as valid values

What's Changed

  • Certain wireless sensors (smart water sensor) now have a parent device property so they can be grouped properly
vivintpy - 2021.10.0

Published by natekspencer almost 3 years ago

Breaking Changes

  • Removed deprecated modules/classes:
    • vivintpy.constants (use vivintpy.const instead)
    • vivintpy.vivint.Vivint (use vivintpy.account.Account instead)
  • Removed deprecated functions:
    • add_update_callback (Entity, use entity.on("update", callback) instead)
    • add_thumbnail_ready_callback (Camera, use camera.on("thumbnail_ready", callback) instead)
  • Moved WirelessSensorAttribute.BYPASSED to VivintDeviceAttribute.BYPASSED

Other Changes

  • Improved typing support
  • Added events for device_discovered and device_deleted on alarm_panels
  • Added BypassTamperDevice subclass
  • Update Z-Wave device database
vivintpy - 2021.9.7

Published by natekspencer about 3 years ago

Fix issue where an error is thrown during disconnect because the pubnub unsubscribe request hasn't been completed