openhab / openhab-docs

This repository contains the documentation for openHAB.
https://www.openhab.org/docs/
Other
268 stars 682 forks source link

[saicismart][renault] Add addon SVG logo for Renault and SAIG MG Cars #2290

Closed dougculnane closed 2 months ago

dougculnane commented 2 months ago

Add the MG logo which is the most common European brand from the Chinese car maker SAIC. The saicismart binding is for these cars.

New binding: https://next.openhab.org/addons/bindings/saicismart/

SRC: https://commons.wikimedia.org/wiki/File:Mg_logo.svg?uselang=de#file

netlify[bot] commented 2 months ago

Thanks for your pull request to the openHAB documentation! The result can be previewed at the URL below (this comment and the preview will be updated if you add more commits).

Built without sensitive environment variables

Name Link
Latest commit 4c03e79c41b6e2bbd49bcdf6ead98ccc087bf488
Latest deploy log https://app.netlify.com/sites/openhab-docs-preview/deploys/6631f7da8c3dab0008faf020
Deploy Preview https://deploy-preview-2290--openhab-docs-preview.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

stefan-hoehn commented 2 months ago

@dougculnane would you mind trying to find an svg instead?

dougculnane commented 2 months ago

@dougculnane would you mind trying to find an svg instead?

Found an SVG version in the same: source. https://commons.wikimedia.org/wiki/File:Mg_logo.svg

This is much smaller and I hope it is suitable.

dougculnane commented 2 months ago

There is an SVG for the renault logo too: https://commons.wikimedia.org/wiki/File:Renault_2021.svg?uselang=de I have to find out how to resize it and then I can add this to the PR.

dougculnane commented 2 months ago

New trick: rsvg-convert -a -h 512 -f svg ~/Desktop/Renault_2021.svg -o renualt.svg

Added this Renault logo for another binding I maintain. It is smaller than the PNG.

stefan-hoehn commented 2 months ago

Thanks, great @dougculnane <3