Skip to content
This repository was archived by the owner on Dec 22, 2023. It is now read-only.

eavyon/esphome_whr930

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WHR930 Component for ESPHome

This is a custom component for ESPHome that allows you to use the WHR930 with ESPHome.

Installation

Add this to your ESPHome configuration file.

external_components:
  - source:
      type: git
      url: http://github.com/eavyon/esphome_whr930
      ref: master
    components: [ whr930 ]

uart:
  id: uart_bus
  tx_pin: 16
  rx_pin: 17
  baud_rate: 9600

whr930:
  id: whr930_component_1

License

MIT License

About

ESPHome component for the WHR930

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 91.8%
  • Python 8.2%