From 39f1d9a8f4ce0a852f81cd6da3652bd9ae2220c6 Mon Sep 17 00:00:00 2001 From: Martin Bauer Date: Sun, 30 Jun 2019 19:43:19 +0200 Subject: [PATCH] Fixes --- .storage/auth | 2 +- .storage/core.restore_state | 8 ++++---- config_creation/manual_config.yaml | 2 +- make_custom_components.sh => make_config.sh | 0 4 files changed, 6 insertions(+), 6 deletions(-) rename make_custom_components.sh => make_config.sh (100%) diff --git a/.storage/auth b/.storage/auth index bd4765b..4c253c6 100644 --- a/.storage/auth +++ b/.storage/auth @@ -43,7 +43,7 @@ "created_at": "2019-05-27T19:02:46.741963+00:00", "id": "418cd23f4af34b64b97a3a29f77173d3", "jwt_key": "f2895be51bd7039326b73f70ae40b9a2f72fa4b4c4869bdab7ec5d2ad0fbde7ede4de98606c63480b9f7d69a244039ff6c23a271b5bd093207e0ce0528c2ce0c", - "last_used_at": "2019-06-29T09:25:42.288312+00:00", + "last_used_at": "2019-06-30T17:38:55.829578+00:00", "last_used_ip": "127.0.0.1", "token": "f30618fff4b38cc6097580e074537fd8208cccf9e3437ccb04a93f22ec568b73e29cca037090bb8d52c8a2f65c2ab6e65a38c0638442daa34a7b09b9317db205", "token_type": "normal", diff --git a/.storage/core.restore_state b/.storage/core.restore_state index 70c2bae..1e723f7 100644 --- a/.storage/core.restore_state +++ b/.storage/core.restore_state @@ -1,7 +1,7 @@ { "data": [ { - "last_seen": "2019-06-30T17:25:18.396584+00:00", + "last_seen": "2019-06-30T17:42:58.136518+00:00", "state": { "attributes": { "editable": true, @@ -10,13 +10,13 @@ "user_id": "2ffcb10d3db745b396789364fdef72ec" }, "context": { - "id": "b7e50b38dcf2428d81604ec71459b297", + "id": "b221ff9c2ae34537981033f204f26154", "parent_id": null, "user_id": null }, "entity_id": "person.martin_bauer", - "last_changed": "2019-06-30T17:25:11.790632+00:00", - "last_updated": "2019-06-30T17:25:17.430562+00:00", + "last_changed": "2019-06-30T17:42:05.211271+00:00", + "last_updated": "2019-06-30T17:42:10.914816+00:00", "state": "unknown" } } diff --git a/config_creation/manual_config.yaml b/config_creation/manual_config.yaml index 7313078..eface00 100644 --- a/config_creation/manual_config.yaml +++ b/config_creation/manual_config.yaml @@ -64,7 +64,7 @@ knx: host: server # knxd to work together with old home automation server #host: 192.168.178.65 # network bridge port: 3671 - local_ip: 192.168.178.73 + local_ip: 192.168.178.76 fhem: host: server diff --git a/make_custom_components.sh b/make_config.sh similarity index 100% rename from make_custom_components.sh rename to make_config.sh