Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make images consistent on home page #4287

Merged
merged 7 commits into from
Sep 30, 2024
Merged
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
2 changes: 1 addition & 1 deletion changelog/2023.11.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ ESPHome 2023.11.0 - 15th November 2023
ZH/LT-01 Climate, components/climate/climate_ir, air-conditioner-ir.svg, dark-invert

EMC2101, components/emc2101, emc2101.jpg
MicroNova pellet stove, components/micronova, pellet.svg
MicroNova pellet stove, components/micronova, micronova.svg
XGZP68xx Series, components/sensor/xgzp68xx, 6897d.jpg

Text Components
Expand Down
2 changes: 1 addition & 1 deletion components/binary_sensor/gpio.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ GPIO Binary Sensor

.. seo::
:description: Instructions for setting up GPIO binary sensors with ESPHome.
:image: pin.svg
:image: gpio.svg

The GPIO Binary Sensor platform allows you to use any input pin on your
device as a binary sensor.
Expand Down
2 changes: 1 addition & 1 deletion components/output/gpio.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ GPIO Output

.. seo::
:description: Instructions for setting up binary outputs for GPIO pins.
:image: pin.svg
:image: gpio.svg

The GPIO output component is quite simple: It exposes a single GPIO pin
as an output component. Note that output components are **not** switches and
Expand Down
2 changes: 1 addition & 1 deletion components/switch/gpio.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ GPIO Switch

.. seo::
:description: Instructions for setting up GPIO pin switches in ESPHome that control GPIO outputs.
:image: pin.svg
:image: gpio.svg

The ``gpio`` switch platform allows you to use any pin on your node as a
switch. You can for example hook up a relay to a GPIO pin and use it
Expand Down
1 change: 1 addition & 0 deletions github.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ def run(self):
else:
category = row[3].strip()
if len(row) == 5 and row[4].strip() == "dark-invert":
category = row[3].strip()
dark_invert = True
items.append(
{
Expand Down
2 changes: 1 addition & 1 deletion images/ade7880.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion images/ade7953.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion images/bk72xx.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading