Vladimir Ermakov

Results 14 issues of Vladimir Ermakov

## Checklist - [x] I've read the [publishing documentation](https://hacs.xyz/docs/publish/start). - [x] I've added the [HACS action](https://hacs.xyz/docs/publish/action) to my repository. - [x] (For integrations only) I've added the [hassfest action](https://developers.home-assistant.io/blog/2020/04/16/hassfest/) to...

New default repository

Maintainer: @yousong Compile tested: x86_64, OpenWrt master (https://github.com/openwrt/openwrt/commit/98cc65d9a0c4e7beb4b9a8f8482ab8908435290b) Run tested: x86_64 host, KVM for qemu-x86_64-softmmu + Bios VM. Description: - Version updated to 9.0.0

It would be very handy to have support for `--diff` option. Implementation is quite simple (pseudocode): ```python import json def pretty_print_object(obj): return json.dumps(obj, indent=2) diff = dict(before='', before_header='', after='', after_header='')...

feature