From 1617824ce138e39cb19694ae03ffd05b58945ff4 Mon Sep 17 00:00:00 2001 From: nickrout Date: Sat, 30 Nov 2024 08:29:43 +1300 Subject: [PATCH] Update manifest.json HA 2024.12 has updated ephem from 4.1.5 to 4.1.6 --- custom_components/lunar_phase/manifest.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/custom_components/lunar_phase/manifest.json b/custom_components/lunar_phase/manifest.json index 5ed1905..9106566 100644 --- a/custom_components/lunar_phase/manifest.json +++ b/custom_components/lunar_phase/manifest.json @@ -10,7 +10,7 @@ "iot_class": "local_push", "issue_tracker": "https://github.com/ngocjohn/lunar-phase/issues", "requirements": [ - "ephem==4.1.5" + "ephem==4.1.6" ], - "version": "0.2.0" -} \ No newline at end of file + "version": "0.2.1" +}