All Projects → hulkhaugen → Hass Bha Icons

hulkhaugen / Hass Bha Icons

Additional icons for Home Assistant to accompany the MDI icons

Projects that are alternatives of or similar to Hass Bha Icons

hass-hue-icons
Additional vector icons for home assistant to model Philips Hue bulbs and fixtures.
Stars: ✭ 161 (+114.67%)
Mutual labels:  icons, home-assistant, homeassistant, iconset
Home Assistant Config
🏠 My Home Assistant configuration, a bit different that others :) Be sure to 🌟 this repository for updates!
Stars: ✭ 1,050 (+1300%)
Mutual labels:  home-assistant, homeassistant
Repository Edge
EDGE - Home Assistant Community Add-ons
Stars: ✭ 42 (-44%)
Mutual labels:  home-assistant, homeassistant
Streamdeck Homeassistant
🏠 Use the Elgato Stream Deck as Home Assistant controller. Call any available service and toggle lights or resume your music.
Stars: ✭ 69 (-8%)
Mutual labels:  home-assistant, homeassistant
Fork Awesome
A fork of the iconic font and CSS toolkit
Stars: ✭ 878 (+1070.67%)
Mutual labels:  icons, iconset
Smarthome
SmartHome: firmware per ESP8266 - Casa domotica
Stars: ✭ 28 (-62.67%)
Mutual labels:  home-assistant, homeassistant
Evolvere Icons
Stars: ✭ 52 (-30.67%)
Mutual labels:  icons, iconset
Browser Logos
🗂 High resolution web browser logos
Stars: ✭ 5,538 (+7284%)
Mutual labels:  icons, iconset
Addon Zwave2mqtt
Z-Wave to MQTT - Home Assistant Community Add-ons
Stars: ✭ 58 (-22.67%)
Mutual labels:  home-assistant, homeassistant
Addon Adb
Android Debug Bridge - Home Assistant Community Add-ons
Stars: ✭ 58 (-22.67%)
Mutual labels:  home-assistant, homeassistant
Addon Wireguard
WireGuard - Home Assistant Community Add-ons
Stars: ✭ 72 (-4%)
Mutual labels:  home-assistant, homeassistant
Homeassistant
Example Home Assistant Configs
Stars: ✭ 846 (+1028%)
Mutual labels:  home-assistant, homeassistant
Replaylightshistory
AppDaemon App for Home Assistant to replay light switch history when no one is home.
Stars: ✭ 17 (-77.33%)
Mutual labels:  home-assistant, homeassistant
Yahoofinance
Home Assistant component which allows you to get stock updates from Yahoo finance.
Stars: ✭ 28 (-62.67%)
Mutual labels:  home-assistant, homeassistant
Vue Unicons
1000+ Pixel-perfect svg icons for your next project as Vue components
Stars: ✭ 828 (+1004%)
Mutual labels:  icons, iconset
Home Assistant Z Wave Graph
Graph your Z-Wave mesh automatically from within Home Assistant.
Stars: ✭ 51 (-32%)
Mutual labels:  home-assistant, homeassistant
Addon Ide
IDE - Home Assistant Community Add-ons
Stars: ✭ 61 (-18.67%)
Mutual labels:  home-assistant, homeassistant
Mbicons
MBIcons contains over 200 icons that can be resized to any dimensions as they are drawn using NSBezierPath.
Stars: ✭ 537 (+616%)
Mutual labels:  icons, iconset
Ble monitor
Xiaomi Mijia BLE MiBeacon monitor
Stars: ✭ 611 (+714.67%)
Mutual labels:  home-assistant, homeassistant
Esphome Config
My ESPHome configuration files for my ESP8266 / ESP32 plugs and boards for use with Home Assistant.
Stars: ✭ 53 (-29.33%)
Mutual labels:  home-assistant, homeassistant

hacs_badge

hass-bha-icons

Custom icon pack designed for Home Assistant.

Content

Preview ceiling-fan
Preview ceiling-fan-light
Preview ceiling-lamp
Preview ceiling-lamp-plafond
Preview ceiling-lamp-round
Preview chandelier
Preview dome-light
Preview floor-lamp
Preview floor-lamp-dual
Preview led-strip
Preview light-string
Preview outdoor-lamp
Preview outdoor-lamp-solo
Preview outdoor-lamp-variant
Preview mirror-lamp
Preview path-light
Preview roborock
Preview smoke-detector
Preview stairs
Preview table-lamp-variant
Preview thermostat
Preview xmas-candle-bridge
Preview xmas-star

Install

HACS

Add this repo via HACS as a plugin and install. See the HACS install guide for step by step instructions.

Manual

Copy the hass-bha-icons.js file into <config>/www/ where <config> is your home-assistant config directory (the directory where your configuration.yaml resides).

Add the folowing to the frontend section of your configuration.yaml

frontend:
  extra_module_url:
    - /local/hass-bha-icons.js

Or add the following to your lovelace configuration using the Raw Config editor under Configure UI or ui-lovelace.yaml if using YAML mode.

resources:
  - type: js
    url: /local/hass-bha-icons.js

Restart home-assistant.

Using

The icons uses the prefix bha:.

Example:

entities:
  - entity: light.floor_lamp
    icon: 'bha:floor-lamp'
    name: floor-lamp
  - entity: light.floor_lamp_dual
    icon: 'bha:floor-lamp-dual'
    name: floor-lamp-dual
  - entity: light.led_strip
    icon: 'bha:led-strip'
    name: led-strip
  - entity: light.outdoor_lamp_north
    icon: 'bha:outdoor-lamp'
    name: outdoor-lamp
  - entity: light.outdoor_lamp_west
    icon: 'bha:outdoor-lamp-variant'
    name: outdoor-lamp-variant
show_header_toggle: false
title: hass-bha-icons
type: entities

FAQ

Q: The icon ain't showing, it's just white space where it should be. What's up with that?

A: Probably related to cache. Try opening your instance in a incognito/private Window and see if your icon shows then. If yes, it's cache related. If not, spellcheck.

Thanks

Thanks to @thomasloven, as I used his hass-fontawesome as a template for this pack

Thanks to @prairiesnpr, @kmlucy, @GeorgeSG and @shbatm for their contributiuons

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].