{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":816216390,"defaultBranch":"original","name":"nano_pk","ownerLogin":"anderl78","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2024-06-17T09:25:49.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/45742387?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1718907964.0","currentOid":""},"activityList":{"items":[{"before":"92845c70ab155499a5e94d0e25384ce1eed01751","after":"a08e35d59c971357049c46e0a04b745d03c8fa7e","ref":"refs/heads/patch-4","pushedAt":"2024-09-02T14:59:31.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"anderl78","name":"anderl78","path":"/anderl78","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45742387?s=80&v=4"},"commit":{"message":"Update hargassner.py\n\nadd debugging if error in msg length (length as expexted in msgformat vs. telnet-data)","shortMessageHtmlLink":"Update hargassner.py"}},{"before":"5068acf0c9dec8232171549894eaa5192ae13775","after":"cb6f6cb6028a75516a189a6d7b41f7a0b5571139","ref":"refs/heads/patch-3","pushedAt":"2024-06-28T04:07:36.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"anderl78","name":"anderl78","path":"/anderl78","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45742387?s=80&v=4"},"commit":{"message":"Update README.md","shortMessageHtmlLink":"Update README.md"}},{"before":"0324eb854ae38988c2453c92ac5168bd7ed235ed","after":"5068acf0c9dec8232171549894eaa5192ae13775","ref":"refs/heads/patch-3","pushedAt":"2024-06-28T00:04:07.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"anderl78","name":"anderl78","path":"/anderl78","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45742387?s=80&v=4"},"commit":{"message":"Update README.md","shortMessageHtmlLink":"Update README.md"}},{"before":"0bf861afd74bb966694d66cda95ebd4cb5402e08","after":"0324eb854ae38988c2453c92ac5168bd7ed235ed","ref":"refs/heads/patch-3","pushedAt":"2024-06-27T23:49:22.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"anderl78","name":"anderl78","path":"/anderl78","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45742387?s=80&v=4"},"commit":{"message":"Update README.md","shortMessageHtmlLink":"Update README.md"}},{"before":"747fcc077aa9f9aa7310c2d49f5c3701d1d63e8c","after":"0bf861afd74bb966694d66cda95ebd4cb5402e08","ref":"refs/heads/patch-3","pushedAt":"2024-06-27T17:59:47.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"anderl78","name":"anderl78","path":"/anderl78","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45742387?s=80&v=4"},"commit":{"message":"Update README.md","shortMessageHtmlLink":"Update README.md"}},{"before":"4c6f6ce3ec9b9ba9b187be418aaea1b00aef30b8","after":"747fcc077aa9f9aa7310c2d49f5c3701d1d63e8c","ref":"refs/heads/patch-3","pushedAt":"2024-06-20T18:33:32.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"anderl78","name":"anderl78","path":"/anderl78","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45742387?s=80&v=4"},"commit":{"message":"Update README.md","shortMessageHtmlLink":"Update README.md"}},{"before":null,"after":"4c6f6ce3ec9b9ba9b187be418aaea1b00aef30b8","ref":"refs/heads/patch-3","pushedAt":"2024-06-20T18:26:04.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"anderl78","name":"anderl78","path":"/anderl78","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45742387?s=80&v=4"},"commit":{"message":"Connection more robust\n\nThanks @ skrue","shortMessageHtmlLink":"Connection more robust"}},{"before":"3808b6e360f605ab0e6c94b154d7be4740402074","after":"755f88c93ea5f0bde242f742829d7907b5b3b616","ref":"refs/heads/original","pushedAt":"2024-06-17T15:34:59.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"anderl78","name":"anderl78","path":"/anderl78","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45742387?s=80&v=4"},"commit":{"message":"Revert \"Add details to logger-warnings\"\n\nThis reverts commit 3808b6e360f605ab0e6c94b154d7be4740402074.","shortMessageHtmlLink":"Revert \"Add details to logger-warnings\""}},{"before":"4830fd50d94a7a4d7d275fb47e8b0d183d00f49d","after":"4cf1d10aa2cce6f2ebe0455449e4f937985a4223","ref":"refs/heads/patch-1","pushedAt":"2024-06-17T15:05:01.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"anderl78","name":"anderl78","path":"/anderl78","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45742387?s=80&v=4"},"commit":{"message":"More details in log \n\nThe Logger throws a warning if a sensor state is not valid (number), but without details. The warning is fine and in some cases there is nothing to do, but with these changes, the triggering sensor and its raw value are now also in the output in the log","shortMessageHtmlLink":"More details in log"}},{"before":"92845c70ab155499a5e94d0e25384ce1eed01751","after":"092f2aae5bcde8dee0c2d05f496f07b2efa35ca6","ref":"refs/heads/patch-2","pushedAt":"2024-06-17T15:00:26.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"anderl78","name":"anderl78","path":"/anderl78","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45742387?s=80&v=4"},"commit":{"message":"More details in the log on warnings\n\nThe Logger throws a warning if a sensor state is not valid (number), but without details. The warning is fine and in some cases there is nothing to do, but with these changes, the triggering sensor and its raw value are now also in the output in the log","shortMessageHtmlLink":"More details in the log on warnings"}},{"before":"92845c70ab155499a5e94d0e25384ce1eed01751","after":"3808b6e360f605ab0e6c94b154d7be4740402074","ref":"refs/heads/original","pushedAt":"2024-06-17T14:47:36.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"anderl78","name":"anderl78","path":"/anderl78","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45742387?s=80&v=4"},"commit":{"message":"Add details to logger-warnings\n\nThe logger throws a warning if a sensor state is not valid (number). That's ok, but we cant see details. With this changes the log shows what sensor it is and what output we get (raw-data).","shortMessageHtmlLink":"Add details to logger-warnings"}},{"before":null,"after":"4830fd50d94a7a4d7d275fb47e8b0d183d00f49d","ref":"refs/heads/patch-1","pushedAt":"2024-06-17T13:13:44.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"anderl78","name":"anderl78","path":"/anderl78","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45742387?s=80&v=4"},"commit":{"message":"Update __init__.py\n\npossible fix for:\r\n\r\nhass.helpers.discovery will stop working in Home Assistant 2024.11\r\n\r\nlog message:\r\nDetected that custom integration 'nano_pk' accesses hass.helpers.discovery. This is deprecated and will stop working in Home Assistant 2024.11, it should be updated to import functions used from discovery directly at custom_components/nano_pk/init.py","shortMessageHtmlLink":"Update __init__.py"}},{"before":"4830fd50d94a7a4d7d275fb47e8b0d183d00f49d","after":null,"ref":"refs/heads/patch-1","pushedAt":"2024-06-17T10:34:20.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"anderl78","name":"anderl78","path":"/anderl78","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45742387?s=80&v=4"}},{"before":null,"after":"4830fd50d94a7a4d7d275fb47e8b0d183d00f49d","ref":"refs/heads/main","pushedAt":"2024-06-17T10:34:19.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"anderl78","name":"anderl78","path":"/anderl78","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45742387?s=80&v=4"},"commit":{"message":"Update __init__.py\n\npossible fix for:\r\n\r\nhass.helpers.discovery will stop working in Home Assistant 2024.11\r\n\r\nlog message:\r\nDetected that custom integration 'nano_pk' accesses hass.helpers.discovery. This is deprecated and will stop working in Home Assistant 2024.11, it should be updated to import functions used from discovery directly at custom_components/nano_pk/init.py","shortMessageHtmlLink":"Update __init__.py"}},{"before":"92845c70ab155499a5e94d0e25384ce1eed01751","after":null,"ref":"refs/heads/main","pushedAt":"2024-06-17T10:33:59.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"anderl78","name":"anderl78","path":"/anderl78","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45742387?s=80&v=4"}},{"before":null,"after":"92845c70ab155499a5e94d0e25384ce1eed01751","ref":"refs/heads/original","pushedAt":"2024-06-17T10:33:59.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"anderl78","name":"anderl78","path":"/anderl78","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45742387?s=80&v=4"},"commit":{"message":"Merge pull request #20 from gerherha/patch-1\n\nsolving apscheduler issue in HASS core 2024.4.0","shortMessageHtmlLink":"Merge pull request TheRealKillaruna#20 from gerherha/patch-1"}},{"before":"92845c70ab155499a5e94d0e25384ce1eed01751","after":"4830fd50d94a7a4d7d275fb47e8b0d183d00f49d","ref":"refs/heads/patch-1","pushedAt":"2024-06-17T09:35:17.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"anderl78","name":"anderl78","path":"/anderl78","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/45742387?s=80&v=4"},"commit":{"message":"Update __init__.py\n\npossible fix for:\r\n\r\nhass.helpers.discovery will stop working in Home Assistant 2024.11\r\n\r\nlog message:\r\nDetected that custom integration 'nano_pk' accesses hass.helpers.discovery. This is deprecated and will stop working in Home Assistant 2024.11, it should be updated to import functions used from discovery directly at custom_components/nano_pk/init.py","shortMessageHtmlLink":"Update __init__.py"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEqrmCpAA","startCursor":null,"endCursor":null}},"title":"Activity ยท anderl78/nano_pk"}