From eefdbd278f3178d3bb9df4ac0bf8c477a7040b3b Mon Sep 17 00:00:00 2001 From: David Kebler Date: Fri, 18 Dec 2020 09:31:22 -0800 Subject: [PATCH] added inside temperature bme, hacs update --- .HA_VERSION | 2 +- .storage/auth | 32 +- .storage/core.device_registry | 30 +- .storage/core.restore_state | 1327 ++++++++--------- .../esphome.9436e71647e64581a19a2cc8172f9a35 | 2 +- .../esphome.cf5266d3fa4a4824850935818193ac48 | 2 +- .storage/hacs.repositories | 206 +-- .storage/hacs/146194325.hacs | 10 +- .storage/hacs/150781994.hacs | 8 +- .storage/hacs/156434866.hacs | 6 +- .storage/hacs/167744584.hacs | 6 +- .storage/hacs/172733314.hacs | 24 +- .storage/hacs/190927524.hacs | 6 +- .storage/hacs/194140521.hacs | 8 +- .storage/hacs/223008910.hacs | 2 +- .storage/hacs/261262884.hacs | 6 +- .storage/hacs/303101606.hacs | 4 +- .storage/http | 8 +- .storage/lovelace.lovelace_weather | 113 +- .storage/lovelace.system_setup | 8 +- .storage/mobile_app | 16 +- .vscode/settings.json | 5 - .../homeassistant/motion_light.yaml | 50 + .../homeassistant/notify_leaving_zone.yaml | 43 + .../hacs/__pycache__/__init__.cpython-38.pyc | Bin 969 -> 969 bytes .../hacs/__pycache__/base.cpython-38.pyc | Bin 3818 -> 3818 bytes .../__pycache__/config_flow.cpython-38.pyc | Bin 4672 -> 4672 bytes .../hacs/__pycache__/const.cpython-38.pyc | Bin 3411 -> 3411 bytes .../hacs/__pycache__/enums.cpython-38.pyc | Bin 1398 -> 1398 bytes .../hacs/__pycache__/sensor.cpython-38.pyc | Bin 4186 -> 4186 bytes .../hacs/__pycache__/share.cpython-38.pyc | Bin 1968 -> 1968 bytes .../__pycache__/system_health.cpython-38.pyc | Bin 0 -> 1522 bytes .../api/__pycache__/__init__.cpython-38.pyc | Bin 168 -> 168 bytes ...owledge_critical_repository.cpython-38.pyc | Bin 1054 -> 1054 bytes .../check_local_path.cpython-38.pyc | Bin 936 -> 936 bytes .../get_critical_repositories.cpython-38.pyc | Bin 781 -> 781 bytes .../__pycache__/hacs_config.cpython-38.pyc | Bin 1097 -> 1097 bytes .../__pycache__/hacs_removed.cpython-38.pyc | Bin 752 -> 752 bytes .../hacs_repositories.cpython-38.pyc | Bin 1986 -> 1986 bytes .../hacs_repository.cpython-38.pyc | Bin 2756 -> 2756 bytes .../hacs_repository_data.cpython-38.pyc | Bin 2845 -> 2845 bytes .../__pycache__/hacs_settings.cpython-38.pyc | Bin 1607 -> 1607 bytes .../__pycache__/hacs_status.cpython-38.pyc | Bin 924 -> 924 bytes custom_components/hacs/const.py | 2 +- .../__pycache__/__init__.cpython-38.pyc | Bin 142 -> 142 bytes .../__pycache__/configuration.cpython-38.pyc | Bin 2533 -> 2533 bytes .../hacsbase/__pycache__/data.cpython-38.pyc | Bin 5419 -> 5419 bytes .../hacsbase/__pycache__/hacs.cpython-38.pyc | Bin 10766 -> 10766 bytes .../__pycache__/__init__.cpython-38.pyc | Bin 719 -> 719 bytes .../__pycache__/__init__.cpython-38.pyc | Bin 149 -> 149 bytes .../__pycache__/exceptions.cpython-38.pyc | Bin 548 -> 548 bytes .../__pycache__/frontend_view.cpython-38.pyc | Bin 1484 -> 1484 bytes .../__pycache__/manifest.cpython-38.pyc | Bin 1386 -> 1386 bytes .../__pycache__/removed.cpython-38.pyc | Bin 1026 -> 1026 bytes .../__pycache__/repository.cpython-38.pyc | Bin 12467 -> 12467 bytes .../__pycache__/repositorydata.cpython-38.pyc | Bin 3523 -> 3523 bytes .../__pycache__/validate.cpython-38.pyc | Bin 534 -> 534 bytes .../__pycache__/__init__.cpython-38.pyc | Bin 151 -> 151 bytes .../configuration_schema.cpython-38.pyc | Bin 1890 -> 1890 bytes .../__pycache__/constrains.cpython-38.pyc | Bin 1319 -> 1321 bytes .../__pycache__/download.cpython-38.pyc | Bin 5669 -> 5669 bytes .../__pycache__/file_etag.cpython-38.pyc | Bin 0 -> 733 bytes .../__pycache__/filters.cpython-38.pyc | Bin 1296 -> 1296 bytes .../get_list_from_default.cpython-38.pyc | Bin 1266 -> 1266 bytes .../__pycache__/information.cpython-38.pyc | Bin 6164 -> 6164 bytes .../is_safe_to_remove.cpython-38.pyc | Bin 808 -> 808 bytes .../__pycache__/logger.cpython-38.pyc | Bin 633 -> 633 bytes .../functions/__pycache__/misc.cpython-38.pyc | Bin 1480 -> 1480 bytes .../__pycache__/path_exsist.cpython-38.pyc | Bin 571 -> 571 bytes .../register_repository.cpython-38.pyc | Bin 1941 -> 1941 bytes .../remaining_github_calls.cpython-38.pyc | Bin 988 -> 988 bytes .../functions/__pycache__/save.cpython-38.pyc | Bin 1340 -> 1340 bytes .../__pycache__/store.cpython-38.pyc | Bin 1320 -> 1320 bytes .../__pycache__/template.cpython-38.pyc | Bin 927 -> 927 bytes .../validate_repository.cpython-38.pyc | Bin 2799 -> 2799 bytes .../version_to_install.cpython-38.pyc | Bin 613 -> 613 bytes .../hacs/helpers/functions/constrains.py | 2 +- .../hacs/helpers/functions/file_etag.py | 21 + .../__pycache__/__init__.cpython-38.pyc | Bin 1078 -> 1078 bytes .../__pycache__/installation.cpython-38.pyc | Bin 3840 -> 3840 bytes .../__pycache__/registration.cpython-38.pyc | Bin 1814 -> 1814 bytes .../reinstall_if_needed.cpython-38.pyc | Bin 807 -> 807 bytes .../__pycache__/__init__.cpython-38.pyc | Bin 663 -> 663 bytes .../can_be_installed.cpython-38.pyc | Bin 974 -> 974 bytes .../__pycache__/custom.cpython-38.pyc | Bin 657 -> 657 bytes .../__pycache__/pending_update.cpython-38.pyc | Bin 1010 -> 1010 bytes custom_components/hacs/manifest.json | 5 +- .../__pycache__/__init__.cpython-38.pyc | Bin 164 -> 164 bytes .../models/__pycache__/core.cpython-38.pyc | Bin 554 -> 554 bytes .../__pycache__/frontend.cpython-38.pyc | Bin 510 -> 510 bytes .../models/__pycache__/system.cpython-38.pyc | Bin 645 -> 645 bytes .../__pycache__/__init__.cpython-38.pyc | Bin 145 -> 145 bytes .../__pycache__/backup.cpython-38.pyc | Bin 3611 -> 3611 bytes .../__pycache__/factory.cpython-38.pyc | Bin 1939 -> 1939 bytes .../__pycache__/reload.cpython-38.pyc | Bin 522 -> 522 bytes .../__pycache__/remove.cpython-38.pyc | Bin 917 -> 917 bytes .../__pycache__/setup.cpython-38.pyc | Bin 5774 -> 5619 bytes custom_components/hacs/operational/setup.py | 12 +- .../__pycache__/__init__.cpython-38.pyc | Bin 159 -> 159 bytes .../__pycache__/categories.cpython-38.pyc | Bin 1535 -> 1535 bytes .../__pycache__/clear_storage.cpython-38.pyc | Bin 977 -> 977 bytes .../__pycache__/frontend.cpython-38.pyc | Bin 1494 -> 1494 bytes .../load_hacs_repository.cpython-38.pyc | Bin 1469 -> 1469 bytes .../__pycache__/sensor.cpython-38.pyc | Bin 920 -> 920 bytes .../__pycache__/websocket_api.cpython-38.pyc | Bin 1714 -> 1714 bytes .../__pycache__/__init__.cpython-38.pyc | Bin 802 -> 802 bytes .../__pycache__/appdaemon.cpython-38.pyc | Bin 2464 -> 2464 bytes .../__pycache__/integration.cpython-38.pyc | Bin 3510 -> 3510 bytes .../__pycache__/netdaemon.cpython-38.pyc | Bin 2916 -> 2916 bytes .../__pycache__/plugin.cpython-38.pyc | Bin 2643 -> 2643 bytes .../__pycache__/python_script.cpython-38.pyc | Bin 2688 -> 2688 bytes .../__pycache__/theme.cpython-38.pyc | Bin 2835 -> 2835 bytes custom_components/hacs/system_health.py | 37 + custom_components/hacs/translations/cs.json | 358 ----- custom_components/hacs/translations/da.json | 345 ----- custom_components/hacs/translations/de.json | 383 ----- custom_components/hacs/translations/el.json | 195 --- custom_components/hacs/translations/en.json | 366 +---- custom_components/hacs/translations/es.json | 376 ----- .../hacs/translations/et_EE.json | 358 ----- custom_components/hacs/translations/fi.json | 242 --- custom_components/hacs/translations/fr.json | 383 ----- custom_components/hacs/translations/hu.json | 378 ----- custom_components/hacs/translations/it.json | 366 ----- custom_components/hacs/translations/nb.json | 383 ----- custom_components/hacs/translations/nl.json | 346 ----- custom_components/hacs/translations/nn.json | 230 --- custom_components/hacs/translations/pl.json | 383 ----- .../hacs/translations/pt-BR.json | 356 ----- custom_components/hacs/translations/pt.json | 355 ----- custom_components/hacs/translations/ro.json | 193 --- custom_components/hacs/translations/ru.json | 356 ----- custom_components/hacs/translations/sl.json | 201 --- custom_components/hacs/translations/sv.json | 206 --- custom_components/hacs/translations/vi.json | 345 ----- .../hacs/translations/zh-Hans.json | 383 ----- .../__pycache__/__init__.cpython-38.pyc | Bin 1954 -> 1954 bytes .../validate/__pycache__/base.cpython-38.pyc | Bin 2261 -> 2261 bytes .../__pycache__/hacs_manifest.cpython-38.pyc | Bin 799 -> 799 bytes .../repository_description.cpython-38.pyc | Bin 657 -> 657 bytes ...repository_information_file.cpython-38.pyc | Bin 1008 -> 1008 bytes .../repository_topics.cpython-38.pyc | Bin 632 -> 632 bytes .../integration_manifest.cpython-38.pyc | Bin 865 -> 865 bytes .../__pycache__/__init__.cpython-38.pyc | Bin 187 -> 187 bytes .../__pycache__/category.cpython-38.pyc | Bin 1254 -> 2342 bytes .../__pycache__/frontend.cpython-38.pyc | Bin 1481 -> 1481 bytes .../__pycache__/iconset.cpython-38.pyc | Bin 3885 -> 3885 bytes .../hacs/webresponses/category.py | 92 +- .../__pycache__/__init__.cpython-38.pyc | Bin 5597 -> 5597 bytes .../__pycache__/__init__.cpython-38.pyc | Bin 5642 -> 5642 bytes esphome/.gitignore | 10 - esphome/inside_temp_humd.yaml | 33 - esphome/inside_temp_humd/platformio.ini | 36 - esphome/outside_temp/platformio.ini | 34 - esphome/outside_temp_humd.yaml | 34 - esphome/outside_temp_humd/platformio.ini | 35 - esphome/outside_temp_humid/platformio.ini | 34 - hass.code-workspace | 12 - packages/inside.yaml | 33 + 159 files changed, 1153 insertions(+), 8690 deletions(-) delete mode 100644 .vscode/settings.json create mode 100644 configs/blueprints/automation/homeassistant/motion_light.yaml create mode 100644 configs/blueprints/automation/homeassistant/notify_leaving_zone.yaml create mode 100644 custom_components/hacs/__pycache__/system_health.cpython-38.pyc create mode 100644 custom_components/hacs/helpers/functions/__pycache__/file_etag.cpython-38.pyc create mode 100644 custom_components/hacs/helpers/functions/file_etag.py create mode 100644 custom_components/hacs/system_health.py delete mode 100644 custom_components/hacs/translations/cs.json delete mode 100644 custom_components/hacs/translations/da.json delete mode 100644 custom_components/hacs/translations/de.json delete mode 100644 custom_components/hacs/translations/el.json delete mode 100644 custom_components/hacs/translations/es.json delete mode 100644 custom_components/hacs/translations/et_EE.json delete mode 100644 custom_components/hacs/translations/fi.json delete mode 100644 custom_components/hacs/translations/fr.json delete mode 100644 custom_components/hacs/translations/hu.json delete mode 100644 custom_components/hacs/translations/it.json delete mode 100644 custom_components/hacs/translations/nb.json delete mode 100644 custom_components/hacs/translations/nl.json delete mode 100644 custom_components/hacs/translations/nn.json delete mode 100644 custom_components/hacs/translations/pl.json delete mode 100644 custom_components/hacs/translations/pt-BR.json delete mode 100644 custom_components/hacs/translations/pt.json delete mode 100644 custom_components/hacs/translations/ro.json delete mode 100644 custom_components/hacs/translations/ru.json delete mode 100644 custom_components/hacs/translations/sl.json delete mode 100644 custom_components/hacs/translations/sv.json delete mode 100644 custom_components/hacs/translations/vi.json delete mode 100644 custom_components/hacs/translations/zh-Hans.json delete mode 100644 esphome/.gitignore delete mode 100644 esphome/inside_temp_humd.yaml delete mode 100644 esphome/inside_temp_humd/platformio.ini delete mode 100644 esphome/outside_temp/platformio.ini delete mode 100644 esphome/outside_temp_humd.yaml delete mode 100644 esphome/outside_temp_humd/platformio.ini delete mode 100644 esphome/outside_temp_humid/platformio.ini delete mode 100644 hass.code-workspace create mode 100644 packages/inside.yaml diff --git a/.HA_VERSION b/.HA_VERSION index eded85a..9a6dac6 100644 --- a/.HA_VERSION +++ b/.HA_VERSION @@ -1 +1 @@ -0.118.5 \ No newline at end of file +2020.12.1 \ No newline at end of file diff --git a/.storage/auth b/.storage/auth index e53e57e..22c4a0c 100644 --- a/.storage/auth +++ b/.storage/auth @@ -127,7 +127,7 @@ "access_token_expiration": 1800.0, "token": "552d438c538636357742acea47d8a022fcaab47c74a20435614f69540088948934d66767b0348eeec4c4de979691f12f3ce28c20c3854dfd0b5b263efd07f40f", "jwt_key": "0ed3886ff667ce6e5f17c621f1c8b8c1f14fe258f2669022c078f14e5e5c3906a8b37ad6c949aa6c1af800a5fbc94fd6e581de258a01c884e368cf6d0d5c741f", - "last_used_at": "2020-12-10T20:49:01.795911+00:00", + "last_used_at": "2020-12-18T05:17:58.556455+00:00", "last_used_ip": "172.30.32.2" }, { @@ -267,7 +267,7 @@ "access_token_expiration": 1800.0, "token": "67154748b468ae62cff3021f566ce8f1d94d89f7e223b3dfb8432226347f1e1f0ba05674e2e089fa98ee08add0be40d38e70f3af9dc74cf9dbb5f9e93d358cb0", "jwt_key": "50e901c4783bb84711838442d27a1ea4d44213eea590113bb1154bd69efc18d98cc8892287520a35a5154b087996bdeba2e131697f28bade44e8f5cc75fa6235", - "last_used_at": "2020-12-10T20:49:03.210419+00:00", + "last_used_at": "2020-12-18T05:17:57.852541+00:00", "last_used_ip": "10.0.0.2" }, { @@ -886,6 +886,34 @@ "last_used_at": "2020-11-25T15:01:59.406207+00:00", "last_used_ip": "10.0.0.177" }, + { + "id": "36654ad96b994dac8792f2d10a8a50a1", + "user_id": "99685dc45d9f40dc8183e11ce5128038", + "client_id": "https://ha.kebler.net/", + "client_name": null, + "client_icon": null, + "token_type": "normal", + "created_at": "2020-12-18T02:16:19.147288+00:00", + "access_token_expiration": 1800.0, + "token": "d9cce9fda43a1711dd7e09f7b3c2a80492c2561e5db7972aff31ceaf68e330126c233b361e1c7aca06b56ed3a50c9ed4f8e4688d9d4c279a0e1d3a8ce544644a", + "jwt_key": "a4020e6b1ddeb3f600eae73269a4eb31c917ab837f93101a42b587160743808dba65395ee57a6d3dc2bb62bea4fd1e25b19b2e16e8267889398ae904412bd399", + "last_used_at": "2020-12-18T17:02:57.020487+00:00", + "last_used_ip": "10.0.0.2" + }, + { + "id": "5ef8eb44b659424a87cb09d00d5a9039", + "user_id": "99685dc45d9f40dc8183e11ce5128038", + "client_id": "https://ha.kebler.net/", + "client_name": null, + "client_icon": null, + "token_type": "normal", + "created_at": "2020-12-18T17:12:13.343284+00:00", + "access_token_expiration": 1800.0, + "token": "b803b3516fbf26d72b6d33f0c70e45370123c1e97e404c021645ca9ff900691e77578b0bfd47211c17f1308bc976b33e25077995803c7c1b20c9d6bd08d553c2", + "jwt_key": "f03cdead1812714da6513f6ab8cb98e3698c2c787ca40934035b258a052d3b7287ca5c521b8cc6f49e40c9812eba1c4be66cdb9835b6c409916e29a10d232533", + "last_used_at": "2020-12-18T17:12:13.343453+00:00", + "last_used_ip": "10.0.0.2" + }, { "id": "4deb1c92841543cbb4d86079a5320f99", "user_id": "5270c6dbb87642d29fb41212df19da0c", diff --git a/.storage/core.device_registry b/.storage/core.device_registry index 50c97fc..ff7a1b3 100644 --- a/.storage/core.device_registry +++ b/.storage/core.device_registry @@ -22,7 +22,8 @@ "id": "515c6f88684b452e86231c4411e3001e", "via_device_id": null, "area_id": null, - "name_by_user": null + "name_by_user": null, + "disabled_by": null }, { "config_entries": [ @@ -43,7 +44,8 @@ "id": "93560a2f0c64414e8c1a69dbbf3bf97f", "via_device_id": null, "area_id": null, - "name_by_user": null + "name_by_user": null, + "disabled_by": null }, { "config_entries": [ @@ -59,12 +61,13 @@ "manufacturer": "espressif", "model": "PLATFORMIO_D1_MINI", "name": "inside_temp_humd", - "sw_version": "1.15.3 (Dec 1 2020, 11:20:56)", + "sw_version": "1.15.3 (Nov 15 2020, 07:10:38)", "entry_type": null, "id": "1883f8cbd6b548b992e9a1974008f81f", "via_device_id": null, "area_id": null, - "name_by_user": null + "name_by_user": null, + "disabled_by": null }, { "config_entries": [ @@ -80,12 +83,13 @@ "manufacturer": "espressif", "model": "PLATFORMIO_D1_MINI", "name": "outside_temp_humd", - "sw_version": "1.15.3 (Dec 1 2020, 10:59:50)", + "sw_version": "1.15.3 (Dec 16 2020, 15:18:17)", "entry_type": null, "id": "207200b764c24bb2ac697f37d7c8b4e2", "via_device_id": null, "area_id": null, - "name_by_user": null + "name_by_user": null, + "disabled_by": null }, { "config_entries": [ @@ -106,7 +110,8 @@ "id": "379851aebc71474585da2f6ce68a5745", "via_device_id": null, "area_id": null, - "name_by_user": null + "name_by_user": null, + "disabled_by": null }, { "config_entries": [ @@ -127,7 +132,8 @@ "id": "f16e11491ac04282ab179f5727d4f5dc", "via_device_id": null, "area_id": null, - "name_by_user": null + "name_by_user": null, + "disabled_by": null }, { "config_entries": [ @@ -148,7 +154,8 @@ "id": "ff1bf04ce1b2439b8a7ebc9237a010d9", "via_device_id": null, "area_id": null, - "name_by_user": null + "name_by_user": null, + "disabled_by": null }, { "config_entries": [ @@ -164,12 +171,13 @@ "manufacturer": "hacs.xyz", "model": "", "name": "HACS", - "sw_version": "1.8.0", + "sw_version": "1.9.0", "entry_type": "service", "id": "da36236384f2c8816377b036cf723ece", "via_device_id": null, "area_id": null, - "name_by_user": null + "name_by_user": null, + "disabled_by": null } ], "deleted_devices": [] diff --git a/.storage/core.restore_state b/.storage/core.restore_state index d6d1753..e1b4522 100644 --- a/.storage/core.restore_state +++ b/.storage/core.restore_state @@ -5,26 +5,22 @@ { "state": { "entity_id": "person.sysadmin", - "state": "home", + "state": "unknown", "attributes": { "editable": true, "id": "sysadmin", - "latitude": 44.461052, - "longitude": -118.7120106, - "gps_accuracy": 3, - "source": "person.sysadmin", "user_id": "99685dc45d9f40dc8183e11ce5128038", "friendly_name": "sysadmin" }, - "last_changed": "2020-12-10T20:49:00.493557+00:00", - "last_updated": "2020-12-10T20:49:00.493557+00:00", + "last_changed": "2020-12-18T05:17:54.331168+00:00", + "last_updated": "2020-12-18T05:17:56.976964+00:00", "context": { - "id": "2df895a99363b183ae8eb81eeb61202f", + "id": "17f6241f61119df207ebdedf9519647d", "parent_id": null, "user_id": null } }, - "last_seen": "2020-12-10T20:49:02.188711+00:00" + "last_seen": "2020-12-18T17:17:57.194872+00:00" }, { "state": { @@ -38,15 +34,15 @@ "friendly_name": "Repeat Every", "icon": "mdi:repeat" }, - "last_changed": "2020-12-10T20:48:59.068036+00:00", - "last_updated": "2020-12-10T20:48:59.068036+00:00", + "last_changed": "2020-12-18T05:17:54.949119+00:00", + "last_updated": "2020-12-18T05:17:54.949119+00:00", "context": { - "id": "993dd1411ae32297ebf5f31d910afbae", + "id": "2e32122c06e7444dfb872970ffa1bec0", "parent_id": null, "user_id": null } }, - "last_seen": "2020-12-10T20:49:02.188711+00:00" + "last_seen": "2020-12-18T17:17:57.194872+00:00" }, { "state": { @@ -60,15 +56,15 @@ "friendly_name": "Repeat Every", "icon": "mdi:repeat" }, - "last_changed": "2020-12-10T20:48:59.068245+00:00", - "last_updated": "2020-12-10T20:48:59.068245+00:00", + "last_changed": "2020-12-18T05:17:54.949180+00:00", + "last_updated": "2020-12-18T05:17:54.949180+00:00", "context": { - "id": "25afc776d48ec71f8e65c6908fb61e69", + "id": "578cd7dc7903f7900f82b9c41ad920c9", "parent_id": null, "user_id": null } }, - "last_seen": "2020-12-10T20:49:02.188711+00:00" + "last_seen": "2020-12-18T17:17:57.194872+00:00" }, { "state": { @@ -82,15 +78,15 @@ "friendly_name": "Repeat Every", "icon": "mdi:repeat" }, - "last_changed": "2020-12-10T20:48:59.068411+00:00", - "last_updated": "2020-12-10T20:48:59.068411+00:00", + "last_changed": "2020-12-18T05:17:54.949230+00:00", + "last_updated": "2020-12-18T05:17:54.949230+00:00", "context": { - "id": "d40498fd1b6c5d13f60e3a5f300a3da3", + "id": "283db67c0ca125a4d1bfd57907ad6468", "parent_id": null, "user_id": null } }, - "last_seen": "2020-12-10T20:49:02.188711+00:00" + "last_seen": "2020-12-18T17:17:57.194872+00:00" }, { "state": { @@ -104,15 +100,15 @@ "friendly_name": "Repeat Every", "icon": "mdi:repeat" }, - "last_changed": "2020-12-10T20:48:59.068570+00:00", - "last_updated": "2020-12-10T20:48:59.068570+00:00", + "last_changed": "2020-12-18T05:17:54.949277+00:00", + "last_updated": "2020-12-18T05:17:54.949277+00:00", "context": { - "id": "c4d4fd44d5fd8154ce9aa05cc66011d5", + "id": "3ad9b93923b9e8b32901f799d6d4263c", "parent_id": null, "user_id": null } }, - "last_seen": "2020-12-10T20:49:02.188711+00:00" + "last_seen": "2020-12-18T17:17:57.194872+00:00" }, { "state": { @@ -126,15 +122,15 @@ "friendly_name": "Repeat Every", "icon": "mdi:repeat" }, - "last_changed": "2020-12-10T20:48:59.068737+00:00", - "last_updated": "2020-12-10T20:48:59.068737+00:00", + "last_changed": "2020-12-18T05:17:54.949322+00:00", + "last_updated": "2020-12-18T05:17:54.949322+00:00", "context": { - "id": "09f31321a760568139c6302d84a09d55", + "id": "229ad9582151606637060eba8ee23f2f", "parent_id": null, "user_id": null } }, - "last_seen": "2020-12-10T20:49:02.188711+00:00" + "last_seen": "2020-12-18T17:17:57.194872+00:00" }, { "state": { @@ -148,15 +144,15 @@ "friendly_name": "Repeat Every", "icon": "mdi:repeat" }, - "last_changed": "2020-12-10T20:48:59.068888+00:00", - "last_updated": "2020-12-10T20:48:59.068888+00:00", + "last_changed": "2020-12-18T05:17:54.949367+00:00", + "last_updated": "2020-12-18T05:17:54.949367+00:00", "context": { - "id": "f8c41d7202fe29f0ea7b589ffb1154db", + "id": "7ccd1a8b6b8c86be9e94032834ab11fe", "parent_id": null, "user_id": null } }, - "last_seen": "2020-12-10T20:49:02.188711+00:00" + "last_seen": "2020-12-18T17:17:57.194872+00:00" }, { "state": { @@ -170,15 +166,15 @@ "friendly_name": "Repeat Every", "icon": "mdi:repeat" }, - "last_changed": "2020-12-10T20:48:59.069035+00:00", - "last_updated": "2020-12-10T20:48:59.069035+00:00", + "last_changed": "2020-12-18T05:17:54.949411+00:00", + "last_updated": "2020-12-18T05:17:54.949411+00:00", "context": { - "id": "4e82f5fb2625715bf9800aa270b05ac3", + "id": "498ff249040f62d5049cd167d4d74ace", "parent_id": null, "user_id": null } }, - "last_seen": "2020-12-10T20:49:02.188711+00:00" + "last_seen": "2020-12-18T17:17:57.194872+00:00" }, { "state": { @@ -188,15 +184,15 @@ "friendly_name": "Countdown to Next Scheduled Run", "icon": "mdi:alarm" }, - "last_changed": "2020-12-10T20:48:59.069166+00:00", - "last_updated": "2020-12-10T20:48:59.069166+00:00", + "last_changed": "2020-12-18T05:17:54.959231+00:00", + "last_updated": "2020-12-18T05:17:54.959231+00:00", "context": { - "id": "5e6fc0640e90430328143a835915771e", + "id": "725971c458b413a1095d32fed45b90e3", "parent_id": null, "user_id": null } }, - "last_seen": "2020-12-10T20:49:02.188711+00:00" + "last_seen": "2020-12-18T17:17:57.194872+00:00" }, { "state": { @@ -206,15 +202,15 @@ "friendly_name": "Next Scheduled Run at", "icon": "mdi:alarm" }, - "last_changed": "2020-12-10T20:48:59.069335+00:00", - "last_updated": "2020-12-10T20:48:59.069335+00:00", + "last_changed": "2020-12-18T05:17:54.959293+00:00", + "last_updated": "2020-12-18T05:17:54.959293+00:00", "context": { - "id": "24dc1f8bb5e4317b35090ea57bc5e6f1", + "id": "14cacdbf5cffaf4967e94ca72398124b", "parent_id": null, "user_id": null } }, - "last_seen": "2020-12-10T20:49:02.188711+00:00" + "last_seen": "2020-12-18T17:17:57.194872+00:00" }, { "state": { @@ -224,15 +220,15 @@ "friendly_name": "Next Schedule to Run", "icon": "mdi:calendar" }, - "last_changed": "2020-12-10T20:48:59.069392+00:00", - "last_updated": "2020-12-10T20:48:59.069392+00:00", + "last_changed": "2020-12-18T05:17:54.959338+00:00", + "last_updated": "2020-12-18T05:17:54.959338+00:00", "context": { - "id": "c165f721535cb065d388bb48f7c6f322", + "id": "6a647cfa4d0c05c730c49d57a71e8deb", "parent_id": null, "user_id": null } }, - "last_seen": "2020-12-10T20:49:02.188711+00:00" + "last_seen": "2020-12-18T17:17:57.194872+00:00" }, { "state": { @@ -242,15 +238,15 @@ "friendly_name": "Zones Running Now", "icon": "mdi:view-list" }, - "last_changed": "2020-12-10T20:48:59.069440+00:00", - "last_updated": "2020-12-10T20:48:59.069440+00:00", + "last_changed": "2020-12-18T05:17:54.959392+00:00", + "last_updated": "2020-12-18T05:17:54.959392+00:00", "context": { - "id": "938b088a4ffa80de74842986274caca6", + "id": "2337d6132f74bc2860e32ea8cfc0e00e", "parent_id": null, "user_id": null } }, - "last_seen": "2020-12-10T20:49:02.188711+00:00" + "last_seen": "2020-12-18T17:17:57.194872+00:00" }, { "state": { @@ -260,15 +256,15 @@ "friendly_name": "Zones Queued to Run", "icon": "mdi:view-list" }, - "last_changed": "2020-12-10T20:48:59.069488+00:00", - "last_updated": "2020-12-10T20:48:59.069488+00:00", + "last_changed": "2020-12-18T05:17:54.959443+00:00", + "last_updated": "2020-12-18T05:17:54.959443+00:00", "context": { - "id": "7402e96718937172356b1ea359b64864", + "id": "fce29098ec41c086b95c39cc0df0fde7", "parent_id": null, "user_id": null } }, - "last_seen": "2020-12-10T20:49:02.188711+00:00" + "last_seen": "2020-12-18T17:17:57.194872+00:00" }, { "state": { @@ -278,15 +274,15 @@ "icon": "mdi:timer-sand", "friendly_name": "Countdown to Next Scheduled Run" }, - "last_changed": "2020-12-10T20:48:59.069538+00:00", - "last_updated": "2020-12-10T20:48:59.069538+00:00", + "last_changed": "2020-12-18T05:17:54.959482+00:00", + "last_updated": "2020-12-18T05:17:54.959482+00:00", "context": { - "id": "095cac83625d1618fe5d1f159de57581", + "id": "1b9e07f42a6f283baf9a87fa8e01e00e", "parent_id": null, "user_id": null } }, - "last_seen": "2020-12-10T20:49:02.188711+00:00" + "last_seen": "2020-12-18T17:17:57.194872+00:00" }, { "state": { @@ -296,15 +292,15 @@ "friendly_name": "Time of Next Scheduled Run", "icon": "mdi:clock" }, - "last_changed": "2020-12-10T20:48:59.069585+00:00", - "last_updated": "2020-12-10T20:48:59.069585+00:00", + "last_changed": "2020-12-18T05:17:54.959525+00:00", + "last_updated": "2020-12-18T05:17:54.959525+00:00", "context": { - "id": "b526e2051918ca6371c4602b0d347f87", + "id": "c7f2feb6fd6a42c649033940dcd25715", "parent_id": null, "user_id": null } }, - "last_seen": "2020-12-10T20:49:02.188711+00:00" + "last_seen": "2020-12-18T17:17:57.194872+00:00" }, { "state": { @@ -314,15 +310,15 @@ "icon": "mdi:timer-sand", "friendly_name": "Countdown to Next Scheduled Run" }, - "last_changed": "2020-12-10T20:48:59.069641+00:00", - "last_updated": "2020-12-10T20:48:59.069641+00:00", + "last_changed": "2020-12-18T05:17:54.959564+00:00", + "last_updated": "2020-12-18T05:17:54.959564+00:00", "context": { - "id": "04f50623df1daedf1df577a04221d3ad", + "id": "156834a3be0ea9d51bbe41c1fa72dd62", "parent_id": null, "user_id": null } }, - "last_seen": "2020-12-10T20:49:02.188711+00:00" + "last_seen": "2020-12-18T17:17:57.194872+00:00" }, { "state": { @@ -332,15 +328,15 @@ "friendly_name": "Time of Next Scheduled Run", "icon": "mdi:clock" }, - "last_changed": "2020-12-10T20:48:59.069690+00:00", - "last_updated": "2020-12-10T20:48:59.069690+00:00", + "last_changed": "2020-12-18T05:17:54.959600+00:00", + "last_updated": "2020-12-18T05:17:54.959600+00:00", "context": { - "id": "0ff03f8ba0ab3183988496f3eafd8a8c", + "id": "08fdc8eb1ea43412944ec15e8dbddac5", "parent_id": null, "user_id": null } }, - "last_seen": "2020-12-10T20:49:02.188711+00:00" + "last_seen": "2020-12-18T17:17:57.194872+00:00" }, { "state": { @@ -350,15 +346,15 @@ "icon": "mdi:timer-sand", "friendly_name": "Countdown to Next Scheduled Run" }, - "last_changed": "2020-12-10T20:48:59.069738+00:00", - "last_updated": "2020-12-10T20:48:59.069738+00:00", + "last_changed": "2020-12-18T05:17:54.959637+00:00", + "last_updated": "2020-12-18T05:17:54.959637+00:00", "context": { - "id": "7e8045364b34c4ec25a6729d9197412d", + "id": "8d899ea654151440e0db32f5861ea077", "parent_id": null, "user_id": null } }, - "last_seen": "2020-12-10T20:49:02.188711+00:00" + "last_seen": "2020-12-18T17:17:57.194872+00:00" }, { "state": { @@ -368,15 +364,15 @@ "friendly_name": "Time of Next Scheduled Run", "icon": "mdi:clock" }, - "last_changed": "2020-12-10T20:48:59.069786+00:00", - "last_updated": "2020-12-10T20:48:59.069786+00:00", + "last_changed": "2020-12-18T05:17:54.959674+00:00", + "last_updated": "2020-12-18T05:17:54.959674+00:00", "context": { - "id": "a9d8003ca51c77931f78782bf7a3c6be", + "id": "3cd0b15c9cecd439a26a851f9f547cd5", "parent_id": null, "user_id": null } }, - "last_seen": "2020-12-10T20:49:02.188711+00:00" + "last_seen": "2020-12-18T17:17:57.194872+00:00" }, { "state": { @@ -386,15 +382,15 @@ "icon": "mdi:timer-sand", "friendly_name": "Countdown to Next Scheduled Run" }, - "last_changed": "2020-12-10T20:48:59.069839+00:00", - "last_updated": "2020-12-10T20:48:59.069839+00:00", + "last_changed": "2020-12-18T05:17:54.959711+00:00", + "last_updated": "2020-12-18T05:17:54.959711+00:00", "context": { - "id": "8f274eceb0532aebda784bc3a2a6c8a7", + "id": "6d42ea9db1e89738199b3a860cd1cb63", "parent_id": null, "user_id": null } }, - "last_seen": "2020-12-10T20:49:02.188711+00:00" + "last_seen": "2020-12-18T17:17:57.194872+00:00" }, { "state": { @@ -404,15 +400,15 @@ "friendly_name": "Time of Next Scheduled Run", "icon": "mdi:clock" }, - "last_changed": "2020-12-10T20:48:59.069885+00:00", - "last_updated": "2020-12-10T20:48:59.069885+00:00", + "last_changed": "2020-12-18T05:17:54.959747+00:00", + "last_updated": "2020-12-18T05:17:54.959747+00:00", "context": { - "id": "c746678068539e2501d199ef50703048", + "id": "2ea1263efbada02421267e7a5737e1e2", "parent_id": null, "user_id": null } }, - "last_seen": "2020-12-10T20:49:02.188711+00:00" + "last_seen": "2020-12-18T17:17:57.194872+00:00" }, { "state": { @@ -422,15 +418,15 @@ "icon": "mdi:timer-sand", "friendly_name": "Countdown to Next Scheduled Run" }, - "last_changed": "2020-12-10T20:48:59.069933+00:00", - "last_updated": "2020-12-10T20:48:59.069933+00:00", + "last_changed": "2020-12-18T05:17:54.959783+00:00", + "last_updated": "2020-12-18T05:17:54.959783+00:00", "context": { - "id": "acd3d423560c4d92fd17dc0f20a75045", + "id": "39c4269e109a79add400d1a9b59854af", "parent_id": null, "user_id": null } }, - "last_seen": "2020-12-10T20:49:02.188711+00:00" + "last_seen": "2020-12-18T17:17:57.194872+00:00" }, { "state": { @@ -440,15 +436,15 @@ "friendly_name": "Time of Next Scheduled Run", "icon": "mdi:clock" }, - "last_changed": "2020-12-10T20:48:59.069978+00:00", - "last_updated": "2020-12-10T20:48:59.069978+00:00", + "last_changed": "2020-12-18T05:17:54.959820+00:00", + "last_updated": "2020-12-18T05:17:54.959820+00:00", "context": { - "id": "ee82244ac13d128893af4cbcdcaaa571", + "id": "6c57e203884f16b18488346251950d59", "parent_id": null, "user_id": null } }, - "last_seen": "2020-12-10T20:49:02.188711+00:00" + "last_seen": "2020-12-18T17:17:57.194872+00:00" }, { "state": { @@ -458,15 +454,15 @@ "icon": "mdi:timer-sand", "friendly_name": "Countdown to Next Scheduled Run" }, - "last_changed": "2020-12-10T20:48:59.070024+00:00", - "last_updated": "2020-12-10T20:48:59.070024+00:00", + "last_changed": "2020-12-18T05:17:54.959858+00:00", + "last_updated": "2020-12-18T05:17:54.959858+00:00", "context": { - "id": "9ba6d7f842ddf4dc77d17bcafcd16a71", + "id": "b019d74fd1add9e8b7c525bf3a58ef5f", "parent_id": null, "user_id": null } }, - "last_seen": "2020-12-10T20:49:02.188711+00:00" + "last_seen": "2020-12-18T17:17:57.194872+00:00" }, { "state": { @@ -476,15 +472,15 @@ "friendly_name": "Time of Next Scheduled Run", "icon": "mdi:clock" }, - "last_changed": "2020-12-10T20:48:59.070069+00:00", - "last_updated": "2020-12-10T20:48:59.070069+00:00", + "last_changed": "2020-12-18T05:17:54.959893+00:00", + "last_updated": "2020-12-18T05:17:54.959893+00:00", "context": { - "id": "b9f5e7e0ced019f26e86e6e4d41d57ff", + "id": "687021d24aabde4f1ae65f0c7dc78fc9", "parent_id": null, "user_id": null } }, - "last_seen": "2020-12-10T20:49:02.188711+00:00" + "last_seen": "2020-12-18T17:17:57.194872+00:00" }, { "state": { @@ -494,15 +490,15 @@ "icon": "mdi:timer-sand", "friendly_name": "Countdown to Next Scheduled Run" }, - "last_changed": "2020-12-10T20:48:59.070116+00:00", - "last_updated": "2020-12-10T20:48:59.070116+00:00", + "last_changed": "2020-12-18T05:17:54.959930+00:00", + "last_updated": "2020-12-18T05:17:54.959930+00:00", "context": { - "id": "4fc374cea4e9d50d7a525f931fdd9130", + "id": "aa5e04fab899c92ee8feae6ac161c5f3", "parent_id": null, "user_id": null } }, - "last_seen": "2020-12-10T20:49:02.188711+00:00" + "last_seen": "2020-12-18T17:17:57.194872+00:00" }, { "state": { @@ -512,15 +508,305 @@ "friendly_name": "Time of Next Scheduled Run", "icon": "mdi:clock" }, - "last_changed": "2020-12-10T20:48:59.070163+00:00", - "last_updated": "2020-12-10T20:48:59.070163+00:00", + "last_changed": "2020-12-18T05:17:54.959969+00:00", + "last_updated": "2020-12-18T05:17:54.959969+00:00", "context": { - "id": "cf09ddb17a3dd5cab48cf04b225fe13c", + "id": "af9361d20174b35f259fbab5cd80f0e4", "parent_id": null, "user_id": null } }, - "last_seen": "2020-12-10T20:49:02.188711+00:00" + "last_seen": "2020-12-18T17:17:57.194872+00:00" + }, + { + "state": { + "entity_id": "input_boolean.irrigation_pump", + "state": "off", + "attributes": { + "editable": false, + "friendly_name": "Well Pump", + "icon": "mdi:water-pump" + }, + "last_changed": "2020-12-18T05:17:54.962316+00:00", + "last_updated": "2020-12-18T05:17:54.962316+00:00", + "context": { + "id": "0fd708a27b68e1e5995adde91a6abbb8", + "parent_id": null, + "user_id": null + } + }, + "last_seen": "2020-12-18T17:17:57.194872+00:00" + }, + { + "state": { + "entity_id": "input_boolean.irrigation_enabled", + "state": "off", + "attributes": { + "editable": false, + "friendly_name": "Irrigation System Enabled", + "icon": "mdi:water" + }, + "last_changed": "2020-12-18T05:17:54.962399+00:00", + "last_updated": "2020-12-18T05:17:54.962399+00:00", + "context": { + "id": "2d6137085650f3bc302d1689f4b280a1", + "parent_id": null, + "user_id": null + } + }, + "last_seen": "2020-12-18T17:17:57.194872+00:00" + }, + { + "state": { + "entity_id": "input_boolean.irrigation_zone_1_schedule_enabled", + "state": "off", + "attributes": { + "editable": false, + "friendly_name": "Schedule (enabled/disabled)" + }, + "last_changed": "2020-12-18T05:17:54.962461+00:00", + "last_updated": "2020-12-18T05:17:54.962461+00:00", + "context": { + "id": "fe0a9d1a5b907794c523f69226a5882c", + "parent_id": null, + "user_id": null + } + }, + "last_seen": "2020-12-18T17:17:57.194872+00:00" + }, + { + "state": { + "entity_id": "input_boolean.irrigation_zone_1_state", + "state": "off", + "attributes": { + "editable": false, + "friendly_name": "Zone State (manual override)" + }, + "last_changed": "2020-12-18T05:17:54.962519+00:00", + "last_updated": "2020-12-18T05:17:54.962519+00:00", + "context": { + "id": "1037c945aeb41bbeb768790b50c5cc0d", + "parent_id": null, + "user_id": null + } + }, + "last_seen": "2020-12-18T17:17:57.194872+00:00" + }, + { + "state": { + "entity_id": "input_boolean.irrigation_zone_2_schedule_enabled", + "state": "off", + "attributes": { + "editable": false, + "friendly_name": "Schedule (enabled/disabled)" + }, + "last_changed": "2020-12-18T05:17:54.962580+00:00", + "last_updated": "2020-12-18T05:17:54.962580+00:00", + "context": { + "id": "dff6185ba690fa5f6aaaa98e2512b857", + "parent_id": null, + "user_id": null + } + }, + "last_seen": "2020-12-18T17:17:57.194872+00:00" + }, + { + "state": { + "entity_id": "input_boolean.irrigation_zone_2_state", + "state": "off", + "attributes": { + "editable": false, + "friendly_name": "Zone State (manual override)" + }, + "last_changed": "2020-12-18T05:17:54.962639+00:00", + "last_updated": "2020-12-18T05:17:54.962639+00:00", + "context": { + "id": "3c7f0f3bc2c937e4615adef81c3cd039", + "parent_id": null, + "user_id": null + } + }, + "last_seen": "2020-12-18T17:17:57.194872+00:00" + }, + { + "state": { + "entity_id": "input_boolean.irrigation_zone_3_schedule_enabled", + "state": "off", + "attributes": { + "editable": false, + "friendly_name": "Schedule (enabled/disabled)" + }, + "last_changed": "2020-12-18T05:17:54.962701+00:00", + "last_updated": "2020-12-18T05:17:54.962701+00:00", + "context": { + "id": "f9cb68623b255284f705b178a9e5ce8a", + "parent_id": null, + "user_id": null + } + }, + "last_seen": "2020-12-18T17:17:57.194872+00:00" + }, + { + "state": { + "entity_id": "input_boolean.irrigation_zone_3_state", + "state": "off", + "attributes": { + "editable": false, + "friendly_name": "Zone State (manual override)" + }, + "last_changed": "2020-12-18T05:17:54.962756+00:00", + "last_updated": "2020-12-18T05:17:54.962756+00:00", + "context": { + "id": "b620935bca56cb766cbe15fbb11483bb", + "parent_id": null, + "user_id": null + } + }, + "last_seen": "2020-12-18T17:17:57.194872+00:00" + }, + { + "state": { + "entity_id": "input_boolean.irrigation_zone_4_schedule_enabled", + "state": "off", + "attributes": { + "editable": false, + "friendly_name": "Schedule (enabled/disabled)" + }, + "last_changed": "2020-12-18T05:17:54.962810+00:00", + "last_updated": "2020-12-18T05:17:54.962810+00:00", + "context": { + "id": "02099eef5b96b8c8179c6a1dd05dcdfc", + "parent_id": null, + "user_id": null + } + }, + "last_seen": "2020-12-18T17:17:57.194872+00:00" + }, + { + "state": { + "entity_id": "input_boolean.irrigation_zone_4_state", + "state": "off", + "attributes": { + "editable": false, + "friendly_name": "Zone State (manual override)" + }, + "last_changed": "2020-12-18T05:17:54.962864+00:00", + "last_updated": "2020-12-18T05:17:54.962864+00:00", + "context": { + "id": "566777e368ebd2161989500148f5c80f", + "parent_id": null, + "user_id": null + } + }, + "last_seen": "2020-12-18T17:17:57.194872+00:00" + }, + { + "state": { + "entity_id": "input_boolean.irrigation_zone_5_schedule_enabled", + "state": "off", + "attributes": { + "editable": false, + "friendly_name": "Schedule (enabled/disabled)" + }, + "last_changed": "2020-12-18T05:17:54.962917+00:00", + "last_updated": "2020-12-18T05:17:54.962917+00:00", + "context": { + "id": "cc10fcb93b91da345163a68e2dbd1df4", + "parent_id": null, + "user_id": null + } + }, + "last_seen": "2020-12-18T17:17:57.194872+00:00" + }, + { + "state": { + "entity_id": "input_boolean.irrigation_zone_5_state", + "state": "off", + "attributes": { + "editable": false, + "friendly_name": "Zone State (manual override)" + }, + "last_changed": "2020-12-18T05:17:54.962969+00:00", + "last_updated": "2020-12-18T05:17:54.962969+00:00", + "context": { + "id": "d4d028e1813bd93ee43b94275d5d83bc", + "parent_id": null, + "user_id": null + } + }, + "last_seen": "2020-12-18T17:17:57.194872+00:00" + }, + { + "state": { + "entity_id": "input_boolean.irrigation_zone_6_schedule_enabled", + "state": "off", + "attributes": { + "editable": false, + "friendly_name": "Schedule (enabled/disabled)" + }, + "last_changed": "2020-12-18T05:17:54.963023+00:00", + "last_updated": "2020-12-18T05:17:54.963023+00:00", + "context": { + "id": "e9c30505728cc9e0dbaaf13958017961", + "parent_id": null, + "user_id": null + } + }, + "last_seen": "2020-12-18T17:17:57.194872+00:00" + }, + { + "state": { + "entity_id": "input_boolean.irrigation_zone_6_state", + "state": "off", + "attributes": { + "editable": false, + "friendly_name": "Zone State (manual override)" + }, + "last_changed": "2020-12-18T05:17:54.963078+00:00", + "last_updated": "2020-12-18T05:17:54.963078+00:00", + "context": { + "id": "0026d3cbc4a2bafba8807f53820818ca", + "parent_id": null, + "user_id": null + } + }, + "last_seen": "2020-12-18T17:17:57.194872+00:00" + }, + { + "state": { + "entity_id": "input_boolean.irrigation_zone_7_schedule_enabled", + "state": "off", + "attributes": { + "editable": false, + "friendly_name": "Schedule (enabled/disabled)" + }, + "last_changed": "2020-12-18T05:17:54.963133+00:00", + "last_updated": "2020-12-18T05:17:54.963133+00:00", + "context": { + "id": "07e1430b970f901932a4e752e8c1b5f6", + "parent_id": null, + "user_id": null + } + }, + "last_seen": "2020-12-18T17:17:57.194872+00:00" + }, + { + "state": { + "entity_id": "input_boolean.irrigation_zone_7_state", + "state": "off", + "attributes": { + "editable": false, + "friendly_name": "Zone State (manual override)" + }, + "last_changed": "2020-12-18T05:17:54.963187+00:00", + "last_updated": "2020-12-18T05:17:54.963187+00:00", + "context": { + "id": "8b30df43d94fcc5d94bfad23ade095d9", + "parent_id": null, + "user_id": null + } + }, + "last_seen": "2020-12-18T17:17:57.194872+00:00" }, { "state": { @@ -535,305 +821,15 @@ "second": 0, "timestamp": 81000 }, - "last_changed": "2020-12-10T20:48:59.215438+00:00", - "last_updated": "2020-12-10T20:48:59.215438+00:00", + "last_changed": "2020-12-18T05:17:54.970235+00:00", + "last_updated": "2020-12-18T05:17:54.970235+00:00", "context": { - "id": "017bb56b0e7a82ab35f602cbce6c3611", + "id": "de72231b35d5400c8b53d561bd18c3b8", "parent_id": null, "user_id": null } }, - "last_seen": "2020-12-10T20:49:02.188711+00:00" - }, - { - "state": { - "entity_id": "input_boolean.irrigation_pump", - "state": "off", - "attributes": { - "editable": false, - "friendly_name": "Well Pump", - "icon": "mdi:water-pump" - }, - "last_changed": "2020-12-10T20:48:59.218503+00:00", - "last_updated": "2020-12-10T20:48:59.218503+00:00", - "context": { - "id": "dc959d4fb35164fb3d6b273e7f005190", - "parent_id": null, - "user_id": null - } - }, - "last_seen": "2020-12-10T20:49:02.188711+00:00" - }, - { - "state": { - "entity_id": "input_boolean.irrigation_enabled", - "state": "off", - "attributes": { - "editable": false, - "friendly_name": "Irrigation System Enabled", - "icon": "mdi:water" - }, - "last_changed": "2020-12-10T20:48:59.218587+00:00", - "last_updated": "2020-12-10T20:48:59.218587+00:00", - "context": { - "id": "61ddd312bd80cb960f33b252f2cd0734", - "parent_id": null, - "user_id": null - } - }, - "last_seen": "2020-12-10T20:49:02.188711+00:00" - }, - { - "state": { - "entity_id": "input_boolean.irrigation_zone_1_schedule_enabled", - "state": "off", - "attributes": { - "editable": false, - "friendly_name": "Schedule (enabled/disabled)" - }, - "last_changed": "2020-12-10T20:48:59.218655+00:00", - "last_updated": "2020-12-10T20:48:59.218655+00:00", - "context": { - "id": "936e2186c980162d58342253cf0f1e2b", - "parent_id": null, - "user_id": null - } - }, - "last_seen": "2020-12-10T20:49:02.188711+00:00" - }, - { - "state": { - "entity_id": "input_boolean.irrigation_zone_1_state", - "state": "off", - "attributes": { - "editable": false, - "friendly_name": "Zone State (manual override)" - }, - "last_changed": "2020-12-10T20:48:59.218720+00:00", - "last_updated": "2020-12-10T20:48:59.218720+00:00", - "context": { - "id": "d0fce7258342dd67930fd3d8a59793db", - "parent_id": null, - "user_id": null - } - }, - "last_seen": "2020-12-10T20:49:02.188711+00:00" - }, - { - "state": { - "entity_id": "input_boolean.irrigation_zone_2_schedule_enabled", - "state": "off", - "attributes": { - "editable": false, - "friendly_name": "Schedule (enabled/disabled)" - }, - "last_changed": "2020-12-10T20:48:59.218782+00:00", - "last_updated": "2020-12-10T20:48:59.218782+00:00", - "context": { - "id": "762e182cbd973d0a1888d0b368cf607f", - "parent_id": null, - "user_id": null - } - }, - "last_seen": "2020-12-10T20:49:02.188711+00:00" - }, - { - "state": { - "entity_id": "input_boolean.irrigation_zone_2_state", - "state": "off", - "attributes": { - "editable": false, - "friendly_name": "Zone State (manual override)" - }, - "last_changed": "2020-12-10T20:48:59.218843+00:00", - "last_updated": "2020-12-10T20:48:59.218843+00:00", - "context": { - "id": "a1f0938ef0c052812bec09bb71700c7d", - "parent_id": null, - "user_id": null - } - }, - "last_seen": "2020-12-10T20:49:02.188711+00:00" - }, - { - "state": { - "entity_id": "input_boolean.irrigation_zone_3_schedule_enabled", - "state": "off", - "attributes": { - "editable": false, - "friendly_name": "Schedule (enabled/disabled)" - }, - "last_changed": "2020-12-10T20:48:59.218904+00:00", - "last_updated": "2020-12-10T20:48:59.218904+00:00", - "context": { - "id": "8fbd0b930e0277e989de559177542ec8", - "parent_id": null, - "user_id": null - } - }, - "last_seen": "2020-12-10T20:49:02.188711+00:00" - }, - { - "state": { - "entity_id": "input_boolean.irrigation_zone_3_state", - "state": "off", - "attributes": { - "editable": false, - "friendly_name": "Zone State (manual override)" - }, - "last_changed": "2020-12-10T20:48:59.218975+00:00", - "last_updated": "2020-12-10T20:48:59.218975+00:00", - "context": { - "id": "0213625ed12fdaa8b1d2b575f71a814b", - "parent_id": null, - "user_id": null - } - }, - "last_seen": "2020-12-10T20:49:02.188711+00:00" - }, - { - "state": { - "entity_id": "input_boolean.irrigation_zone_4_schedule_enabled", - "state": "off", - "attributes": { - "editable": false, - "friendly_name": "Schedule (enabled/disabled)" - }, - "last_changed": "2020-12-10T20:48:59.219037+00:00", - "last_updated": "2020-12-10T20:48:59.219037+00:00", - "context": { - "id": "ac82f20daddbf3c995028036965fdbe2", - "parent_id": null, - "user_id": null - } - }, - "last_seen": "2020-12-10T20:49:02.188711+00:00" - }, - { - "state": { - "entity_id": "input_boolean.irrigation_zone_4_state", - "state": "off", - "attributes": { - "editable": false, - "friendly_name": "Zone State (manual override)" - }, - "last_changed": "2020-12-10T20:48:59.219097+00:00", - "last_updated": "2020-12-10T20:48:59.219097+00:00", - "context": { - "id": "5a9f79b4bc9396c7dbcd806af0371206", - "parent_id": null, - "user_id": null - } - }, - "last_seen": "2020-12-10T20:49:02.188711+00:00" - }, - { - "state": { - "entity_id": "input_boolean.irrigation_zone_5_schedule_enabled", - "state": "on", - "attributes": { - "editable": false, - "friendly_name": "Schedule (enabled/disabled)" - }, - "last_changed": "2020-12-10T20:48:59.219157+00:00", - "last_updated": "2020-12-10T20:48:59.219157+00:00", - "context": { - "id": "1b4ad2bdad671659d3420cb137e2e3be", - "parent_id": null, - "user_id": null - } - }, - "last_seen": "2020-12-10T20:49:02.188711+00:00" - }, - { - "state": { - "entity_id": "input_boolean.irrigation_zone_5_state", - "state": "off", - "attributes": { - "editable": false, - "friendly_name": "Zone State (manual override)" - }, - "last_changed": "2020-12-10T20:48:59.219307+00:00", - "last_updated": "2020-12-10T20:48:59.219307+00:00", - "context": { - "id": "ef0819d511fd96f16dc87742789704ae", - "parent_id": null, - "user_id": null - } - }, - "last_seen": "2020-12-10T20:49:02.188711+00:00" - }, - { - "state": { - "entity_id": "input_boolean.irrigation_zone_6_schedule_enabled", - "state": "on", - "attributes": { - "editable": false, - "friendly_name": "Schedule (enabled/disabled)" - }, - "last_changed": "2020-12-10T20:48:59.219377+00:00", - "last_updated": "2020-12-10T20:48:59.219377+00:00", - "context": { - "id": "ffcafad571db25b9d6d312ed502dcf85", - "parent_id": null, - "user_id": null - } - }, - "last_seen": "2020-12-10T20:49:02.188711+00:00" - }, - { - "state": { - "entity_id": "input_boolean.irrigation_zone_6_state", - "state": "off", - "attributes": { - "editable": false, - "friendly_name": "Zone State (manual override)" - }, - "last_changed": "2020-12-10T20:48:59.219439+00:00", - "last_updated": "2020-12-10T20:48:59.219439+00:00", - "context": { - "id": "06692827ad06bb7733db0b454dbc794a", - "parent_id": null, - "user_id": null - } - }, - "last_seen": "2020-12-10T20:49:02.188711+00:00" - }, - { - "state": { - "entity_id": "input_boolean.irrigation_zone_7_schedule_enabled", - "state": "off", - "attributes": { - "editable": false, - "friendly_name": "Schedule (enabled/disabled)" - }, - "last_changed": "2020-12-10T20:48:59.219510+00:00", - "last_updated": "2020-12-10T20:48:59.219510+00:00", - "context": { - "id": "e358958425166cfaabf1e3684f85183d", - "parent_id": null, - "user_id": null - } - }, - "last_seen": "2020-12-10T20:49:02.188711+00:00" - }, - { - "state": { - "entity_id": "input_boolean.irrigation_zone_7_state", - "state": "off", - "attributes": { - "editable": false, - "friendly_name": "Zone State (manual override)" - }, - "last_changed": "2020-12-10T20:48:59.219571+00:00", - "last_updated": "2020-12-10T20:48:59.219571+00:00", - "context": { - "id": "f1754a3daa0eb094662e87673ee10935", - "parent_id": null, - "user_id": null - } - }, - "last_seen": "2020-12-10T20:49:02.188711+00:00" + "last_seen": "2020-12-18T17:17:57.194872+00:00" }, { "state": { @@ -850,20 +846,20 @@ "friendly_name": "Fan On Set Temperature (C)", "icon": "mdi:target" }, - "last_changed": "2020-12-10T20:48:59.219635+00:00", - "last_updated": "2020-12-10T20:48:59.219635+00:00", + "last_changed": "2020-12-18T05:17:54.970928+00:00", + "last_updated": "2020-12-18T05:17:54.970928+00:00", "context": { - "id": "a886fa8ca2f113de742b896663d4eed4", + "id": "fbb9fe312c1d46e50fbc6ffdcd35a825", "parent_id": null, "user_id": null } }, - "last_seen": "2020-12-10T20:49:02.188711+00:00" + "last_seen": "2020-12-18T17:17:57.194872+00:00" }, { "state": { "entity_id": "input_number.irrigation_zone_1_duration", - "state": "15.0", + "state": "1.0", "attributes": { "initial": null, "editable": false, @@ -874,15 +870,15 @@ "friendly_name": "Duration in minutes", "icon": "mdi:timer-sand" }, - "last_changed": "2020-12-10T20:48:59.219702+00:00", - "last_updated": "2020-12-10T20:48:59.219702+00:00", + "last_changed": "2020-12-18T05:17:54.971005+00:00", + "last_updated": "2020-12-18T05:17:54.971005+00:00", "context": { - "id": "6b0318fae2eca9fd1fcb5ca26045bd1f", + "id": "9b3a7d5e7326e9da572f45f1a6369ac7", "parent_id": null, "user_id": null } }, - "last_seen": "2020-12-10T20:49:02.188711+00:00" + "last_seen": "2020-12-18T17:17:57.194872+00:00" }, { "state": { @@ -898,15 +894,15 @@ "friendly_name": "Hour of Day", "icon": "mdi:clock" }, - "last_changed": "2020-12-10T20:48:59.219749+00:00", - "last_updated": "2020-12-10T20:48:59.219749+00:00", + "last_changed": "2020-12-18T05:17:54.971048+00:00", + "last_updated": "2020-12-18T05:17:54.971048+00:00", "context": { - "id": "556ae6af5159df976a34cec64a31453f", + "id": "a2b5bd473f0c6c8f6c21f485079f6508", "parent_id": null, "user_id": null } }, - "last_seen": "2020-12-10T20:49:02.188711+00:00" + "last_seen": "2020-12-18T17:17:57.194872+00:00" }, { "state": { @@ -922,20 +918,20 @@ "friendly_name": "Minute of Day", "icon": "mdi:clock" }, - "last_changed": "2020-12-10T20:48:59.219795+00:00", - "last_updated": "2020-12-10T20:48:59.219795+00:00", + "last_changed": "2020-12-18T05:17:54.971086+00:00", + "last_updated": "2020-12-18T05:17:54.971086+00:00", "context": { - "id": "536cd31238d6133e783d25c34a45a491", + "id": "ac54261fb31bb0799c20cea72ee64221", "parent_id": null, "user_id": null } }, - "last_seen": "2020-12-10T20:49:02.188711+00:00" + "last_seen": "2020-12-18T17:17:57.194872+00:00" }, { "state": { "entity_id": "input_number.irrigation_zone_2_duration", - "state": "15.0", + "state": "1.0", "attributes": { "initial": null, "editable": false, @@ -946,15 +942,15 @@ "friendly_name": "Duration in minutes", "icon": "mdi:timer-sand" }, - "last_changed": "2020-12-10T20:48:59.219858+00:00", - "last_updated": "2020-12-10T20:48:59.219858+00:00", + "last_changed": "2020-12-18T05:17:54.971139+00:00", + "last_updated": "2020-12-18T05:17:54.971139+00:00", "context": { - "id": "c1b0535a29b84414d11fc5a9ebdde69a", + "id": "1641ea859ece283d4378c010aa24e69d", "parent_id": null, "user_id": null } }, - "last_seen": "2020-12-10T20:49:02.188711+00:00" + "last_seen": "2020-12-18T17:17:57.194872+00:00" }, { "state": { @@ -970,15 +966,15 @@ "friendly_name": "Hour of Day", "icon": "mdi:clock" }, - "last_changed": "2020-12-10T20:48:59.219904+00:00", - "last_updated": "2020-12-10T20:48:59.219904+00:00", + "last_changed": "2020-12-18T05:17:54.971176+00:00", + "last_updated": "2020-12-18T05:17:54.971176+00:00", "context": { - "id": "cfb9920b2b50911cbdeeadc518be94da", + "id": "1f21bc86130517a142f062340ff1e75a", "parent_id": null, "user_id": null } }, - "last_seen": "2020-12-10T20:49:02.188711+00:00" + "last_seen": "2020-12-18T17:17:57.194872+00:00" }, { "state": { @@ -994,20 +990,20 @@ "friendly_name": "Minute of Day", "icon": "mdi:clock" }, - "last_changed": "2020-12-10T20:48:59.219947+00:00", - "last_updated": "2020-12-10T20:48:59.219947+00:00", + "last_changed": "2020-12-18T05:17:54.971210+00:00", + "last_updated": "2020-12-18T05:17:54.971210+00:00", "context": { - "id": "54584d08d59a4fcc73ab3a7a1d9ca214", + "id": "6cdff65eb12cebd03dc95e2056c9e87b", "parent_id": null, "user_id": null } }, - "last_seen": "2020-12-10T20:49:02.188711+00:00" + "last_seen": "2020-12-18T17:17:57.194872+00:00" }, { "state": { "entity_id": "input_number.irrigation_zone_3_duration", - "state": "15.0", + "state": "1.0", "attributes": { "initial": null, "editable": false, @@ -1018,15 +1014,15 @@ "friendly_name": "Duration in minutes", "icon": "mdi:timer-sand" }, - "last_changed": "2020-12-10T20:48:59.220060+00:00", - "last_updated": "2020-12-10T20:48:59.220060+00:00", + "last_changed": "2020-12-18T05:17:54.971259+00:00", + "last_updated": "2020-12-18T05:17:54.971259+00:00", "context": { - "id": "c216c43ba9397ccd0d704a2a200c7fec", + "id": "3595792adc14128855faded7f7b24ea8", "parent_id": null, "user_id": null } }, - "last_seen": "2020-12-10T20:49:02.188711+00:00" + "last_seen": "2020-12-18T17:17:57.194872+00:00" }, { "state": { @@ -1042,15 +1038,15 @@ "friendly_name": "Hour of Day", "icon": "mdi:clock" }, - "last_changed": "2020-12-10T20:48:59.220115+00:00", - "last_updated": "2020-12-10T20:48:59.220115+00:00", + "last_changed": "2020-12-18T05:17:54.971295+00:00", + "last_updated": "2020-12-18T05:17:54.971295+00:00", "context": { - "id": "900e993fe56c2689b550f5e58ee7e648", + "id": "c73e671d1c40e42550a2d13a6368742d", "parent_id": null, "user_id": null } }, - "last_seen": "2020-12-10T20:49:02.188711+00:00" + "last_seen": "2020-12-18T17:17:57.194872+00:00" }, { "state": { @@ -1066,20 +1062,20 @@ "friendly_name": "Minute of Day", "icon": "mdi:clock" }, - "last_changed": "2020-12-10T20:48:59.220160+00:00", - "last_updated": "2020-12-10T20:48:59.220160+00:00", + "last_changed": "2020-12-18T05:17:54.971329+00:00", + "last_updated": "2020-12-18T05:17:54.971329+00:00", "context": { - "id": "70fd781457b8857e846dd292b97a7cd4", + "id": "7c803c2bf81464ed1b3befaaa53d37d1", "parent_id": null, "user_id": null } }, - "last_seen": "2020-12-10T20:49:02.188711+00:00" + "last_seen": "2020-12-18T17:17:57.194872+00:00" }, { "state": { "entity_id": "input_number.irrigation_zone_4_duration", - "state": "10.0", + "state": "1.0", "attributes": { "initial": null, "editable": false, @@ -1090,15 +1086,15 @@ "friendly_name": "Duration in minutes", "icon": "mdi:timer-sand" }, - "last_changed": "2020-12-10T20:48:59.220224+00:00", - "last_updated": "2020-12-10T20:48:59.220224+00:00", + "last_changed": "2020-12-18T05:17:54.971378+00:00", + "last_updated": "2020-12-18T05:17:54.971378+00:00", "context": { - "id": "53754a65be98ed6f27430cfacbd4606f", + "id": "5d2e87c8755e575f829babc978416219", "parent_id": null, "user_id": null } }, - "last_seen": "2020-12-10T20:49:02.188711+00:00" + "last_seen": "2020-12-18T17:17:57.194872+00:00" }, { "state": { @@ -1114,15 +1110,15 @@ "friendly_name": "Hour of Day", "icon": "mdi:clock" }, - "last_changed": "2020-12-10T20:48:59.220270+00:00", - "last_updated": "2020-12-10T20:48:59.220270+00:00", + "last_changed": "2020-12-18T05:17:54.971421+00:00", + "last_updated": "2020-12-18T05:17:54.971421+00:00", "context": { - "id": "eb3ddfd1c57fe61448d8adf87c8b7a72", + "id": "f1281f152c1673d06147b1c13b61f307", "parent_id": null, "user_id": null } }, - "last_seen": "2020-12-10T20:49:02.188711+00:00" + "last_seen": "2020-12-18T17:17:57.194872+00:00" }, { "state": { @@ -1138,20 +1134,20 @@ "friendly_name": "Minute of Day", "icon": "mdi:clock" }, - "last_changed": "2020-12-10T20:48:59.220315+00:00", - "last_updated": "2020-12-10T20:48:59.220315+00:00", + "last_changed": "2020-12-18T05:17:54.971456+00:00", + "last_updated": "2020-12-18T05:17:54.971456+00:00", "context": { - "id": "460972aa8c122f0099882b3feed3bc82", + "id": "a1d690255230b79f60166d7635f84654", "parent_id": null, "user_id": null } }, - "last_seen": "2020-12-10T20:49:02.188711+00:00" + "last_seen": "2020-12-18T17:17:57.194872+00:00" }, { "state": { "entity_id": "input_number.irrigation_zone_5_duration", - "state": "15.0", + "state": "1.0", "attributes": { "initial": null, "editable": false, @@ -1162,15 +1158,15 @@ "friendly_name": "Duration in minutes", "icon": "mdi:timer-sand" }, - "last_changed": "2020-12-10T20:48:59.220376+00:00", - "last_updated": "2020-12-10T20:48:59.220376+00:00", + "last_changed": "2020-12-18T05:17:54.971505+00:00", + "last_updated": "2020-12-18T05:17:54.971505+00:00", "context": { - "id": "9ec39831b4ebb743a8ad2a8166aadeed", + "id": "4a8bebbac744883b3399a430ab694037", "parent_id": null, "user_id": null } }, - "last_seen": "2020-12-10T20:49:02.188711+00:00" + "last_seen": "2020-12-18T17:17:57.194872+00:00" }, { "state": { @@ -1186,15 +1182,15 @@ "friendly_name": "Hour of Day", "icon": "mdi:clock" }, - "last_changed": "2020-12-10T20:48:59.220421+00:00", - "last_updated": "2020-12-10T20:48:59.220421+00:00", + "last_changed": "2020-12-18T05:17:54.971541+00:00", + "last_updated": "2020-12-18T05:17:54.971541+00:00", "context": { - "id": "aa0ebfeec9e9f164b583cf821e8e1f63", + "id": "0b4e61f5d2c953800a1d731e8b4d72ec", "parent_id": null, "user_id": null } }, - "last_seen": "2020-12-10T20:49:02.188711+00:00" + "last_seen": "2020-12-18T17:17:57.194872+00:00" }, { "state": { @@ -1210,20 +1206,20 @@ "friendly_name": "Minute of Day", "icon": "mdi:clock" }, - "last_changed": "2020-12-10T20:48:59.220464+00:00", - "last_updated": "2020-12-10T20:48:59.220464+00:00", + "last_changed": "2020-12-18T05:17:54.971576+00:00", + "last_updated": "2020-12-18T05:17:54.971576+00:00", "context": { - "id": "70167e2c84156c3ace0894258aff539c", + "id": "36c124917f969d8c9b38dd09e2efc9a3", "parent_id": null, "user_id": null } }, - "last_seen": "2020-12-10T20:49:02.188711+00:00" + "last_seen": "2020-12-18T17:17:57.194872+00:00" }, { "state": { "entity_id": "input_number.irrigation_zone_6_duration", - "state": "15.0", + "state": "1.0", "attributes": { "initial": null, "editable": false, @@ -1234,15 +1230,15 @@ "friendly_name": "Duration in minutes", "icon": "mdi:timer-sand" }, - "last_changed": "2020-12-10T20:48:59.220526+00:00", - "last_updated": "2020-12-10T20:48:59.220526+00:00", + "last_changed": "2020-12-18T05:17:54.971622+00:00", + "last_updated": "2020-12-18T05:17:54.971622+00:00", "context": { - "id": "9674dfc92f99ff0509b2a4373c342541", + "id": "b8d33d045ba20fcad969aa6c70355e81", "parent_id": null, "user_id": null } }, - "last_seen": "2020-12-10T20:49:02.188711+00:00" + "last_seen": "2020-12-18T17:17:57.194872+00:00" }, { "state": { @@ -1258,15 +1254,15 @@ "friendly_name": "Hour of Day", "icon": "mdi:clock" }, - "last_changed": "2020-12-10T20:48:59.220571+00:00", - "last_updated": "2020-12-10T20:48:59.220571+00:00", + "last_changed": "2020-12-18T05:17:54.971657+00:00", + "last_updated": "2020-12-18T05:17:54.971657+00:00", "context": { - "id": "775bb297fe7eb92f4092aacd1c5584f0", + "id": "4d742d40cfe8599819053e573e1425f9", "parent_id": null, "user_id": null } }, - "last_seen": "2020-12-10T20:49:02.188711+00:00" + "last_seen": "2020-12-18T17:17:57.194872+00:00" }, { "state": { @@ -1282,20 +1278,20 @@ "friendly_name": "Minute of Day", "icon": "mdi:clock" }, - "last_changed": "2020-12-10T20:48:59.220614+00:00", - "last_updated": "2020-12-10T20:48:59.220614+00:00", + "last_changed": "2020-12-18T05:17:54.971690+00:00", + "last_updated": "2020-12-18T05:17:54.971690+00:00", "context": { - "id": "39d1ef913bf5574f431d8c66084a4401", + "id": "6c2d6a8e49367b7fdf9f7dc0246ba3cc", "parent_id": null, "user_id": null } }, - "last_seen": "2020-12-10T20:49:02.188711+00:00" + "last_seen": "2020-12-18T17:17:57.194872+00:00" }, { "state": { "entity_id": "input_number.irrigation_zone_7_duration", - "state": "10.0", + "state": "1.0", "attributes": { "initial": null, "editable": false, @@ -1306,15 +1302,15 @@ "friendly_name": "Duration in minutes", "icon": "mdi:timer-sand" }, - "last_changed": "2020-12-10T20:48:59.220674+00:00", - "last_updated": "2020-12-10T20:48:59.220674+00:00", + "last_changed": "2020-12-18T05:17:54.971737+00:00", + "last_updated": "2020-12-18T05:17:54.971737+00:00", "context": { - "id": "987fb8ac2fa0e715052841f05751d0b7", + "id": "3e7280d07d951128d8d71a1924a1301b", "parent_id": null, "user_id": null } }, - "last_seen": "2020-12-10T20:49:02.188711+00:00" + "last_seen": "2020-12-18T17:17:57.194872+00:00" }, { "state": { @@ -1330,15 +1326,15 @@ "friendly_name": "Hour of Day", "icon": "mdi:clock" }, - "last_changed": "2020-12-10T20:48:59.220719+00:00", - "last_updated": "2020-12-10T20:48:59.220719+00:00", + "last_changed": "2020-12-18T05:17:54.971771+00:00", + "last_updated": "2020-12-18T05:17:54.971771+00:00", "context": { - "id": "60004c76018cf5c22b9035c871376353", + "id": "523be4fee3e6e3bea4e4807fe9176aaa", "parent_id": null, "user_id": null } }, - "last_seen": "2020-12-10T20:49:02.188711+00:00" + "last_seen": "2020-12-18T17:17:57.194872+00:00" }, { "state": { @@ -1354,156 +1350,156 @@ "friendly_name": "Minute of Day", "icon": "mdi:clock" }, - "last_changed": "2020-12-10T20:48:59.220762+00:00", - "last_updated": "2020-12-10T20:48:59.220762+00:00", + "last_changed": "2020-12-18T05:17:54.971804+00:00", + "last_updated": "2020-12-18T05:17:54.971804+00:00", "context": { - "id": "ec05bca80d3ca1874ba817a2d053cf10", + "id": "431abf6f03ebdd22712b0dd3223cabfe", "parent_id": null, "user_id": null } }, - "last_seen": "2020-12-10T20:49:02.188711+00:00" + "last_seen": "2020-12-18T17:17:57.194872+00:00" }, { "state": { "entity_id": "automation.system_set_custom_theme_at_startup", "state": "on", "attributes": { - "last_triggered": "2020-12-10T20:02:48.852534+00:00", + "last_triggered": "2020-12-18T05:17:57.026979+00:00", "mode": "single", "current": 0, "id": "themestartup", "friendly_name": "System - Set Custom Theme at Startup" }, - "last_changed": "2020-12-10T20:48:59.413547+00:00", - "last_updated": "2020-12-10T20:48:59.413547+00:00", + "last_changed": "2020-12-18T05:17:55.242289+00:00", + "last_updated": "2020-12-18T05:17:57.028823+00:00", "context": { - "id": "767d118427404baa1807d713109387d9", + "id": "62231eb719e1e214ab0e50c2670bdb07", "parent_id": null, "user_id": null } }, - "last_seen": "2020-12-10T20:49:02.188711+00:00" + "last_seen": "2020-12-18T17:17:57.194872+00:00" }, { "state": { "entity_id": "automation.restart_notification", "state": "on", "attributes": { - "last_triggered": "2020-12-10T20:02:48.852771+00:00", + "last_triggered": "2020-12-18T05:17:57.027100+00:00", "mode": "single", "current": 0, "friendly_name": "Restart Notification" }, - "last_changed": "2020-12-10T20:48:59.413676+00:00", - "last_updated": "2020-12-10T20:48:59.413676+00:00", + "last_changed": "2020-12-18T05:17:55.242894+00:00", + "last_updated": "2020-12-18T05:18:00.762974+00:00", "context": { - "id": "d8da31285c8d85b9630108e46b9a94dd", + "id": "63bc6bfec1715b0f19cf4a3a4da50c40", "parent_id": null, "user_id": null } }, - "last_seen": "2020-12-10T20:49:02.188711+00:00" + "last_seen": "2020-12-18T17:17:57.194872+00:00" }, { "state": { "entity_id": "automation.closet_fan_on_set_temperature_slider", "state": "on", "attributes": { - "last_triggered": "2020-12-10T20:45:53.181192+00:00", + "last_triggered": "2020-12-18T17:17:56.911373+00:00", "mode": "single", "current": 0, "friendly_name": "Closet Fan On Set Temperature slider" }, - "last_changed": "2020-12-10T20:48:59.413780+00:00", - "last_updated": "2020-12-10T20:48:59.413780+00:00", + "last_changed": "2020-12-18T05:17:55.243006+00:00", + "last_updated": "2020-12-18T17:17:56.913542+00:00", "context": { - "id": "52d2af58766b528e912a185fd5d3d41a", + "id": "f2b88552c8e439bb37ec2962ad27c71f", "parent_id": null, "user_id": null } }, - "last_seen": "2020-12-10T20:49:02.188711+00:00" + "last_seen": "2020-12-18T17:17:57.194872+00:00" }, { "state": { "entity_id": "automation.closet_fan_temp_slider_moved", "state": "on", "attributes": { - "last_triggered": "2020-04-08T04:53:57.636051+00:00", + "last_triggered": null, "mode": "single", "current": 0, "friendly_name": "Closet Fan Temp Slider Moved" }, - "last_changed": "2020-12-10T20:48:59.413907+00:00", - "last_updated": "2020-12-10T20:48:59.413907+00:00", + "last_changed": "2020-12-18T05:17:55.243104+00:00", + "last_updated": "2020-12-18T05:17:55.243104+00:00", "context": { - "id": "7b45cde2c2730b76bb96a45b162a4df0", + "id": "ae33f3da21c7845b7e599f6a795e6e47", "parent_id": null, "user_id": null } }, - "last_seen": "2020-12-10T20:49:02.188711+00:00" + "last_seen": "2020-12-18T17:17:57.194872+00:00" }, { "state": { "entity_id": "automation.security_lights_interior_time_off", "state": "on", "attributes": { - "last_triggered": "2020-12-10T20:15:00.256444+00:00", + "last_triggered": "2020-12-18T06:30:00.013043+00:00", "mode": "single", "current": 0, "friendly_name": "security_lights_interior_time_off" }, - "last_changed": "2020-12-10T20:48:59.414027+00:00", - "last_updated": "2020-12-10T20:48:59.414027+00:00", + "last_changed": "2020-12-18T05:17:55.243204+00:00", + "last_updated": "2020-12-18T06:30:00.016998+00:00", "context": { - "id": "39780934d4640952cb5755e637987e94", - "parent_id": null, + "id": "f04f90602160602038fc358f4a9f51fa", + "parent_id": "6a97937f16b939ba4bd4fd01f75fab41", "user_id": null } }, - "last_seen": "2020-12-10T20:49:02.188711+00:00" + "last_seen": "2020-12-18T17:17:57.194872+00:00" }, { "state": { "entity_id": "automation.security_lights_interior_time_on", "state": "on", "attributes": { - "last_triggered": "2020-12-09T23:30:04.292311+00:00", + "last_triggered": null, "mode": "single", "current": 0, "friendly_name": "security_lights_interior_time_on" }, - "last_changed": "2020-12-10T20:48:59.414130+00:00", - "last_updated": "2020-12-10T20:48:59.414130+00:00", + "last_changed": "2020-12-18T05:17:55.243294+00:00", + "last_updated": "2020-12-18T05:17:55.243294+00:00", "context": { - "id": "07b5b5badd60da7ef0e8bd234a36dc76", + "id": "304099074057b4bfd739ad3c82c641f4", "parent_id": null, "user_id": null } }, - "last_seen": "2020-12-10T20:49:02.188711+00:00" + "last_seen": "2020-12-18T17:17:57.194872+00:00" }, { "state": { "entity_id": "automation.power_state_on_ha_start_up", "state": "on", "attributes": { - "last_triggered": "2020-12-10T20:02:48.853018+00:00", + "last_triggered": "2020-12-18T05:17:57.027191+00:00", "mode": "single", "current": 0, "friendly_name": "\u201cPower state on HA start-up\u201d" }, - "last_changed": "2020-12-10T20:48:59.414222+00:00", - "last_updated": "2020-12-10T20:48:59.414222+00:00", + "last_changed": "2020-12-18T05:17:55.243384+00:00", + "last_updated": "2020-12-18T05:17:57.055609+00:00", "context": { - "id": "ae4f945eb2c9f7788327e1c460c7e995", + "id": "69d439defd2c90fa1e9f6ce72a8a90e9", "parent_id": null, "user_id": null } }, - "last_seen": "2020-12-10T20:49:02.188711+00:00" + "last_seen": "2020-12-18T17:17:57.194872+00:00" }, { "state": { @@ -1512,15 +1508,15 @@ "attributes": { "friendly_name": "All Sonoffs on Network" }, - "last_changed": "2020-12-10T20:48:59.415817+00:00", - "last_updated": "2020-12-10T20:48:59.415817+00:00", + "last_changed": "2020-12-18T05:17:55.256398+00:00", + "last_updated": "2020-12-18T05:17:55.256398+00:00", "context": { - "id": "c90a95894676eda32f3b162f8785a07b", + "id": "fe176a01b80863dec4fb255ac9cdab2f", "parent_id": null, "user_id": null } }, - "last_seen": "2020-12-10T20:49:02.188711+00:00" + "last_seen": "2020-12-18T17:17:57.194872+00:00" }, { "state": { @@ -1530,49 +1526,15 @@ "friendly_name": "Fan Automation Enabled", "icon": "mdi:fan" }, - "last_changed": "2020-12-10T20:49:01.560771+00:00", - "last_updated": "2020-12-10T20:49:01.560771+00:00", + "last_changed": "2020-12-18T05:17:57.394370+00:00", + "last_updated": "2020-12-18T05:17:57.394370+00:00", "context": { - "id": "62447238f32bbbca61a0efb794f30254", + "id": "f76ebc2c38eb8173f770cff13e670e83", "parent_id": null, "user_id": null } }, - "last_seen": "2020-12-10T20:49:02.188711+00:00" - }, - { - "state": { - "entity_id": "switch.outside_north_circuit_1", - "state": "off", - "attributes": { - "friendly_name": "Outside North Circuit 1" - }, - "last_changed": "2020-12-10T20:48:59.535027+00:00", - "last_updated": "2020-12-10T20:48:59.535027+00:00", - "context": { - "id": "e78990c299b141b95b3c63ed22fc8d83", - "parent_id": null, - "user_id": null - } - }, - "last_seen": "2020-12-10T20:49:02.188711+00:00" - }, - { - "state": { - "entity_id": "switch.outside_north_circuit_2", - "state": "off", - "attributes": { - "friendly_name": "Outside North Circuit 2" - }, - "last_changed": "2020-12-10T20:48:59.535091+00:00", - "last_updated": "2020-12-10T20:48:59.535091+00:00", - "context": { - "id": "c69bc2925afba41b8bd35929735fc5df", - "parent_id": null, - "user_id": null - } - }, - "last_seen": "2020-12-10T20:49:02.188711+00:00" + "last_seen": "2020-12-18T17:17:57.194872+00:00" }, { "state": { @@ -1581,15 +1543,15 @@ "attributes": { "friendly_name": "Sonoff White" }, - "last_changed": "2020-12-10T20:48:59.538621+00:00", - "last_updated": "2020-12-10T20:48:59.538621+00:00", + "last_changed": "2020-12-18T05:17:55.309908+00:00", + "last_updated": "2020-12-18T05:17:55.309908+00:00", "context": { - "id": "b077438351aa420f1d32a90d2feb51b8", + "id": "e47494199aca2ca734a32933369750f5", "parent_id": null, "user_id": null } }, - "last_seen": "2020-12-10T20:49:02.188711+00:00" + "last_seen": "2020-12-18T17:17:57.194872+00:00" }, { "state": { @@ -1598,15 +1560,49 @@ "attributes": { "friendly_name": "Sonoff Brown" }, - "last_changed": "2020-12-10T20:48:59.539413+00:00", - "last_updated": "2020-12-10T20:48:59.539413+00:00", + "last_changed": "2020-12-18T05:17:55.310622+00:00", + "last_updated": "2020-12-18T05:17:55.310622+00:00", "context": { - "id": "53e90b66124970f2326de84ba20aae77", + "id": "f34fd110094fd0783a2628b795690b4a", "parent_id": null, "user_id": null } }, - "last_seen": "2020-12-10T20:49:02.188711+00:00" + "last_seen": "2020-12-18T17:17:57.194872+00:00" + }, + { + "state": { + "entity_id": "switch.outside_north_circuit_1", + "state": "unavailable", + "attributes": { + "friendly_name": "Outside North Circuit 1" + }, + "last_changed": "2020-12-18T05:17:55.311313+00:00", + "last_updated": "2020-12-18T05:17:55.311313+00:00", + "context": { + "id": "c521ff27221dc320840f3f08ab84a291", + "parent_id": null, + "user_id": null + } + }, + "last_seen": "2020-12-18T17:17:57.194872+00:00" + }, + { + "state": { + "entity_id": "switch.outside_north_circuit_2", + "state": "unavailable", + "attributes": { + "friendly_name": "Outside North Circuit 2" + }, + "last_changed": "2020-12-18T05:17:55.311530+00:00", + "last_updated": "2020-12-18T05:17:55.311530+00:00", + "context": { + "id": "d6da2753f1b9f31eb6b7fb7db51dbfd5", + "parent_id": null, + "user_id": null + } + }, + "last_seen": "2020-12-18T17:17:57.194872+00:00" }, { "state": { @@ -1616,40 +1612,33 @@ "source_type": "gps", "friendly_name": "700T1C" }, - "last_changed": "2020-12-10T20:49:00.460611+00:00", - "last_updated": "2020-12-10T20:49:00.460611+00:00", + "last_changed": "2020-12-18T05:17:56.233631+00:00", + "last_updated": "2020-12-18T05:17:56.233631+00:00", "context": { - "id": "dc37364e70816ba02db751ed70453fad", + "id": "e183d9c6c0fcbe01aefe9f6fe0ba7495", "parent_id": null, "user_id": null } }, - "last_seen": "2020-12-10T20:49:02.188711+00:00" + "last_seen": "2020-12-18T17:17:57.194872+00:00" }, { "state": { "entity_id": "device_tracker.sm_g935r4", - "state": "home", + "state": "unknown", "attributes": { "source_type": "gps", - "latitude": 44.461052, - "longitude": -118.7120106, - "gps_accuracy": 3, - "altitude": 1057.0, - "course": 0, - "speed": 0, - "vertical_accuracy": 6, "friendly_name": "SM-G935R4" }, - "last_changed": "2020-12-10T20:49:00.460812+00:00", - "last_updated": "2020-12-10T20:49:00.460812+00:00", + "last_changed": "2020-12-18T05:17:56.233718+00:00", + "last_updated": "2020-12-18T05:17:56.233718+00:00", "context": { - "id": "62a89c52b94fdb0ebc99cfa1e6e3eb50", + "id": "635cc18c5ca8eabdd87633d0e1bdce4d", "parent_id": null, "user_id": null } }, - "last_seen": "2020-12-10T20:49:02.188711+00:00" + "last_seen": "2020-12-18T17:17:57.194872+00:00" }, { "state": { @@ -1659,15 +1648,15 @@ "source_type": "gps", "friendly_name": "White Moto G" }, - "last_changed": "2020-12-10T20:49:00.460898+00:00", - "last_updated": "2020-12-10T20:49:00.460898+00:00", + "last_changed": "2020-12-18T05:17:56.233794+00:00", + "last_updated": "2020-12-18T05:17:56.233794+00:00", "context": { - "id": "2be42260af35fdfab8c2da65a090a3d2", + "id": "3149861aff8563679b0703ba254eb99e", "parent_id": null, "user_id": null } }, - "last_seen": "2020-12-10T20:49:02.188711+00:00" + "last_seen": "2020-12-18T17:17:57.194872+00:00" }, { "state": { @@ -1677,129 +1666,35 @@ "source_type": "gps", "friendly_name": "LGUS215" }, - "last_changed": "2020-12-10T20:49:00.460975+00:00", - "last_updated": "2020-12-10T20:49:00.460975+00:00", + "last_changed": "2020-12-18T05:17:56.233866+00:00", + "last_updated": "2020-12-18T05:17:56.233866+00:00", "context": { - "id": "d3244fb63c4f211c326f3ed31a3a28e5", + "id": "25d702c9a620de35cf1eab16ac60be08", "parent_id": null, "user_id": null } }, - "last_seen": "2020-12-10T20:49:02.188711+00:00" + "last_seen": "2020-12-18T17:17:57.194872+00:00" }, { "state": { - "entity_id": "variable.node_test_sum", - "state": "0", - "attributes": {}, - "last_changed": "2020-12-09T05:08:12.495831+00:00", - "last_updated": "2020-12-09T05:08:12.495831+00:00", - "context": { - "id": "f6308025913fb16258b42cc7ec5bb7cd", - "parent_id": null, - "user_id": null - } - }, - "last_seen": "2020-12-09T05:41:10.530964+00:00" - }, - { - "state": { - "entity_id": "variable.node_test_switch", - "state": "OFF", + "entity_id": "person.system_administrator", + "state": "unknown", "attributes": { - "icon": "mdi:flash" + "editable": true, + "id": "system_administrator", + "user_id": "66b148346e9c4c5483b8fcf107ebffe0", + "friendly_name": "system administrator" }, - "last_changed": "2020-12-09T05:08:12.495943+00:00", - "last_updated": "2020-12-09T05:08:12.495943+00:00", + "last_changed": "2020-12-18T01:25:20.381784+00:00", + "last_updated": "2020-12-18T01:25:21.772122+00:00", "context": { - "id": "68069e3b0a77e8259547c980eefa0bd9", + "id": "0d78be23854fa5e53acbf1bcf651ab33", "parent_id": null, "user_id": null } }, - "last_seen": "2020-12-09T05:41:10.530964+00:00" - }, - { - "state": { - "entity_id": "input_number.node_test_first_number", - "state": "25.0", - "attributes": { - "initial": 25.0, - "editable": false, - "min": 0.0, - "max": 100.0, - "step": 1.0, - "mode": "slider", - "friendly_name": "First Number" - }, - "last_changed": "2020-12-09T05:08:12.533638+00:00", - "last_updated": "2020-12-09T05:08:12.533638+00:00", - "context": { - "id": "86eec51a440b9fd19a11e9f752275e36", - "parent_id": null, - "user_id": null - } - }, - "last_seen": "2020-12-09T05:41:10.530964+00:00" - }, - { - "state": { - "entity_id": "input_number.node_test_second_number", - "state": "75.0", - "attributes": { - "initial": 75.0, - "editable": false, - "min": 0.0, - "max": 100.0, - "step": 1.0, - "mode": "slider", - "friendly_name": "Second Number" - }, - "last_changed": "2020-12-09T05:08:12.533798+00:00", - "last_updated": "2020-12-09T05:08:12.533798+00:00", - "context": { - "id": "1235d7d70434da7aebbf8807f4cd24ba", - "parent_id": null, - "user_id": null - } - }, - "last_seen": "2020-12-09T05:41:10.530964+00:00" - }, - { - "state": { - "entity_id": "light.panic", - "state": "off", - "attributes": { - "friendly_name": "Panic", - "assumed_state": true, - "supported_features": 0 - }, - "last_changed": "2020-12-09T05:08:12.579495+00:00", - "last_updated": "2020-12-09T05:08:12.579495+00:00", - "context": { - "id": "983845fa8eff4907658cee3edbde82c3", - "parent_id": null, - "user_id": null - } - }, - "last_seen": "2020-12-09T05:41:10.530964+00:00" - }, - { - "state": { - "entity_id": "switch.circuit_1", - "state": "off", - "attributes": { - "friendly_name": "Circuit 1" - }, - "last_changed": "2020-12-09T05:08:12.582611+00:00", - "last_updated": "2020-12-09T05:08:12.582611+00:00", - "context": { - "id": "7c8b1a72833308acb14240bfbe917182", - "parent_id": null, - "user_id": null - } - }, - "last_seen": "2020-12-09T05:41:10.530964+00:00" + "last_seen": "2020-12-18T02:14:45.854054+00:00" } ] } \ No newline at end of file diff --git a/.storage/esphome.9436e71647e64581a19a2cc8172f9a35 b/.storage/esphome.9436e71647e64581a19a2cc8172f9a35 index 8bd9644..16f0800 100644 --- a/.storage/esphome.9436e71647e64581a19a2cc8172f9a35 +++ b/.storage/esphome.9436e71647e64581a19a2cc8172f9a35 @@ -6,7 +6,7 @@ "uses_password": false, "name": "inside_temp_humd", "mac_address": "84:F3:EB:3B:77:30", - "compilation_time": "Dec 1 2020, 11:20:56", + "compilation_time": "Nov 15 2020, 07:10:38", "model": "PLATFORMIO_D1_MINI", "has_deep_sleep": false, "esphome_version": "1.15.3" diff --git a/.storage/esphome.cf5266d3fa4a4824850935818193ac48 b/.storage/esphome.cf5266d3fa4a4824850935818193ac48 index 96b17ee..d5bef32 100644 --- a/.storage/esphome.cf5266d3fa4a4824850935818193ac48 +++ b/.storage/esphome.cf5266d3fa4a4824850935818193ac48 @@ -6,7 +6,7 @@ "uses_password": false, "name": "outside_temp_humd", "mac_address": "84:F3:EB:3B:84:92", - "compilation_time": "Dec 1 2020, 10:59:50", + "compilation_time": "Dec 16 2020, 15:18:17", "model": "PLATFORMIO_D1_MINI", "has_deep_sleep": false, "esphome_version": "1.15.3" diff --git a/.storage/hacs.repositories b/.storage/hacs.repositories index e83efd5..7b05e8d 100644 --- a/.storage/hacs.repositories +++ b/.storage/hacs.repositories @@ -21533,12 +21533,51 @@ "topics": [], "version_installed": null }, + "172733314": { + "authors": [ + "@ludeeus" + ], + "category": "integration", + "description": "HACS gives you a powerful UI to handle downloads of all your custom needs.", + "domain": "hacs", + "downloads": 9001, + "full_name": "hacs/integration", + "first_install": false, + "installed_commit": "275d6cc", + "installed": true, + "last_commit": "275d6cc", + "last_release_tag": "1.9.0", + "last_updated": "2020-12-17T07:08:42Z", + "name": "hacs", + "new": false, + "repository_manifest": { + "name": "HACS", + "zip_release": true, + "hide_default_branch": true, + "homeassistant": "2020.12.0", + "hacs": "0.19.0", + "filename": "hacs.zip" + }, + "selected_tag": null, + "show_beta": false, + "stars": 1431, + "topics": [ + "community", + "hacktoberfest", + "hacs", + "home-assistant", + "integration", + "package-manager", + "python" + ], + "version_installed": "1.9.0" + }, "303101606": { "authors": [], "category": "plugin", "description": "\ud83d\ude48 Hides the Home Assistant header and/or sidebar", "domain": "", - "downloads": 2804, + "downloads": 3267, "full_name": "maykar/kiosk-mode", "first_install": false, "installed_commit": "78b95f3", @@ -21554,7 +21593,7 @@ }, "selected_tag": null, "show_beta": false, - "stars": 48, + "stars": 51, "topics": [ "home-assistant", "kiosk", @@ -21563,70 +21602,6 @@ ], "version_installed": "1.4.7" }, - "190927524": { - "authors": [], - "category": "plugin", - "description": "\ud83d\udd39 Add CSS styles to (almost) any lovelace card", - "domain": null, - "downloads": 0, - "full_name": "thomasloven/lovelace-card-mod", - "first_install": false, - "installed_commit": "457cf40", - "installed": true, - "last_commit": "457cf40", - "last_release_tag": "2.0.3", - "last_updated": "2020-11-18T09:01:24Z", - "name": "lovelace-card-mod", - "new": false, - "repository_manifest": { - "name": "card-mod", - "homeassistant": "0.98.0" - }, - "selected_tag": null, - "show_beta": false, - "stars": 215, - "topics": [], - "version_installed": "2.0.3" - }, - "172733314": { - "authors": [ - "@ludeeus" - ], - "category": "integration", - "description": "HACS gives you a powerful UI to handle downloads of all your custom needs.", - "domain": "hacs", - "downloads": 12116, - "full_name": "hacs/integration", - "first_install": false, - "installed_commit": null, - "installed": true, - "last_commit": "d41c3f7", - "last_release_tag": "1.8.0", - "last_updated": "2020-12-08T07:18:56Z", - "name": "hacs", - "new": false, - "repository_manifest": { - "name": "HACS", - "zip_release": true, - "hide_default_branch": true, - "homeassistant": "0.110.0", - "hacs": "0.19.0", - "filename": "hacs.zip" - }, - "selected_tag": null, - "show_beta": false, - "stars": 1428, - "topics": [ - "community", - "hacktoberfest", - "hacs", - "home-assistant", - "integration", - "package-manager", - "python" - ], - "version_installed": "1.8.0" - }, "167744584": { "authors": [], "category": "plugin", @@ -21639,7 +21614,7 @@ "installed": true, "last_commit": "f17fcc1", "last_release_tag": "1.7.0", - "last_updated": "2020-11-21T19:52:51Z", + "last_updated": "2020-12-12T00:43:09Z", "name": "lovelace-auto-entities", "new": false, "repository_manifest": { @@ -21664,7 +21639,7 @@ "installed": true, "last_commit": "e8f0ac8", "last_release_tag": "16", - "last_updated": "2020-11-18T07:35:50Z", + "last_updated": "2020-12-12T00:58:01Z", "name": "lovelace-layout-card", "new": false, "repository_manifest": { @@ -21711,7 +21686,7 @@ "installed": true, "last_commit": "37e731b", "last_release_tag": "1.2.3", - "last_updated": "2020-11-21T15:24:31Z", + "last_updated": "2020-12-12T00:50:38Z", "name": "browser_mod", "new": false, "repository_manifest": { @@ -21720,35 +21695,10 @@ }, "selected_tag": null, "show_beta": false, - "stars": 309, + "stars": 314, "topics": [], "version_installed": "1.2.3" }, - "221287384": { - "authors": [], - "category": "theme", - "description": "Clear Theme for Home Assistant", - "domain": null, - "downloads": 0, - "full_name": "naofireblade/clear-theme", - "first_install": false, - "installed_commit": "e3c9149", - "installed": true, - "last_commit": "a9f68e1", - "last_release_tag": "v1.1", - "last_updated": "2020-10-08T10:10:49Z", - "name": "clear-theme", - "new": false, - "repository_manifest": { - "name": "Clear Theme", - "homeassistant": "0.102.0" - }, - "selected_tag": null, - "show_beta": false, - "stars": 16, - "topics": [], - "version_installed": "v1.1" - }, "223008910": { "authors": [], "category": "plugin", @@ -21770,7 +21720,7 @@ }, "selected_tag": null, "show_beta": false, - "stars": 52, + "stars": 53, "topics": [ "custom", "hacktoberfest", @@ -21850,7 +21800,7 @@ "installed": true, "last_commit": "01b4108", "last_release_tag": "19", - "last_updated": "2020-08-01T03:12:50Z", + "last_updated": "2020-12-12T00:49:44Z", "name": "lovelace-fold-entity-row", "new": false, "repository_manifest": { @@ -21859,7 +21809,7 @@ }, "selected_tag": null, "show_beta": false, - "stars": 190, + "stars": 191, "topics": [], "version_installed": "19" }, @@ -21868,14 +21818,14 @@ "category": "plugin", "description": "\u2747\ufe0f Lovelace button-card for home assistant", "domain": "", - "downloads": 5727, + "downloads": 8437, "full_name": "custom-cards/button-card", "first_install": false, "installed_commit": "b5de991", "installed": true, "last_commit": "b5de991", "last_release_tag": "3.4.0", - "last_updated": "2020-12-02T14:06:47Z", + "last_updated": "2020-12-12T13:11:23Z", "name": "button-card", "new": false, "repository_manifest": { @@ -21886,7 +21836,7 @@ }, "selected_tag": null, "show_beta": false, - "stars": 581, + "stars": 588, "topics": [ "home-assistant", "home-assistant-custom", @@ -21901,7 +21851,7 @@ "category": "plugin", "description": "\ud83d\udd70\ufe0f Time Picker Card for Home Assistant's Lovelace UI", "domain": "", - "downloads": 1001, + "downloads": 1142, "full_name": "GeorgeSG/lovelace-time-picker-card", "first_install": false, "installed_commit": "c3fa2ce", @@ -21918,7 +21868,7 @@ }, "selected_tag": null, "show_beta": false, - "stars": 43, + "stars": 44, "topics": [ "home-assistant", "homeassistant", @@ -21927,6 +21877,56 @@ "lovelace-custom-card" ], "version_installed": "1.1.1" + }, + "221287384": { + "authors": [], + "category": "theme", + "description": "Clear Theme for Home Assistant", + "domain": null, + "downloads": 0, + "full_name": "naofireblade/clear-theme", + "first_install": false, + "installed_commit": "e3c9149", + "installed": true, + "last_commit": "a9f68e1", + "last_release_tag": "v1.1", + "last_updated": "2020-10-08T10:10:49Z", + "name": "clear-theme", + "new": false, + "repository_manifest": { + "name": "Clear Theme", + "homeassistant": "0.102.0" + }, + "selected_tag": null, + "show_beta": false, + "stars": 16, + "topics": [], + "version_installed": "v1.1" + }, + "190927524": { + "authors": [], + "category": "plugin", + "description": "\ud83d\udd39 Add CSS styles to (almost) any lovelace card", + "domain": null, + "downloads": 0, + "full_name": "thomasloven/lovelace-card-mod", + "first_install": false, + "installed_commit": "457cf40", + "installed": true, + "last_commit": "457cf40", + "last_release_tag": "2.0.3", + "last_updated": "2020-12-12T00:50:44Z", + "name": "lovelace-card-mod", + "new": false, + "repository_manifest": { + "name": "card-mod", + "homeassistant": "0.98.0" + }, + "selected_tag": null, + "show_beta": false, + "stars": 215, + "topics": [], + "version_installed": "2.0.3" } } } \ No newline at end of file diff --git a/.storage/hacs/146194325.hacs b/.storage/hacs/146194325.hacs index 986e793..e12f8a4 100644 --- a/.storage/hacs/146194325.hacs +++ b/.storage/hacs/146194325.hacs @@ -12,7 +12,7 @@ "description": "\u2747\ufe0f Lovelace button-card for home assistant", "domain": "", "domains": [], - "downloads": 5727, + "downloads": 8437, "file_name": "button-card.js", "filename": "button-card.js", "first_install": false, @@ -27,14 +27,14 @@ "installed": true, "installed_commit": "b5de991", "installed_version": "3.4.0", - "open_issues": 28, + "open_issues": 29, "last_commit": "b5de991", "last_version": "3.4.0", - "last_updated": "2020-12-02T14:06:47Z", + "last_updated": "2020-12-12T13:11:23Z", "manifest_name": null, "new": false, "persistent_directory": null, - "pushed_at": "2020-12-02T14:06:47", + "pushed_at": "2020-12-12T13:11:23", "releases": true, "render_readme": true, "published_tags": [ @@ -46,7 +46,7 @@ ], "selected_tag": null, "show_beta": false, - "stargazers_count": 581, + "stargazers_count": 588, "topics": [ "home-assistant", "home-assistant-custom", diff --git a/.storage/hacs/150781994.hacs b/.storage/hacs/150781994.hacs index 88a9091..a2c8561 100644 --- a/.storage/hacs/150781994.hacs +++ b/.storage/hacs/150781994.hacs @@ -27,14 +27,14 @@ "installed": true, "installed_commit": "01b4108", "installed_version": "19", - "open_issues": 15, + "open_issues": 16, "last_commit": "01b4108", "last_version": "19", - "last_updated": "2020-08-01T03:12:50Z", + "last_updated": "2020-12-12T00:49:44Z", "manifest_name": null, "new": false, "persistent_directory": null, - "pushed_at": "2020-08-01T03:12:50", + "pushed_at": "2020-12-12T00:49:44", "releases": true, "render_readme": true, "published_tags": [ @@ -46,7 +46,7 @@ ], "selected_tag": null, "show_beta": false, - "stargazers_count": 190, + "stargazers_count": 191, "topics": [], "zip_release": false } diff --git a/.storage/hacs/156434866.hacs b/.storage/hacs/156434866.hacs index 381066c..c11aca2 100644 --- a/.storage/hacs/156434866.hacs +++ b/.storage/hacs/156434866.hacs @@ -27,14 +27,14 @@ "installed": true, "installed_commit": "e8f0ac8", "installed_version": "16", - "open_issues": 29, + "open_issues": 30, "last_commit": "e8f0ac8", "last_version": "16", - "last_updated": "2020-11-18T07:35:50Z", + "last_updated": "2020-12-12T00:58:01Z", "manifest_name": null, "new": false, "persistent_directory": null, - "pushed_at": "2020-11-18T07:35:50", + "pushed_at": "2020-12-12T00:58:01", "releases": true, "render_readme": true, "published_tags": [ diff --git a/.storage/hacs/167744584.hacs b/.storage/hacs/167744584.hacs index 27e7929..63d41cb 100644 --- a/.storage/hacs/167744584.hacs +++ b/.storage/hacs/167744584.hacs @@ -27,14 +27,14 @@ "installed": true, "installed_commit": "f17fcc1", "installed_version": "1.7.0", - "open_issues": 21, + "open_issues": 28, "last_commit": "f17fcc1", "last_version": "1.7.0", - "last_updated": "2020-11-21T19:52:51Z", + "last_updated": "2020-12-12T00:43:09Z", "manifest_name": null, "new": false, "persistent_directory": null, - "pushed_at": "2020-11-21T19:52:51", + "pushed_at": "2020-12-12T00:43:09", "releases": true, "render_readme": true, "published_tags": [ diff --git a/.storage/hacs/172733314.hacs b/.storage/hacs/172733314.hacs index d0810d2..7807688 100644 --- a/.storage/hacs/172733314.hacs +++ b/.storage/hacs/172733314.hacs @@ -14,7 +14,7 @@ "description": "HACS gives you a powerful UI to handle downloads of all your custom needs.", "domain": "hacs", "domains": [], - "downloads": 12116, + "downloads": 9001, "file_name": "", "filename": "hacs.zip", "first_install": false, @@ -23,32 +23,32 @@ "hacs": "0.19.0", "hide": false, "hide_default_branch": true, - "homeassistant": "0.110.0", + "homeassistant": "2020.12.0", "id": "172733314", "iot_class": null, "installed": true, - "installed_commit": null, - "installed_version": "1.8.0", - "open_issues": 30, - "last_commit": "d41c3f7", - "last_version": "1.8.0", - "last_updated": "2020-12-08T07:18:56Z", + "installed_commit": "275d6cc", + "installed_version": "1.9.0", + "open_issues": 36, + "last_commit": "275d6cc", + "last_version": "1.9.0", + "last_updated": "2020-12-17T07:08:42Z", "manifest_name": "HACS", "new": false, "persistent_directory": null, - "pushed_at": "2020-12-08T07:18:56", + "pushed_at": "2020-12-17T07:08:42", "releases": true, "render_readme": false, "published_tags": [ + "1.9.0", "1.8.0", "1.6.2", "1.6.1", - "1.6.0", - "1.5.2" + "1.6.0" ], "selected_tag": null, "show_beta": false, - "stargazers_count": 1428, + "stargazers_count": 1431, "topics": [ "community", "hacktoberfest", diff --git a/.storage/hacs/190927524.hacs b/.storage/hacs/190927524.hacs index a0ad884..835ca9f 100644 --- a/.storage/hacs/190927524.hacs +++ b/.storage/hacs/190927524.hacs @@ -27,14 +27,14 @@ "installed": true, "installed_commit": "457cf40", "installed_version": "2.0.3", - "open_issues": 19, + "open_issues": 20, "last_commit": "457cf40", "last_version": "2.0.3", - "last_updated": "2020-11-18T09:01:24Z", + "last_updated": "2020-12-12T00:50:44Z", "manifest_name": null, "new": false, "persistent_directory": null, - "pushed_at": "2020-11-18T09:01:24", + "pushed_at": "2020-12-12T00:50:44", "releases": true, "render_readme": false, "published_tags": [ diff --git a/.storage/hacs/194140521.hacs b/.storage/hacs/194140521.hacs index 218ed53..684b968 100644 --- a/.storage/hacs/194140521.hacs +++ b/.storage/hacs/194140521.hacs @@ -27,14 +27,14 @@ "installed": true, "installed_commit": "37e731b", "installed_version": "1.2.3", - "open_issues": 18, + "open_issues": 21, "last_commit": "37e731b", "last_version": "1.2.3", - "last_updated": "2020-11-21T15:24:31Z", + "last_updated": "2020-12-12T00:50:38Z", "manifest_name": "Browser mod", "new": false, "persistent_directory": null, - "pushed_at": "2020-11-21T15:24:31", + "pushed_at": "2020-12-12T00:50:38", "releases": true, "render_readme": false, "published_tags": [ @@ -46,7 +46,7 @@ ], "selected_tag": null, "show_beta": false, - "stargazers_count": 309, + "stargazers_count": 314, "topics": [], "zip_release": false } diff --git a/.storage/hacs/223008910.hacs b/.storage/hacs/223008910.hacs index 0094715..2944635 100644 --- a/.storage/hacs/223008910.hacs +++ b/.storage/hacs/223008910.hacs @@ -46,7 +46,7 @@ ], "selected_tag": null, "show_beta": false, - "stargazers_count": 52, + "stargazers_count": 53, "topics": [ "custom", "hacktoberfest", diff --git a/.storage/hacs/261262884.hacs b/.storage/hacs/261262884.hacs index c9aa189..abc8b2f 100644 --- a/.storage/hacs/261262884.hacs +++ b/.storage/hacs/261262884.hacs @@ -12,7 +12,7 @@ "description": "\ud83d\udd70\ufe0f Time Picker Card for Home Assistant's Lovelace UI", "domain": "", "domains": [], - "downloads": 1001, + "downloads": 1142, "file_name": "time-picker-card.js", "filename": "time-picker-card.js", "first_install": false, @@ -27,7 +27,7 @@ "installed": true, "installed_commit": "c3fa2ce", "installed_version": "1.1.1", - "open_issues": 1, + "open_issues": 2, "last_commit": "c3fa2ce", "last_version": "1.1.1", "last_updated": "2020-11-22T14:38:10Z", @@ -46,7 +46,7 @@ ], "selected_tag": null, "show_beta": false, - "stargazers_count": 43, + "stargazers_count": 44, "topics": [ "home-assistant", "homeassistant", diff --git a/.storage/hacs/303101606.hacs b/.storage/hacs/303101606.hacs index b1eb381..93124e7 100644 --- a/.storage/hacs/303101606.hacs +++ b/.storage/hacs/303101606.hacs @@ -12,7 +12,7 @@ "description": "\ud83d\ude48 Hides the Home Assistant header and/or sidebar", "domain": "", "domains": [], - "downloads": 2804, + "downloads": 3267, "file_name": "kiosk-mode.js", "filename": "", "first_install": false, @@ -46,7 +46,7 @@ ], "selected_tag": null, "show_beta": false, - "stargazers_count": 48, + "stargazers_count": 51, "topics": [ "home-assistant", "kiosk", diff --git a/.storage/http b/.storage/http index 367b8a4..2525423 100644 --- a/.storage/http +++ b/.storage/http @@ -2,12 +2,12 @@ "version": 1, "key": "http", "data": { - "login_attempts_threshold": -1, - "server_port": 8123, "ip_ban_enabled": true, - "ssl_profile": "modern", "cors_allowed_origins": [ "https://cast.home-assistant.io" - ] + ], + "login_attempts_threshold": -1, + "ssl_profile": "modern", + "server_port": 8123 } } \ No newline at end of file diff --git a/.storage/lovelace.lovelace_weather b/.storage/lovelace.lovelace_weather index bfcbd5b..43a58da 100644 --- a/.storage/lovelace.lovelace_weather +++ b/.storage/lovelace.lovelace_weather @@ -11,57 +11,6 @@ "icon": "mdi:thermometer-lines", "badges": [], "cards": [ - { - "type": "entities", - "show_header_toggle": false, - "title": "Outside", - "entities": [ - "sensor.outside_temperature", - "sensor.outside_humidity" - ] - }, - { - "type": "entities", - "show_header_toggle": false, - "title": "Inside", - "entities": [ - "sensor.inside_temperature", - "sensor.inside_humidity" - ] - }, - { - "type": "weather-forecast", - "entity": "weather.local_weather" - }, - { - "type": "entities", - "entities": [ - { - "entity": "sensor.bme_outside_temperature", - "icon": "mdi:temperature-fahrenheit", - "name": "Outside Temperature", - "secondary_info": "last-changed" - }, - { - "entity": "sensor.bme_outside_humidity", - "name": "Humidity", - "icon": "mdi:water-percent" - }, - { - "entity": "sensor.bme_outside_barometric_pressure", - "name": "Barometric Pressue", - "icon": "mdi:gauge" - }, - { - "entity": "sensor.bme_outside_dew_point_temperature", - "name": "Dew Point Temperature", - "icon": "mdi:thermometer-lines" - } - ], - "title": "Outside Conditions", - "theme": "Dark Blue", - "show_header_toggle": false - }, { "type": "custom:lovelace-darksky-card", "entity_current_conditions": "sensor.dark_sky_icon", @@ -104,10 +53,54 @@ "entity_pop_5": "sensor.dark_sky_precip_probability_5d" }, { - "type": "iframe", - "url": "https://embed.windy.com/embed2.html?lat=44.422&lon=-118.718&detailLat=44.452&detailLon=-118.529&width=650&height=450&zoom=9&level=surface&overlay=radar&product=radar&menu=&message=&marker=&calendar=now&pressure=&type=map&location=coordinates&detail=&metricWind=mph&metricTemp=%C2%B0F&radarRange=-1", - "aspect_ratio": "100%", - "title": "Live Weather Map" + "type": "weather-forecast", + "entity": "weather.local_weather" + }, + { + "type": "entities", + "entities": [ + { + "entity": "sensor.bme_outside_temperature", + "icon": "mdi:temperature-fahrenheit", + "name": "Outside Temperature", + "secondary_info": "last-changed" + }, + { + "entity": "sensor.bme_outside_humidity", + "name": "Humidity", + "icon": "mdi:water-percent" + }, + { + "entity": "sensor.bme_outside_barometric_pressure", + "name": "Barometric Pressue", + "icon": "mdi:gauge" + }, + { + "entity": "sensor.bme_outside_dew_point_temperature", + "name": "Dew Point Temperature", + "icon": "mdi:thermometer-lines" + } + ], + "title": "Outside Conditions", + "show_header_toggle": false + }, + { + "type": "entities", + "entities": [ + { + "entity": "sensor.bme_inside_temperature", + "icon": "mdi:temperature-fahrenheit", + "name": "Outside Temperature", + "secondary_info": "last-changed" + }, + { + "entity": "sensor.bme_inside_humidity", + "name": "Humidity", + "icon": "mdi:water-percent" + } + ], + "title": "Inside Conditions", + "show_header_toggle": false }, { "type": "iframe", @@ -117,11 +110,17 @@ }, { "type": "weather-forecast", - "entity": "weather.kgcd_hourly" + "entity": "weather.kgcd_daynight" }, { "type": "weather-forecast", - "entity": "weather.kgcd_daynight" + "entity": "weather.kgcd_hourly" + }, + { + "type": "iframe", + "url": "https://embed.windy.com/embed2.html?lat=44.422&lon=-118.718&detailLat=44.452&detailLon=-118.529&width=650&height=450&zoom=9&level=surface&overlay=radar&product=radar&menu=&message=&marker=&calendar=now&pressure=&type=map&location=coordinates&detail=&metricWind=mph&metricTemp=%C2%B0F&radarRange=-1", + "aspect_ratio": "100%", + "title": "Live Weather Map" } ] } diff --git a/.storage/lovelace.system_setup b/.storage/lovelace.system_setup index 05305a2..2c697c6 100644 --- a/.storage/lovelace.system_setup +++ b/.storage/lovelace.system_setup @@ -22,7 +22,7 @@ { "type": "weblink", "name": "Edit Configuration Files", - "url": "/a0d7b954_vscode", + "url": "/hassio/ingress/core_configurator", "icon": "mdi:playlist-edit" }, { @@ -115,12 +115,6 @@ "name": "Components-HACS", "url": "/hacs/entry", "icon": "mdi:alpha-h-box" - }, - { - "type": "weblink", - "name": "ESPHome", - "url": "/15ef4d2f_esphome", - "icon": "mdi:alpha-e-box" } ], "title": "Add-ons/Components" diff --git a/.storage/mobile_app b/.storage/mobile_app index 26ca1b1..fb5ace4 100644 --- a/.storage/mobile_app +++ b/.storage/mobile_app @@ -7,9 +7,9 @@ "added": true, "attributes": {}, "device_class": "plug", - "icon": "mdi:power-plug-off", + "icon": "mdi:power-plug", "name": "Is Charging", - "state": false, + "state": true, "type": "binary_sensor", "unique_id": "is_charging", "webhook_id": "972369ddfba8b95dfc4b3ab68f74f19e19227919102c4720d1fc38d9fd45a0b4" @@ -153,7 +153,7 @@ "ip_address": "10.0.0.203", "link_speed": 72, "is_hidden": false, - "frequency": 2437, + "frequency": 2412, "signal_level": -1 }, "icon": "mdi:wifi-strength-off", @@ -197,9 +197,9 @@ "added": true, "attributes": {}, "device_class": "battery", - "icon": "mdi:battery-90", + "icon": "mdi:battery", "name": "Battery Level", - "state": 98, + "state": 100, "type": "sensor", "unique_id": "battery_level", "unit_of_measurement": "%", @@ -209,9 +209,9 @@ "added": true, "attributes": {}, "device_class": "battery", - "icon": "mdi:battery-unknown", + "icon": "mdi:battery-charging", "name": "Battery State", - "state": "unknown", + "state": "full", "type": "sensor", "unique_id": "battery_state", "webhook_id": "972369ddfba8b95dfc4b3ab68f74f19e19227919102c4720d1fc38d9fd45a0b4" @@ -290,7 +290,7 @@ "device_class": "illuminance", "icon": "mdi:brightness-5", "name": "Light Sensor", - "state": "124", + "state": "81", "type": "sensor", "unique_id": "light_sensor", "unit_of_measurement": "lx", diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index a04b218..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "files.associations": { - "*.yaml": "home-assistant" - } -} \ No newline at end of file diff --git a/configs/blueprints/automation/homeassistant/motion_light.yaml b/configs/blueprints/automation/homeassistant/motion_light.yaml new file mode 100644 index 0000000..c11d22d --- /dev/null +++ b/configs/blueprints/automation/homeassistant/motion_light.yaml @@ -0,0 +1,50 @@ +blueprint: + name: Motion-activated Light + description: Turn on a light when motion is detected. + domain: automation + source_url: https://github.com/home-assistant/core/blob/dev/homeassistant/components/automation/blueprints/motion_light.yaml + input: + motion_entity: + name: Motion Sensor + selector: + entity: + domain: binary_sensor + device_class: motion + light_target: + name: Light + selector: + target: + entity: + domain: light + no_motion_wait: + name: Wait time + description: Time to leave the light on after last motion is detected. + default: 120 + selector: + number: + min: 0 + max: 3600 + unit_of_measurement: seconds + +# If motion is detected within the delay, +# we restart the script. +mode: restart +max_exceeded: silent + +trigger: + platform: state + entity_id: !input motion_entity + from: "off" + to: "on" + +action: + - service: light.turn_on + target: !input light_target + - wait_for_trigger: + platform: state + entity_id: !input motion_entity + from: "on" + to: "off" + - delay: !input no_motion_wait + - service: light.turn_off + target: !input light_target diff --git a/configs/blueprints/automation/homeassistant/notify_leaving_zone.yaml b/configs/blueprints/automation/homeassistant/notify_leaving_zone.yaml new file mode 100644 index 0000000..d3a70d7 --- /dev/null +++ b/configs/blueprints/automation/homeassistant/notify_leaving_zone.yaml @@ -0,0 +1,43 @@ +blueprint: + name: Zone Notification + description: Send a notification to a device when a person leaves a specific zone. + domain: automation + source_url: https://github.com/home-assistant/core/blob/dev/homeassistant/components/automation/blueprints/notify_leaving_zone.yaml + input: + person_entity: + name: Person + selector: + entity: + domain: person + zone_entity: + name: Zone + selector: + entity: + domain: zone + notify_device: + name: Device to notify + description: Device needs to run the official Home Assistant app to receive notifications. + selector: + device: + integration: mobile_app + +trigger: + platform: state + entity_id: !input person_entity + +variables: + zone_entity: !input zone_entity + # This is the state of the person when it's in this zone. + zone_state: "{{ states[zone_entity].name }}" + person_entity: !input person_entity + person_name: "{{ states[person_entity].name }}" + +condition: + condition: template + value_template: "{{ trigger.from_state.state == zone_state and trigger.to_state.state != zone_state }}" + +action: + domain: mobile_app + type: notify + device_id: !input notify_device + message: "{{ person_name }} has left {{ zone_state }}" diff --git a/custom_components/hacs/__pycache__/__init__.cpython-38.pyc b/custom_components/hacs/__pycache__/__init__.cpython-38.pyc index d90829997dd25b7442f6bf2c3534c520e0b4881b..26687438b251abc1b1c9767655adf24fae28765a 100644 GIT binary patch delta 20 acmX@fev+L#l$V!_0SHXx?rh}V#|!{5KLpVL delta 20 acmX@fev+L#l$V!_0SGwbE^Or9#|!{5PXyTj diff --git a/custom_components/hacs/__pycache__/base.cpython-38.pyc b/custom_components/hacs/__pycache__/base.cpython-38.pyc index f2ba3bd0c35441e42c97a3c3a83e58815100b732..3cd01ef7c732e432328155354a26b0aff427eb5f 100644 GIT binary patch delta 20 acmaDQ`%0EOl$V!_0SHXx?rh|~&j$cGiUn%` delta 20 acmaDQ`%0EOl$V!_0SGwbE^Oq!&j$cGngw$J diff --git a/custom_components/hacs/__pycache__/config_flow.cpython-38.pyc b/custom_components/hacs/__pycache__/config_flow.cpython-38.pyc index 710567662b2228db6c7b8141ab6ecdef2cf86560..6c2382b711524274802a05a9f852bc379f75d6b6 100644 GIT binary patch delta 20 acmX@0azKSUl$V!_0SHXx?rh{X6#@V<`UHOf delta 20 acmX@0azKSUl$V!_0SGwbE^OpB6#@V=3IvA$ diff --git a/custom_components/hacs/__pycache__/const.cpython-38.pyc b/custom_components/hacs/__pycache__/const.cpython-38.pyc index e6ab5c54a8c0b912135924c3dcf6f5f02fad2633..92fbad52bfd333b997defe12793c1c2737c810f1 100644 GIT binary patch delta 46 zcmcaCby6nUy)0neo=h~66qbP24J^AT1_%bDA*~r@9tug> z@IYDFKhS*^_Oidx{sqxpSNVgYi>8+|R%4X{?_5&k<++FF@~qu%AZXw0{^9>-BJ`&o zJZu&WzJ)FlFcf)+VoDO65|3c*8;Oyco|#&nRgTTXPHSEbe2dzNlh(a@>DQ7*+Vq;> zJ6?-f%w%NVrghqQYtSZb-I&+d>(Dms+#qj@)+ea9RqVdt`9(~b8)xUaD|1&|3CU77 zVnHIK{yRW~dRVoqX}_B85!D{$DH{qA3mIfmIbo0_(;$2WYg-4y$#?$n#n?YP`TiZQ z0@%-g{9!mghQFOr5Q>99u;PnI%7u6~7+hXn_Ght-mQ#o(m!co$>EO6$C^HI#P!4A^ zIEQg%b0(KO3yFqx-?R^`qC@Cn8w|xO?4uRF#gb5Rr#UnrSF`x? zE%(2?+`~Lgmsu>Y+=Z3qhWud=@=xZL;;|;pXxgOzl0LQfy zenor>K7S7eVV<4Gvq88NGEaR-dy!`>lcGFkuo0!dxKf?X!&(qT=-iQIWBv%fp{9G? z3~(Iize5*4gIS?DlK2UF0}Rc{t#OCOz}5)8A=13HR!G{ic4w@}twRYl?g*@^LvP3? z*w!_cO=?o>2DqKKo}+7gjj8?C25xJ`XGcs{8amIpE2DcsErJ>AAFDcNnyfgRDg1N; zqrN?jbD}ZsfSCcxm)#N}nqzLR@Gs=GIjI-};h8j$fvU$DNF_-ag(=d1s!YxndC6*J zx)4e=_7c#IW_AB79p46HBLbupUvF?*-cWxp$w3NYADs2Jo?SGKVmVq)T@ZBfDfpmL z?YoC?yl_v}i4~8=Ye?=-jEgwWJZmB$|6+T15yVL_O&Ba+8s3U*Z&sxxEK=YeE?5~s1`nm6^Nl0z7=@Rc718K^J_BY(*guHO{ZJ{q5n&JO&^ z>G1Syq6~`+;EIf#E06#V!~` z8n|nim;l4%Juw>Cgr9>6?z|^|m1}!lRr7tChrX|NA}BQ|@9G87C4aB|D!0e~|C=+e zg~GMoA@ew|m*l=A4{Byl`XHq_Kqw diff --git a/custom_components/hacs/api/__pycache__/acknowledge_critical_repository.cpython-38.pyc b/custom_components/hacs/api/__pycache__/acknowledge_critical_repository.cpython-38.pyc index bb7280ab5b63e46d14ae59bce8de3a88645bab30..a89fdef152b31da4c9ebadeeae59d7b169d77075 100644 GIT binary patch delta 20 acmbQoF^_{gl$V!_0SHXx?rh{1W&r>xtOL^k delta 20 acmbQoF^_{gl$V!_0SGwbE^Oo$W&r>xyaU?+ diff --git a/custom_components/hacs/api/__pycache__/check_local_path.cpython-38.pyc b/custom_components/hacs/api/__pycache__/check_local_path.cpython-38.pyc index 6d4f168bd2f7d58921b1a6d32d3ea0f63536d46b..28b40c4fc2ef26cd3aeb0bc02253b8d12a87b517 100644 GIT binary patch delta 20 acmZ3%zJi@Ql$V!_0SHXx?rh|q%M1W47X)qq delta 20 acmZ3%zJi@Ql$V!_0SGwbE^OqU%M1W4Cj@o? diff --git a/custom_components/hacs/api/__pycache__/get_critical_repositories.cpython-38.pyc b/custom_components/hacs/api/__pycache__/get_critical_repositories.cpython-38.pyc index 57248e8594b94b0ab3c66ce2776f2283dedcd3a8..26c3251653441d1c7e7af33629c8c46ec8f40f5d 100644 GIT binary patch delta 20 ZcmeBW>t*8(<>lpK00L9FI~%!~m;olc1DgN< delta 20 ZcmeBW>t*8(<>lpK00Pdq3mdtam;ols1ET-{ diff --git a/custom_components/hacs/api/__pycache__/hacs_config.cpython-38.pyc b/custom_components/hacs/api/__pycache__/hacs_config.cpython-38.pyc index 42df7c25f4e7266bb1009a77d94226367ddddaf6..f5663ac19a07b2654faff42b14e2f306849a6f50 100644 GIT binary patch delta 20 acmX@fagu{Ol$V!_0SHXx?rh|?V*vm#WCTidPI~vl$V!_0SHXx?rh}V$prv1b_C@B delta 20 acmX>idPI~vl$V!_0SGwbE^Or9$prv1h6L>Z diff --git a/custom_components/hacs/api/__pycache__/hacs_repository_data.cpython-38.pyc b/custom_components/hacs/api/__pycache__/hacs_repository_data.cpython-38.pyc index ea0926388c315a1dd29043ea2516e99930ad5245..eba87177c5a7f0689a9719323f023aa31ebaec0b 100644 GIT binary patch delta 20 acmbO$Hdl;0l$V!_0SHXx?rh{1;syXKg9Gyb delta 20 acmbO$Hdl;0l$V!_0SGwbE^Oo$;syXKlLPwz diff --git a/custom_components/hacs/api/__pycache__/hacs_settings.cpython-38.pyc b/custom_components/hacs/api/__pycache__/hacs_settings.cpython-38.pyc index ca941702adc7b5a3a10165d8b71b5fab1c1dba5a..59613168ddd71df0a6a40b0738b4cec9a7dcb76e 100644 GIT binary patch delta 20 acmX@kbDW1el$V!_0SHXx?rh|?VFLg#rUY03 delta 20 acmX@kbDW1el$V!_0SGwbE^OqsVFLg#wgg}R diff --git a/custom_components/hacs/api/__pycache__/hacs_status.cpython-38.pyc b/custom_components/hacs/api/__pycache__/hacs_status.cpython-38.pyc index 3237b3832b3386afccddf68f625c4c255329f1f5..4dccde172feab81cc58a13e58f3524397e56f083 100644 GIT binary patch delta 20 acmbQkK8Kw|^8(<>lpK00L9FI}^E^0V2Bt@c;k- delta 19 YcmeBU>|^8(<>lpK00Pdq3lq7U0V2Z#`2YX_ diff --git a/custom_components/hacs/hacsbase/__pycache__/configuration.cpython-38.pyc b/custom_components/hacs/hacsbase/__pycache__/configuration.cpython-38.pyc index 54bd12a013c16b517721a056f272edc769c03a55..7e0997f1e86f746af31eb5781a5ee22aa567d7d9 100644 GIT binary patch delta 20 acmaDV{8X4bl$V!_0SHXx?rh|~#R&j6RRu!; delta 20 acmaDV{8X4bl$V!_0SGwbE^Oq!#R&j6Wd%zB diff --git a/custom_components/hacs/hacsbase/__pycache__/data.cpython-38.pyc b/custom_components/hacs/hacsbase/__pycache__/data.cpython-38.pyc index 3ef26ef310aed7f8edd470df566b4d13be46d6c6..5bbd49109f1efd74af85d1a8103ae762c32e3855 100644 GIT binary patch delta 20 acmZ3jwOWfil$V!_0SHXx?rh{%5Cs4*jRa2s delta 20 acmZ3jwOWfil$V!_0SGwbE^Oph5Cs4*odj0^ diff --git a/custom_components/hacs/hacsbase/__pycache__/hacs.cpython-38.pyc b/custom_components/hacs/hacsbase/__pycache__/hacs.cpython-38.pyc index 0ac52922aad0536cd88728dabcc90c666cff0617..e31eda81f86297e15abf307aefee5ff022d38a30 100644 GIT binary patch delta 20 ZcmeAR=?mcw<>lpK00L9FI~%!~wE!{#1YrOG delta 20 ZcmeAR=?mcw<>lpK00Pdq3mdtawE!{_1Ze;O diff --git a/custom_components/hacs/helpers/__pycache__/__init__.cpython-38.pyc b/custom_components/hacs/helpers/__pycache__/__init__.cpython-38.pyc index fbb4276e3d6ca444f95391b6c7137a0f8fc8e2a0..85fd0af42f71d33cec1108319ea7c2215100c7e3 100644 GIT binary patch delta 20 acmX@ldY+X#l$V!_0SHXx?rh{f!UO;@<^lpK00L9FI~%#bGXnr8O9XxZ delta 20 acmZqTXyV`w<>lpK00Pdq3mdt=GXnr8TLgvx diff --git a/custom_components/hacs/helpers/classes/__pycache__/repository.cpython-38.pyc b/custom_components/hacs/helpers/classes/__pycache__/repository.cpython-38.pyc index 40ba7fd43714668832032138a36eea022ba3953e..f6f8098afe95f7c7098e7661aeac7a401d84022a 100644 GIT binary patch delta 20 acmdm-xH*wKl$V!_0SHXx?rh{seOQ`1l$V!_0SHXx?rh}V!3zL0DFpEV delta 20 acmX>seOQ`1l$V!_0SGwbE^Or9!3zL0IRyCt diff --git a/custom_components/hacs/helpers/classes/__pycache__/validate.cpython-38.pyc b/custom_components/hacs/helpers/classes/__pycache__/validate.cpython-38.pyc index 2412b3057159d8ab014e47b4bb34b61b2e12ff4b..947b5622f4737c2576c7b31840aed0819413fa8a 100644 GIT binary patch delta 20 acmbQnGL3~hl$V!_0SHXx?rh}dW&!{w+5@ow delta 20 acmbQnGL3~hl$V!_0SGwbE^OrHW&!{w>I1m| diff --git a/custom_components/hacs/helpers/functions/__pycache__/__init__.cpython-38.pyc b/custom_components/hacs/helpers/functions/__pycache__/__init__.cpython-38.pyc index c0454a7f5c64347dfa403dd9ea98f8550b06ef5a..cb432786c7da14d8992cbda1b63de2cc0face13d 100644 GIT binary patch delta 19 ZcmbQvIGvF@l$V!_0SHXx?o8zF0RSWj1PlNG delta 19 ZcmbQvIGvF@l$V!_0SGwbE==U^0RSWr1QY-O diff --git a/custom_components/hacs/helpers/functions/__pycache__/configuration_schema.cpython-38.pyc b/custom_components/hacs/helpers/functions/__pycache__/configuration_schema.cpython-38.pyc index debcfcc27d21f013189f07e08eb8ca4453dc79e9..5958e694ef3353e76564307e3d7325832fb15059 100644 GIT binary patch delta 20 acmaFF_lS=>l$V!_0SHXx?rh`^X9oZ^Cj_nl delta 20 acmaFF_lS=>l$V!_0SLI_E^OouX9oZ^J_NS_ diff --git a/custom_components/hacs/helpers/functions/__pycache__/constrains.cpython-38.pyc b/custom_components/hacs/helpers/functions/__pycache__/constrains.cpython-38.pyc index 9a93cfbc7d93c487472be76830bb95b29a7c6048..85fce6ff69bc30d3722b24ddbef7462bc7942025 100644 GIT binary patch delta 35 pcmZ3^wUUcBl$V!_0SHXx?!>>C$oq?f)5yTcK+n)do%trnT!F)`SYLIIS2Sf&chL)^B$M|ghqm7 zHKerjnl(J-jBro~jYvg@MLlT3G-RNLa`27GP!4ZJ8r^%59HBRoY!31GH)e#(nE7a> zTvq0VCA@5}U**~BGsNO^?n>N4quj={1)~f11GxfmyTD~%pmDH=1G`~+_MIKUK9Mj7 z$I%Op7@xx(yNrbqc+!VzTUlof-S=aoa+xi5PT81yvBoF;Xj#=NBX|eq5uW<s_yqoDn9o5gK3-PQlCs z@juFl718{G%buZeaDb~`8F#@Rj{GB5{R7lH#_FP;4?7wQws9G~y=0!Lj*|x delta 20 acmbQrKb4<5l$V!_0SLI_E^OrPVg~>!S_D!6 diff --git a/custom_components/hacs/helpers/functions/__pycache__/remaining_github_calls.cpython-38.pyc b/custom_components/hacs/helpers/functions/__pycache__/remaining_github_calls.cpython-38.pyc index b9311aab9dcf22f083f3aeaffe13c3ca5b73ba1b..4dcaa3541b4000b3cf69afb4df103854188e0e7b 100644 GIT binary patch delta 20 acmcb^euteql$V!_0SHXx?rh|~$P559Hw6j+ delta 20 acmcb^euteql$V!_0SLI_E^Oq!$P559P6ZPH diff --git a/custom_components/hacs/helpers/functions/__pycache__/save.cpython-38.pyc b/custom_components/hacs/helpers/functions/__pycache__/save.cpython-38.pyc index 6aa79d94f5e07f4f2b1c7091eee3ba0450fc8cd4..f1fcbd92b0dd7c72c146f66d9b7da2fe6fbf88a0 100644 GIT binary patch delta 20 acmdnPwTFv4l$V!_0SHXx?rh{XWCZ{&r35kn delta 20 acmdnPwTFv4l$V!_0SLI_E^OpBWCZ{&yaYP{ diff --git a/custom_components/hacs/helpers/functions/__pycache__/store.cpython-38.pyc b/custom_components/hacs/helpers/functions/__pycache__/store.cpython-38.pyc index 1962d1f2534cd76972647345cd763c5224c9b6ac..6c299c56e9d7c0e95a8383cae7b6e2492d7ef43d 100644 GIT binary patch delta 20 acmZ3%wStQ~l$V!_0SHXx?rh|iWd#5$g#-2g delta 20 acmZ3%wStQ~l$V!_0SLI_E^OqMWd#5$oCE&= diff --git a/custom_components/hacs/helpers/functions/__pycache__/template.cpython-38.pyc b/custom_components/hacs/helpers/functions/__pycache__/template.cpython-38.pyc index fc867ef71cd464e60b7fe0f96f32614d0f1a98b0..13dce078a64504fd8f0b4eb35af4761378874c70 100644 GIT binary patch delta 20 acmbQwKA)XCl$V!_0SHXx?rh|q!VCZ^uLM&7 delta 20 acmbQwKA)XCl$V!_0SLI_E^OqU!VCZ^#spjd diff --git a/custom_components/hacs/helpers/functions/__pycache__/validate_repository.cpython-38.pyc b/custom_components/hacs/helpers/functions/__pycache__/validate_repository.cpython-38.pyc index e938e3df1e1d4e17a1e9eab125810c93c5dcb958..7b7023dd466403b74c8ad2c353e68383cfa148eb 100644 GIT binary patch delta 20 acmaDa`d*Yfl$V!_0SHXx?rh|K!UX_1E(K-) delta 20 acmaDa`d*Yfl$V!_0SLI_E^Op}!UX_1MFnpF diff --git a/custom_components/hacs/helpers/functions/__pycache__/version_to_install.cpython-38.pyc b/custom_components/hacs/helpers/functions/__pycache__/version_to_install.cpython-38.pyc index f8881871e420c7e81e4016340ca3921e32113718..e0576959300ccd79f88911a4eefe149c8a26427c 100644 GIT binary patch delta 20 acmaFL@|1-;l$V!_0SHXx?rh|aVgdj(G6bFg delta 20 acmaFL@|1-;l$V!_0SLI_E^OqEVgdj(Nd%_= diff --git a/custom_components/hacs/helpers/functions/constrains.py b/custom_components/hacs/helpers/functions/constrains.py index ebef8ab..36a1226 100644 --- a/custom_components/hacs/helpers/functions/constrains.py +++ b/custom_components/hacs/helpers/functions/constrains.py @@ -9,7 +9,7 @@ from custom_components.hacs.const import ( from custom_components.hacs.helpers.functions.misc import version_left_higher_then_right from custom_components.hacs.share import get_hacs -MINIMUM_HA_VERSION = "0.110.0" +MINIMUM_HA_VERSION = "2020.12.0" def check_constrains(): diff --git a/custom_components/hacs/helpers/functions/file_etag.py b/custom_components/hacs/helpers/functions/file_etag.py new file mode 100644 index 0000000..16057f5 --- /dev/null +++ b/custom_components/hacs/helpers/functions/file_etag.py @@ -0,0 +1,21 @@ +# pylint: disable=missing-class-docstring,missing-module-docstring,missing-function-docstring,no-member +import os + +from custom_components.hacs.share import get_hacs +from fnvhash import fnv1a_32 +from pathlib import Path + + +def get_etag(path) -> bool: + file_path = Path(path) + if not file_path.exists(): + return None + return fnv1a_32(file_path.read_bytes()) + + +async def async_get_etag(path) -> bool: + hass = get_hacs().hass + fnv = await hass.async_add_executor_job(get_etag, path) + if fnv is None: + return None + return str(hex(fnv)) diff --git a/custom_components/hacs/helpers/methods/__pycache__/__init__.cpython-38.pyc b/custom_components/hacs/helpers/methods/__pycache__/__init__.cpython-38.pyc index 2661a6607d9862d8a05e2f21ae7d11eb60e13c3b..e08d7390d8d04aae74298e649182ab327dd397fd 100644 GIT binary patch delta 20 acmdnSv5kW}l$V!_0SHXx?rh}NW&r>#Yy=ws delta 20 acmdnSv5kW}l$V!_0SLI_E^Or1W&r>#g9Ic1 diff --git a/custom_components/hacs/helpers/methods/__pycache__/installation.cpython-38.pyc b/custom_components/hacs/helpers/methods/__pycache__/installation.cpython-38.pyc index f105681795aef63c956afd21c08bb12fae9b0591..e7d80fd62a3954a7487b7790e5df5cf16edbef1a 100644 GIT binary patch delta 20 acmZpWYmnm(<>lpK00L9FI~%#b@&N!U9t5ud delta 20 acmZpWYmnm(<>lpK00OSK3mdt=@&N!UH3YZ- diff --git a/custom_components/hacs/helpers/methods/__pycache__/registration.cpython-38.pyc b/custom_components/hacs/helpers/methods/__pycache__/registration.cpython-38.pyc index c6515f4dcedc68f53155506eda34f83e67d6b8b1..62c3ed3dc1c4ceb612763a90a77b6ee2ea3b941c 100644 GIT binary patch delta 20 acmbQnH;s=wl$V!_0SHXx?rh}dW(NQ%M+3?L delta 20 acmbQnH;s=wl$V!_0SLI_E^OrHW(NQ%UIWtr diff --git a/custom_components/hacs/helpers/methods/__pycache__/reinstall_if_needed.cpython-38.pyc b/custom_components/hacs/helpers/methods/__pycache__/reinstall_if_needed.cpython-38.pyc index 11c22a62c3f4187f6c7f17ff6836068da90f39e6..48de3420d65d061308c47766c541b6265a1c8a62 100644 GIT binary patch delta 20 acmZ3^ww#SSl$V!_0SHXx?rh|iVFmyy%LC~E delta 20 acmZ3^ww#SSl$V!_0SLI_E^OqMVFmyy;sf#k diff --git a/custom_components/hacs/helpers/properties/__pycache__/__init__.cpython-38.pyc b/custom_components/hacs/helpers/properties/__pycache__/__init__.cpython-38.pyc index 336e1f424d6c9e037c769eefcf0c98d936df2ea8..43ae89d68839700f6e5923f838d5a5131b30cb2a 100644 GIT binary patch delta 20 acmbQvI-Qj}l$V!_0SHXx?rh}lVFCatCImJB delta 20 acmbQvI-Qj}l$V!_0SLI_E^OrPVFCatJp?}h diff --git a/custom_components/hacs/helpers/properties/__pycache__/can_be_installed.cpython-38.pyc b/custom_components/hacs/helpers/properties/__pycache__/can_be_installed.cpython-38.pyc index 92f5be4fd4281113428926cffa363e6673b7cc1f..dca97441ee9926c34721d26dd46673137c04a2d8 100644 GIT binary patch delta 20 acmX@devX|xl$V!_0SHXx?rh{f%nSfB2L#{% delta 20 acmX@devX|xl$V!_0SLI_E^OpJ%nSfB9t7zC diff --git a/custom_components/hacs/helpers/properties/__pycache__/custom.cpython-38.pyc b/custom_components/hacs/helpers/properties/__pycache__/custom.cpython-38.pyc index 5d8fdb5b341686a951f51e26ee7ec1a4ea8573dc..1d3c27f8c68b796358bc1e3b395de608d1cca6a0 100644 GIT binary patch delta 20 acmbQpI+2w-l$V!_0SHXx?rh|4V*&suHUuO9 delta 20 acmbQpI+2w-l$V!_0SLI_E^Op(V*&suO$03f diff --git a/custom_components/hacs/helpers/properties/__pycache__/pending_update.cpython-38.pyc b/custom_components/hacs/helpers/properties/__pycache__/pending_update.cpython-38.pyc index c06245a70b3c7592a896f7d47dc03689a948cd4d..3eeac6b272d048c92b14c72c55d09966ffd2095a 100644 GIT binary patch delta 20 acmeyw{)wGCl$V!_0SHXx?rh|K&I|xIrv*#^ delta 20 acmeyw{)wGCl$V!_0SLI_E^Op}&I|xIz6DhP diff --git a/custom_components/hacs/manifest.json b/custom_components/hacs/manifest.json index 700ed1f..baba42f 100644 --- a/custom_components/hacs/manifest.json +++ b/custom_components/hacs/manifest.json @@ -18,8 +18,9 @@ "aiofiles>=0.5.0", "aiogithubapi>=2.0.0<3.0.0", "backoff>=1.10.0", - "hacs_frontend==202012051441", + "fnvhash>=0.1.0<1.0.0", + "hacs_frontend==20201205162459", "semantic_version>=2.8.5", "queueman==0.5" ] -} \ No newline at end of file +} diff --git a/custom_components/hacs/models/__pycache__/__init__.cpython-38.pyc b/custom_components/hacs/models/__pycache__/__init__.cpython-38.pyc index abf484e64cced4c1cd60ecf3a70dd049ce2fbfd4..9d8d7acf6b85c0ad784c23f30888b226402de06f 100644 GIT binary patch delta 19 ZcmZ3&xP*~Al$V!_0SHXx?o8yK2>>PO1Tz2t delta 19 ZcmZ3&xP*~Al$V!_0SLI_E==T}2>>Pc1Uvu$ diff --git a/custom_components/hacs/models/__pycache__/core.cpython-38.pyc b/custom_components/hacs/models/__pycache__/core.cpython-38.pyc index 5c1e0a756180f7bec97286248b2c6f532e7bb78c..b622fabfe52b3ab9bc3adcb7498e0b9699bc4234 100644 GIT binary patch delta 20 acmZ3*vWkT}l$V!_0SHXx?rh|iX955!`UC9% delta 20 acmZ3*vWkT}l$V!_0SLI_E^OqMX955#5d-!B diff --git a/custom_components/hacs/models/__pycache__/frontend.cpython-38.pyc b/custom_components/hacs/models/__pycache__/frontend.cpython-38.pyc index 4afac60739928b0bfb4f2f0f096a8e3f60065daf..51f27b7f1da49260ddf1a578c278299c812dff11 100644 GIT binary patch delta 20 acmeyz{EwMCl$V!_0SHXx?rh}#%m@HD^#x`C delta 20 acmeyz{EwMCl$V!_0SLI_E^Orf%m@HE3lpK00L9FI~%#Hm;feL1ONa4 delta 20 ZcmZo=ZDr*S<>lpK00OSK3mdtsm;fei1PK5D diff --git a/custom_components/hacs/operational/__pycache__/__init__.cpython-38.pyc b/custom_components/hacs/operational/__pycache__/__init__.cpython-38.pyc index 6d3328742642c12ffcdd0413ce7c3389c3955323..d1c7b0304c06dd35f6a16fd0fd75cc36e24a68fe 100644 GIT binary patch delta 19 ZcmbQpIFXS%l$V!_0SHXx?o8xv0{|l`1Nr~} delta 19 ZcmbQpIFXS%l$V!_0SLI_E==TZ0{|m91Oos7 diff --git a/custom_components/hacs/operational/__pycache__/backup.cpython-38.pyc b/custom_components/hacs/operational/__pycache__/backup.cpython-38.pyc index 75736e8c8a93adb3b399e311a00a6af48fd3dc48..1d29ad07c1c1b0f71d09d3e252eb639d1a51f8fb 100644 GIT binary patch delta 20 acmbO&Gh2o`l$V!_0SHXx?rh{1-~#|G4g>rE delta 20 acmbO&Gh2o`l$V!_0SLI_E^Oo$-~#|GB?JWk diff --git a/custom_components/hacs/operational/__pycache__/factory.cpython-38.pyc b/custom_components/hacs/operational/__pycache__/factory.cpython-38.pyc index fcf29a8d2238d384e9cca327ab096a14fc2924c5..216969fabb69d0f18cc116c5830630890c0e6783 100644 GIT binary patch delta 20 acmbQtKbfC9l$V!_0SHXx?rh}lU0;py<>lpK00L9FI~%$GGXel7`2>sr delta 20 acmeBT>0;py<>lpK00OSK3mdurGXel85CoL~ diff --git a/custom_components/hacs/operational/__pycache__/remove.cpython-38.pyc b/custom_components/hacs/operational/__pycache__/remove.cpython-38.pyc index b77486115f22c5efddc6f90562fbe561335ce6cc..4f18ac2162e5a6944d2fdbde6681d16351d055a4 100644 GIT binary patch delta 20 acmbQrK9!w2l$V!_0SHXx?rh}lVg>*y9|Sc3 delta 20 acmbQrK9!w2l$V!_0SLI_E^OrPVg>*yHUvHZ diff --git a/custom_components/hacs/operational/__pycache__/setup.cpython-38.pyc b/custom_components/hacs/operational/__pycache__/setup.cpython-38.pyc index 8a692b2e94febb7a8520bc8838fcfc600f0abf39..198eaf267c158d2b6f4439dae0aa72a48f27fa1d 100644 GIT binary patch delta 974 zcmaJ=TTc^F5I%EuyWQQk+ij@=1u9SwDgs`BsKEy>h$e;?#LI(j)I%cMq?qlATC%l< z^_euD_#z?M{RxV{026IzXAK^SFWSXCkA<2K9J)yaK6NNledDsCr6z!I+#gN-#x2qyul6CZyUT*{SMvX zlBc9bqPkX?jwEM0jSSBs)8XX!v4FILq1*98eCJ=@hp*wT1(Q6+^%t__I!EH^Hx3Yy7-hX!kqY)o=NVS&mKE3 zmc8oAYDHx1dGXL*72oXlR!vU2heWPZQoPKRz!Xtt8nWVhrUnb!OW7$kX6tD^_Xpnu B-;@9V delta 1096 zcmZ`&OK1~O6n*#2Co|K0W@7q_Y1Ot`Yd=_wDzA%Y8W=gM_fx)Hi|Coa5i+S(R0f%`f4f9JlR{Z9syR}u+};Lp1G z)%}!vmt5CjQGC`!AbwcAS{7_-i)2$*?Ik6IlRBxA2N@1niPm8n z>rRm>%#%`1C0r?5ejbSYGs=_#RN)#a(W`PcxXZD5a#E;x=-}P2u(wI@9F9XVS=#}q)8G*A3b(ej3T2KM&d-{P6!R=cS~r$6rN(g|$b zku=P?mF0yA-(T|mNpUFE4O3zwmDl`BGU9P+5})yxRN0)C0hc8= 117: - async_call_later(hacs.hass, 900, async_startup_wrapper_for_yaml) - else: - async_call_later(hacs.hass, 900, async_startup_wrapper_for_yaml()) + async_call_later(hacs.hass, 900, async_startup_wrapper_for_yaml) return hacs.system.disabled = False @@ -125,6 +121,7 @@ async def async_startup_wrapper_for_yaml(): async def async_hacs_startup(): """HACS startup tasks.""" hacs = get_hacs() + hacs.hass.data[DOMAIN] = hacs try: lovelace_info = await system_health_info(hacs.hass) @@ -191,10 +188,7 @@ async def async_hacs_startup(): # Setup startup tasks if hacs.status.new: - if int(hacs.system.ha_version.split(".")[1]) >= 117: - async_call_later(hacs.hass, 5, hacs.startup_tasks) - else: - async_call_later(hacs.hass, 5, hacs.startup_tasks()) + async_call_later(hacs.hass, 5, hacs.startup_tasks) else: hacs.hass.bus.async_listen_once(EVENT_HOMEASSISTANT_STARTED, hacs.startup_tasks) diff --git a/custom_components/hacs/operational/setup_actions/__pycache__/__init__.cpython-38.pyc b/custom_components/hacs/operational/setup_actions/__pycache__/__init__.cpython-38.pyc index ad080defe5dacb2f0217b5c61c0c4ce0de8f0777..1d2b676ffb614ccdb3b8d4224acc085c39a3b61d 100644 GIT binary patch delta 19 ZcmbQwIG>R_l$V!_0SHXx?o8yK0stj21S9|e delta 19 ZcmbQwIG>R_l$V!_0SLI_E==T}0stjG1T6pn diff --git a/custom_components/hacs/operational/setup_actions/__pycache__/categories.cpython-38.pyc b/custom_components/hacs/operational/setup_actions/__pycache__/categories.cpython-38.pyc index e7364eeaee47f95c5472daf9536a13bd737895d9..5c5b27c761cc10c2549c5db5839be680abac2a73 100644 GIT binary patch delta 20 acmey*{hymVl$V!_0SHXx?rh}#!U_O7K?QvP delta 20 acmey*{hymVl$V!_0SLI_E^Orf!U_O7SOtav diff --git a/custom_components/hacs/operational/setup_actions/__pycache__/clear_storage.cpython-38.pyc b/custom_components/hacs/operational/setup_actions/__pycache__/clear_storage.cpython-38.pyc index e8ea349db5faffe6333a6ab6f5e12f79166409e7..e71ce446670e7463a827d81137b50636596c1c7f 100644 GIT binary patch delta 20 acmcb}evzF!l$V!_0SHXx?rh{f#tZ;5e+20O delta 20 acmcb}evzF!l$V!_0SLI_E^OpJ#tZ;5mIU$u diff --git a/custom_components/hacs/operational/setup_actions/__pycache__/frontend.cpython-38.pyc b/custom_components/hacs/operational/setup_actions/__pycache__/frontend.cpython-38.pyc index f6db57e6f7b364d68ba0c6945aa317fdd202a008..62a6b50d6223a07fbed0823bb8d8e481ce0d1b22 100644 GIT binary patch delta 20 acmcb{eT|ztl$V!_0SHXx?rh{f%?bcB*#!as delta 20 acmcb{eT|ztl$V!_0SLI_E^OpJ%?bcB@C6G1 diff --git a/custom_components/hacs/operational/setup_actions/__pycache__/load_hacs_repository.cpython-38.pyc b/custom_components/hacs/operational/setup_actions/__pycache__/load_hacs_repository.cpython-38.pyc index 54b3514ab896f0d44040fe3c38037b092a7c6f8e..7107896580e4c4d285baefa2b22dfc7ad9e5e649 100644 GIT binary patch delta 20 acmdnXy_cIil$V!_0SHXx?rh}V#0mf}@dUR3 delta 20 acmdnXy_cIil$V!_0SLI_E^Or9#0mf~2n4_Y diff --git a/custom_components/hacs/operational/setup_actions/__pycache__/sensor.cpython-38.pyc b/custom_components/hacs/operational/setup_actions/__pycache__/sensor.cpython-38.pyc index 39be44e4e5e142ac735a7609bec9bede4fdf9d25..9bd39966fefe2e638d52bed2e2cffd1c100fc3df 100644 GIT binary patch delta 20 acmbQiK7*Y*l$V!_0SHXx?rh}lWd;B#mjpfl delta 20 acmbQiK7*Y*l$V!_0SLI_E^OrPWd;B#t^`K_ diff --git a/custom_components/hacs/operational/setup_actions/__pycache__/websocket_api.cpython-38.pyc b/custom_components/hacs/operational/setup_actions/__pycache__/websocket_api.cpython-38.pyc index 6036a4ed09074e0f7a044e94e4ed648ea8a52460..6c7c3920d3fed73c4ca6f4beac57ce71d82cc02e 100644 GIT binary patch delta 20 acmdnQyNQ=Ol$V!_0SHXx?rh{<&ISN3f&`lY delta 20 acmdnQyNQ=Ol$V!_0SLI_E^Opp&ISN3nFOQ& diff --git a/custom_components/hacs/repositories/__pycache__/__init__.cpython-38.pyc b/custom_components/hacs/repositories/__pycache__/__init__.cpython-38.pyc index 6bb8180b724be69540903bbfa7c1983f3f2f9293..bd460ab24ddc594ea27fd13d2758ce5421dbcc35 100644 GIT binary patch delta 20 acmZ3)wup^8l$V!_0SHXx?rh{1X9fT&0|VLs delta 20 acmZ3)wup^8l$V!_0SLI_E^Oo$X9fT&8Uy11 diff --git a/custom_components/hacs/repositories/__pycache__/appdaemon.cpython-38.pyc b/custom_components/hacs/repositories/__pycache__/appdaemon.cpython-38.pyc index 89830095c2235291b8df037064dbba4051d91b65..c9c671ae2ab9515c0f2055aa68b1a9a70fc27874 100644 GIT binary patch delta 20 acmZ1=yg-;cl$V!_0SHXx?rh|q$_W50jRbT6 delta 20 acmZ1=yg-;cl$V!_0SLI_E^OqU$_W50qy&8c diff --git a/custom_components/hacs/repositories/__pycache__/integration.cpython-38.pyc b/custom_components/hacs/repositories/__pycache__/integration.cpython-38.pyc index f298a8b2f7e11f4de032ceaf0ae11a0b3ae743fe..5871da1a74f7e29172600b9cad5ff36bddf039d0 100644 GIT binary patch delta 20 acmdlcy-k`sl$V!_0SHXx?rh{<%?kiAAq2_* delta 20 acmdlcy-k`sl$V!_0SLI_E^Opp%?kiAI0VxG diff --git a/custom_components/hacs/repositories/__pycache__/netdaemon.cpython-38.pyc b/custom_components/hacs/repositories/__pycache__/netdaemon.cpython-38.pyc index 96697b7ec9a16b0ff576b91aad0f04f7390afc61..1121434753aaa99100135b7f6bc3c69653a71ecc 100644 GIT binary patch delta 20 acmaDN_C$<3l$V!_0SHXx?rh|alpK00L9FI~%$Am>6$OmSS4U$T#@_Qy?SHWFh9|qLM(_A{jU#3u1|F zKF1u%sK^Us-{Mcs&nrpID~Zp{i!aL0FDViRsSp7XqLV#Xy%^;tPiEEE0vU6QGdVxE zASW|1ujCd-Nl|KQT4qjakugXqk_D6Bu&x(SL>FAm_E%g9DCkzC3?xH}R6q(;L4?}m z{p_OYAh#50fCwb}L0nA`p#>teK?DlpK00OSK3mdulm>8obOEE2FROA7&Z}BJR=ar=9mBeS}#TVu0mlO$sR0x9zk;xvcUW~GnC$s8nfsDDunVg?n zkdv91S8|J^q$o8tEi)&z$Oxnq$%4smSl0_EpbM^M`zx*p6m%<60+Jy`${+K?IWhAg%_8&;$`$Ac6@*XoCnH5Wxl{G+BzkuH(&2&&w}Ljn6DDE=?^i zG6Bh(f(T^CS#wNr7X%4%1BqK41x5J None: + """Register system health callbacks.""" + register.domain = "Home Assistant Community Store" + register.async_register_info(system_health_info, "/hacs") + + +async def system_health_info(hass): + """Get info for the info page.""" + client: HacsBase = hass.data[DOMAIN] + rate_limit = await client.github.get_rate_limit() + + return { + "GitHub API": system_health.async_check_can_reach_url( + hass, BASE_API_URL, GITHUB_STATUS + ), + "Github API Calls Remaining": rate_limit.get("remaining", "0"), + "Installed Version": client.version, + "Stage": client.stage, + "Available Repositories": len(client.repositories), + "Installed Repositories": len( + [repo for repo in client.repositories if repo.data.installed] + ), + } diff --git a/custom_components/hacs/translations/cs.json b/custom_components/hacs/translations/cs.json deleted file mode 100644 index a7f4bb2..0000000 --- a/custom_components/hacs/translations/cs.json +++ /dev/null @@ -1,358 +0,0 @@ -{ - "common": { - "about": "O", - "add": "přidat", - "appdaemon_apps": "Aplikace AppDaemon", - "appdaemon_plural": "Aplikace AppDaemon", - "background_task": "Probíhá úloha na pozadí, tato stránka se znovu načte, až bude hotová.", - "cancel": "Zrušit", - "check_log_file": "Zkontrolujte protokol pro další podrobnosti", - "continue": "Pokračovat", - "disabled": "Zakázáno", - "documentation": "Dokumentace", - "element": "prvek", - "hacs_is_disabled": "HACS je zakázán", - "ignore": "Ignorovat", - "install": "Nainstalovat", - "installed": "nainstalováno", - "integration": "Integrace", - "integration_plural": "Integrace", - "integrations": "Integrace", - "lovelace": "Lovelace", - "lovelace_element": "Prvek Lovelace", - "lovelace_elements": "Prvky Lovelace", - "manage": "spravovat", - "netdaemon": "NetDaemon", - "netdaemon_apps": "Aplikace NetDaemon", - "netdaemon_plural": "Aplikace NetDaemon", - "plugin": "Lovelace", - "plugin_plural": "Prvky Lovelace", - "plugins": "Prvky Lovelace", - "python_script": "Skript v Pythonu", - "python_script_plural": "Skripty v Pythonu", - "python_scripts": "Skripty v Pythonu", - "reload": "Znovu načíst", - "repositories": "Repozitáře", - "repository": "Repozitář", - "settings": "nastavení", - "theme": "Motiv", - "theme_plural": "Motivy", - "themes": "Motivy", - "uninstall": "Odinstalovat", - "update": "Aktualizovat", - "version": "Verze" - }, - "config": { - "abort": { - "single_instance_allowed": "Je povolena pouze jediná konfigurace HACS." - }, - "error": { - "acc": "Než budete pokračovat, musíte potvrdit všechna prohlášení", - "auth": "Osobní přístupový token není správný." - } - }, - "confirm": { - "add_to_lovelace": "Opravdu to chcete přidat ke svým zdrojům Lovelace?", - "bg_task": "Akce je zakázána, když jsou spuštěny úlohy na pozadí.", - "cancel": "Zrušit", - "continue": "Jste si jistý, že chcete pokračovat?", - "delete": "Opravdu chcete smazat \"{item}\"?", - "delete_installed": "\"{item}\" je nainstalována, je třeba ji před smazáním odinstalovat.", - "exist": "{item} již existuje", - "generic": "Jste si jist?", - "home_assistant_is_restarting": "Počkejte, Home Assistant se nyní restartuje.", - "home_assistant_version_not_correct": "Používáte Home Assistant ve verzi \"{haversion}\", ale tento repozitář vyžaduje instalaci minimálně verzi \"{minversion}\".", - "no": "Ne", - "no_upgrades": "Žádné aktualizace čekající na vyřízení", - "ok": "OK", - "overwrite": "Pokud toto uděláte, tak to přepíšete.", - "reload_data": "Tím se znovu načtou data všech repozitářů, o kterých HACS ví. Bude to nějakou dobu trvat.", - "restart_home_assistant": "Opravdu chcete restartovat Home Assistant?", - "uninstall": "Opravdu chcete odinstalovat \"{item}\"?", - "upgrade_all": "Tím se aktualizují všechny tyto repozitáře. Před pokračováním se ujistěte, že jste si přečetli poznámky k vydání všech z nich.", - "yes": "Ano" - }, - "dialog_about": { - "frontend_version": "Verze rozhraní", - "installed_repositories": "Nainstalované repozitáře", - "integration_version": "Verze integrace", - "useful_links": "Užitečné odkazy" - }, - "dialog_add_repo": { - "limit": "Zobrazeno je pouze prvních 100 repozitářů, pomocí vyhledávání můžete filtrovat, co potřebujete", - "no_match": "Vašemu filtru neodpovídají žádné repozitáře", - "sort_by": "Řadit dle", - "title": "Přidat repozitář" - }, - "dialog_custom_repositories": { - "category": "Kategorie", - "no_category": "Chybí kategorie", - "no_repository": "Chybí repozitář", - "title": "Vlastní repozitáře", - "url_placeholder": "Přidat URL adresu vlastního repozitáře" - }, - "dialog_info": { - "author": "Autor", - "downloads": "Staženo", - "install": "Instalovat tento repozitář v HACS", - "loading": "Načítání informací...", - "no_info": "Vývojář neposkytl pro tento repozitář žádné další informace", - "open_issues": "Nahlásit problémy", - "open_repo": "Otevřít repozitář", - "stars": "Hvězdičky", - "version_installed": "Nainstalovaná verze" - }, - "dialog_install": { - "restart": "Nezapomeňte, že změny integrace (custom_components) se projeví až po restartu Home Assistant.", - "select_version": "Vyberte verzi", - "show_beta": "Zobrazit beta verze", - "type": "Typ", - "url": "URL adresa" - }, - "dialog_removed": { - "link": "Externí odkaz pro další informace", - "name": "Název repozitáře", - "reason": "Důvod odstranění", - "type": "Typ odstranění" - }, - "dialog_update": { - "available_version": "Dostupná verze", - "changelog": "Seznam změn", - "installed_version": "Nainstalovaná verze", - "releasenotes": "Poznámky k vydáno pro {release}", - "title": "Aktualizace čeká na vyřízení" - }, - "dialog": { - "reload": { - "confirm": "Chcete to udělat hned teď?", - "description": "Při změně zdrojů Lovelace musíte vymazat mezipaměť prohlížeče." - } - }, - "entry": { - "information": "Informace", - "intro": "Zde budou zobrazeny aktualizace a důležité zprávy", - "messages": { - "disabled": { - "content": "Zkontrolujte protokol pro další podrobnosti", - "title": "HACS je deaktivován" - }, - "has_pending_tasks": { - "content": "Některé repozitáře se nemusí zobrazit, dokud toto není dokončeno.", - "title": "Úkoly na pozadí čekají na vyřízení" - }, - "removed": "Odebrán repozitář \"{repository}\"", - "resources": { - "content": "Máte {number} prvků Lovelace, které nejsou v Lovelace správně načteny.", - "title": "Nenačteno v Lovelace" - }, - "restart": { - "content": "Máte {number} integrací, které vyžadují restart Home Assistant, můžete to udělat v sekci \"Ovládání serveru\" v nastavení Home Assistant.", - "title": "Čeká se na restart" - }, - "setup": { - "content": "HACS se nastavuje, během této doby mohou některé informace chybět nebo být nesprávné", - "title": "HACS se nastavuje" - }, - "startup": { - "content": "HACS se spouští, během této doby mohou některé informace chybět nebo být nesprávné", - "title": "HACS se spouští" - }, - "waiting": { - "content": "HACS čeká na dokončení spuštění Home Assistant, než bude moci spustit své úlohy", - "title": "HACS čeká" - }, - "wrong_frontend_installed": { - "content": "Používáte verzi {running} rozhraní HACS, ale je očekávána verze {expected}. Pokud vidíte tuto zprávu, Home Assistant nebyl schopen nainstalovat novou verzi. Zkuste restartovat Home Assistant.", - "title": "Neočekávaná verze rozhraní" - }, - "wrong_frontend_loaded": { - "content": "Používáte verzi {running} rozhraní HACS, ale je očekávána verze {expected}, měli byste vymazat mezipaměť prohlížeče.", - "title": "Neočekávaná verze rozhraní" - } - }, - "pending_updates": "Čekající aktualizace" - }, - "menu": { - "about": "O HACS", - "clear": "Vymazat vše nové", - "custom_repositories": "Vlastní repozitáře", - "dismiss": "Odmítnout všechny nové repozitáře", - "documentation": "Dokumentace", - "open_issue": "Nahlásit problém", - "reload": "Znovu načíst okno" - }, - "options": { - "step": { - "user": { - "data": { - "appdaemon": "Povolit zjišťování a sledování aplikací AppDaemon", - "country": "Filtrovat pomocí kódu země.", - "debug": "Povolit ladění.", - "experimental": "Povolit experimentální funkce", - "netdaemon": "Povolit zjišťování a sledování aplikací NetDaemon", - "not_in_use": "Nepoužívá se s YAML", - "release_limit": "Počet vydání, která se mají zobrazit.", - "sidepanel_icon": "Ikona postranního panelu", - "sidepanel_title": "Název postranního panelu" - } - } - } - }, - "repository_banner": { - "config_flow": "Tato integrace podporuje nastavení v uživatelském rozhraní, což znamená, že nyní můžete přejít do sekce Integrace ve vašem uživatelském rozhraní a nastavit ji.", - "config_flow_title": "Podporováno nastavení z uživatelského rozhraní", - "integration_not_loaded": "Tato integrace není načtena v Home Assistant.", - "no_restart_required": "Není vyžadován restart", - "not_loaded": "Nenačteno", - "plugin_not_loaded": "Tento prvek není přidán do vašich zdrojů Lovelace.", - "restart": "Musíte restartovat Home Assistant.", - "restart_pending": "Restart čeká na vyřízení" - }, - "repository_card": { - "dismiss": "zamítnout", - "hide": "Skrýt", - "information": "Informace", - "new_repository": "Nový repozitář", - "not_loaded": "Nenačteno", - "open_issue": "Nahlásit problém", - "open_source": "Otevřít zdrojový kód", - "pending_restart": "Čeká se na restart", - "pending_update": "Čeká na aktualizaci", - "reinstall": "Přeinstalovat", - "report": "Zpráva o odstranění", - "update_information": "Informace o aktualizaci" - }, - "repository": { - "add_to_lovelace": "Přidat do Lovelace", - "authors": "Autoři", - "available": "K dispozici", - "back_to": "Zpět k", - "changelog": "Seznam změn", - "downloads": "Staženo", - "flag_this": "Označit", - "frontend_version": "Verze rozhraní", - "github_stars": "Hvězdičky na GitHubu", - "goto_integrations": "Přejít na integrace", - "hide": "Skrýt", - "hide_beta": "Skrýt beta verze", - "install": "Nainstalovat", - "installed": "Nainstalováno", - "lovelace_copy_example": "Zkopírovat příklad do schránky", - "lovelace_instruction": "Při přidávávání do vaší Lovelace konfigurace použijte toto", - "lovelace_no_js_type": "Nelze určit typ tohoto prvku, zkontrolujte repozitář.", - "newest": "nejnovější", - "note_appdaemon": "stále je třeba to přidat do souboru \"apps.yaml\"", - "note_installed": "Po instalaci bude umístěno v", - "note_integration": "stále je třeba to přidat do souboru \"configuration.yaml\"", - "note_plugin": "stále je třeba to přidat do konfigurace Lovelace (\"ui-lovelace.yaml\" nebo v editoru kódu konfigurace uživatelského rozhraní)", - "note_plugin_post_107": "stále je třeba to přidat do konfigurace Lovelace (\"configuration.yaml\" nebo v editoru \"\/config\/lovelace\/resources\")", - "open_issue": "Nahlásit problém", - "open_plugin": "Otevřít prvek", - "reinstall": "Přeinstalovat", - "repository": "Repozitář", - "restart_home_assistant": "Restartovat Home Assistant", - "show_beta": "Zobrazit beta verze", - "uninstall": "Odinstalovat", - "update_information": "Informace o aktualizaci", - "upgrade": "Aktualizovat" - }, - "search": { - "installed": "Hledejte nainstalované repozitáře", - "installed_new": "Hledejte nainstalované nebo nové repozitáře", - "placeholder": "Hledat repozitář" - }, - "sections": { - "about": { - "description": "Zobrazit informace o HACS", - "title": "O HACS" - }, - "addon": { - "description": "V HACS nejsou žádné doplňky, ale kliknutím sem se dostanete k Supervisoru", - "title": "Doplňky" - }, - "automation": { - "description": "Zde najdete skripty v Pythonu, aplikace AppDaemon a aplikace NetDaemon", - "title": "Automatizace" - }, - "frontend": { - "description": "Zde najdete motivy, vlastní karty a další prvky pro Lovelace", - "title": "Rozhraní" - }, - "integrations": { - "description": "Zde najdete vlastní integrace (custom_components)", - "title": "Integrace" - }, - "pending_repository_upgrade": "Používáte verzi {installed}, verze {available} je k dispozici" - }, - "settings": { - "add_custom_repository": "PŘIDAT VLASTNÍ REPOZITÁŘ", - "adding_new_repo": "Přidání nového repozitáře \"{repo}\"", - "adding_new_repo_category": "S kategorií \"{category}\".", - "bg_task_custom": "Vlastní repozitáře jsou skryty, když jsou spuštěný úlohy na pozadí.", - "category": "Kategorie", - "compact_mode": "Kompaktní režim", - "custom_repositories": "VLASTNÍ REPOZITÁŘE", - "delete": "Smazat", - "display": "Zobrazení", - "grid": "Mřížka", - "hacs_repo": "Repozitář HACS", - "hidden_repositories": "skryté repozitáře", - "missing_category": "Je třeba vybrat kategorii", - "open_repository": "Otevřít repozitář", - "reload_data": "Znovu načíst data", - "reload_window": "Znovu načíst okno", - "repository_configuration": "Nastavení repozitáře", - "save": "Uložit", - "table": "Tabulka", - "table_view": "V tabulce", - "unhide": "odkrýt", - "upgrade_all": "Aktualizovat vše" - }, - "store": { - "ascending": "vzestupně", - "clear_new": "Vymazat všechny nové repozitáře", - "descending": "sestupně", - "last_updated": "Naposledy aktualizováno", - "name": "Název", - "new_repositories": "Nové repozitáře", - "new_repositories_note": "Zobrazuje se zde více než 10 nových repozitářů. Chcete-li je všechny vymazat, klikněte na 3 tečky v pravém horním rohu a všechny odmítněte.", - "no_repositories": "Žádné repozitáře", - "no_repositories_desc1": "Vypadá to, že v této sekci ještě nemáte nainstalované žádné repozitáře.", - "no_repositories_desc2": "Kliknutím na + ve spodním rohu přidáte svůj první!", - "no_repositories_found_desc1": "V této části nebyly nalezeny žádné nainstalované repozitáře odpovídající \"{searchInput}\".", - "no_repositories_found_desc2": "Zkuste hledat něco jiného!", - "pending_upgrades": "Čekající aktualizace", - "placeholder_search": "Zadejte výraz k hledání...", - "sort": "řadit", - "stars": "Hvězdičky", - "status": "Stav" - }, - "time": { - "ago": "před", - "day": "den", - "days": "dní", - "hour": "hodina", - "hours": "hodin", - "minute": "minuta", - "minutes": "minut", - "month": "měsíc", - "months": "měsíce", - "one": "Jeden", - "one_day_ago": "před jedním dnem", - "one_hour_ago": "před hodinou", - "one_minute_ago": "před minutou", - "one_month_ago": "před měsícem", - "one_second_ago": "před sekundou", - "one_year_ago": "před rokem", - "second": "sekunda", - "seconds": "sekundy", - "x_days_ago": "před {x} dny", - "x_hours_ago": "před {x} hodinami", - "x_minutes_ago": "před {x} minutami", - "x_months_ago": "před {x} měsíci", - "x_seconds_ago": "před {x} sekundami", - "x_years_ago": "před {x} lety", - "year": "rok", - "years": "let" - } -} \ No newline at end of file diff --git a/custom_components/hacs/translations/da.json b/custom_components/hacs/translations/da.json deleted file mode 100644 index 2ba2c4d..0000000 --- a/custom_components/hacs/translations/da.json +++ /dev/null @@ -1,345 +0,0 @@ -{ - "common": { - "about": "Om", - "add": "tilføj", - "appdaemon_apps": "AppDaemon-apps", - "appdaemon_plural": "AppDaemon-apps", - "background_task": "Baggrundsopgave kører. Denne side vil genindlæses automatisk.", - "check_log_file": "Tjek din logfil for flere detaljer.", - "continue": "Fortsæt", - "disabled": "Deaktiveret", - "documentation": "Dokumentation", - "element": "element", - "hacs_is_disabled": "HACS er deaktiveret", - "install": "Installer", - "installed": "installeret", - "integration": "Integration", - "integration_plural": "Integrationer", - "integrations": "Integrationer", - "lovelace": "Lovelace", - "lovelace_element": "Lovelace-element", - "lovelace_elements": "Lovelace-elementer", - "manage": "administrer", - "netdaemon": "NetDaemon", - "netdaemon_apps": "NetDaemon-apps", - "netdaemon_plural": "NetDaemon-apps", - "plugin": "Lovelace", - "plugin_plural": "Lovelace-elementer", - "plugins": "Lovelace-elementer", - "python_script": "Python-script", - "python_script_plural": "Python-scripts", - "python_scripts": "Python-scripts", - "repositories": "Repositories", - "repository": "Repository", - "settings": "indstillinger", - "theme": "Tema", - "theme_plural": "Temaer", - "themes": "Temaer", - "uninstall": "Afinstaller", - "update": "Opdater", - "version": "Version" - }, - "config": { - "step": { - "device": { - "description": "Open {url} and paste this key `{code}` to authorize HACS, when you have done that click 'submit'", - "title": "HACS" - }, - "user": { - "data": { - "acc_addons": "I know that there are no add-ons in HACS", - "acc_disable": "I know that if I get issues with Home Assistant I should disable all my custom_components", - "acc_logs": "I know how to access Home Assistant logs", - "acc_untested": "I know that everything inside HACS is custom and untested by Home Assistant", - "appdaemon": "Enable AppDaemon apps discovery & tracking", - "netdaemon": "Enable NetDaemon apps discovery & tracking", - "python_script": "Enable python_scripts discovery & tracking", - "sidepanel_icon": "Side panel icon", - "sidepanel_title": "Side panel title", - "theme": "Enable Themes discovery & tracking", - "token": "GitHub Personal Access Token" - } - } - }, - "title": "HACS (Home Assistant Community Store)" - }, - "confirm": { - "add_to_lovelace": "Er du sikker på, at du vil tilføje dette til dine Lovelace-ressourcer?", - "bg_task": "Handlingen er deaktiveret, mens baggrundsopgaver kører.", - "cancel": "Annuller", - "continue": "Er du sikker på, at du vil fortsætte?", - "delete": "Er du sikker på, at du vil slette '{Item}'?", - "delete_installed": "'{item}' er installeret, du skal afinstallere det, før du kan slette det.", - "exist": "{item} findes allerede", - "generic": "Er du sikker?", - "home_assistant_is_restarting": "Vent venligst - Home Assistant genstarter nu.", - "home_assistant_version_not_correct": "Du kører Home Assistant version '{haversion}', men dette repository kræver som minimum version '{minversion}'.", - "no": "Nej", - "no_upgrades": "Der er ingen opdateringer tilgængelig", - "ok": "OK", - "overwrite": "Dette vil overskrive den.", - "reload_data": "Dette genindlæser data fra alle repositories, som HACS kender til. Dette vil tage nogen tid at fuldføre.", - "restart_home_assistant": "Er du sikker på, at du vil genstarte Home Assistant?", - "uninstall": "Er du sikker på, at du vil afinstallere '{Item}'?", - "upgrade_all": "Dette vil opdatere alle repositories. Sørg for at du har læst udgivelsesnoterne for dem alle, inden du fortsætter.", - "yes": "Ja" - }, - "dialog_about": { - "frontend_version": "Frontend-version", - "installed_repositories": "Installerede repositories", - "integration_version": "Integrationsversion", - "useful_links": "Nyttige links" - }, - "dialog_add_repo": { - "limit": "Kun de første 100 repositories vises. Brug søgningen til at filtrere, hvad du har brug for", - "no_match": "Der blev ikke fundet nogen repositories, der matcher dit filter", - "sort_by": "Sorter efter", - "title": "Tilføj repository" - }, - "dialog_custom_repositories": { - "category": "Kategori", - "no_category": "Manglende kategori", - "no_repository": "Manglende repository", - "title": "Brugerdefinerede repositories", - "url_placeholder": "Tilføj brugerdefineret repository-webadresse" - }, - "dialog_info": { - "author": "Udvikler", - "downloads": "Downloads", - "install": "Installer dette repository i HACS", - "loading": "Indlæser oplysninger...", - "no_info": "Udvikleren har ikke givet flere oplysninger om dette repository", - "open_issues": "Åbn issues", - "open_repo": "Åbn repository", - "stars": "Stjerner", - "version_installed": "Installeret version" - }, - "dialog_install": { - "restart": "Husk, at du skal genstarte Home Assistant, før ændringer af integrationer (custom_components) træder i kræft.", - "select_version": "Vælg version", - "show_beta": "Vis betaversioner", - "type": "Type", - "url": "Webadresse" - }, - "dialog_update": { - "available_version": "Tilgængelig version", - "changelog": "Udgivelsesnoter", - "installed_version": "Installeret version", - "releasenotes": "Udgivelsesnoter for {release}", - "title": "Ventende opdatering" - }, - "entry": { - "information": "Oplysninger", - "intro": "Opdateringer og vigtige meddelelser vises her, hvis der er nogen", - "messages": { - "disabled": { - "content": "Tjek din logfil for flere detaljer", - "title": "HACS er deaktiveret" - }, - "has_pending_tasks": { - "content": "Nogle repositories vises muligvis ikke, før dette er fuldført", - "title": "Baggrundsopgaver venter" - }, - "resources": { - "content": "Du har {number} Lovelace-elementer, der ikke er indlæst korrekt i Lovelace.", - "title": "Ikke indlæst i Lovelace" - }, - "restart": { - "content": "Du har {number} integrationer, der kræver en genstart af Home Assistant. Du kan genstarte fra 'Serveradministration'-sektionen under Indstillinger i Home Assistant-brugerfladen.", - "title": "Afventer genstart" - }, - "startup": { - "content": "HACS starter op. Der kan i dette tidsrum mangle nogle oplysninger, eller de kan være ukorekte.", - "title": "HACS starter op" - }, - "wrong_frontend_installed": { - "content": "Du har version {running} af HACS-frontend installeret, men version {expected} var forventet, hvis dette ser du denne besked. Home Assistant kunne ikke installere den nye version. Prøv at genstarte Home Assistant.", - "title": "Uventet frontend-version" - }, - "wrong_frontend_loaded": { - "content": "Du kører version {running} af HACS-frontend, men version {expected} var forventet. Du bør rydde din browser-cache.", - "title": "Uventet frontend-version" - } - }, - "pending_updates": "Ventende opdateringer" - }, - "menu": { - "about": "Om HACS", - "clear": "Ryd alle nye", - "custom_repositories": "Brugerdefinerede repositories", - "dismiss": "Afvis alle nye repositories", - "documentation": "Dokumentation", - "open_issue": "Opret issue", - "reload": "Genindlæs vindue" - }, - "options": { - "step": { - "user": { - "data": { - "appdaemon": "Aktiver opdagelse og sporing af AppDaemon-apps", - "country": "Filtrer med landekode.", - "debug": "Aktiver debug.", - "experimental": "Aktivér eksperimentelle funktioner", - "netdaemon": "Aktiver opdagelse og sporing af NetDaemon-apps", - "not_in_use": "Ikke i brug med YAML", - "release_limit": "Antal udgivelser, der skal vises.", - "sidepanel_icon": "Sidepanelikon", - "sidepanel_title": "Sidepanelets titel" - } - } - } - }, - "repository_banner": { - "config_flow": "Denne integration understøtter config_flow. Det betyder, at du nu kan gå til integrationssektionen i din brugerflade for at konfigurere den.", - "config_flow_title": "Brugerfladekonfiguration understøttet", - "integration_not_loaded": "Denne integration er ikke indlæst i Home Assistant.", - "no_restart_required": "Ingen genstart påkrævet", - "not_loaded": "Ikke indlæst", - "plugin_not_loaded": "Dette element er ikke føjet til dine Lovelace-ressourcer.", - "restart": "Du skal genstarte Home Assistant.", - "restart_pending": "Afventer genstart" - }, - "repository_card": { - "dismiss": "Afvis", - "hide": "Skjul", - "information": "Oplysninger", - "new_repository": "Nyt repository", - "not_loaded": "Ikke indlæst", - "open_issue": "Opret issue", - "open_source": "Åbn kilde", - "pending_restart": "Afventer genstart", - "pending_update": "Ventende opdatering", - "reinstall": "Geninstaller", - "report": "Rapporter til fjernelse", - "update_information": "Opdater oplysninger" - }, - "repository": { - "add_to_lovelace": "Tilføj til Lovelace", - "authors": "Forfattere", - "available": "Tilgængelig", - "back_to": "Tilbage til", - "changelog": "Udgivelsesnoter", - "downloads": "Downloads", - "flag_this": "Marker denne", - "frontend_version": "Frontend-version", - "github_stars": "GitHub-stjerner", - "goto_integrations": "Gå til integrationer", - "hide": "Skjul", - "hide_beta": "Skjul beta", - "install": "Installer", - "installed": "Installeret", - "lovelace_copy_example": "Kopiér eksemplet til din Udklipsholder", - "lovelace_instruction": "Tilføj dette til din lovelace-konfiguration", - "lovelace_no_js_type": "Kunne ikke afgøre typen af dette element, tjek venligst repository'et.", - "newest": "nyeste", - "note_appdaemon": "Du skal stadig føje den til filen 'apps.yaml'", - "note_installed": "Når det er installeret, vil dette være placeret i", - "note_integration": "du skal stadig føje den til filen 'configuration.yaml'", - "note_plugin": "du skal stadig tilføje det til din lovelace-konfiguration ('ui-lovelace.yaml' eller Tekstbaseret redigering)", - "note_plugin_post_107": "du skal stadig tilføje det til din lovelace-konfiguration ('configuration.yaml' eller ressourceeditoren '\/config\/lovelace\/resources')", - "open_issue": "Opret issue", - "open_plugin": "Åbn element", - "reinstall": "Geninstaller", - "repository": "Repository", - "restart_home_assistant": "Genstart Home Assistant", - "show_beta": "Vis beta", - "uninstall": "Afinstaller", - "update_information": "Opdater oplysninger", - "upgrade": "Opdater" - }, - "search": { - "installed": "Søg efter installerede repositories", - "installed_new": "Søg efter installerede eller nye repositories", - "placeholder": "Søg efter repository" - }, - "sections": { - "about": { - "description": "Vis information om HACS", - "title": "Om" - }, - "automation": { - "description": "Det er her, du finder python_scripts, AppDaemon-apps og NetDaemon-apps", - "title": "Automatisering" - }, - "frontend": { - "description": "Det er her, du finder temaer, brugerdefinerede kort og andre elementer til lovelace", - "title": "Frontend" - }, - "integrations": { - "description": "Det er her, du finder brugerdefinerede integrationer (custom_components)", - "title": "Integrationer" - }, - "pending_repository_upgrade": "Du kører version {installed}, version {available} er tilgængelig" - }, - "settings": { - "add_custom_repository": "TILFØJ ET BRUGERDEFINERET REPOSITORY", - "adding_new_repo": "Tilføjer nyt repository '{repo}'", - "adding_new_repo_category": "Med kategorien '{category}'.", - "bg_task_custom": "Brugerdefinerede repositories er skjult, mens opgaver i baggrunden kører.", - "category": "Kategori", - "compact_mode": "Kompakt tilstand", - "custom_repositories": "BRUGERDEFINEREDE REPOSITORIES", - "delete": "Slet", - "display": "Visning", - "grid": "Gitter", - "hacs_repo": "HACS-repo", - "hidden_repositories": "Skjulte repositories", - "missing_category": "Du skal vælge en kategori", - "open_repository": "Åbn repository", - "reload_data": "Genindlæs data", - "reload_window": "Genindlæs vindue", - "repository_configuration": "Konfiguration af repository", - "save": "Gem", - "table": "Tabel", - "table_view": "Tabelvisning", - "unhide": "Vis", - "upgrade_all": "Opdater alle" - }, - "store": { - "ascending": "stigende", - "clear_new": "Marker alle som set", - "descending": "faldende", - "last_updated": "Sidst opdateret", - "name": "Navn", - "new_repositories": "Nye repositories", - "new_repositories_note": "Du har over 10 nye repositories, der vises her. Hvis du vil rydde dem alle, skal du klikke på de 3 prikker i øverste højre hjørne og afvise dem alle.", - "no_repositories": "Ingen repositories", - "no_repositories_desc1": "Det ser ud til, at du ikke har nogen repositories installeret i denne sektion endnu.", - "no_repositories_desc2": "Klik på + i nederste hjørne for at tilføje dit første!", - "no_repositories_found_desc1": "Der blev ikke fundet installerede repositories, der matcher \"{searchInput}\" i denne sektion.", - "no_repositories_found_desc2": "Prøv at søge efter noget andet!", - "pending_upgrades": "Ventende opdateringer", - "placeholder_search": "Indtast en søgeterm...", - "sort": "sorter", - "stars": "Stjerner", - "status": "Status" - }, - "time": { - "ago": "siden", - "day": "dag", - "days": "dage", - "hour": "time", - "hours": "timer", - "minute": "minut", - "minutes": "minutter", - "month": "måned", - "months": "måneder", - "one": "Et", - "one_day_ago": "en dag siden", - "one_hour_ago": "en time siden", - "one_minute_ago": "et minut siden", - "one_month_ago": "en måned siden", - "one_second_ago": "et sekund siden", - "one_year_ago": "et år siden", - "second": "sekund", - "seconds": "sekunder", - "x_days_ago": "{x} dage siden", - "x_hours_ago": "{x} timer siden", - "x_minutes_ago": "{x} minutter siden", - "x_months_ago": "{x} måneder siden", - "x_seconds_ago": "{x} sekunder siden", - "x_years_ago": "{x} år siden", - "year": "år", - "years": "år" - } -} \ No newline at end of file diff --git a/custom_components/hacs/translations/de.json b/custom_components/hacs/translations/de.json deleted file mode 100644 index 902b61d..0000000 --- a/custom_components/hacs/translations/de.json +++ /dev/null @@ -1,383 +0,0 @@ -{ - "common": { - "about": "Über", - "add": "hinzufügen", - "appdaemon": "AppDaemon", - "appdaemon_apps": "AppDaemon Apps", - "appdaemon_plural": "AppDaemon Apps", - "background_task": "Hintergrundprozess läuft. Diese Seite lädt neu, sobald dieser fertig ist.", - "cancel": "Abbrechen", - "check_log_file": "Überprüfe die Logdatei für weitere Informationen.", - "continue": "Fortfahren", - "disabled": "Deaktiviert", - "documentation": "Dokumentation", - "element": "Element", - "hacs_is_disabled": "HACS ist deaktiviert", - "ignore": "Ignorieren", - "install": "Installieren", - "installed": "Installiert", - "integration": "Integration", - "integration_plural": "Integrationen", - "integrations": "Integrationen", - "lovelace": "Lovelace", - "lovelace_element": "Lovelace-Element", - "lovelace_elements": "Lovelace-Elemente", - "manage": "verwalten", - "netdaemon": "NetDaemon", - "netdaemon_apps": "NetDaemon Apps", - "netdaemon_plural": "NetDaemon Apps", - "plugin": "Lovelace", - "plugin_plural": "Lovelace-Elemente", - "plugins": "Lovelace-Elemente", - "python_script": "Python Skript", - "python_script_plural": "Python Skripte", - "python_scripts": "Python Skripte", - "reload": "Neu laden", - "repositories": "Repositories", - "repository": "Repository", - "settings": "Einstellungen", - "theme": "Theme", - "theme_plural": "Themes", - "themes": "Themes", - "uninstall": "Deinstallieren", - "update": "Aktualisieren", - "version": "Version" - }, - "config": { - "abort": { - "single_instance_allowed": "Es ist nur eine einzelne HACS-Instanz erlaubt." - }, - "error": { - "acc": "Du musst alle Aussagen bestätigen, bevor du fortfahren kannst", - "auth": "Persönlicher Zugriffstoken ist falsch." - }, - "step": { - "device": { - "description": "Open {url} and paste this key `{code}` to authorize HACS, when you have done that click 'submit'", - "title": "HACS" - }, - "user": { - "data": { - "acc_addons": "I know that there are no add-ons in HACS", - "acc_disable": "I know that if I get issues with Home Assistant I should disable all my custom_components", - "acc_logs": "I know how to access Home Assistant logs", - "acc_untested": "I know that everything inside HACS is custom and untested by Home Assistant", - "appdaemon": "Enable AppDaemon apps discovery & tracking", - "netdaemon": "Enable NetDaemon apps discovery & tracking", - "python_script": "Enable python_scripts discovery & tracking", - "sidepanel_icon": "Side panel icon", - "sidepanel_title": "Side panel title", - "theme": "Enable Themes discovery & tracking", - "token": "GitHub Personal Access Token" - }, - "description": "Before you can setup HACS you need to acknowledge the following", - "title": "HACS" - } - }, - "title": "HACS (Home Assistant Community Store)" - }, - "confirm": { - "add_to_lovelace": "Möchtest du dies wirklich zu deinen Lovelace-Ressourcen hinzufügen?", - "bg_task": "Die Aktion ist deaktiviert, während Hintergrundprozesse ausgeführt werden.", - "cancel": "Abbrechen", - "continue": "Bist du dir sicher, dass du fortfahren möchtest?", - "delete": "Möchtest du '{item}' wirklich löschen?", - "delete_installed": "'{item}' ist installiert. Du musst es deinstallieren, bevor du es löschen kannst.", - "exist": "{item} existiert bereits", - "generic": "Bist du dir sicher?", - "home_assistant_is_restarting": "Bitte warte, Home Assistant wird jetzt neu gestartet.", - "home_assistant_version_not_correct": "Du benutzt die Home Assistant-Version '{haversion}', für dieses Repository muss jedoch die Mindestversion '{minversion}' installiert sein.", - "no": "Nein", - "no_upgrades": "Keine Upgrades ausstehend", - "ok": "OK", - "overwrite": "Dadurch wird die Datei überschrieben.", - "reload_data": "Hierdurch werden die Daten aller Repositories die HACS kennt neu geladen. Dies wird einige Zeit in Anspruch nehmen.", - "restart_home_assistant": "Bist du dir sicher, dass du Home Assistant neu starten möchtest?", - "uninstall": "Möchtest du '{item}' wirklich deinstallieren?", - "upgrade_all": "Hierdurch werden all diese Repositories aktualisiert. Stelle sicher, dass du die Versionshinweise vorher gelesen hast.", - "yes": "Ja" - }, - "dialog_about": { - "frontend_version": "Frontend Version", - "installed_repositories": "Installierte Repositories", - "integration_version": "Integrations Version", - "useful_links": "Nützliche Links" - }, - "dialog_add_repo": { - "limit": "Es werden nur die ersten 100 Repositories angezeigt. Verwende die Suche, um zu filtern, was du benötigst", - "no_match": "Es wurden keine Repositories gefunden, die deinen Filter entsprechen", - "sort_by": "Sortiere nach", - "title": "Repository hinzufügen" - }, - "dialog_custom_repositories": { - "category": "Kategorie", - "no_category": "Fehlende Kategorie", - "no_repository": "Fehlendes Repository", - "title": "Benutzerdefinierte Repositories", - "url_placeholder": "Füge eine benutzerdefinierte Repository-URL hinzu" - }, - "dialog_info": { - "author": "Autor", - "downloads": "Downloads", - "install": "Installiere dieses Repository in HACS", - "loading": "Informationen laden...", - "no_info": "Der Entwickler hat keine weiteren Informationen für dieses Repository bereitgestellt", - "open_issues": "Probleme melden", - "open_repo": "Repository öffnen", - "stars": "Sterne", - "version_installed": "Version installiert" - }, - "dialog_install": { - "restart": "Denke daran, dass du Home Assistant neu starten musst, bevor Änderungen an Integrationen (custom_components) angewendet werden.", - "select_version": "Version auswählen", - "show_beta": "Beta-Versionen anzeigen", - "type": "Typ", - "url": "URL" - }, - "dialog_removed": { - "link": "Externer Link zu weiteren Informationen", - "name": "Repository-Name", - "reason": "Grund für die Entfernung", - "type": "Art der Entfernung" - }, - "dialog_update": { - "available_version": "Verfügbare Version", - "changelog": "Änderungsprotokoll", - "installed_version": "Installierte Version", - "releasenotes": "Releasenotes für {release}", - "title": "Update ausstehend" - }, - "dialog": { - "reload": { - "confirm": "Willst du das jetzt machen?", - "description": "Du musst deinen Browser-Cache leeren, wenn du Lovelace-Ressourcen änderst." - } - }, - "entry": { - "information": "Information", - "intro": "Aktualisierungen und wichtige Meldungen werden hier angezeigt, falls vorhanden", - "messages": { - "disabled": { - "content": "Überprüfe die Logdatei für weitere Informationen", - "title": "HACS ist deaktiviert" - }, - "has_pending_tasks": { - "content": "Einige Repositorys werden möglicherweise erst angezeigt, wenn dies abgeschlossen ist", - "title": "Hintergrundaufgaben stehen noch aus" - }, - "removed": "Repository '{repository}' gelöscht", - "resources": { - "content": "Du hast {number} Lovelace-Elemente, die in Lovelace nicht richtig geladen sind.", - "title": "Nicht in Lovelace geladen" - }, - "restart": { - "content": "Du hast {number} Integrationen, die einen Neustart von Home Assistant erfordern. Dies kannst du im Abschnitt 'Server Controls' im Konfigurationsteil der Home Assistant-Benutzeroberfläche tun.", - "title": "Ausstehender Neustart" - }, - "setup": { - "content": "HACS wird gerade eingerichtet, während dieser Zeit könnten einige Informationen fehlen oder falsch sein", - "title": "HACS wird eingerichtet" - }, - "startup": { - "content": "HACS wird gestartet, während dieser Zeit könnten einige Informationen fehlen oder falsch sein", - "title": "HACS startet" - }, - "waiting": { - "content": "HACS wartet darauf, dass Home Assistant den Start beendet, bevor mit den Startaufgaben gestartet wird", - "title": "HACS wartet" - }, - "wrong_frontend_installed": { - "content": "Du hast {running} des HACS-Frontends installiert, aber Version {expected} wurde erwartet. Wenn diese Meldung angezeigt wird, dass Home Assistant die neue Version nicht installieren konnte, starte Home Assistant neu.", - "title": "Unerwartete Frontend-Version" - }, - "wrong_frontend_loaded": { - "content": "Du führst die Version {running} des HACS-Frontends aus, aber es wurde die Version {expected} erwartet. Du solltest deinen Browser-Cache leeren.", - "title": "Unerwartete Frontend-Version" - } - }, - "pending_updates": "Ausstehende Updates" - }, - "menu": { - "about": "Über HACS", - "clear": "Alles neue als gesehen markieren", - "custom_repositories": "Benutzerdefinierte Repositories", - "dismiss": "Alle neuen Repositories ausblenden", - "documentation": "Dokumentation", - "open_issue": "Problem melden", - "reload": "Fenster neu laden" - }, - "options": { - "step": { - "user": { - "data": { - "appdaemon": "AppDaemon App-Entdeckung & Nachverfolgung aktivieren", - "country": "Nach Ländercode filtern.", - "debug": "Debug aktivieren.", - "experimental": "Experimentelle Funktionen aktivieren", - "netdaemon": "NetDaemon App-Entdeckung & Nachverfolgung aktivieren", - "not_in_use": "Nicht in Verwendung mit YAML", - "release_limit": "Anzahl anzuzeigender Releases.", - "sidepanel_icon": "Sidepanel Symbol", - "sidepanel_title": "Sidepanel Titel" - } - } - } - }, - "repository_banner": { - "config_flow": "Diese Integration unterstützt config_flow. Das bedeutet, dass du jetzt in den Integrationsbereich deiner Benutzeroberfläche wechseln kannst, um es zu konfigurieren.", - "config_flow_title": "UI-Konfiguration unterstützt", - "integration_not_loaded": "Diese Integration ist in Home Assistant nicht geladen.", - "no_restart_required": "Kein Neustart erforderlich", - "not_loaded": "Nicht geladen", - "plugin_not_loaded": "Dieses Element wird nicht zu deinen Lovelace-Ressourcen hinzugefügt.", - "restart": "Du musst Home Assistant neu starten.", - "restart_pending": "Neustart ausstehend" - }, - "repository_card": { - "dismiss": "Ausblenden", - "hide": "Verstecken", - "information": "Information", - "new_repository": "Neues Repository", - "not_loaded": "Nicht geladen", - "open_issue": "Problem melden", - "open_source": "Quelldateien öffnen", - "pending_restart": "Ausstehender Neustart", - "pending_update": "Ausstehende Aktualisierung", - "reinstall": "Neu installieren", - "report": "Melden zur Entfernung des Repositorys", - "update_information": "Aktualisierungsinformationen" - }, - "repository": { - "add_to_lovelace": "Zu Lovelace hinzufügen", - "authors": "Autoren", - "available": "Verfügbar", - "back_to": "Zurück zu", - "changelog": "Änderungsprotokoll", - "downloads": "Downloads", - "flag_this": "Melden", - "frontend_version": "Frontend Version", - "github_stars": "GitHub Sterne", - "goto_integrations": "Gehe zu Integrationen", - "hide": "Verstecken", - "hide_beta": "Beta verstecken", - "install": "Installieren", - "installed": "Installiert", - "lovelace_copy_example": "Beispiel in die Zwischenablage kopieren", - "lovelace_instruction": "Zum Hinzufügen zu deinen Lovelace-Einstellungen, benutze Folgendes", - "lovelace_no_js_type": "Der Typ dieses Elements konnte nicht ermittelt werden. Überprüfe das Repository.", - "newest": "neueste", - "note_appdaemon": "du musst es dann noch in die Datei 'apps.yaml' hinzufügen", - "note_installed": "Wird installiert nach", - "note_integration": "du musst es dann noch in die Datei 'configuration.yaml' hinzufügen", - "note_plugin": "du musst es dann noch in deine Lovelace-Einstellungen ('ui-lovelace.yaml' oder im Raw-Konfigurationseditor) hinzufügen", - "note_plugin_post_107": "Du musst es noch zu deiner Lovelace-Konfiguration hinzufügen ('configuration.yaml' oder der Ressourceneditor '\/config\/lovelace\/resources')", - "open_issue": "Problem melden", - "open_plugin": "Element öffnen", - "reinstall": "Neu installieren", - "repository": "Repository", - "restart_home_assistant": "Home Assistant neu starten", - "show_beta": "Beta anzeigen", - "uninstall": "Deinstallieren", - "update_information": "Aktualisierungsinformationen", - "upgrade": "Aktualisieren" - }, - "search": { - "installed": "Suche nach installierten Repositories", - "installed_new": "Suche nach installierten oder neuen Repositories", - "placeholder": "Suche nach Repository" - }, - "sections": { - "about": { - "description": "Informationen zu HACS anzeigen", - "title": "Über" - }, - "addon": { - "description": "Es gibt in HACS selbst keine Add-ons, aber du kannst hier klicken, um zum Supervisor zu gelangen", - "title": "Add-ons" - }, - "automation": { - "description": "Hier findest du python_scripts, AppDaemon-Apps und NetDaemon-Apps", - "title": "Automatisierung" - }, - "frontend": { - "description": "Hier findest du Themen, individuelle Karten und andere Elemente für Lovelace", - "title": "Frontend" - }, - "integrations": { - "description": "Hier findest du benutzerdefinierte Integrationen (custom_components)", - "title": "Integrationen" - }, - "pending_repository_upgrade": "Du verwendest Version {installed}, Version {available} ist verfügbar" - }, - "settings": { - "add_custom_repository": "BENUTZERDEFINIERTES REPOSITORY HINZUFÜGEN", - "adding_new_repo": "Hinzufügen eines neuen Repository '{repo}'", - "adding_new_repo_category": "Mit der Kategorie '{category}'.", - "bg_task_custom": "Custom Repositorys werden ausgeblendet, während Hintergrundaufgaben ausgeführt werden.", - "category": "Kategorie", - "compact_mode": "Kompakter Modus", - "custom_repositories": "BENUTZERDEFINIERTE REPOSITORIES", - "delete": "Löschen", - "display": "Anzeige", - "grid": "Gitter", - "hacs_repo": "HACS repo", - "hidden_repositories": "versteckte Repositories", - "missing_category": "Du musst eine Kategorie auswählen.", - "open_repository": "Repository öffnen", - "reload_data": "Daten neu laden", - "reload_window": "Fenster neu laden", - "repository_configuration": "Repository Konfiguration", - "save": "Speichern", - "table": "Tabelle", - "table_view": "Tabellenansicht", - "unhide": "einblenden", - "upgrade_all": "Alles aktualisieren" - }, - "store": { - "ascending": "Aufsteigend", - "clear_new": "Alle neuen Repositories als gesehen markieren", - "descending": "Absteigend", - "last_updated": "Zuletzt aktualisiert", - "name": "Name", - "new_repositories": "Neue Repositories", - "new_repositories_note": "Hier werden über 10 neue Repositorys angezeigt. Wenn du alle als gelesen markieren möchten, klicke auf die 3 Punkte in der oberen rechten Ecke und blende alle aus.", - "no_repositories": "Keine Repositories", - "no_repositories_desc1": "Anscheinend sind in diesem Abschnitt noch keine Repositories installiert.", - "no_repositories_desc2": "Klicken auf das + in der unteren Ecke, um dein erstes hinzuzufügen!", - "no_repositories_found_desc1": "In diesem Abschnitt wurden keine installierten Repositorys gefunden, die mit \"{searchInput}\" übereinstimmen.", - "no_repositories_found_desc2": "Versuche, nach etwas anderem zu suchen!", - "pending_upgrades": "Ausstehende Upgrades", - "placeholder_search": "Suchbegriff eingeben…", - "sort": "Sortieren", - "stars": "Sterne", - "status": "Status" - }, - "time": { - "ago": "vor", - "day": "Tag", - "days": "Tage", - "hour": "Stunde", - "hours": "Stunden", - "minute": "Minute", - "minutes": "Minuten", - "month": "Monat", - "months": "Monate", - "one": "Eins", - "one_day_ago": "vor einem Tag", - "one_hour_ago": "vor einer Stunde", - "one_minute_ago": "vor einer Minute", - "one_month_ago": "vor einem Monat", - "one_second_ago": "vor einer Sekunde", - "one_year_ago": "vor einem Jahr", - "second": "Sekunde", - "seconds": "Sekunden", - "x_days_ago": "vor {x} Tagen", - "x_hours_ago": "vor {x} Stunden", - "x_minutes_ago": "vor {x} Minuten", - "x_months_ago": "vor {x} Monaten", - "x_seconds_ago": "vor {x} Sekunden", - "x_years_ago": "vor {x} Jahren", - "year": "Jahr", - "years": "Jahre" - } -} \ No newline at end of file diff --git a/custom_components/hacs/translations/el.json b/custom_components/hacs/translations/el.json deleted file mode 100644 index e783433..0000000 --- a/custom_components/hacs/translations/el.json +++ /dev/null @@ -1,195 +0,0 @@ -{ - "common": { - "about": "Σχετικά με", - "appdaemon": "AppDaemon", - "appdaemon_apps": "AppDaemon Apps", - "background_task": "Τρέχει μια διεργασία στο παρασκήνιο, η σελίδα θα ανανεωθεί μόλις αυτό ολοκληρωθεί.", - "check_log_file": "Ελέγξτε το αρχείο καταγραφής για περισσότερες λεπτομέρειες.", - "continue": "Να συνεχίσει", - "disabled": "Απενεργοποιημένο", - "documentation": "Τεκμηρίωση", - "hacs_is_disabled": "Το HACS είναι απενεργοποιημένο", - "installed": "εγκατεστημένο", - "integration": "Ενσωμάτωση", - "integrations": "Ενσωματωμένα", - "manage": "διαχειρίζονται", - "netdaemon": "NetDaemon", - "netdaemon_apps": "NetDaemon Apps", - "plugin": "Lovelace", - "plugins": "Πρόσθετα", - "python_script": "Πρόγραμμα Python", - "python_scripts": "Προγράμματα Python", - "repositories": "Αποθετήρια", - "settings": "ρυθμίσεις", - "theme": "Θέμα", - "themes": "Θέματα", - "version": "Έκδοση" - }, - "config": { - "step": { - "device": { - "description": "Open {url} and paste this key `{code}` to authorize HACS, when you have done that click 'submit'", - "title": "HACS" - }, - "user": { - "data": { - "acc_addons": "I know that there are no add-ons in HACS", - "acc_disable": "I know that if I get issues with Home Assistant I should disable all my custom_components", - "acc_logs": "I know how to access Home Assistant logs", - "acc_untested": "I know that everything inside HACS is custom and untested by Home Assistant", - "appdaemon": "Enable AppDaemon apps discovery & tracking", - "netdaemon": "Enable NetDaemon apps discovery & tracking", - "python_script": "Enable python_scripts discovery & tracking", - "sidepanel_icon": "Side panel icon", - "sidepanel_title": "Side panel title", - "theme": "Enable Themes discovery & tracking", - "token": "GitHub Personal Access Token" - }, - "description": "Before you can setup HACS you need to acknowledge the following", - "title": "HACS" - } - }, - "title": "HACS (Home Assistant Community Store)" - }, - "confirm": { - "add_to_lovelace": "Είστε βέβαιοι ότι θέλετε να προσθέσετε αυτό στους πόρους του Lovelace;", - "bg_task": "Η ενέργεια είναι απενεργοποιημένη όσο εκτελούνται εργασίες στο παρασκήνιο", - "cancel": "Ακύρωση", - "continue": "Είστε βέβαιοι ότι θέλετε να συνεχίσετε;", - "delete": "Είστε σίγουροι ότι θέλετε να διαγράψετε το '{item}';", - "delete_installed": "Το '{item}' είναι εγκατεστημένο, πρέπει να το απεγκαταστήσετε πριν να το διαγράψετε.", - "exist": "{item} υπάρχει ήδη", - "generic": "Είστε βέβαιοι;", - "home_assistant_is_restarting": "Περιμένετε, το Home Assistant επανεκκινείται τώρα.", - "no": "Οχι", - "no_upgrades": "Δεν υπάρχουν αναβαθμίσεις σε εκκρεμότητα", - "ok": "Εντάξει", - "overwrite": "Αυτό θα το αντικαταστήσει.", - "restart_home_assistant": "Είστε βέβαιοι ότι θέλετε να κάνετε επανεκκίνηση του Home Assistant;", - "uninstall": "Είστε βέβαιοι ότι θέλετε να απεγκαταστήσετε το '{item}';", - "upgrade_all": "Αυτό θα αναβαθμίσει όλα αυτά τα αποθετήρια, βεβαιωθείτε ότι έχετε διαβάσει τις σημειώσεις έκδοσης για όλα πριν προχωρήσετε.", - "yes": "Ναι" - }, - "options": { - "step": { - "user": { - "data": { - "appdaemon": "Ενεργοποίηση εύρεσης & παρακολούθησης για το AppDaemon", - "country": "Κριτήριο με βάση τον κωδικό χώρας.", - "debug": "Ενεργοποίηση εντοπισμού σφαλμάτων.", - "experimental": "Ενεργοποίση πειραματικών λειτουργιών", - "netdaemon": "Ενεργοποίηση εύρεσης & παρακολούθησης για το NetDaemon", - "not_in_use": "Δεν χρησιμοποιείται με το YAML", - "release_limit": "Αριθμός εκδόσεων που να παραθέτονται.", - "sidepanel_icon": "Εικονίδιο πλαϊνού πάνελ", - "sidepanel_title": "Τίτλος πλαϊνού πάνελ" - } - } - } - }, - "repository_banner": { - "integration_not_loaded": "Αυτή η ενσωμάτωση δεν φορτώθηκε στο Home Assistant.", - "no_restart_required": "Δεν απαιτείται επανεκκίνηση", - "not_loaded": "Δεν έχει φορτωθεί", - "plugin_not_loaded": "Αυτό το πρόσθετο δεν προστέθηκε στους πόρους του Lovelace.", - "restart": "Πρέπει να κάνετε επανεκκίνηση του Home Assistant.", - "restart_pending": "Επανεκκίνηση σε εκκρεμότητα" - }, - "repository": { - "add_to_lovelace": "Προσθήκη στο Lovelace", - "authors": "Συγγραφείς", - "available": "Διαθέσιμο", - "back_to": "Πίσω στο", - "changelog": "Σημειώσεις των αλλαγών", - "downloads": "Λήψεις", - "flag_this": "Σημείωσε αυτό", - "frontend_version": "Έκδοση Frontend", - "github_stars": "GitHub αστέρια", - "goto_integrations": "Μετάβαση στις ενσωματώσεις", - "hide": "Απόκρυψη", - "hide_beta": "Απόκριση του beta", - "install": "Εγκατάσταση", - "installed": "Εγκατεστημένο", - "lovelace_copy_example": "Αντίγραψε το παράδειγμα στο πρόχειρο", - "lovelace_instruction": "Όταν το προσθέσετε στις ρυθμίσεις του lovelace χρησιμοποιήστε τούτο", - "lovelace_no_js_type": "Δεν καταφέραμε να προσδιορίσουμε τον τύπο αυτού του προσθέτου, ελέξτε το αποθετήριο.", - "newest": "νεότερο", - "note_appdaemon": "εξακολουθεί να χρειάζεται να το προσθέσετε στο αρχείο 'apps.yaml'", - "note_installed": "Όταν εγκατασταθεί, θα προστεθεί στο", - "note_integration": "εξακολουθεί να χρειάζεται να το προσθέσετε στο αρχείο 'configuration.yaml'", - "note_plugin": "εξακολουθεί να χρειάζετε να το προσθέσετε στις ρυθμίσεις του lovelace ('ui-lovelace.yaml' ή μέσω του γραφικού επεξεργαστή των ρυθμίσεων)", - "open_issue": "Εκκρεμόν ζήτημα", - "open_plugin": "Ανοιχτό πρόσθετο", - "reinstall": "Επανεγκατάσταση", - "repository": "Αποθετήριο", - "restart_home_assistant": "Επανεκκίνηση του Home Assistant", - "show_beta": "Εμφάνιση του beta", - "uninstall": "Απεγκατάσταση", - "update_information": "Ενημέρωση πληροφοριών", - "upgrade": "Ενημέρωση" - }, - "settings": { - "add_custom_repository": "ΠΡΟΣΘΕΣΤΕ ΕΝΑ ΕΙΔΙΚΟ ΑΠΟΘΕΤΗΡΙΟ", - "adding_new_repo": "Προσθήκη νέου αποθετηρίου '{repo}'", - "adding_new_repo_category": "Με κατηγορία '{category}'.", - "category": "Κατηγορία", - "compact_mode": "Συμπαγής λειτουργία", - "custom_repositories": "ΕΙΔΙΚΑ ΑΠΟΘΕΤΗΡΙΑ", - "delete": "Διαγραφή", - "display": "Εμφάνιση", - "grid": "Πλέγμα", - "hacs_repo": "Αποθετήριο του HACS", - "hidden_repositories": "κρυφά αποθετήρια", - "missing_category": "Πρέπει να επιλέξετε μια κατηγορία", - "open_repository": "Ανοίξτε το αποθετήριο", - "reload_data": "Επαναφόρτωση δεδομένων", - "reload_window": "Επαναφόρτωση του παραθύρου", - "repository_configuration": "Διαμόρφωση αποθετηρίου", - "save": "Αποθήκευση", - "table": "Πίνακας", - "table_view": "Προβολή πίνακα", - "unhide": "αποκρύψω", - "upgrade_all": "Αναβάθμιση όλων" - }, - "store": { - "ascending": "αύξουσα", - "clear_new": "Απαλοιφή όλων των νέων αποθετηρίων", - "descending": "φθίνουσα", - "last_updated": "Τελευταία ενημέρωση", - "name": "Ονομα", - "new_repositories": "Νέα αποθετήρια", - "pending_upgrades": "Εκκρεμείς αναβαθμίσεις", - "placeholder_search": "Παρακαλώ πληκτρολογήστε έναν όρο προς αναζήτηση...", - "sort": "είδος", - "stars": "Αστέρια", - "status": "Κατάσταση" - }, - "time": { - "ago": "πριν", - "day": "ημέρα", - "days": "ημέρες", - "hour": "ώρα", - "hours": "ώρες", - "minute": "λεπτό", - "minutes": "λεπτά", - "month": "μήνας", - "months": "μήνες", - "one": "Ένα", - "one_day_ago": "πριν από μία ημέρα", - "one_hour_ago": "πριν από μια ώρα", - "one_minute_ago": "πριν από ένα λεπτό", - "one_month_ago": "πριν από ένα μήνα", - "one_second_ago": "πριν από ένα δευτερόλεπτο", - "one_year_ago": "πριν από ένα χρόνο", - "second": "δευτερόλεπτο", - "seconds": "δευτερόλεπτα", - "x_days_ago": "{x} ημέρες πριν", - "x_hours_ago": "{x} ώρες πριν", - "x_minutes_ago": "{x} λεπτά πριν", - "x_months_ago": "{x} μήνες πριν", - "x_seconds_ago": "{x} δευτερόλεπτα πριν", - "x_years_ago": "{x} χρόνια πριν", - "year": "έτος", - "years": "χρόνια" - } -} \ No newline at end of file diff --git a/custom_components/hacs/translations/en.json b/custom_components/hacs/translations/en.json index da9080c..7579ac3 100644 --- a/custom_components/hacs/translations/en.json +++ b/custom_components/hacs/translations/en.json @@ -1,384 +1,44 @@ { - "common": { - "about": "About", - "add": "add", - "appdaemon": "AppDaemon", - "appdaemon_apps": "AppDaemon Apps", - "appdaemon_plural": "AppDaemon Apps", - "background_task": "Background task running, this page will reload when it's done.", - "cancel": "Cancel", - "check_log_file": "Check your log file for more details.", - "continue": "Continue", - "disabled": "Disabled", - "documentation": "Documentation", - "element": "element", - "hacs_is_disabled": "HACS is disabled", - "ignore": "Ignore", - "install": "Install", - "installed": "installed", - "integration": "Integration", - "integration_plural": "Integrations", - "integrations": "Integrations", - "lovelace": "Lovelace", - "lovelace_element": "Lovelace element", - "lovelace_elements": "Lovelace elements", - "manage": "manage", - "netdaemon": "NetDaemon", - "netdaemon_apps": "NetDaemon Apps", - "netdaemon_plural": "NetDaemon Apps", - "plugin": "Lovelace", - "plugin_plural": "Lovelace elements", - "plugins": "Lovelace elements", - "python_script": "Python Script", - "python_script_plural": "Python Scripts", - "python_scripts": "Python Scripts", - "reload": "Reload", - "repositories": "Repositories", - "repository": "Repository", - "settings": "settings", - "theme": "Theme", - "theme_plural": "Themes", - "themes": "Themes", - "uninstall": "Uninstall", - "update": "Update", - "version": "Version" - }, "config": { "abort": { "single_instance_allowed": "Only a single configuration of HACS is allowed." }, "error": { - "acc": "You need to acknowledge all the statements before continuing", - "auth": "Personal Access Token is not correct" + "auth": "Personal Access Token is not correct", + "acc": "You need to acknowledge all the statements before continuing" }, "step": { - "device": { - "description": "Open {url} and paste this key to authorize HACS: \\n```\\n{code}\\n```\\n When you have done that click 'submit'", - "title": "HACS" - }, "user": { "data": { - "acc_addons": "I know that there are no add-ons in HACS", - "acc_disable": "I know that if I get issues with Home Assistant I should disable all my custom_components", "acc_logs": "I know how to access Home Assistant logs", + "acc_addons": "I know that there are no add-ons in HACS", "acc_untested": "I know that everything inside HACS is custom and untested by Home Assistant", - "appdaemon": "Enable AppDaemon apps discovery & tracking", - "netdaemon": "Enable NetDaemon apps discovery & tracking", - "python_script": "Enable python_scripts discovery & tracking", - "sidepanel_icon": "Side panel icon", - "sidepanel_title": "Side panel title", - "theme": "Enable Themes discovery & tracking", - "token": "GitHub Personal Access Token" + "acc_disable": "I know that if I get issues with Home Assistant I should disable all my custom_components" }, "description": "Before you can setup HACS you need to acknowledge the following", "title": "HACS" + }, + "device": { + "title": "HACS", + "description": "Open {url} and paste this key to authorize HACS: \n```\n{code}\n```\n When you have done that click 'submit'" } - }, - "title": "HACS (Home Assistant Community Store)" - }, - "confirm": { - "add_to_lovelace": "Are you sure you want to add this to your Lovelace resources?", - "bg_task": "Action is disabled while background tasks is running.", - "cancel": "Cancel", - "continue": "Are you sure you want to continue?", - "delete": "Are you sure you want to delete '{item}'?", - "delete_installed": "'{item}' is installed, you need to uninstall it before you can delete it.", - "exist": "{item} already exists", - "generic": "Are you sure?", - "home_assistant_is_restarting": "Hold on, Home Assistant is now restarting.", - "home_assistant_version_not_correct": "You are running Home Assistant version '{haversion}', but this repository requires minimum version '{minversion}' to be installed.", - "no": "No", - "no_upgrades": "No upgrades pending", - "ok": "OK", - "overwrite": "Doing this will overwrite it.", - "reload_data": "This reloads the data of all repositories HACS knows about, this will take some time to finish.", - "restart_home_assistant": "Are you sure you want to restart Home Assistant?", - "uninstall": "Are you sure you want to uninstall '{item}'?", - "upgrade_all": "This will upgrade all of these repositories, make sure that you have read the release notes for all of them before proceeding.", - "yes": "Yes" - }, - "dialog_about": { - "frontend_version": "Frontend version", - "installed_repositories": "Installed repositories", - "integration_version": "Integration version", - "useful_links": "Useful links" - }, - "dialog_add_repo": { - "limit": "Only the first 100 repositories are shown, use the search to filter what you need", - "no_match": "No repositories found matching your filter", - "sort_by": "Sort by", - "title": "Add repository" - }, - "dialog_custom_repositories": { - "category": "Category", - "no_category": "Missing category", - "no_repository": "Missing repository", - "title": "Custom repositories", - "url_placeholder": "Add custom repository URL" - }, - "dialog_info": { - "author": "Author", - "downloads": "Downloads", - "install": "Install this repository in HACS", - "loading": "Loading information...", - "no_info": "The developer has not provided any more information for this repository", - "open_issues": "Open issues", - "open_repo": "Open repository", - "stars": "Stars", - "version_installed": "Version installed" - }, - "dialog_install": { - "restart": "Remember that you need to restart Home Assistant before changes to integrations (custom_components) are applied.", - "select_version": "Select version", - "show_beta": "Show beta versions", - "type": "Type", - "url": "URL" - }, - "dialog_removed": { - "link": "External link to more information", - "name": "Repository name", - "reason": "Removal reason", - "type": "Removal type" - }, - "dialog_update": { - "available_version": "Available version", - "changelog": "Changelog", - "installed_version": "Installed version", - "releasenotes": "Release notes for {release}", - "title": "Update pending" - }, - "dialog": { - "reload": { - "confirm": "Do you want to do that now?", - "description": "You need to clear your browser cache when changing Lovelace resources." } }, - "entry": { - "information": "Information", - "intro": "Updates and important messages will show here if there are any", - "messages": { - "disabled": { - "content": "Check your log file for more details", - "title": "HACS is disabled" - }, - "has_pending_tasks": { - "content": "Some repositories might not show until this is completed", - "title": "Background tasks pending" - }, - "removed": "Removed repository '{repository}'", - "resources": { - "content": "You have {number} Lovelace elements that are not loaded properly in Lovelace.", - "title": "Not loaded in Lovelace" - }, - "restart": { - "content": "You have {number} integrations that requires a restart of Home Assistant, you can do that from the 'Server Controls' section under the configuration part of Home Assistant UI.", - "title": "Pending restart" - }, - "setup": { - "content": "HACS is setting up, during this time some information might be missing or incorrect", - "title": "HACS is setting up" - }, - "startup": { - "content": "HACS is starting up, during this time some information might be missing or incorrect", - "title": "HACS is starting up" - }, - "waiting": { - "content": "HACS is waiting for Home Assistant to finish startup before starting startup tasks", - "title": "HACS is waiting" - }, - "wrong_frontend_installed": { - "content": "You have {running} of the HACS frontend installed, but version {expected} was expected, if this you see this message Home Assistant was not able to install the new version, try restarting Home Assistant.", - "title": "Unexpected frontend version" - }, - "wrong_frontend_loaded": { - "content": "You are running version {running} of the HACS frontend, but version {expected} was expected, you should clear your browser cache.", - "title": "Unexpected frontend version" - } - }, - "pending_updates": "Pending updates" - }, - "menu": { - "about": "About HACS", - "clear": "Clear all new", - "custom_repositories": "Custom repositories", - "dismiss": "Dismiss all new repositories", - "documentation": "Documentation", - "open_issue": "Open issue", - "reload": "Reload window" - }, "options": { "step": { "user": { "data": { - "appdaemon": "Enable AppDaemon apps discovery & tracking", - "country": "Filter with country code.", - "debug": "Enable debug.", - "experimental": "Enable experimental features", - "netdaemon": "Enable NetDaemon apps discovery & tracking", "not_in_use": "Not in use with YAML", + "country": "Filter with country code.", + "experimental": "Enable experimental features", "release_limit": "Number of releases to show.", + "debug": "Enable debug.", + "appdaemon": "Enable AppDaemon apps discovery & tracking", + "netdaemon": "Enable NetDaemon apps discovery & tracking", "sidepanel_icon": "Side panel icon", "sidepanel_title": "Side panel title" } } } - }, - "repository_banner": { - "config_flow": "This integration supports config_flow, that means that you now can go to the integration section of your UI to configure it.", - "config_flow_title": "UI Configuration supported", - "integration_not_loaded": "This integration is not loaded in Home Assistant.", - "no_restart_required": "No restart required", - "not_loaded": "Not loaded", - "plugin_not_loaded": "This element is not added to your Lovelace resources.", - "restart": "You need to restart Home Assistant.", - "restart_pending": "Restart pending" - }, - "repository_card": { - "dismiss": "dismiss", - "hide": "Hide", - "information": "Information", - "new_repository": "New repository", - "not_loaded": "Not loaded", - "open_issue": "Open issue", - "open_source": "Open source", - "pending_restart": "Pending restart", - "pending_update": "Pending update", - "reinstall": "Reinstall", - "report": "Report for removal", - "update_information": "Update information" - }, - "repository": { - "add_to_lovelace": "Add to Lovelace", - "authors": "Authors", - "available": "Available", - "back_to": "Back to", - "changelog": "Change log", - "downloads": "Downloads", - "flag_this": "Flag this", - "frontend_version": "Frontend version", - "github_stars": "GitHub stars", - "goto_integrations": "Go to integrations", - "hide": "Hide", - "hide_beta": "Hide beta", - "install": "Install", - "installed": "Installed", - "lovelace_copy_example": "Copy the example to your clipboard", - "lovelace_instruction": "When you add this to your lovelace configuration use this", - "lovelace_no_js_type": "Could not determine the type of this element, check the repository.", - "newest": "newest", - "note_appdaemon": "you still need to add it to your 'apps.yaml' file", - "note_installed": "When installed, this will be located in", - "note_integration": "you still need to add it to your 'configuration.yaml' file", - "note_plugin": "you still need to add it to your lovelace configuration ('ui-lovelace.yaml' or the raw UI config editor)", - "note_plugin_post_107": "you still need to add it to your lovelace configuration ('configuration.yaml' or the resource editor '\/config\/lovelace\/resources')", - "open_issue": "Open issue", - "open_plugin": "Open element", - "reinstall": "Reinstall", - "repository": "Repository", - "restart_home_assistant": "Restart Home Assistant", - "show_beta": "Show beta", - "uninstall": "Uninstall", - "update_information": "Update information", - "upgrade": "Update" - }, - "search": { - "installed": "Search for installed repositories", - "installed_new": "Search for installed or new repositories", - "placeholder": "Search for repository" - }, - "sections": { - "about": { - "description": "Show information about HACS", - "title": "About" - }, - "addon": { - "description": "There are no addons in HACS, but you can click here to get to the supervisor", - "title": "Add-ons" - }, - "automation": { - "description": "This is where you find python_scripts, AppDaemon apps and NetDaemon apps", - "title": "Automation" - }, - "frontend": { - "description": "This is where you find themes, custom cards and other elements for lovelace", - "title": "Frontend" - }, - "integrations": { - "description": "This is where you find custom integrations (custom_components)", - "title": "Integrations" - }, - "pending_repository_upgrade": "You are running version {installed}, version {available} is available" - }, - "settings": { - "add_custom_repository": "ADD CUSTOM REPOSITORY", - "adding_new_repo": "Adding new repository '{repo}'", - "adding_new_repo_category": "With category '{category}'.", - "bg_task_custom": "Custom repositories are hidden while background tasks is running.", - "category": "Category", - "compact_mode": "Compact mode", - "custom_repositories": "CUSTOM REPOSITORIES", - "delete": "Delete", - "display": "Display", - "grid": "Grid", - "hacs_repo": "HACS repo", - "hidden_repositories": "hidden repositories", - "missing_category": "You need to select a category", - "open_repository": "Open repository", - "reload_data": "Reload data", - "reload_window": "Reload window", - "repository_configuration": "Repository configuration", - "save": "Save", - "table": "Table", - "table_view": "Table view", - "unhide": "unhide", - "upgrade_all": "Upgrade all" - }, - "store": { - "add": "Explore & add repositories", - "ascending": "ascending", - "clear_new": "Clear all new repositories", - "descending": "descending", - "last_updated": "Last updated", - "name": "Name", - "new_repositories": "New Repositories", - "new_repositories_note": "You have over 10 new repositories showing here, if you want to clear them all click the 3 dots in the top right corner and dismiss all of them.", - "no_repositories": "No repositories", - "no_repositories_desc1": "It seems like you don't have any repositories installed in this section yet.", - "no_repositories_desc2": "Click on the + in the bottom corner to add your first!", - "no_repositories_found_desc1": "No installed repositories matching \"{searchInput}\" found in this section.", - "no_repositories_found_desc2": "Try searching for something else!", - "pending_upgrades": "Pending upgrades", - "placeholder_search": "Please enter a search term...", - "sort": "sort", - "stars": "Stars", - "status": "Status" - }, - "time": { - "ago": "ago", - "day": "day", - "days": "days", - "hour": "hour", - "hours": "hours", - "minute": "minute", - "minutes": "minutes", - "month": "month", - "months": "months", - "one": "One", - "one_day_ago": "one day ago", - "one_hour_ago": "one hour ago", - "one_minute_ago": "one minute ago", - "one_month_ago": "one month ago", - "one_second_ago": "one second ago", - "one_year_ago": "one year ago", - "second": "second", - "seconds": "seconds", - "x_days_ago": "{x} days ago", - "x_hours_ago": "{x} hours ago", - "x_minutes_ago": "{x} minutes ago", - "x_months_ago": "{x} months ago", - "x_seconds_ago": "{x} seconds ago", - "x_years_ago": "{x} years ago", - "year": "year", - "years": "years" } } \ No newline at end of file diff --git a/custom_components/hacs/translations/es.json b/custom_components/hacs/translations/es.json deleted file mode 100644 index 363db32..0000000 --- a/custom_components/hacs/translations/es.json +++ /dev/null @@ -1,376 +0,0 @@ -{ - "common": { - "about": "Acerca de", - "add": "añadir", - "appdaemon": "AppDaemon", - "appdaemon_apps": "AppDaemon Apps", - "appdaemon_plural": "AppDaemon Apps", - "background_task": "Ejecutando tareas en segundo plano. Se refrescará automaticamente esta página al finalizar.", - "cancel": "Cancelar", - "check_log_file": "Compruebe el archivo de registro para obtener más detalles.", - "continue": "Continuar", - "disabled": "Deshabilitado", - "documentation": "Documentación", - "element": "elemento", - "hacs_is_disabled": "HACS está deshabilitado", - "ignore": "Ignorar", - "install": "Instalar", - "installed": "instalado", - "integration": "Integración", - "integration_plural": "Integraciones", - "integrations": "Integraciones", - "lovelace": "Lovelace", - "lovelace_element": "Elemento de Lovelace", - "lovelace_elements": "Elementos de Lovelace", - "manage": "Administrar", - "netdaemon": "NetDaemon", - "netdaemon_apps": "NetDaemon Apps", - "netdaemon_plural": "Aplicaciones NetDaemon", - "plugin": "Lovelace", - "plugin_plural": "Elementos de Lovelace", - "plugins": "Elementos de Lovelace", - "python_script": "Python Script", - "python_script_plural": "Python Scripts", - "python_scripts": "Python Scripts", - "reload": "Recargar", - "repositories": "Repositorios", - "repository": "Repositorio", - "settings": "configuraciones", - "theme": "Tema", - "theme_plural": "Temas", - "themes": "Temas", - "uninstall": "Desinstalar", - "update": "Actualizar", - "version": "Versión" - }, - "config": { - "step": { - "device": { - "description": "Open {url} and paste this key `{code}` to authorize HACS, when you have done that click 'submit'", - "title": "HACS" - }, - "user": { - "data": { - "acc_addons": "I know that there are no add-ons in HACS", - "acc_disable": "I know that if I get issues with Home Assistant I should disable all my custom_components", - "acc_logs": "I know how to access Home Assistant logs", - "acc_untested": "I know that everything inside HACS is custom and untested by Home Assistant", - "appdaemon": "Enable AppDaemon apps discovery & tracking", - "netdaemon": "Enable NetDaemon apps discovery & tracking", - "python_script": "Enable python_scripts discovery & tracking", - "sidepanel_icon": "Side panel icon", - "sidepanel_title": "Side panel title", - "theme": "Enable Themes discovery & tracking", - "token": "GitHub Personal Access Token" - }, - "description": "Before you can setup HACS you need to acknowledge the following", - "title": "HACS" - } - }, - "title": "HACS (Home Assistant Community Store)" - }, - "confirm": { - "add_to_lovelace": "¿Está seguro de que desea agregar esto a sus recursos de Lovelace?", - "bg_task": "La acción está deshabilitada mientras se ejecutan tareas en segundo plano.", - "cancel": "Cancelar", - "continue": "Estás seguro de que quieres continuar?", - "delete": "¿Seguro que quieres eliminar '{item}'?", - "delete_installed": "'{item}' está instalado, debe desinstalarlo antes de poder eliminarlo.", - "exist": "{item} ya existe", - "generic": "¿Estás seguro?", - "home_assistant_is_restarting": "Espera, Home Assistant se está reiniciando.", - "home_assistant_version_not_correct": "Está ejecutando la versión '{haversion}' de Home Assistant, pero este repositorio requiere la instalación de la versión '{minversion}' mínima.", - "no": "No", - "no_upgrades": "No hay actualizaciones pendientes", - "ok": "OK", - "overwrite": "Si haces esto, se sobrescribirá.", - "reload_data": "Esto recarga los datos de todos los repositorios que HACS conoce, esto tardará algún tiempo en finalizar.", - "restart_home_assistant": "¿Está seguro de que desea reiniciar Home Assistant?", - "uninstall": "¿Está seguro de que deseas desinstalar '{item}'?", - "upgrade_all": "Esto actualizará todos estos repositorios, asegúrese de que ha leído las notas de la versión de todos ellos antes de continuar.", - "yes": "Si" - }, - "dialog_about": { - "frontend_version": "Versión del front-end", - "installed_repositories": "Repositorios instalados", - "integration_version": "Versión de la integración", - "useful_links": "Enlaces útiles" - }, - "dialog_add_repo": { - "limit": "Sólo se muestran los primeros 100 repositorios, utilice la búsqueda para filtrar lo que necesita", - "no_match": "No se han encontrado repositorios que coincidan con el filtro", - "sort_by": "Ordenar por", - "title": "Añadir repositorio" - }, - "dialog_custom_repositories": { - "category": "Categoría", - "no_category": "Categoría que falta", - "no_repository": "Falta el repositorio", - "title": "Repositorios personalizados", - "url_placeholder": "Agrega la URL del repositorio personalizado que deseas añadir" - }, - "dialog_info": { - "author": "Autor", - "downloads": "Descargas", - "install": "Instalar este repositorio en HACS", - "loading": "Cargando información ...", - "no_info": "El desarrollador no ha proporcionado más información para este repositorio", - "open_issues": "Abrir incidencias", - "open_repo": "Abrir repositorio", - "stars": "Estrellas", - "version_installed": "Versión instalada" - }, - "dialog_install": { - "restart": "Recuerde que debe reiniciar Home Assistant para que se apliquen los cambios en las integraciones (custom_components).", - "select_version": "Seleccione la versión", - "show_beta": "Mostrar versiones beta", - "type": "Tipo", - "url": "URL" - }, - "dialog_removed": { - "link": "Enlace externo para más información", - "name": "Nombre del repositorio", - "reason": "Motivo de la eliminación", - "type": "Tipo de eliminación" - }, - "dialog_update": { - "available_version": "Versión disponible", - "changelog": "Registro de cambios", - "installed_version": "Versión instalada", - "releasenotes": "Notas de lanzamiento para {release}", - "title": "Actualización pendiente" - }, - "dialog": { - "reload": { - "confirm": "¿Quieres hacer eso ahora?", - "description": "Necesitas limpiar el caché de tu navegador cuando cambies los recursos de Lovelace." - } - }, - "entry": { - "information": "Información", - "intro": "Las actualizaciones y los mensajes importantes se mostrarán aquí si hay alguno que mostrar", - "messages": { - "disabled": { - "content": "Compruebe el archivo de registro para obtener más detalles", - "title": "HACS está deshabilitado" - }, - "has_pending_tasks": { - "content": "Es posible que algunos repositorios no se muestren hasta que esto se complete", - "title": "Tareas en segundo plano pendientes" - }, - "removed": "Repositorio '{repository}' eliminado", - "resources": { - "content": "Tienes {number} elementos de Lovelace que no se cargan correctamente en Lovelace.", - "title": "No está cargada en Lovelace" - }, - "restart": { - "content": "Tienes {number} integraciones que requieren un reinicio de Home Assistant, puedes hacerlo desde la sección 'Controles del Servidor' en la parte de configuración de la UI de Home Assistant.", - "title": "Pendiente de reinicio" - }, - "setup": { - "content": "HACS se está configurando, durante este tiempo alguna información puede estar perdida o ser incorrecta", - "title": "HACS se está configurando" - }, - "startup": { - "content": "HACS se está iniciando, durante este tiempo alguna información podría faltar o ser incorrecta", - "title": "HACS se está iniciando" - }, - "waiting": { - "content": "HACS está esperando a que Home Assistant finalice el inicio antes de iniciar las tareas de inicio", - "title": "HACS está esperando" - }, - "wrong_frontend_installed": { - "content": "Tienes instalada la versión {running} de la interfaz de HACS, pero se esperaba la versión {expected}, si ves este mensaje, Home Assistant no pudo instalar la nueva versión, intenta reiniciar Home Assistant.", - "title": "Versión inesperada de la interfaz" - }, - "wrong_frontend_loaded": { - "content": "Estás ejecutando la versión {running} de la interfaz HACS, pero se esperaba la versión {expected} , deberías de limpiar la memoria caché del navegador.", - "title": "Versión inesperada de la interfaz" - } - }, - "pending_updates": "Actualizaciones pendientes" - }, - "menu": { - "about": "Acerca de HACS", - "clear": "Borrar todo lo nuevo", - "custom_repositories": "Repositorios personalizados", - "dismiss": "Descartar todos los repositorios nuevos", - "documentation": "Documentación", - "open_issue": "Abrir incidencias", - "reload": "Recargar la ventana" - }, - "options": { - "step": { - "user": { - "data": { - "appdaemon": "Habilitar el descubrimiento y seguimiento de las aplicaciones de AppDaemon", - "country": "Filtrar por el código de país.", - "debug": "Habilitar depuración.", - "experimental": "Habilitar funciones experimentales", - "netdaemon": "Habilitar el descubrimiento y seguimiento de las aplicaciones de NetDaemon", - "not_in_use": "No usarse con YAML", - "release_limit": "Número de versiones a mostrar.", - "sidepanel_icon": "Icono del panel lateral", - "sidepanel_title": "Título del panel lateral" - } - } - } - }, - "repository_banner": { - "config_flow": "Esta integración soporta config_flow, lo que significa que ahora puede ir a la sección de integración de su UI para configurarlo.", - "config_flow_title": "Configuración de UI soportada", - "integration_not_loaded": "Esta integración no se carga en Home Assistant.", - "no_restart_required": "No es necesario reiniciar", - "not_loaded": "No está cargado", - "plugin_not_loaded": "Este plugin aun no se ha añadido a sus recursos de Lovelace.", - "restart": "Es necesario reiniciar Home Assistant.", - "restart_pending": "Reinicio pendiente" - }, - "repository_card": { - "dismiss": "descartar", - "hide": "Ocultar", - "information": "Información", - "new_repository": "Nuevo repositorio", - "not_loaded": "Sin cargar", - "open_issue": "Abrir incidencias", - "open_source": "Código abierto", - "pending_restart": "Pendiente de reinicio", - "pending_update": "Actualización pendiente", - "reinstall": "Reinstalar", - "report": "Informe para la eliminación", - "update_information": "Actualizar información" - }, - "repository": { - "add_to_lovelace": "Añadir a Lovelace", - "authors": "Autores", - "available": "Disponible", - "back_to": "Volver a", - "changelog": "Registro de cambios", - "downloads": "Descargas", - "flag_this": "Marcar esto", - "frontend_version": "Versión del frontend", - "github_stars": "Estrellas de GitHub", - "goto_integrations": "Ir a integraciones", - "hide": "Ocultar", - "hide_beta": "Ocultar beta", - "install": "Instalar", - "installed": "Instalado", - "lovelace_copy_example": "Copiar el ejemplo al clipboard", - "lovelace_instruction": "Agregue lo siguiente en su configuración de lovelace", - "lovelace_no_js_type": "No se pudo determinar el tipo de elemento, revise el repositorio.", - "newest": "más nuevo", - "note_appdaemon": "deberá agregar esto a su archivo 'apps.yaml'", - "note_installed": "Cuando esté instalado, se ubicará en", - "note_integration": "deberá agregar esto a su archivo 'configuration.yaml'", - "note_plugin": "deberá agregar esto a su configuración de lovelace ('ui-lovelace.yaml' o en el editor UI de lovelace)", - "note_plugin_post_107": "todavía necesita agregarlo a su configuración de lovelace ('configuration.yaml' o al editor de recursos '\/config\/lovelace\/resources')", - "open_issue": "Abrir incidencias", - "open_plugin": "Abrir elemento", - "reinstall": "Reinstalar", - "repository": "Repositorio", - "restart_home_assistant": "Reiniciar Home Assistant", - "show_beta": "Mostrar beta", - "uninstall": "Desinstalar", - "update_information": "Actualizar información", - "upgrade": "Actualizar" - }, - "search": { - "installed": "Buscar repositorios instalados", - "installed_new": "Buscar repositorios instalados o nuevos", - "placeholder": "Buscar repositorio" - }, - "sections": { - "about": { - "description": "Mostrar información sobre HACS", - "title": "Acerca de" - }, - "addon": { - "description": "No hay complementos (addons) en HACS, pero puede hacer clic aquí para ir a la pestaña Supervisor", - "title": "Complementos (addons)" - }, - "automation": { - "description": "Aquí es donde se encuentran python_scripts, aplicaciones AppDaemon y aplicaciones NetDaemon", - "title": "Automatización" - }, - "frontend": { - "description": "Aquí es donde encontrarás temas, tarjetas personalizadas y otros elementos para lovelace", - "title": "Interfaz" - }, - "integrations": { - "description": "Aquí es donde se encuentran las integraciones personalizadas (custom_components)", - "title": "Integraciones" - }, - "pending_repository_upgrade": "Está ejecutando la versión {installed}, la versión {available} está disponible" - }, - "settings": { - "add_custom_repository": "AGREGAR REPOSITORIO PERSONALIZADO", - "adding_new_repo": "Añadiendo un nuevo repositorio '{repo}'.", - "adding_new_repo_category": "Con la categoría '{categoría}'.", - "bg_task_custom": "Los repositorios personalizados están ocultos mientras se ejecutan las tareas en segundo plano.", - "category": "Categoría", - "compact_mode": "Modo compacto", - "custom_repositories": "REPOSITORIOS PERSONALIZADOS", - "delete": "Eliminar", - "display": "Mostrar", - "grid": "Cuadrícula", - "hacs_repo": "HACS repo", - "hidden_repositories": "repositorios ocultos", - "missing_category": "Es necesario seleccionar una categoría", - "open_repository": "Abrir repositorio", - "reload_data": "Recargar datos", - "reload_window": "Recargar ventana", - "repository_configuration": "Configuración del repositorio", - "save": "Guardar", - "table": "Tabla", - "table_view": "Vista de la tabla", - "unhide": "mostrar", - "upgrade_all": "Actualizar todo" - }, - "store": { - "ascending": "ascendente", - "clear_new": "Eliminar la lista los nuevos repositorios", - "descending": "descendente", - "last_updated": "Última actualización", - "name": "Nombre", - "new_repositories": "Nuevos Repositorios", - "new_repositories_note": "Tienes más de 10 nuevos repositorios mostrados aquí, si quieres borrarlos todos haz clic en los 3 puntos de la esquina superior derecha y deséchalos todos.", - "no_repositories": "Sin repositorios", - "no_repositories_desc1": "Parece que todavía no tiene ningún repositorio instalado en esta sección.", - "no_repositories_desc2": "Haga clic en el + de la esquina inferior derecha para agregar su primer repositorio!", - "no_repositories_found_desc1": "No se ha encontrado ningún repositorio instalado que coincida con el valor de \"{searchInput}\" en esta sección.", - "no_repositories_found_desc2": "¡Intenta buscar otra cosa!", - "pending_upgrades": "Actualizaciones pendientes", - "placeholder_search": "Por favor escriba una palabra clave de búsqueda...", - "sort": "ordenar", - "stars": "Estrellas", - "status": "Estado" - }, - "time": { - "ago": "hace", - "day": "dia", - "days": "dias", - "hour": "hora", - "hours": "horas", - "minute": "minuto", - "minutes": "minutos", - "month": "mes", - "months": "meses", - "one": "Uno", - "one_day_ago": "hace un día", - "one_hour_ago": "hace una hora", - "one_minute_ago": "hace un minuto", - "one_month_ago": "hace un mes", - "one_second_ago": "hace un segundo", - "one_year_ago": "hace un año", - "second": "segundo", - "seconds": "segundos", - "x_days_ago": "hace {x} dias", - "x_hours_ago": "hace {x} horas", - "x_minutes_ago": "hace {x} minutos", - "x_months_ago": "hace {x} meses", - "x_seconds_ago": "hace {x} segundos", - "x_years_ago": "hace {x} años", - "year": "año", - "years": "años" - } -} \ No newline at end of file diff --git a/custom_components/hacs/translations/et_EE.json b/custom_components/hacs/translations/et_EE.json deleted file mode 100644 index 4cf2789..0000000 --- a/custom_components/hacs/translations/et_EE.json +++ /dev/null @@ -1,358 +0,0 @@ -{ - "common": { - "about": "Üldteave", - "add": "lisa", - "appdaemon_apps": "AppDaemoni rakendused", - "appdaemon_plural": "AppDaemoni rakendused", - "background_task": "Taustatoiming on töös. See leht taaslaetakse kui toiming on lõpetatud.", - "cancel": "Loobu", - "check_log_file": "Lisateavet leiad oma logifailist", - "continue": "Jätka", - "disabled": "Keelatud", - "documentation": "Dokumentatsioon", - "element": "element", - "hacs_is_disabled": "HACS on keelatud", - "ignore": "Eira", - "install": "Paigalda", - "installed": "paigaldatud", - "integration": "Sidumine", - "integration_plural": "Sidumised", - "integrations": "Sidumised", - "lovelace": "Lovelace", - "lovelace_element": "Kasutajaliidese element", - "lovelace_elements": "Kasutajaliidese elemendid", - "manage": "halda", - "netdaemon": "NetDaemon", - "netdaemon_apps": "NetDaemoni rakendused", - "netdaemon_plural": "NetDaemoni rakendused", - "plugin": "Kasutajaliides", - "plugin_plural": "Kasutajaliidese elemendid", - "plugins": "Kasutajaliidese elemendid", - "python_script": "Pythoni skript", - "python_script_plural": "Pythoni skriptid", - "python_scripts": "Pythoni skriptid", - "reload": "Taaslae", - "repositories": "Teegid", - "repository": "Hoidla", - "settings": "seaded", - "theme": "Kuva teema", - "theme_plural": "Kuvateemad", - "themes": "Kuvateemad", - "uninstall": "Desinstalli", - "update": "Uuendus", - "version": "Versioon" - }, - "config": { - "abort": { - "single_instance_allowed": "Lubatud on ainult üks HACS-i paigaldus." - }, - "error": { - "acc": "Enne jätkamist pead nõustuma kõiki tingimustega", - "auth": "Isiklik juurdepääsutõend pole õige" - } - }, - "confirm": { - "add_to_lovelace": "Kas oled kindel, et soovid lisada selle oma Lovelace'i ressurssidele?", - "bg_task": "Taustaülesannete töötamise ajal on toiming keelatud.", - "cancel": "Loobu", - "continue": "Kas soovite kindlasti jätkata?", - "delete": "Kas soovid kindlasti üksuse '{item}' kustutada?", - "delete_installed": "'{item}' on ipaigaldatud, peate selle enne kustutamist eemaldama.", - "exist": "{item} on juba olemas", - "generic": "Oled sa kindel?", - "home_assistant_is_restarting": "Oota, Home Assistant taaskäivitub.", - "home_assistant_version_not_correct": "Kasutad Home Assistanti versiooni '{haversion}' kuid see hoidla nõuab vähemalt versiooni '{minversion}' installimist.", - "no": "Ei", - "no_upgrades": "Värskendused puuduvad", - "ok": "Sobib", - "overwrite": "See toiming kirjutab selle üle.", - "reload_data": "See taaslaeb kõigi HACS-i teada olevate hoidlate andme. Selle lõpuleviimine võtab palju aega.", - "restart_home_assistant": "Kas soovid kindlasti Home Assistanti taaskäivitada?", - "uninstall": "Kas soovid kindlasti üksuse '{item}' desinstallida?", - "upgrade_all": "See uuendab kõiki valitud hoidlaid. Veenduge, et olete enne jätkamist lugenud kõigi nende väljalaskemärkmeid.", - "yes": "Jah" - }, - "dialog_about": { - "frontend_version": "Kasutajaliidese versioon", - "installed_repositories": "Paigaldatud hoidlad", - "integration_version": "Sidumise versioon", - "useful_links": "Kasulikud veebiviited" - }, - "dialog_add_repo": { - "limit": "Kuvatakse ainult esimesed 100 hoidlat. Vajaliku filtreerimiseks kasutage otsingut", - "no_match": "Filtrile vastavaid hoidlaid ei leitud", - "sort_by": "Sortimisalus", - "title": "Lisa hoidla" - }, - "dialog_custom_repositories": { - "category": "Kategooria", - "no_category": "Puuduv kategooria", - "no_repository": "Puuduv hoidla", - "title": "Kohandatud hoidlad", - "url_placeholder": "Lisa kohandatud hoidla URL" - }, - "dialog_info": { - "author": "Autor", - "downloads": "Allalaadimised", - "install": "Paigalda see hoidla HACS-i", - "loading": "Teabe laadimine ...", - "no_info": "Arendaja ei ole selle hoidla kohta rohkem teavet avaldanud", - "open_issues": "Teadaolevad tõrketeatised", - "open_repo": "Ava hoidla", - "stars": "Hinnang", - "version_installed": "Paigaldatud versioon" - }, - "dialog_install": { - "restart": "Pea meeles, et sidumiste (custom_components) muudatuste rakendamiseks pead Home Assistanti taaskäivitama.", - "select_version": "Vali versioon", - "show_beta": "Kuva beetaversioonid", - "type": "Liik", - "url": "URL" - }, - "dialog_removed": { - "link": "Väline link lisateabe saamiseks", - "name": "Hoidla nimi", - "reason": "Eemaldamise põhjus", - "type": "Eemaldamise tüüp" - }, - "dialog_update": { - "available_version": "Saadaolev versioon", - "changelog": "Muudatused", - "installed_version": "Paigaldatud versioon", - "releasenotes": "Väljalaske märkused väljaandele {release}", - "title": "Uuendus on ootel" - }, - "dialog": { - "reload": { - "confirm": "Kas teen seda kohe?", - "description": "Lovelace ressursside muutmisel pead brauseri vahemälu tühjendama." - } - }, - "entry": { - "information": "Teave", - "intro": "Siin kuvatakse saadaval värskendused ja olulised sõnumid kui neid juhtub olema", - "messages": { - "disabled": { - "content": "Lisateavet leiad oma logifailist", - "title": "HACS on keelatud" - }, - "has_pending_tasks": { - "content": "Mõnda hoidlat ei kuvata enne kui tegevus on lõpule viidud", - "title": "Taustal on ootel toiminguid" - }, - "removed": "Eemaldasin hoidla '{repository}'", - "resources": { - "content": "Teil on {number} Lovelace'i elementi mis pole Lovelace'is õigesti laaditud.", - "title": "Ei laaditud Lovelace'i" - }, - "restart": { - "content": "Teil on {number} sidumist mis nõuavad Home Assistanti taaskäivitamist. Saate seda teha Home Assistanti kasutajaliidese seadete alamjaotisest \"Serveri juhtimine\".", - "title": "Taaskäivitamise ootel" - }, - "setup": { - "content": "HACS on seadistub. Selle aja jooksul võib osa teavet puududa või olla vale", - "title": "HACS seadistub" - }, - "startup": { - "content": "HACS käivitub. Selle aja jooksul võib osa teavet puududa või olla vale", - "title": "HACS käivitub" - }, - "waiting": { - "content": "HACS ootab Home Assistanti käivitumist", - "title": "HACS on ootel" - }, - "wrong_frontend_installed": { - "content": "Teil on installitud HACS'i kasutajaliides {running} kuid eeldatakse versiooni {expected}. Kui näete seda teadet ei suutnud Home Assistant uut versiooni installida. Proovige Home Assistant taaskäivitada.", - "title": "Ootamatu kasutajaliidese versioon" - }, - "wrong_frontend_loaded": { - "content": "Paigaldatud on HACS'i kasutajaliides {running} kuid eeldatakse versiooni {expected}. Tühjenda oma veebilehitseja vahemälu.", - "title": "Ootamatu kasutajaliidese versioon" - } - }, - "pending_updates": "Ootel värskendused" - }, - "menu": { - "about": "HACS-i info", - "clear": "Tühjenda kõik uued", - "custom_repositories": "Kohandatud hoidlad", - "dismiss": "Peida kõik uued hoidlad", - "documentation": "Dokumentatsioon", - "open_issue": "Esita tõrketeade", - "reload": "Lae aken uuesti" - }, - "options": { - "step": { - "user": { - "data": { - "appdaemon": "Luba AppDaemoni rakenduste otsimine ja jälgimine", - "country": "Filtreeri riigi koodi abil.", - "debug": "Luba silumine.", - "experimental": "Luba katselised funktsioonid", - "netdaemon": "Luba NetDaemoni rakenduste otsimine ja jälgimine", - "not_in_use": "YAML režiimi ei toetata", - "release_limit": "Mitu väljalaset kuvada.", - "sidepanel_icon": "Külgpaneeli ikoon", - "sidepanel_title": "Külgpaneeli pealkiri" - } - } - } - }, - "repository_banner": { - "config_flow": "See sidumine toetab config_flow'd. See tähendab, et selle seadistamiseks pead minema oma kasutajaliidese sidumiste sektsiooni.", - "config_flow_title": "Seadistamine kasutajaliidese abil", - "integration_not_loaded": "Seda sidumist ei laeta Home Assistanti.", - "no_restart_required": "Taaskäivitamine pole vajalik", - "not_loaded": "Pole laaditud", - "plugin_not_loaded": "Seda elementi ei lisata teie Lovelace'i ressurssidesse", - "restart": "Pead Home Assistanti taaskäivitama.", - "restart_pending": "Taaskäivitamine on ootel" - }, - "repository_card": { - "dismiss": "Peida", - "hide": "Peida", - "information": "Teave", - "new_repository": "Uus hoidla", - "not_loaded": "Pole laaditud", - "open_issue": "Esita tõrketeade", - "open_source": "Avatud lähtekoodiga", - "pending_restart": "Taaskäivitamise ootel", - "pending_update": "Värskendamise ootel", - "reinstall": "Paigalda uuesti", - "report": "Teavita eemaldamiseks", - "update_information": "Värskenda teavet" - }, - "repository": { - "add_to_lovelace": "Lisa kasutajaliidesesse", - "authors": "Autorid", - "available": "Saadaval", - "back_to": "Tagasi", - "changelog": "Muudatuste teave", - "downloads": "Allalaadimised", - "flag_this": "Märgi see ära", - "frontend_version": "Kasutajaliidese versioon", - "github_stars": "GitHubi hinnangud", - "goto_integrations": "Mine sidumiste juurde", - "hide": "Peida", - "hide_beta": "Peida eelversioon", - "install": "Paigalda", - "installed": "Paigaldatud", - "lovelace_copy_example": "Kopeeri näide lõikelauale", - "lovelace_instruction": "Kui lisad selle oma kasutajaliidese seadetesse kasuta", - "lovelace_no_js_type": "Selle elemendi tüüpi ei õnnestunud määratleda, kontrolli hoidlat.", - "newest": "uusim", - "note_appdaemon": "pead selle ikkagi lisama oma faili 'apps.yaml'", - "note_installed": "Kui see on paigaldatus siis asub see", - "note_integration": "pead selle ikkagi lisama oma faili 'configuration.yaml'", - "note_plugin": "lisaks pead selle lisama oma kasutajaliidese seadetesse ('ui-lovelace.yaml' või raw UI seadete redaktoris')", - "note_plugin_post_107": "pead selle lisama oma kasutajaliidese seadetesse ('configuration.yaml' või ressursiredaktoris '\/ config \/ lovelace \/ resources')", - "open_issue": "Esita tõrketeade", - "open_plugin": "Ava element", - "reinstall": "Paigalda uuesti", - "repository": "Hoidla", - "restart_home_assistant": "Taaskäivita Home Assistant", - "show_beta": "Kuva eelversioon", - "uninstall": "Desinstalli", - "update_information": "Värskenduse teave", - "upgrade": "Uuenda" - }, - "search": { - "installed": "Otsi paigaldatud hoidlaid", - "installed_new": "Otsi paigaldatud või uusi hoidlaid", - "placeholder": "Otsi hoidlat" - }, - "sections": { - "about": { - "description": "Kuva HACS-i teave", - "title": "Üldteave" - }, - "addon": { - "description": "HACS-is pole lisandmooduleid. Supervisorisse pääsemiseks klõpsa siin", - "title": "Lisandmoodulid" - }, - "automation": { - "description": "Siit leiad python_scripts, AppDaemoni ja NetDaemoni rakendused", - "title": "Automatiseeringud" - }, - "frontend": { - "description": "Siit leiad kasutajaliidese teemad, kohandatud kaardid ja muud elemendid", - "title": "Kasutajaliides" - }, - "integrations": { - "description": "Siit leiad kohandatud sidumised (custom_components)", - "title": "Sidumised" - }, - "pending_repository_upgrade": "Kasutad versiooni {installed}, saadaval on versioon {available}" - }, - "settings": { - "add_custom_repository": "LISA KOHANDATUD HOIDLA", - "adding_new_repo": "Lisan uue hoidla '{repo}'", - "adding_new_repo_category": "Kategoorias '{category}'.", - "bg_task_custom": "Kohandatud hoidlad on taustatoimingute töötamise ajal peidetud.", - "category": "Kategooria", - "compact_mode": "Kompaktne režiim", - "custom_repositories": "KOHANDATUD HOIDLAD", - "delete": "Kustuta", - "display": "Kuva", - "grid": "Võrgustik", - "hacs_repo": "HACSi teek", - "hidden_repositories": "peidetud hoidlad", - "missing_category": "Pead valima kategooria", - "open_repository": "Ava hoidla", - "reload_data": "Taaslae andmed", - "reload_window": "Lae aken uuesti", - "repository_configuration": "Hoidla seaded", - "save": "Salvesta", - "table": "Tabel", - "table_view": "Tabeli vaade", - "unhide": "too peidust välja", - "upgrade_all": "Uuenda kõik" - }, - "store": { - "ascending": "kasvav", - "clear_new": "Peida kõik uued hoidlad", - "descending": "kahanev", - "last_updated": "Viimati uuendatud", - "name": "Nimi", - "new_repositories": "Uued hoidlad", - "new_repositories_note": "Siin on kuvatud üle 10 uue hoidla. Kui soovid need kõik peita klõpsa paremas ülanurgas 3 punkti ja jätaneed kõik kõrvale.", - "no_repositories": "Hoidlaid pole", - "no_repositories_desc1": "Tundub, et sul pole veel ühtegi hoidlat mis on siia jaotisse paigaldatud.", - "no_repositories_desc2": "Esimese hoidla lisamiseks klõpsake alumises nurgas + märki!", - "no_repositories_found_desc1": "Selles jaotises ei leitud ühtegi paigaldatud hoidlat mis vastaks otsingule \" {searchInput} \".", - "no_repositories_found_desc2": "Proovi otsida midagi muud!", - "pending_upgrades": "Ootel värskendused", - "placeholder_search": "Palun sisesta otsingutermin...", - "sort": "sorteeri", - "stars": "Hinnang", - "status": "Olek" - }, - "time": { - "ago": "eest", - "day": "päev", - "days": "päeva", - "hour": "tund", - "hours": "tundi", - "minute": "minut", - "minutes": "minutit", - "month": "kuu", - "months": "kuud", - "one": "Üks", - "one_day_ago": "ühe aasta eest", - "one_hour_ago": "ühe tunni eest", - "one_minute_ago": "ühe minuti eest", - "one_month_ago": "ühe kuu esst", - "one_second_ago": "ühe sekundi eest", - "one_year_ago": "ühe aasta eest", - "second": "sekund", - "seconds": "sekundit", - "x_days_ago": "{x} päeva eest", - "x_hours_ago": "{x} tunni eest", - "x_minutes_ago": "{x} minuti eest", - "x_months_ago": "{x} kuu eest", - "x_seconds_ago": "{x} sekundi eest", - "x_years_ago": "{x} aasta eest", - "year": "aasta", - "years": "aastat" - } -} \ No newline at end of file diff --git a/custom_components/hacs/translations/fi.json b/custom_components/hacs/translations/fi.json deleted file mode 100644 index 5529fe5..0000000 --- a/custom_components/hacs/translations/fi.json +++ /dev/null @@ -1,242 +0,0 @@ -{ - "common": { - "about": "Tietoja", - "add": "Lisää", - "appdaemon_plural": "AppDaemon-sovellukset", - "check_log_file": "Tarkista lokitiedostosi saadaksesi lisätietoja.", - "disabled": "Poistettu käytöstä", - "documentation": "Dokumentointi", - "element": "elementti", - "hacs_is_disabled": "HACS on poistettu käytöstä", - "ignore": "Ohita", - "install": "Asenna", - "installed": "asennettu", - "integration_plural": "Integraatiot", - "lovelace": "Lovelace", - "lovelace_element": "Lovelace-elementti", - "lovelace_elements": "Lovelace-elementit", - "manage": "hallinnoi", - "netdaemon": "NetDaemon", - "netdaemon_apps": "NetDaemon-sovellukset", - "netdaemon_plural": "NetDaemon-sovellukset", - "plugin": "Lovelace", - "plugin_plural": "Lovelace-elementit", - "plugins": "Lovelace-elementit", - "python_script_plural": "Python-skriptit", - "repository": "Repo", - "theme": "Teema", - "theme_plural": "Teemat", - "themes": "Teemat", - "uninstall": "Poista", - "update": "Päivitä", - "version": "Versio" - }, - "config": { - "step": { - "device": { - "description": "Open {url} and paste this key `{code}` to authorize HACS, when you have done that click 'submit'", - "title": "HACS" - }, - "user": { - "data": { - "acc_addons": "I know that there are no add-ons in HACS", - "acc_disable": "I know that if I get issues with Home Assistant I should disable all my custom_components", - "acc_logs": "I know how to access Home Assistant logs", - "acc_untested": "I know that everything inside HACS is custom and untested by Home Assistant", - "appdaemon": "Enable AppDaemon apps discovery & tracking", - "netdaemon": "Enable NetDaemon apps discovery & tracking", - "python_script": "Enable python_scripts discovery & tracking", - "sidepanel_icon": "Side panel icon", - "sidepanel_title": "Side panel title", - "theme": "Enable Themes discovery & tracking", - "token": "GitHub Personal Access Token" - }, - "description": "Before you can setup HACS you need to acknowledge the following", - "title": "HACS" - } - }, - "title": "HACS (Home Assistant Community Store)" - }, - "confirm": { - "cancel": "Peruuta", - "generic": "Oletko varma?", - "no": "Ei", - "ok": "Okei", - "yes": "Kyllä" - }, - "dialog_about": { - "frontend_version": "Frontend-versio", - "installed_repositories": "Asennetut repot", - "useful_links": "Hyödyllisiä linkkejä" - }, - "dialog_add_repo": { - "sort_by": "Järjestä", - "title": "Lisää repo" - }, - "dialog_custom_repositories": { - "category": "Kategoria", - "no_category": "Puuttuva kategoria", - "no_repository": "Puuttuva repo" - }, - "dialog_info": { - "author": "Luoja", - "downloads": "Lataukset", - "install": "Asenna tämä HACS:iin", - "loading": "Tietoja ladataan...", - "open_issues": "Avoimet ongelmat", - "open_repo": "Avaa repo", - "stars": "Tähdet", - "version_installed": "Asennettu versio" - }, - "dialog_install": { - "select_version": "Valitse versio", - "show_beta": "Näytä beetaversiot", - "type": "Tyyppi", - "url": "URL" - }, - "dialog_removed": { - "link": "Linkki lisätietoihin", - "name": "Repon nimi", - "reason": "Poiston syy", - "type": "Poiston tyyppi" - }, - "dialog_update": { - "available_version": "Saatavilla oleva versio", - "changelog": "Muutosloki", - "installed_version": "Asennettu versio", - "title": "Päivitys odottaa" - }, - "entry": { - "information": "Tiedot", - "messages": { - "disabled": { - "content": "Tarkista lokitiedostosi saadaksesi lisätietoja", - "title": "HACS on poistettu käytöstä" - }, - "has_pending_tasks": { - "title": "Taustatehtävät vireillä" - }, - "removed": "Poistettu repo '{arkisto}'", - "resources": { - "title": "Ei ladattu Lovelaceen" - }, - "restart": { - "title": "Odottaa uudelleenkäynnistystä" - }, - "startup": { - "title": "HACS käynnistyy" - }, - "wrong_frontend_installed": { - "title": "Odottamaton käyttöliittymäversio" - }, - "wrong_frontend_loaded": { - "title": "Odottamaton käyttöliittymäversio" - } - }, - "pending_updates": "Päivityksiä saatavilla" - }, - "menu": { - "about": "Tietoja HACS:stä", - "clear": "Tyhjennä kaikki uudet", - "custom_repositories": "Mukautetut repot", - "dismiss": "Hylkää kaikki uudet repot", - "documentation": "Dokumentointi", - "open_issue": "Avoin ongelma", - "reload": "Lataa ikkuna uudelleen" - }, - "options": { - "step": { - "user": { - "data": { - "netdaemon": "Ota NetDaemon-sovellusten etsintä ja seuranta käyttöön", - "not_in_use": "Ei käytössä YAML:n kanssa", - "sidepanel_icon": "Sivupaneelin kuvake", - "sidepanel_title": "Sivupaneelin otsikko" - } - } - } - }, - "repository_banner": { - "config_flow_title": "Käyttöliittymän määrityksiä tuetaan" - }, - "repository_card": { - "dismiss": "Hylkää", - "hide": "Piilota", - "information": "Tiedot", - "new_repository": "Uusi repo", - "not_loaded": "Ei ladattu", - "open_issue": "Avoin ongelma", - "open_source": "Avoin lähdekoodi", - "pending_restart": "Odottaa uudelleenkäynnistystä", - "pending_update": "Odottaa päivittämistä", - "reinstall": "Asenna uudelleen", - "report": "Raportoi poistettavaksi", - "update_information": "Päivitä tiedot" - }, - "repository": { - "frontend_version": "Frontend-versio", - "github_stars": "GitHub-tähdet", - "goto_integrations": "Siirry integraatioihin" - }, - "search": { - "installed": "Etsi asennettuja repoja", - "installed_new": "Etsi asennettuja tai uusia repoja", - "placeholder": "Etsi repoa" - }, - "sections": { - "about": { - "title": "Tietoja" - }, - "automation": { - "title": "Automaatio" - }, - "frontend": { - "title": "Frontend" - }, - "integrations": { - "description": "Täältä löydät mukautetut integraatiot (custom_components)", - "title": "integraatiot" - } - }, - "settings": { - "delete": "Poista", - "reload_window": "Lataa ikkuna uudelleen", - "save": "Tallenna" - }, - "store": { - "name": "Nimi", - "no_repositories": "Ei repoja", - "no_repositories_found_desc2": "Kokeile etsiä jotain muuta!", - "pending_upgrades": "Odottaa päivityksiä", - "sort": "järjestä", - "stars": "Tähdet", - "status": "Tila" - }, - "time": { - "day": "päivä", - "days": "päivää", - "hour": "tunti", - "hours": "tuntia", - "minute": "minuutti", - "minutes": "minuuttia", - "month": "kuukausi", - "months": "kuukautta", - "one": "Yksi", - "one_day_ago": "yksi päivä sitten", - "one_hour_ago": "tunti sitten", - "one_minute_ago": "minuutti sitten", - "one_month_ago": "kuukausi sitten", - "one_second_ago": "sekunti sitten", - "one_year_ago": "vuosi sitten", - "second": "sekunti", - "seconds": "sekuntia", - "x_days_ago": "{x} päivää sitten", - "x_hours_ago": "{x} tuntia sitten", - "x_minutes_ago": "{x} minuuttia sitten", - "x_months_ago": "{x} kuukautta sitten", - "x_seconds_ago": "{x} sekuntia sitten", - "x_years_ago": "{x} vuotta sitten", - "year": "vuosi", - "years": "vuotta" - } -} \ No newline at end of file diff --git a/custom_components/hacs/translations/fr.json b/custom_components/hacs/translations/fr.json deleted file mode 100644 index 1dc0197..0000000 --- a/custom_components/hacs/translations/fr.json +++ /dev/null @@ -1,383 +0,0 @@ -{ - "common": { - "about": "À propos de", - "add": "ajouter", - "appdaemon": "AppDaemon", - "appdaemon_apps": "Applications AppDaemon", - "appdaemon_plural": "AppDaemon Apps", - "background_task": "Tache de fond en cours, cette page se rechargera une fois terminée", - "cancel": "Annuler", - "check_log_file": "Consultez votre fichier journal pour plus de détails.", - "continue": "Continuer", - "disabled": "Désactivé", - "documentation": "Documentation", - "element": "élément", - "hacs_is_disabled": "HACS est désactivé", - "ignore": "Ignorer", - "install": "Installer", - "installed": "installés", - "integration": "Intégration", - "integration_plural": "Intégrations", - "integrations": "Intégrations", - "lovelace": "Lovelace", - "lovelace_element": "Élément Lovelace", - "lovelace_elements": "Éléments Lovelace", - "manage": "gérer", - "netdaemon": "NetDaemon", - "netdaemon_apps": "Applications NetDaemon", - "netdaemon_plural": "NetDaemon Apps", - "plugin": "Lovelace", - "plugin_plural": "Éléments Lovelace", - "plugins": "Éléments Lovelace", - "python_script": "Script Python", - "python_script_plural": "Scripts Python", - "python_scripts": "Scripts Python", - "reload": "Recharger", - "repositories": "Dépôts", - "repository": "Dépôt", - "settings": "paramètres", - "theme": "Thème", - "theme_plural": "Thèmes", - "themes": "Thèmes", - "uninstall": "Désinstaller", - "update": "Mettre à jour", - "version": "Version" - }, - "config": { - "abort": { - "single_instance_allowed": "Une seule configuration de HACS est autorisée." - }, - "error": { - "acc": "Vous devez accepter toutes les déclarations avant de continuer", - "auth": "Le jeton personnel d'accès est invalide." - }, - "step": { - "device": { - "description": "Open {url} and paste this key `{code}` to authorize HACS, when you have done that click 'submit'", - "title": "HACS" - }, - "user": { - "data": { - "acc_addons": "I know that there are no add-ons in HACS", - "acc_disable": "I know that if I get issues with Home Assistant I should disable all my custom_components", - "acc_logs": "I know how to access Home Assistant logs", - "acc_untested": "I know that everything inside HACS is custom and untested by Home Assistant", - "appdaemon": "Enable AppDaemon apps discovery & tracking", - "netdaemon": "Enable NetDaemon apps discovery & tracking", - "python_script": "Enable python_scripts discovery & tracking", - "sidepanel_icon": "Side panel icon", - "sidepanel_title": "Side panel title", - "theme": "Enable Themes discovery & tracking", - "token": "GitHub Personal Access Token" - }, - "description": "Before you can setup HACS you need to acknowledge the following", - "title": "HACS" - } - }, - "title": "HACS (Home Assistant Community Store)" - }, - "confirm": { - "add_to_lovelace": "Êtes-vous sûr de vouloir l'ajouter à vos ressources Lovelace ?", - "bg_task": "L'action est désactivée pendant l'exécution de tâches en arrière-plan.", - "cancel": "Annuler", - "continue": "Es-tu sur de vouloir continuer?", - "delete": "Êtes-vous sûr de vouloir supprimer '{item}'?", - "delete_installed": "'{item}' est installé, vous devez le désinstaller avant de pouvoir le supprimer.", - "exist": "{item} existe déjà", - "generic": "Êtes-vous sûr?", - "home_assistant_is_restarting": "Attendez, Home Assistant redémarre maintenant.", - "home_assistant_version_not_correct": "Vous utilisez la version '{haversion}' de Home Assistant, mais ce référentiel nécessite l'installation de la version minimale '{minversion}'.", - "no": "Non", - "no_upgrades": "Aucune mise à niveau en attente", - "ok": "OK", - "overwrite": "En faisant cela, cela l'écrasera.", - "reload_data": "Cela recharge les données de tous les dépôts dont HACS a connaissance, cela prendra un certain temps à terminer.", - "restart_home_assistant": "Voulez-vous vraiment redémarrer Home Assistant ?", - "uninstall": "Êtes-vous sûr de vouloir désinstaller '{item}'?", - "upgrade_all": "Cela mettra à niveau tous ces dépôts, assurez-vous d'avoir lu les notes de publication pour chacun d'entre eux avant de continuer.", - "yes": "Oui" - }, - "dialog_about": { - "frontend_version": "Version frontend", - "installed_repositories": "Dépôts installés", - "integration_version": "Version d'intégration", - "useful_links": "Liens utiles" - }, - "dialog_add_repo": { - "limit": "Seuls les 100 premiers dépôts sont affichés, utilisez la recherche pour filtrer ce dont vous avez besoin", - "no_match": "Aucun dépôt trouvé correspondant à votre filtre", - "sort_by": "Trier par", - "title": "Ajouter un dépôt" - }, - "dialog_custom_repositories": { - "category": "Catégorie", - "no_category": "Catégorie manquante", - "no_repository": "Dépôt manquant", - "title": "Dépôts personnalisés", - "url_placeholder": "Ajouter une URL de dépôt personnalisée" - }, - "dialog_info": { - "author": "Auteur", - "downloads": "Téléchargements", - "install": "Installer ce dépôt dans HACS", - "loading": "Chargement des informations ...", - "no_info": "Le développeur n'a pas fourni plus d'informations pour ce dépôt", - "open_issues": "Open issues", - "open_repo": "Ouvrir dépôt", - "stars": "Étoiles", - "version_installed": "Version installée" - }, - "dialog_install": { - "restart": "N'oubliez pas que vous devez redémarrer Home Assistant avant que les modifications aux intégrations (custom_components) soient appliquées.", - "select_version": "Sélectionnez une version", - "show_beta": "Afficher les versions bêta", - "type": "Type", - "url": "URL" - }, - "dialog_removed": { - "link": "Lien externe vers plus d'informations", - "name": "Nom du dépôt", - "reason": "Raison de la suppression", - "type": "Type de suppression" - }, - "dialog_update": { - "available_version": "Version disponible", - "changelog": "Changelog", - "installed_version": "Version installée", - "releasenotes": "Notes de version pour {release}", - "title": "Mise à jour en attente" - }, - "dialog": { - "reload": { - "confirm": "Voulez-vous faire cela maintenant ?", - "description": "Vous devez vider le cache de votre navigateur lors de la modification des ressources Lovelace." - } - }, - "entry": { - "information": "Information", - "intro": "Les mises à jour et les messages importants s'afficheront ici s'il y en a", - "messages": { - "disabled": { - "content": "Vérifiez votre fichier journal pour plus de détails", - "title": "HACS est désactivé" - }, - "has_pending_tasks": { - "content": "Certains dépôts peuvent ne pas apparaître tant que cette opération n'est pas terminée", - "title": "Tâches d’arrière-plan en attente" - }, - "removed": "Dépôt '{repository}' supprimé", - "resources": { - "content": "Vous avez {number} éléments Lovelace qui ne sont pas chargés correctement dans Lovelace.", - "title": "Non chargé dans Lovelace" - }, - "restart": { - "content": "Vous disposez de {number} intégrations qui nécessitent un redémarrage de Home Assistant, vous pouvez le faire à partir de la section \"Contrôle du serveur\" dans la partie configuration de l'interface utilisateur de Home Assistant.", - "title": "En attente de redémarrage" - }, - "setup": { - "content": "HACS est en cours de configuration, pendant ce temps, certaines informations peuvent être manquantes ou incorrectes", - "title": "HACS se met en place" - }, - "startup": { - "content": "HACS démarre, pendant ce temps, certaines informations peuvent être manquantes ou incorrectes", - "title": "HACS est en train de démarrer" - }, - "waiting": { - "content": "HACS attend que Home Assistant termine le démarrage avant de démarrer les tâches de démarrage", - "title": "HACS attend" - }, - "wrong_frontend_installed": { - "content": "Vous avez {running} du frontend HACS installé, mais la version {expected} était attendue. Si ce message s'affiche, Home Assistant n'a pas pu installer la nouvelle version, essayez de redémarrer Home Assistant.", - "title": "Version frontend inattendue" - }, - "wrong_frontend_loaded": { - "content": "Vous exécutez la version {running} de l'interface HACS, mais la version {expected} était attendue, vous devez vider le cache de votre navigateur.", - "title": "Version frontend inattendue" - } - }, - "pending_updates": "Mises à jour en attente" - }, - "menu": { - "about": "À propos de HACS", - "clear": "Effacer tous les nouveaux", - "custom_repositories": "Dépôts personnalisés", - "dismiss": "Rejeter tous les nouveaux dépôts", - "documentation": "Documentation", - "open_issue": "Open issue", - "reload": "Recharger la fenêtre" - }, - "options": { - "step": { - "user": { - "data": { - "appdaemon": "Activer la découverte et le suivi des applications AppDaemon", - "country": "Filtrer par code pays.", - "debug": "Activer le débogage.", - "experimental": "Activer les fonctionnalités expérimentales", - "netdaemon": "Activer la découverte et le suivi des applications NetDaemon", - "not_in_use": "Non utilisé avec YAML", - "release_limit": "Nombre de recensés à afficher.", - "sidepanel_icon": "Icône de la barre latérale", - "sidepanel_title": "Titre de la barre latérale" - } - } - } - }, - "repository_banner": { - "config_flow": "Cette intégration prend en charge config_flow, ce qui signifie que vous pouvez maintenant accéder à la section d'intégration de votre interface utilisateur pour le configurer.", - "config_flow_title": "Configuration de l'interface utilisateur prise en charge", - "integration_not_loaded": "Cette intégration n'est pas chargée dans Home Assistant.", - "no_restart_required": "Aucun redémarrage requis", - "not_loaded": "Non chargé", - "plugin_not_loaded": "Ce plugin n'est pas ajouté à vos ressources Lovelace.", - "restart": "Vous devez redémarrer Home Assistant.", - "restart_pending": "Redémarrage en attente" - }, - "repository_card": { - "dismiss": "rejeter", - "hide": "Cacher", - "information": "Information", - "new_repository": "Nouveau dépôt", - "not_loaded": "Non chargé", - "open_issue": "Ouvrir issue", - "open_source": "Open source", - "pending_restart": "Redémarrage en attente", - "pending_update": "Mise à jour en attente", - "reinstall": "Réinstaller", - "report": "Rapport de suppression", - "update_information": "Mettre à jour les informations" - }, - "repository": { - "add_to_lovelace": "Ajouter à Lovelace", - "authors": "Auteurs", - "available": "Disponible", - "back_to": "Retour", - "changelog": "Change log", - "downloads": "Téléchargements", - "flag_this": "Marquer", - "frontend_version": "Version de l'interface", - "github_stars": "Étoiles GitHub", - "goto_integrations": "Aller aux intégrations", - "hide": "Masquer", - "hide_beta": "Masquer les bêta", - "install": "Installer", - "installed": "Installés", - "lovelace_copy_example": "Copier cet exemple dans le presse-papier", - "lovelace_instruction": "Quand vous l'ajoutez à votre configuration lovelace, utilisez", - "lovelace_no_js_type": "Impossible de déterminer le type de plugin, veuillez vérifier le dépôt", - "newest": "nouveau", - "note_appdaemon": "vous devez toujours l'ajouter à votre fichier 'apps.yaml'", - "note_installed": "Une fois installé, il se trouvera dans", - "note_integration": "Vous devez toujours l'ajouter à votre fichier 'configuration.yaml'", - "note_plugin": "Vous devez toujours l'ajouter à votre configuration lovelace ('ui-lovelace.yaml' ou l'éditeur de configuration de l'interface)", - "note_plugin_post_107": "Vous devez toujours l'ajouter à votre configuration lovelace ('configuration.yaml' ou l'éditeur de configuration de l'interface '\/config\/lovelace\/resources')", - "open_issue": "Ouvrir un ticket", - "open_plugin": "Ouvrir l'élément", - "reinstall": "Réinstaller", - "repository": "Dépôt", - "restart_home_assistant": "Redémarrer Home Assistant", - "show_beta": "Afficher les bêta", - "uninstall": "Désinstaller", - "update_information": "Mettre à jour les informations", - "upgrade": "Mettre à jour" - }, - "search": { - "installed": "Rechercher des dépôts installés", - "installed_new": "Rechercher des dépôts installés ou nouveaux", - "placeholder": "Rechercher un dépôt" - }, - "sections": { - "about": { - "description": "Afficher des informations sur le système HACS", - "title": "À propos de" - }, - "addon": { - "description": "Il n'y a pas de modules complémentaires dans HACS, mais vous pouvez cliquer ici pour aller au superviseur", - "title": "Modules complémentaires" - }, - "automation": { - "description": "C'est ici que vous trouverez les scripts python, les applications AppDaemon et NetDaemon", - "title": "Automatisation" - }, - "frontend": { - "description": "C'est ici que vous trouverez des thèmes, des cartes personnalisées et d'autres éléments pour lovelace", - "title": "Frontend" - }, - "integrations": { - "description": "C'est ici que vous trouverez les intégrations personnalisées (custom_components)", - "title": "Intégrations" - }, - "pending_repository_upgrade": "Vous utilisez la version {installed} , la version {available} est disponible" - }, - "settings": { - "add_custom_repository": "AJOUTER UN DÉPÔT PERSONNALISÉ", - "adding_new_repo": "Ajout d'un nouveau dépôt '{repo}'", - "adding_new_repo_category": "Avec la catégorie '{category}'.", - "bg_task_custom": "Les dépôts personnalisés sont masqués pendant l'exécution de tâches en arrière-plan.", - "category": "Catégorie", - "compact_mode": "Mode compact", - "custom_repositories": "DÉPÔTS PERSONNALISÉS", - "delete": "Supprimer", - "display": "Affichage", - "grid": "Grille", - "hacs_repo": "Dépôt HACS", - "hidden_repositories": "dépôts cachés", - "missing_category": "Vous devez sélectionner une catégorie", - "open_repository": "Ouvrir dépôt", - "reload_data": "Recharger les données", - "reload_window": "Recharger la fenêtre", - "repository_configuration": "Configuration de dépôt", - "save": "Enregistrer", - "table": "Tableau", - "table_view": "Vue table", - "unhide": "Afficher", - "upgrade_all": "Tout mettre à jour" - }, - "store": { - "ascending": "ascendant", - "clear_new": "Effacer tous les nouveaux dépôts", - "descending": "descendant", - "last_updated": "Dernière mise à jour", - "name": "Nom", - "new_repositories": "Nouveaux dépôts", - "new_repositories_note": "Vous avez plus de 10 nouveaux dépôts qui apparaissent ici. Si vous voulez les effacer tous, cliquez sur les 3 points en haut à droite de l'écran et ignorez-les tous.", - "no_repositories": "Aucun dépôt", - "no_repositories_desc1": "Il semble que vous n’avez pas de dépôts installés dans cette section encore.", - "no_repositories_desc2": "Cliquez sur le + dans le coin inférieur pour ajouter votre premier !", - "no_repositories_found_desc1": "Aucun référentiel installé correspondant à \" {searchInput} \" n'a été trouvé dans cette section.", - "no_repositories_found_desc2": "Essayez de chercher autre chose !", - "pending_upgrades": "Mises à niveau en attente", - "placeholder_search": "Veuillez entrer un terme de recherche...", - "sort": "Trier", - "stars": "Étoiles", - "status": "Statut" - }, - "time": { - "ago": "il y a", - "day": "jour", - "days": "jours", - "hour": "heure", - "hours": "heures", - "minute": "minute", - "minutes": "minutes", - "month": "mois", - "months": "mois", - "one": "Un", - "one_day_ago": "il y a 1 jour", - "one_hour_ago": "il y a 1 heure", - "one_minute_ago": "il y a 1 minute", - "one_month_ago": "il y a 1 mois", - "one_second_ago": "il y a 1 seconde", - "one_year_ago": "il y a 1 an", - "second": "seconde", - "seconds": "secondes", - "x_days_ago": "il y a {x} jours", - "x_hours_ago": "il y a {x} heures", - "x_minutes_ago": "il y a {x} minutes", - "x_months_ago": "il y a {x} mois", - "x_seconds_ago": "il y a {x} secondes", - "x_years_ago": "il y a {x} ans", - "year": "an", - "years": "ans" - } -} \ No newline at end of file diff --git a/custom_components/hacs/translations/hu.json b/custom_components/hacs/translations/hu.json deleted file mode 100644 index 013f0dd..0000000 --- a/custom_components/hacs/translations/hu.json +++ /dev/null @@ -1,378 +0,0 @@ -{ - "common": { - "about": "Névjegy", - "add": "hozzáadás", - "appdaemon": "AppDaemon", - "appdaemon_apps": "AppDaemon Appok", - "appdaemon_plural": "AppDaemon appok", - "background_task": "Éppen háttérfeladat fut, ez az oldal frissülni fog, ha kész.", - "cancel": "Mégse", - "check_log_file": "További részletekért ellenőrizd a naplófájlt.", - "continue": "Folytatás", - "disabled": "Tiltva", - "documentation": "Dokumentáció", - "element": "bővítmény", - "hacs_is_disabled": "A HACS le van tiltva", - "ignore": "Mellőzés", - "install": "Telepítés", - "installed": "Telepített", - "integration": "Integráció", - "integration_plural": "Integrációk", - "integrations": "Integrációk", - "lovelace": "Lovelace", - "lovelace_element": "Lovelace bővítmény", - "lovelace_elements": "Lovelace bővítmények", - "manage": "kezelés", - "netdaemon": "NetDaemon", - "netdaemon_apps": "NetDaemon Appok", - "netdaemon_plural": "NetDaemon appok", - "plugin": "Lovelace", - "plugin_plural": "Lovelace bővítmények", - "plugins": "Lovelace bővítmények", - "python_script": "Python Szkript", - "python_script_plural": "Python szkriptek", - "python_scripts": "Python Szkriptek", - "reload": "Újratöltés", - "repositories": "Tárolók", - "repository": "Tároló", - "settings": "beállítások", - "theme": "Téma", - "theme_plural": "Témák", - "themes": "Témák", - "uninstall": "Eltávolítás", - "update": "Frissítés", - "version": "Verzió" - }, - "config": { - "abort": { - "single_instance_allowed": "Csak egyetlen HACS konfiguráció megengedett." - }, - "error": { - "acc": "El kell fogadnod minden nyilatkozatot a folytatás előtt", - "auth": "A személyes hozzáférési token nem megfelelő" - }, - "step": { - "device": { - "description": "Open {url} and paste this key `{code}` to authorize HACS, when you have done that click 'submit'", - "title": "HACS" - }, - "user": { - "data": { - "acc_addons": "I know that there are no add-ons in HACS", - "acc_disable": "I know that if I get issues with Home Assistant I should disable all my custom_components", - "acc_logs": "I know how to access Home Assistant logs", - "acc_untested": "I know that everything inside HACS is custom and untested by Home Assistant", - "appdaemon": "Enable AppDaemon apps discovery & tracking", - "netdaemon": "Enable NetDaemon apps discovery & tracking", - "python_script": "Enable python_scripts discovery & tracking", - "sidepanel_icon": "Side panel icon", - "sidepanel_title": "Side panel title", - "theme": "Enable Themes discovery & tracking", - "token": "GitHub Personal Access Token" - }, - "description": "Before you can setup HACS you need to acknowledge the following", - "title": "HACS" - } - }, - "title": "HACS (Home Assistant Community Store)" - }, - "confirm": { - "add_to_lovelace": "Biztosan hozzá szeretnéd ezt adni a Lovelace erőforrásokhoz?", - "bg_task": "A művelet le van tiltva, amíg háttérfeladat fut.", - "cancel": "Mégse", - "continue": "Biztosan folytatni szeretnéd?", - "delete": "Biztosan törölni szeretnéd a(z) '{item}'-t?", - "delete_installed": "A(z) '{item}' telepítve van, törlés előtt el kell távolítanod.", - "exist": "{item} már létezik", - "generic": "Biztos vagy benne?", - "home_assistant_is_restarting": "Várj, a Home Assistant éppen újraindul.", - "home_assistant_version_not_correct": "A Home Assistant '{haversion}' verzióját használod, de ehhez a tárolóhoz legalább a(z) '{minversion}' verzióra van szükség.", - "no": "Nem", - "no_upgrades": "Nincsenek elérhető frissítések", - "ok": "OK", - "overwrite": "Ezzel felül fogod írni.", - "reload_data": "Ez újratölti a HACS által ismert összes tároló adatát, ami némi időbe telhet.", - "restart_home_assistant": "Biztosan újraindítod a Home Assistant programot?", - "uninstall": "Biztosan el szeretnéd távolítani a(z) '{item}'-t?", - "upgrade_all": "Ez frissíteni fogja az összes tárolót. Győzödj meg róla, hogy elolvastad az összes kiadási megjegyzést, mielőtt továbblépnél.", - "yes": "Igen" - }, - "dialog_about": { - "frontend_version": "Frontend verzió", - "installed_repositories": "Telepített tárolók", - "integration_version": "Integráció verzió", - "useful_links": "Hasznos linkek" - }, - "dialog_add_repo": { - "limit": "Csak az első 100 tároló jelenik meg, használd a keresőt a találatok szűkítéséhez", - "no_match": "Nincs a szűrésnek megfelelő tároló", - "sort_by": "Rendezés", - "title": "Tároló hozzáadása" - }, - "dialog_custom_repositories": { - "category": "Kategória", - "no_category": "Hiányzó kategória", - "no_repository": "Hiányzó tároló", - "title": "Egyéni tárolók", - "url_placeholder": "Egyéni tároló URL címének hozzáadása" - }, - "dialog_info": { - "author": "Szerző", - "downloads": "Letöltések", - "install": "Tároló telepítése HACS-ben", - "loading": "Információ betöltése...", - "no_info": "A fejlesztő nem adott meg több információt ehhez a tárolóhoz", - "open_issues": "Jelentett problémák", - "open_repo": "Tároló megnyitása", - "stars": "Csillagok", - "version_installed": "Telepített verzió" - }, - "dialog_install": { - "restart": "Ne feledd, hogy az egyéni integrációk (custom_components) módosításainak alkalmazásához újra kell indítanod a Home Assistant alkalmazást.", - "select_version": "Verzió kiválasztása", - "show_beta": "Béta verziók megjelenítése", - "type": "Típus", - "url": "URL" - }, - "dialog_removed": { - "link": "Külső link további információkhoz", - "name": "Tároló neve", - "reason": "Eltávolítás oka", - "type": "Eltávolítás típusa" - }, - "dialog_update": { - "available_version": "Elérhető verzió", - "changelog": "Változási napló", - "installed_version": "Telepített verzió", - "releasenotes": "{release} kiadási megjegyzései", - "title": "Frissítés érhető el" - }, - "dialog": { - "reload": { - "confirm": "Meg szeretnéd most ezt tenni?", - "description": "Törölnöd kell a böngésződ gyorsítótárát a Lovelace erőforrások módosításakor." - } - }, - "entry": { - "information": "Információ", - "intro": "A frissítések és a fontos üzenetek itt jelennek meg, ha vannak", - "messages": { - "disabled": { - "content": "További részletek a naplófájlban", - "title": "A HACS le van tiltva" - }, - "has_pending_tasks": { - "content": "Előfordulhat, hogy egyes tárolók nem jelennek meg, amíg ez be nem fejeződik", - "title": "Függőben lévő háttérfeladatok" - }, - "removed": "Eltávolított tároló '{repository}'", - "resources": { - "title": "Nincs betöltve a Lovelace-ben" - }, - "restart": { - "title": "Újraindításra vár" - }, - "setup": { - "content": "A HACS beállítása folyamatban van, ez idő alatt bizonyos információk hiányozhatnak vagy helytelenek lehetnek", - "title": "A HACS beállítása folyamatban van" - }, - "startup": { - "content": "A HACS éppen indul, ez idő alatt bizonyos információk hiányozhatnak vagy helytelenek lehetnek", - "title": "A HACS éppen indul" - }, - "waiting": { - "content": "A HACS az indítási feladatok megkezdése előtt arra vár, hogy a Home Assistant befejezze az indulást", - "title": "A HACS vár" - }, - "wrong_frontend_installed": { - "title": "Nem várt frontend verzió" - }, - "wrong_frontend_loaded": { - "title": "Nem várt frontend verzió" - } - }, - "pending_updates": "Frissítések érhetők el" - }, - "menu": { - "about": "HACS névjegye", - "clear": "Új jelölések törlése", - "custom_repositories": "Egyéni tárolók", - "dismiss": "Minden új tároló elvetése", - "documentation": "Dokumentáció", - "open_issue": "Probléma jelentése", - "reload": "Ablak újratöltése" - }, - "options": { - "step": { - "user": { - "data": { - "appdaemon": "AppDaemon appok felfedezésének és nyomon követésének engedélyezése", - "country": "Szűrés országkóddal.", - "debug": "Hibakeresés engedélyezése.", - "experimental": "Kísérleti funkciók engedélyezése", - "netdaemon": "NetDaemon appok felfedezésének és nyomon követésének engedélyezése", - "not_in_use": "YAML-lel nem használható", - "release_limit": "Megjelenítendő kiadások száma.", - "sidepanel_icon": "Oldalsó panel ikon", - "sidepanel_title": "Oldalsó panel cím" - } - } - } - }, - "repository_banner": { - "config_flow": "Ez az integráció támogatja a config_flow-t, vagyis a felhasználói felületen az integrációk menüben lehet konfigurálni.", - "config_flow_title": "A felhasználói felület konfigurációja támogatott", - "integration_not_loaded": "Ez az integráció nincs betöltve a Home Assistantban.", - "no_restart_required": "Nincs szükség újraindításra", - "not_loaded": "Nincs betöltve", - "plugin_not_loaded": "Ez a bővítmény nincs hozzáadva a Lovelace erőforrásaidhoz.", - "restart": "Indítsd újra a Home Assistant programot.", - "restart_pending": "Újraindítás függőben" - }, - "repository_card": { - "dismiss": "elvetés", - "hide": "Elrejtés", - "information": "Információ", - "new_repository": "Új tároló", - "not_loaded": "Nincs betöltve", - "open_issue": "Probléma jelentése", - "open_source": "Forrás megnyitása", - "pending_restart": "Újraindításra vár", - "pending_update": "Frissítés érhető el", - "reinstall": "Újratelepítés", - "report": "Jelentés eltávolításra", - "update_information": "Frissítési információ" - }, - "repository": { - "add_to_lovelace": "Hozzáadás a Lovelace-hez", - "authors": "Szerzők", - "available": "Elérhető", - "back_to": "Vissza -", - "changelog": "Változási napló", - "downloads": "Letöltések", - "flag_this": "Megjelölés", - "frontend_version": "Frontend verzió", - "github_stars": "GitHub csillagok", - "goto_integrations": "Ugrás az integrációkhoz", - "hide": "Elrejtés", - "hide_beta": "Béta elrejtése", - "install": "Telepítés", - "installed": "Telepített", - "lovelace_copy_example": "Példa másolása a vágólapra", - "lovelace_instruction": "Amikor hozzáadod ezt a lovelace konfigurációdhoz, használd ezt", - "lovelace_no_js_type": "Nem sikerült meghatározni a bővítmény típusát, ellenőrizd a tárolót.", - "newest": "legújabb", - "note_appdaemon": "de még hozzá kell adnod az 'apps.yaml' fájlhoz", - "note_installed": "Telepítéskor a következő helyre kerül:", - "note_integration": "de még hozzá kell adnod a 'configuration.yaml' fájlhoz", - "note_plugin": "de még hozzá kell adnod a lovelace konfigurációhoz (az 'ui-lovelace.yaml' fájlban vagy a Lovelace felületen a konfiguráció szerkesztőben)", - "note_plugin_post_107": "de még hozzá kell adnod a lovelace konfigurációhoz ('configuration.yaml' vagy az erőforrás szerkesztőben '\/config\/lovelace\/resources')", - "open_issue": "Probléma jelentése", - "open_plugin": "Bővítmény megnyitása", - "reinstall": "Újratelepítés", - "repository": "Tároló", - "restart_home_assistant": "Home Assistant újraindítása", - "show_beta": "Béta megjelenítése", - "uninstall": "Eltávolítás", - "update_information": "Frissítési információk", - "upgrade": "Frissítés" - }, - "search": { - "installed": "Telepített tárolók keresése", - "installed_new": "Telepített vagy új tárolók keresése", - "placeholder": "Tároló keresése" - }, - "sections": { - "about": { - "description": "Információk megjelenítése a HACS-ről", - "title": "Névjegy" - }, - "addon": { - "description": "A HACS-ban nincsenek kiegészítők, de ide kattintva eljuthatsz a supervisor-hoz", - "title": "Kiegészítők" - }, - "automation": { - "description": "Itt Python szkripteket, AppDaemon és NetDaemon appokat találsz", - "title": "Automatizálás" - }, - "frontend": { - "description": "Itt témákat, egyéni kártyákat és más bővítményeket találsz a Lovelace-hez", - "title": "Frontend" - }, - "integrations": { - "description": "Itt találod az egyéni integrációkat (custom_components)", - "title": "Integrációk" - }, - "pending_repository_upgrade": "A(z) {installed} verziót futtatod, a(z) {available} verzió már elérhető" - }, - "settings": { - "add_custom_repository": "EGYÉNI TÁROLÓ HOZZÁADÁSA", - "adding_new_repo": "Új tároló hozzáadása '{repo}'", - "adding_new_repo_category": "A '{category}' kategóriával.", - "bg_task_custom": "Az egyéni tárolók rejtve vannak, amíg háttérfeladat fut.", - "category": "Kategória", - "compact_mode": "Kompakt mód", - "custom_repositories": "EGYÉNI TÁROLÓK", - "delete": "Törlés", - "display": "Megjelenítés", - "grid": "Rács", - "hacs_repo": "HACS tároló", - "hidden_repositories": "rejtett tárolók", - "missing_category": "Ki kell választanod egy kategóriát", - "open_repository": "Tároló megnyitása", - "reload_data": "Adatok újratöltése", - "reload_window": "Ablak újratöltése", - "repository_configuration": "Tároló konfiguráció", - "save": "Mentés", - "table": "Táblázat", - "table_view": "Táblázat nézet", - "unhide": "felfedés", - "upgrade_all": "Minden frissítése" - }, - "store": { - "ascending": "növekvő", - "clear_new": "Új tárolók megjelölése látottként", - "descending": "csökkenő", - "last_updated": "Utolsó frissítés", - "name": "Név", - "new_repositories": "Új tárolók", - "new_repositories_note": "Több mint 10 új tároló látható. Ha törölni szeretnéd őket, akkor kattints a jobb felső sarokban lévő 3 pontra, és válaszd ki a 'Minden új tároló elvetése' menüpontot.", - "no_repositories": "Nincsenek tárolók", - "no_repositories_desc1": "Úgy tűnik, még nincsenek telepítve tárolók ebben a szekcióban.", - "no_repositories_desc2": "Kattints az alsó sarokban található + jelre az első hozzáadásához!", - "no_repositories_found_desc2": "Próbálj valami mást keresni!", - "pending_upgrades": "Frissítések érhetők el", - "placeholder_search": "Kérlek adj meg egy keresési kifejezést...", - "sort": "rendezés", - "stars": "Csillag", - "status": "Állapot" - }, - "time": { - "ago": "ezelőtt", - "day": "nap", - "days": "nap", - "hour": "óra", - "hours": "óra", - "minute": "perc", - "minutes": "perc", - "month": "hónap", - "months": "hónap", - "one": "Egy", - "one_day_ago": "egy nappal ezelőtt", - "one_hour_ago": "egy órával ezelőtt", - "one_minute_ago": "egy perccel ezelőtt", - "one_month_ago": "egy hónappal ezelőtt", - "one_second_ago": "egy másodperccel ezelőtt", - "one_year_ago": "egy évvel ezelőtt", - "second": "másodperc", - "seconds": "másodperc", - "x_days_ago": "{x} nappal ezelőtt", - "x_hours_ago": "{x} órával ezelőtt", - "x_minutes_ago": "{x} perccel ezelőtt", - "x_months_ago": "{x} hónappal ezelőtt", - "x_seconds_ago": "{x} másodperccel ezelőtt", - "x_years_ago": "{x} évvel ezelőtt", - "year": "év", - "years": "év" - } -} \ No newline at end of file diff --git a/custom_components/hacs/translations/it.json b/custom_components/hacs/translations/it.json deleted file mode 100644 index dc376fc..0000000 --- a/custom_components/hacs/translations/it.json +++ /dev/null @@ -1,366 +0,0 @@ -{ - "common": { - "about": "Informazioni su", - "add": "aggiungi", - "appdaemon": "AppDaemon", - "appdaemon_apps": "Applicazioni AppDaemon", - "appdaemon_plural": "Applicazioni AppDaemon", - "background_task": "Attività in esecuzione, questa pagina sarà ricaricata al termine.", - "cancel": "Annulla", - "check_log_file": "Controlla il tuo file di registro per maggiori dettagli.", - "continue": "Continua", - "disabled": "Disabilitato", - "documentation": "Documentazione", - "element": "elemento", - "hacs_is_disabled": "HACS è disabilitato", - "install": "Installa", - "installed": "Installati", - "integration": "Integrazione", - "integration_plural": "Integrazioni", - "integrations": "Integrazioni", - "lovelace": "Lovelace", - "lovelace_element": "Elemento Lovelace", - "lovelace_elements": "Elementi di Lovelace", - "manage": "gestione", - "netdaemon": "NetDaemon", - "netdaemon_apps": "Applicazioni NetDaemon", - "netdaemon_plural": "Applicazioni NetDaemon", - "plugin": "Lovelace", - "plugin_plural": "Elementi di Lovelace", - "plugins": "Elementi di Lovelace", - "python_script": "Script python", - "python_script_plural": "Script in Python", - "python_scripts": "Script python", - "reload": "Ricarica", - "repositories": "Repository", - "repository": "Repository", - "settings": "Impostazioni", - "theme": "Tema", - "theme_plural": "Temi", - "themes": "Temi", - "uninstall": "Disinstallare", - "update": "Aggiorna", - "version": "Versione" - }, - "config": { - "step": { - "device": { - "description": "Open {url} and paste this key `{code}` to authorize HACS, when you have done that click 'submit'", - "title": "HACS" - }, - "user": { - "data": { - "acc_addons": "I know that there are no add-ons in HACS", - "acc_disable": "I know that if I get issues with Home Assistant I should disable all my custom_components", - "acc_logs": "I know how to access Home Assistant logs", - "acc_untested": "I know that everything inside HACS is custom and untested by Home Assistant", - "appdaemon": "Enable AppDaemon apps discovery & tracking", - "netdaemon": "Enable NetDaemon apps discovery & tracking", - "python_script": "Enable python_scripts discovery & tracking", - "sidepanel_icon": "Side panel icon", - "sidepanel_title": "Side panel title", - "theme": "Enable Themes discovery & tracking", - "token": "GitHub Personal Access Token" - } - } - }, - "title": "HACS (Home Assistant Community Store)" - }, - "confirm": { - "add_to_lovelace": "Sei sicuro di voler aggiungerlo alle tue risorse Lovelace?", - "bg_task": "L'azione è disabilitata mentre sono in esecuzione attività in background.", - "cancel": "Annulla", - "continue": "Sei sicuro di voler continuare?", - "delete": "Sei sicuro di voler disinstallare '{item}'?", - "delete_installed": "'{item}' è installato, è necessario disinstallarlo prima di poterlo eliminare.", - "exist": "{item} esiste già", - "generic": "Sei sicuro?", - "home_assistant_is_restarting": "Aspetta, Home Assistant si sta riavviando.", - "home_assistant_version_not_correct": "Stai eseguendo la versione Home Assistant '{haversion}', ma questo repository richiede l'installazione della versione minima '{minversion}'.", - "no": "No", - "no_upgrades": "Nessun aggiornamento in sospeso", - "ok": "OK", - "overwrite": "In questo modo lo sovrascriverà.", - "reload_data": "Questo ricarica i dati di tutte le repository di cui HACS è a conoscenza, ci vorrà del tempo per finire.", - "restart_home_assistant": "Sei sicuro di voler riavviare Home Assistant?", - "uninstall": "Sei sicuro di voler disinstallare '{item}'?", - "upgrade_all": "Questa azione aggiornerà tutti i repository, assicurati di aver letto le note di rilascio prima di procedere.", - "yes": "Sì" - }, - "dialog_about": { - "frontend_version": "Versione frontend", - "installed_repositories": "Repository installati", - "integration_version": "Versione di integrazione", - "useful_links": "Link utili" - }, - "dialog_add_repo": { - "limit": "Vengono visualizzati solo i primi 100 repository, utilizza la ricerca per filtrare ciò di cui hai bisogno", - "no_match": "Nessun repository trovato corrispondente al filtro", - "sort_by": "Ordina per", - "title": "Aggiungi repository" - }, - "dialog_custom_repositories": { - "category": "Categoria", - "no_category": "Categoria mancante", - "no_repository": "Repository mancante", - "title": "Repository personalizzati", - "url_placeholder": "Aggiungi l'URL del repository personalizzato" - }, - "dialog_info": { - "author": "Autore", - "downloads": "Download", - "install": "Installa questo repository in HACS", - "loading": "Caricamento informazioni in corso ...", - "no_info": "Lo sviluppatore non ha fornito ulteriori informazioni per questo repository", - "open_issues": "Problemi aperti", - "open_repo": "Apri il repository", - "stars": "Stelle", - "version_installed": "Versione installata" - }, - "dialog_install": { - "restart": "Tenere presente che è necessario riavviare Home Assistant prima di applicare le modifiche alle integrazioni (custom_components).", - "select_version": "Seleziona la versione", - "show_beta": "Mostra le versioni beta", - "type": "Tipo", - "url": "URL" - }, - "dialog_update": { - "available_version": "Versione disponibile", - "changelog": "Registro dei cambiamenti", - "installed_version": "Versione installata", - "releasenotes": "Note di rilascio per {release}", - "title": "Aggiornamento in sospeso" - }, - "dialog": { - "reload": { - "confirm": "Vuoi farlo adesso?", - "description": "È necessario cancellare la cache del browser quando si modificano le risorse di Lovelace." - } - }, - "entry": { - "information": "Informazioni", - "intro": "Gli aggiornamenti e i messaggi importanti verranno visualizzati qui se presenti", - "messages": { - "disabled": { - "content": "Controlla il tuo file di registro per maggiori dettagli", - "title": "HACS è disabilitato" - }, - "has_pending_tasks": { - "content": "Alcuni repository potrebbero non essere visualizzati fino al completamento", - "title": "Attività in background in sospeso" - }, - "resources": { - "content": "Hai {number} elementi di Lovelace che non sono stati caricati correttamente in Lovelace.", - "title": "Non caricato in Lovelace" - }, - "restart": { - "content": "Hai {number} integrazioni che richiedono il riavvio di Home Assistant, puoi farlo dalla sezione \"Controlli del server\" nella sezione Impostazioni dell'interfaccia utente di Home Assistant.", - "title": "In attesa di riavvio" - }, - "setup": { - "content": "HACS è in fase di configurazione, durante questo periodo alcune informazioni potrebbero essere mancanti o errate", - "title": "HACS si sta installando" - }, - "startup": { - "content": "HACS si sta avviando, durante questo periodo alcune informazioni potrebbero essere mancanti o errate", - "title": "HACS si sta avviando" - }, - "waiting": { - "content": "HACS è in attesa che Home Assistant finisca l'avvio prima di iniziare le attività di avvio", - "title": "HACS è in attesa" - }, - "wrong_frontend_installed": { - "content": "Hai installato {running} del frontend HACS, ma era attesa la versione {expected}, se viene visualizzato questo messaggio Home Assistant non è stato in grado di installare la nuova versione, prova a riavviare Home Assistant.", - "title": "Versione frontend inaspettata" - }, - "wrong_frontend_loaded": { - "content": "Stai eseguendo la versione {running} del frontend HACS, ma la versione {expected} era prevista, è necessario svuotare la cache del browser.", - "title": "Versione frontend inaspettata" - } - }, - "pending_updates": "Aggiornamenti in sospeso" - }, - "menu": { - "about": "Informazioni su HACS", - "clear": "Cancella tutte le novità", - "custom_repositories": "Repository personalizzati", - "dismiss": "Elimina tutti i nuovi repository", - "documentation": "Documentazione", - "open_issue": "Segnala anomalia", - "reload": "Ricarica la finestra" - }, - "options": { - "step": { - "user": { - "data": { - "appdaemon": "Abilita il rilevamento e il monitoraggio delle applicazioni AppDaemon", - "country": "Filtra con prefisso internazionale.", - "debug": "Abilita debug.", - "experimental": "Abilita funzionalità sperimentali", - "netdaemon": "Abilita il rilevamento e il monitoraggio delle applicazioni NetDaemon", - "not_in_use": "Non in uso con YAML", - "release_limit": "Numero di versioni da mostrare.", - "sidepanel_icon": "Icona nel pannello laterale", - "sidepanel_title": "Titolo nel pannello laterale" - } - } - } - }, - "repository_banner": { - "config_flow": "Questa integrazione supporta config_flow, questo significa che è ora possibile passare alla sezione \"IntegrazionI\" dell'interfaccia utente per la configurazione.", - "config_flow_title": "Configurazione dell'interfaccia utente supportata", - "integration_not_loaded": "Questa integrazione non è caricata in Home Assistant.", - "no_restart_required": "Non è necessario riavviare", - "not_loaded": "Non caricato", - "plugin_not_loaded": "Questo elemento non è aggiunto alle tue risorse Lovelace.", - "restart": "È necessario riavviare Home Assistant.", - "restart_pending": "Riavvio in attesa" - }, - "repository_card": { - "dismiss": "elimina", - "hide": "Nascondi", - "information": "Informazioni", - "new_repository": "Nuovo repository", - "not_loaded": "Non caricato", - "open_issue": "Segnala anomalia", - "open_source": "Open source", - "pending_restart": "In attesa di riavvio", - "pending_update": "Aggiornamento in sospeso", - "reinstall": "Reinstallare", - "report": "Segnala per la rimozione", - "update_information": "Aggiorna informazioni" - }, - "repository": { - "add_to_lovelace": "Aggiungi a Lovelace", - "authors": "Autori", - "available": "Disponibile", - "back_to": "Torna a", - "changelog": "Change log", - "downloads": "Downloads", - "flag_this": "Spunta questo", - "frontend_version": "Frontend versione", - "github_stars": "GitHub stelle", - "goto_integrations": "Vai alle Integrazioni", - "hide": "Nascondi", - "hide_beta": "Nascondi beta", - "install": "Installa", - "installed": "Installato", - "lovelace_copy_example": "Copia l'esempio negli appunti", - "lovelace_instruction": "Quando lo aggiungi nella configurazione di Lovelace, usa questo", - "lovelace_no_js_type": "Impossibile determinare il tipo di questo elemento, controllare il repository.", - "newest": "Più recente", - "note_appdaemon": "dovrai aggiungerlo nel file 'apps.yaml'", - "note_installed": "Una volta installato, si troverà in", - "note_integration": "dovrai aggiungerlo nel file 'configuration.yaml'", - "note_plugin": "è comunque necessario aggiungerlo alla configurazione Lovelace ('ui-lovelace.yaml' o nell'editor grezzo di configurazione dell'Interfaccia Utente)", - "note_plugin_post_107": "è comunque necessario aggiungerlo alla configurazione di Lovelace ('configuration.yaml' o nell'editor di risorse '\/config\/lovelace\/resources')", - "open_issue": "Segnala anomalia", - "open_plugin": "Apri elemento", - "reinstall": "Reinstalla", - "repository": "Repository", - "restart_home_assistant": "Riavvia Home Assistant", - "show_beta": "Visualizza beta", - "uninstall": "Rimuovi", - "update_information": "Aggiorna informazioni", - "upgrade": "Aggiorna" - }, - "search": { - "installed": "Cerca i repository installati", - "installed_new": "Cercare repository installati o nuovi", - "placeholder": "Cerca repository" - }, - "sections": { - "about": { - "description": "Mostra informazioni su HACS", - "title": "Informazioni su" - }, - "addon": { - "description": "Non ci sono componenti aggiuntivi in HACS, ma puoi fare clic qui per accedere al supervisore", - "title": "Componenti aggiuntivi" - }, - "automation": { - "description": "Qui trovi python_scripts, app AppDaemon e app NetDaemon", - "title": "Automazione" - }, - "frontend": { - "description": "Qui troverai temi, schede personalizzate e altri elementi per Lovelace", - "title": "Frontend" - }, - "integrations": { - "description": "Qui si trovano le integrazioni personalizzate (custom_components)", - "title": "Integrazioni" - }, - "pending_repository_upgrade": "Stai eseguendo la versione {installed}, la versione {available}è disponibile" - }, - "settings": { - "add_custom_repository": "AGGIUNGI REPOSITORY PERSONALIZZATA", - "adding_new_repo": "Aggiunta di un nuovo repository '{repo}'", - "adding_new_repo_category": "Con la categoria '{category}'.", - "bg_task_custom": "I repository personalizzati sono nascosti mentre sono in esecuzione attività in background.", - "category": "Categoria", - "compact_mode": "Modalità compatta", - "custom_repositories": "REPOSITORY PERSONALIZZATE", - "delete": "Cancella", - "display": "Visualizza", - "grid": "Griglia", - "hacs_repo": "HACS repo", - "hidden_repositories": "repository nascosti", - "missing_category": "Devi selezionare una categoria", - "open_repository": "Apri il repository", - "reload_data": "Ricarica i dati", - "reload_window": "Ricarica la finestra", - "repository_configuration": "Configurazione del repository", - "save": "Salva", - "table": "Tabella", - "table_view": "Vista tabella", - "unhide": "Mostra", - "upgrade_all": "Aggiorna tutto" - }, - "store": { - "ascending": "ascendente", - "clear_new": "Ripulisci i nuovi repository", - "descending": "discendente", - "last_updated": "Ultimo aggiornamento", - "name": "Nome", - "new_repositories": "Nuovi repository", - "new_repositories_note": "Hai più di 10 nuovi repository visualizzati qui, se vuoi cancellarli tutti fai clic sui 3 punti nell'angolo in alto a destra e li eliminerai tutti.", - "no_repositories": "Nessun repository", - "no_repositories_desc1": "Sembra che non ci siano ancora repository installati in questa sezione.", - "no_repositories_desc2": "Fai clic sul + nell'angolo in basso per aggiungere il tuo primo!", - "no_repositories_found_desc1": "Nessun repository installato corrispondente a \"{searchInput}\" trovato in questa sezione.", - "no_repositories_found_desc2": "Prova a cercare qualcos'altro!", - "pending_upgrades": "Aggiornamenti in sospeso", - "placeholder_search": "Inserire un termine di ricerca", - "sort": "Ordinare", - "stars": "Stelle", - "status": "Stato" - }, - "time": { - "ago": "fa", - "day": "giorno", - "days": "giorni", - "hour": "ora", - "hours": "ore", - "minute": "minuto", - "minutes": "minuti", - "month": "mese", - "months": "mesi", - "one": "Un", - "one_day_ago": "un giorno fa", - "one_hour_ago": "un'ora fa", - "one_minute_ago": "un minuto fa", - "one_month_ago": "un mese fa", - "one_second_ago": "un secondo fa", - "one_year_ago": "un anno fa", - "second": "secondo", - "seconds": "secondi", - "x_days_ago": "{x} giorni fa", - "x_hours_ago": "{x} ore fa", - "x_minutes_ago": "{x} minuti fa", - "x_months_ago": "{x} mesi fa", - "x_seconds_ago": "{x} secondi fa", - "x_years_ago": "{x} anni fa", - "year": "anno", - "years": "anni" - } -} \ No newline at end of file diff --git a/custom_components/hacs/translations/nb.json b/custom_components/hacs/translations/nb.json deleted file mode 100644 index 5701d05..0000000 --- a/custom_components/hacs/translations/nb.json +++ /dev/null @@ -1,383 +0,0 @@ -{ - "common": { - "about": "Om", - "add": "legg til", - "appdaemon": "AppDaemon", - "appdaemon_apps": "AppDaemon Apper", - "appdaemon_plural": "AppDaemon-apper", - "background_task": "Bakgrunnsoppgaven kjører. Denne siden lastes inn på nytt når den er ferdig.", - "cancel": "Avbryt", - "check_log_file": "Sjekk loggfilen din for mer informasjon.", - "continue": "Fortsett", - "disabled": "Deaktivert", - "documentation": "dokumentasjon", - "element": "element", - "hacs_is_disabled": "HACS er deaktivert", - "ignore": "Ignorere", - "install": "Installer", - "installed": "Installert", - "integration": "Integrasjon", - "integration_plural": "Integrasjoner", - "integrations": "Integrasjoner", - "lovelace": "Lovelace", - "lovelace_element": "Lovelace-element", - "lovelace_elements": "Lovelace-elementer", - "manage": "manage", - "netdaemon": "NetDaemon", - "netdaemon_apps": "NetDaemon Apper", - "netdaemon_plural": "NetDaemon-apper", - "plugin": "Lovelace", - "plugin_plural": "Lovelace-elementer", - "plugins": "Lovelace-elementer", - "python_script": "Python-skript", - "python_script_plural": "Python-skript", - "python_scripts": "Python-skript", - "reload": "Last inn på nytt", - "repositories": "Repositories", - "repository": "Repository", - "settings": "Innstillinger", - "theme": "Tema", - "theme_plural": "Temaer", - "themes": "Temaer", - "uninstall": "Avinstaller", - "update": "Oppdater", - "version": "Versjon" - }, - "config": { - "abort": { - "single_instance_allowed": "Bare en konfigurasjon av HACS er tillatt." - }, - "error": { - "acc": "Du må bekrefte alle uttalelsene før du fortsetter", - "auth": "Personlig tilgangstoken er ikke korrekt" - }, - "step": { - "device": { - "description": "Open {url} and paste this key `{code}` to authorize HACS, when you have done that click 'submit'", - "title": "HACS" - }, - "user": { - "data": { - "acc_addons": "I know that there are no add-ons in HACS", - "acc_disable": "I know that if I get issues with Home Assistant I should disable all my custom_components", - "acc_logs": "I know how to access Home Assistant logs", - "acc_untested": "I know that everything inside HACS is custom and untested by Home Assistant", - "appdaemon": "Enable AppDaemon apps discovery & tracking", - "netdaemon": "Enable NetDaemon apps discovery & tracking", - "python_script": "Enable python_scripts discovery & tracking", - "sidepanel_icon": "Side panel icon", - "sidepanel_title": "Side panel title", - "theme": "Enable Themes discovery & tracking", - "token": "GitHub Personal Access Token" - }, - "description": "Before you can setup HACS you need to acknowledge the following", - "title": "HACS" - } - }, - "title": "HACS (Home Assistant Community Store)" - }, - "confirm": { - "add_to_lovelace": "Er du sikker på at du vil legge dette til i dine Lovelace resources?", - "bg_task": "Handlingen er deaktivert mens bakgrunnsoppgaver kjører.", - "cancel": "Avbryt", - "continue": "Er du sikker på at du vil fortsette?", - "delete": "Er du sikker på at du vil fjerne '{item}'?", - "delete_installed": "'{item}' er installert, du må avinstallere det før du kan slette det.", - "exist": "{item} eksisterer allerede", - "generic": "Er du sikker?", - "home_assistant_is_restarting": "Vent, Home Assistant starter nå på nytt.", - "home_assistant_version_not_correct": "Du kjører Home Assistant '{haversion}', men denne krever minimum versjon '{minversion}' for å bli installert.", - "no": "Nei", - "no_upgrades": "Ingen oppgraderinger tilgjengelig", - "ok": "OK", - "overwrite": "Å gjøre dette vil overskrive det.", - "reload_data": "Dette laster inn dataene til alle repositories HACS vet om, dette vil ta litt tid å fullføre.", - "restart_home_assistant": "Er du sikker på at du vil starte Home Assistant på nytt?", - "uninstall": "Er du sikker på at du vil avinstallere '{item}'?", - "upgrade_all": "Dette vil oppgradere alle disse repositorene, sørg for at du har lest utgivelses notatene for dem alle før du fortsetter.", - "yes": "Ja" - }, - "dialog_about": { - "frontend_version": "Frontend versjon", - "installed_repositories": "Installerte repositories", - "integration_version": "Integrasjonsversjon", - "useful_links": "Nyttige lenker" - }, - "dialog_add_repo": { - "limit": "Bare de første 100 elementene vises, bruk søket til å filtrere det du trenger", - "no_match": "Ingen elementer funnet som samsvarer med filteret ditt", - "sort_by": "Sorter etter", - "title": "Legg til repository" - }, - "dialog_custom_repositories": { - "category": "Kategori", - "no_category": "Mangler kategori", - "no_repository": "Mangler repository", - "title": "Custom repositories", - "url_placeholder": "Legg til custom repository" - }, - "dialog_info": { - "author": "Utgiver", - "downloads": "Nedlastinger", - "install": "Installer dette elementet i HACS", - "loading": "Laster inn informasjon ...", - "no_info": "Utvikleren har ikke gitt mer informasjon for dette elementet", - "open_issues": "Åpne problemer", - "open_repo": "Åpne repository", - "stars": "Stjerner", - "version_installed": "Versjon installert" - }, - "dialog_install": { - "restart": "Husk at du må starte Home Assistant på nytt før endringer i integrasjoner (custom_components) brukes.", - "select_version": "Velg versjon", - "show_beta": "Vis betaversjoner", - "type": "Type", - "url": "URL" - }, - "dialog_removed": { - "link": "Ekstern lenke til mer informasjon", - "name": "Navn på repositorium", - "reason": "Årsaken til fjerning", - "type": "Fjerningstype" - }, - "dialog_update": { - "available_version": "Tilgjengelig versjon", - "changelog": "Endringslogg", - "installed_version": "Installert versjon", - "releasenotes": "Utgivelsesnotater for {release}", - "title": "Oppdatering venter" - }, - "dialog": { - "reload": { - "confirm": "Vil du gjøre det nå?", - "description": "Du må tømme nettleserbufferen når du endrer ressurser for Lovelace." - } - }, - "entry": { - "information": "Informasjon", - "intro": "Oppdateringer og viktige meldinger vises her hvis det er noen", - "messages": { - "disabled": { - "content": "Sjekk loggfilen din for mer informasjon", - "title": "HACS er deaktivert" - }, - "has_pending_tasks": { - "content": "Noen elementer vises kanskje ikke før dette er fullført", - "title": "Venter på bakgrunnsoppgaver" - }, - "removed": "Fjernet repositoriet {repository}", - "resources": { - "content": "Du har {number} Lovelace-elementer som ikke er riktig lastet inn i Lovelace.", - "title": "Ikke lastet i Lovelace" - }, - "restart": { - "content": "Du har {number} integrasjoner som krever en omstart av Home Assistant, du kan gjøre det fra delen Serverkontroller under konfigurasjonsdelen av Home Assistant UI.", - "title": "Venter på omstart" - }, - "setup": { - "content": "HACS starter opp, i løpet av denne tiden kan det hende at noe informasjon mangler eller er feil", - "title": "HACS settes opp" - }, - "startup": { - "content": "HACS starter opp, i løpet av denne tiden kan det hende at noe informasjon mangler eller er feil", - "title": "HACS starter opp" - }, - "waiting": { - "content": "HACS venter på at Home Assistant skal fullføre oppstart før oppstart av oppgaver", - "title": "HACS venter" - }, - "wrong_frontend_installed": { - "content": "Du har {running} av HACS frontend installert, men versjon {expected} var forventet, hvis dette du ser denne meldingen Home Assistant ikke kunne installere den nye versjonen, kan du prøve å starte Home Assistant på nytt.", - "title": "Uventet frontend versjon" - }, - "wrong_frontend_loaded": { - "content": "Du kjører versjon {running} av HACS frontend, men versjon {expected} var forventet, du bør tømme nettleserens hurtigbuffer.", - "title": "Uventet frontend versjon" - } - }, - "pending_updates": "Oppdateringer er klare" - }, - "menu": { - "about": "Om HACS", - "clear": "Fjern alt nytt", - "custom_repositories": "Custom repositories", - "dismiss": "Avvis alle nye repositorier", - "documentation": "Dokumentasjon", - "open_issue": "Meld et problem", - "reload": "Last inn vinduet på nytt" - }, - "options": { - "step": { - "user": { - "data": { - "appdaemon": "Aktiver oppdagelse og sporing av AppDaemon-apper", - "country": "Filtrer med landskode.", - "debug": "Aktiver debug", - "experimental": "Aktiver eksperimentelle funksjoner", - "netdaemon": "Aktiver oppdagelse og sporing av NetDaemon-apper", - "not_in_use": "Ikke i bruk med YAML", - "release_limit": "Antall utgivelser som skal vises.", - "sidepanel_icon": "Sidepanel ikon", - "sidepanel_title": "Sidepanel tittel" - } - } - } - }, - "repository_banner": { - "config_flow": "Denne integrasjonen støtter config_flow, det betyr at du nå kan gå til integrasjoner i brukergrensesnittet for å konfigurere den.", - "config_flow_title": "UI konfigurasjon støttet", - "integration_not_loaded": "Integrasjonen er ikke lastet inn i Home Assistant.", - "no_restart_required": "Ingen omstart kreves", - "not_loaded": "Ikke lastet inn", - "plugin_not_loaded": "Dette elementet er ikke lagt til i lovelace under \"resource\" delen av konfigurasjonen.", - "restart": "Du må restart Home Assistant", - "restart_pending": "Restart er nødvendig" - }, - "repository_card": { - "dismiss": "Avvis", - "hide": "Skjul", - "information": "Informasjon", - "new_repository": "Ny", - "not_loaded": "Ikke lastet inn", - "open_issue": "Meld et problem", - "open_source": "Åpne kilde", - "pending_restart": "Venter på omstart", - "pending_update": "Oppdatering venter", - "reinstall": "Installer på nytt", - "report": "Rapporter for fjerning", - "update_information": "Oppdater informasjon" - }, - "repository": { - "add_to_lovelace": "Legg til i Lovelace", - "authors": "Laget av", - "available": "Tilgjengelig", - "back_to": "Tilbake til", - "changelog": "Endringslogg", - "downloads": "Nedlastinger", - "flag_this": "Flag dette", - "frontend_version": "Frontend versjon", - "github_stars": "GitHub-stjerner", - "goto_integrations": "Gå til integrasjoner", - "hide": "Skjul", - "hide_beta": "Skjul beta", - "install": "Installer", - "installed": "Installert", - "lovelace_copy_example": "Kopier eksemplet til utklippstavlen", - "lovelace_instruction": "Når du legger til dette i lovelace-konfigurasjonen din, bruk dette", - "lovelace_no_js_type": "Kunne ikke bestemme typen for dettte elementet, sjekk repository.", - "newest": "Nyeste", - "note_appdaemon": "du må fortsatt legge den til i 'apps.yaml' filen", - "note_installed": "Når det er installert, vil dette ligge i", - "note_integration": "du må fortsatt legge den til 'configuration.yaml' filen", - "note_plugin": "du må fortsatt legge den til i lovelace-konfigurasjonen ('ui-lovelace.yaml' eller den rå UI-konfigurasjonsredigereren)", - "note_plugin_post_107": "du må fortsatt legge den til i lovelace konfigurasjonen ('configuration.yaml' eller via resource behanleren i grensesnittet '\/config\/lovelace\/resources')", - "open_issue": "Meld et problem", - "open_plugin": "Åpne kilde", - "reinstall": "Installer på nytt", - "repository": "Repository", - "restart_home_assistant": "Start Home Assistant på nytt", - "show_beta": "Vis beta", - "uninstall": "Avinstaller", - "update_information": "Oppdater informasjon", - "upgrade": "Oppdater" - }, - "search": { - "installed": "Søke etter installerte repositorier", - "installed_new": "Søke etter installerte eller nye repositorier", - "placeholder": "Søk etter repository" - }, - "sections": { - "about": { - "description": "Vis informasjon om HACS", - "title": "Om" - }, - "addon": { - "description": "Det er ingen addons i HACS, men du kan klikke her for å komme til veilederen", - "title": "Add-ons" - }, - "automation": { - "description": "Det er her du finner python_scripts, AppDaemon-apper og NetDaemon-apper", - "title": "Automasjon" - }, - "frontend": { - "description": "Det er her du finner temaer, tilpassede kort og andre elementer for lovelace", - "title": "Frontend" - }, - "integrations": { - "description": "Det er her du finner tilpassede integrasjoner (custom_components)", - "title": "Integrasjoner" - }, - "pending_repository_upgrade": "Du kjører versjon {installed} , versjon {available} er tilgjengelig" - }, - "settings": { - "add_custom_repository": "LEGG TIL REPOSITORY", - "adding_new_repo": "Legger til ny repository '{repo}'", - "adding_new_repo_category": "Med kategori '{category}'.", - "bg_task_custom": "Custom repositories er skjult mens bakgrunnsoppgaver kjører.", - "category": "Kategori", - "compact_mode": "Kompakt modus", - "custom_repositories": "TILPASSEDE REPOSITORIER", - "delete": "Slett", - "display": "Vise", - "grid": "Nett", - "hacs_repo": "HACS repo", - "hidden_repositories": "Gjemte repositories", - "missing_category": "Du må velge en kategori", - "open_repository": "Åpne repository", - "reload_data": "Last inn data på nytt", - "reload_window": "Last inn vinduet på nytt", - "repository_configuration": "Repository konfigurasjon", - "save": "Lagre", - "table": "Tabell", - "table_view": "Tabellvisning", - "unhide": "Vis igjen", - "upgrade_all": "Oppgradere alle" - }, - "store": { - "ascending": "stigende", - "clear_new": "Tøm nye repositories", - "descending": "synkende", - "last_updated": "Sist oppdatert", - "name": "Navn", - "new_repositories": "Nye repositories", - "new_repositories_note": "Du har over 10 nye repositorier som viser her, hvis du vil fjerne dem alle, klikker du på de 3 prikkene øverst til høyre og avviser dem alle.", - "no_repositories": "Ingen repositories", - "no_repositories_desc1": "Det virker som om du ikke har noen elementer installert i denne delen ennå.", - "no_repositories_desc2": "Klikk på + i nederste hjørne for å legge til din første!", - "no_repositories_found_desc1": "Finner ingen installerte repositorier som samsvarer med {searchInput}i denne delen.", - "no_repositories_found_desc2": "Prøv å søke etter noe annet!", - "pending_upgrades": "Venter på oppgradering", - "placeholder_search": "Skriv inn et søkeord ...", - "sort": "sorter", - "stars": "Stjerner", - "status": "Status" - }, - "time": { - "ago": "siden", - "day": "dag", - "days": "dager", - "hour": "time", - "hours": "timer", - "minute": "minutt", - "minutes": "minutter", - "month": "måned", - "months": "måneder", - "one": "En", - "one_day_ago": "for en dag siden", - "one_hour_ago": "en time siden", - "one_minute_ago": "ett minutt siden", - "one_month_ago": "en måned siden", - "one_second_ago": "ett sekund siden", - "one_year_ago": "ett år siden", - "second": "sekund", - "seconds": "sekunder", - "x_days_ago": "{x} dager siden", - "x_hours_ago": "{x} timer siden", - "x_minutes_ago": "{x} minutter siden", - "x_months_ago": "{x} måneder siden", - "x_seconds_ago": "{x} sekunder siden", - "x_years_ago": "{x} år siden", - "year": "år", - "years": "år" - } -} \ No newline at end of file diff --git a/custom_components/hacs/translations/nl.json b/custom_components/hacs/translations/nl.json deleted file mode 100644 index eac51c0..0000000 --- a/custom_components/hacs/translations/nl.json +++ /dev/null @@ -1,346 +0,0 @@ -{ - "common": { - "about": "Over", - "add": "toevoegen", - "appdaemon": "AppDaemon", - "appdaemon_apps": "AppDaemon Apps", - "appdaemon_plural": "AppDaemon Apps", - "background_task": "Achtergrond taak is draaiende, de pagina herhaalt zichzelf wanneer dit klaar is.", - "check_log_file": "Controleer het logbestand voor meer details.", - "continue": "Verder", - "disabled": "Uitgeschakeld", - "documentation": "Documentatie", - "element": "element", - "hacs_is_disabled": "HACS is uitgeschakeld", - "install": "Installeer", - "installed": "geinstalleerd", - "integration": "Integratie", - "integration_plural": "Integraties", - "integrations": "Integraties", - "lovelace": "Lovelace", - "lovelace_element": "Lovelace-element", - "lovelace_elements": "Lovelace-elementen", - "manage": "beheer", - "netdaemon": "NetDaemon", - "netdaemon_apps": "NetDaemon Apps", - "netdaemon_plural": "NetDaemon Apps", - "plugin": "Lovelace", - "plugin_plural": "Lovelace-elementen", - "plugins": "Plugins", - "python_script": "Python Script", - "python_script_plural": "Python Scripts", - "python_scripts": "Python Scripts", - "repositories": "Repositories", - "repository": "Repository", - "settings": "instellingen", - "theme": "Thema", - "theme_plural": "Themas", - "themes": "Themas", - "uninstall": "Verwijderen", - "update": "Update", - "version": "Versie" - }, - "config": { - "step": { - "device": { - "description": "Open {url} and paste this key `{code}` to authorize HACS, when you have done that click 'submit'", - "title": "HACS" - }, - "user": { - "data": { - "acc_addons": "I know that there are no add-ons in HACS", - "acc_disable": "I know that if I get issues with Home Assistant I should disable all my custom_components", - "acc_logs": "I know how to access Home Assistant logs", - "acc_untested": "I know that everything inside HACS is custom and untested by Home Assistant", - "appdaemon": "Enable AppDaemon apps discovery & tracking", - "netdaemon": "Enable NetDaemon apps discovery & tracking", - "python_script": "Enable python_scripts discovery & tracking", - "sidepanel_icon": "Side panel icon", - "sidepanel_title": "Side panel title", - "theme": "Enable Themes discovery & tracking", - "token": "GitHub Personal Access Token" - }, - "description": "Before you can setup HACS you need to acknowledge the following", - "title": "HACS" - } - }, - "title": "HACS (Home Assistant Community Store)" - }, - "confirm": { - "add_to_lovelace": "Weet u zeker dat u dit wilt toevoegen aan uw Lovelace bronnen?", - "bg_task": "Actie is geblokkeerd terwijl achtergrondtaken actief zijn.", - "cancel": "Annuleer", - "continue": "Weet je zeker dat je door wilt gaan?", - "delete": "Weet u zeker dat u '{item}' wilt verwijderen?", - "delete_installed": "'{item}' is geïnstalleerd, je dient het eerst te deïnstalleren voordat je het kan verwijderen.", - "exist": "{item} bestaat al.", - "generic": "Weet je het zeker?", - "home_assistant_is_restarting": "Een moment alstublieft, Home Assistant is aan het herstarten.", - "home_assistant_version_not_correct": "Je gebruikt Home Assistant versie '{haversion}', echter deze repository vereist dat minimaal versie '{minversion}' is geïnstalleerd.", - "no": "Nee", - "no_upgrades": "Geen upgrades in afwachting.", - "ok": "Oké", - "overwrite": "Door dit te doen, wordt het overschreven.", - "reload_data": "Dit zal alle bekende data herladen van alle repositories van HACS. Dit kan even duren", - "restart_home_assistant": "Weet u zeker dat u Home Assistant opnieuw wilt starten?", - "uninstall": "Weet u zeker dat u '{item}' wilt verwijderen?", - "upgrade_all": "Hiermee worden al deze repositories geüpgraded. Zorg ervoor dat u de release-opmerkingen van allen heeft gelezen voordat u doorgaat.", - "yes": "Ja" - }, - "dialog_about": { - "frontend_version": "Frontend versie", - "installed_repositories": "Geïnstalleerde repositories", - "integration_version": "Integratieversie", - "useful_links": "Nuttige links" - }, - "dialog_add_repo": { - "limit": "Alleen de eerste 100 repositories worden getoond, gebruik de zoekopdracht om te filteren wat je nodig hebt", - "no_match": "Er zijn geen repositories gevonden die overeenkomen met uw filter", - "sort_by": "Sorteren op", - "title": "Repository toevoegen" - }, - "dialog_custom_repositories": { - "category": "Categorie", - "no_category": "Ontbrekende categorie", - "no_repository": "Ontbrekende repository", - "title": "Aangepaste repositories", - "url_placeholder": "Voeg een aangepaste repository-URL toevoegen" - }, - "dialog_info": { - "author": "Auteur", - "downloads": "Downloads", - "install": "Installeer deze repository in HACS", - "loading": "Informatie laden ...", - "no_info": "De ontwikkelaar heeft geen verdere informatie verstrekt voor deze repository", - "open_issues": "Openstaande problemen", - "open_repo": "Open repository", - "stars": "Sterren", - "version_installed": "Versie geïnstalleerd" - }, - "dialog_install": { - "restart": "Onthoud dat u Home Assistant opnieuw moet opstarten voordat wijzigingen aan integraties (custom_components) worden toegepast.", - "select_version": "Selecteer versie", - "show_beta": "Bètaversies weergeven", - "type": "Type", - "url": "URL" - }, - "dialog_update": { - "available_version": "Beschikbare versie", - "changelog": "Changelog", - "installed_version": "Geïnstalleerde versie", - "releasenotes": "Releasenotes voor {release}", - "title": "Update in behandeling" - }, - "entry": { - "information": "Informatie", - "intro": "Updates en belangrijke berichten worden hier weergegeven als die er zijn", - "messages": { - "disabled": { - "content": "Controleer uw logbestand voor meer details", - "title": "HACS is uitgeschakeld" - }, - "has_pending_tasks": { - "content": "Sommige repositories worden mogelijk pas weergegeven als dit is voltooid", - "title": "Achtergrondtaken in behandeling" - }, - "resources": { - "content": "Je hebt {number} Lovelace-elementen die niet correct zijn geladen in Lovelace.", - "title": "Niet geladen in Lovelace" - }, - "restart": { - "content": "Je hebt {number} integraties waarvoor de Home Assistant opnieuw moet worden opgestart, je kunt dat doen via het gedeelte 'Serverbeheer' onder het configuratiegedeelte van de Home Assistant UI.", - "title": "In afwachting van herstart" - }, - "startup": { - "content": "HACS is aan het opstarten, gedurende deze tijd kan er informatie ontbreken of onjuist zijn", - "title": "HACS is aan het opstarten" - }, - "wrong_frontend_installed": { - "content": "Je hebt {running} van de HACS-frontend geïnstalleerd, maar versie {expected} werd verwacht. Als je dit bericht ziet, kon Home Assistant de nieuwe versie niet installeren, probeer dan Home Assistant opnieuw op te starten.", - "title": "Onverwachte frontend-versie" - }, - "wrong_frontend_loaded": { - "content": "U gebruikt versie {running} van de HACS-frontend, maar versie {expected} werd verwacht, u moet uw browsercache wissen.", - "title": "Onverwachte frontend-versie" - } - }, - "pending_updates": "In afwachting van updates" - }, - "menu": { - "about": "Over HACS", - "clear": "Wis alle nieuwe", - "custom_repositories": "Aangepaste repositories", - "dismiss": "Sluit alle nieuwe repositories af", - "documentation": "Documentatie", - "open_issue": "Meld probleem", - "reload": "Herlaad venster" - }, - "options": { - "step": { - "user": { - "data": { - "appdaemon": "Zet AppDaemon apps ontdekken & traceren aan", - "country": "Filter met land code.", - "debug": "Schakel debug in.", - "experimental": "Zet experimentele functies aan", - "netdaemon": "Zet NetDaemon apps ontdekken & traceren aan", - "not_in_use": "Niet in gebruik met YAML", - "release_limit": "Aantal releases om te laten zien.", - "sidepanel_icon": "Zijpaneel icoon", - "sidepanel_title": "Zijpaneel titel" - } - } - } - }, - "repository_banner": { - "config_flow": "Deze integratie ondersteunt config_flow, wat betekent dat u via uw \"Instellingen\" naar \"Integraties\" kunt gaan om het te configureren.", - "config_flow_title": "UI-configuratie ondersteund", - "integration_not_loaded": "Deze integratie wordt niet geladen in Home Assistant.", - "no_restart_required": "Geen herstart vereist", - "not_loaded": "Niet geladen", - "plugin_not_loaded": "Deze plugin wordt niet toegevoegd aan je Lovelace resources.", - "restart": "U moet Home Assistant opnieuw starten.", - "restart_pending": "Wachten op herstart" - }, - "repository_card": { - "dismiss": "afwijzen", - "hide": "Verbergen", - "information": "Informatie", - "new_repository": "Nieuwe repository", - "not_loaded": "Niet geladen", - "open_issue": "Meld probleem", - "open_source": "Open source", - "pending_restart": "In afwachting van herstart", - "pending_update": "In afwachting van update", - "reinstall": "Herinstalleer", - "report": "Rapport voor verwijdering", - "update_information": "Update informatie" - }, - "repository": { - "add_to_lovelace": "Toevoegen aan Lovelace", - "authors": "Auteurs", - "available": "Beschikbaar", - "back_to": "Terug naar", - "changelog": "Changelog", - "downloads": "Downloads", - "flag_this": "Vlag dit", - "frontend_version": "Frontend versie", - "github_stars": "GitHub-sterren", - "goto_integrations": "Ga naar integraties", - "hide": "Verberg", - "hide_beta": "Verberg beta", - "install": "Installeer", - "installed": "Geinstalleerd", - "lovelace_copy_example": "Kopier het voorbeeld naar je klembord", - "lovelace_instruction": "Wanneer je dit gaat toevoegen aan je lovelace configuratie gebruik dit", - "lovelace_no_js_type": "Kon niet achterhalen welk type plugin dit is, check de repository van de plugin.", - "newest": "nieuwste", - "note_appdaemon": "je moet het nog steeds toevoegen aan je 'apps.yaml' bestand", - "note_installed": "Wanneer geïnstalleerd, staat het in", - "note_integration": "je moet het nog steeds toevoegen aan je 'configuration.yaml' bestand", - "note_plugin": "je moet het nog steeds toevoegen aan je lovelace configuratie ('ui-lovelace.yaml') of raw UI config editor.", - "note_plugin_post_107": "je moet het nog steeds toevoegen aan je lovelace configuratie ('configuration.yaml' of de resource editor '\/config\/lovelace\/resources')", - "open_issue": "Meld probleem", - "open_plugin": "Open plugin", - "reinstall": "Herinstalleer", - "repository": "Repository", - "restart_home_assistant": "Start Home Assistant opnieuw", - "show_beta": "Laat beta zien", - "uninstall": "Verwijder", - "update_information": "Update informatie", - "upgrade": "Update" - }, - "search": { - "placeholder": "Zoek naar repository" - }, - "sections": { - "about": { - "description": "Toon informatie over HACS", - "title": "Over" - }, - "automation": { - "description": "Hier vind je python_scripts, AppDaemon-apps en NetDaemon-apps", - "title": "Automatisering" - }, - "frontend": { - "description": "Dit is waar je thema's, aangepaste kaarten en andere elementen voor lovelace", - "title": "Frontend" - }, - "integrations": { - "description": "Hier vindt u aangepaste integraties (custom_components)", - "title": "Integraties" - }, - "pending_repository_upgrade": "U gebruikt versie {installed} , versie {available} is beschikbaar" - }, - "settings": { - "add_custom_repository": "VOEG EIGEN REPOSITORY TOE", - "adding_new_repo": "Nieuwe repository '{repo}' toevoegen", - "adding_new_repo_category": "Met categorie '{category}'.", - "bg_task_custom": "Aangepaste repositories zijn verborgen terwijl de achtergrondtaken actief zijn.", - "category": "Categorie", - "compact_mode": "Compacte modus", - "custom_repositories": "EIGEN REPOSITORIES", - "delete": "Verwijder", - "display": "Weergave", - "grid": "Rooster", - "hacs_repo": "HACS repo", - "hidden_repositories": "verborgen repositories", - "missing_category": "Je moet een categorie selecteren.", - "open_repository": "Open repository", - "reload_data": "Herlaad data", - "reload_window": "Herlaad venster", - "repository_configuration": "Repository configuratie", - "save": "Opslaan", - "table": "Tabel", - "table_view": "Tabelweergave", - "unhide": "zichtbaar maken", - "upgrade_all": "Upgrade alles" - }, - "store": { - "ascending": "oplopend", - "clear_new": "Wissen van alle nieuwe repositories", - "descending": "Aflopend", - "last_updated": "Laatste update", - "name": "Naam", - "new_repositories": "Nieuwe Repositories", - "new_repositories_note": "Je hebt meer dan 10 nieuwe repositories die hier worden weergegeven, als je ze allemaal wilt wissen, klik dan op de 3 puntjes in de rechterbovenhoek en wijs ze af.", - "no_repositories": "Geen repositories", - "no_repositories_desc1": "Het lijkt erop dat je nog geen repositories hebt geïnstalleerd in deze sectie.", - "no_repositories_desc2": "Klik op de + in de benedenhoek om je eerste toe te voegen!", - "no_repositories_found_desc1": "Er zijn geen geïnstalleerde repositories die overeenkomen met {searchInput}\" in deze sectie.", - "no_repositories_found_desc2": "Probeer iets anders te zoeken!", - "pending_upgrades": "Upgrades in afwachting", - "placeholder_search": "Typ iets om te zoeken...", - "sort": "sorteer", - "stars": "Sterren", - "status": "Status" - }, - "time": { - "ago": "geleden", - "day": "dag", - "days": "dagen", - "hour": "uur", - "hours": "uren", - "minute": "minuut", - "minutes": "minuten", - "month": "maand", - "months": "maanden", - "one": "Eén", - "one_day_ago": "een dag geleden", - "one_hour_ago": "een uur geleden", - "one_minute_ago": "een minuut geleden", - "one_month_ago": "een maand geleden", - "one_second_ago": "een seconde geleden", - "one_year_ago": "een jaar geleden", - "second": "seconde", - "seconds": "seconden", - "x_days_ago": "{x} dagen geleden", - "x_hours_ago": "{x} uur geleden", - "x_minutes_ago": "{x} minuten geleden", - "x_months_ago": "{x} maanden geleden", - "x_seconds_ago": "{x} seconden geleden", - "x_years_ago": "{x} jaar geleden", - "year": "jaar", - "years": "jaren" - } -} \ No newline at end of file diff --git a/custom_components/hacs/translations/nn.json b/custom_components/hacs/translations/nn.json deleted file mode 100644 index 0a1666d..0000000 --- a/custom_components/hacs/translations/nn.json +++ /dev/null @@ -1,230 +0,0 @@ -{ - "common": { - "about": "Om", - "appdaemon": "AppDaemon", - "appdaemon_apps": "AppDeamon-appar", - "appdaemon_plural": "AppDaemon-appar", - "background_task": "Bakgrunnsoppgåve køyrer. Denne sida kjem til å laste seg omatt når ho er ferdig.", - "check_log_file": "Sjå i loggfila di for meir detaljar.", - "continue": "Hald fram", - "disabled": "Deaktivert", - "documentation": "Dokumentasjon", - "element": "element", - "hacs_is_disabled": "HACS er deaktivert", - "installed": "Installert", - "integration": "Integrasjon", - "integration_plural": "Integrasjonar", - "integrations": "Integrasjonar", - "lovelace": "Lovelace", - "lovelace_element": "Lovelace-element", - "lovelace_elements": "Lovelace-element", - "manage": "Handtere", - "netdaemon": "NetDaemon", - "netdaemon_apps": "NetDeamon-appar", - "netdaemon_plural": "NetDaemon-appar", - "plugin": "Lovelace", - "plugin_plural": "Lovelace-element", - "plugins": "Lovelace-element", - "python_script": "Pythonskript", - "python_script_plural": "Pythonskript", - "python_scripts": "Pythonskript", - "repositories": "Repositories", - "settings": "innstillingar", - "theme": "Tema", - "theme_plural": "Tema", - "themes": "Tema", - "version": "Versjon" - }, - "config": { - "step": { - "device": { - "description": "Open {url} and paste this key `{code}` to authorize HACS, when you have done that click 'submit'", - "title": "HACS" - }, - "user": { - "data": { - "acc_addons": "I know that there are no add-ons in HACS", - "acc_disable": "I know that if I get issues with Home Assistant I should disable all my custom_components", - "acc_logs": "I know how to access Home Assistant logs", - "acc_untested": "I know that everything inside HACS is custom and untested by Home Assistant", - "appdaemon": "Enable AppDaemon apps discovery & tracking", - "netdaemon": "Enable NetDaemon apps discovery & tracking", - "python_script": "Enable python_scripts discovery & tracking", - "sidepanel_icon": "Side panel icon", - "sidepanel_title": "Side panel title", - "theme": "Enable Themes discovery & tracking", - "token": "GitHub Personal Access Token" - }, - "description": "Before you can setup HACS you need to acknowledge the following", - "title": "HACS" - } - }, - "title": "HACS (Home Assistant Community Store)" - }, - "confirm": { - "add_to_lovelace": "Er du sikker på at du vil legge til dette i Lovelace-ressursane dine?", - "bg_task": "Handlinga er deaktivert medan bakgrunnsoppgåveene køyrer.", - "cancel": "Avbryt", - "continue": "Er du sikker på at du vil halde fram?", - "delete": "Er du sikker på at du vil slette '{item}'?", - "delete_installed": "'{item}' er installert. Du må avinstallere det før du kan slette det.", - "exist": "{item} eksisterer allereie", - "generic": "Er du sikker?", - "home_assistant_is_restarting": "Vent... Home Assistant starter på nytt no.", - "home_assistant_version_not_correct": "Du køyrer Home Assistant-versjonen '{haversion}', men dette kodedepoet krev minst versjon '{minversion}' for å bli installert.", - "no": "Nei", - "no_upgrades": "Ingen ventande oppgradringer", - "ok": "OK", - "overwrite": "Ved å gjere dette kjem du til å overskrive.", - "reload_data": "Dette laster inn dataa til depota HACS veit om, og dette vil ta litt tid å fullføre.", - "restart_home_assistant": "Er du sikker på at du vil starte Home Assistant på nytt?", - "uninstall": "Er du sikker på at du vil avinstallere '{item}'?", - "upgrade_all": "Dette kjem til å oppgradere alle depota. Ver sikker på at du har lest alle versjonsmerknadene før du held fram.", - "yes": "Ja" - }, - "options": { - "step": { - "user": { - "data": { - "appdaemon": "Aktiver AppDeamon-appar-oppdaging og sporing", - "country": "Filterer med landskode", - "debug": "Aktiver debug.", - "experimental": "Aktiver ekspreimentelle funksjonar", - "netdaemon": "Aktiver NetDeamon-appar-oppdaging og sporing", - "not_in_use": "Kan ikkje brukast saman med YAML", - "release_limit": "Talet på utgivingar", - "sidepanel_icon": "Sidepanelikon", - "sidepanel_title": "Sidepaneltittel" - } - } - } - }, - "repository_banner": { - "config_flow": "Denne integrasjonen støttar config_flow, som betyr at du no kan gå til integrasjonssida i brukargrensesnittet for å konfigurere den.", - "config_flow_title": "UI-konfigurasjon støtta", - "integration_not_loaded": "Integrasjonen er ikkje lasta inn i Home Assistant.", - "no_restart_required": "Ingen omstart kravd", - "not_loaded": "Ikkje lasta", - "plugin_not_loaded": "Tillegget er ikkje lagt til i Lovelace-ressursane dine.", - "restart": "Du må starte Home Assistant på nytt", - "restart_pending": "Omstart venter" - }, - "repository": { - "add_to_lovelace": "Legg til i Lovelace", - "authors": "Forfatter(e)", - "available": "Tilgjengeleg", - "back_to": "Tilbake til", - "changelog": "Endre logg", - "downloads": "Nedlastinger", - "flag_this": "Marker dette", - "frontend_version": "Frontend-versjon", - "github_stars": "GitHub-stjerner", - "goto_integrations": "Gå til integrasjonar", - "hide": "Gøym", - "hide_beta": "Gøym beta", - "install": "Installer", - "installed": "Installert", - "lovelace_copy_example": "Kopier eksempelet til utklippsbreittet ditt", - "lovelace_instruction": "Når du legg til dette i Lovelace-konfigurasjonen din, bruk dette", - "lovelace_no_js_type": "Kunne ikkje slå fast typen til dette tilegget. Sjå i repositoryet.", - "newest": "nyaste", - "note_appdaemon": "du må framleis legge dette til i \"apps.yaml\"-fila di", - "note_installed": "Når dette er installert, kjem den til å vere plassert i", - "note_integration": "du må framleis legge dette til i \"configuration.yaml\"-fila di", - "note_plugin": "du må framleis dette til i Lovelace-konfigurasjonen (\"ui-lovelace.yaml\" eller i rå-brukargrensesnittredigeraren", - "note_plugin_post_107": "du må framleis legge dette til i lovelace-konfigurasjonen ('configuration.yaml' eller i kjelderedigeraren ''\/config\/lovelace\/resources')", - "open_issue": "Opne problem", - "open_plugin": "Opne tillegg", - "reinstall": "Installer på nytt", - "repository": "Repository", - "restart_home_assistant": "Start Home Assistant på nytt", - "show_beta": "Vis beta", - "uninstall": "Avinstaller", - "update_information": "Oppdater informasjonen", - "upgrade": "Oppdater" - }, - "sections": { - "about": { - "description": "Vis informasjon om HACS", - "title": "Om" - }, - "automation": { - "description": "Her finn du python_scripts, AppDaemon-appar og NetDaemon-appar", - "title": "Automasjon" - }, - "frontend": { - "description": "Her finn du tema, eigendefinerte kort og andre element for lovelace", - "title": "Frontend" - }, - "integrations": { - "description": "Her finn du eigendefinerte ingtegrasjonar (custom_components)", - "title": "Integrasjonar" - }, - "pending_repository_upgrade": "Du køyrer versjon {installed}, og versjon {available} er tilgjengeleg" - }, - "settings": { - "add_custom_repository": "LEGG TIL EIN ANNAN REPOSITORY", - "adding_new_repo": "Legger til ny repository '{repo}'", - "adding_new_repo_category": "Med kategori '{category}'.", - "bg_task_custom": "Custom repositories er skjult medan bakgrunnsoppgaver køyrer.", - "category": "Kategori", - "compact_mode": "Kompaktmodus", - "custom_repositories": "VANLEG REPOSITORY", - "delete": "Slett", - "display": "Vis", - "grid": "rutenett", - "hacs_repo": "HACS repo", - "hidden_repositories": "gøymde repositories", - "missing_category": "Du må velje éin kategori", - "open_repository": "Opne repository", - "reload_data": "Last om dataa", - "reload_window": "Last inn vindauget på nytt", - "repository_configuration": "Repository-konfigurasjon", - "save": "Lagre", - "table": "Tavle", - "table_view": "Tabellvisning", - "unhide": "vis", - "upgrade_all": "Oppdater alle" - }, - "store": { - "ascending": "stigande", - "clear_new": "Fjern alle nye repositories", - "descending": "synkande", - "last_updated": "Sist oppdatert", - "name": "Namn", - "new_repositories": "Ny repository", - "pending_upgrades": "Ventande oppgraderinger", - "placeholder_search": "Ver vennleg og skriv inn ei søkefrase", - "sort": "Sorter", - "stars": "Stjerner", - "status": "Status" - }, - "time": { - "ago": "sidan", - "day": "dag", - "days": "dagar", - "hour": "time", - "hours": "timar", - "minute": "minutt", - "minutes": "minutt", - "month": "månad", - "months": "månadar", - "one": "Éin", - "one_day_ago": "for éin dag sidan", - "one_hour_ago": "éin time sidan", - "one_minute_ago": "eitt minutt sidan", - "one_month_ago": "ein månad sidan", - "one_second_ago": "eitt sekund sidan", - "one_year_ago": "eitt år sidan", - "second": "sekund", - "seconds": "sekund", - "x_days_ago": "{x} dagar siden", - "x_hours_ago": "{x} timer sidan", - "x_minutes_ago": "{x} minutt sidan", - "x_months_ago": "{x} månadar sidan", - "x_seconds_ago": "{x} sekund sidan", - "x_years_ago": "{x} år sidan", - "year": "år", - "years": "år" - } -} \ No newline at end of file diff --git a/custom_components/hacs/translations/pl.json b/custom_components/hacs/translations/pl.json deleted file mode 100644 index 7458e26..0000000 --- a/custom_components/hacs/translations/pl.json +++ /dev/null @@ -1,383 +0,0 @@ -{ - "common": { - "about": "O", - "add": "dodaj", - "appdaemon": "AppDaemon", - "appdaemon_apps": "Aplikacje AppDaemon", - "appdaemon_plural": "Aplikacje AppDaemon", - "background_task": "Wykonywanie zadania w tle, ta strona zostanie odświeżona, gdy zadanie zostanie ukończone.", - "cancel": "Anuluj", - "check_log_file": "Sprawdź plik dziennika, aby uzyskać więcej informacji.", - "continue": "Kontynuuj", - "disabled": "Wyłączony", - "documentation": "Dokumentacja", - "element": "element", - "hacs_is_disabled": "HACS jest wyłączony", - "ignore": "Ignoruj", - "install": "Zainstaluj", - "installed": "zainstalowane", - "integration": "Integracja", - "integration_plural": "Integracje", - "integrations": "Integracje", - "lovelace": "Lovelace", - "lovelace_element": "Element Lovelace", - "lovelace_elements": "Elementy Lovelace", - "manage": "zarządzaj", - "netdaemon": "NetDaemon", - "netdaemon_apps": "Aplikacje NetDaemon", - "netdaemon_plural": "Aplikacje NetDaemon", - "plugin": "Lovelace", - "plugin_plural": "Elementy Lovelace", - "plugins": "Elementy Lovelace", - "python_script": "Skrypt Python", - "python_script_plural": "Skrypty języka Python", - "python_scripts": "Skrypty Python", - "reload": "Wczytaj ponownie", - "repositories": "Repozytoria", - "repository": "Repozytorium", - "settings": "ustawienia", - "theme": "Motyw", - "theme_plural": "Motywy", - "themes": "Motywy", - "uninstall": "Odinstaluj", - "update": "Uaktualnij", - "version": "Wersja" - }, - "config": { - "abort": { - "single_instance_allowed": "Dozwolona jest tylko jedna konfiguracja HACS." - }, - "error": { - "acc": "Musisz potwierdzić wszystkie oświadczenia przed kontynuowaniem", - "auth": "Osobisty token dostępu jest nieprawidłowy" - }, - "step": { - "device": { - "description": "Open {url} and paste this key `{code}` to authorize HACS, when you have done that click 'submit'", - "title": "HACS" - }, - "user": { - "data": { - "acc_addons": "I know that there are no add-ons in HACS", - "acc_disable": "I know that if I get issues with Home Assistant I should disable all my custom_components", - "acc_logs": "I know how to access Home Assistant logs", - "acc_untested": "I know that everything inside HACS is custom and untested by Home Assistant", - "appdaemon": "Enable AppDaemon apps discovery & tracking", - "netdaemon": "Enable NetDaemon apps discovery & tracking", - "python_script": "Enable python_scripts discovery & tracking", - "sidepanel_icon": "Side panel icon", - "sidepanel_title": "Side panel title", - "theme": "Enable Themes discovery & tracking", - "token": "GitHub Personal Access Token" - }, - "description": "Before you can setup HACS you need to acknowledge the following", - "title": "HACS" - } - }, - "title": "HACS (Home Assistant Community Store)" - }, - "confirm": { - "add_to_lovelace": "Na pewno chcesz dodać to do swoich zasobów Lovelace?", - "bg_task": "Akcja jest wyłączona podczas wykonywania zadań w tle.", - "cancel": "Anuluj", - "continue": "Na pewno chcesz kontynuować?", - "delete": "Na pewno chcesz usunąć '{item}'?", - "delete_installed": "'{item}' jest zainstalowany, musisz go odinstalować zanim będziesz mógł go usunąć.", - "exist": "{item} już istnieje", - "generic": "Jesteś pewny?", - "home_assistant_is_restarting": "Poczekaj, Home Assistant jest teraz ponownie uruchamiany.", - "home_assistant_version_not_correct": "Używasz Home Assistant'a w wersji '{haversion}', a to repozytorium wymaga wersji minimum '{minversion}'.", - "no": "Nie", - "no_upgrades": "Brak oczekujących aktualizacji", - "ok": "Ok", - "overwrite": "Spowoduje to zastąpienie istniejącej kopii.", - "reload_data": "To przeładowuje dane wszystkich repozytoriów, o których wie HACS, może to trochę potrwać.", - "restart_home_assistant": "Na pewno chcesz ponownie uruchomić Home Assistant'a?", - "uninstall": "Na pewno chcesz odinstalować '{item}'?", - "upgrade_all": "To uaktualni wszystkie te repozytoria, upewnij się, że przeczytałeś uwagi do wydania dla wszystkich z nich przed kontynuacją.", - "yes": "Tak" - }, - "dialog_about": { - "frontend_version": "Wersja interfejsu użytkownika", - "installed_repositories": "Zainstalowane repozytoria", - "integration_version": "Wersja integracji", - "useful_links": "Przydatne linki" - }, - "dialog_add_repo": { - "limit": "Wyświetlanych jest tylko pierwszych 100 repozytoriów, użyj wyszukiwania, aby przefiltrować potrzebne informacje", - "no_match": "Nie znaleziono repozytoriów pasujących do filtra", - "sort_by": "Sortuj według", - "title": "Dodawanie repozytorium" - }, - "dialog_custom_repositories": { - "category": "Kategoria", - "no_category": "Brak kategorii", - "no_repository": "Brak repozytorium", - "title": "Niestandardowe repozytoria", - "url_placeholder": "Adres URL niestandardowego repozytorium" - }, - "dialog_info": { - "author": "Autor", - "downloads": "Ilość pobrań", - "install": "Zainstaluj to repozytorium w HACS", - "loading": "Pobieranie informacji...", - "no_info": "Deweloper nie dostarczył więcej informacji na temat tego repozytorium", - "open_issues": "Problemy", - "open_repo": "Otwórz repozytorium", - "stars": "Gwiazdki", - "version_installed": "Wersja zainstalowana" - }, - "dialog_install": { - "restart": "Pamiętaj, że musisz ponownie uruchomić Home Assistanta by zastosować zmiany w integracjach (custom_components).", - "select_version": "Wybierz wersję", - "show_beta": "Wyświetl wydania beta", - "type": "Typ", - "url": "URL" - }, - "dialog_removed": { - "link": "Link zewnętrzny do dodatkowych informacji", - "name": "Nazwa repozytorium", - "reason": "Powód usunięcia", - "type": "Rodzaj usunięcia" - }, - "dialog_update": { - "available_version": "Dostępna wersja", - "changelog": "Lista zmian", - "installed_version": "Zainstalowana wersja", - "releasenotes": "Informacje o {release}", - "title": "Dostępna aktualizacja" - }, - "dialog": { - "reload": { - "confirm": "Czy chcesz to zrobić teraz?", - "description": "Musisz wyczyścić pamięć podręczną przeglądarki po zmianie zasobów Lovelace." - } - }, - "entry": { - "information": "Informacje", - "intro": "Aktualizacje i ważne komunikaty będą wyświetlane w tym miejscu", - "messages": { - "disabled": { - "content": "Sprawdź log, aby uzyskać więcej informacji", - "title": "HACS jest wyłączony" - }, - "has_pending_tasks": { - "content": "Dopóki nie zostaną zakończone, niektóre repozytoria mogą nie być wyświetlane", - "title": "Wykonywane są zadania w tle" - }, - "removed": "Usunięto repozytorium '{repository}'", - "resources": { - "content": "Elementy Lovelace, które nie zostały poprawnie załadowane: {number}", - "title": "Nie załadowano w Lovelace" - }, - "restart": { - "content": "Integracje, które wymagają ponownego uruchomienia Home Assistanta: {number}\\nMożesz to zrobić w sekcji 'Kontrola serwera' konfiguracji Home Assistanta.", - "title": "Oczekiwanie na restart" - }, - "setup": { - "content": "HACS jest konfigurowany, w tym czasie może brakować niektórych informacji lub są one nieprawidłowe", - "title": "HACS jest konfigurowany" - }, - "startup": { - "content": "HACS uruchamia się, w tym czasie może brakować pewnych informacji lub mogą one być nieprawidłowe.", - "title": "HACS uruchamia się" - }, - "waiting": { - "content": "HACS czeka na zakończenie uruchamiania Home Assistanta przed rozpoczęciem własnych zadań", - "title": "HACS czeka" - }, - "wrong_frontend_installed": { - "content": "Masz zainstalowany interfejs HACS w wersji {running}, a wersja {expected} była oczekiwana. Komunikat ten oznacza, że Home Assistant nie mógł zainstalować nowej wersji interfejsu HACS, spróbuj ponownie uruchomić Home Assistanta.", - "title": "Nieoczekiwana wersja interfejsu" - }, - "wrong_frontend_loaded": { - "content": "Używasz wersji {running} interfejsu HACS, a wersja {expected} była oczekiwana, powinieneś wyczyścić pamięć podręczną przeglądarki.", - "title": "Nieoczekiwana wersja interfejsu" - } - }, - "pending_updates": "Oczekujące aktualizacje" - }, - "menu": { - "about": "O HACS", - "clear": "Wyczyść oznaczenia nowych", - "custom_repositories": "Niestandardowe repozytoria", - "dismiss": "Odrzuć wszystkie nowe repozytoria", - "documentation": "Dokumentacja", - "open_issue": "Powiadom o problemie", - "reload": "Załaduj ponownie okno" - }, - "options": { - "step": { - "user": { - "data": { - "appdaemon": "Włącz wykrywanie i śledzenie aplikacji AppDaemon", - "country": "Filtruj według kodu kraju", - "debug": "Włącz debugowanie.", - "experimental": "Włącz funkcje eksperymentalne", - "netdaemon": "Włącz wykrywanie i śledzenie aplikacji NetDaemon", - "not_in_use": "Nieużywany z YAML", - "release_limit": "Liczba wydań do wyświetlenia", - "sidepanel_icon": "Ikona w panelu bocznym", - "sidepanel_title": "Tytuł w panelu bocznym" - } - } - } - }, - "repository_banner": { - "config_flow": "Ta integracja obsługuje config_flow, co oznacza, że możesz teraz przejść do sekcji integracji w interfejsie użytkownika, aby ją skonfigurować.", - "config_flow_title": "Obsługiwana konfiguracja poprzez interfejs użytkownika", - "integration_not_loaded": "Ta integracja nie jest załadowana do Home Assistant'a.", - "no_restart_required": "Ponowne uruchomienie nie jest wymagane", - "not_loaded": "Nie załadowano", - "plugin_not_loaded": "Ta wtyczka nie jest dodana do zasobów Lovelace.", - "restart": "Musisz ponownie uruchomić Home Assistant'a.", - "restart_pending": "Oczekiwanie na ponowne uruchomienie" - }, - "repository_card": { - "dismiss": "odrzuć", - "hide": "Ukryj", - "information": "Informacje", - "new_repository": "Nowe repozytorium", - "not_loaded": "Nie załadowano", - "open_issue": "Powiadom o problemie", - "open_source": "Otwórz kod źródłowy", - "pending_restart": "Oczekiwanie na restart", - "pending_update": "Oczekująca aktualizacja", - "reinstall": "Przeinstaluj", - "report": "Zgłoś do usunięcia", - "update_information": "Uaktualnij dane" - }, - "repository": { - "add_to_lovelace": "Dodaj do Lovelace", - "authors": "Autorzy", - "available": "Dostępna", - "back_to": "Wróć do", - "changelog": "Lista zmian", - "downloads": "Ilość pobrań", - "flag_this": "Oflaguj", - "frontend_version": "Wersja frontendu", - "github_stars": "Gwiazdki GitHub", - "goto_integrations": "Przejdź do integracji", - "hide": "Ukryj", - "hide_beta": "Ukryj wydania beta", - "install": "Zainstaluj", - "installed": "Zainstalowano", - "lovelace_copy_example": "Skopiuj przykład do schowka", - "lovelace_instruction": "Interfejs użytkownika użyje tej wtyczki po dodaniu konfiguracji", - "lovelace_no_js_type": "Nie można określić typu tej wtyczki, sprawdź repozytorium.", - "newest": "najnowsza", - "note_appdaemon": "musisz jeszcze dodać aplikację do pliku 'apps.yaml'", - "note_installed": "Po zainstalowaniu dodatek będzie znajdować się w", - "note_integration": "musisz jeszcze dodać integrację do pliku 'configuration.yaml'", - "note_plugin": "musisz jeszcze dodać wtyczkę do konfiguracji interfejsu użytkownika (plik 'ui-lovelace.yaml' lub edytor interfejsu użytkownika)", - "note_plugin_post_107": "nadal musisz dodać go do konfiguracji Lovelace ('configuration.yaml' lub edytora zasobów '\/config\/lovelace\/resources')", - "open_issue": "Powiadom o problemie", - "open_plugin": "Otwórz element", - "reinstall": "Przeinstaluj", - "repository": "Repozytorium", - "restart_home_assistant": "Uruchom ponownie Home Assistant'a", - "show_beta": "Wyświetl wydania beta", - "uninstall": "Odinstaluj", - "update_information": "Uaktualnij dane", - "upgrade": "Uaktualnij" - }, - "search": { - "installed": "Wyszukaj zainstalowane repozytoria", - "installed_new": "Wyszukaj zainstalowane lub nowe repozytoria", - "placeholder": "Wyszukaj repozytorium" - }, - "sections": { - "about": { - "description": "Informacje o HACS", - "title": "O HACS" - }, - "addon": { - "description": "W HACS nie ma dodatków, ale możesz kliknąć tutaj, aby przejść do Supervisora", - "title": "Dodatki" - }, - "automation": { - "description": "Skrypty Pythona, aplikacje AppDaemon i NetDaemon", - "title": "Automatyzacje" - }, - "frontend": { - "description": "Motywy, niestandardowe karty i inne elementy interfejsu użytkownika", - "title": "Interfejs użytkownika" - }, - "integrations": { - "description": "Niestandardowe integracje (custom_components)", - "title": "Integracje" - }, - "pending_repository_upgrade": "Używasz wersji {installed}, wersja {available} jest dostępna" - }, - "settings": { - "add_custom_repository": "DODAJ REPOZYTORIUM NIESTANDARDOWE", - "adding_new_repo": "Dodawanie nowego repozytorium '{repo}'", - "adding_new_repo_category": "Z kategorią '{category}'.", - "bg_task_custom": "Niestandardowe repozytoria są ukryte podczas wykonywania zadań w tle.", - "category": "Kategoria", - "compact_mode": "Tryb kompaktowy", - "custom_repositories": "REPOZYTORIA NIESTANDARDOWE", - "delete": "Usuń", - "display": "Sposób wyświetlania", - "grid": "kratka", - "hacs_repo": "Repozytorium HACS", - "hidden_repositories": "ukryte repozytoria", - "missing_category": "Musisz wybrać kategorię", - "open_repository": "Otwórz repozytorium", - "reload_data": "Wczytaj ponownie dane", - "reload_window": "Załaduj ponownie okno", - "repository_configuration": "Konfiguracja repozytorium", - "save": "Zapisz", - "table": "tabela", - "table_view": "Widok tabeli", - "unhide": "pokaż", - "upgrade_all": "Uaktualnij wszystkie" - }, - "store": { - "ascending": "rosnąco", - "clear_new": "Wyczyść wszystkie nowe repozytoria", - "descending": "malejąco", - "last_updated": "Ostatnia aktualizacja", - "name": "Nazwa", - "new_repositories": "Nowe repozytoria", - "new_repositories_note": "Jest ponad 10 nowych repozytoriów, jeśli chcesz je wyczyścić, kliknij menu z trzema kropkami w prawym górnym rogu i odrzuć je wszystkie.", - "no_repositories": "Brak repozytoriów", - "no_repositories_desc1": "Wygląda na to, że nie masz jeszcze zainstalowanych repozytoriów w tej sekcji.", - "no_repositories_desc2": "Kliknij + w dolnym rogu, aby dodać pierwsze!", - "no_repositories_found_desc1": "W tej sekcji nie znaleziono zainstalowanych repozytoriów pasujących do \"{searchInput}\".", - "no_repositories_found_desc2": "Spróbuj wyszukać czegoś innego!", - "pending_upgrades": "Oczekujące aktualizacje", - "placeholder_search": "Wprowadź wyszukiwane hasło...", - "sort": "sortowanie", - "stars": "Gwiazdki", - "status": "Status" - }, - "time": { - "ago": "temu", - "day": "dzień", - "days": "dni", - "hour": "godzina", - "hours": "godziny", - "minute": "minuta", - "minutes": "minuty", - "month": "miesiąc", - "months": "miesięcy", - "one": "Jeden", - "one_day_ago": "jeden dzień temu", - "one_hour_ago": "jedna godzina temu", - "one_minute_ago": "jedna minuta temu", - "one_month_ago": "jeden miesiąc temu", - "one_second_ago": "jedna sekunda temu", - "one_year_ago": "jeden rok temu", - "second": "sekunda", - "seconds": "sekundy", - "x_days_ago": "{x} dni temu", - "x_hours_ago": "{x} godzin(y) temu", - "x_minutes_ago": "{x} minut(y) temu", - "x_months_ago": "{x} miesi(ące\/ęcy) temu", - "x_seconds_ago": "{x} sekund(y) temu", - "x_years_ago": "{x} lat(a) temu", - "year": "rok", - "years": "lata" - } -} \ No newline at end of file diff --git a/custom_components/hacs/translations/pt-BR.json b/custom_components/hacs/translations/pt-BR.json deleted file mode 100644 index d97bec8..0000000 --- a/custom_components/hacs/translations/pt-BR.json +++ /dev/null @@ -1,356 +0,0 @@ -{ - "common": { - "about": "Sobre", - "add": "adicionar", - "appdaemon": "AppDaemon", - "appdaemon_apps": "Aplicativos AppDaemon", - "appdaemon_plural": "Aplicativos AppDaemon", - "background_task": "Tarefa em segundo plano em execução, esta página será recarregada quando terminar.", - "check_log_file": "Verifique seu arquivo de log para obter mais detalhes.", - "continue": "Continuar", - "disabled": "Desativado", - "documentation": "Documentação", - "element": "elemento", - "hacs_is_disabled": "HACS está desativado", - "ignore": "Ignorar", - "install": "Instalar", - "installed": "instalado", - "integration": "Integração", - "integration_plural": "Integrações", - "integrations": "Integrações", - "lovelace": "Lovelace", - "lovelace_element": "Elemento do Lovelace", - "lovelace_elements": "Elementos do lovelace", - "manage": "gerenciar", - "netdaemon": "NetDaemon", - "netdaemon_apps": "NetDaemon Apps", - "netdaemon_plural": "Aplicativos NetDaemon", - "plugin": "Lovelace", - "plugin_plural": "Elementos do Lovelace", - "plugins": "Elementos do Lovelace", - "python_script": "Script Python", - "python_script_plural": "Scripts python", - "python_scripts": "Scripts python", - "repositories": "Repositórios", - "repository": "Repositório", - "settings": "configurações", - "theme": "Tema", - "theme_plural": "Temas", - "themes": "Temas", - "uninstall": "Desinstalar", - "update": "Atualizar", - "version": "Versão" - }, - "config": { - "step": { - "device": { - "description": "Open {url} and paste this key `{code}` to authorize HACS, when you have done that click 'submit'", - "title": "HACS" - }, - "user": { - "data": { - "acc_addons": "I know that there are no add-ons in HACS", - "acc_disable": "I know that if I get issues with Home Assistant I should disable all my custom_components", - "acc_logs": "I know how to access Home Assistant logs", - "acc_untested": "I know that everything inside HACS is custom and untested by Home Assistant", - "appdaemon": "Enable AppDaemon apps discovery & tracking", - "netdaemon": "Enable NetDaemon apps discovery & tracking", - "python_script": "Enable python_scripts discovery & tracking", - "sidepanel_icon": "Side panel icon", - "sidepanel_title": "Side panel title", - "theme": "Enable Themes discovery & tracking", - "token": "GitHub Personal Access Token" - }, - "description": "Before you can setup HACS you need to acknowledge the following", - "title": "HACS" - } - }, - "title": "HACS (Home Assistant Community Store)" - }, - "confirm": { - "add_to_lovelace": "Tem certeza de que deseja adicionar isso aos seus recursos do Lovelace?", - "bg_task": "A ação é desativada enquanto as tarefas de fundo estão sendo executadas.", - "cancel": "Cancelar", - "continue": "Tem certeza que quer continuar?", - "delete": "Tem certeza de que deseja excluir '{item}'?", - "delete_installed": "'{item}' está instalado, é necessário desinstalá-lo para poder excluí-lo.", - "exist": "{item} já existe", - "generic": "Tem certeza?", - "home_assistant_is_restarting": "Espere, o Home Assistant está agora a reiniciar.", - "home_assistant_version_not_correct": "Você está executando a versão Home Assistant '{haversion}', mas este repositório requer que a versão mínima '{minversion}' esteja instalada.", - "no": "Não", - "no_upgrades": "Não há atualizações pendentes", - "ok": "OK", - "overwrite": "Fazer isso irá substituí-lo.", - "reload_data": "Isso recarrega os dados de todos os repositórios que o HACS conhece e levará algum tempo para concluir.", - "restart_home_assistant": "Tem certeza de que deseja reiniciar o Home Assistant?", - "uninstall": "Tem certeza de que deseja desinstalar '{item}'?", - "upgrade_all": "Isso atualizará todos esses repositórios, verifique se você leu as notas de versão de todos eles antes de continuar.", - "yes": "Sim" - }, - "dialog_about": { - "frontend_version": "Versão do frontend", - "installed_repositories": "Repositórios instalados", - "integration_version": "Versão da integração", - "useful_links": "Links úteis" - }, - "dialog_add_repo": { - "limit": "Apenas os 100 primeiros repositórios são mostrados, use a pesquisa para filtrar o que você precisa", - "no_match": "Nenhum repositório encontrado correspondente ao seu filtro", - "sort_by": "Ordenar por", - "title": "Novo repositório" - }, - "dialog_custom_repositories": { - "category": "Categoria", - "no_category": "Categoria ausente", - "no_repository": "Repositório ausente", - "title": "Repositórios personalizados", - "url_placeholder": "Adicionar URL de repositório personalizado" - }, - "dialog_info": { - "author": "Autor", - "downloads": "Downloads", - "install": "Instalar esse repositório no HACS", - "loading": "Carregando informações...", - "no_info": "O desenvolvedor não forneceu mais informações para este repositório", - "open_issues": "Problemas em aberto", - "open_repo": "Abrir repositório", - "stars": "Estrelas", - "version_installed": "Versão instalada" - }, - "dialog_install": { - "restart": "Lembre-se de que você precisa reiniciar o Home Assistant para que as alterações nas integrações (custom_components) sejam aplicadas.", - "select_version": "Selecionar versão", - "show_beta": "Mostrar versões beta", - "type": "Tipo", - "url": "URL" - }, - "dialog_removed": { - "link": "Link externo para mais informações", - "name": "Nome do Repositório", - "reason": "Motivo da remoção", - "type": "Tipo da Remoção" - }, - "dialog_update": { - "available_version": "Versão disponível", - "changelog": "Registro de mudanças", - "installed_version": "Versão instalada", - "releasenotes": "Notas de lançamento para {release}", - "title": "Atualização pendente" - }, - "entry": { - "information": "Informações", - "intro": "Atualizações e mensagens importantes serão mostradas aqui, quando necessário", - "messages": { - "disabled": { - "content": "Verifique seu arquivo de log para mais detalhes.", - "title": "O HACS está desativado" - }, - "has_pending_tasks": { - "content": "Alguns repositórios podem não aparecer até que isso seja concluído", - "title": "Tarefas em segundo plano pendentes" - }, - "removed": "Repositório {repository} removido", - "resources": { - "content": "Existem {number} elementos do Lovelace que não estão carregados corretamente no Lovelace.", - "title": "Não carregado no Lovelace" - }, - "restart": { - "content": "Existem {number} integrações que requerem um reinício do Home Assistant. Você pode fazer isso na seção 'Controles do Servidor' na parte de configuração do Home Assistant UI.", - "title": "Reinicialização pendente" - }, - "startup": { - "content": "O HACS está sendo iniciado, durante esse período algumas informações podem estar ausentes ou incorretas", - "title": "O HACS está iniciando" - }, - "wrong_frontend_installed": { - "content": "Você instalou a versão {running} do frontend HACS, mas a versão {expected} era esperada. Se você vir esta mensagem, o Home Assistant não conseguiu instalar a nova versão. Por favor tente reiniciar o Home Assistant.", - "title": "Versão frontend inesperada" - }, - "wrong_frontend_loaded": { - "content": "Você está executando a versão {running} do frontend HACS, mas a versão {expected} era esperada. Por favor limpe o cache do seu navegador.", - "title": "Versão frontend inesperada" - } - }, - "pending_updates": "Atualizações pendentes" - }, - "menu": { - "about": "Sobre o HACS", - "clear": "Limpar todos os novos", - "custom_repositories": "Repositórios personalizados", - "dismiss": "Limpar todos os novos repositórios", - "documentation": "Documentação", - "open_issue": "Relatar problema", - "reload": "Recarregar janela" - }, - "options": { - "step": { - "user": { - "data": { - "appdaemon": "Habilitar AppDaemon apps descoberta & rastreamento", - "country": "Filtrar pelo código do país.", - "debug": "Ative a depuração.", - "experimental": "Ativar recursos experimentais", - "netdaemon": "Habilitar NetDaemon apps descoberta & rastreamento", - "not_in_use": "Não está em uso com o YAML", - "release_limit": "Número de lançamentos a serem exibidos.", - "sidepanel_icon": "Icone do painel lateral", - "sidepanel_title": "Titulo do painel lateral" - } - } - } - }, - "repository_banner": { - "config_flow": "Essa integração oferece suporte ao config_flow, o que significa que agora você pode acessar a seção de integração da sua interface do usuário para configurá-lo.", - "config_flow_title": "Configuração de interface do usuário suportada", - "integration_not_loaded": "Esta integração não está carregada no Home Assistant.", - "no_restart_required": "Não é necessário reiniciar", - "not_loaded": "Não carregado", - "plugin_not_loaded": "Este elemento não é adicionado aos seus recursos do Lovelace.", - "restart": "Você precisa reiniciar o Home Assistant.", - "restart_pending": "Reinicialização pendente" - }, - "repository_card": { - "dismiss": "Dispensar", - "hide": "Esconder", - "information": "Informações", - "new_repository": "Novo repositório", - "not_loaded": "Não carregado", - "open_issue": "Relatar problema", - "open_source": "Código aberto", - "pending_restart": "Reinicialização pendente", - "pending_update": "Atualização pendente", - "reinstall": "Reinstalar", - "report": "Denunciar para remoção", - "update_information": "Atualizar informações" - }, - "repository": { - "add_to_lovelace": "Adicionar a Lovelace", - "authors": "Autores", - "available": "Disponível", - "back_to": "Voltar para", - "changelog": "Changelog", - "downloads": "Downloads", - "flag_this": "Sinalizar isso", - "frontend_version": "Versão Frontend", - "github_stars": "Estrelas de GitHub", - "goto_integrations": "Ir para integrações", - "hide": "Esconder", - "hide_beta": "Esconder beta", - "install": "Instalar", - "installed": "Instalado", - "lovelace_copy_example": "Copie este exemplo para seu clipboard", - "lovelace_instruction": "Quando você adicionar isso à sua configuração do lovelace, use este", - "lovelace_no_js_type": "Não foi possível determinar o tipo desse elemento, verifique o repositório.", - "newest": "O mais novo", - "note_appdaemon": "Você ainda precisa adicioná-lo ao seu arquivo 'apps.yaml'", - "note_installed": "Quando instalado, ele estará localizado em", - "note_integration": "Você ainda precisa adicioná-lo ao seu arquivo 'configuration.yaml'", - "note_plugin": "você ainda precisará adicioná-lo à sua configuração do lovelace ('ui-lovelace.yaml' ou o editor de configuração da interface do usuário)", - "note_plugin_post_107": "você ainda precisará adicioná-lo à sua configuração do lovelace ('configuration.yaml' ou o editor de recursos '\/config \/lovelace\/resources')", - "open_issue": "Open issue", - "open_plugin": "Elemento aberto", - "reinstall": "Reinstalar", - "repository": "Repositório", - "restart_home_assistant": "Reiniciar Home Assistant", - "show_beta": "Mostrar beta", - "uninstall": "Desinstalar", - "update_information": "Atualizar informações", - "upgrade": "Atualizar" - }, - "search": { - "installed": "Buscar repositórios instalados", - "installed_new": "Buscar repositórios instalados ou novos", - "placeholder": "Procurar repositório" - }, - "sections": { - "about": { - "description": "Exibir informações sobre o HACS", - "title": "Sobre" - }, - "automation": { - "description": "É aqui que você encontra python_scripts, aplicativos AppDaemon e aplicativos NetDaemon", - "title": "Automação" - }, - "frontend": { - "description": "É aqui que você encontra temas, cartões personalizados e outros elementos para o lovelace", - "title": "Frontend" - }, - "integrations": { - "description": "É aqui que você encontra integrações personalizadas (custom_components)", - "title": "Integrações" - }, - "pending_repository_upgrade": "Você está executando a versão {installed}, a versão {available} está disponível" - }, - "settings": { - "add_custom_repository": "ADICIONAR REPOSITÓRIO PERSONALIZADO", - "adding_new_repo": "Adicionando novo repositório '{repo}'", - "adding_new_repo_category": "Com a categoria '{category}'.", - "bg_task_custom": "Os repositórios personalizados ficam ocultos enquanto as tarefas de fundo estão em execução.", - "category": "Categoria", - "compact_mode": "Modo compacto", - "custom_repositories": "REPOSITÓRIOS PERSONALIZADOS", - "delete": "Deletar", - "display": "Display", - "grid": "Grade", - "hacs_repo": "HACS repo", - "hidden_repositories": "repositórios ocultos", - "missing_category": "Você precisa selecionar uma categoria", - "open_repository": "Repositório aberto", - "reload_data": "Recarregar dados", - "reload_window": "Recarregar janela", - "repository_configuration": "Configuração do Repositório", - "save": "Salvar", - "table": "Tabela", - "table_view": "Visualização em tabela", - "unhide": "reexibir", - "upgrade_all": "Atualizar tudo" - }, - "store": { - "ascending": "ascendente", - "clear_new": "Limpar todos os novos repositórios", - "descending": "descendente", - "last_updated": "Última atualização", - "name": "Nome", - "new_repositories": "Novos Repositórios", - "new_repositories_note": "Você tem mais de 10 novos repositórios sendo mostrados aqui, se quiser limpar todos eles clique nos 3 pontos no canto superior direito e dispense-os.", - "no_repositories": "Nenhum repositório", - "no_repositories_desc1": "Parece que você ainda não tem nenhum repositório instalado nesta seção.", - "no_repositories_desc2": "Clique no + no canto inferior para adicionar o seu primeiro repositório!", - "no_repositories_found_desc1": "Nenhum repositório instalado foi encontrado que corresponda a \"{searchInput}\" nesta seção.", - "no_repositories_found_desc2": "Tente procurar por outra coisa!", - "pending_upgrades": "Atualizações pendentes", - "placeholder_search": "Por favor insira um termo de pesquisa...", - "sort": "ordenar", - "stars": "Estrelas", - "status": "Status" - }, - "time": { - "ago": "atrás", - "day": "dia", - "days": "dias", - "hour": "hora", - "hours": "horas", - "minute": "minuto", - "minutes": "minutos", - "month": "mês", - "months": "meses", - "one": "Um", - "one_day_ago": "um dia atrás", - "one_hour_ago": "uma hora atrás", - "one_minute_ago": "um minuto atrás", - "one_month_ago": "um mês atrás", - "one_second_ago": "um segundo atrás", - "one_year_ago": "um ano atrás", - "second": "segundo", - "seconds": "segundos", - "x_days_ago": "{x} dias atrás", - "x_hours_ago": "{x} horas atrás", - "x_minutes_ago": "{x} minutos atrás", - "x_months_ago": "{x} meses atrás", - "x_seconds_ago": "{x} segundos atrás", - "x_years_ago": "{x} anos atrás", - "year": "ano", - "years": "anos" - } -} \ No newline at end of file diff --git a/custom_components/hacs/translations/pt.json b/custom_components/hacs/translations/pt.json deleted file mode 100644 index d40cf50..0000000 --- a/custom_components/hacs/translations/pt.json +++ /dev/null @@ -1,355 +0,0 @@ -{ - "common": { - "about": "Sobre", - "add": "adicionar", - "appdaemon_apps": "Aplicações AppDaemon", - "appdaemon_plural": "Aplicações AppDaemon", - "background_task": "Está a ser executada uma tarefa em segundo plano, esta página será recarregada quando terminar.", - "check_log_file": "Verifique o seu ficheiro de log para obter mais detalhes.", - "continue": "Continuar", - "disabled": "Desativado", - "documentation": "Documentação", - "element": "elemento", - "hacs_is_disabled": "HACS está desativado", - "ignore": "Ignorar", - "install": "Instalar", - "installed": "instalado", - "integration": "Integração", - "integration_plural": "Integrações", - "integrations": "Integrações", - "lovelace": "Lovelace", - "lovelace_element": "Elemento Lovelace", - "lovelace_elements": "Elementos Lovelace", - "manage": "gerir", - "netdaemon": "NetDaemon", - "netdaemon_apps": "Aplicações NetDaemon", - "netdaemon_plural": "Aplicações NetDaemon", - "plugin": "Lovelace", - "plugin_plural": "Elementos Lovelace", - "plugins": "Elementos Lovelace", - "python_script": "Script Python", - "python_script_plural": "Scripts Python", - "python_scripts": "Scripts Python", - "repositories": "Repositórios", - "repository": "Repositório", - "settings": "configurações", - "theme": "Tema", - "theme_plural": "Temas", - "themes": "Temas", - "uninstall": "Desinstalar", - "update": "Atualizar", - "version": "Versão" - }, - "config": { - "step": { - "device": { - "description": "Open {url} and paste this key `{code}` to authorize HACS, when you have done that click 'submit'", - "title": "HACS" - }, - "user": { - "data": { - "acc_addons": "I know that there are no add-ons in HACS", - "acc_disable": "I know that if I get issues with Home Assistant I should disable all my custom_components", - "acc_logs": "I know how to access Home Assistant logs", - "acc_untested": "I know that everything inside HACS is custom and untested by Home Assistant", - "appdaemon": "Enable AppDaemon apps discovery & tracking", - "netdaemon": "Enable NetDaemon apps discovery & tracking", - "python_script": "Enable python_scripts discovery & tracking", - "sidepanel_icon": "Side panel icon", - "sidepanel_title": "Side panel title", - "theme": "Enable Themes discovery & tracking", - "token": "GitHub Personal Access Token" - }, - "description": "Before you can setup HACS you need to acknowledge the following", - "title": "HACS" - } - }, - "title": "HACS (Home Assistant Community Store)" - }, - "confirm": { - "add_to_lovelace": "Tem certeza que deseja adicionar aos recursos do Lovelace?", - "bg_task": "Esta ação é desativada enquanto as tarefas em segundo plano estão a ser executadas.", - "cancel": "Cancelar", - "continue": "Tem a certeza que deseja continuar?", - "delete": "Tem a certeza que deseja apagar '{item}'?", - "delete_installed": "'{item}' está instalado, é preciso desinstalá-lo antes de o poder apagar.", - "exist": "{item} já existe", - "generic": "Tem a certeza?", - "home_assistant_is_restarting": "Aguarde, o Home Assistant está a reiniciar.", - "home_assistant_version_not_correct": "Está a executar a versão '{haversion}' do Home Assistant, mas este repositório requer a versão mínima '{minversion}' para ser instalado.", - "no": "Não", - "no_upgrades": "Não há atualizações pendentes", - "ok": "OK", - "overwrite": "Ao fazer esta ação irá substituir o ficheiro atual.", - "reload_data": "Isto irá recarregar os dados de todos os repositórios que a HACS conhece, irá demorar algum tempo até terminar.", - "restart_home_assistant": "Tem a certeza que deseja reiniciar o Home Assistant?", - "uninstall": "Tem a certeza que deseja desinstalar '{item}'?", - "upgrade_all": "Isto irá actualizar todos estes repositórios, certifique-se de que leu as notas de lançamento de todos antes de continuar.", - "yes": "Sim" - }, - "dialog_about": { - "frontend_version": "Versão Frontend", - "installed_repositories": "Repositórios instalados", - "integration_version": "Versão de integração", - "useful_links": "Links úteis" - }, - "dialog_add_repo": { - "limit": "Apenas os 100 primeiros repositórios serão mostrados, use a pesquisa para filtrar o que precisa", - "no_match": "Não foram encontrados repositórios que correspondam ao filtro", - "sort_by": "Ordenar por", - "title": "Adicionar repositório" - }, - "dialog_custom_repositories": { - "category": "Categoria", - "no_category": "Categoria em falta", - "no_repository": "Repositório em falta", - "title": "Repositórios personalizados", - "url_placeholder": "Adicionar URL do repositório personalizado" - }, - "dialog_info": { - "author": "Autor", - "downloads": "Transferências", - "install": "Instalar este repositório no HACS", - "loading": "A carregar informações...", - "no_info": "O developer não forneceu mais informações sobre este repositório", - "open_issues": "Questões em aberto", - "open_repo": "Abrir Repositório", - "stars": "Estrelas", - "version_installed": "Versão instalada" - }, - "dialog_install": { - "restart": "Lembre-se de que é preciso reiniciar o Home Assistant para que as alterações das integrações (custom_components) sejam aplicadas.", - "select_version": "Selecionar versão", - "show_beta": "Mostrar versões beta", - "type": "Tipo", - "url": "URL" - }, - "dialog_removed": { - "link": "Link externo para mais informações", - "name": "Nome do repositório", - "reason": "Motivo de remoção", - "type": "Tipo de remoção" - }, - "dialog_update": { - "available_version": "Versão disponível", - "changelog": "Changelog", - "installed_version": "Versão instalada", - "releasenotes": "Notas de lançamento para {release}", - "title": "Atualização pendente" - }, - "entry": { - "information": "Informações", - "intro": "Atualizações e mensagens importantes serão mostradas aqui", - "messages": { - "disabled": { - "content": "Verifique o seu ficheiro de log para obter mais detalhes", - "title": "HACS está desativado" - }, - "has_pending_tasks": { - "content": "Alguns repositórios podem não aparecer até que isso seja concluído", - "title": "Tarefas em segundo plano pendentes" - }, - "removed": "Repositório '{repository}' removido", - "resources": { - "content": "Tem {number} elementos que não são carregados corretamente em Lovelace.", - "title": "Não carregado em Lovelace" - }, - "restart": { - "content": "Tem {number} integrações que exigem uma reinicialização do Home Assistant, pode fazer isso a partir da secção 'Controlo do Servidor' na parte de configuração do Home Assistant.", - "title": "Reinicialização pendente" - }, - "startup": { - "content": "O HACS está a iniciar. Durante este tempo, algumas informações podem estar ausentes ou incorretas", - "title": "O HACS está a iniciar" - }, - "wrong_frontend_installed": { - "content": "Tem a versão {running} do frontend HACS instalado, mas a versão {expected} é a mais atualizada, se está a ver esta mensagem e o Home Assistant não foi capaz de instalar a nova versão, tente reiniciar o Home Assistant.", - "title": "Versão do frontend inesperada" - }, - "wrong_frontend_loaded": { - "content": "Está a executar a versão {running} do frontend HACS, mas a versão {expected} é a mais atualizada, deve limpar a cache do seu browser.", - "title": "Versão do frontend inesperada" - } - }, - "pending_updates": "Atualizações pendentes" - }, - "menu": { - "about": "Sobre o HACS", - "clear": "Limpar todos os recentes", - "custom_repositories": "Repositórios personalizados", - "dismiss": "Dispensar todos os novos repositórios", - "documentation": "Documentação", - "open_issue": "Questão em aberto", - "reload": "Recarregar janela" - }, - "options": { - "step": { - "user": { - "data": { - "appdaemon": "Ativar a localização e o seguimento de aplicações AppDaemon", - "country": "Filtrar com o código do país.", - "debug": "Ativar depuração.", - "experimental": "Ativar recursos experimentais", - "netdaemon": "Ativar a localização e o seguimento de aplicações NetDaemon", - "not_in_use": "Não está a ser usado com YAML", - "release_limit": "Número de lançamentos a mostrar.", - "sidepanel_icon": "Ícone no painel lateral", - "sidepanel_title": "Título no painel lateral" - } - } - } - }, - "repository_banner": { - "config_flow": "Esta integração suporta o config_flow, o que significa que agora pode ir para a seção de integração do IU para a configurar.", - "config_flow_title": "Configuração UI suportada", - "integration_not_loaded": "Esta integração não foi carregada no Home Assistant.", - "no_restart_required": "Não é necessário reiniciar", - "not_loaded": "Não carregado", - "plugin_not_loaded": "Este elemento não é adicionado aos recursos Lovelace.", - "restart": "É necessário reiniciar o Home Assistant.", - "restart_pending": "Reinício pendente" - }, - "repository_card": { - "dismiss": "dispensar", - "hide": "Esconder", - "information": "Informações", - "new_repository": "Novo repositório", - "not_loaded": "Não carregado", - "open_issue": "Questão em aberto", - "open_source": "Código aberto", - "pending_restart": "Reinicialização pendente", - "pending_update": "Atualização pendente", - "reinstall": "Reinstalar", - "report": "Motivo para remover", - "update_information": "Atualizar informações" - }, - "repository": { - "add_to_lovelace": "Adicionar ao Lovelace", - "authors": "Autores", - "available": "Disponível", - "back_to": "Voltar", - "changelog": "Histórico de alterações", - "downloads": "Transferências", - "flag_this": "Marcar isto", - "frontend_version": "Versão Frontend", - "github_stars": "Estrelas do GitHub", - "goto_integrations": "Ir para as integrações", - "hide": "Ocultar", - "hide_beta": "Ocultar beta", - "install": "Instalar", - "installed": "Instalado", - "lovelace_copy_example": "Copiar o exemplo para a área de transferência", - "lovelace_instruction": "Quando for adicionar à sua configuração do lovelace, use este", - "lovelace_no_js_type": "Não foi possível determinar o tipo do elemento, verifique o repositório.", - "newest": "mais recente", - "note_appdaemon": "ainda é preciso adicioná-lo ao ficheiro 'apps.yaml'", - "note_installed": "Quando estiver instalado, a localização será", - "note_integration": "ainda é preciso adicioná-lo ao ficheiro 'configuration.yaml'", - "note_plugin": "ainda é preciso adicioná-lo à configuração do lovelace ('ui-lovelace.yaml' ou o editor de configuração de UI)", - "note_plugin_post_107": "ainda é preciso adicioná-lo à configuração do lovelace ('configuration.yaml' ou no editor '\/config\/lovelace\/resources')", - "open_issue": "Questão em aberto", - "open_plugin": "Abrir elemento", - "reinstall": "Reinstalar", - "repository": "Repositório", - "restart_home_assistant": "Reiniciar o Home Assistant", - "show_beta": "Mostrar beta", - "uninstall": "Desinstalar", - "update_information": "Atualizar informações", - "upgrade": "Atualizar" - }, - "search": { - "installed": "Pesquisar repositórios instalados", - "installed_new": "Pesquisar novos repositórios ou instalados", - "placeholder": "Procurar repositório" - }, - "sections": { - "about": { - "description": "Mostrar informações sobre o HACS", - "title": "Sobre" - }, - "automation": { - "description": "Aqui encontra os python_scripts, aplicações AppDaemon e NetDaemon", - "title": "Automação" - }, - "frontend": { - "description": "Aqui encontra os temas, cartões personalizados e outros elementos para o lovelace", - "title": "Frontend" - }, - "integrations": { - "description": "Aqui encontra as integrações personalizadas (custom_components)", - "title": "Integrações" - }, - "pending_repository_upgrade": "Está a executar a versão {installed} , mas a versão {available} já está disponível" - }, - "settings": { - "add_custom_repository": "ADICIONAR REPOSITÓRIO PERSONALIZADO", - "adding_new_repo": "Adicionando novo repositório '{repo}'", - "adding_new_repo_category": "Com a categoria '{category}'.", - "bg_task_custom": "Repositórios personalizados ficam ocultos, enquanto as tarefas em segundo plano estão a ser executadas.", - "category": "Categoria", - "compact_mode": "Modo compacto", - "custom_repositories": "REPOSITÓRIOS PERSONALIZADOS", - "delete": "Eliminar", - "display": "Mostrar", - "grid": "Grade", - "hacs_repo": "Repositório HACS", - "hidden_repositories": "repositórios ocultos", - "missing_category": "É preciso selecionar uma categoria", - "open_repository": "Abrir Repositório", - "reload_data": "Recarregar dados", - "reload_window": "Recarregar janela", - "repository_configuration": "Configuração do Repositório", - "save": "Guardar", - "table": "Tabela", - "table_view": "Vista de tabela", - "unhide": "Mostrar", - "upgrade_all": "Atualizar tudo" - }, - "store": { - "ascending": "ascendente", - "clear_new": "Limpar todos os novos repositórios", - "descending": "descendente", - "last_updated": "Última atualização", - "name": "Nome", - "new_repositories": "Novos Repositórios", - "new_repositories_note": "Tem mais de 10 novos repositórios visiveis aqui, se quiser limpar todos clique nos 3 pontos no canto superior direito e dispense todos.", - "no_repositories": "Sem repositórios", - "no_repositories_desc1": "Parece que ainda não possui nenhum repositório instalado nesta seção.", - "no_repositories_desc2": "Clique no \"+\", no canto inferior para adicionar o seu primeiro!", - "no_repositories_found_desc1": "Nenhum repositório instalado, correspondente a \"{searchInput}\" foi encontrado nesta secção.", - "no_repositories_found_desc2": "Tente procurar outra coisa!", - "pending_upgrades": "Atualizações pendentes", - "placeholder_search": "Por favor, introduza um termo de pesquisa...", - "sort": "ordenar", - "stars": "Estrelas", - "status": "Estado" - }, - "time": { - "ago": "atrás", - "day": "dia", - "days": "dias", - "hour": "hora", - "hours": "horas", - "minute": "minuto", - "minutes": "minutos", - "month": "mês", - "months": "meses", - "one": "Um", - "one_day_ago": "há um dia", - "one_hour_ago": "há uma hora", - "one_minute_ago": "há um minuto", - "one_month_ago": "há um mês", - "one_second_ago": "há um segundo", - "one_year_ago": "há um ano", - "second": "segundo", - "seconds": "segundos", - "x_days_ago": "{x} dias atrás", - "x_hours_ago": "{x} horas atrás", - "x_minutes_ago": "{x} minutos atrás", - "x_months_ago": "{x} meses atrás", - "x_seconds_ago": "{x} segundos atrás", - "x_years_ago": "{x} anos atrás", - "year": "ano", - "years": "anos" - } -} \ No newline at end of file diff --git a/custom_components/hacs/translations/ro.json b/custom_components/hacs/translations/ro.json deleted file mode 100644 index d577abf..0000000 --- a/custom_components/hacs/translations/ro.json +++ /dev/null @@ -1,193 +0,0 @@ -{ - "common": { - "about": "Despre", - "appdaemon": "AppDaemon", - "appdaemon_apps": "Aplicații AppDaemon", - "background_task": "Activitatea de fundal se execută, această pagină se va reîncărca atunci când este gata.", - "check_log_file": "Verificați log-ul pentru mai multe detalii.", - "continue": "Continua", - "disabled": "Dezactivat", - "documentation": "Documentație", - "hacs_is_disabled": "HACS este dezactivat", - "installed": "instalat", - "integration": "Integrare", - "integrations": "Integrări", - "manage": "administra", - "netdaemon": "NetDaemon", - "netdaemon_apps": "Aplicații NetDaemon", - "plugin": "Plugin", - "plugins": "Plugin-uri", - "python_script": "Script Python", - "python_scripts": "Scripturi Python", - "repositories": "Depozite", - "settings": "setări", - "theme": "Temă", - "themes": "Teme", - "version": "Versiune" - }, - "config": { - "step": { - "device": { - "description": "Open {url} and paste this key `{code}` to authorize HACS, when you have done that click 'submit'", - "title": "HACS" - }, - "user": { - "data": { - "acc_addons": "I know that there are no add-ons in HACS", - "acc_disable": "I know that if I get issues with Home Assistant I should disable all my custom_components", - "acc_logs": "I know how to access Home Assistant logs", - "acc_untested": "I know that everything inside HACS is custom and untested by Home Assistant", - "appdaemon": "Enable AppDaemon apps discovery & tracking", - "netdaemon": "Enable NetDaemon apps discovery & tracking", - "python_script": "Enable python_scripts discovery & tracking", - "sidepanel_icon": "Side panel icon", - "sidepanel_title": "Side panel title", - "theme": "Enable Themes discovery & tracking", - "token": "GitHub Personal Access Token" - }, - "description": "Before you can setup HACS you need to acknowledge the following", - "title": "HACS" - } - }, - "title": "HACS (Home Assistant Community Store)" - }, - "confirm": { - "add_to_lovelace": "Ești sigur că vrei să adaugi asta la resursele tale Lovelace?", - "bg_task": "Acțiunea este dezactivată în timp ce activitățile de fundal se execută.", - "cancel": "Anulare", - "continue": "Esti sigur ca vrei sa continui?", - "delete": "Sigur doriți să ștergeți '{item}'?", - "exist": "{item} există deja", - "generic": "Ești sigur?", - "home_assistant_is_restarting": "Asteptati, Home Assistant repornește.", - "no": "Nu", - "no_upgrades": "Nu există actualizări în curs", - "ok": "OK", - "overwrite": "Făcând acest lucru, îl va suprascrie.", - "restart_home_assistant": "Sigur doriți să reporniți Home Assistant?", - "uninstall": "Sigur doriți să dezinstalați '{item}'?", - "yes": "Da" - }, - "options": { - "step": { - "user": { - "data": { - "appdaemon": "Activați descoperirea și urmărirea aplicațiilor AppDaemon", - "country": "Filtrează cu codul țării.", - "debug": "Activează depanarea.", - "experimental": "Activați funcțiile experimentale", - "netdaemon": "Activați descoperirea și urmărirea aplicațiilor NetDaemon", - "not_in_use": "Nu este utilizat cu YAML", - "release_limit": "Număr de versiuni afișate.", - "sidepanel_icon": "Pictogramă Panou lateral", - "sidepanel_title": "Titlu panou lateral" - } - } - } - }, - "repository_banner": { - "integration_not_loaded": "Această integrare nu este încărcată în Home Assistant.", - "no_restart_required": "Nu este necesară repornirea", - "not_loaded": "Neîncărcat", - "plugin_not_loaded": "Acest plugin nu este adăugat la resursele Lovelace.", - "restart": "Trebuie să reporniți Home Assistant.", - "restart_pending": "Reporniți în așteptare" - }, - "repository": { - "add_to_lovelace": "Adăugați la Lovelace", - "authors": "Autori", - "available": "Disponibil", - "back_to": "Înapoi la", - "changelog": "Jurnal modificari", - "downloads": "Descărcări", - "flag_this": "Semnalizează", - "frontend_version": "Versiune frontend", - "github_stars": "Stele GitHub", - "goto_integrations": "Mergi la integrări", - "hide": "Ascunde", - "hide_beta": "Ascundere beta", - "install": "Instalează", - "installed": "Instalat", - "lovelace_copy_example": "Copiați exemplul în clipboard", - "lovelace_instruction": "Când adăugați acest lucru la configurația lovelace, folosiți acest", - "lovelace_no_js_type": "Nu s-a putut determina tipul acestui plugin, verificați \"repository\".", - "newest": "cele mai noi", - "note_appdaemon": "mai trebuie să o adăugați in fișierul „apps.yaml”", - "note_installed": "Când este instalat, acesta va fi localizat în", - "note_integration": "mai trebuie să o adăugați in fișierul „configuration.yaml”", - "note_plugin": "mai trebuie să o adăugați la configurația lovelace ('ui-lovelace.yaml' sau in editorul UI)", - "open_issue": "Deschidere problemă", - "open_plugin": "Deschide plugin", - "reinstall": "Reinstalare", - "repository": "Depozit", - "restart_home_assistant": "Reporniți Home Assistant", - "show_beta": "Afișare beta", - "uninstall": "Dezinstalare", - "update_information": "Actualizare informație", - "upgrade": "Actualizare" - }, - "settings": { - "add_custom_repository": "ADĂUGARE DEPOZIT PERSONALIZAT", - "adding_new_repo": "Adăugarea unui depozit nou '{repo}'", - "adding_new_repo_category": "Cu categoria '{categoria}'.", - "category": "Categorie", - "compact_mode": "Modul compact", - "custom_repositories": "DEPOZITE PERSONALIZATE", - "delete": "Șterge", - "display": "Afişeaza", - "grid": "Grilă", - "hacs_repo": "HACS repo", - "hidden_repositories": "depozite ascunse", - "missing_category": "Trebuie să selectați o categorie", - "open_repository": "Deschideți depozitul", - "reload_data": "Reîncărcați datele", - "reload_window": "Reîncărcați fereastra", - "repository_configuration": "Configurația depozitului", - "save": "Salveaza", - "table": "Tabel", - "table_view": "Vizualizare tabel", - "unhide": "Unhide", - "upgrade_all": "Actualizați toate" - }, - "store": { - "ascending": "ascendent", - "clear_new": "Ștergeți toate depozitele noi", - "descending": "descendent", - "last_updated": "Ultima actualizare", - "name": "Nume", - "new_repositories": "Noi depozite", - "pending_upgrades": "Actualizări în așteptare", - "placeholder_search": "Vă rugăm să introduceți un termen de căutare ...", - "sort": "fel", - "stars": "Stele", - "status": "Starea" - }, - "time": { - "ago": "în urmă", - "day": "zi", - "days": "zi", - "hour": "oră", - "hours": "ore", - "minute": "minut", - "minutes": "minute", - "month": "lună", - "months": "luni", - "one": "Unu", - "one_day_ago": "acum o zi", - "one_hour_ago": "acum o oră", - "one_minute_ago": "acum un minut", - "one_month_ago": "acum o luna", - "one_second_ago": "acum o secunda", - "one_year_ago": "acum un an", - "second": "al doilea", - "seconds": "secunde", - "x_days_ago": "{x} zile în urmă", - "x_hours_ago": "{x} ore în urmă", - "x_minutes_ago": "{x} minute în urmă", - "x_months_ago": "{x} luni în urmă", - "x_seconds_ago": "{x} secunde în urmă", - "x_years_ago": "{x} ani în urmă", - "year": "an", - "years": "ani" - } -} \ No newline at end of file diff --git a/custom_components/hacs/translations/ru.json b/custom_components/hacs/translations/ru.json deleted file mode 100644 index c017ae5..0000000 --- a/custom_components/hacs/translations/ru.json +++ /dev/null @@ -1,356 +0,0 @@ -{ - "common": { - "about": "О проекте", - "add": "добавить", - "appdaemon": "AppDaemon", - "appdaemon_apps": "Приложения AppDaemon", - "appdaemon_plural": "Приложения AppDaemon", - "background_task": "Выполняется фоновая задача, страница перезагрузится по готовности.", - "check_log_file": "Проверьте логи для получения более подробной информации.", - "continue": "Продолжить", - "disabled": "Отключено", - "documentation": "Документация", - "element": "элемент", - "hacs_is_disabled": "HACS отключен", - "ignore": "Игнорировать", - "install": "Установить", - "installed": "установлено", - "integration": "Интеграция", - "integration_plural": "Интеграции", - "integrations": "Интеграции", - "lovelace": "Lovelace", - "lovelace_element": "Элемент Lovelace", - "lovelace_elements": "Элементы Lovelace", - "manage": "управлять", - "netdaemon": "NetDaemon", - "netdaemon_apps": "Приложения NetDaemon", - "netdaemon_plural": "Приложения NetDaemon", - "plugin": "Lovelace", - "plugin_plural": "Элементы Lovelace", - "plugins": "Плагины", - "python_script": "Скрипт Python", - "python_script_plural": "Скрипты Python", - "python_scripts": "Скрипты Python", - "repositories": "Репозитории", - "repository": "Репозиторий", - "settings": "настройки", - "theme": "Тема", - "theme_plural": "Темы", - "themes": "Темы", - "uninstall": "Удалить", - "update": "Обновить", - "version": "Версия" - }, - "config": { - "step": { - "device": { - "description": "Open {url} and paste this key `{code}` to authorize HACS, when you have done that click 'submit'", - "title": "HACS" - }, - "user": { - "data": { - "acc_addons": "I know that there are no add-ons in HACS", - "acc_disable": "I know that if I get issues with Home Assistant I should disable all my custom_components", - "acc_logs": "I know how to access Home Assistant logs", - "acc_untested": "I know that everything inside HACS is custom and untested by Home Assistant", - "appdaemon": "Enable AppDaemon apps discovery & tracking", - "netdaemon": "Enable NetDaemon apps discovery & tracking", - "python_script": "Enable python_scripts discovery & tracking", - "sidepanel_icon": "Side panel icon", - "sidepanel_title": "Side panel title", - "theme": "Enable Themes discovery & tracking", - "token": "GitHub Personal Access Token" - }, - "description": "Before you can setup HACS you need to acknowledge the following", - "title": "HACS" - } - }, - "title": "HACS (Home Assistant Community Store)" - }, - "confirm": { - "add_to_lovelace": "Вы уверены, что хотите добавить это в ресурсы Lovelace?", - "bg_task": "Действие отключено во время выполнения фоновых задач.", - "cancel": "Отмена", - "continue": "Вы уверены, что хотите продолжить?", - "delete": "Вы уверены, что хотите удалить '{item}'?", - "delete_installed": "'{item}' установлен, вам нужно нажать 'Удалить', чтобы удалить его.", - "exist": "{item} уже существует.", - "generic": "Вы уверены?", - "home_assistant_is_restarting": "Подожди, теперь Home Assistant перезагружается.", - "home_assistant_version_not_correct": "Вы используете Home Assistant версии '{haversion}', но данный репозиторий требует минимальную установленную версию '{minversion}'.", - "no": "Нет", - "no_upgrades": "Нет обновлений", - "ok": "ОК", - "overwrite": "После подтверждения файлы будут перезаписаны.", - "reload_data": "Выполняется перезагрузка данных всех репозиториев в HACS, это займет некоторое время.", - "restart_home_assistant": "Вы уверены, что хотите перезапустить Home Assistant?", - "uninstall": "Вы уверены, что хотите удалить '{item}'?", - "upgrade_all": "Это произведёт обновление всех этих репозиториев, убедитесь, что вы прочитали примечания к выпуску для каждого из них, прежде чем продолжить.", - "yes": "Да" - }, - "dialog_about": { - "frontend_version": "Версия интерфейса", - "installed_repositories": "Установленные репозитории", - "integration_version": "Версия интеграции", - "useful_links": "Полезные ссылки" - }, - "dialog_add_repo": { - "limit": "Показаны только первые 100 репозиториев, используйте поиск для фильтрации того, что вам нужно", - "no_match": "Не найдено репозиторий, соответствующих фильтру", - "sort_by": "Сортировать по", - "title": "Новый репозиторий" - }, - "dialog_custom_repositories": { - "category": "Категория", - "no_category": "Категория не указана", - "no_repository": "Репозиторий не указан", - "title": "Пользовательские репозитории", - "url_placeholder": "Добавить пользовательский URL-адрес репозитория" - }, - "dialog_info": { - "author": "Автор", - "downloads": "Загрузки", - "install": "Установить этот репозиторий в HACS", - "loading": "Загрузка информации...", - "no_info": "Разработчик не предоставил никакой дополнительной информации для этого репозитория", - "open_issues": "Открытые вопросы", - "open_repo": "Открыть репозиторий", - "stars": "Звёзды", - "version_installed": "Установлена версия" - }, - "dialog_install": { - "restart": "Помните, что вам нужно перезапустить Home Assistant, прежде чем будут применены изменения в интеграциях (custom_components).", - "select_version": "Выберите версию", - "show_beta": "Показывать бета-версии", - "type": "Тип", - "url": "Ссылка" - }, - "dialog_removed": { - "link": "Внешняя ссылка для получения дополнительной информации", - "name": "Имя репозитория", - "reason": "Причина удаления", - "type": "Тип удаления" - }, - "dialog_update": { - "available_version": "Доступная версия", - "changelog": "Изменения", - "installed_version": "Установленная версия", - "releasenotes": "Примечания к выпуску для {release}", - "title": "Обновление в ожидании" - }, - "entry": { - "information": "Информация", - "intro": "Обновления и важные сообщения будут отображаться здесь, если таковые имеются", - "messages": { - "disabled": { - "content": "Проверьте логи для получения более подробной информации.", - "title": "HACS отключен" - }, - "has_pending_tasks": { - "content": "Некоторые репозитории могут не отображаться до тех пор, пока это не будет завершено", - "title": "Выполняются фоновые задачи" - }, - "removed": "Репозиторий удален '{repository}'", - "resources": { - "content": "У вас есть {number} элементов Lovelace, которые не загружаются должным образом.", - "title": "Не загружено в Lovelace" - }, - "restart": { - "content": "У вас есть {number} интеграций, которые требуют перезагрузки Home Assistant, Вы можете сделать это из раздела 'Сервер' в разделе конфигурации пользовательского интерфейса Home Assistant.", - "title": "В ожидании перезапуска" - }, - "startup": { - "content": "HACS запускается, в течение этого времени некоторые сведения могут отсутствовать или быть неверными", - "title": "HACS запускается" - }, - "wrong_frontend_installed": { - "content": "Вы используете версию {running} интерфейса HACS, однако ожидаемая версия — {expected}; если Вы видите это сообщение, то Home Assistant не смог установить новую версию интерфейса; попробуйте перезапустить Home Assistant", - "title": "Неожиданная версия интерфейса" - }, - "wrong_frontend_loaded": { - "content": "Вы используете версию {running} интерфейса HACS, однако ожидаемая версия — {expected}, попробуйте очистить кеш браузера.", - "title": "Неожиданная версия интерфейса" - } - }, - "pending_updates": "Обновления в ожидании" - }, - "menu": { - "about": "О HACS", - "clear": "Очистить все новые репозитории", - "custom_repositories": "Пользовательские репозитории", - "dismiss": "Убрать все новые репозитории", - "documentation": "Документация", - "open_issue": "Сообщить о проблеме", - "reload": "Перезагрузить окно" - }, - "options": { - "step": { - "user": { - "data": { - "appdaemon": "Включить поиск и отслеживание приложений AppDaemon", - "country": "Фильтр по стране.", - "debug": "Включить отладку.", - "experimental": "Вкл. экспериментальные функции", - "netdaemon": "Включить поиск и отслеживание приложений NetDaemon", - "not_in_use": "Не используется с YAML", - "release_limit": "Число доступных версий.", - "sidepanel_icon": "Иконка в боковом меню", - "sidepanel_title": "Название в боковом меню" - } - } - } - }, - "repository_banner": { - "config_flow": "Эта интеграция поддерживает config_flow, это означает, что теперь вы можете перейти в раздел интеграций вашего пользовательского интерфейса, чтобы настроить её.", - "config_flow_title": "Поддерживается настройка из пользовательского интерфейса", - "integration_not_loaded": "Эта интеграция не загружена в Home Assistant.", - "no_restart_required": "Перезагрузка не требуется", - "not_loaded": "Не загружено", - "plugin_not_loaded": "Этот плагин не добавлен к ресурсам Lovelace.", - "restart": "Вам нужно перезапустить Home Assistant.", - "restart_pending": "Ожидается перезапуск" - }, - "repository_card": { - "dismiss": "убрать", - "hide": "Скрыть", - "information": "Информация", - "new_repository": "Новый репозиторий", - "not_loaded": "Не загружено", - "open_issue": "Сообщить о проблеме", - "open_source": "Открыть источник", - "pending_restart": "В ожидании перезапуска", - "pending_update": "Ожидается обновление", - "reinstall": "Переустановить", - "report": "Сообщить о нарушении", - "update_information": "Обновить информацию" - }, - "repository": { - "add_to_lovelace": "Добавить в Lovelace", - "authors": "Авторы", - "available": "Доступно", - "back_to": "Назад к", - "changelog": "Изменения", - "downloads": "Загрузки", - "flag_this": "Пожаловаться", - "frontend_version": "Версия", - "github_stars": "Звезды GitHub", - "goto_integrations": "Перейти к интеграции", - "hide": "Скрыть", - "hide_beta": "Скрыть бета", - "install": "Установить", - "installed": "Установлено", - "lovelace_copy_example": "Скопируйте пример в буфер обмена", - "lovelace_instruction": "Для добавления в конфигурацию Lovelace, используйте", - "lovelace_no_js_type": "Не удалось определить тип этого плагина, проверьте репозиторий.", - "newest": "новейшая", - "note_appdaemon": "вам всё ещё нужно добавить код для настройки приложения в файл 'apps.yaml'", - "note_installed": "После установки, файлы будут расположены в", - "note_integration": "вам всё ещё нужно добавить код для настройки интеграции в файл 'configuration.yaml'", - "note_plugin": "вам всё ещё нужно добавить код для настройки плагина в конфигурацию Lovelace ('ui-lovelace.yaml')", - "note_plugin_post_107": "вам всё равно нужно добавить его в конфигурацию Lovelace ('configuration.yaml' или редактор ресурсов по пути '\/config\/lovelace\/resources').", - "open_issue": "Сообщить о проблеме", - "open_plugin": "Открыть плагин", - "reinstall": "Переустановить", - "repository": "Репозиторий", - "restart_home_assistant": "Перезагрузка Home Assistant", - "show_beta": "Показать бета", - "uninstall": "Удалить", - "update_information": "Обновить информацию", - "upgrade": "Обновить" - }, - "search": { - "installed": "Поиск установленных репозиторий", - "installed_new": "Поиск установленных или новых репозиторий", - "placeholder": "Поиск репозитория" - }, - "sections": { - "about": { - "description": "Показать информацию о HACS", - "title": "О проекте" - }, - "automation": { - "description": "Здесь вы найдете python_scripts, приложения AppDaemon и NetDaemon.", - "title": "Автоматизация" - }, - "frontend": { - "description": "Здесь вы найдете темы, пользовательские карточки и другие элементы для Lovelace", - "title": "Пользовательский интерфейс" - }, - "integrations": { - "description": "Здесь вы найдете пользовательские интеграции (custom_components)", - "title": "Интеграции" - }, - "pending_repository_upgrade": "Вы используете версию {installed}, доступна версия {available}" - }, - "settings": { - "add_custom_repository": "ДОБАВИТЬ СВОЙ РЕПОЗИТОРИЙ", - "adding_new_repo": "Добавление нового репозитория '{repo}'", - "adding_new_repo_category": "С категорией '{category}'.", - "bg_task_custom": "Свои репозитории скрыты во время выполнения фоновых задач.", - "category": "Категория", - "compact_mode": "Компактный режим", - "custom_repositories": "СВОИ РЕПОЗИТОРИИ", - "delete": "Удалить", - "display": "Вид", - "grid": "Сетка", - "hacs_repo": "Репозиторий HACS", - "hidden_repositories": "Скрытые репозитории", - "missing_category": "Вы должны выбрать категорию", - "open_repository": "Открыть репозиторий", - "reload_data": "Перезагрузить", - "reload_window": "Перезагрузить окно", - "repository_configuration": "Конфигурация репозитория", - "save": "Сохранить", - "table": "Таблица", - "table_view": "Таблица", - "unhide": "Показать", - "upgrade_all": "Обновить всё" - }, - "store": { - "ascending": "по возрастанию", - "clear_new": "Очистить все новые репозитории", - "descending": "по убыванию", - "last_updated": "Последнее обновление", - "name": "Название", - "new_repositories": "Новые репозитории", - "new_repositories_note": "У Вас есть более 10 новых репозиториев, показанных здесь; если Вы хотите очистить их все, нажмите 3 точки в верхнем правом углу и уберите их разом.", - "no_repositories": "Нет репозиториев", - "no_repositories_desc1": "Похоже, у вас еще нет репозиториев, установленных в этом разделе.", - "no_repositories_desc2": "Нажмите на + в нижнем углу, чтобы добавить первый!", - "no_repositories_found_desc1": "В этом разделе не найдено установленных репозиторий, соответствующих \"{searchinput}\".", - "no_repositories_found_desc2": "Попробуйте искать что-нибудь другое!", - "pending_upgrades": "Ожидается обновление", - "placeholder_search": "Пожалуйста, введите условие для поиска...", - "sort": "Сортировка", - "stars": "Звезды", - "status": "Статус" - }, - "time": { - "ago": "назад", - "day": "день", - "days": "дней", - "hour": "час", - "hours": "часов", - "minute": "минута", - "minutes": "минут", - "month": "месяц", - "months": "месяца", - "one": "Одна", - "one_day_ago": "один день назад", - "one_hour_ago": "час назад", - "one_minute_ago": "минуту назад", - "one_month_ago": "месяц назад", - "one_second_ago": "одну секунду назад", - "one_year_ago": "один год назад", - "second": "секунда", - "seconds": "секунд", - "x_days_ago": "{x} дней назад", - "x_hours_ago": "{x} часов назад", - "x_minutes_ago": "{x} минут назад", - "x_months_ago": "{x} месяцев назад", - "x_seconds_ago": "{x} секунд назад", - "x_years_ago": "{x} лет назад", - "year": "год", - "years": "лет" - } -} \ No newline at end of file diff --git a/custom_components/hacs/translations/sl.json b/custom_components/hacs/translations/sl.json deleted file mode 100644 index 4b1181b..0000000 --- a/custom_components/hacs/translations/sl.json +++ /dev/null @@ -1,201 +0,0 @@ -{ - "common": { - "about": "O tem", - "appdaemon": "AppDaemon", - "appdaemon_apps": "AppDaemon Aplikacije", - "background_task": "V ozadju se izvaja naloga, ko se konča, se bo stran osvežila.", - "check_log_file": "Za več podrobnosti preverite datoteko dnevnika.", - "continue": "Nadaljuj", - "disabled": "Onemogočeno", - "documentation": "Dokumentacija", - "hacs_is_disabled": "HACS je onemogočen", - "installed": "Nameščeno", - "integration": "Integracija", - "integrations": "Integracije", - "manage": "upravljanje", - "netdaemon": "NetDaemon", - "netdaemon_apps": "NetDaemon Aplikacije", - "plugin": "Lovelace", - "plugins": "Vtičniki", - "python_script": "Python skripta", - "python_scripts": "Python skripte", - "repositories": "Repozitoriji", - "settings": "nastavitve", - "theme": "Tema", - "themes": "Teme", - "version": "Različica" - }, - "config": { - "step": { - "device": { - "description": "Open {url} and paste this key `{code}` to authorize HACS, when you have done that click 'submit'", - "title": "HACS" - }, - "user": { - "data": { - "acc_addons": "I know that there are no add-ons in HACS", - "acc_disable": "I know that if I get issues with Home Assistant I should disable all my custom_components", - "acc_logs": "I know how to access Home Assistant logs", - "acc_untested": "I know that everything inside HACS is custom and untested by Home Assistant", - "appdaemon": "Enable AppDaemon apps discovery & tracking", - "netdaemon": "Enable NetDaemon apps discovery & tracking", - "python_script": "Enable python_scripts discovery & tracking", - "sidepanel_icon": "Side panel icon", - "sidepanel_title": "Side panel title", - "theme": "Enable Themes discovery & tracking", - "token": "GitHub Personal Access Token" - }, - "description": "Before you can setup HACS you need to acknowledge the following", - "title": "HACS" - } - }, - "title": "HACS (Home Assistant Community Store)" - }, - "confirm": { - "add_to_lovelace": "Ali si prepričan, da želiš to dodati med svoje vire Lovelace?", - "bg_task": "Dejanje je onemogočeno, medtem ko se izvajajo opravila v ozadju.", - "cancel": "Prekliči", - "continue": "Ali ste prepričani, da želite nadaljevati?", - "delete": "Ali ste prepričani, da želite izbrisati '{item}'?", - "delete_installed": "'{item}' je nameščen, pred odstranitvijo ga morate odstraniti.", - "exist": "{item} že obstaja", - "generic": "Ali si prepričan?", - "home_assistant_is_restarting": "Počakaj, Home Assistant se zdaj znova zaganja.", - "home_assistant_version_not_correct": "Uporabljate Home Assistant verzije '{haversion}', vendar to skladišče zahteva nameščeno najmanj različico '{minversion}'.", - "no": "Ne", - "no_upgrades": "Ni nadgradenj", - "ok": "V redu", - "overwrite": "Če to storite, bo to prepisano.", - "reload_data": "Ponovno se naložijo podatki vseh shramb HA, to bo trajalo nekaj časa.", - "restart_home_assistant": "Ali ste prepričani, da želite znova zagnati Home Assistant?", - "uninstall": "Ali ste prepričani, da želite odstraniti '{item}'?", - "upgrade_all": "To bo nadgradil vse te repozitorije, preden nadaljujete poskrbite, da ste prebrali vse opombe ob izdaji.", - "yes": "Da" - }, - "options": { - "step": { - "user": { - "data": { - "appdaemon": "Omogoči odkrivanje in sledenje aplikacij AppDaemon", - "country": "Filtrirajte s kodo države.", - "debug": "Omogoči odpravljanje napak.", - "experimental": "Omogočite poskusne funkcije", - "netdaemon": "Omogoči odkrivanje in sledenje aplikacij NetDaemon", - "not_in_use": "Ni v uporabi z YAML", - "release_limit": "Število izdaj, ki jih želite prikazati.", - "sidepanel_icon": "Ikona stranske plošče", - "sidepanel_title": "Naslov stranske plošče" - } - } - } - }, - "repository_banner": { - "config_flow": "Ta integracija podpira config_flow, kar pomeni, da lahko zdaj greste na odsek integracije vašega uporabniškega vmesnika, da ga konfigurirate.", - "config_flow_title": "Konfiguracija uporabniškega vmesnika je podprta", - "integration_not_loaded": "Ta integracija ni naložena v programu Home Assistant.", - "no_restart_required": "Ponovni zagon ni potreben", - "not_loaded": "Ni naloženo", - "plugin_not_loaded": "Ta vtičnik ni dodan vašim virom Lovelace.", - "restart": "Znova morate zagnati Home Assistant.", - "restart_pending": "Vnovični zagon v čakanju" - }, - "repository": { - "add_to_lovelace": "Dodaj v Lovelace", - "authors": "Avtorji", - "available": "Na voljo", - "back_to": "Nazaj na", - "changelog": "Dnevnik sprememb", - "downloads": "Prenosi", - "flag_this": "Označite to", - "frontend_version": "Frontend različica", - "github_stars": "GitHub zvezde", - "goto_integrations": "Pojdite na integracije", - "hide": "Skrij", - "hide_beta": "Skrij različico beta", - "install": "Namestite", - "installed": "Nameščeno", - "lovelace_copy_example": "Kopirajte primer v odložišče", - "lovelace_instruction": "Ko ga boste dodajali v svojo lovelace konfiguracijo uporabite to:", - "lovelace_no_js_type": "Ni bilo mogoče določiti vrsto tega vtičnika, preverite repozitorij.", - "newest": "najnovejše", - "note_appdaemon": "Še vedno ga morate dodati v svojo 'apps.yaml' datoteko", - "note_installed": "Ko bo nameščen, se bo nahajal v", - "note_integration": "Še vedno ga morate dodati v svojo 'configuration.yaml' datoteko", - "note_plugin": "vendar ga še vedno morate dodati v svojo lovelace konfiguracijo ('ui-lovelace.yaml' ali \"raw\" UI config urejevalnik)", - "note_plugin_post_107": "še vedno ga morate dodati v svojo konfiguracijo lovelace ('config.yaml' ali urejevalnik virov '\/config\/lovelace\/resources')", - "open_issue": "Odprite težavo", - "open_plugin": "Odprite vtičnik", - "reinstall": "Znova namestite", - "repository": "Repozitorij", - "restart_home_assistant": "Znova zaženite Home Assistant", - "show_beta": "Pokaži različico beta", - "uninstall": "Odstranite", - "update_information": "Posodobite podatke", - "upgrade": "Nadgradnja" - }, - "settings": { - "add_custom_repository": "DODAJTE SVOJ REPOZITORIJ", - "adding_new_repo": "Dodajanje novega repozitorija '{repo}'", - "adding_new_repo_category": "S kategorijo '{category}'.", - "bg_task_custom": "Med izvajanjem nalog v ozadju so repozitoriji po meri skriti.", - "category": "Kategorija", - "compact_mode": "Kompaktni način", - "custom_repositories": "VAŠI REPOZITORIJI", - "delete": "Izbriši", - "display": "Prikaz", - "grid": "Mreža", - "hacs_repo": "HACS repo", - "hidden_repositories": "skriti repozitoriji", - "missing_category": "Izbrati moraš kategorijo", - "open_repository": "Odprite skladišče", - "reload_data": "Ponovno naloži podatke", - "reload_window": "Ponovno naloži okno", - "repository_configuration": "Konfiguracija skladišč", - "save": "Shranite", - "table": "Tabela", - "table_view": "Pogled tabele", - "unhide": "Razkrij", - "upgrade_all": "Nadgradite vse" - }, - "store": { - "ascending": "naraščajoče", - "clear_new": "Počisti vse nove repozitorije", - "descending": "padajoče", - "last_updated": "Nazadnje posodobljeno", - "name": "Ime", - "new_repositories": "Novi repozitoriji", - "pending_upgrades": "Nadgradnje na čakanju", - "placeholder_search": "Prosim vnesite iskalni izraz ...", - "sort": "razvrsti", - "stars": "Zvezd", - "status": "Stanje" - }, - "time": { - "ago": "nazaj", - "day": "dan", - "days": "Dni", - "hour": "ura", - "hours": "Ur", - "minute": "minuta", - "minutes": "minut", - "month": "mesec", - "months": "mesecev", - "one": "Eno", - "one_day_ago": "pred enim dnevom", - "one_hour_ago": "pred eno uro", - "one_minute_ago": "pred eno minuto", - "one_month_ago": "pred enim mesecem", - "one_second_ago": "pred sekundo", - "one_year_ago": "pred enim letom", - "second": "drugič", - "seconds": "sekund", - "x_days_ago": "{x} dni nazaj", - "x_hours_ago": "{x} ur nazaj", - "x_minutes_ago": "{x} minut nazaj", - "x_months_ago": "{x} mesecev nazaj", - "x_seconds_ago": "{x} sekund nazaj", - "x_years_ago": "{x} let nazaj", - "year": "leto", - "years": "Let" - } -} \ No newline at end of file diff --git a/custom_components/hacs/translations/sv.json b/custom_components/hacs/translations/sv.json deleted file mode 100644 index 220c902..0000000 --- a/custom_components/hacs/translations/sv.json +++ /dev/null @@ -1,206 +0,0 @@ -{ - "common": { - "about": "Om", - "appdaemon": "AppDaemon", - "appdaemon_apps": "Appdaemon Applikationer", - "background_task": "Bakgrundsjobb körs, denna sida kommer att laddas igen när det är klart.", - "check_log_file": "Kontrollera din loggfil för mer information.", - "continue": "Fortsätta", - "disabled": "Inaktiverad", - "documentation": "Dokumentation", - "hacs_is_disabled": "HACS är inaktiverat", - "installed": "installerad", - "integration": "Integration", - "integrations": "Integrationer", - "manage": "hantera", - "netdaemon": "NetDaemon", - "netdaemon_apps": "NetDaemon Applikationer", - "plugin": "Lovelace", - "plugins": "Plugins", - "python_script": "Python skript", - "python_scripts": "Python skript", - "repositories": "Repositories", - "settings": "inställningar", - "theme": "Tema", - "themes": "Teman", - "version": "Version" - }, - "config": { - "step": { - "device": { - "description": "Open {url} and paste this key `{code}` to authorize HACS, when you have done that click 'submit'", - "title": "HACS" - }, - "user": { - "data": { - "acc_addons": "I know that there are no add-ons in HACS", - "acc_disable": "I know that if I get issues with Home Assistant I should disable all my custom_components", - "acc_logs": "I know how to access Home Assistant logs", - "acc_untested": "I know that everything inside HACS is custom and untested by Home Assistant", - "appdaemon": "Enable AppDaemon apps discovery & tracking", - "netdaemon": "Enable NetDaemon apps discovery & tracking", - "python_script": "Enable python_scripts discovery & tracking", - "sidepanel_icon": "Side panel icon", - "sidepanel_title": "Side panel title", - "theme": "Enable Themes discovery & tracking", - "token": "GitHub Personal Access Token" - }, - "description": "Before you can setup HACS you need to acknowledge the following", - "title": "HACS" - } - }, - "title": "HACS (Home Assistant Community Store)" - }, - "confirm": { - "add_to_lovelace": "Är du säker på att du vill lägga till detta till dina Lovelace-resurser?", - "bg_task": "Åtgärden är inaktiverad medan aktiviteter i bakgrunden körs", - "cancel": "Avbryt", - "continue": "Är du säker på att du vill fortsätta?", - "delete": "Är du säker på att du vill ta bort '{item}'?", - "delete_installed": "'{item}' är installerat, du måste avinstallera det innan du kan ta bort det.", - "exist": "{item} existerar redan", - "generic": "Är du säker?", - "home_assistant_is_restarting": "Vänta, Home Assistant startar nu om.", - "home_assistant_version_not_correct": "Du kör Home Assistant-versionen '{haversion}', men detta repository kräver att lägsta versionen '{minversion}' måste installeras.", - "no": "Nej", - "no_upgrades": "Inga uppgraderingar väntar", - "ok": "OK", - "overwrite": "Detta kommer att skriva över den.", - "reload_data": "Detta laddar om data för alla repositories HACS vet om, kommer detta att ta lite tid att slutföra.", - "restart_home_assistant": "Är du säker på att du vill starta om Home Assistant?", - "uninstall": "Är du säker på att du vill avinstallera '{item}'?", - "upgrade_all": "Detta kommer uppgradera alla dessa repositories, säkerhetsställ att du läst release anteckningarna för dem alla innan du fortsätter", - "yes": "Ja" - }, - "options": { - "step": { - "user": { - "data": { - "appdaemon": "Upptäck och följ Appdaemon applikationer", - "country": "Filtrera på landskod.", - "debug": "Aktivera felsökning", - "experimental": "Använd experimentella funktioner", - "netdaemon": "Upptäck och följ NetDaemon applikationer", - "not_in_use": "Används inte med YAML", - "release_limit": "Antalet releaser som visas.", - "sidepanel_icon": "Ikon för sidpanel", - "sidepanel_title": "Rubrik för sidpanel" - } - } - } - }, - "repository_banner": { - "config_flow": "Den här integreringen stöder config_flow, det innebär att du nu kan gå till integrationsdelen i användargränssnittet för att konfigurera det.", - "config_flow_title": "UI-konfiguration stöds", - "integration_not_loaded": "Denna integration inte laddats i Hem Assistent.", - "no_restart_required": "Ingen omstart krävs", - "not_loaded": "Ej laddad", - "plugin_not_loaded": "Detta plugin är inte tillagt till din Lovelaceresurs.", - "restart": "Du måste starta om Home Assistant.", - "restart_pending": "Omstart väntar" - }, - "repository": { - "add_to_lovelace": "Lägg till i Lovelace", - "authors": "Författare", - "available": "Tillgänglig", - "back_to": "Tillbaka till", - "changelog": "Ändringslogg", - "downloads": "Nedladdningar", - "flag_this": "Flagga denna", - "frontend_version": "Frontend-version", - "github_stars": "GitHub stjärnor", - "goto_integrations": "Gå till integrationer", - "hide": "Göm", - "hide_beta": "Göm betaversioner", - "install": "Installera", - "installed": "Installerad", - "lovelace_copy_example": "Kopiera exemplet till urklipp", - "lovelace_instruction": "När du lägger till denna till din lovelace konfiguration, använd", - "lovelace_no_js_type": "Kan inte avgöra villken typ av plugin, kontrollera i GIT \\nrepository", - "newest": "nyaste", - "note_appdaemon": "du behöver fortfarande lägga till den till filen 'apps.yaml'", - "note_installed": "När den är installerad kommer den finnas i", - "note_integration": "du behöver fortfarande lägga den till filen 'configuration.yaml'", - "note_plugin": "du behöver fortfarande lägga till den till din lovelace konfiguration ('ui-lovelace.yaml' eller raw UI config redigerare)", - "note_plugin_post_107": "du behöver fortfarande lägga till den i din lovelace-konfiguration ('configuration.yaml' eller resursredigeraren \/config\/lovelace\/resources')", - "open_issue": "Rapportera problem", - "open_plugin": "Öppna plugin", - "reinstall": "Ominstallera", - "repository": "Repository", - "restart_home_assistant": "Starta om Home Assistant", - "show_beta": "Visa betaversioner", - "uninstall": "Avinstallera", - "update_information": "Uppdatera information", - "upgrade": "Uppdatera" - }, - "sections": { - "addon": { - "title": "Tillägg" - } - }, - "settings": { - "add_custom_repository": "LÄGG TILL ETT REPOSITORY", - "adding_new_repo": "Lägger till nytt repository '{repo}'", - "adding_new_repo_category": "Med kategori '{kategori}'.", - "bg_task_custom": "Anpassade repositories är dolda under tiden aktiviteter i bakgrunden körs", - "category": "Kategori", - "compact_mode": "Kompakt läge", - "custom_repositories": "REPOSITORIES", - "delete": "Ta bort", - "display": "Visa", - "grid": "Rutnät", - "hacs_repo": "HACS repo", - "hidden_repositories": "dolda förråd", - "missing_category": "Du behöver välja en kategori", - "open_repository": "Öppna Repository", - "reload_data": "Ladda om data", - "reload_window": "Ladda om fönstret", - "repository_configuration": "Konfiguration av repository", - "save": "Spara", - "table": "Tabell", - "table_view": "Tabellvy", - "unhide": "ta fram", - "upgrade_all": "Uppgradera alla" - }, - "store": { - "ascending": "stigande", - "clear_new": "Rensa alla nya förvar", - "descending": "fallande", - "last_updated": "Senast uppdaterad", - "name": "Namn", - "new_repositories": "Nya förvar", - "pending_upgrades": "Väntande uppgraderingar", - "placeholder_search": "Skriv ett sökord...", - "sort": "sortera", - "stars": "Stjärnor", - "status": "Status" - }, - "time": { - "ago": "sedan", - "day": "dag", - "days": "dagar", - "hour": "timme", - "hours": "timmar", - "minute": "minut", - "minutes": "minuter", - "month": "månad", - "months": "månader", - "one": "Ett", - "one_day_ago": "för en dag sedan", - "one_hour_ago": "för en timme sedan", - "one_minute_ago": "en minut sedan", - "one_month_ago": "en månad sedan", - "one_second_ago": "för en sekund sedan", - "one_year_ago": "ett år sedan", - "second": "andra", - "seconds": "sekunder", - "x_days_ago": "{x} dagar sedan", - "x_hours_ago": "{x} timmar sedan", - "x_minutes_ago": "{x} minuter sedan", - "x_months_ago": "{x} månader sedan", - "x_seconds_ago": "{x} sekunder sedan", - "x_years_ago": "{x} år sedan", - "year": "år", - "years": "år" - } -} \ No newline at end of file diff --git a/custom_components/hacs/translations/vi.json b/custom_components/hacs/translations/vi.json deleted file mode 100644 index db9f3cc..0000000 --- a/custom_components/hacs/translations/vi.json +++ /dev/null @@ -1,345 +0,0 @@ -{ - "common": { - "about": "Thông tin", - "add": "thêm", - "appdaemon_apps": "Ứng dụng AppDaemon", - "appdaemon_plural": "Ứng dụng AppDaemon", - "background_task": "Tác vụ nền đang chạy, trang này sẽ được tải lại khi hoàn thành.", - "check_log_file": "Kiểm tra tệp nhật ký để biết thêm chi tiết.", - "continue": "Tiếp tục", - "disabled": "Bị vô hiệu hoá", - "documentation": "Tài liệu", - "element": "thành phần", - "hacs_is_disabled": "HACS đã bị vô hiệu hoá", - "install": "Cài đặt", - "installed": "đã cài đặt", - "integration": "Tích Hợp", - "integration_plural": "Tích Hợp", - "integrations": "Tích Hợp", - "lovelace": "Lovelace", - "lovelace_element": "Thành phần Lovelace", - "lovelace_elements": "Các thành phần Lovelace", - "manage": "quản lý", - "netdaemon": "NetDaemon", - "netdaemon_apps": "Ứng dụng NetDaemon", - "netdaemon_plural": "Ứng dụng NetDaemon", - "plugin": "Bổ Sung", - "plugin_plural": "Các thành phần Lovelace", - "plugins": "Bổ Sung", - "python_script": "Chương trình Python", - "python_script_plural": "Chương trình Python", - "python_scripts": "Chương trình Python", - "repositories": "Các kho ứng dụng", - "repository": "Kho lưu trữ", - "settings": "thiết lập", - "theme": "Chủ đề", - "theme_plural": "Chủ đề", - "themes": "Chủ đề", - "uninstall": "Gỡ cài đặt", - "update": "Cập nhật", - "version": "Phiên bản" - }, - "config": { - "step": { - "device": { - "description": "Open {url} and paste this key `{code}` to authorize HACS, when you have done that click 'submit'", - "title": "HACS" - }, - "user": { - "data": { - "acc_addons": "I know that there are no add-ons in HACS", - "acc_disable": "I know that if I get issues with Home Assistant I should disable all my custom_components", - "acc_logs": "I know how to access Home Assistant logs", - "acc_untested": "I know that everything inside HACS is custom and untested by Home Assistant", - "appdaemon": "Enable AppDaemon apps discovery & tracking", - "netdaemon": "Enable NetDaemon apps discovery & tracking", - "python_script": "Enable python_scripts discovery & tracking", - "sidepanel_icon": "Side panel icon", - "sidepanel_title": "Side panel title", - "theme": "Enable Themes discovery & tracking", - "token": "GitHub Personal Access Token" - }, - "description": "Before you can setup HACS you need to acknowledge the following", - "title": "HACS" - } - }, - "title": "HACS (Home Assistant Community Store)" - }, - "confirm": { - "add_to_lovelace": "Bạn có chắc muốn thêm vào tài nguyên Lovelace của mình không?", - "bg_task": "Hành động bị vô hiệu hoá trong khi các tác vụ nền đang chạy.", - "cancel": "Huỷ bỏ", - "continue": "Bạn có chắc chắn muốn tiếp tục?", - "delete": "Bạn có chắc muốn xoá '{item}'?", - "delete_installed": "'{item}' đã được cài đặt, bạn cần gỡ cài đặt nó trước khi có thể xoá.", - "exist": "{item} đang tồn tại", - "generic": "Bạn có chắc không?", - "home_assistant_is_restarting": "Khoan đã, Home Assistant đang khởi động lại.", - "home_assistant_version_not_correct": "Bạn đang chạy phiên bản Home Assistant '{haversion}' nhưng kho ứng dụng này yêu cầu phiên bản thấp nhất '{minversion}' để cài đặt.", - "no": "Không", - "no_upgrades": "Không có cập nhật nào đang xử lý", - "ok": "OK", - "overwrite": "Tiếp tục sẽ khiến card này bị ghi đè lên.", - "reload_data": "Điều này tải lại dữ liệu của tất cả các kho ứng dụng trong HACS, sẽ mất một lúc để hoàn tất.", - "restart_home_assistant": "Bạn có muốn khởi động lại Home Assistant?", - "uninstall": "Bạn có chắc muốn gỡ cài đặt '{item}'?", - "upgrade_all": "Điều này sẽ nâng cấp tất cả các kho ứng dụng này, đảm bảo rằng bạn đã đọc tất cả các lưu ý phát hành trước khi tiếp tục.", - "yes": "Có" - }, - "dialog_about": { - "frontend_version": "Phiên bản Frontend", - "installed_repositories": "Kho lưu trữ đã cài đặt", - "integration_version": "Phiên bản tích hợp", - "useful_links": "Liên kết hữu ích" - }, - "dialog_add_repo": { - "limit": "Chỉ 100 kho lưu trữ đầu tiên được hiển thị, sử dụng mục tìm kiếm để lọc những gì bạn cần", - "no_match": "Không tìm thấy kho lưu trữ phù hợp với bộ lọc của bạn", - "sort_by": "Sắp xếp theo", - "title": "Thêm kho lưu trữ" - }, - "dialog_custom_repositories": { - "category": "Danh mục", - "no_category": "Thiếu danh mục", - "no_repository": "Kho lưu trữ bị thiếu", - "title": "Các kho lưu trữ tuỳ chỉnh", - "url_placeholder": "Thêm URL của kho lưu trữ tùy chỉnh" - }, - "dialog_info": { - "author": "Tác giả", - "downloads": "Tải xuống", - "install": "Cài đặt kho lưu trữ này trong HACS", - "loading": "Đang tải thông tin...", - "no_info": "Nhà phát triển đã không cung cấp thêm thông tin nào cho kho lưu trữ này", - "open_issues": "Báo cáo vấn đề", - "open_repo": "Mở Kho ứng dụng", - "stars": "Số sao", - "version_installed": "Phiên bản đã cài đặt" - }, - "dialog_install": { - "restart": "Hãy nhớ rằng bạn cần khởi động lại Home Assistant trước khi các thay đổi với tích hợp (custom_components) được áp dụng.", - "select_version": "Chọn phiên bản", - "show_beta": "Hiển thị phiên bản beta", - "type": "Loại", - "url": "URL" - }, - "dialog_update": { - "available_version": "Phiên bản hiện có", - "changelog": "Thay đổi", - "installed_version": "Phiên bản đã cài đặt", - "releasenotes": "Thông tin phiên bản {Release}", - "title": "Cập nhật đang chờ" - }, - "entry": { - "information": "Thông tin", - "intro": "Các cập nhật và thông điệp quan trọng sẽ hiển thị ở đây nếu có", - "messages": { - "disabled": { - "content": "Kiểm tra tệp nhật ký của bạn để biết thêm chi tiết", - "title": "HACS đã bị vô hiệu hoá" - }, - "has_pending_tasks": { - "content": "Một số kho có thể không thấy cho đến khi điều này hoàn tất", - "title": "Tác vụ nền đang chờ" - }, - "resources": { - "content": "Bạn có {number} thành phần Lovelace không được tải chính xác.", - "title": "Không được tải trong Lovelace" - }, - "restart": { - "content": "Bạn có {number} tích hợp yêu cầu khởi động lại Home Assistant, bạn có thể làm điều này từ mục 'Điều khiển máy chủ' bên trong tab Cấu hình trên giao diện Home Assistant.", - "title": "Đang chờ khởi động lại" - }, - "startup": { - "content": "HACS đang khởi động, suốt quá trình này có thể một số thông tin sẽ bị thiếu hoặc không chính xác", - "title": "HACS đang khởi động" - }, - "wrong_frontend_installed": { - "content": "Bạn có HACS frontend phiên bản {running} đã được cài đặt, nhưng phiên bản yêu cầu là {version}, khi bạn nhìn thấy thông điệp này có nghĩa là Home Assistant không thể cài đặt phiên bản mới, thử khởi động lại Home Assistant.", - "title": "Phiên bản frontend không đúng" - }, - "wrong_frontend_loaded": { - "content": "Bạn đang chạy phiên bản {running} của HACS frontend, nhưng phiên bản được yêu cầu là {expected}, bạn nên xoá bộ đệm của trình duyệt web.", - "title": "Phiên bản frontend không đúng" - } - }, - "pending_updates": "Đang chờ cập nhật" - }, - "menu": { - "about": "Giới thiệu HACS", - "clear": "Ẩn thông báo mục mới", - "custom_repositories": "Các kho ứng dụng tuỳ chỉnh", - "dismiss": "Bỏ qua tất cả kho chứa mới", - "documentation": "Tài liệu", - "open_issue": "Báo cáo vấn đề", - "reload": "Tải lại cửa sổ" - }, - "options": { - "step": { - "user": { - "data": { - "appdaemon": "Kích hoạt phát hiện & theo dõi các ứng dụng AppDaemon", - "country": "Lọc với mã quốc gia.", - "debug": "Kích hoạt Trình gỡ lỗi", - "experimental": "Kích hoạt các tính năng thử nghiệm", - "netdaemon": "Kích hoạt phát hiện & theo dõi các ứng dụng NetDaemon", - "not_in_use": "Không sử dụng với YAML", - "release_limit": "Số lượng phiên bản hiển thị.", - "sidepanel_icon": "Biểu tượng bảng điều khiển cạnh bên", - "sidepanel_title": "Tiêu đề bảng điều khiển cạnh bên" - } - } - } - }, - "repository_banner": { - "config_flow": "Tích hợp này hỗ trợ config_flow, điều này có nghĩa là bây giờ bạn có thể chuyển đến khu vực Tích hợp trên giao diện để cấu hình nó.", - "config_flow_title": "Hỗ trợ cấu hình qua giao diện người dùng", - "integration_not_loaded": "Tích hợp này chưa được tải trong Home Assistant.", - "no_restart_required": "Không cần khởi động lại", - "not_loaded": "Chưa được tải", - "plugin_not_loaded": "Bổ sung này chưa được thêm vào tài nguyên Lovelace của bạn.", - "restart": "Bạn cần khởi động lại Home Assistant.", - "restart_pending": "Đang chờ khởi động lại" - }, - "repository_card": { - "dismiss": "bỏ qua", - "hide": "Ẩn", - "information": "Thông tin", - "new_repository": "Kho lưu trữ mới", - "not_loaded": "Không được tải", - "open_issue": "Báo cáo vấn đề", - "open_source": "Mã nguồn mở", - "pending_restart": "Đang chờ khởi động lại", - "pending_update": "Cập nhật đang chờ", - "reinstall": "Cài đặt lại", - "report": "Báo cáo để loại bỏ", - "update_information": "Cập nhật thông tin" - }, - "repository": { - "add_to_lovelace": "Thêm vào Lovelace", - "authors": "Tác giả", - "available": "Có sẵn", - "back_to": "Quay lại", - "changelog": "Nhật ký thay đổi", - "downloads": "Tải xuống", - "flag_this": "Đánh dấu mục này", - "frontend_version": "Phiên bản Frontend", - "github_stars": "Số Sao trên GitHub", - "goto_integrations": "Đi đến Tích hợp", - "hide": "Ẩn", - "hide_beta": "Ẩn phiên bản beta", - "install": "Cài đặt", - "installed": "Đã cài đặt", - "lovelace_copy_example": "Sao chép ví dụ vào bộ nhớ tạm", - "lovelace_instruction": "Khi bạn thêm mục này vào cấu hình lovelace, sử dụng", - "lovelace_no_js_type": "Không thể xác định loại Bổ sung này, kiểm tra lại kho ứng dụng.", - "newest": "mới nhất", - "note_appdaemon": "bạn vẫn cần thêm vào tập tin 'apps.yaml'", - "note_installed": "Một khi được cài đặt, mục này sẽ nằm ở", - "note_integration": "bạn vẫn cần thêm vào tập tin 'configuration.yaml'", - "note_plugin": "bạn vẫn cần thêm vào cấu hình lovelace ('ui-lovelace.yaml' hoặc trình soạn thảo giao diện)", - "note_plugin_post_107": "bạn vẫn cần phải thêm nó vào cấu hình Lovelace ('configuration.yaml' hoặc trình biên tập tài nguyên '\/config\/Lovelace\/Resources ')", - "open_issue": "Báo cáo vấn đề", - "open_plugin": "Mở Bổ sung", - "reinstall": "Cài đặt lại", - "repository": "Kho ứng dụng", - "restart_home_assistant": "Khởi động lại Home Assistant", - "show_beta": "Hiển thị phiên bản beta", - "uninstall": "Gỡ cài đặt", - "update_information": "Cập nhật thông tin", - "upgrade": "Cập nhật" - }, - "search": { - "placeholder": "Tìm kiếm kho lưu trữ" - }, - "sections": { - "about": { - "description": "Hiển thị thông tin về HACS", - "title": "Thông tin" - }, - "automation": { - "description": "Đây là nơi bạn tìm thấy python_scripts, ứng dụng AppDaemon và ứng dụng NetDaemon", - "title": "Tự động hóa" - }, - "frontend": { - "description": "Đây là nơi bạn tìm thấy chủ đề, thẻ tùy chỉnh và các thành phần khác cho lovelace", - "title": "Frontend" - }, - "integrations": { - "description": "Đây là nơi bạn tìm thấy tích hợp tùy chỉnh (custom_components)", - "title": "Tích Hợp" - }, - "pending_repository_upgrade": "Bạn đang chạy phiên bản {installed}, phiên bản {available} có sẵn" - }, - "settings": { - "add_custom_repository": "THÊM KHO ỨNG DỤNG TUỲ CHỈNH", - "adding_new_repo": "Thêm kho ứng dụng mới '{repo}'", - "adding_new_repo_category": "Với danh mục '{category}'", - "bg_task_custom": "Các kho ứng dụng tuỳ chỉnh bị ẩn khi tác vụ nền đang chạy.", - "category": "Danh mục", - "compact_mode": "Chế độ thu gọn", - "custom_repositories": "KHO ỨNG DỤNG TUỲ CHỈNH", - "delete": "Xoá", - "display": "Hiển thị", - "grid": "Lưới", - "hacs_repo": "Kho ứng dụng HACS", - "hidden_repositories": "các kho ứng dụng bị ẩn", - "missing_category": "Bạn cần chọn một danh mục", - "open_repository": "Mở Kho ứng dụng", - "reload_data": "Tải lại dữ liệu", - "reload_window": "Tải lại cửa sổ", - "repository_configuration": "Cấu hình Kho ứng dụng", - "save": "Lưu", - "table": "Bảng", - "table_view": "Xem dạng bảng", - "unhide": "thôi ẩn", - "upgrade_all": "Nâng cấp tất cả" - }, - "store": { - "ascending": "tăng dần", - "clear_new": "Xoá tất cả kho ứng dụng mới", - "descending": "giảm dần", - "last_updated": "Cập nhật lần cuối", - "name": "Tên", - "new_repositories": "Kho ứng dụng Mới", - "new_repositories_note": "Bạn có hơn 10 kho chứa mới được hiển thị, nếu bạn muốn xoá tất cả thông báo này, bấm vào dấu 3 chấm ở góc trên bên phải rồi chọn Bỏ qua tất cả kho chứa mới.", - "no_repositories": "Không có kho lưu trữ", - "no_repositories_desc1": "Có vẻ như bạn chưa có bất kỳ kho lưu trữ nào được cài đặt trong phần này.", - "no_repositories_desc2": "Nhấp vào biểu tượng + ở góc dưới cùng để thêm mục mới đầu tiên của bạn!", - "no_repositories_found_desc1": "Không tìm thấy kho lưu trữ được cài đặt phù hợp với \"{searchInput}\" trong mục này.", - "no_repositories_found_desc2": "Thử tìm kiếm với từ khoá khác!", - "pending_upgrades": "Nâng cấp chờ xử lý", - "placeholder_search": "Vui lòng nhập cụm từ cần tìm", - "sort": "sắp xếp", - "stars": "Sao", - "status": "Trạng thái" - }, - "time": { - "ago": "trước", - "day": "ngày", - "days": "ngày", - "hour": "giờ", - "hours": "giờ", - "minute": "phút", - "minutes": "phút", - "month": "tháng", - "months": "tháng", - "one": "Một", - "one_day_ago": "một ngày trước", - "one_hour_ago": "một giờ trước", - "one_minute_ago": "một phút trước", - "one_month_ago": "một tháng trước", - "one_second_ago": "một giây trước", - "one_year_ago": "một năm trước", - "second": "giây", - "seconds": "giây", - "x_days_ago": "{x} ngày trước", - "x_hours_ago": "{x} giờ trước", - "x_minutes_ago": "{x} phút trước", - "x_months_ago": "{x} tháng trước", - "x_seconds_ago": "{x} giây trước", - "x_years_ago": "{x} năm trước", - "year": "năm", - "years": "năm" - } -} \ No newline at end of file diff --git a/custom_components/hacs/translations/zh-Hans.json b/custom_components/hacs/translations/zh-Hans.json deleted file mode 100644 index 404ffa3..0000000 --- a/custom_components/hacs/translations/zh-Hans.json +++ /dev/null @@ -1,383 +0,0 @@ -{ - "common": { - "about": "关于", - "add": "添加", - "appdaemon": "AppDaemon", - "appdaemon_apps": "AppDaemon应用", - "appdaemon_plural": "AppDaemon应用", - "background_task": "后台任务正在运行,完成后将重新加载此页面。", - "cancel": "取消", - "check_log_file": "请查看日志文件以了解更多信息。", - "continue": "继续", - "disabled": "禁用", - "documentation": "文档", - "element": "元素", - "hacs_is_disabled": "HACS已禁用", - "ignore": "忽略", - "install": "安装", - "installed": "已安装", - "integration": "集成", - "integration_plural": "集成", - "integrations": "集成", - "lovelace": "Lovelace", - "lovelace_element": "Lovelace元素", - "lovelace_elements": "Lovelace元素", - "manage": "管理", - "netdaemon": "NetDaemon应用", - "netdaemon_apps": "NetDaemon应用", - "netdaemon_plural": "NetDaemon应用", - "plugin": "Lovelace", - "plugin_plural": "Lovelace元素", - "plugins": "Lovelace元素", - "python_script": "Python脚本", - "python_script_plural": "Python脚本", - "python_scripts": "Python脚本", - "reload": "重新加载", - "repositories": "储存库数量", - "repository": "存储库", - "settings": "设置", - "theme": "主题", - "theme_plural": "主题", - "themes": "主题", - "uninstall": "卸载", - "update": "升级", - "version": "版本" - }, - "config": { - "abort": { - "single_instance_allowed": "仅允许单个HACS配置。" - }, - "error": { - "acc": "您需要先确认所有声明,然后才能继续", - "auth": "个人访问令牌不正确。" - }, - "step": { - "device": { - "description": "Open {url} and paste this key `{code}` to authorize HACS, when you have done that click 'submit'", - "title": "HACS" - }, - "user": { - "data": { - "acc_addons": "I know that there are no add-ons in HACS", - "acc_disable": "I know that if I get issues with Home Assistant I should disable all my custom_components", - "acc_logs": "I know how to access Home Assistant logs", - "acc_untested": "I know that everything inside HACS is custom and untested by Home Assistant", - "appdaemon": "Enable AppDaemon apps discovery & tracking", - "netdaemon": "Enable NetDaemon apps discovery & tracking", - "python_script": "Enable python_scripts discovery & tracking", - "sidepanel_icon": "Side panel icon", - "sidepanel_title": "Side panel title", - "theme": "Enable Themes discovery & tracking", - "token": "GitHub Personal Access Token" - }, - "description": "Before you can setup HACS you need to acknowledge the following", - "title": "HACS" - } - }, - "title": "HACS (Home Assistant Community Store)" - }, - "confirm": { - "add_to_lovelace": "您确定要将此添加到Lovelace资源中吗?", - "bg_task": "后台任务正在运行时,操作被禁用。", - "cancel": "取消", - "continue": "你确定你要继续吗?", - "delete": "是否确实要删除\"{item}\"?", - "delete_installed": "已安装 '{item}',需要先将其卸载,然后才能将其删除。", - "exist": "{item}已经存在", - "generic": "你确定吗?", - "home_assistant_is_restarting": "请等待,Home Assistant现在正在重新启动。", - "home_assistant_version_not_correct": "您正在运行Home Assistant的版本为'{haversion}',但是这个需要安装最低版本是'{minversion}'。", - "no": "取消", - "no_upgrades": "暂无升级", - "ok": "确定", - "overwrite": "这样做会覆盖它。", - "reload_data": "这将重新加载HACS知道的所有存储库的数据,这需要一些时间才能完成。", - "restart_home_assistant": "您确定要重新启动Home Assistant吗?", - "uninstall": "您确定要卸载 '{item}' 吗?", - "upgrade_all": "这将升级所有这些存储库,请确保在继续之前已阅读所有存储库的发行说明。", - "yes": "确定" - }, - "dialog_about": { - "frontend_version": "前端版本", - "installed_repositories": "已安装的存储库", - "integration_version": "集成版本", - "useful_links": "有用的链接" - }, - "dialog_add_repo": { - "limit": "仅显示前100个存储库,使用搜索过滤所需的内容", - "no_match": "找不到与您的过滤器匹配的存储库", - "sort_by": "排序方式", - "title": "添加存储库" - }, - "dialog_custom_repositories": { - "category": "类别", - "no_category": "没有选择类别", - "no_repository": "存储库地址不能为空", - "title": "自定义存储库", - "url_placeholder": "添加自定义存储库URL" - }, - "dialog_info": { - "author": "作者", - "downloads": "下载", - "install": "在HACS中安装此存储库", - "loading": "正在加载详细信息...", - "no_info": "开发人员尚未为此存储库提供任何更多信息", - "open_issues": "提交问题", - "open_repo": "打开存储库", - "stars": "星级", - "version_installed": "已安装版本" - }, - "dialog_install": { - "restart": "请记住,在应用对集成(custom_components)所做的更改之前,您需要重新启动Home Assistant。", - "select_version": "选择版本", - "show_beta": "显示测试版", - "type": "Type", - "url": "URL" - }, - "dialog_removed": { - "link": "外部链接以获取更多信息", - "name": "存储库名称", - "reason": "删除原因", - "type": "删除类型" - }, - "dialog_update": { - "available_version": "可用版本", - "changelog": "更改日志", - "installed_version": "已安装版本", - "releasenotes": "更新日志{release}", - "title": "待更新" - }, - "dialog": { - "reload": { - "confirm": "您现在要这样做吗?", - "description": "更改Lovelace资源时,您需要清除浏览器缓存。" - } - }, - "entry": { - "information": "详情", - "intro": "如果有更新和重要消息,将在此处显示", - "messages": { - "disabled": { - "content": "请查看日志文件以了解更多信息", - "title": "HACS已禁用" - }, - "has_pending_tasks": { - "content": "在完成此操作之前,某些存储库可能不会显示", - "title": "待处理的后台任务" - }, - "removed": "删除了存储库“ {repository}”", - "resources": { - "content": "您有{number} 个Lovelace元素未正确加载到Lovelace中。", - "title": "未载入Lovelace" - }, - "restart": { - "content": "您有{number}集成,需要重新启动Home Assistant,您可以从Home Assistant 的配置下的“服务器控制”部分执行此操作。", - "title": "待重启" - }, - "setup": { - "content": "HACS正在配置,在此期间某些信息可能丢失或不正确", - "title": "HACS正在配置" - }, - "startup": { - "content": "HACS正在启动,在此期间某些信息可能丢失或不正确", - "title": "HACS正在启动" - }, - "waiting": { - "content": "HACS在开始启动任务之前正在等待Home Assistant完成启动", - "title": "HACS正在等待" - }, - "wrong_frontend_installed": { - "content": "您已经安装了{running}的HACS前端,但是{expected}版本是{expected} ,如果看到此消息,则Home Assistant无法安装新版本,请尝试重新启动Home Assistant。", - "title": "额外的前端版本" - }, - "wrong_frontend_loaded": { - "content": "您正在运行HACS前端的{running}版本,但是{expected}版本,您应该清除浏览器缓存。", - "title": "额外的前端版本" - } - }, - "pending_updates": "待升级" - }, - "menu": { - "about": "关于HACS", - "clear": "清除所有新标记", - "custom_repositories": "自定义存储库", - "dismiss": "忽略所有新的存储库", - "documentation": "文档", - "open_issue": "提交问题", - "reload": "重新加载窗口" - }, - "options": { - "step": { - "user": { - "data": { - "appdaemon": "启用AppDaemon应用发现和跟踪", - "country": "用国家代码过滤。", - "debug": "启用调试。", - "experimental": "启用实验功能", - "netdaemon": "启用NetDaemon应用发现和跟踪", - "not_in_use": "不适用于 YAML", - "release_limit": "要显示的发行数量。", - "sidepanel_icon": "侧面板图标", - "sidepanel_title": "侧面板标题" - } - } - } - }, - "repository_banner": { - "config_flow": "此组件支持config_flow,这意味着您现在可以转到UI的“集成”部分进行配置。", - "config_flow_title": "支持UI配置", - "integration_not_loaded": "此集成未加载到Home Assistant中。", - "no_restart_required": "无需重启", - "not_loaded": "未加载", - "plugin_not_loaded": "该元件未添加到您的Lovelace资源中。", - "restart": "您需要重新启动Home Assistant。", - "restart_pending": "重新启动待处理" - }, - "repository_card": { - "dismiss": "忽略", - "hide": "隐藏", - "information": "详情", - "new_repository": "新存储库", - "not_loaded": "未加载", - "open_issue": "提交问题", - "open_source": "开源", - "pending_restart": "待重启", - "pending_update": "待升级", - "reinstall": "重新安装", - "report": "报告删除", - "update_information": "更新信息" - }, - "repository": { - "add_to_lovelace": "添加到Lovelace", - "authors": "作者", - "available": "版本号", - "back_to": "返回", - "changelog": "更新日志", - "downloads": "下载", - "flag_this": "标记", - "frontend_version": "前端版本", - "github_stars": "GitHub星级", - "goto_integrations": "转到集成", - "hide": "隐藏", - "hide_beta": "隐藏测试版", - "install": "安装", - "installed": "已安装版本", - "lovelace_copy_example": "复制样例代码到你的剪贴板", - "lovelace_instruction": "您仍然需要将下列代码添加到lovelace配置中(“ ui-lovelace.yaml”或原始配置编辑器):", - "lovelace_no_js_type": "无法确定此元素的类型,请检查存储库。", - "newest": "最新", - "note_appdaemon": "您仍然需要将其添加到“ apps.yaml”文件中", - "note_installed": "安装后,它将位于", - "note_integration": "您仍然需要将其添加到“ configuration.yaml”文件中", - "note_plugin": "您仍然需要将其添加到lovelace配置中(“ ui-lovelace.yaml”或原始配置编辑器)ui-lovelace.yaml", - "note_plugin_post_107": "您仍然需要将其添加到lovelace配置中(“ configuration.yaml”或资源编辑器“\/config\/lovelace\/resources”)", - "open_issue": "提交问题", - "open_plugin": "打开元素", - "reinstall": "重新安装", - "repository": "存储库", - "restart_home_assistant": "重新启动Home Assistant", - "show_beta": "显示测试版", - "uninstall": "卸载", - "update_information": "更新信息", - "upgrade": "升级" - }, - "search": { - "installed": "搜索已安装的存储库", - "installed_new": "搜索已安装或新的存储库", - "placeholder": "搜索存储库" - }, - "sections": { - "about": { - "description": "显示有关HACS的信息", - "title": "关于" - }, - "addon": { - "description": "HACS 中没有附加组件,但您可以单击此处联系管理员", - "title": "附加组件" - }, - "automation": { - "description": "在这里可以找到python_scripts,AppDaemon应用程序和NetDaemon应用程序", - "title": "自动化" - }, - "frontend": { - "description": "在这里,您可以找到主题,自定义卡片和其他用于lovelace的元素", - "title": "前端" - }, - "integrations": { - "description": "在这里您可以找到自定义集成(custom_components)", - "title": "集成" - }, - "pending_repository_upgrade": "您正在运行版本{installed} ,有新版 ({available}) 可用" - }, - "settings": { - "add_custom_repository": "添加自定义存储库", - "adding_new_repo": "添加新的储存库 '{repo}'", - "adding_new_repo_category": "类别为 '{category}'。", - "bg_task_custom": "自定义存储库在后台任务运行时被隐藏。", - "category": "类别", - "compact_mode": "紧凑模式", - "custom_repositories": "自定义存储库", - "delete": "删除", - "display": "视图方式", - "grid": "网格", - "hacs_repo": "HACS存储库", - "hidden_repositories": "隐藏的存储库", - "missing_category": "您需要选择一个类别", - "open_repository": "打开存储库", - "reload_data": "重载数据", - "reload_window": "重新加载窗口", - "repository_configuration": "存储库配置", - "save": "保存", - "table": "列表", - "table_view": "表视图", - "unhide": "取消隐藏", - "upgrade_all": "升级全部" - }, - "store": { - "ascending": "升序", - "clear_new": "清除所有新存储库标记", - "descending": "降序", - "last_updated": "最近更新时间", - "name": "名称", - "new_repositories": "新存储库", - "new_repositories_note": "这里有多于10个新存储库,如果要清除它们,请单击右上角的3点按钮,然后将其全部忽略。", - "no_repositories": "没有储存库", - "no_repositories_desc1": "在本节中您似乎尚未安装任何存储库。", - "no_repositories_desc2": "单击右下角的+,添加第一个!", - "no_repositories_found_desc1": "在这里找不到与“ {searchInput} ”匹配的已安装存储库。", - "no_repositories_found_desc2": "尝试寻找其他东西!", - "pending_upgrades": "待升级", - "placeholder_search": "搜索项目...", - "sort": "排序", - "stars": "星级", - "status": "状态" - }, - "time": { - "ago": "过去", - "day": "天", - "days": "天", - "hour": "小时", - "hours": "小时", - "minute": "分", - "minutes": "分", - "month": "月", - "months": "月", - "one": "一", - "one_day_ago": "一天前", - "one_hour_ago": "一个小时之前", - "one_minute_ago": "一分钟前", - "one_month_ago": "一个月前", - "one_second_ago": "一秒钟前", - "one_year_ago": "一年前", - "second": "秒", - "seconds": "秒", - "x_days_ago": "{x}天前", - "x_hours_ago": "{x}小时前", - "x_minutes_ago": "{x}分钟前", - "x_months_ago": "{x}个月前", - "x_seconds_ago": "{x}秒前", - "x_years_ago": "{x}年前", - "year": "年", - "years": "年" - } -} \ No newline at end of file diff --git a/custom_components/hacs/validate/__pycache__/__init__.cpython-38.pyc b/custom_components/hacs/validate/__pycache__/__init__.cpython-38.pyc index 4a16596c014ff4426e8b4a92e63c93f5b7e2dd7b..d757a727b2a29a48364c0371e01a9b1413622ebe 100644 GIT binary patch delta 20 acmZ3)zlfhZl$V!_0SHXx?rh|q&JF-9O9XHL delta 20 acmZ3)zlfhZl$V!_0SLI_E^OqU&JF-9Vgz{r diff --git a/custom_components/hacs/validate/__pycache__/base.cpython-38.pyc b/custom_components/hacs/validate/__pycache__/base.cpython-38.pyc index 0347042e2900c707ffd696bbfb7954f257184e61..2ceb78319d0c8e7373026546af800a844e7bafc8 100644 GIT binary patch delta 20 acmcaAcvX-)l$V!_0SHXx?rh{f#Q^{`j0Fw= delta 20 acmcaAcvX-)l$V!_0SLI_E^OpJ#Q^{`qXicL diff --git a/custom_components/hacs/validate/common/__pycache__/hacs_manifest.cpython-38.pyc b/custom_components/hacs/validate/common/__pycache__/hacs_manifest.cpython-38.pyc index ebf7e02e23d524fd848f0ea5b334de7c69e7a8a1..b47b47dc62fc7396069c2cd651aeb0573d98b392 100644 GIT binary patch delta 20 acmbQwHlK|Q=;uD$Y_} z{W6sN)v(aM`_1j!s}FRMADRe+Mf(r99A>HHbypVze>CD!>Dqz9S-!P{Flt{MnChZA z9iHkL5$9l;{p%1B^r0Dzq{@;u#0OU8sgg~c+XNaN&X&z6RJ@ys?Z$9hpPTjS@Q2y8 z0_)0;KoIIt$FgXN&e2oW9JQ!L;C)fE=jfc}!$0vpSVcD49y|{8NHs&VJD?~6)S*Bf zdWVQ*MW+@}3&^zx$)oHkQi1N+%%0eNmpM0p4nPAs^%xMUU&!qk(!m?guNi>DAV(*_ zI0OhnHc~;D2FU-$z408HAte@M&=FYz{rJpqv_6QVt3eWOErwnG`L$24f401|v|n8b zqaI&e$x1K6f>sgpadr<%|Kip zUpfxr8GNg8XE6niFD9XidgI2Ma2rw>Iv@u=2A~#`jKv+mwH_})aS%QPV|?{(W(E-w zgw@CA6UeYd!5@c%m_Z`F;?k110L!(URp6ia0MvR}U=D}?gtnm^>vG#1)>I3_6LAp@ zuo8%OQGAHv5(-4Q?j7NTc97iqRNQH!>j$glg!*5;)L@ls(Bw@J$d`)ky|66rU(5EN zTQ0K3y#F{}1ygxujJ!I+EL`oi+XPb{+X^&!83f!Qkm7svEAr#%9Z2vg-6IpSVTlsl zh1ME*RAP|Wb!Qx`^mw$9munuxokL(DGXYI58~gO?x3}t+cI9voE9f8}hjm*lz%Bx} zYMp#N3VgtiX3IR7J%lC^XX8Efslc!I>L+v|jI*9n!#qjfteg$3oQ)nI3?W+^olzQL zWtWYCxrhb&t(V`Zx5v$zxvou_XkB~jsaW80${?Neg<~elUMRS^<8o?YQ8vXuAa2I( nnE;u>f;C0^Hy|rU1O5eM1d($fDprNUYgH`I_D}oo_?Q0!TJmE% delta 703 zcmY*W&1(}u6n``OnN6~V7(KLwE}}xLAzCe7q6LFgQL40PY7UkqGtGy|Zkd^wcG;Li zJP8V6MbIL&7r~?dg8l;@JV=fny!i(xh@Fjz;5^>%eer&8X5PEZ_k?{fowh(8>*43E z*V@pYN7sgn7qe6uK*b~)(Vs#kL5vN^nZs8X`eu!at-4#~RUCIsjxKG?@<}THCPBae zdN_C!q60+GA!27j+{8^~9|#W7KDHnghROil1OhjJy%5@gPSg;E%AtZl z7zbuwx~L~p6IwyEP;DlNUIZ^ojHyq|v6m=9sFq;^B#}j|5Sq!qRAulksUT7!y^SAP z>JW7sQT@8$7_haLiAP1Uk=hGw_2z9lJ5!Tw}NAypXb77^qkXnck^zIUO69_)8t6M z%iLPq4Wi@f@=9=4vNP&*UGBJ^)8M>A9l`b*Ud<7{!zp`AozvXOOK7}A068?$xo|~? z=Vq7|{Xi#erpj%MjIG;uR#&gDNB7mG=oX$!n(LJB_#US@J$i;0PE`_Pw(UlXj!ZVG zjS_UXN_RxV_ud1WjXvUXDc&+)k^o3Y7+ENbGuTG9^emLZG3r>A6{){XJsVq)^5=xg y=4IDf&We5-{pf?au%gMBrDBLHZ1#Vcli|oLwtdoR(W~-xz~kX5oI+Btt{ed|0jpa8 diff --git a/custom_components/hacs/webresponses/__pycache__/frontend.cpython-38.pyc b/custom_components/hacs/webresponses/__pycache__/frontend.cpython-38.pyc index bd5abe8f6555a72f7b417979aaa93ca37b2ba7e6..cee1322f1f1fcb655ac9a8ba28c27806805cc744 100644 GIT binary patch delta 20 acmX@feUh6yl$V!_0SHXx?rh}V#|i*3(FEH7 delta 20 acmX@feUh6yl$V!_0SLI_E^Or9#|i*3=mg{d diff --git a/custom_components/hacs/webresponses/__pycache__/iconset.cpython-38.pyc b/custom_components/hacs/webresponses/__pycache__/iconset.cpython-38.pyc index d69588f4414573cba3b24fae46f196688076601c..507bf18a1d0d6fb870f2ce7d7988d20f08d42f97 100644 GIT binary patch delta 20 acmZ20w^oijl$V!_0SHXx?rh{%;s*dPCj>VD delta 20 acmZ20w^oijl$V!_0SLI_E^Oph;s*dPJ_JAj diff --git a/custom_components/hacs/webresponses/category.py b/custom_components/hacs/webresponses/category.py index b8458c4..9f51c09 100644 --- a/custom_components/hacs/webresponses/category.py +++ b/custom_components/hacs/webresponses/category.py @@ -2,6 +2,8 @@ from aiohttp import web from custom_components.hacs.helpers.functions.logger import getLogger from custom_components.hacs.helpers.functions.path_exsist import async_path_exsist +from custom_components.hacs.helpers.functions.file_etag import async_get_etag + from custom_components.hacs.share import get_hacs _LOGGER = getLogger() @@ -9,31 +11,83 @@ _LOGGER = getLogger() async def async_serve_category_file(request, requested_file): hacs = get_hacs() + response = None + try: if requested_file.startswith("themes/"): servefile = f"{hacs.core.config_path}/{requested_file}" + response = await async_serve_static_file(request, servefile, requested_file) else: servefile = f"{hacs.core.config_path}/www/community/{requested_file}" - - if await async_path_exsist(servefile): - _LOGGER.debug("Serving %s from %s", requested_file, servefile) - response = web.FileResponse(servefile) - if requested_file.startswith("themes/"): - response.headers["Cache-Control"] = "public, max-age=2678400" - else: - response.headers["Cache-Control"] = "no-store, max-age=0" - response.headers["Pragma"] = "no-store" - return response - else: - _LOGGER.error( - "%s tried to request '%s' but the file does not exist", - request.remote, - servefile, + response = await async_serve_static_file_with_etag( + request, servefile, requested_file ) + except (Exception, BaseException): + _LOGGER.exception("Error trying to serve %s", requested_file) - except (Exception, BaseException) as exception: - _LOGGER.debug( - "there was an issue trying to serve %s - %s", requested_file, exception - ) + if response is not None: + return response return web.Response(status=404) + + +async def async_serve_static_file(request, servefile, requested_file): + """Serve a static file without an etag.""" + if await async_path_exsist(servefile): + _LOGGER.debug("Serving %s from %s", requested_file, servefile) + response = web.FileResponse(servefile) + response.headers["Cache-Control"] = "public, max-age=2678400" + return response + + _LOGGER.error( + "%s tried to request '%s' but the file does not exist", + request.remote, + servefile, + ) + return None + + +async def async_serve_static_file_with_etag(request, servefile, requested_file): + """Serve a static file with an etag.""" + etag = await async_get_etag(servefile) + if_none_match_header = request.headers.get("if-none-match") + + if ( + etag is not None + and if_none_match_header is not None + and _match_etag(etag, if_none_match_header) + ): + _LOGGER.debug( + "Serving %s from %s with etag %s (not-modified)", + requested_file, + servefile, + etag, + ) + return web.Response(status=304) + + if etag is not None: + _LOGGER.debug( + "Serving %s from %s with etag %s (not cached)", + requested_file, + servefile, + etag, + ) + response = web.FileResponse(servefile) + response.headers["Cache-Control"] = "must-revalidate, max-age=0" + response.headers["Etag"] = etag + return response + + _LOGGER.error( + "%s tried to request '%s' but the file does not exist", + request.remote, + servefile, + ) + return None + + +def _match_etag(etag, if_none_match_header): + """Check to see if an etag matches.""" + for if_none_match_ele in if_none_match_header.split(","): + if if_none_match_ele.strip() == etag: + return True + return False diff --git a/custom_components/input_select/__pycache__/__init__.cpython-38.pyc b/custom_components/input_select/__pycache__/__init__.cpython-38.pyc index aeaa2b61bad9143dbf14844d4cda82ea8bd82994..1ef4cbb0c8533fe3aa2ccb7f85fff688c7bc8d82 100644 GIT binary patch delta 986 zcmZ{jO>YuG7{?u<&}CT)1yZ|UDQ(nl3Gt<^sfndlthEhFU%(imu80F6+3u3r1=^Sx zlV0^S2NO??2NS#*63-@HJ?U*@KY*XWtMd%oN{A)lm*;){GY=f4j#6S#l6+^_=OFm& zvzT`!N}`E1T(MLg?^&f0$7vAUsvAwS)ZKSILP(}R+!)2Xi$hNl3eb0+Sy5&)2uF;5 z_f)4R!Jj$__A=mJ0KoSmEqWKDqhPuLAwU=q>3;BTq0~6DZMRIyi`PP-2(6Myf);A>sv3|)5;vbZyX@63=!&1swvIZ47 zh7Pg?Rjp`c(^OUGhLGE!ZU3t=n9)JK>i&6t=|H{>WqCkf2HYjuky`TI)6yAwBd{xH zPfO?M*TCybAk!9C3WaU;;YzN!x zcu_J7xCMv+PJYDBZt|Oj_51^}#d5aq-?qp$6kn!qBJ=VUFs}lx0pS1c^RT0w(o8Eg<>=teg7AaIMA&C delta 986 zcmZ{jO>YuG7{^_qP*}Dt7DU$q3N?yILTsz_B(y0NwNhJX8e_U54uoX8ONO^LCdS08 zp5|cUsqtWfH$&pt#H$CRw@LZ|`~)7nxc`AxLM#ctJn!?LdEhX97?+ER;yz`4{yh5r zNzU8CTy7AZl$)AC_L_Wh;M6H;*UVOf_x5euk`!b=>_iIpQe!)kla7mEt!x_o z(*{R|T#uzC_S|(KCE1MogQT*r?p*9PI?_jNLsK${4NG2-e@j`G@LY^>u7LxO4O(sReAxTEUQfgRdG`p z{)o&7JDB=h5C@IbjAvwzLKC;?#Gu=j6|;+bbB9@}G)R*x( z3^rIMx_-1pamYGKLO_y5rxTH+Wya=c2~AGjtX8eZ;_kMox9ZK7^#`Em7@hvPx`Ph9 zC`|y%Kma)Y5f65gUoYhH4`{*4areJ%(ISd(u-CqMbq?k{umIcyZUHIAeIf56%&-M+ bZ|JQm%`lh$qPm1A#16f!xKM~K```Tqc9GQg diff --git a/custom_components/variable/__pycache__/__init__.cpython-38.pyc b/custom_components/variable/__pycache__/__init__.cpython-38.pyc index 37117e5b05b244599ccceb1a92194072d0a3c924..70dff4174f5929b6ff4361c7b55be2fa6556f588 100644 GIT binary patch delta 41 vcmeCu>C)j2<>lpK0D@+LI~%#xgczeX8wq7FGA3@GEzHcw7`J)8NH!w?#)k?A delta 41 vcmeCu>C)j2<>lpK00OSK3mduBgcxsaHWJEUWK7yTTbP-VF@E!Wk!(f)%3umo diff --git a/esphome/.gitignore b/esphome/.gitignore deleted file mode 100644 index 0bbf89c..0000000 --- a/esphome/.gitignore +++ /dev/null @@ -1,10 +0,0 @@ -# Gitignore settings for ESPHome -# This is an example and may include too much for your use-case. -# You can modify this file to suit your needs. -/.esphome/ -**/.pioenvs/ -**/.piolibdeps/ -**/lib/ -**/src/ -**/platformio.ini -/secrets.yaml diff --git a/esphome/inside_temp_humd.yaml b/esphome/inside_temp_humd.yaml deleted file mode 100644 index 1d0e867..0000000 --- a/esphome/inside_temp_humd.yaml +++ /dev/null @@ -1,33 +0,0 @@ -esphome: - name: inside_temp_humd - platform: ESP8266 - board: d1_mini - -wifi: - ssid: "zoesplace" - password: "PalDgk19591960" - - # Enable fallback hotspot (captive portal) in case wifi connection fails - ap: - ssid: "Inside Temp Humd" - password: "CP8pP6Tlg3cE" - -i2c: - -sensor: - - platform: dht12 - temperature: - name: "Inside Temperature" - humidity: - name: "Inside Humidity" - update_interval: 60s - -captive_portal: - -# Enable logging -logger: - -# Enable Home Assistant API -api: - -ota: diff --git a/esphome/inside_temp_humd/platformio.ini b/esphome/inside_temp_humd/platformio.ini deleted file mode 100644 index d03716b..0000000 --- a/esphome/inside_temp_humd/platformio.ini +++ /dev/null @@ -1,36 +0,0 @@ -; Auto generated code by esphome - -[common] -lib_deps = -build_flags = -upload_flags = - -; ===== DO NOT EDIT ANYTHING BELOW THIS LINE ===== -; ========== AUTO GENERATED CODE BEGIN =========== -[env:inside_temp_humd] -board = d1_mini -board_build.flash_mode = dout -board_build.ldscript = eagle.flash.4m.ld -build_flags = - -DESPHOME_LOG_LEVEL=ESPHOME_LOG_LEVEL_DEBUG - -DPIO_FRAMEWORK_ARDUINO_LWIP2_HIGHER_BANDWIDTH_LOW_FLASH - -DUSE_STORE_LOG_STR_IN_FLASH - -Wno-sign-compare - -Wno-unused-but-set-variable - -Wno-unused-variable - -fno-exceptions - ${common.build_flags} -framework = arduino -lib_deps = - ESPAsyncTCP-esphome@1.2.3 - ESP8266WiFi - ESP8266mDNS - ESPAsyncWebServer-esphome@1.2.7 - Update - Wire - ${common.lib_deps} -platform = espressif8266@2.6.2 -upload_speed = 115200 -; =========== AUTO GENERATED CODE END ============ -; ========= YOU CAN EDIT AFTER THIS LINE ========= - diff --git a/esphome/outside_temp/platformio.ini b/esphome/outside_temp/platformio.ini deleted file mode 100644 index a3393b8..0000000 --- a/esphome/outside_temp/platformio.ini +++ /dev/null @@ -1,34 +0,0 @@ -; Auto generated code by esphome - -[common] -lib_deps = -build_flags = -upload_flags = - -; ===== DO NOT EDIT ANYTHING BELOW THIS LINE ===== -; ========== AUTO GENERATED CODE BEGIN =========== -[env:outside_temp] -board = d1_mini -board_build.flash_mode = dout -build_flags = - -DESPHOME_LOG_LEVEL=ESPHOME_LOG_LEVEL_DEBUG - -DUSE_STORE_LOG_STR_IN_FLASH - -Wl,-Teagle.flash.4m.ld - -Wno-sign-compare - -Wno-unused-but-set-variable - -Wno-unused-variable - -fno-exceptions - ${common.build_flags} -framework = arduino -lib_deps = - ESPAsyncTCP-esphome@1.2.2 - ESP8266WiFi - ESP8266mDNS - ESPAsyncWebServer-esphome@1.2.6 - Update - ${common.lib_deps} -platform = espressif8266@2.2.3 -upload_speed = 460800 -; =========== AUTO GENERATED CODE END ============ -; ========= YOU CAN EDIT AFTER THIS LINE ========= - diff --git a/esphome/outside_temp_humd.yaml b/esphome/outside_temp_humd.yaml deleted file mode 100644 index ee61449..0000000 --- a/esphome/outside_temp_humd.yaml +++ /dev/null @@ -1,34 +0,0 @@ -esphome: - name: outside_temp_humd - platform: ESP8266 - board: d1_mini - -wifi: - ssid: "zoesplace" - password: "PalDgk19591960" - - # Enable fallback hotspot (captive portal) in case wifi connection fails - ap: - ssid: "Outside Temp Humid" - password: "jhazXSLEWNFr" - - -i2c: - -sensor: - - platform: dht12 - temperature: - name: "Outside Temperature" - humidity: - name: "Outside Humidity" - update_interval: 60s - -captive_portal: - -# Enable logging -logger: - -# Enable Home Assistant API -api: - -ota: diff --git a/esphome/outside_temp_humd/platformio.ini b/esphome/outside_temp_humd/platformio.ini deleted file mode 100644 index 275713b..0000000 --- a/esphome/outside_temp_humd/platformio.ini +++ /dev/null @@ -1,35 +0,0 @@ -; Auto generated code by esphome - -[common] -lib_deps = -build_flags = -upload_flags = - -; ===== DO NOT EDIT ANYTHING BELOW THIS LINE ===== -; ========== AUTO GENERATED CODE BEGIN =========== -[env:outside_temp_humd] -board = d1_mini -board_build.flash_mode = dout -build_flags = - -DESPHOME_LOG_LEVEL=ESPHOME_LOG_LEVEL_DEBUG - -DUSE_STORE_LOG_STR_IN_FLASH - -Wl,-Teagle.flash.4m.ld - -Wno-sign-compare - -Wno-unused-but-set-variable - -Wno-unused-variable - -fno-exceptions - ${common.build_flags} -framework = arduino -lib_deps = - ESPAsyncTCP-esphome@1.2.2 - ESP8266WiFi - ESP8266mDNS - ESPAsyncWebServer-esphome@1.2.6 - Update - Wire - ${common.lib_deps} -platform = espressif8266@2.2.3 -upload_speed = 460800 -; =========== AUTO GENERATED CODE END ============ -; ========= YOU CAN EDIT AFTER THIS LINE ========= - diff --git a/esphome/outside_temp_humid/platformio.ini b/esphome/outside_temp_humid/platformio.ini deleted file mode 100644 index c5ca85b..0000000 --- a/esphome/outside_temp_humid/platformio.ini +++ /dev/null @@ -1,34 +0,0 @@ -; Auto generated code by esphome - -[common] -lib_deps = -build_flags = -upload_flags = - -; ===== DO NOT EDIT ANYTHING BELOW THIS LINE ===== -; ========== AUTO GENERATED CODE BEGIN =========== -[env:outside_temp_humid] -board = d1_mini -board_build.flash_mode = dout -build_flags = - -DESPHOME_LOG_LEVEL=ESPHOME_LOG_LEVEL_DEBUG - -DUSE_STORE_LOG_STR_IN_FLASH - -Wl,-Teagle.flash.4m.ld - -Wno-sign-compare - -Wno-unused-but-set-variable - -Wno-unused-variable - -fno-exceptions - ${common.build_flags} -framework = arduino -lib_deps = - ESPAsyncTCP-esphome@1.2.2 - ESP8266WiFi - ESP8266mDNS - ESPAsyncWebServer-esphome@1.2.6 - Update - ${common.lib_deps} -platform = espressif8266@2.2.3 -upload_speed = 460800 -; =========== AUTO GENERATED CODE END ============ -; ========= YOU CAN EDIT AFTER THIS LINE ========= - diff --git a/hass.code-workspace b/hass.code-workspace deleted file mode 100644 index bccea69..0000000 --- a/hass.code-workspace +++ /dev/null @@ -1,12 +0,0 @@ -{ - "folders": [ - { - "path": "." - } - ], - "settings": { - "files.associations": { - "*.yaml": "home-assistant" - } - } -} \ No newline at end of file diff --git a/packages/inside.yaml b/packages/inside.yaml new file mode 100644 index 0000000..0066c2b --- /dev/null +++ b/packages/inside.yaml @@ -0,0 +1,33 @@ +# {"Time":"2020-12-08T02:09:02","BME280":{"Temperature":21.5,"Humidity":39.1,"DewPoint":6.9,"Pressure":906.5},"PressureUnit":"hPa","TempUnit":"C"} + +homeassistant: + customize: + sensor.bme_inside_temperature: + friendly_name: 'Inside Temperature' + + +sensor: + - platform: mqtt + name: "bme_inside_temperature" + state_topic: "temp/inside/SENSOR" + qos: 0 + unit_of_measurement: "F" + value_template: "{{ value_json.BME280.Temperature * 9 / 5 + 32 }}" + - platform: mqtt + name: "bme_inside_dew_point_temperature" + state_topic: "temp/inside/SENSOR" + qos: 0 + unit_of_measurement: "F" + value_template: "{{ value_json.BME280.DewPoint * 9 / 5 + 32 }}" + - platform: mqtt + name: "bme_inside_humidity" + state_topic: "temp/inside/SENSOR" + qos: 0 + unit_of_measurement: "%" + value_template: "{{ value_json.BME280.Humidity }}" + - platform: mqtt + name: "bme_inside_barometric_pressure" + state_topic: "temp/inside/SENSOR" + qos: 0 + unit_of_measurement: "inHg" + value_template: "{{ value_json.BME280.Pressure / 33.86 }}"