1
0
mirror of https://github.com/home-assistant/core.git synced 2025-05-09 16:39:22 +00:00
Commit Graph

9 Commits

Author SHA1 Message Date
epenet
c2dc4ef215
Add missing hass type hint in component tests (w) () 2024-08-20 12:54:42 +02:00
epenet
abb8c58b87
Fix consider-using-tuple pylint warnings in core tests () 2024-06-12 12:35:01 +02:00
Marc Mueller
87165c0d6e
Add empty line after module docstring [tests t-z] () 2024-03-08 14:44:56 +01:00
Jan Bouwhuis
714a04d603
Add service turn_on and turn_off service for water_heater () 2023-07-25 10:16:05 +02:00
Franck Nijhof
476072927a
Collection of random test improvements () 2020-04-06 10:09:44 -07:00
Bas Nijholt
fbf1836997 Sort imports according to PEP8 for components starting with "W" () 2019-12-09 14:47:53 +01:00
Paulus Schoutsen
02d9ed5e36
Do not select all entities when omitting entity ID in service call ()
* Do not select all entities when omitting entity ID

* Address comments Matthew

* Require either area_id or entity_id

* Fix tests

* Fix test
2019-12-02 16:23:12 -08:00
Paulus Schoutsen
4de97abc3a Black 2019-07-31 12:25:30 -07:00
William Scanlon
f2d8f3bcb8 Water heater support ()
* Moved econet to water_heater

* Wink and Econet are now in water heater!

* Removed away mode from econet and added demo water heater

* Added demo tests

* Updated coveragerc

* Fix lint issues.

* updated requirements all

* Requirements all actually updated.

* Reset wink and econet and fixed service.

* Reset wink and econet to the correct dev state

* Reset requirements_all and .coveragerc and removed the new econet and wink water_heater files

* Removed @bind_hass service methods

* Actually reset the .coverage file

* Fixed the tests

* Addressed @MartinHjelmare's comments

* Removed unused import

* Switched to async_add_executor_job

* Fixed lint

* Removed is_on

* Added celsius demo water heater and tests.

* Removed metric import
2018-10-08 10:38:07 +02:00