Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove deprecated Raspberry Pi GPIO integration (#71777)
  • Loading branch information
frenck committed May 13, 2022
1 parent 3adaad7 commit c8d171c
Show file tree
Hide file tree
Showing 16 changed files with 6 additions and 440 deletions.
1 change: 0 additions & 1 deletion .coveragerc
Expand Up @@ -993,7 +993,6 @@ omit =
homeassistant/components/route53/*
homeassistant/components/rova/sensor.py
homeassistant/components/rpi_camera/*
homeassistant/components/rpi_gpio/*
homeassistant/components/rtorrent/sensor.py
homeassistant/components/russound_rio/media_player.py
homeassistant/components/russound_rnet/media_player.py
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/wheels.yml
Expand Up @@ -134,7 +134,6 @@ jobs:
sed -i "s|# pybluez|pybluez|g" ${requirement_file}
sed -i "s|# bluepy|bluepy|g" ${requirement_file}
sed -i "s|# beacontools|beacontools|g" ${requirement_file}
sed -i "s|# RPi.GPIO|RPi.GPIO|g" ${requirement_file}
sed -i "s|# fritzconnection|fritzconnection|g" ${requirement_file}
sed -i "s|# pyuserinput|pyuserinput|g" ${requirement_file}
sed -i "s|# evdev|evdev|g" ${requirement_file}
Expand Down
68 changes: 0 additions & 68 deletions homeassistant/components/rpi_gpio/__init__.py

This file was deleted.

109 changes: 0 additions & 109 deletions homeassistant/components/rpi_gpio/binary_sensor.py

This file was deleted.

139 changes: 0 additions & 139 deletions homeassistant/components/rpi_gpio/cover.py

This file was deleted.

9 changes: 0 additions & 9 deletions homeassistant/components/rpi_gpio/manifest.json

This file was deleted.

3 changes: 0 additions & 3 deletions homeassistant/components/rpi_gpio/services.yaml

This file was deleted.

0 comments on commit c8d171c

Please sign in to comment.