core/tests/components/zwave_js
Raman Gupta 1b81849271
Add zwave_js support for HeatIt Z-TRM2fx (#50317)
* Add zwave_js support for HeatIt Z-TRM2fx

* fix docstring

* use AwesomeVersion to support firmware version ranges

* add guard against empty firmware range

* switch guard approach to raise exception sooner

* make post init more generic

* Set up firmware range schema as AwesomeVersion during initialization

* Update homeassistant/components/zwave_js/discovery.py

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>

* Allow min_ver and max_ver to be None

* fix docstring

* reduce import scope

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2021-05-09 15:28:35 -04:00
..
__init__.py
common.py Fix white_value causing zwave-js to set non-existing values (#49799) 2021-04-28 09:23:48 -07:00
conftest.py Add zwave_js support for HeatIt Z-TRM2fx (#50317) 2021-05-09 15:28:35 -04:00
test_api.py Move not loaded websocket constant to zwave_js (#50188) 2021-05-06 17:59:03 -07:00
test_binary_sensor.py Use disabled_by constants (#49584) 2021-04-23 09:56:42 +02:00
test_climate.py Add zwave_js support for HeatIt Z-TRM2fx (#50317) 2021-05-09 15:28:35 -04:00
test_config_flow.py Fix zwave_js flow set add-on options (#49813) 2021-04-28 15:09:39 +02:00
test_cover.py Bump zwave-js-server-python to 0.22.0 (#48085) 2021-03-18 18:12:33 +01:00
test_discovery.py Add zwave_js support for HeatIt Z-TRM2fx (#50317) 2021-05-09 15:28:35 -04:00
test_events.py Add zwave_js discovery schema for Vision Security ZL7432 (#49510) 2021-04-28 10:22:54 +02:00
test_fan.py Bump zwave-js-server-python to 0.22.0 (#48085) 2021-03-18 18:12:33 +01:00
test_init.py Cleanup of unused connection_class logic (#49865) 2021-04-29 23:12:58 +02:00
test_light.py Add color_mode support to zwave_js light (#49588) 2021-04-30 13:46:25 +02:00
test_lock.py Bump zwave-js-server-python to 0.22.0 (#48085) 2021-03-18 18:12:33 +01:00
test_number.py Bump zwave-js-server-python to 0.22.0 (#48085) 2021-03-18 18:12:33 +01:00
test_sensor.py Add support for selective config parameter entity discovery (#48336) 2021-03-27 18:14:06 +01:00
test_services.py Check all endpoints for zwave_js.climate hvac_action (#49115) 2021-04-12 12:29:45 -04:00
test_switch.py Bump zwave-js-server-python to 0.22.0 (#48085) 2021-03-18 18:12:33 +01:00