Giter Site home page Giter Site logo

kakao_talk's Introduction

kakao_talk

The kakao_talk platform uses KakaoTalk to deliver notifications from Home Assistant to your Android device, your Windows phone, or your iOS device.

Installation

  • All files of this repository should be placed on custom_components\kakaotalk inside of ~/.homeassistant or ~/config folder.

     $ cd ~/.homeassistant
     $ mkdir custom_components
     $ cd custom_components
     $ git clone https://github.com/musk95/kakao_talk.git kakao_talk
    
  • Restart the Home Assistant service

Setup

The requirements are:

  • You need the REST API Key for KakaoTalk.

To enable KakaoTalk notifications in your installation, add the following to your configuration.yaml file:

kakao_talk:
  api_key: YOUR_API_KEY
  redirect_uri: YOUR_HASSIO_URL
  send_to_friends: True
  
notify:
  - name: kakaotalk_noti
    platform: kakao_talk

Restart the Home Assistant service.

And type YOUR_HASSIO_URL/api/kakao_talk on the web browser such as Chrome, Firefox...
You can see below screen then you can find the Login Redirection URI, it should be input Login Redirection URI on the Kakao Development site.
Kakao_Login_Screen

Login KakaoTalk service by clicking '카카오톡 로그인' button.

Configuration

To use notifications, please see the getting started with automation page.

Text message

...
action:
  service: notify.NOTIFIER_NAME
  data:
    title: Send a message
    message: That''s an example that _sends_ a formatted message with a custom inline keyboard.

CONFIGURATION VARIABLES

  • title:

description: Will be composed as '%title\n%message'.
required: false
type: string

  • message:

description: Message text.
required: true
type: string

Photo support

...
action:
  service: notify.NOTIFIER_NAME
  data:
    title: Send an images
    message: That''s an example that sends an image.
    data:
      photo:
        - url: https://i.ibb.co/jkbTKZz/hassio.png

CONFIGURATION VARIABLES

  • url:

description: A remote path to an image.
required: true to support Photo
type: string

image_sample

kakao_talk's People

Contributors

musk95 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.