Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 0 additions & 16 deletions content/components/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -1040,22 +1040,6 @@ ESPHome to cellular networks. **Does not encompass Wi-Fi.**
"Tuya MCU","components/tuya","tuya.png",""
{{< /imgtable >}}

## Cookbook

{{< imgtable >}}
"Lambda Magic - Tips and Tricks","cookbook/lambda_magic","head-lightbulb-outline.svg","dark-invert"
"LVGL Recipes","cookbook/lvgl","lvgl.png",""
"Garage Door Template Cover","cookbook/garage-door","garage-variant.svg","dark-invert"
"Time & Temperature on OLED Display","cookbook/display_time_temp_oled","display_time_temp_oled_2.jpg",""
"ESP32 Water Leak Detector","cookbook/leak-detector-m5stickC","leak-detector-m5stickC_main_index.jpg",""
"BME280 Environment extras","cookbook/bme280_environment","bme280.jpg",""
"Non-Invasive Power Meter","cookbook/power_meter","power_meter.jpg",""
"Sonoff Fishpond Pump","cookbook/sonoff-fishpond-pump","cookbook-sonoff-fishpond-pump.jpg",""
"Arduino Port Extender","cookbook/arduino_port_extender","arduino_logo.svg",""
"EHMTX a matrix status/text display","cookbook/ehmtx","ehmtx.jpg",""
"Pulse Catcher","cookbook/pulse-catcher","pulses.png",""
{{< /imgtable >}}

## Contributing

ESPHome depends on and welcomes contributions from our community. If you'd like to contribute, please see our
Expand Down
25 changes: 24 additions & 1 deletion content/cookbook/_index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,27 @@
---
description: "Cookbook"
description: "Example Cookbook - Over the years we've number a couple of useful examples which you can use to set up your devices quickly and easily."
title: "Cookbook"
params:
seo:
description: Example Cookbook - Over the years we've number a couple of useful examples which you can use to set up your devices quickly and easily.
image: logo.svg
---
## what can you find here?

Over the years we've number a couple of useful examples which you can use to set up your devices quickly and easily.

## Cookbook

{{< imgtable >}}
"Lambda Magic - Tips and Tricks","lambda_magic","head-lightbulb-outline.svg","dark-invert"
"LVGL Recipes","lvgl","lvgl.png",""
"Garage Door Template Cover","garage-door","garage-variant.svg","dark-invert"
"Time & Temperature on OLED Display","display_time_temp_oled","display_time_temp_oled_2.jpg",""
"ESP32 Water Leak Detector","leak-detector-m5stickC","leak-detector-m5stickC_main_index.jpg",""
"BME280 Environment extras","bme280_environment","bme280.jpg",""
"Non-Invasive Power Meter","power_meter","power_meter.jpg",""
"Sonoff Fishpond Pump","sonoff-fishpond-pump","cookbook-sonoff-fishpond-pump.jpg",""
"Arduino Port Extender","arduino_port_extender","arduino_logo.svg",""
"EHMTX a matrix status/text display","ehmtx","ehmtx.jpg",""
"Pulse Catcher","pulse-catcher","pulses.png",""
{{< /imgtable >}}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions content/cookbook/images/garage-variant.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions content/cookbook/images/head-lightbulb-outline.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
50 changes: 30 additions & 20 deletions hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,60 +54,70 @@ menu:
weight: 15
parent: "getting-started"

- name: "Next Steps"

- name: "Documentation"
weight: 20
identifier: "next-steps"
- name: "Documentation"
url: "/components/"
- name: "Configuration Types"
url: "/guides/configuration-types/"
weight: 21
parent: "next-steps"
- name: "Automations"
url: "/automations/"
weight: 22
parent: "next-steps"
- name: "Configuration Types"
url: "/guides/configuration-types/"
- name: "Components"
url: "/components/"
weight: 23
parent: "next-steps"
- name: "Device Examples"
url: "https://devices.esphome.io/"
weight: 24
parent: "next-steps"
- name: "Cookbook"
url: "/cookbook/"
weight: 25
parent: "next-steps"
- name: "DIY Examples"
url: "/guides/diy/"
weight: 25
weight: 26
parent: "next-steps"
- name: "Device database "
url: "https://devices.esphome.io/"
weight: 27
post: <img data-pagefind-ignore="all" alt="" aria-hidden="true" class="external-link dark-invert" title="External link" src="/images/external-link.svg">
parent: "next-steps"

- name: "Contribute"
weight: 40
identifier: "Contribute"
- name: "Sharing ESPHome Devices"
url: "/guides/creators/"
weight: 26
parent: "next-steps"
weight: 46
parent: "Contribute"
- name: "Made for ESPHome"
url: "/guides/made_for_esphome/"
weight: 27
parent: "next-steps"
weight: 47
parent: "Contribute"

- name: "Keeping Up"
weight: 30
weight: 60
identifier: "keeping-up"
- name: "Changelog"
url: "/changelog/"
weight: 31
weight: 61
parent: "keeping-up"
- name: "Discord"
url: "https://discord.gg/KhAMKrd"
weight: 32
weight: 62
parent: "keeping-up"
- name: "Forums"
url: "https://community.home-assistant.io/c/esphome/"
weight: 33
weight: 63
parent: "keeping-up"
- name: "Development"
url: "https://developers.esphome.io"
weight: 34
weight: 64
parent: "keeping-up"
- name: "Supporters"
url: "/guides/supporters/"
weight: 35
weight: 65
parent: "keeping-up"
footer:
- name: Documentation
Expand Down