* Small comment added to expose_by_default
It's not entirely clear that listing specific entities in entity_config is not enough to expose an entity if expose_by_default is set to false.
(This is my first PR so I hope I've done it correctly)
* ✏️ Rewording in order to fix the build
* Update documentation for Speedtest Sensor
* Fixed configuration variables
* Fixed automation example
* Fixed example format
* Fix netlify errors for raw/endraw tags
* ✏️ Minor improvements
After updating 0.65.4 I kept seeing errors about a component I am not using or even have. This change is to make sure the discovery docs are kept to upto date with devices added to the discovery component.
* Configuration key "model" and "xiaomi_miio_set_delayed_turn_off" service added.
* Service parameter renamed.
* New device model (philips.light.zyceiling) added.
* Service parameter updated.
* Format of the services updated.
Configuration schema added.
* Missing supported device added.
* Added support for multiple onvif profiles
Related to pull request https://github.com/home-assistant/home-assistant/pull/11651
* ✏️ Spelling & grammar fixes
* Removed info about profile data in attribute
Removed information about profile data in attributes, as it is not going to be implemented.
* add sony songpal docs
* use configuration, add a title for configuration section
* remove oxford comma, add link to media_player's services
* add entity_id desc for service
* be more descriptive which devices are supported
* Update songpal supported devices + bump version
* discoverY
* Update media_player.songpal.markdown
* Fix invalid syntax
Added some instructions for downgrading the apk to retrieve the token. The current root method does not work with the latest version of the app. I have not tested iOS but I assume the same would be true for all platforms/methods. I suggested apkmirror because they do signed builds and we want to avoid newbies grabbing malware.
Maria DB 10 have changed port from 3306 that Maria DB are using and is standard in this component. Maria DB is using port 3307 instead and that need to be added in the configuration to work. I have added a note in the description to add the port to the server_ip.
* Added instructions for magisk based root
AFAIK Magisk does not integrate with Android to provide an option for shell over adb. However it does allow you to escalate privileges once in a shell.
* Minor changes