NOTICE:

Before use, open the "__init__.py" file with a text editor and change the line "IP_ADDRESS = ..." 
to point to the ip address or host name of your Roku device.  Of course, you're more than welcome to
write the code that causes the plugin to prompt for the IP address when it is first installed...
and, if you're feeling really frisky... please feel free to add the code to send SSDP requests to detect and 
save the device ID's of all Roku boxes on the local network!

Also, it is probably wise to set your router so that the Roku box gets a static DHCP lease
(same IP address all the time), or to use a host name (if you have a DNS server on your network).

Or... if you're the frisky type... you'll want to save the USN info that you retrieved from SSDP
(like a frisky Golden Retriever) so that the USN is always remembered as the end-user's favorite name,
like "Living Room Roku", and then every time the plugin tries to communicate with that Roku device,
the plugin will "retrieve" the IP address based on the USN!

More info can be found in the comments of the __init__.py file.