core/tests/components/zwave_js
Raman Gupta b2f914823d
Add climate platform to zwave_js (#45177)
* add zwave_js support for climate

* fix

* add fixture

* rename fixture

* fix variable name error

* add tests

* fix tests and handle set_temp properly based on unit

* update call being tested

* fix tests

* improve coverage

* fix docstring

* address review comments

* fix test

* update enum class name

* bump zwave-js-server-python version and assume primary_value is always set

* add additional coverage

* fix docstrings and move populating modes/presets into initialization

* attempt to address comments

* improve comment

* move mode value into a variable so its easier to iterate in the future

* dont assume mode as a discovery point

* assume all values are available when node is ready

* fix order of operations

* switch to valueerror

* use primary value

* readd property and type to discovery schema
2021-01-18 03:45:06 +01:00
..
__init__.py
common.py Add binary_sensor platform to zwave_js (#45081) 2021-01-15 09:15:03 -05:00
conftest.py Add climate platform to zwave_js (#45177) 2021-01-18 03:45:06 +01:00
test_binary_sensor.py Add binary_sensor platform to zwave_js (#45081) 2021-01-15 09:15:03 -05:00
test_climate.py Add climate platform to zwave_js (#45177) 2021-01-18 03:45:06 +01:00
test_config_flow.py
test_init.py Fix zwave_js adding not fully interviewed nodes (#45162) 2021-01-15 01:09:03 +01:00
test_light.py Bump Z-Wave JS Server Python to 0.9.0 (#45181) 2021-01-15 10:59:35 +01:00
test_lock.py Add lock platform to zwave_js (#45175) 2021-01-16 11:43:25 -05:00
test_sensor.py Add energy and power sensor tests & fix device_class (#45122) 2021-01-13 15:37:54 -05:00
test_switch.py Bump Z-Wave JS Server Python to 0.9.0 (#45181) 2021-01-15 10:59:35 +01:00
test_websocket_api.py Add WebSocket API Foundation for zwave_js (#45151) 2021-01-15 15:17:40 +01:00