Skip to content

a notify platform for home assistant and esphome with an 8x32 RGB Matrix display

License

Notifications You must be signed in to change notification settings

lubeda/EHMTX_custom_component

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EHMTX Notify component for Home Assistant

Intro

If you use EHMTX with home assistant you can show notification with esphome service calls. Some situations are easier when you use notfiy call. This component translates notifier calls to the corresponding esphome calls. For full functionality you should still use esphome calls.

Installation

You can either use HACS or install the component manually:

  • Put the files from /custom_components/ehmtx/ in your folder <config directory>/custom_components/ehmtx/

If you wish to add to the provided application images (such as Netflix) place '.png' images with names the same as the application in the following folder:

  • <config directory>/custom_components/ehmtx/static/

For channels where there is no EPG, this can also be utilised to provide a channel image. Place an image file in the same directory with the same name as your channel source name (e.g. raiuno.png).

YAML

Add a ehmtx platform entry in your configuration.yaml as below.

Example of basic configuration.yaml

notify:
  - platform: ehmtx
    name: myehmtx32
    device: ehmtx32
    icon: error

Configuration variables

YAML UI Default Details
platform
(string)(Required)
n/a Must be set to ehmtx
device
(string)(Required)
n/a The name of your esphome device, e.g. ehmtx8266
name
(string)(Required)
n/a The name you would like to give to the ehmtx the notifier
icon
(string)(Required)
n/a error a standard icon for situations where no icon is specified in service call

usage in service calls

service: notify.myehmtx32
data:
  message: Show this text
  data:
    icon: alien
YAML Default Details
platform
(string)(Required)
Must be set to ehmtx
device
(string)(Required)
The name of your esphome device, e.g. ehmtx32
name
(string)(Required)
The name you would like to give to the ehmtx the notifier e.g. myehmtx32
icon
(string)(Required)
error the icon for this screen

About

a notify platform for home assistant and esphome with an 8x32 RGB Matrix display

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages