esphome-docs/components/display
Kevin O'Rourke f0844a50f5 Fix config name for showing previous page (#238)
Although the documentation says `show_prev` it's `show_previous` in esphome/components/display/__init__.py and `show_prev` results in a build error:

```
Failed config

binary_sensor.gpio: [source badgy.yaml:37]
  platform: gpio
  pin: GPIO10
  id: joystick_left
  on_click:  [source badgy.yaml:41]
    then:
      - [source badgy.yaml:42]

        Unable to find action with the name 'display.page.show_prev'.
        display.page.show_prev: my_display [source badgy.yaml:42]
      - component.update: my_display
```
2019-05-01 17:15:51 +02:00
..
images Netlify (#153) 2019-02-07 13:54:45 +01:00
index.rst Fix config name for showing previous page (#238) 2019-05-01 17:15:51 +02:00
lcd_display.rst Remove disqus 2019-03-24 14:54:58 +01:00
max7219.rst Remove disqus 2019-03-24 14:54:58 +01:00
nextion.rst Remove disqus 2019-03-24 14:54:58 +01:00
ssd1306.rst Remove disqus 2019-03-24 14:54:58 +01:00
waveshare_epaper.rst Remove disqus 2019-03-24 14:54:58 +01:00