Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vigonotion/hass-simpleicons
Use Simple Icons in Home Assistant
https://github.com/vigonotion/hass-simpleicons
hacktoberfest home-assistant simple-icons
Last synced: 3 months ago
JSON representation
Use Simple Icons in Home Assistant
- Host: GitHub
- URL: https://github.com/vigonotion/hass-simpleicons
- Owner: vigonotion
- License: mit
- Created: 2020-04-22T20:29:58.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-10-16T18:57:39.000Z (about 1 year ago)
- Last Synced: 2024-06-20T05:47:52.476Z (5 months ago)
- Topics: hacktoberfest, home-assistant, simple-icons
- Language: Python
- Homepage:
- Size: 4.56 MB
- Stars: 132
- Watchers: 6
- Forks: 10
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-home-assistant - simpleicons - Use the free icons from the simpleicons set. (Dashboards / Icon packs)
README
# hass-simpleicons
[![hacs_badge](https://img.shields.io/badge/HACS-Default-orange.svg)]([https://github.com/custom-components/hacs](https://github.com/hacs/integration))
Use free icons from the [simpleicons](https://simpleicons.org) set in Home Assistant.
## Installation instructions
- Install using [HACS](https://hacs.xyz) (Or copy the contents of `custom_components/simpleicons/` to `/custom_components/simpleicons/`.)
- Restart Home Assistant
- Go to your integrations configuration and add simpleicons
## Usage
Find the icon you want in the [gallery](http://simpleicons.org/). Click on an icon. This will download the icon. You don't need that file, just it's filename.
The icon set is prefixed by: `si:`. Then comes the filename.
So,
- to get a facebook logo, use `si:facebook`
- to get a zigbee logo, use `si:zigbee`
- and so onThe icons are useable anywhere in Home Assistant - not only in lovelace.
## FAQ
### Can I set this up in configure.yaml instead?
Yes.
```yaml
simpleicons:
```## Special thanks
This work is heavily based on [hass-fontawesome](https://github.com/thomasloven/hass-fontawesome) by Thomas Loven. Thank you!