Tag: Automation

  • Automating Your Home Climate Control With Home Assistant

    About a year or so ago, I moved away from HomeKit and starting using Home Assistant. HomeKit was just too unreliable when it came to automating things, not to mention that Siri is very moody about when it wants to work or not. My Home Assistant setup now controls all my HomeKit, Zigbee, and Z-Wave…

  • Add new files to SVN from the command line

    Here is a little tip for automating files that need to be added to SVN. First make sure you are in your project folder that is under source control. Then try the following: svn status | grep -e ^? With this you’ll notive that it will list the files, but its not in a format…