From d53685d804fc075f1049b1fc60d8178fb2d3633f Mon Sep 17 00:00:00 2001 From: Morgan Hunter <32530812+mxc42@users.noreply.github.com> Date: Thu, 4 Apr 2024 17:25:11 -0400 Subject: [PATCH] Update Home Assistant Integration Update Home Assistant Integration. 2.1.0 released some useful features: (https://github.com/dawidchyrzynski/arduino-home-assistant/releases/tag/2.1.0)[https://github.com/dawidchyrzynski/arduino-home-assistant/releases/tag/2.1.0] --- platformio.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformio.ini b/platformio.ini index c5b991f..3286546 100644 --- a/platformio.ini +++ b/platformio.ini @@ -15,7 +15,7 @@ board = rpipicow board_build.core = earlephilhower monitor_filters = time lib_deps = - https://github.com/dawidchyrzynski/arduino-home-assistant + dawidchyrzynski/home-assistant-integration@^2.1.0 knolleary/PubSubClient@^2.8 extra_scripts = post:mac-post-upload.py