Skip to content

Latest commit

 

History

History
48 lines (29 loc) · 1.16 KB

README.md

File metadata and controls

48 lines (29 loc) · 1.16 KB

HA-component-sharpTV

Home Assistant media player component for use with Sharp TV's.

Getting Started

Prerequisities

What things you need to install the software and how to install them

Home Assistant

Installing

The component is implemented as a "custom_component" until it is natively integrated with Home Assistant.

To install...

copy "sharptv.py" to [PATH TO HOME ASSISTANT]/config/custom_components/media_player/

Running the component

To implement the component in HA you will need to modify your config.yaml

- platform: sharptv
  host: (IP ADDRESS to Sharp TV)
  name: sharpTV (optional)
  port: 10002 (default port to Sharp TV)
  user: (username implemented in Sharp TV settings)
  password: (password implemented in Sharp TV settings)

Authors

  • B Thome - Initial work - bthome

License

MIT

Acknowledgments