Linux-Scripts/docast.py
paradizelost 58e8601d4c Lots of updates
Moved mac lookups to python and google sheet tab
added additional button actions
added tracking for sleep time on multiple buttons, feedings on multiple buttons, and dirty vs wet diapers.
2017-07-13 09:10:05 -05:00

8 lines
228 B
Python

#!/usr/bin/python
from __future__ import print_function
import time
import pychromecast
home=pychromecast.Chromecast('192.168.1.103')
home.media_controller.play_media("http://192.168.1.14/doorbell.mp3",'audio/mpeg')
home.wait()