mirror of
https://github.com/home-assistant/core.git
synced 2026-02-14 23:28:42 +00:00
Update knx-frontend to 2026.2.13.222258 (#162963)
This commit is contained in:
@@ -13,7 +13,7 @@
|
|||||||
"requirements": [
|
"requirements": [
|
||||||
"xknx==3.14.0",
|
"xknx==3.14.0",
|
||||||
"xknxproject==3.8.2",
|
"xknxproject==3.8.2",
|
||||||
"knx-frontend==2026.1.28.162006"
|
"knx-frontend==2026.2.13.222258"
|
||||||
],
|
],
|
||||||
"single_config_entry": true
|
"single_config_entry": true
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -166,6 +166,10 @@
|
|||||||
"project_upload": {
|
"project_upload": {
|
||||||
"description": "Import a KNX project file to help configure group addresses and datapoint types",
|
"description": "Import a KNX project file to help configure group addresses and datapoint types",
|
||||||
"title": "[%key:component::knx::config_panel::dialogs::project_upload::title%]"
|
"title": "[%key:component::knx::config_panel::dialogs::project_upload::title%]"
|
||||||
|
},
|
||||||
|
"time_server": {
|
||||||
|
"description": "Broadcast the current local time and date to the KNX bus",
|
||||||
|
"title": "[%key:component::knx::config_panel::dialogs::time_server::title%]"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"dialogs": {
|
"dialogs": {
|
||||||
@@ -173,6 +177,19 @@
|
|||||||
"description": "Details such as group address names, datapoint types, devices and group objects are extracted from your project file. The ETS project file itself and its optional password are not stored.\n\n`.knxproj` files exported by ETS 4, 5 or 6 are supported.",
|
"description": "Details such as group address names, datapoint types, devices and group objects are extracted from your project file. The ETS project file itself and its optional password are not stored.\n\n`.knxproj` files exported by ETS 4, 5 or 6 are supported.",
|
||||||
"file_upload_label": "ETS project file",
|
"file_upload_label": "ETS project file",
|
||||||
"title": "Import ETS project"
|
"title": "Import ETS project"
|
||||||
|
},
|
||||||
|
"time_server": {
|
||||||
|
"date": {
|
||||||
|
"label": "Date"
|
||||||
|
},
|
||||||
|
"datetime": {
|
||||||
|
"label": "Combined date and time"
|
||||||
|
},
|
||||||
|
"description": "Periodically sends the current local time and date to the KNX bus. Values are broadcast every hour to the configured group addresses.\n\nLeave an address field empty to disable sending for that format.",
|
||||||
|
"time": {
|
||||||
|
"label": "Time"
|
||||||
|
},
|
||||||
|
"title": "Time server"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"dpt": {
|
"dpt": {
|
||||||
|
|||||||
2
requirements_all.txt
generated
2
requirements_all.txt
generated
@@ -1368,7 +1368,7 @@ kiwiki-client==0.1.1
|
|||||||
knocki==0.4.2
|
knocki==0.4.2
|
||||||
|
|
||||||
# homeassistant.components.knx
|
# homeassistant.components.knx
|
||||||
knx-frontend==2026.1.28.162006
|
knx-frontend==2026.2.13.222258
|
||||||
|
|
||||||
# homeassistant.components.konnected
|
# homeassistant.components.konnected
|
||||||
konnected==1.2.0
|
konnected==1.2.0
|
||||||
|
|||||||
2
requirements_test_all.txt
generated
2
requirements_test_all.txt
generated
@@ -1205,7 +1205,7 @@ kegtron-ble==1.0.2
|
|||||||
knocki==0.4.2
|
knocki==0.4.2
|
||||||
|
|
||||||
# homeassistant.components.knx
|
# homeassistant.components.knx
|
||||||
knx-frontend==2026.1.28.162006
|
knx-frontend==2026.2.13.222258
|
||||||
|
|
||||||
# homeassistant.components.konnected
|
# homeassistant.components.konnected
|
||||||
konnected==1.2.0
|
konnected==1.2.0
|
||||||
|
|||||||
Reference in New Issue
Block a user