GithubHelp home page GithubHelp logo

flocks74 / home-assistant-custom-component Goto Github PK

View Code? Open in Web Editor NEW

This project forked from stkang/home-assistant-custom-component

0.0 0.0 0.0 66 KB

HomeAssistant Custom Component

Python 88.41% Java 11.59%

home-assistant-custom-component's Introduction

HomeAssistant Custom Component

  • HomeAssistant 0.110.7 버전에서 테스트 완료되었습니다.

Enertalk (에너톡)

configuration.yaml

enertalk:
  client_id: !secret enertalk_client_id
  client_secret: !secret enertalk_client_secret
  real_time_interval: 30
  billing_interval: 1800
  monitored_conditions:
    - real_time_usage
    - today_usage
    - today_charge
    - yesterday_usage
    - yesterday_charge
    - month_usage
    - month_charge
    - estimate_usage
    - estimate_charge

AirKorea 공기오염정보료

sensor:
  - platform: airkorea
    name: airkorea
    service_key: !secret air_korea_service_key
    station_name: 대왕판교로(백현동)
    monitored_conditions:
      - data_time
      - so2
      - co
      - no2
      - pm10
      - pm10_grade
      - pm25
      - pm25_grade
      - khai
      - khai_grade

귀뚜라미 IOT 보일러

climate:
  - platform: kiturami
    name: kiturami
    username: !secret default_username
    password: !secret default_password
    scan_interval: 1800

샤오미 제습기

climate:
  - platform: kiturami
    name: kiturami
    username: !secret default_username
    password: !secret default_password
    scan_interval: 1800

SK 날씨정보(지원 종료)

네이버 페이 후원하기

home-assistant-custom-component's People

Contributors

mckim27 avatar star114 avatar stkang avatar wesky93 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.