* 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
* adding a method to Recovery the token
The access token also can be found with the Command Line tool from miio. I tested this and works.
* Update format
Since the website saves numbers with , the sensor ends up with "," when trying to use it in automations float does not work.
So i thought i added this if somone ells uses the example
We should recommend users to setup this optional configuration key, as some were unaware that this is a required step when they add devices in the future so we should inform them of this. Some users are not aware that they can also issue a voice command to sync the home assistant device list.
* Filter component
* changes as requested
* Changed the component name
* updated according to new version
* Chaining explained
* Added extra sensor and screenshot
* Update sensor.filter.markdown