core/homeassistant/helpers
Ville Skyttä f259ff17d5
Type hint additions (#26831)
* Type hint additions

* Remove optional from sidebar_icon comment

Co-Authored-By: Franck Nijhof <frenck@frenck.nl>

* Remove optional from sidebar_title comment

Co-Authored-By: Franck Nijhof <frenck@frenck.nl>

* Fix issues after rebase and mypy 0.730
2019-09-29 20:07:49 +03:00
..
__init__.py Removes unnecessary else/elif blocks (#26884) 2019-09-24 13:53:03 -07:00
aiohttp_client.py Migrate legacy typehints in core to PEP-526 (#26403) 2019-09-03 20:36:04 -07:00
area_registry.py Migrate legacy typehints in core to PEP-526 (#26403) 2019-09-03 20:36:04 -07:00
check_config.py Migrate legacy typehints in core to PEP-526 (#26403) 2019-09-03 20:36:04 -07:00
condition.py Reorg device automation (#26880) 2019-09-24 14:57:05 -07:00
config_entry_flow.py Fix config entry has options check (#25976) 2019-08-16 16:19:19 -07:00
config_validation.py Upgrade mypy to 0.730, address raised issues (#26959) 2019-09-27 22:57:59 +03:00
data_entry_flow.py Black 2019-07-31 12:25:30 -07:00
deprecation.py Upgrade mypy to 0.730, address raised issues (#26959) 2019-09-27 22:57:59 +03:00
device_registry.py Remove lamps and groups from ha when removed from Hue (#26881) 2019-09-25 14:00:18 -07:00
discovery.py Black 2019-07-31 12:25:30 -07:00
dispatcher.py Black 2019-07-31 12:25:30 -07:00
entity.py Type hint additions (#26831) 2019-09-29 20:07:49 +03:00
entity_component.py Allow passing dictionaries to async_register_entity_service (#26370) 2019-09-03 09:50:24 +02:00
entity_platform.py Use literal string interpolation in core (f-strings) (#26166) 2019-08-23 09:53:33 -07:00
entity_registry.py Use PEP 526 type annotations, add some type hints (#26464) 2019-09-07 09:48:58 +03:00
entity_values.py Migrate legacy typehints in core to PEP-526 (#26403) 2019-09-03 20:36:04 -07:00
entityfilter.py Black 2019-07-31 12:25:30 -07:00
event.py Use PEP 526 type annotations, add some type hints (#26464) 2019-09-07 09:48:58 +03:00
icon.py Black 2019-07-31 12:25:30 -07:00
intent.py Type hint additions (#26831) 2019-09-29 20:07:49 +03:00
json.py Black 2019-07-31 12:25:30 -07:00
location.py Type 2019-07-31 13:08:31 -07:00
logging.py Use Python3 new super syntax sugar (#26890) 2019-09-24 15:38:20 -07:00
restore_state.py Migrate legacy typehints in core to PEP-526 (#26403) 2019-09-03 20:36:04 -07:00
script.py Reorg device automation (#26880) 2019-09-24 14:57:05 -07:00
service.py Add descriptive fields to script config (#26056) 2019-08-21 14:08:46 -07:00
signal.py Black 2019-07-31 12:25:30 -07:00
state.py Migrate legacy typehints in core to PEP-526 (#26403) 2019-09-03 20:36:04 -07:00
storage.py Migrate legacy typehints in core to PEP-526 (#26403) 2019-09-03 20:36:04 -07:00
sun.py Migrate legacy typehints in core to PEP-526 (#26403) 2019-09-03 20:36:04 -07:00
system_info.py Black 2019-07-31 12:25:30 -07:00
temperature.py Use literal string interpolation in core (f-strings) (#26166) 2019-08-23 09:53:33 -07:00
template.py Type hint additions (#26765) 2019-09-20 08:23:34 -07:00
translation.py Migrate legacy typehints in core to PEP-526 (#26403) 2019-09-03 20:36:04 -07:00
typing.py Update requirement version and add switcher_kis services (#23477) 2019-06-14 15:48:21 -07:00