Skip to content

zen/ha-addons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Home Assistant Addons

Couple of Home Assistant Addons

SMSApi notification component

Component allowing to send SMS notifications using SMSApi.pl service.

Copy components/notify/smsapi.py to your custom_components/notify/ folder

Use following configuration in your configuration.yaml

notify:
- name: smsapi_me
  platform: smsapi
  access_token: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
  recipient: "+48666777888"

Get your access token from SMSApi.pl website. Go to API settings and set up OAuth token.

Recipient is a mobile number with country prefix (+48 = Poland in this case).

Blebox wLightBoxS component

light:
- name: My Blebox Light
  platform: wlightboxs
  host: 192.168.0.100

About

Home Assistant addons

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages