An open API service indexing awesome lists of open source software.

https://github.com/arallsopp/hass-hue-icons-integration

Additional vector icons for home assistant to model Philips Hue bulbs and fixtures.
https://github.com/arallsopp/hass-hue-icons-integration

custom-icons hacktoberfest hacs hass-hue-icons home-assistant homeassistant hue hue-lights iconset philips-hue svg-icons

Last synced: 6 months ago
JSON representation

Additional vector icons for home assistant to model Philips Hue bulbs and fixtures.

Awesome Lists containing this project

README

          

# hass-hue-icons-integration

Additional vector icons for Home Assistant, to better represent Philips Hue bulbs and fixtures.
Inspired by the Hue icons in the iOS app, and for personal use only, this repo also features custom vectors created specifically by the author for Hue fixtures and groups that aren't represented by the 'official' icon set.

Hass-hue-icons-integration is derived from my front end plugin [hass-hue-icons](https://github.com/arallsopp/hass-hue-icons) and share icons with that repo.

[![hacs_badge](https://img.shields.io/badge/HACS-Custom-41BDF5.svg?style=for-the-badge)](https://github.com/hacs/integration)
[![CC BY-NC-SA 4.0][cc-by-nc-sa-image]][cc-by-nc-sa]
[![CC BY-NC-SA 4.0][cc-by-nc-sa-shield]][cc-by-nc-sa]

[cc-by-nc-sa]: http://creativecommons.org/licenses/by-nc-sa/4.0/
[cc-by-nc-sa-image]: https://licensebuttons.net/l/by-nc-sa/4.0/88x31.png
[cc-by-nc-sa-shield]: https://img.shields.io/badge/License-CC%20BY--NC--SA%204.0-lightgrey.svg

## Installation

### HACS (Recommended):
This is the recommended way to install hass-hue-icons as an integration. Hass-hue-icons is a default repository for HACS. To install:

- Load HACS (installation instructions are [here](https://hacs.xyz/docs/installation/installation/)).
- Select `Integrations` to see the list of downloaded and new repositories.
- Click the `triple dot` button (normally top right).
- Choose `Custom Repositories`
- In the `Repository` box type `https://github.com/arallsopp/hass-hue-icons-integration`
- Choose the category `Integration` and `ADD` this.
- Return to HACS integrations, and download `hass-hue-icons-integration`
- Restart Home Assistant
- Click this: [![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=hass-hue-icons-integration)
- OR: Go to your integrations configuration, click Add Integration and find `hass-hue-icons-integration`

### Manual:
- Copy the contents of `custom_components/hass-hue-icons-integration` into a `/custom_components/hass-hue-icons-integration` folder.
- Restart Home Assistant
- Click this: [![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=hass-hue-icons-integration)
- OR: Go to your integrations configuration, click Add Integration and find `hass-hue-icons-integration`

## Removing the plugin version:
- If you've been running the front end plugin of hass-hue-icons, please remove it before installing the integration, along with any entry in configuration.yaml

## Usage
- In your entity editor, specify an icon as `hue:icon-name`
- If you set `state_color: true` in your card, you'll see the icons get colorised based upon the current RGB setting.

### Example:

```
title: My Room
state_color: true
type: entities
entities:
- entity: light.my_wall_light
name: My Wall Light
icon: hue:wall-spot
```

## Icons

### Hue Icons

hass-hue-icons-integration includes 71 Hue icons modelled upon the Hue iOS app for personal use

[//]: # (Start Hue Icons)

| Icon | Name | Icon | Name
| :--- | :--- | :--- | :--- |
| ![hue:bloom](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/bloom.svg)| hue:bloom | ![hue:bollard](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/bollard.svg)| hue:bollard |
| ![hue:bridge-v1](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/bridge-v1.svg)| hue:bridge-v1 | ![hue:bridge-v2](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/bridge-v2.svg)| hue:bridge-v2 |
| ![hue:bulb-candle](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/bulb-candle.svg)| hue:bulb-candle | ![hue:bulb-classic](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/bulb-classic.svg)| hue:bulb-classic |
| ![hue:bulb-filament](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/bulb-filament.svg)| hue:bulb-filament | ![hue:bulb-flood](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/bulb-flood.svg)| hue:bulb-flood |
| ![hue:bulb-group](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/bulb-group.svg)| hue:bulb-group | ![hue:bulb-spot](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/bulb-spot.svg)| hue:bulb-spot |
| ![hue:bulb-sultan](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/bulb-sultan.svg)| hue:bulb-sultan | ![hue:ceiling-round](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/ceiling-round.svg)| hue:ceiling-round |
| ![hue:ceiling-square](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/ceiling-square.svg)| hue:ceiling-square | ![hue:desk-lamp](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/desk-lamp.svg)| hue:desk-lamp |
| ![hue:dimmer-switch](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/dimmer-switch.svg)| hue:dimmer-switch | ![hue:double-spot](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/double-spot.svg)| hue:double-spot |
| ![hue:downstairs](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/downstairs.svg)| hue:downstairs | ![hue:floor-lantern](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/floor-lantern.svg)| hue:floor-lantern |
| ![hue:floor-shade](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/floor-shade.svg)| hue:floor-shade | ![hue:floor-spot](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/floor-spot.svg)| hue:floor-spot |
| ![hue:go](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/go.svg)| hue:go | ![hue:iris](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/iris.svg)| hue:iris |
| ![hue:lightstrip](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/lightstrip.svg)| hue:lightstrip | ![hue:motion-sensor](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/motion-sensor.svg)| hue:motion-sensor |
| ![hue:outdoor-motion-sensor](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/outdoor-motion-sensor.svg)| hue:outdoor-motion-sensor | ![hue:pendant-long](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/pendant-long.svg)| hue:pendant-long |
| ![hue:pendant-round](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/pendant-round.svg)| hue:pendant-round | ![hue:play-bar](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/play-bar.svg)| hue:play-bar |
| ![hue:plug](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/plug.svg)| hue:plug | ![hue:recessed-ceiling](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/recessed-ceiling.svg)| hue:recessed-ceiling |
| ![hue:recessed-floor](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/recessed-floor.svg)| hue:recessed-floor | ![hue:room-attic](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/room-attic.svg)| hue:room-attic |
| ![hue:room-balcony](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/room-balcony.svg)| hue:room-balcony | ![hue:room-bathroom](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/room-bathroom.svg)| hue:room-bathroom |
| ![hue:room-bbq](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/room-bbq.svg)| hue:room-bbq | ![hue:room-bedroom](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/room-bedroom.svg)| hue:room-bedroom |
| ![hue:room-carport](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/room-carport.svg)| hue:room-carport | ![hue:room-closet](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/room-closet.svg)| hue:room-closet |
| ![hue:room-computer](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/room-computer.svg)| hue:room-computer | ![hue:room-dining](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/room-dining.svg)| hue:room-dining |
| ![hue:room-driveway](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/room-driveway.svg)| hue:room-driveway | ![hue:room-front-door](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/room-front-door.svg)| hue:room-front-door |
| ![hue:room-games](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/room-games.svg)| hue:room-games | ![hue:room-garage](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/room-garage.svg)| hue:room-garage |
| ![hue:room-guestroom](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/room-guestroom.svg)| hue:room-guestroom | ![hue:room-gym](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/room-gym.svg)| hue:room-gym |
| ![hue:room-hallway](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/room-hallway.svg)| hue:room-hallway | ![hue:room-kids](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/room-kids.svg)| hue:room-kids |
| ![hue:room-kitchen](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/room-kitchen.svg)| hue:room-kitchen | ![hue:room-laundry](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/room-laundry.svg)| hue:room-laundry |
| ![hue:room-living](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/room-living.svg)| hue:room-living | ![hue:room-lounge](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/room-lounge.svg)| hue:room-lounge |
| ![hue:room-nursery](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/room-nursery.svg)| hue:room-nursery | ![hue:room-office](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/room-office.svg)| hue:room-office |
| ![hue:room-other](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/room-other.svg)| hue:room-other | ![hue:room-outdoors](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/room-outdoors.svg)| hue:room-outdoors |
| ![hue:room-pool](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/room-pool.svg)| hue:room-pool | ![hue:room-porch](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/room-porch.svg)| hue:room-porch |
| ![hue:room-recreation](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/room-recreation.svg)| hue:room-recreation | ![hue:room-stairs](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/room-stairs.svg)| hue:room-stairs |
| ![hue:room-storage](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/room-storage.svg)| hue:room-storage | ![hue:room-studio](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/room-studio.svg)| hue:room-studio |
| ![hue:room-terrace](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/room-terrace.svg)| hue:room-terrace | ![hue:room-toilet](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/room-toilet.svg)| hue:room-toilet |
| ![hue:single-spot](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/single-spot.svg)| hue:single-spot | ![hue:table-shade](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/table-shade.svg)| hue:table-shade |
| ![hue:table-wash](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/table-wash.svg)| hue:table-wash | ![hue:upstairs](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/upstairs.svg)| hue:upstairs |
| ![hue:wall-lantern](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/wall-lantern.svg)| hue:wall-lantern | ![hue:wall-shade](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/wall-shade.svg)| hue:wall-shade |
| ![hue:wall-spot](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/wall-spot.svg)| hue:wall-spot |

[//]: # (End Hue Icons)

### User Requested Hue Icons
hass-hue-icons includes 198 custom icons designed by the author for specific hue fixtures and bulb combinations that aren't represented by the 'official' icon set. Each of these has been hand drawn in Illustrator and proposed in response to a community request.

[//]: # (Start Custom Icons)

| Icon | Name | Icon | Name
| :--- | :--- | :--- | :--- |
| ![hue:adore-alt](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/adore-alt.svg)| hue:adore-alt | ![hue:adore-mirror](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/adore-mirror.svg)| hue:adore-mirror |
| ![hue:adore](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/adore.svg)| hue:adore | ![hue:amarant](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/amarant.svg)| hue:amarant |
| ![hue:amaze-alt](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/amaze-alt.svg)| hue:amaze-alt | ![hue:amaze](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/amaze.svg)| hue:amaze |
| ![hue:aura-group](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/aura-group.svg)| hue:aura-group | ![hue:aura](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/aura.svg)| hue:aura |
| ![hue:beyond-down](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/beyond-down.svg)| hue:beyond-down | ![hue:beyond-solid](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/beyond-solid.svg)| hue:beyond-solid |
| ![hue:beyond-up](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/beyond-up.svg)| hue:beyond-up | ![hue:beyond](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/beyond.svg)| hue:beyond |
| ![hue:bloom-group](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/bloom-group.svg)| hue:bloom-group | ![hue:bulb-classic-hung](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/bulb-classic-hung.svg)| hue:bulb-classic-hung |
| ![hue:bulb-classic-off](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/bulb-classic-off.svg)| hue:bulb-classic-off | ![hue:bulb-filament-alt-hung](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/bulb-filament-alt-hung.svg)| hue:bulb-filament-alt-hung |
| ![hue:bulb-filament-alt](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/bulb-filament-alt.svg)| hue:bulb-filament-alt | ![hue:bulb-filament-candle](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/bulb-filament-candle.svg)| hue:bulb-filament-candle |
| ![hue:bulb-filament-hung](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/bulb-filament-hung.svg)| hue:bulb-filament-hung | ![hue:bulb-golfball-e14](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/bulb-golfball-e14.svg)| hue:bulb-golfball-e14 |
| ![hue:bulb-group-bollard-3](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/bulb-group-bollard-3.svg)| hue:bulb-group-bollard-3 | ![hue:bulb-group-bollard](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/bulb-group-bollard.svg)| hue:bulb-group-bollard |
| ![hue:bulb-group-candle-lightstrip](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/bulb-group-candle-lightstrip.svg)| hue:bulb-group-candle-lightstrip | ![hue:bulb-group-candle](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/bulb-group-candle.svg)| hue:bulb-group-candle |
| ![hue:bulb-group-ceiling-round](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/bulb-group-ceiling-round.svg)| hue:bulb-group-ceiling-round | ![hue:bulb-group-ceiling-square](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/bulb-group-ceiling-square.svg)| hue:bulb-group-ceiling-square |
| ![hue:bulb-group-centura-round](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/bulb-group-centura-round.svg)| hue:bulb-group-centura-round | ![hue:bulb-group-centura](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/bulb-group-centura.svg)| hue:bulb-group-centura |
| ![hue:bulb-group-classic-hung](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/bulb-group-classic-hung.svg)| hue:bulb-group-classic-hung | ![hue:bulb-group-classic](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/bulb-group-classic.svg)| hue:bulb-group-classic |
| ![hue:bulb-group-filament-alt-filament-hung](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/bulb-group-filament-alt-filament-hung.svg)| hue:bulb-group-filament-alt-filament-hung | ![hue:bulb-group-filament-alt-hung](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/bulb-group-filament-alt-hung.svg)| hue:bulb-group-filament-alt-hung |
| ![hue:bulb-group-filament-alt](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/bulb-group-filament-alt.svg)| hue:bulb-group-filament-alt | ![hue:bulb-group-filament-candle](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/bulb-group-filament-candle.svg)| hue:bulb-group-filament-candle |
| ![hue:bulb-group-filament-filament-alt-hung](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/bulb-group-filament-filament-alt-hung.svg)| hue:bulb-group-filament-filament-alt-hung | ![hue:bulb-group-filament-filament-alt](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/bulb-group-filament-filament-alt.svg)| hue:bulb-group-filament-filament-alt |
| ![hue:bulb-group-filament-go](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/bulb-group-filament-go.svg)| hue:bulb-group-filament-go | ![hue:bulb-group-filament-hung](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/bulb-group-filament-hung.svg)| hue:bulb-group-filament-hung |
| ![hue:bulb-group-filament-spot](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/bulb-group-filament-spot.svg)| hue:bulb-group-filament-spot | ![hue:bulb-group-filament-sultan](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/bulb-group-filament-sultan.svg)| hue:bulb-group-filament-sultan |
| ![hue:bulb-group-filament](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/bulb-group-filament.svg)| hue:bulb-group-filament | ![hue:bulb-group-go-filament](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/bulb-group-go-filament.svg)| hue:bulb-group-go-filament |
| ![hue:bulb-group-go-sultan](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/bulb-group-go-sultan.svg)| hue:bulb-group-go-sultan | ![hue:bulb-group-golfball-e14](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/bulb-group-golfball-e14.svg)| hue:bulb-group-golfball-e14 |
| ![hue:bulb-group-lightstrip-v](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/bulb-group-lightstrip-v.svg)| hue:bulb-group-lightstrip-v | ![hue:bulb-group-lightstrip](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/bulb-group-lightstrip.svg)| hue:bulb-group-lightstrip |
| ![hue:bulb-group-pillar-impress-3](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/bulb-group-pillar-impress-3.svg)| hue:bulb-group-pillar-impress-3 | ![hue:bulb-group-pillar-impress-short](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/bulb-group-pillar-impress-short.svg)| hue:bulb-group-pillar-impress-short |
| ![hue:bulb-group-pillar-impress](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/bulb-group-pillar-impress.svg)| hue:bulb-group-pillar-impress | ![hue:bulb-group-pillar-turaco-short-tall](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/bulb-group-pillar-turaco-short-tall.svg)| hue:bulb-group-pillar-turaco-short-tall |
| ![hue:bulb-group-spot](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/bulb-group-spot.svg)| hue:bulb-group-spot | ![hue:bulb-group-sultan-go](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/bulb-group-sultan-go.svg)| hue:bulb-group-sultan-go |
| ![hue:bulb-group-sultan-lightstrip-off](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/bulb-group-sultan-lightstrip-off.svg)| hue:bulb-group-sultan-lightstrip-off | ![hue:bulb-group-sultan-lightstrip](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/bulb-group-sultan-lightstrip.svg)| hue:bulb-group-sultan-lightstrip |
| ![hue:bulb-group-sultan-spot-off](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/bulb-group-sultan-spot-off.svg)| hue:bulb-group-sultan-spot-off | ![hue:bulb-group-sultan-spot](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/bulb-group-sultan-spot.svg)| hue:bulb-group-sultan-spot |
| ![hue:bulb-par-38](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/bulb-par-38.svg)| hue:bulb-par-38 | ![hue:bulb-spot-off](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/bulb-spot-off.svg)| hue:bulb-spot-off |
| ![hue:bulb-sultan-off](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/bulb-sultan-off.svg)| hue:bulb-sultan-off | ![hue:button](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/button.svg)| hue:button |
| ![hue:ceiling-aurelle-circle](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/ceiling-aurelle-circle.svg)| hue:ceiling-aurelle-circle | ![hue:ceiling-aurelle-rect](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/ceiling-aurelle-rect.svg)| hue:ceiling-aurelle-rect |
| ![hue:ceiling-aurelle](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/ceiling-aurelle.svg)| hue:ceiling-aurelle | ![hue:ceiling-being](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/ceiling-being.svg)| hue:ceiling-being |
| ![hue:ceiling-beyond-alt](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/ceiling-beyond-alt.svg)| hue:ceiling-beyond-alt | ![hue:ceiling-beyond](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/ceiling-beyond.svg)| hue:ceiling-beyond |
| ![hue:ceiling-buckram-three](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/ceiling-buckram-three.svg)| hue:ceiling-buckram-three | ![hue:ceiling-buckram-two](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/ceiling-buckram-two.svg)| hue:ceiling-buckram-two |
| ![hue:ceiling-buckram](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/ceiling-buckram.svg)| hue:ceiling-buckram | ![hue:ceiling-buratto-four](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/ceiling-buratto-four.svg)| hue:ceiling-buratto-four |
| ![hue:ceiling-buratto-three](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/ceiling-buratto-three.svg)| hue:ceiling-buratto-three | ![hue:ceiling-buratto-two](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/ceiling-buratto-two.svg)| hue:ceiling-buratto-two |
| ![hue:ceiling-buratto](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/ceiling-buratto.svg)| hue:ceiling-buratto | ![hue:ceiling-cher-semiflush](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/ceiling-cher-semiflush.svg)| hue:ceiling-cher-semiflush |
| ![hue:ceiling-explore](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/ceiling-explore.svg)| hue:ceiling-explore | ![hue:ceiling-fair-semiflush](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/ceiling-fair-semiflush.svg)| hue:ceiling-fair-semiflush |
| ![hue:ceiling-fair](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/ceiling-fair.svg)| hue:ceiling-fair | ![hue:ceiling-flourish-pendant](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/ceiling-flourish-pendant.svg)| hue:ceiling-flourish-pendant |
| ![hue:ceiling-flourish](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/ceiling-flourish.svg)| hue:ceiling-flourish | ![hue:ceiling-flush-circular](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/ceiling-flush-circular.svg)| hue:ceiling-flush-circular |
| ![hue:ceiling-fugato-four-alt](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/ceiling-fugato-four-alt.svg)| hue:ceiling-fugato-four-alt | ![hue:ceiling-fugato-four](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/ceiling-fugato-four.svg)| hue:ceiling-fugato-four |
| ![hue:ceiling-fugato-three-alt](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/ceiling-fugato-three-alt.svg)| hue:ceiling-fugato-three-alt | ![hue:ceiling-fugato-three](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/ceiling-fugato-three.svg)| hue:ceiling-fugato-three |
| ![hue:ceiling-fugato-two-alt](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/ceiling-fugato-two-alt.svg)| hue:ceiling-fugato-two-alt | ![hue:ceiling-fugato-two](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/ceiling-fugato-two.svg)| hue:ceiling-fugato-two |
| ![hue:ceiling-infuse](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/ceiling-infuse.svg)| hue:ceiling-infuse | ![hue:ceiling-muscari](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/ceiling-muscari.svg)| hue:ceiling-muscari |
| ![hue:ceiling-rect](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/ceiling-rect.svg)| hue:ceiling-rect | ![hue:ceiling-still](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/ceiling-still.svg)| hue:ceiling-still |
| ![hue:ceiling-surimu](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/ceiling-surimu.svg)| hue:ceiling-surimu | ![hue:ceiling-xamento](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/ceiling-xamento.svg)| hue:ceiling-xamento |
| ![hue:centris-three](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/centris-three.svg)| hue:centris-three | ![hue:centris-two](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/centris-two.svg)| hue:centris-two |
| ![hue:centris](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/centris.svg)| hue:centris | ![hue:centura-round](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/centura-round.svg)| hue:centura-round |
| ![hue:centura-two](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/centura-two.svg)| hue:centura-two | ![hue:centura](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/centura.svg)| hue:centura |
| ![hue:daylo-wall](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/daylo-wall.svg)| hue:daylo-wall | ![hue:ensis-up](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/ensis-up.svg)| hue:ensis-up |
| ![hue:ensis](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/ensis.svg)| hue:ensis | ![hue:floor-lantern-group](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/floor-lantern-group.svg)| hue:floor-lantern-group |
| ![hue:floor-lantern-off](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/floor-lantern-off.svg)| hue:floor-lantern-off | ![hue:flourish-alt](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/flourish-alt.svg)| hue:flourish-alt |
| ![hue:flourish](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/flourish.svg)| hue:flourish | ![hue:friends-of-hue-20042LEDSWACDMG-BLRFR](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/friends-of-hue-20042LEDSWACDMG-BLRFR.svg)| hue:friends-of-hue-20042LEDSWACDMG-BLRFR |
| ![hue:friends-of-hue-arke-round](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/friends-of-hue-arke-round.svg)| hue:friends-of-hue-arke-round | ![hue:friends-of-hue-arke](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/friends-of-hue-arke.svg)| hue:friends-of-hue-arke |
| ![hue:friends-of-hue-eikon](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/friends-of-hue-eikon.svg)| hue:friends-of-hue-eikon | ![hue:friends-of-hue-flat-p-alt](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/friends-of-hue-flat-p-alt.svg)| hue:friends-of-hue-flat-p-alt |
| ![hue:friends-of-hue-flat-p](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/friends-of-hue-flat-p.svg)| hue:friends-of-hue-flat-p | ![hue:friends-of-hue-iq-flush](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/friends-of-hue-iq-flush.svg)| hue:friends-of-hue-iq-flush |
| ![hue:friends-of-hue-iq-pendant](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/friends-of-hue-iq-pendant.svg)| hue:friends-of-hue-iq-pendant | ![hue:friends-of-hue-retrotouch-black-chrome](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/friends-of-hue-retrotouch-black-chrome.svg)| hue:friends-of-hue-retrotouch-black-chrome |
| ![hue:friends-of-hue-retrotouch-black-plain](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/friends-of-hue-retrotouch-black-plain.svg)| hue:friends-of-hue-retrotouch-black-plain | ![hue:friends-of-hue-retrotouch-white-chrome](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/friends-of-hue-retrotouch-white-chrome.svg)| hue:friends-of-hue-retrotouch-white-chrome |
| ![hue:friends-of-hue-retrotouch-white-plain](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/friends-of-hue-retrotouch-white-plain.svg)| hue:friends-of-hue-retrotouch-white-plain | ![hue:friends-of-hue-rigel](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/friends-of-hue-rigel.svg)| hue:friends-of-hue-rigel |
| ![hue:friends-of-hue-senic](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/friends-of-hue-senic.svg)| hue:friends-of-hue-senic | ![hue:go-group](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/go-group.svg)| hue:go-group |
| ![hue:go-off](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/go-off.svg)| hue:go-off | ![hue:gradient-lightstrip-wrap](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/gradient-lightstrip-wrap.svg)| hue:gradient-lightstrip-wrap |
| ![hue:gradient-lightstrip](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/gradient-lightstrip.svg)| hue:gradient-lightstrip | ![hue:gradient-tube-long](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/gradient-tube-long.svg)| hue:gradient-tube-long |
| ![hue:gradient-tube-short](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/gradient-tube-short.svg)| hue:gradient-tube-short | ![hue:liane](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/liane.svg)| hue:liane |
| ![hue:lightstrip-off](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/lightstrip-off.svg)| hue:lightstrip-off | ![hue:lightstrip-tv-alt](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/lightstrip-tv-alt.svg)| hue:lightstrip-tv-alt |
| ![hue:lightstrip-tv-off](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/lightstrip-tv-off.svg)| hue:lightstrip-tv-off | ![hue:lightstrip-tv](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/lightstrip-tv.svg)| hue:lightstrip-tv |
| ![hue:lightstrip-wrap](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/lightstrip-wrap.svg)| hue:lightstrip-wrap | ![hue:lily-two](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/lily-two.svg)| hue:lily-two |
| ![hue:lily-xl](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/lily-xl.svg)| hue:lily-xl | ![hue:lily](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/lily.svg)| hue:lily |
| ![hue:logo-alt](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/logo-alt.svg)| hue:logo-alt | ![hue:logo](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/logo.svg)| hue:logo |
| ![hue:motion-sensor-temperature](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/motion-sensor-temperature.svg)| hue:motion-sensor-temperature | ![hue:outdoor-motion-sensor-temperature](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/outdoor-motion-sensor-temperature.svg)| hue:outdoor-motion-sensor-temperature |
| ![hue:pedestal-econic](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/pedestal-econic.svg)| hue:pedestal-econic | ![hue:pendant-being](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/pendant-being.svg)| hue:pendant-being |
| ![hue:pendant-cher](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/pendant-cher.svg)| hue:pendant-cher | ![hue:pendant-long-up](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/pendant-long-up.svg)| hue:pendant-long-up |
| ![hue:pendant-muscari](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/pendant-muscari.svg)| hue:pendant-muscari | ![hue:phoenix-pendant](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/phoenix-pendant.svg)| hue:phoenix-pendant |
| ![hue:phoenix-plafond](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/phoenix-plafond.svg)| hue:phoenix-plafond | ![hue:phoenix-semiflush](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/phoenix-semiflush.svg)| hue:phoenix-semiflush |
| ![hue:phoenix-table](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/phoenix-table.svg)| hue:phoenix-table | ![hue:pillar-impress-short](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/pillar-impress-short.svg)| hue:pillar-impress-short |
| ![hue:pillar-impress](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/pillar-impress.svg)| hue:pillar-impress | ![hue:pillar-nyro](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/pillar-nyro.svg)| hue:pillar-nyro |
| ![hue:pillar-spot-double](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/pillar-spot-double.svg)| hue:pillar-spot-double | ![hue:pillar-spot](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/pillar-spot.svg)| hue:pillar-spot |
| ![hue:pillar-tuar](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/pillar-tuar.svg)| hue:pillar-tuar | ![hue:pillar-turaco-short](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/pillar-turaco-short.svg)| hue:pillar-turaco-short |
| ![hue:pillar-turaco-tall](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/pillar-turaco-tall.svg)| hue:pillar-turaco-tall | ![hue:play-bar-three](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/play-bar-three.svg)| hue:play-bar-three |
| ![hue:play-bar-two](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/play-bar-two.svg)| hue:play-bar-two | ![hue:play-bar-v-alt](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/play-bar-v-alt.svg)| hue:play-bar-v-alt |
| ![hue:play-bar-v-two-in](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/play-bar-v-two-in.svg)| hue:play-bar-v-two-in | ![hue:play-bar-v-two-out](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/play-bar-v-two-out.svg)| hue:play-bar-v-two-out |
| ![hue:play-bar-v-two](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/play-bar-v-two.svg)| hue:play-bar-v-two | ![hue:play-bar-v](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/play-bar-v.svg)| hue:play-bar-v |
| ![hue:plug-eu](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/plug-eu.svg)| hue:plug-eu | ![hue:plug-uk](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/plug-uk.svg)| hue:plug-uk |
| ![hue:sana-alt](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/sana-alt.svg)| hue:sana-alt | ![hue:sana](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/sana.svg)| hue:sana |
| ![hue:signe-gradient-floor](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/signe-gradient-floor.svg)| hue:signe-gradient-floor | ![hue:signe-gradient-table](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/signe-gradient-table.svg)| hue:signe-gradient-table |
| ![hue:signe](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/signe.svg)| hue:signe | ![hue:socket-eu](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/socket-eu.svg)| hue:socket-eu |
| ![hue:socket-uk](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/socket-uk.svg)| hue:socket-uk | ![hue:socket-us](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/socket-us.svg)| hue:socket-us |
| ![hue:sync-box-alt](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/sync-box-alt.svg)| hue:sync-box-alt | ![hue:sync-box](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/sync-box.svg)| hue:sync-box |
| ![hue:tap](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/tap.svg)| hue:tap | ![hue:wall-appear-group](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/wall-appear-group.svg)| hue:wall-appear-group |
| ![hue:wall-appear](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/wall-appear.svg)| hue:wall-appear | ![hue:wall-attract](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/wall-attract.svg)| hue:wall-attract |
| ![hue:wall-econic-lantern-base](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/wall-econic-lantern-base.svg)| hue:wall-econic-lantern-base | ![hue:wall-econic-lantern-top](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/wall-econic-lantern-top.svg)| hue:wall-econic-lantern-top |
| ![hue:wall-econic-lantern](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/wall-econic-lantern.svg)| hue:wall-econic-lantern | ![hue:wall-econic](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/wall-econic.svg)| hue:wall-econic |
| ![hue:wall-flood](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/wall-flood.svg)| hue:wall-flood | ![hue:wall-fuzo-h](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/wall-fuzo-h.svg)| hue:wall-fuzo-h |
| ![hue:wall-fuzo](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/wall-fuzo.svg)| hue:wall-fuzo | ![hue:wall-impress-narrow](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/wall-impress-narrow.svg)| hue:wall-impress-narrow |
| ![hue:wall-impress](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/wall-impress.svg)| hue:wall-impress | ![hue:wall-lucca-alt-below](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/wall-lucca-alt-below.svg)| hue:wall-lucca-alt-below |
| ![hue:wall-lucca-alt](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/wall-lucca-alt.svg)| hue:wall-lucca-alt | ![hue:wall-lucca](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/wall-lucca.svg)| hue:wall-lucca |
| ![hue:wall-nyro](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/wall-nyro.svg)| hue:wall-nyro | ![hue:wall-resonate](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/wall-resonate.svg)| hue:wall-resonate |
| ![hue:wall-switch-module](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/wall-switch-module.svg)| hue:wall-switch-module | ![hue:wall-tuar](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/wall-tuar.svg)| hue:wall-tuar |
| ![hue:wall-turaco](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/wall-turaco.svg)| hue:wall-turaco | ![hue:wellner-solid](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/wellner-solid.svg)| hue:wellner-solid |
| ![hue:wellner](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/wellner.svg)| hue:wellner | ![hue:wellness](https://raw.githubusercontent.com/arallsopp/hass-hue-icons-integration/master/custom_components/hass-hue-icons-integration/data/svgs/wellness.svg)| hue:wellness |

[//]: # (End Custom Icons)

### Icon Requests?
Your light or bulb group not there? Let me know what's missing by raising a [Custom Icon Request](https://github.com/arallsopp/hass-hue-icons/issues/new?assignees=arallsopp&labels=icon+request&template=custom-icon-request.md&title=Icon%20Request%20%5Bname%20of%20fixture%5D). I accept icon requests for hue and friends of hue fixtures, bulbs, switches, and infrastructure.

### Want to add your own non HUE svg icon?
- If the icon you want isn't related to hue, its likely I won't add it to this repo.
- However, if you have an svg file you'd like to use, you can do this locally by adding it to
`/my_icons/`. You will have to create this directory before use.
- Use your icon by typing `my:` into the icon chooser, followed by the filename without the extension

### Sample Dash
With view icons and state color applied. Play bars are offline.
![lovelace_example](https://raw.githubusercontent.com/arallsopp/hass-hue-icons/main/docs/examples/lovelace_example.png)

### Finding Icons
Hass Hue Icons uses the new 'keywords' functionality to help you find specific fixtures. Try searching for 'pendant' or 'switch'.

### Discussion:
There's a thread over at the [home assistant forums](https://community.home-assistant.io/t/created-custom-colorizable-hue-icons-as-a-lovelace-resource) that tracks this repo.

## Troubleshooting:

### Can't ever see the icons?
If you cannot see the new icons, or you get an empty box where you're expecting an icon, flush your network cache.

## OpenHASP user?
I periodically update [hass-hue-icons-ttf.zip](https://github.com/arallsopp/hass-hue-icons/font/hass-hue-icons-ttf.zip) file in a zip at the original repo. Thanks to @nagyrobi for the suggestion.

## Thanks and Props
- @hulkhaugen and @thomasloven for the techniques. Be sure to check out thomas' amazing [list of integrations](https://github.com/thomasloven)
- @ludeeus for the installation guidance.
- Everyone who has helped make this repo so broad by raising an [Icon Request](https://github.com/arallsopp/hass-hue-icons/issues/new?assignees=arallsopp&labels=icon+request&template=custom-icon-request.md&title=Icon%20Request%20%5Bname%20of%20fixture%5D).

### Stargazers
##### The original plugin repo has these stargazers:
[![Stargazers repo roster for @arallsopp/hass-hue-icons](https://reporoster.com/stars/arallsopp/hass-hue-icons)](https://github.com/arallsopp/hass-hue-icons/stargazers)

##### This integration version has:
[![Stargazers repo roster for @arallsopp/hass-hue-icons-integration](https://reporoster.com/stars/arallsopp/hass-hue-icons-integration)](https://github.com/arallsopp/hass-hue-icons-integration/stargazers)

---

## Want to use these icons on your physical wall switches and push buttons?
www.unikkontakt.dk has been given rights to use the custom hass-hue icons in their icon database, allowing you to create unique, beautiful and functional overprinted switches that reflect your smart home.

Ønsker du at bruge disse ikoner på dine fysiske kontakter og trykknapper?
www.unikkontakt.dk er blevet tildelt rettigheder til at bruge custom hass-hue ikonerne i deres ikon-database, som gør det muligt for dig at designe unikke, flotte og funktionelle kontakter med printede ikoner, som matcher dit smart home.

### License

This work is licensed under a
[Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License][cc-by-nc-sa].
I do this for fun, without charge, and to give back to the community. You may remix, tweak, and build upon this work non-commercially, as long as you credit the original author, provide a link to the license, and indicate if any changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use unless agreed. If you remix, transform or build upon the material, you must distribute your contributions under the same or compatible license as the original.