Skip to content

Releases: qJake/HADotNet

Calendar Request Fix

01 Feb 05:12
Compare
Choose a tag to compare

Fixes a calendar API call.

Supervisor API

31 Jan 21:12
cad2b5a
Compare
Choose a tag to compare

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

09 Aug 20:25
Compare
Choose a tag to compare

Bumps RestSharp to latest (v106.11.4)

States API Fix

09 Aug 18:50
Compare
Choose a tag to compare

Fixes an issue with calls to the States API (thanks @imalkevich!)

Automation API

09 May 18:09
Compare
Choose a tag to compare

Thanks to @imalkevich for contributing the initial Automation API code in this version.

Install-Package HADotNet.Core -Version 1.3.0

Service API Fix

12 Apr 18:28
Compare
Choose a tag to compare
  • #5 Fixed Service API deserialization issue
  • Added ServiceClient.CallServiceForEntities overload for easier calling of services that just take one or more entity_ids.

Install-Package HADotNet.Core -Version 1.2.2

v1.2.0

05 Oct 18:45
Compare
Choose a tag to compare
  • πŸ“† Add support for the Calendar API
Install-Package HADotNet.Core -Version 1.2.0

1.0.0

17 Aug 18:50
74dc3c8
Compare
Choose a tag to compare
  • πŸ†• EntityClient's GetEntities now has an optional domain filter parameter
  • πŸŽ‰ Version 1.0 - out of beta!

Install-Package HADotNet.Core -Version 1.0.0

0.2.0

07 Aug 04:16
Compare
Choose a tag to compare
  • πŸ†• TemplateClient for rendering templates
  • πŸ†• EntityClient which is a wrapper around StatesClient for retrieving just a list of entities
  • πŸš€ Removed -beta prerelease flag

Install-Package HADotNet.Core -Version 0.2.0

Initial Beta

24 Jul 04:11
Compare
Choose a tag to compare
Initial Beta Pre-release
Pre-release
  • 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