Skip to content

Commit

Permalink
Remove binary sensor (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
oribafi authored Apr 14, 2024
1 parent 360e5d1 commit c07872f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 134 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,6 @@ Add this repository to HACS, install this integration and restart Home Assistant

Note: number of links/packages sensors contain state attributes that have information on ETA while downloading.

**Binary Sensor**

- update available (deprecated, use designated update entity)

**Update**

- update to latest version
Expand Down
1 change: 0 additions & 1 deletion custom_components/myjdownloader/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@

# For your initial PR, limit it to 1 platform.
PLATFORMS: list[Platform] = [
Platform.BINARY_SENSOR,
Platform.SENSOR,
Platform.SWITCH,
Platform.UPDATE,
Expand Down
129 changes: 0 additions & 129 deletions custom_components/myjdownloader/binary_sensor.py

This file was deleted.

0 comments on commit c07872f

Please sign in to comment.