Skip to content

Commit

Permalink
Add Inovelli to vendor-links
Browse files Browse the repository at this point in the history
  • Loading branch information
burkasaurusrex authored and nurikk committed Dec 25, 2023
1 parent 84474c3 commit 9445c94
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/vendor-links/vendor-links.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ export const OTALink: React.FunctionComponent<VendorProps> = (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'
Expand Down

0 comments on commit 9445c94

Please sign in to comment.