mikejgray / neon-homeassistant-skill

A Neon AI Skill for Home Assistant, which integrates with ovos-PHAL-plugin-homeassistant.
Apache License 2.0
7 stars 4 forks source link

[FEAT] Support for dimmer switches #22

Open mikejgray opened 1 year ago

mikejgray commented 1 year ago

Objective

Currently, we can only set the percentage of brightness on light bulbs. We should also be able to do this for dimmer switches.

Initial Implementation Requirements

Make sure intents exist and also update PHAL plugin for appropriate methods, if they don't exist.

Other Considerations

No response