|
| 1 | +--- |
| 2 | +title: Novy Cooker Hood |
| 3 | +description: Instructions on how to integrate Novy cooker hoods into Home Assistant. |
| 4 | +ha_category: |
| 5 | + - Light |
| 6 | +ha_release: 2026.5 |
| 7 | +ha_iot_class: Assumed State |
| 8 | +ha_config_flow: true |
| 9 | +ha_codeowners: |
| 10 | + - '@piitaya' |
| 11 | +ha_domain: novy_cooker_hood |
| 12 | +ha_platforms: |
| 13 | + - light |
| 14 | +ha_integration_type: device |
| 15 | +ha_quality_scale: bronze |
| 16 | +--- |
| 17 | + |
| 18 | +The **Novy Cooker Hood** {% term integration %} lets you control the light on a [Novy](https://www.novy.com/) radio frequency (RF) remote-controlled cooker hood from Home Assistant. |
| 19 | + |
| 20 | +The integration uses the [Radio Frequency](/integrations/radio_frequency/) {% term entity %} platform to send the turn on and turn off commands. This means you need a compatible RF transmitter (for example, a [Broadlink](/integrations/broadlink/) RF blaster or an [ESPHome](/integrations/esphome/) device with a 433.92 MHz OOK transmitter) set up before you can add the Novy cooker hood. |
| 21 | + |
| 22 | +{% include integrations/config_flow.md %} |
| 23 | + |
| 24 | +{% configuration_basic %} |
| 25 | +Radio frequency transmitter: |
| 26 | + description: "Select the RF transmitter that Home Assistant should use to control the hood. Only transmitters that support 433.92 MHz OOK transmissions are shown." |
| 27 | +Code: |
| 28 | + description: "The code your hood is paired with. Novy hoods leave the factory paired with code 1, so this is the right value for most users. The remote supports 10 codes in total to avoid interference with nearby RF devices on the same frequency, such as a neighbor's cooker hood or a garage door opener. If you re-paired your hood to work around interference, select the code you set during pairing." |
| 29 | +{% endconfiguration_basic %} |
| 30 | + |
| 31 | +After you submit the form, Home Assistant toggles the hood light on and off so you can confirm the code is correct. If the light reacts, select **Finish** to save the configuration. Otherwise, select **Retry** to pick a different code. |
| 32 | + |
| 33 | +## Assumed state |
| 34 | + |
| 35 | +Because RF transmission is a one-way broadcast, Home Assistant cannot confirm whether the hood light actually turned on or off. The integration therefore uses the [assumed state](/integrations/light#assumed-state) pattern: the state is the last state Home Assistant set, and it is restored across restarts. |
| 36 | + |
| 37 | +## Supported devices |
| 38 | + |
| 39 | +The integration has been tested with Novy cooker hoods sold with a 433.92 MHz OOK remote and supports all 10 pairing codes. |
| 40 | + |
| 41 | +## Removing the integration |
| 42 | + |
| 43 | +This integration follows standard integration removal. |
| 44 | + |
| 45 | +{% include integrations/remove_device_service.md %} |
0 commit comments