-
-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: uses new enums instead of depricated ones
closes: #90
- Loading branch information
1 parent
15444bc
commit b2ef5f4
Showing
4 changed files
with
56 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
reload: | ||
name: Reload Dual Smart Thermostat | ||
description: Reload all dual_smart_thermostat entities. | ||
description: Reload all Dual Smart Thermostat entities. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
# Strictly for tests | ||
pytest | ||
#pytest-cov==2.9.0 | ||
#pytest-homeassistant | ||
pytest-homeassistant-custom-component==0.8.7 | ||
# From our manifest.json for our custom component | ||
# gidgethub[aiohttp]==4.1.1 | ||
coverage==7.2.1 | ||
pytest==7.2.2 | ||
pytest-asyncio==0.20.3 | ||
pytest-cov==3.0.0 | ||
pytest-homeassistant-custom-component==0.13.20 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters