File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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).
You can’t perform that action at this time.
0 commit comments