olicooper / esphome-nspanel-lovelace-native

Custom ESPHome component for NSPanel utilising the TFT firmware of the project 'joBr99/nspanel-lovelace-ui'
Other
34 stars 6 forks source link

Update documentation for initial tft flash #13

Closed Grrzzz closed 4 months ago

Grrzzz commented 4 months ago

The service upload_tft will fail with basic configuration example because the display is turned off. Took me hours to get behind this issue. Please update your documentation and add screen power to basic example (https://github.com/olicooper/esphome-nspanel-lovelace-native/blob/dev/basic-example.yaml#L80)

switch:

Turn screen power on/off

  • platform: gpio name: Screen Power id: screen_power entity_category: config pin: number: 4 inverted: true restore_mode: ALWAYS_ON
olicooper commented 4 months ago

Sorry about that, I tried to simplify the config but I also removed this required entry in the process! Thanks for reporting it 👍