Herschel XLS T-MT Thermostat integration (#3736)
* Herschel XLS T-MT Thermostat integration
* Update herschel_t_mt_thermostat.yaml
* fix (herschel_t_mt_thermostat): fix test failure, and other changes
- move constraint inside mapping
- assume when set to F step is 10 (1F), as this is usual for 0.5C increments.
- uncomment temperature_unit so it can be referenced from the conditions, add also a select entity for it.
PR #3736
* fix (herschel_t_mt_thermostat): fix indentation
PR #3736
* fix (herschel_t_mt_thermostat): translation_key does not belong in mappings
HA only defines translation keys at entity level. Option values are then expected to correspond to the sub keys directly, there is no separate key and default value (default is the key itself).
PR #3736
---------
Co-authored-by: Jason Rumney <make-all@users.noreply.github.com>