Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: thecynic/pylutron

Tags

0.2.18

Toggle 0.2.18's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bug Fix: Replace smart quote with proper quote

0.2.17

Toggle 0.2.17's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Identify SWITCHED_MOTOR outputs as non-dimmable (#110)

This will address home-assistant/core#127672

This properly identifies the output as non-dimmable which will properly label it as a switch in home assistant.

0.2.16

Toggle 0.2.16's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update __init__.py (#107)

Added Palladiom_Keypad

0.2.15

Toggle 0.2.15's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix the pypi package by adding __init__.py to the _telnetlib director…

…y so it gets picked up properly (#106)

Co-authored-by: cdheiser <[email protected]>

0.2.14

Toggle 0.2.14's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Pull in telnetlib from Python 3.12.4 (#104)

* Pull in telnetlib from Python 3.12.4

---------

Co-authored-by: cdheiser <[email protected]>

0.2.13

Toggle 0.2.13's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Return callback to unsubscribe to entity (#93)

0.2.12

Toggle 0.2.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Generate Legacy UUIDs using IntegrationIDs and other information. (#90)

* Add support for generating UUIDs with older firmware.

Much older Lutron firmware doesn't have UUIDs.  We generate legacy UUIDs using the integration IDs and component numbers.  These are accessible via the legacy_uuid property and should work for all versions of firmware.

Note: Integration ids can/do change when significant changes are made to the programming of a system which is why UUIDs exist in the first place.

0.2.11

Toggle 0.2.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add support for Flashing

Add the flash method for outputs.  This takes an optional fade_time_seconds.

Factor out the helper to take the optional fade time seconds and turn it into something that lutron is happy to parse.

0.2.10

Toggle 0.2.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #77 from rverstappen/add-button-doubleclick

Add support for button double-clicks

0.2.9

Toggle 0.2.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #69 from JonGilmore/automateReleases

chore(ci): automate releases with tags