Tom Harris

Results 12 issues of 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...

new-platform
cla-signed
integration: insteon
has-tests
by-code-owner
Quality Scale: No score

## 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`...

cla-signed
integration: insteon
by-code-owner
Quality Scale: No score

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...

enhancement

Add full support for Motion Sensor II (2844-xxx)

enhancement

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”:...

enhancement