Only a second

Another “find the aces” trick. This one is good for practicing your second deal.

Begin with secretly having the four aces on top of the deck. I typically have the spectator shuffle the deck, and then use my two-step cull to get the aces on top. Riffle or overhand shuffle to add eight more cards on top of the deck. I usually use two riffle shuffles to add four cards at a time.

Continue reading “Only a second”

Update: Creating home assistant interface to alexa playlists

I stumbled upon https://github.com/custom-components/alexa_media_player/wiki#what-this-is which gave me the information I needed to directly control my echo device, instead of having one echo command via voice another.

Read my post https://robertjwallace.com/creating-home-assistant-interface-to-alexa-playlists/ for background.

The difference between what I was doing in that post and what I am doing now is in the scripts.yaml file. The code to directly control my echo is:

Continue reading “Update: Creating home assistant interface to alexa playlists”

Controlling a tuya smart plug from the command line

Background

I have a hybrid home automation system that includes some old X10 devices, Philips hue devices, wemo devices, and tp-link devices. Part of the system is some software that emulates a Philips hue bridge (ha-bridge) that lets me control devices by running linux programs and scripts. This lets me use old X10 radio frequency controllers and motion detectors in my home automation. So far this has worked great.

Continue reading “Controlling a tuya smart plug from the command line”

Adding links to web pages in Home Assistant

I have been playing around with Home Assistant for just a little while now, and while I am impressed with what it does, I find the documentation and the examples to be less than helpful. One thing I wanted to do was simply add a “card” of web links to the UI. Since the Home Assistant interface (Lovelace) is web based you would think that this would be easy.

Continue reading “Adding links to web pages in Home Assistant”