Fix: Resolve get_history service parameter handling issue

- Fixed async_get_history method to accept limit parameter and other filtering options
- Updated service schema to support all parameters from services.yaml
- Added support for start_date, include_metadata, and sort_order parameters
- Version bump to 2.1.9
This commit is contained in:
SMKRV
2025-09-02 23:27:34 +03:00
parent 7f62101b3e
commit e91c3701c5
4 changed files with 70 additions and 5 deletions
+1 -1
View File
@@ -24,6 +24,6 @@
"single_config_entry": false,
"ssdp": [],
"usb": [],
"version": "2.1.8",
"version": "2.1.9",
"zeroconf": []
}