diff --git a/automations/ground_corridor/light_auto_off.yaml b/automations/ground_corridor/light_auto_off.yaml index acf35c6..c1f1601 100644 --- a/automations/ground_corridor/light_auto_off.yaml +++ b/automations/ground_corridor/light_auto_off.yaml @@ -6,7 +6,7 @@ trigger: - platform: state entity_id: switch.double_switch_node6_2 to: "on" - for: "00:06:00" + for: "00:15:00" action: - service: notify.dev_telegram data: diff --git a/custom_components/hacs/validate/__pycache__/base.cpython-39.pyc b/custom_components/hacs/validate/__pycache__/base.cpython-39.pyc new file mode 100644 index 0000000..4cc42e9 Binary files /dev/null and b/custom_components/hacs/validate/__pycache__/base.cpython-39.pyc differ diff --git a/custom_components/hacs/validate/common/__pycache__/hacs_manifest.cpython-39.pyc b/custom_components/hacs/validate/common/__pycache__/hacs_manifest.cpython-39.pyc new file mode 100644 index 0000000..8a20db8 Binary files /dev/null and b/custom_components/hacs/validate/common/__pycache__/hacs_manifest.cpython-39.pyc differ diff --git a/custom_components/hacs/validate/common/__pycache__/repository_description.cpython-39.pyc b/custom_components/hacs/validate/common/__pycache__/repository_description.cpython-39.pyc new file mode 100644 index 0000000..fa719be Binary files /dev/null and b/custom_components/hacs/validate/common/__pycache__/repository_description.cpython-39.pyc differ diff --git a/custom_components/hacs/validate/common/__pycache__/repository_information_file.cpython-39.pyc b/custom_components/hacs/validate/common/__pycache__/repository_information_file.cpython-39.pyc new file mode 100644 index 0000000..6523202 Binary files /dev/null and b/custom_components/hacs/validate/common/__pycache__/repository_information_file.cpython-39.pyc differ diff --git a/custom_components/hacs/validate/common/__pycache__/repository_topics.cpython-39.pyc b/custom_components/hacs/validate/common/__pycache__/repository_topics.cpython-39.pyc new file mode 100644 index 0000000..91dff3f Binary files /dev/null and b/custom_components/hacs/validate/common/__pycache__/repository_topics.cpython-39.pyc differ diff --git a/custom_components/hacs/validate/integration/__pycache__/integration_manifest.cpython-39.pyc b/custom_components/hacs/validate/integration/__pycache__/integration_manifest.cpython-39.pyc new file mode 100644 index 0000000..61704e4 Binary files /dev/null and b/custom_components/hacs/validate/integration/__pycache__/integration_manifest.cpython-39.pyc differ