This website requires JavaScript.
Explore
Help
Sign in
evlli
/
hass-core
Watch
1
Star
0
Fork
You've already forked hass-core
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
e87603aa59
hass-core
/
tests
/
components
/
toon
/
__init__.py
2 lines
36 B
Python
Raw
Normal View
History
Unescape
Escape
Rewrite of Toon component (#21186) * :tractor: Rewrite of Toon component * :fire: Removed manual state from list * :shirt: Addresses code review comments * :fire: Removes a log line that should not have been left behind * :shirt: Addresses linting warnings * :shirt: Addresses Hound CI warning * :shirt: Fixes small code styling issues * :sparkles: Sets an appropriate SCAN_INTERVAL * :sparkles: Sets min/max temperature for climate platform * :shirt: Makes imports more consistent with codebase * :ambulance: Fixes incorrect SCAN_INTERVAL value in climate platform * :ambulance: Uses OrderedDict for config_flow schema * :shirt: Adds return types for min/max temp * :tractor: Refactors entities into their actual devices * :arrow_up: Updates toonapilib to 3.0.7 * :tractor: Refactors binary sensor state inversion * :ambulance: Fixes states of OpenTherm connection and Hot Tap Water * :sparkles: Adds Boiler Preheat binary sensor * :sparkles: Adds Toon Thermostat Program binary sensor * :sparkles: Adds Boiler Modulation Level sensor * :sparkles: Adds Daily Power Cost sensor * :fire: Cleanup of Toon Thermostat climate attributes * :tractor: Adjusts config_flow with Tenant selection * :raising_hand: Adds myself to codeowners file as maintainer * :arrow_up: Gen requirements * :arrow_up: Updates toonapilib to 3.0.9 * :umbrella: Adds config_flow tests
2019-02-26 19:18:09 +01:00
"""
Tests for the Toon component.
"""
Reference in a new issue
Copy permalink