Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Commit

Permalink
fix: исправлено имя для timer
Browse files Browse the repository at this point in the history
  • Loading branch information
Александр Тумайкин authored and Александр Тумайкин committed Jun 25, 2021
1 parent fcd9f8e commit 5c3b179
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion custom_components/electrolux_remote/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
NAME = "{{ Electrolux remote }}"
DOMAIN = "electrolux_remote"
DOMAIN_DATA = f"{DOMAIN}_data"
VERSION = "2.0.0"
VERSION = "2.0.1"
ISSUE_URL = "https://github.com/Ailme/home_assistant_electrolux_remote/issues"

CONF_APPCODE = "appcode"
Expand Down
2 changes: 1 addition & 1 deletion custom_components/electrolux_remote/devices/centurio2.py
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,7 @@ def __init__(
super().__init__(coordinator)

self._uid = uid
self._name = f"{name} {uid}"
self._name = name
self._icon_on = "mdi:timer"
self._icon_off = "mdi:timer-off"
self._device = device
Expand Down
2 changes: 1 addition & 1 deletion custom_components/electrolux_remote/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
"@Ailme"
],
"iot_class": "cloud_polling",
"version": "2.0.0"
"version": "2.0.1"
}
5 changes: 5 additions & 0 deletions info.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@
This is **only** intended for development!

{%- elif (version_installed.replace("v", "").split(".")[0] | int) < 1 %}
## Version 2.0.1

### Fix
- исправлено имя для timer

## Version 2.0.0

### Features
Expand Down

0 comments on commit 5c3b179

Please sign in to comment.