diff --git a/components/nspanel.rst b/components/nspanel.rst deleted file mode 100644 index 843909f92..000000000 --- a/components/nspanel.rst +++ /dev/null @@ -1,31 +0,0 @@ -Sonoff NSPanel -============== - -.. seo:: - :description: Instructions for using ESPHome of the Sonoff NSPanel - -The Sonoff NSPanel integration allows ESPHome to control features and functionality of the NSPanel's -built in display. - -.. code-block:: yaml - - nspanel: - time_id: REPLACEME - temperature: temperature_id - screen_power_switch: screen_power_switch_id - relays: - - relay_1_id - - relay_2_id - - widgets: - - type: scene - name: Test - on_click: - - logger.log: Test Scene tapped - - - type: empty - ... - - -Configuration Variables: -------------------------