diff --git a/components/climate/bang_bang.rst b/components/climate/bang_bang.rst index ee4073de1..4675d4bd0 100644 --- a/components/climate/bang_bang.rst +++ b/components/climate/bang_bang.rst @@ -3,7 +3,7 @@ Bang Bang Climate Controller .. seo:: :description: Instructions for setting up Bang Bang climate controllers with ESPHome. - :image: TODO.png + :image: air-conditioner.png The ``bang_bang`` climate platform allows you to regulate a value with a `bang-bang controller `__ (also called hysteresis controller). diff --git a/components/cover/endstop.rst b/components/cover/endstop.rst index 14c0492cb..c69be1fea 100644 --- a/components/cover/endstop.rst +++ b/components/cover/endstop.rst @@ -3,7 +3,7 @@ Endstop Cover .. seo:: :description: Instructions for setting up time-based covers in ESPHome. - :image: TODO.png + :image: electric-switch.png The ``endstop`` cover platform allows you to create covers with position control that have endstops at both ends of the cover to detect the fully-open and fully-closed states. diff --git a/components/cover/time_based.rst b/components/cover/time_based.rst index fcf5951e9..25d26894d 100644 --- a/components/cover/time_based.rst +++ b/components/cover/time_based.rst @@ -3,7 +3,7 @@ Time-Based Cover .. seo:: :description: Instructions for setting up time-based covers in ESPHome. - :image: TODO.png + :image: timer.png The ``time_based`` cover platform allows you to create covers with position control that do not have any position feedback. The state of the cover is thus always an assumed one, the current diff --git a/components/sun.rst b/components/sun.rst index 6b54367fa..71fef2019 100644 --- a/components/sun.rst +++ b/components/sun.rst @@ -3,7 +3,7 @@ Sun .. seo:: :description: Instructions for setting up tracking the sun position in ESPHome. - :image: TODO.png + :image: weather-sunny.png The ``sun`` component allows you to track the sun's position in the sky. diff --git a/images/air-conditioner.svg b/images/air-conditioner.svg new file mode 100644 index 000000000..1a1417926 --- /dev/null +++ b/images/air-conditioner.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/images/electric-switch.svg b/images/electric-switch.svg new file mode 100644 index 000000000..9c256a33d --- /dev/null +++ b/images/electric-switch.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/images/gauge.svg b/images/gauge.svg new file mode 100644 index 000000000..ef3372eb5 --- /dev/null +++ b/images/gauge.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/images/weather-sunny.svg b/images/weather-sunny.svg new file mode 100644 index 000000000..71bdcd0ae --- /dev/null +++ b/images/weather-sunny.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/index.rst b/index.rst index c174ce33d..4bbeed3d7 100644 --- a/index.rst +++ b/index.rst @@ -108,6 +108,7 @@ Sensor Components HX711, components/sensor/hx711, hx711.jpg INA219, components/sensor/ina219, ina219.jpg INA3221, components/sensor/ina3221, ina3221.jpg + Integration, components/sensor/integration, sigma.svg HTU21D, components/sensor/htu21d, htu21d.jpg MAX31855, components/sensor/max31855, max31855.jpg MAX6675, components/sensor/max6675, max6675.jpg @@ -145,7 +146,7 @@ Binary Sensor Components GPIO, components/binary_sensor/gpio, pin.svg Home Assistant, components/binary_sensor/homeassistant, home-assistant.svg Status, components/binary_sensor/status, server-network.svg - ESP32 BLE Device, components/binary_sensor/esp32_ble_tracker, bluetooth.svg + ESP32 BLE Presence, components/binary_sensor/ble_presence, bluetooth.svg ESP32 Touch Pad, components/binary_sensor/esp32_touch, touch.svg MPR121 Capacitive Touch Sensor, components/binary_sensor/mpr121, mpr121.jpg Nextion Touch, components/binary_sensor/nextion, nextion.jpg @@ -234,6 +235,8 @@ Cover Components Cover Core, components/cover/index, folder-open.svg Template Cover, components/cover/template, description.svg + Endstop Cover, components/cover/endstop, electric-switch.svg + Time-Based Cover, components/cover/time_based, timer.svg Text Sensor Components ---------------------- @@ -248,6 +251,14 @@ Text Sensor Components Template Text Sensor, components/text_sensor/template, description.svg Custom Text Sensor, components/text_sensor/custom, language-cpp.svg +Climate Components +------------------ + +.. imgtable:: + + Climate Core, components/climate/index, folder-open.svg + Bang Bang Controller, components/climate/bang_bang, air-conditioner.svg + Misc Components --------------- @@ -262,6 +273,7 @@ Misc Components Time, components/time, clock-outline.svg Stepper, components/stepper/index, stepper.svg Servo, components/servo, servo.svg + Sun, components/sun, weather-sunny.svg ESP32 Ethernet, components/ethernet, ethernet.svg ESP32 Camera, components/esp32_camera, camera.svg diff --git a/svg2png/air-conditioner.png b/svg2png/air-conditioner.png new file mode 100644 index 000000000..d0bdc9e02 Binary files /dev/null and b/svg2png/air-conditioner.png differ diff --git a/svg2png/electric-switch.png b/svg2png/electric-switch.png new file mode 100644 index 000000000..d17da1399 Binary files /dev/null and b/svg2png/electric-switch.png differ diff --git a/svg2png/mcp23017.png b/svg2png/mcp23017.png new file mode 100644 index 000000000..110f96364 Binary files /dev/null and b/svg2png/mcp23017.png differ diff --git a/svg2png/weather-sunny.png b/svg2png/weather-sunny.png new file mode 100644 index 000000000..52495cfaf Binary files /dev/null and b/svg2png/weather-sunny.png differ