Home Assistant media player component for use with Sharp TV's.
What things you need to install the software and how to install them
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/
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)
- B Thome - Initial work - bthome
MIT
- jmoore987 - jmoore987/sharp_aquos_rc. Foundation for sharptv.py integration.
- Based off existing component - samsungtv