core/homeassistant
Lincoln Kirchoff 595600dea5 Add support for new platform: climate.modbus (#12224)
* Added support for a new platform: climate.modbus

* Made changes based on code review.

* Made changes based on code review

* Made changes that were recommended in the pull request review.

* Fixed spacing line 144

* Added docstrings for the added helper functions.

* Fixed set_temperature() function to use a variable local to the function for the target temp.

* Fixed lint formatting error

* Modified logic when checking the target temperature, as well as fixing the setup_platform function
2018-04-16 20:31:25 +02:00
..
components Add support for new platform: climate.modbus (#12224) 2018-04-16 20:31:25 +02:00
helpers Add more math functions to templates (#13915) 2018-04-15 18:51:45 +02:00
scripts
util Fix too green color conversion (#13828) 2018-04-11 20:58:57 -04:00
__init__.py
__main__.py
bootstrap.py
config.py
config_entries.py Further untangle data entry flow (#13855) 2018-04-14 14:38:24 -04:00
const.py Version bump to 0.68.0.dev0 2018-04-13 18:02:51 -04:00
core.py
data_entry_flow.py Further untangle data entry flow (#13855) 2018-04-14 14:38:24 -04:00
exceptions.py
loader.py
monkey_patch.py
package_constraints.txt
remote.py
requirements.py
setup.py