diff --git a/README.md b/README.md index 90ab2a7..97bc783 100644 --- a/README.md +++ b/README.md @@ -118,6 +118,7 @@ If you like my work, please consider a personal donation ### __WORK IN PROGRESS__ * (DutchmanNL) Add option if config of ESPHome device should be shown as states (default = FALSE, safes 8 states for each sensor) +* (DutchmanNL) Update compatibility to version 2021.8 of ESPHome Dashboard ### 0.2.3 (2021-06-29) * (Jey-Cee) Bugfix : Light component state not changed [#74](https://github.com/DrozmotiX/ioBroker.esphome/issues/74) diff --git a/package.json b/package.json index 23d75d4..a7dad4c 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "." ], "dependencies": { - "esphome": ">=1.19.4", + "esphome": ">=2021.8", "tornado": ">=3.2" } },