Releases: qJake/HADotNet
Releases Β· qJake/HADotNet
Calendar Request Fix
Supervisor API
Additions
Adds three endpoints for retrieving Supervisor info. Use the new InfoClient
for retrieving this new data.
- HA Core Info
- Host Info
- Supervisor/Addon Info
Note: If these calls are made on a non-Supervisor installation, a SupervisorNotFoundException
will be thrown.
Thanks @imalkevich!
π©Breaking Change
Previously, invalid HTTP responses would throw a generic Exception
.
Since v1.5.0
, a new, custom HttpResponseException
is thrown containing info about the HTTP request and response that failed.
RestSharp Dependency Update
Bumps RestSharp to latest (v106.11.4)
States API Fix
Fixes an issue with calls to the States API (thanks @imalkevich!)
Automation API
Thanks to @imalkevich for contributing the initial Automation API code in this version.
Service API Fix
- #5 Fixed Service API deserialization issue
- Added
ServiceClient.CallServiceForEntities
overload for easier calling of services that just take one or moreentity_id
s.
v1.2.0
1.0.0
0.2.0
Initial Beta
- Initial beta release of HADotNet.Core library
- Beta support for:
- States
- Services
- Events
- Config
- Error log
Available on NuGet: Install-Package HADotNet.Core -Version 0.1.0-beta