* Image processing opencv doc
* OpenCV doc
* OpenCV logo
* Doc updates
* Change docs to match opencv component
* Update docs
* Add comment to example
* Add camera config
* Add comment to example yaml
* Update docs to reflect the camera not being there
* Better documentation on configuration and attributes
* Reference hub
* Set release
* Image processing opencv doc
* OpenCV doc
* OpenCV logo
* Doc updates
* Change docs to match opencv component
* Update docs
* Add comment to example
* Add camera config
* Add comment to example yaml
* Update docs to reflect the camera not being there
* Better documentation on configuration and attributes
* Reference hub
* Set release
Some Marantz receivers seem to have a quite similar interface compared to Denon AVR receivers. This was added to the module and tested with Marantz M-RC610.
Some Marantz receivers seem to have a quite similar interface compared to Denon AVR receivers. This was added to the module and tested with Marantz M-RC610.
* Add support for ZigBee Home Automation
* Update binary_sensor.zha.markdown
Replace ZHA with ZigBee Home Automation
* Update light.zha.markdown
Replace ZHA with ZigBee Home Automation
* Update sensor.zha.markdown
Replace ZHA with ZigBee Home Automation
* Update switch.zha.markdown
* Update zha.markdown
* Added OpenGarage.io cover documentation
* Updating screenshot; removing stop button
* Moved {% raw %} tags in front of the template. Added {% endraw %} tags.
* Adding documentation for Sense HAT lights.
Lights component page plus cross referencing from the Sense HAT
sensors component page.
* Update light.sensehat.markdown
I spent a day wondering why `ubus` wouldn't report changes to the device list in the ARP table before digging into the packets and discovering that it only looks at `hostapd.*`. Since I don't use the AP on my router, this won't work for me. I would have been thrilled to know in advance that it doesn't apply to my use case. I've added a line at the top that clarifies what it looks for, and I've added a block of troubleshooting steps because they were fresh in my mind and might help others in the future. I see a lot of posts in the forums about, "what the heck is <insert component> doing?" Knowing how to look at packets with tcpdump and wireshark is a useful skill.