Skip to content

grbasta/Package-Notification-HUB-AppDaemon

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Package-Notification-HUB-AppDaemon

GitHub release (latest by date) GitHub Release Date Hass.io Maintenance GitHub issues

Notifier Centre for Home Assistant jumping2000
GitHub release (latest by date) GitHub Release Date Hass.io GitHub issues

Guides and info

AppDaemon: automazioni al massimo

Nuovo Centro notifiche

Website Chat on Telegram Chat on Facebook Forum

Requirements

Extra







Custom Cards: card-mod, Lovelace Paper Buttons Row, fold-entity-row



Custom Cards: card-mod, banner-card, fold-entity-row



To know all the entities, use this jinja code in dev-tools models

{% for state in states -%}
{% if 'centro notifiche' in state.attributes.package|lower %}
- {{ state.entity_id -}}
{% endif %}
{%- endfor %} 

Ex. Entity in hub_main.yaml file

{% for state in states -%}
{% if 'centro notifiche' in state.attributes.package|lower and 'main' in state.attributes.version|lower%}
- {{ state.entity_id -}}
{% endif %}
{%- endfor %} 

Alexa

{% for state in states -%}
{% if 'centro notifiche' in state.attributes.package|lower and 'alexa' in state.attributes.version|lower%}
- {{ state.entity_id -}}
{% endif %}
{%- endfor %} 

Create a Card

type: entities
title: Alexa
entities:
{%- for state in states -%}
{% if 'centro notifiche' in state.attributes.package|lower and 'alexa' in 
state.attributes.version|lower%}
  - entity: {{ state.entity_id -}}
{% endif %}
{%- endfor %}

interrogare alexa vocalmente su micro argomenti (alexa controlla le finestre, alexa controlla i riscaldamenti, etc...)

About

Package for Appdaemon Notifier Centre for Home Assistant

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%