Skip to content
Open
Show file tree
Hide file tree
Changes from 7 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 collected a couple of useful example that you can use to setup your devices simple and easy."
title: "Cookbook"
params:
seo:
description: Example Cookbook - Over the years we collected a couple of useful example that you can use to setup your devices simple and easy.
image: logo.svg
---
## what kan you find here?

Over the years we collected a couple of useful example that you can use to setup your devices simple and easy.

## 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 >}}
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: <i class="fa-solid fa-code"></i>
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