diff --git a/source/_integrations/homeworks.markdown b/source/_integrations/homeworks.markdown index fbf8fe52989..c16450c468b 100644 --- a/source/_integrations/homeworks.markdown +++ b/source/_integrations/homeworks.markdown @@ -3,11 +3,13 @@ title: Lutron Homeworks description: How to use Lutron Homeworks Series 4 & 8 with Home Assistant. ha_category: - Hub + - Binary sensor - Light ha_release: 0.85 ha_iot_class: Local Push ha_domain: homeworks ha_platforms: + - binary_sensor - light ha_integration_type: integration --- @@ -18,7 +20,7 @@ Only a subset of the Homeworks system is supported - lights and keypads. Lutron has created many systems over the years, each with their own unique interfacing protocol. There are three Homeworks systems - QS, Series 4 & 8, and original. This platform is only for Series 4 & 8. There is another integration [lutron](/integrations/lutron/) which handles Lutron RadioRA 2 systems. -Homeworks keypad buttons are momentary switches. The button is pressed and released, meaning that there is no "state". Buttons generate `homeworks_button_press` and `homeworks_button_release` events. These events contain the "id", "name", and "button" of the button that was pressed. "id" is derived from "name", and "button" is the number of the button on the keypad (starting at 1). +Homeworks keypad buttons are momentary switches. The button is pressed and released, meaning that there is no "state". Buttons generate `homeworks_button_press` and `homeworks_button_release` events. These events contain the "id", "name", and "button" of the button that was pressed. "id" is derived from "name", and "button" is the number of the button on the keypad (starting at 1). It's also possible to add binary sensor entities which indicate if a keypad LED is lit. {% include integrations/config_flow.md %}