mirror of
https://github.com/home-assistant/core.git
synced 2026-05-03 19:41:15 +02:00
Rename lg_ir to lg_infrared
This commit is contained in:
+1
-1
@@ -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
|
||||
+3
-3
@@ -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"
|
||||
Generated
+1
-1
@@ -369,7 +369,7 @@ FLOWS = {
|
||||
"led_ble",
|
||||
"lektrico",
|
||||
"letpot",
|
||||
"lg_ir",
|
||||
"lg_infrared",
|
||||
"lg_netcast",
|
||||
"lg_soundbar",
|
||||
"lg_thinq",
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user