Skip to content

Commit

Permalink
update exists_fn to be stricter in checking if value is inside the DTO's
Browse files Browse the repository at this point in the history
  • Loading branch information
koenhendriks committed Sep 2, 2024
1 parent 81573b7 commit 8c6fa9c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),

## [Unreleased]

## [1.1.0](https://github.com/koenhendriks/ha-ecuplon/releases/1.1.0) - 2024-09-01
## [1.1.0](https://github.com/koenhendriks/ha-ecuplon/releases/1.1.0) - 2024-09-02
### Added
- Homeassistant device info to map entities per device in the integration.
- Debugging logs for API calls to be able to trace received data.
Expand All @@ -16,9 +16,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
- Direct Outlet (DG1)
- Mixture Outlet (SG2)
- Mixture Outlet (SG3)
- Mixture Outlet (SG4)

- Mixture Outlet (SG4)

### Changed
- Checking for existing value of entity is now stricter on entity value instead of global device `realtime_info`

### Removed
- Device name from default entity name
Expand Down

0 comments on commit 8c6fa9c

Please sign in to comment.