Robert Svensson
87551b7880
Improve typing of deCONZ climate platform (#69882)
* Improve typing of deCONZ climate platform
homeassistant/components/deconz/climate.py:153: error: Dict entry 0 has incompatible type "str": "bool"; expected "str": "str" [dict-item]
homeassistant/components/deconz/climate.py:154: error: Dict entry 1 has incompatible type "str": "bool"; expected "str": "str" [dict-item]
homeassistant/components/deconz/climate.py:176: error: Argument 1 to "get" of "Mapping" has incompatible type "Optional[Literal['off', 'low', 'medium', 'high', 'on', 'auto', 'smart']]"; expected "str" [arg-type]
homeassistant/components/deconz/climate.py:200: error: Argument 1 to "get" of "Mapping" has incompatible type "Optional[Literal['off', 'auto', 'cool', 'heat', 'emergency heating', 'precooling', 'fan only', 'dry', 'sleep']]"; expected "str" [arg-type]
homeassistant/components/deconz/climate.py:218: error: Argument 1 to "set_config" of "Thermostat" has incompatible type "**Dict[str, str]"; expected "Optional[int]" [arg-type]
homeassistant/components/deconz/climate.py:218: error: Argument 1 to "set_config" of "Thermostat" has incompatible type "**Dict[str, str]"; expected "Optional[bool]" [arg-type]
homeassistant/components/deconz/climate.py:218: error: Argument 1 to "set_config" of "Thermostat" has incompatible type "**Dict[str, str]"; expected "Optional[List[str]]" [arg-type]
homeassistant/components/deconz/climate.py:225: error: Argument 1 to "get" of "Mapping" has incompatible type "Optional[Literal['holiday', 'auto', 'manual', 'comfort', 'eco', 'boost', 'complex']]"; expected "str" [arg-type]
homeassistant/components/deconz/climate.py:244: error: Unused "type: ignore" comment
homeassistant/components/deconz/climate.py:250: error: Unused "type: ignore" comment
homeassistant/components/deconz/climate.py:253: error: Unused "type: ignore" comment
* Simplify populating supported_hvac_modes
Fix tests
2022-04-14 23:19:42 +03:00
..
2022-03-30 11:37:17 +02:00
2022-03-30 11:37:17 +02:00
2022-03-30 11:37:17 +02:00
2022-03-30 11:37:17 +02:00
2022-03-30 11:37:17 +02:00
2022-04-13 19:22:37 +02:00
2022-03-30 11:37:17 +02:00
2022-04-13 19:12:21 +02:00
2022-04-01 13:54:03 +02:00
2022-03-24 14:40:54 +01:00
2022-03-23 12:40:28 +01:00
2022-03-30 11:37:17 +02:00
2022-03-17 10:15:47 +01:00
2022-03-30 11:37:17 +02:00
2022-04-08 00:43:09 +02:00
2022-03-29 10:44:33 +02:00
2022-03-23 20:38:34 +01:00
2022-03-30 11:37:17 +02:00
2022-03-24 14:40:54 +01:00
2022-03-30 11:37:17 +02:00
2022-03-29 11:11:58 +02:00
2022-03-15 14:46:02 -07:00
2022-03-30 11:26:08 +02:00
2022-03-30 11:37:17 +02:00
2022-04-01 22:03:19 -10:00
2022-03-25 15:22:58 -07:00
2022-03-30 11:37:17 +02:00
2022-03-31 13:31:17 -07:00
2022-03-30 11:37:17 +02:00
2022-04-10 12:04:07 -07:00
2022-04-10 12:04:07 -07:00
2022-04-11 16:27:27 -07:00
2022-03-25 15:22:58 -07:00
2022-04-12 10:06:25 -07:00
2022-03-30 22:49:28 +02:00
2022-04-12 15:31:59 +02:00
2022-04-09 09:05:54 -10:00
2022-04-03 13:17:08 +02:00
2022-03-30 13:51:44 +02:00
2022-03-30 15:43:04 +02:00
2022-04-09 09:05:54 -10:00
2022-03-24 14:40:54 +01:00
2022-03-24 14:40:54 +01:00
2022-04-14 23:19:42 +03:00
2022-03-31 16:39:57 +02:00
2022-03-22 21:01:24 -07:00
2022-04-09 09:05:54 -10:00
2022-03-29 11:11:58 +02:00
2022-03-18 12:14:38 +01:00
2022-03-31 14:30:11 -07:00
2022-03-21 20:40:33 -07:00
2022-03-25 15:22:58 -07:00
2022-04-03 13:17:08 +02:00
2022-03-30 13:18:48 +02:00
2022-04-13 19:04:03 +02:00
2022-04-13 10:53:04 -10:00
2022-03-31 21:04:55 +02:00
2022-03-26 16:46:33 +01:00
2022-04-03 13:58:28 +02:00
2022-03-30 11:37:17 +02:00
2022-03-30 11:37:17 +02:00
2022-03-29 00:10:49 -07:00
2022-03-30 11:37:17 +02:00
2022-03-28 18:56:04 -10:00
2022-04-08 00:43:09 +02:00
2022-03-19 13:40:00 -07:00
2022-04-03 13:17:08 +02:00
2022-04-03 13:37:29 +02:00
2022-03-31 13:30:42 -07:00
2022-04-03 15:52:46 +02:00
2022-03-26 09:50:50 -10:00
2022-03-26 09:43:15 -10:00
2022-03-30 11:37:17 +02:00
2022-03-30 11:37:17 +02:00
2022-04-09 09:05:54 -10:00
2022-03-29 11:11:58 +02:00
2022-03-30 11:37:17 +02:00
2022-03-24 13:18:19 +01:00
2022-03-20 20:25:15 -07:00
2022-03-25 15:22:58 -07:00
2022-03-29 16:54:16 -07:00
2022-04-06 15:45:46 -07:00
2022-03-31 22:38:54 +02:00
2022-04-09 09:05:54 -10:00
2022-04-08 23:06:34 -07:00
2022-04-09 09:05:54 -10:00
2022-04-09 09:05:54 -10:00
2022-04-09 09:05:54 -10:00
2022-04-14 00:12:56 +03:00
2022-03-30 11:37:17 +02:00
2022-03-30 11:37:17 +02:00
2022-04-13 19:04:59 -07:00
2022-04-09 09:05:54 -10:00
2022-03-30 15:43:04 +02:00
2022-04-06 10:46:44 +02:00
2022-03-30 18:07:47 +02:00
2022-03-30 11:37:17 +02:00
2022-04-12 11:00:55 +02:00
2022-03-24 13:19:11 +01:00
2022-04-03 10:21:55 -07:00
2022-03-24 10:12:01 +01:00
2022-03-25 15:22:58 -07:00
2022-04-12 14:18:23 -07:00
2022-04-07 13:46:41 +02:00
2022-04-14 09:57:36 -07:00
2022-04-04 09:32:51 -07:00
2022-03-28 21:15:42 +02:00
2022-04-04 12:26:33 -06:00
2022-03-30 13:30:08 +02:00
2022-03-29 20:33:05 -07:00
2022-04-03 15:42:29 +02:00
2022-03-30 11:37:17 +02:00
2022-03-30 11:37:17 +02:00
2022-04-04 17:39:21 +02:00
2022-03-31 13:25:32 -07:00
2022-03-24 14:40:54 +01:00
2022-03-24 14:40:54 +01:00
2022-03-24 14:40:54 +01:00
2022-03-24 14:40:54 +01:00
2022-03-24 14:40:54 +01:00
2022-03-30 11:37:17 +02:00
2022-04-13 19:19:34 +02:00
2022-03-20 13:51:54 -10:00
2022-03-30 11:37:17 +02:00
2022-04-09 09:05:54 -10:00
2022-04-09 09:05:54 -10:00
2022-04-11 16:51:13 +02:00
2022-03-25 15:22:58 -07:00
2022-03-25 15:22:58 -07:00
2022-03-31 20:23:52 +02:00
2022-04-07 14:49:12 +02:00
2022-04-11 18:18:29 +02:00
2022-04-02 20:57:32 -07:00
2022-03-20 20:34:02 -07:00
2022-03-18 23:29:57 +01:00
2022-04-09 09:05:54 -10:00
2022-04-09 09:05:54 -10:00
2022-04-06 17:33:41 +02:00
2022-03-30 11:37:17 +02:00
2022-04-01 15:11:37 +02:00
2022-04-14 12:44:41 -07:00
2022-03-31 13:08:51 -07:00
2022-04-09 09:05:54 -10:00
2022-03-28 18:56:04 -10:00
2022-04-09 09:05:54 -10:00
2022-03-28 09:39:54 +02:00
2022-04-04 17:57:48 +02:00
2022-03-30 11:26:08 +02:00
2022-03-30 11:37:17 +02:00
2022-04-04 10:55:36 -10:00
2022-04-01 08:11:31 -07:00
2022-04-06 21:09:07 -10:00
2022-03-30 11:37:17 +02:00
2022-03-30 11:37:17 +02:00
2022-03-31 20:18:17 +02:00
2022-04-11 16:27:27 -07:00
2022-03-30 11:37:17 +02:00
2022-04-04 23:53:50 -07:00
2022-03-30 12:15:04 +02:00
2022-03-30 11:37:17 +02:00
2022-03-28 08:53:30 +02:00
2022-04-03 15:43:44 +02:00
2022-03-30 11:37:17 +02:00
2022-03-30 22:49:28 +02:00
2022-03-25 15:22:58 -07:00
2022-03-28 10:33:43 +02:00
2022-03-30 12:15:04 +02:00
2022-03-30 11:37:17 +02:00
2022-03-29 16:19:57 -10:00
2022-03-30 11:37:17 +02:00
2022-03-30 09:50:25 +02:00
2022-03-31 13:28:15 -07:00
2022-04-01 20:11:17 +02:00
2022-03-18 00:23:13 -10:00
2022-04-10 22:25:19 -07:00
2022-04-01 20:53:09 +02:00
2022-04-07 20:34:00 -07:00
2022-04-03 20:39:47 +02:00
2022-03-31 13:10:07 -07:00
2022-03-30 11:37:17 +02:00
2022-03-30 11:37:17 +02:00
2022-04-09 09:05:54 -10:00
2022-03-30 12:15:04 +02:00
2022-03-30 16:15:34 +02:00
2022-04-12 07:41:46 -10:00
2022-03-24 14:40:54 +01:00
2022-03-30 11:37:17 +02:00
2022-03-30 11:26:08 +02:00
2022-04-09 09:05:54 -10:00
2022-03-20 16:01:58 -07:00
2022-03-30 11:37:17 +02:00
2022-03-20 16:01:58 -07:00
2022-03-30 11:37:17 +02:00
2022-03-17 19:11:14 +01:00
2022-03-25 15:22:58 -07:00
2022-04-11 23:37:05 -10:00
2022-04-03 17:17:55 +02:00
2022-03-22 12:14:01 -10:00
2022-03-31 13:07:48 -07:00
2022-04-12 14:08:38 -07:00
2022-03-30 11:41:34 -07:00
2022-04-14 00:30:03 +03:00
2022-03-30 11:37:17 +02:00
2022-04-07 23:08:09 +02:00
2022-04-09 22:46:58 +03:00
2022-03-30 11:37:17 +02:00
2022-03-30 13:36:55 +02:00
2022-03-31 20:16:55 +02:00
2022-03-30 11:37:17 +02:00
2022-04-07 15:06:34 +02:00
2022-03-21 15:48:44 -07:00
2022-03-29 11:11:58 +02:00
2022-03-18 07:40:09 -07:00
2022-03-30 13:53:03 +02:00
2022-04-09 09:05:54 -10:00
2022-03-28 12:28:15 +02:00
2022-03-31 20:12:02 +02:00
2022-03-30 11:37:17 +02:00
2022-03-30 11:37:17 +02:00
2022-03-29 20:23:30 -07:00
2022-04-06 10:44:02 -07:00
2022-04-05 22:58:12 -07:00
2022-03-22 11:32:19 +01:00
2022-03-30 11:37:17 +02:00
2022-03-20 10:25:15 +01:00
2022-03-29 23:04:46 -07:00
2022-04-09 09:05:54 -10:00
2022-04-14 09:58:16 -07:00
2022-04-03 07:12:33 -06:00
2022-04-09 10:08:17 +03:00
2022-03-30 11:37:17 +02:00
2022-04-07 22:19:12 +02:00
2022-03-29 08:32:38 -10:00
2022-03-18 19:33:01 +01:00
2022-03-16 10:18:55 +01:00
2022-04-10 12:04:07 -07:00
2022-03-29 11:11:58 +02:00
2022-04-09 11:34:48 -10:00
2022-04-06 21:35:15 -10:00
2022-04-06 08:50:21 -07:00
2022-04-12 14:10:54 -07:00
2022-03-18 12:18:19 +01:00
2022-04-13 23:58:15 +02:00
2022-04-03 17:15:50 +02:00
2022-03-29 17:07:09 -10:00
2022-03-30 11:37:17 +02:00
2022-04-04 09:25:02 -07:00
2022-03-31 20:59:26 +02:00
2022-03-30 17:55:24 +02:00
2022-03-30 11:37:17 +02:00
2022-04-06 12:05:50 +02:00
2022-04-02 20:46:41 -07:00
2022-03-30 11:37:17 +02:00
2022-04-03 20:16:12 +02:00
2022-04-01 11:05:59 +03:00
2022-03-24 13:19:11 +01:00
2022-03-28 17:47:18 -07:00
2022-04-03 20:38:05 +02:00
2022-03-29 11:12:43 +02:00
2022-03-31 13:09:24 -07:00
2022-03-31 13:35:44 -07:00
2022-03-29 11:11:58 +02:00
2022-04-11 22:35:29 -07:00
2022-03-20 10:25:15 +01:00
2022-04-10 23:36:40 -07:00
2022-04-06 18:46:13 +02:00