Skip to content

Commit d35c888

Browse files
authored
new branding
Updated logo integration with responsive images for dark and light modes.
1 parent fc9c69a commit d35c888

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
# ![PDFScrape Logo](logo.svg) Integration
1+
<picture>
2+
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/iluvdata/pdf_scrape/blob/e5d3f28922f42cd0424766cb7d22c7656a406f7b/custom_components/pdf_scrape/brand/dark_logo.png">
3+
<source media="(prefers-color-scheme: light)" srcset="https://github.com/iluvdata/pdf_scrape/blob/e5d3f28922f42cd0424766cb7d22c7656a406f7b/custom_components/pdf_scrape/brand/logo.png">
4+
<img alt="PDFSCrape" src="https://github.com/iluvdata/pdf_scrape/blob/fc9c69a6df0a1eee890dd04aee880677aa7d6607/custom_components/pdf_scrape/brand/logo_web.png">
5+
</picture>
26

37

48
[![hacs_badge](https://img.shields.io/badge/HACS-Custom-orange.svg?style=flat-square&logo=homeassistantcommunitystore)](https://hacs.xyz/)
@@ -83,4 +87,4 @@ Updated pdfs can be uploaded via a service specified the following fields:
8387
| `file` | File to upload (will have a file selector in the UI). TODO: create documentation how to do this outside of Home Assistant (via the API).
8488

8589
> [!NOTE]
86-
> Either `config_entry_id` or `device_id` is required in service calls (both can be supplied but at least one is required).
90+
> Either `config_entry_id` or `device_id` is required in service calls (both can be supplied but at least one is required).

0 commit comments

Comments
 (0)