From 9445c9428a68f8fec7405d6b9d7f548a4876b92f Mon Sep 17 00:00:00 2001 From: burkasaurusrex Date: Tue, 12 Dec 2023 23:56:30 -0700 Subject: [PATCH] Add Inovelli to vendor-links --- src/components/vendor-links/vendor-links.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/components/vendor-links/vendor-links.tsx b/src/components/vendor-links/vendor-links.tsx index f5666900c..71076f607 100644 --- a/src/components/vendor-links/vendor-links.tsx +++ b/src/components/vendor-links/vendor-links.tsx @@ -58,6 +58,10 @@ export const OTALink: React.FunctionComponent = (props: VendorProps url = `https://ww8.ikea.com/ikeahomesmart/releasenotes/releasenotes.html`; break; + case 'Inovelli': + url = `https://help.inovelli.com/en/articles/8503774-what-is-the-latest-firmware-version-for-your-device#h_b74c1e7dc6`; + break; + case 'Philips': url = `https://www.philips-hue.com/en-us/support/release-notes/${ device.definition?.exposes.find((feature) => feature.type === 'light') ? 'lamps' : 'accessories'