Tom Harris
Tom Harris
Contributing a YAML provider to allow import and export of topics via .yaml files.
## Proposed change This change adds configuration entities to the Insteon devices to allow users to optimize the use of Insteon devices. Currently, Insteon devices can be configured using the...
## Proposed change Clean up the Insteon code to use Platform rather than the DOMAIN constants in each platform. This change also gets rid of a "dummy" platform called `ON_OFF_EVENTS`...
When I try to follow the workshop I receive the following error: User: `user info` is not authorized to perform: serverlessrepo:GetApplication on resource: arn:aws:serverlessrepo:us-east-1:614797420359:applications/aws-iot-corelorawan-sampledecoder
All events can be one `Event` type. The following event types can be eliminated: - LowBatteryEvent - HeartbeatEvent - WetDryEvent
The only state specific types needed are: - OnLevel (int) - OnOff (bool) - Enum (list type so could become an Enum type) - Float (float) The following states can...
Insteon scene message flow should also provide feedback. Currently, the pyinsteon module sends a status request to each device before updating the device state. Can we use the All-Link Cleanup...
Impacts the following classes: - DeviceFlagBase - DerivedProperty - ExtendedProperty - ModemConfiguration - OperatingFlag
Currently, the definition of a 6 or 8 button KPL is only via their cat and subcat: 6 button dimmer “cat”: 1, “subcat”: 66 => (0x042) 6 button dimmer “cat”:...