Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ _Changes in the next release_

### Added
- New media-player entity features: context_menu, settings. Support has been included in firmware v1.7.4.
- New remote-entity for sending commands. This allows to write custom integrations for devices which don't fit a media-player entity.
- The first integration supporting remote-entity will be Home Assistant.

---

Expand Down
9 changes: 1 addition & 8 deletions doc/entities/README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
# Entities

---
**TODO**
- Describe setup process.
- Add `virtual remote` concept & custom layouts.
- Add `activities` concept.
- Link to demo integration once published.
---

Entities represent devices by describing features and exposing controls. An integration can offer available entities for
control. The user might select and configure entities, that will be available for the user interface.

Expand All @@ -29,6 +21,7 @@ Supported entities:
- [Cover](entity_cover.md)
- [Light](entity_light.md)
- [Media Player](entity_media_player.md)
- [Remote](entity_remote.md)
- [Sensor](entity_sensor.md)

The 🚧 icon within the entity descriptions indicates a planned feature and will most likely not be (fully) implemented
Expand Down
Loading