All Projects → codechimp-org → Ha Menu

codechimp-org / Ha Menu

Licence: apache-2.0
A Mac OS Menu Bar app to perform common Home Assistant functions

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to Ha Menu

Popover
Custom macOS Popover 💬
Stars: ✭ 71 (-74.64%)
Mutual labels:  menubar
Hue-remotes-HASS
PLEASE READ THE README
Stars: ✭ 30 (-89.29%)
Mutual labels:  home-assistant
Ipfs Desktop
An unobtrusive and user-friendly desktop application for IPFS on Windows, Mac and Linux.
Stars: ✭ 3,710 (+1225%)
Mutual labels:  menubar
home-assistant-glow
⚡ The power of energy measurements in your house
Stars: ✭ 383 (+36.79%)
Mutual labels:  home-assistant
lovelace-canary
🐤 Adds many useful extensions to lovelace, such as templating secondary info, stacking within a card and more!
Stars: ✭ 28 (-90%)
Mutual labels:  home-assistant
addon-mopidy
Mopidy - Home Assistant Community Add-ons
Stars: ✭ 42 (-85%)
Mutual labels:  home-assistant
hass-pfsense
pfSense integration with Home Assistant
Stars: ✭ 44 (-84.29%)
Mutual labels:  home-assistant
Katana
🚀 a powerful, open-source screenshot utility for macOS
Stars: ✭ 270 (-3.57%)
Mutual labels:  menubar
addon-appdaemon
AppDaemon4 - Home Assistant Community Add-ons
Stars: ✭ 66 (-76.43%)
Mutual labels:  home-assistant
Banner Card
A fluffy banner card for Home Assistant 🥰
Stars: ✭ 260 (-7.14%)
Mutual labels:  home-assistant
k8s-gitops
My home Kubernetes cluster managed with git-ops
Stars: ✭ 29 (-89.64%)
Mutual labels:  home-assistant
Deebot-4-Home-Assistant
Home Assistant integration for deebot vacuums
Stars: ✭ 23 (-91.79%)
Mutual labels:  home-assistant
Kelvin
Kelvin - The hue bot
Stars: ✭ 256 (-8.57%)
Mutual labels:  home-assistant
addon-airsonos
AirSonos - Home Assistant Community Add-ons
Stars: ✭ 50 (-82.14%)
Mutual labels:  home-assistant
Home assistant
My personal Home Assistant setup - Running on a HassOS VM.
Stars: ✭ 270 (-3.57%)
Mutual labels:  home-assistant
entur-card
Home Assistant Lovelace card card for the Entur public transport component.
Stars: ✭ 38 (-86.43%)
Mutual labels:  home-assistant
ha-zoom-automation
Custom Home Assistant component for Zoom. Tracks when you are connected to a Zoom call by default but may allow you to track more.
Stars: ✭ 47 (-83.21%)
Mutual labels:  home-assistant
Lovelace Multiple Entity Row
Show multiple entity states and attributes on entity rows in Home Assistant's Lovelace UI
Stars: ✭ 273 (-2.5%)
Mutual labels:  home-assistant
Mockup Generator
Mockup Generator is a macOS app built with AngularJS/Electron that sits in your menu bar allowing you to capture screenshots of your favourite websites and wrap them in device mock-ups.
Stars: ✭ 272 (-2.86%)
Mutual labels:  menubar
Home Assistant Config
🏠 Fully documented Home Assistant configuration for a smart-looking place. 😎 Be sure to ⭐️ my repo and copy ideas!
Stars: ✭ 258 (-7.86%)
Mutual labels:  home-assistant

Logo

HA Menu

A Mac OS Menu Bar app to perform common Home Assistant functions
Currently HA Menu supports

  • Turning available switches, lights, automations and input_boolean's on and off
  • Activating scenes and scripts
  • input_select option menus

HA Menu supports MacOS 10.13 (High Sierra) and later.

alt text

Installation

Manual
Get the latest HA.Menu.zip from Releases
Unzip and copy the HA Menu app to your Applications folder

Homebrew Cask
2.6 or later brew install --cask ha-menu
2.5 or earlier brew cask install ha-menu

Configuration

You will have needed to enable Allow app's downloaded from App Store and identified developers enabled in Security & Privacy Settings to run.

For the server connection you can use your local ip:port as per the example, an external facing address you have setup via DuckDNS or similar, or your Nabu Casa URL. Ensure you prefix with http:// or https:// as appropriate.

To create a token within HA, login to HA and click on your profile.
Under Long Lived Access Tokens, create a new token, give it a name and copy the token value into HA Menu preferences.

Press Connect to validate your connection and get your groups. You can now choose which domains/groups to display within HA Menu, drag them to reorder and optionally make them a submenu.

alt text

Domains

Within the preference screen you can choose which domains to display. Domains are a list of all entities within that domain, e.g. Lights will display all lights within HA Menu.
If you want to display just a few items from a domain, create a custom group as detailed below.
Entities within domains are displayed alphabetically.

Groups

If you have a lot of entities within your domains you can have HA Menu display a specific set by creating new groups within HA.
You can create multiple groups and they will be separated within the drop down menu.

First of all create your group(s) within groups.yaml as per the example. Note the group entity id is ha_menu in this example. Validate and Reload Groups within HA (Configuration/Server Controls) to have the group added to HA. If you want multiple groups just repeat the block and rename the entity id/name and change your entity's.

Once you have the group(s) added to HA, within HA Menu go to Preferences and tick the Groups you want to be displayed.
Close preferences to save these settings.

Now when you click on HA Menu again the group's you have setup will be displayed. Entities within groups are displayed in the order they are added within the group (printer, lego_lights, desk_lamp, notifications, entry_alert, who_cooks in the example).

Example groups.yaml

ha_menu:
  name: HA Menu Switches
  entities:
    - switch.printer
    - switch.lego_lights
    - light.desk_lamp
    - input_boolean.notifications
    - automation.entry_alert
    - input_select.who_cooks

Say Thanks

If you like HA Menu buy me a ☕️ via PayPal

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].