Skip to content

Commit

Permalink
Fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasMH committed Jan 11, 2024
1 parent a7bec0e commit 555285f
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,12 @@ This project contains two libraries that are both published to Nuget

## HomeAssistantDiscoveryNet Library

Contains the following (Home Assistant MQTT Discovery Documents)[https://www.home-assistant.io/integrations/mqtt/#mqtt-discovery] as C\# classes:
Features:

- Support all Home Assistant Discovery (See full list below)
- De(serilization) using `System.Text.Json` source generators (AoT Compatible)

Contains the following [Home Assistant MQTT Discovery Documents](https://www.home-assistant.io/integrations/mqtt/#mqtt-discovery) as C\# classes:

- AlarmControlPanel
- BinarySensor
Expand Down Expand Up @@ -41,8 +46,6 @@ Contains the following (Home Assistant MQTT Discovery Documents)[https://www.hom

This makes it easy to create discovery documents from C\# without having to worry about mistyping property names etc.

It also including de(serilization) using `System.Text.Json` source generators (AoT Compatible)

### How to serialize discovery docs

```csharp
Expand Down

0 comments on commit 555285f

Please sign in to comment.