You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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]>
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.
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.