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: 2 days 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 (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2025-01-07T15:11:49.000Z (21 days ago)
- Last Synced: 2025-01-19T10:04:39.452Z (9 days ago)
- Topics: hacktoberfest, home-assistant, simple-icons
- Language: Python
- Homepage:
- Size: 3.44 MB
- Stars: 153
- Watchers: 5
- Forks: 15
- Open Issues: 3
-
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/`.)
[![Open your Home Assistant instance and open a repository inside the Home Assistant Community Store.](https://my.home-assistant.io/badges/hacs_repository.svg)](https://my.home-assistant.io/redirect/hacs_repository/?owner=vigonotion&repository=hass-simpleicons)
- Restart Home Assistant- Go to your integrations configuration and add simpleicons
[![Open your Home Assistant instance and start setting up a new integration.](https://my.home-assistant.io/badges/config_flow_start.svg)](https://my.home-assistant.io/redirect/config_flow_start/?domain=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!