* Removes extraneous paragraph from docker documentation
It looks like this line was intended to go somewhere else, but got
erroneously bumped into the `Restart` section.
* Adds instructions to expose devices when deploying under docker
* Adds info about `docker-compose.yml` configuration to docker deployments
The docker command is pretty complicated and doesn't support automated
restarts. I think most users with want to use `docker-compose` (or
`docker swarm`) to deploy.
Added `switch:` to configuration.yaml example to help clarify what actually needs to be added to a configuration.yaml file in order for this platform to work- assuming this is the only switch in the configuration, or if you are adding it as a list item to other switches. It cannot be copied/pasted directly as it was.
* Add brighness levels option to mochad
In home-assistant/home-assistant#11146 a new configuration option,
brighness_levels, is added to the mochad light component. This is used
to tell home-assistant how many brightness levels the X10 light device
supports because there is no way to actually discover this. This commit
adds documentation for the new option.
* Fix some leftover references to the switch component
The documentation for the mochad light component was mostly copy and
pasted from the mochad switch device. Since the configuration is more or
less the same between devices. However in doing this several references
to mochad switches was left in by mistake. This commit fixes these and
replaces them with the correct name of the component.
* Added Gearbest Sensor
* Updated gearbest markdown to reflect latest changes
* 🚑 Adds missing Gearbest logo
* 🏁 Updated HA release version
* ✏️ Corrected some minor language issues
* 🔨 Rewritten configuration options to use configuration tags
* Minor updates
* Documentation for Logitech UE Smart Radios
* Updated name.
* Update example config.
* Update with new configuration format.
* Updated with requested changes.