Dilbert66 / esphome-vistaECP

This is an implementation of an ESPHOME custom component and ESP Library to interface directly to a Safewatch/Honeywell/Ademco Vista 15/20 alarm system using the ECP interface and very inexpensive ESP8266/ESP32 modules .
GNU Lesser General Public License v2.1
124 stars 21 forks source link

polymer depreciated #104

Closed jakejakejakejakejakejake closed 1 year ago

jakejakejakejakejakejake commented 1 year ago

As an FYI, polymer was depreciated. This breaks the custom keypad.

https://developers.home-assistant.io/blog/2023/04/04/deprecating_polymer/

Just wanted to others know.

You will see Uncaught ReferenceError: Polymer is not defined in browser console.

dennislv commented 1 year ago

I just ran into this myself. I downgraded by running ha core update --version 2023.4.5 from the shell.

Dilbert66 commented 1 year ago

Use the latest version from the dev branch. It was upgraded to Litelement a while ago.

jakejakejakejakejakejake commented 1 year ago

I will try that tonight thank you!

MihaT2021 commented 1 year ago

I get in HA dashbord Error from custom card r.setConfig is not a funtcion

jakejakejakejakejakejake commented 1 year ago

I will try that tonight thank you!

Many nights later, I tried, and it worked. Many more nights later I am here to close this issue.