Commit Graph

181 Commits

Author SHA1 Message Date
pmagyar
2c747478df Merge pull request #65 from hcpy2-0/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2024-05-01 19:50:14 +02:00
pre-commit-ci[bot]
d5a7ff7abf [pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/psf/black: 24.4.0 → 24.4.2](https://github.com/psf/black/compare/24.4.0...24.4.2)
2024-04-29 16:58:39 +00:00
pmagyar
ee5c103727 Merge pull request #63 from Meatballs1/readme_fix
Fix incorrect path to hc-login.py in readme example
2024-04-25 06:29:40 +02:00
Meatballs1
71af04ba59 Fix incorrect path to hc-login.py in readme example 2024-04-24 23:19:10 +01:00
Ben Campbell
f94be9b0fe Merge pull request #51 from pmagyar/ha_addon
add HA Addon
2024-04-20 12:06:24 +01:00
p_magyar
4b65630dba changed addon name 2024-04-18 12:27:30 +02:00
p_magyar
be7b22287f removed Frida tools from README because migrated to Wiki 2024-04-17 09:09:58 +02:00
p_magyar
659b05ead3 changed image path 2024-04-16 19:57:54 +02:00
p_magyar
4a46bcc349 added run.sh; removed *.sh from gitignore 2024-04-16 19:29:09 +02:00
p_magyar
ad3f4d8576 changed addon version 2024-04-16 19:22:39 +02:00
p_magyar
70bd353c25 fix pre-commit findings; added yamllint 2024-04-16 19:20:47 +02:00
p_magyar
4353c83551 add HA Addon 2024-04-16 19:09:25 +02:00
pmagyar
f988fa7d35 Merge pull request #50 from hcpy2-0/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2024-04-15 19:58:48 +02:00
pre-commit-ci[bot]
f16b88e275 [pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/psf/black: 24.3.0 → 24.4.0](https://github.com/psf/black/compare/24.3.0...24.4.0)
2024-04-15 16:57:43 +00:00
pmagyar
f0f6b5193f Merge pull request #43 from Meatballs1/websocket_keepalive
Websocket keepalive
2024-04-15 08:51:49 +02:00
Meatballs1
d98b568895 Merge branch 'main' into websocket_keepalive 2024-04-11 10:15:14 +01:00
pmagyar
0bf9f33bea Merge pull request #41 from Meatballs1/per_device_lwt
Per device lwt
2024-04-11 11:11:12 +02:00
pmagyar
1e3ae45693 Merge pull request #48 from hcpy2-0/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2024-04-08 19:06:42 +02:00
pre-commit-ci[bot]
bfc5c91d2f [pre-commit.ci] pre-commit autoupdate
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.5.0...v4.6.0)
2024-04-08 16:59:20 +00:00
Meatballs1
0dba6edb1b Merge branch 'main' into websocket_keepalive 2024-04-07 15:59:27 +01:00
Meatballs1
ff5b6b41bb Merge branch 'main' into per_device_lwt 2024-04-07 15:56:21 +01:00
Ben Campbell
9ccf6a34b6 Merge pull request #47 from pmagyar/click_environment_variables
[hc2mqtt.py] Click: allow values from Environment Variables
2024-04-07 15:53:46 +01:00
p_magyar
4232983b4e [hc2mqtt.py] Click: allow values from Environment Variables 2024-04-07 15:55:31 +02:00
pmagyar
daed9d61ce Merge pull request #36 from Meatballs1/device_details
Retrieve network and device details
2024-04-07 15:26:03 +02:00
pre-commit-ci[bot]
cc3dc538a3 [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2024-03-26 22:50:08 +00:00
Meatballs1
935543f81a Use run_forever websocket for ping/pong keepalives 2024-03-26 22:46:12 +00:00
Meatballs1
203c0c8c37 Merge branch 'device_details' into websocket_keepalive 2024-03-26 17:48:43 +00:00
pre-commit-ci[bot]
319556c44d [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2024-03-24 14:49:35 +00:00
Meatballs1
8ed9e9ae13 Merge branch 'per_device_lwt' of github.com:Meatballs1/hcpy-2.0 into per_device_lwt 2024-03-24 14:49:07 +00:00
Meatballs1
b001c05550 Add tcp keepalive 2024-03-24 14:48:32 +00:00
Meatballs1
fbb59974c1 Test changes 2024-03-24 12:54:01 +00:00
pre-commit-ci[bot]
81bb58eafc [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2024-03-24 02:18:40 +00:00
Meatballs1
0219f90bb5 Timestamp error 2024-03-24 01:37:51 +00:00
Meatballs1
b8dae6222b Raise exception from device 2024-03-24 01:34:16 +00:00
Meatballs1
0fe37f918b Add LWT for each device 2024-03-24 01:12:24 +00:00
Meatballs1
ba66c56a26 Merge branch 'main' into device_details 2024-03-22 18:35:08 +00:00
Ben Campbell
1087ce8a19 Merge pull request #34 from Meatballs1/py_ext
Add .py extensions
2024-03-22 18:30:34 +00:00
Meatballs1
5ab739dd87 Merge branch 'main' into py_ext 2024-03-22 18:07:23 +00:00
Meatballs1
cfa64a46da Revert error message change 2024-03-22 12:54:54 +00:00
Meatballs1
311f0ba7a7 Merge branch 'device_details' of github.com:Meatballs1/hcpy-2.0 into device_details 2024-03-22 12:15:03 +00:00
Meatballs1
d30350cb44 Merge branch 'main' into device_details 2024-03-22 12:14:48 +00:00
pre-commit-ci[bot]
0c8a59d7c5 [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2024-03-22 12:14:12 +00:00
Meatballs1
8b4fb1dfab Merge branch 'device_details' of github.com:Meatballs1/hcpy-2.0 into device_details 2024-03-22 12:13:49 +00:00
Meatballs1
129899213d get initial values for all devices 2024-03-22 12:13:39 +00:00
Ben Campbell
3952208273 Merge pull request #35 from pmagyar/editorconfig
#15 Added .editorconfig
Resolves #15
2024-03-22 11:02:51 +00:00
pre-commit-ci[bot]
d5f6872fb6 [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2024-03-22 10:56:29 +00:00
Meatballs1
90c81a61b8 Fix linting 2024-03-22 10:56:06 +00:00
pre-commit-ci[bot]
9d5411eeec [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
2024-03-22 03:04:01 +00:00
Meatballs1
57549abbc6 Retrieve network and device details 2024-03-22 02:55:19 +00:00
p_magyar
eb23d5c00b #15 Added .editorconfig 2024-03-21 23:40:50 +01:00