Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
4 changes: 0 additions & 4 deletions homeassistant/components/broadlink/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

DOMAINS_AND_TYPES = {
Platform.CLIMATE: {"HYS"},
Platform.INFRARED: {"RM4MINI", "RM4PRO", "RMMINI", "RMMINIB", "RMPRO"},
Platform.LIGHT: {"LB1", "LB2"},
Platform.REMOTE: {"RM4MINI", "RM4PRO", "RMMINI", "RMMINIB", "RMPRO"},
Platform.SELECT: {"HYS"},
Expand Down Expand Up @@ -45,6 +44,3 @@

DEFAULT_PORT = 80
DEFAULT_TIMEOUT = 5

# Broadlink IR packet format - repeat count byte offset
IR_PACKET_REPEAT_INDEX = 1
184 changes: 0 additions & 184 deletions homeassistant/components/broadlink/infrared.py

This file was deleted.

1 change: 0 additions & 1 deletion homeassistant/components/broadlink/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"name": "Broadlink",
"codeowners": ["@danielhiversen", "@felipediel", "@L-I-Am", "@eifinger"],
"config_flow": true,
"dependencies": ["infrared"],
"dhcp": [
{
"registered_devices": true
Expand Down
10 changes: 0 additions & 10 deletions homeassistant/components/broadlink/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,6 @@
}
},
"entity": {
"infrared": {
"infrared": {
"name": "IR transmitter"
}
},
"select": {
"day_of_week": {
"name": "Day of week",
Expand Down Expand Up @@ -82,10 +77,5 @@
"name": "Total consumption"
}
}
},
"exceptions": {
"send_command_failed": {
"message": "Failed to send IR command: {error}"
}
}
}
161 changes: 0 additions & 161 deletions tests/components/broadlink/test_infrared.py

This file was deleted.