Homeassistant.core Bus Handler Error

Hey guys, I’m getting this error in my logs and I’m not really sure where to begin with trouble shooting it:

http://hastebin.com/lecojiyinu.vhdl

This portion makes me think its related to my DLink plugs which have been previously troublesome, but I’m not 100% sure.

File “/usr/local/lib/python3.4/dist-packages/homeassistant/components/switch/dlink.py”, line 71, in is_on
return self.smartplug.state == ‘ON’

Any tips on where to look to track this error down? It seems to be popping every 30 seconds to a minute in the logs.

You may want to sanitize your configuration.yaml and post it here to give some more info.

So I did a bunch of work tonight, and the error went away. /shrug

Computers, huh?

LOL, probably a typo or missed indent somewhere… happens all the time with YAML.

Just glad to know it’s working now.