core/homeassistant/helpers
Paulus Schoutsen 94675ca5a7
Mark entity abc (#28869)
* Mark entity abc

* Use abstractmethod in climate

* Lint
2019-11-19 13:42:09 -06: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 Improve validation of device condition config (#27131) 2019-10-02 15:58:14 -07:00
config_entry_flow.py Upgrade mypy to 0.740 (#27913) 2019-10-19 11:35:57 -07:00
config_entry_oauth2_flow.py Almond integration (#28282) 2019-10-28 23:47:31 -07:00
config_validation.py Handle empty service in script action gracefully (#27467) 2019-10-12 12:28:47 -07:00
data_entry_flow.py Black 2019-07-31 12:25:30 -07:00
deprecation.py Adds guards for missing information in call stack frames (#27217) 2019-10-05 11:59:33 +02: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 Mark entity abc (#28869) 2019-11-19 13:42:09 -06:00
entity_component.py Allow passing dictionaries to async_register_entity_service (#26370) 2019-09-03 09:50:24 +02:00
entity_platform.py fix typo in comments (#28694) 2019-11-11 13:51:26 +01:00
entity_registry.py Type hint improvements (#28260) 2019-10-28 13:36:26 -07: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 Type hint improvements (#28260) 2019-10-28 13:36:26 -07: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
network.py Set up Almond Web to connect to HA (#28603) 2019-11-12 11:01:19 -08:00
restore_state.py Helpers type hint additions and improvements (#27986) 2019-10-21 17:54:59 +03:00
script.py add script shortcut for activating scenes (#27223) 2019-10-05 13:30:43 -07:00
service.py Cleanup coroutine threadsafe (#27080) 2019-10-01 16:59:06 +02:00
signal.py Black 2019-07-31 12:25:30 -07:00
state.py Remove legacy reproduce state (#28458) 2019-11-04 11:12:04 +01:00
storage.py Helpers type hint additions and improvements (#27986) 2019-10-21 17:54:59 +03: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 improvements (#28260) 2019-10-28 13:36:26 -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