Skip to content

Commit

Permalink
Merge branch 'dev' into synesthesiam-20241121-double-sentence-triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
synesthesiam authored Nov 21, 2024
2 parents b2ec469 + 8a29218 commit 8beb0d4
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 8 deletions.
9 changes: 8 additions & 1 deletion homeassistant/components/fully_kiosk/strings.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
{
"common": {
"data_description_password": "The Remote Admin Password from the Fully Kiosk Browser app settings."
},
"config": {
"step": {
"discovery_confirm": {
"description": "Do you want to set up {name} ({host})?",
"data": {
"password": "[%key:common::config_flow::data::password%]"
},
"data_description": {
"password": "[%key:component::fully_kiosk::common::data_description_password%]"
}
},
"user": {
Expand All @@ -15,7 +21,8 @@
"verify_ssl": "[%key:common::config_flow::data::verify_ssl%]"
},
"data_description": {
"host": "The hostname or IP address of the device running your Fully Kiosk Browser application."
"host": "The hostname or IP address of the device running your Fully Kiosk Browser application.",
"password": "[%key:component::fully_kiosk::common::data_description_password%]"
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"codeowners": ["@alistair23"],
"config_flow": true,
"dependencies": ["bluetooth_adapters"],
"documentation": "https://www.home-assistant.io/integrations/???",
"documentation": "https://www.home-assistant.io/integrations/husqvarna_automower_ble",
"iot_class": "local_polling",
"requirements": ["automower-ble==0.2.0"]
}
3 changes: 1 addition & 2 deletions homeassistant/components/lg_thinq/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
"name": "LG ThinQ",
"codeowners": ["@LG-ThinQ-Integration"],
"config_flow": true,
"dependencies": [],
"documentation": "https://www.home-assistant.io/integrations/lg_thinq/",
"documentation": "https://www.home-assistant.io/integrations/lg_thinq",
"iot_class": "cloud_push",
"loggers": ["thinqconnect"],
"requirements": ["thinqconnect==1.0.1"]
Expand Down
5 changes: 1 addition & 4 deletions homeassistant/components/nasweb/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,7 @@
"config_flow": true,
"dependencies": ["webhook"],
"documentation": "https://www.home-assistant.io/integrations/nasweb",
"homekit": {},
"integration_type": "hub",
"iot_class": "local_push",
"requirements": ["webio-api==0.1.8"],
"ssdp": [],
"zeroconf": []
"requirements": ["webio-api==0.1.8"]
}

0 comments on commit 8beb0d4

Please sign in to comment.