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

Remove eq3btsmart integration #94698

Merged
merged 1 commit into from
Nov 28, 2023
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
1 change: 0 additions & 1 deletion .coveragerc
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,6 @@ omit =
homeassistant/components/epson/__init__.py
homeassistant/components/epson/media_player.py
homeassistant/components/epsonworkforce/sensor.py
homeassistant/components/eq3btsmart/climate.py
homeassistant/components/escea/__init__.py
homeassistant/components/escea/climate.py
homeassistant/components/escea/discovery.py
Expand Down
1 change: 0 additions & 1 deletion CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,6 @@ build.json @home-assistant/supervisor
/homeassistant/components/epson/ @pszafer
/tests/components/epson/ @pszafer
/homeassistant/components/epsonworkforce/ @ThaStealth
/homeassistant/components/eq3btsmart/ @rytilahti
/homeassistant/components/escea/ @lazdavila
/tests/components/escea/ @lazdavila
/homeassistant/components/esphome/ @OttoWinter @jesserockz @kbx81 @bdraco
Expand Down
2 changes: 1 addition & 1 deletion homeassistant/brands/eq3.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"domain": "eq3",
"name": "eQ-3",
"integrations": ["eq3btsmart", "maxcube"]
"integrations": ["maxcube"]
}
1 change: 0 additions & 1 deletion homeassistant/components/eq3btsmart/__init__.py

This file was deleted.

192 changes: 0 additions & 192 deletions homeassistant/components/eq3btsmart/climate.py

This file was deleted.

6 changes: 0 additions & 6 deletions homeassistant/components/eq3btsmart/const.py

This file was deleted.

10 changes: 0 additions & 10 deletions homeassistant/components/eq3btsmart/manifest.json

This file was deleted.

6 changes: 0 additions & 6 deletions homeassistant/generated/integrations.json
Original file line number Diff line number Diff line change
Expand Up @@ -1552,12 +1552,6 @@
"eq3": {
"name": "eQ-3",
"integrations": {
"eq3btsmart": {
"integration_type": "hub",
"config_flow": false,
"iot_class": "local_polling",
"name": "eQ-3 Bluetooth Smart Thermostats"
},
"maxcube": {
"integration_type": "hub",
"config_flow": false,
Expand Down
4 changes: 0 additions & 4 deletions requirements_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -636,7 +636,6 @@ concord232==0.15
# homeassistant.components.upc_connect
connect-box==0.2.8

# homeassistant.components.eq3btsmart
# homeassistant.components.xiaomi_miio
construct==2.10.68

Expand Down Expand Up @@ -2130,9 +2129,6 @@ python-digitalocean==1.13.2
# homeassistant.components.ecobee
python-ecobee-api==0.2.17

# homeassistant.components.eq3btsmart
# python-eq3bt==0.2

# homeassistant.components.etherscan
python-etherscan-api==0.0.3

Expand Down
1 change: 0 additions & 1 deletion requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,6 @@ colorlog==6.7.0
# homeassistant.components.color_extractor
colorthief==0.2.1

# homeassistant.components.eq3btsmart
# homeassistant.components.xiaomi_miio
construct==2.10.68

Expand Down
1 change: 0 additions & 1 deletion script/gen_requirements_all.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
"pybluez",
"pycocotools",
"pycups",
"python-eq3bt",
"python-gammu",
"python-lirc",
"pyuserinput",
Expand Down