Rename lg_ir to lg_infrared

This commit is contained in:
abmantis
2026-01-03 00:54:26 +00:00
parent dd3af8872f
commit 127a05ca97
10 changed files with 7 additions and 7 deletions
@@ -1,6 +1,6 @@
"""Constants for the LG IR integration."""
DOMAIN = "lg_ir"
DOMAIN = "lg_infrared"
CONF_INFRARED_ENTITY_ID = "infrared_entity_id"
LG_ADDRESS = 0xFB04
@@ -1,10 +1,10 @@
{
"domain": "lg_ir",
"name": "LG IR Remote",
"domain": "lg_infrared",
"name": "LG Infrared",
"codeowners": [],
"config_flow": true,
"dependencies": ["infrared"],
"documentation": "https://www.home-assistant.io/integrations/lg_ir",
"documentation": "https://www.home-assistant.io/integrations/lg_infrared",
"integration_type": "device",
"iot_class": "local_push",
"quality_scale": "bronze"
+1 -1
View File
@@ -369,7 +369,7 @@ FLOWS = {
"led_ble",
"lektrico",
"letpot",
"lg_ir",
"lg_infrared",
"lg_netcast",
"lg_soundbar",
"lg_thinq",
+2 -2
View File
@@ -3555,8 +3555,8 @@
}
}
},
"lg_ir": {
"name": "LG IR Remote",
"lg_infrared": {
"name": "LG Infrared",
"integration_type": "device",
"config_flow": true,
"iot_class": "local_push"