Skip to content

Commit

Permalink
Version 0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
helto4real committed Apr 19, 2020
1 parent 0ac3fd9 commit 045a973
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 17 deletions.
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
# NetDaemon

This is the application daemon project for Home Assistant. This project makes it possible to make automations using the .NET Core (3.1) framework.
This is the dotnet application daemon project for Home Assistant. This project makes it possible to make automations using the .NET Core (3.1) framework and c#.

Why a new application daemon for Home Assistant? There already exists one!? The existing appdaemon is a great software and are using python as language and ecosystem. This is for people who loves to code in the .NET core ecosystem and c#. The daemon will be supported by all supported platforms of .NET core.
## Docs

In detail information how to setup and develop your automations in the docs.
[Find the documentation here!](https://netdaemon.xyz)

## Dev environment

Expand All @@ -22,10 +25,6 @@ Only amd64 (non arm) is currently supported but ARM devices as Raspberry PI will

The daemon is currently only distributed through Hassio add-on but a docker container and instruction to run locally will be provided in time.

## Docs

[Find the documentation here!](https://netdaemon.xyz)

## Attribution

ICON: Attribution: [chris]([chris](https://commons.wikimedia.org/wiki/User:Chrkl))
17 changes: 7 additions & 10 deletions netdaemon/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,5 @@
# Changelog

## [0.2.3]

- Generate code from entities

## [0.3.1]

- Support for GetApp and app dependencies
- Better error management in initialization
- Support for Camera in Fluent API

## [0.3.2]

- Better logging and error handling
Expand All @@ -23,3 +13,10 @@
## [0.3.4]

- More improved logging

## [0.3.5]

- ´unavailable´ states are treated as null (breaking)
- app-switches with companion are real switches now (breaking)

Hav fun with this release.
2 changes: 1 addition & 1 deletion netdaemon/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "NetDaemon",
"version": "0.3.4",
"version": "0.3.5",
"slug": "netdaemon",
"description": "Application daemon written in .NET core 3.1",
"url": "http://netdaemon.xyz",
Expand Down

0 comments on commit 045a973

Please sign in to comment.