core/homeassistant/helpers
Paulus Schoutsen 3a8303137a Add permission checks to Rest API (#18639)
* Add permission checks to Rest API

* Clean up unnecessary method

* Remove all the tuple stuff from entity check

* Simplify perms

* Correct param name for owner permission

* Hass.io make/update user to be admin

* Types
2018-11-27 20:15:48 +01:00
..
__init__.py Isort preparations (#16555) 2018-09-11 11:21:48 +02:00
aiohttp_client.py Don't pass use_env=True (#16896) 2018-09-26 17:20:34 +02:00
condition.py Use const.SUN_EVENT_* more (#18039) 2018-10-31 09:10:28 +01:00
config_entry_flow.py Migrate Mailgun to use the webhook component (#17464) 2018-10-23 11:14:46 +02:00
config_validation.py Use const.SUN_EVENT_* more (#18039) 2018-10-31 09:10:28 +01:00
data_entry_flow.py Refactor data entry flow (#15883) 2018-08-09 13:24:14 +02:00
deprecation.py Add more type hints to helpers (#18350) 2018-11-11 17:39:50 +01:00
device_registry.py Lint 2018-11-06 19:27:52 +01:00
discovery.py docstring fix (#18257) 2018-11-06 12:41:15 +01:00
dispatcher.py Add more type hints to helpers (#18196) 2018-11-04 22:46:42 +01:00
entity.py Fix unloading an entry can leave states around (#17786) 2018-10-25 19:57:36 +02:00
entity_component.py Manual updates (#17278) 2018-10-09 16:54:38 +02:00
entity_platform.py Avoid race in entity_platform.async_add_entities() (#18445) 2018-11-19 10:13:50 +01:00
entity_registry.py Avoid race in entity_platform.async_add_entities() (#18445) 2018-11-19 10:13:50 +01:00
entity_values.py Add more type hints to helpers (#18196) 2018-11-04 22:46:42 +01:00
entityfilter.py Add more type hints to helpers (#18350) 2018-11-11 17:39:50 +01:00
event.py Use const.SUN_EVENT_* more (#18039) 2018-10-31 09:10:28 +01:00
icon.py Upgrade pylint to 1.8.2 (#12274) 2018-02-11 09:20:28 -08:00
intent.py Start type annotating/testing helpers (#17858) 2018-10-28 21:12:52 +02:00
json.py Isort preparations (#16555) 2018-09-11 11:21:48 +02:00
location.py Start type annotating/testing helpers (#17858) 2018-10-28 21:12:52 +02:00
restore_state.py Python 3.5 async with (#13283) 2018-03-17 12:27:21 +01:00
script.py Log delay and wait_template steps in scripts (#18448) 2018-11-19 11:14:00 +01:00
service.py Add permission checks to Rest API (#18639) 2018-11-27 20:15:48 +01:00
signal.py Add more type hints to helpers (#18196) 2018-11-04 22:46:42 +01:00
state.py Import homeassistant domain instead of hardcoding it (#17985) 2018-10-30 17:38:09 +02:00
storage.py Make it easier for auth to consume newer formats (#17127) 2018-10-04 10:41:13 +02:00
sun.py Add more type hints to helpers (#18196) 2018-11-04 22:46:42 +01:00
temperature.py Round humidity for display purposes (#12766) 2018-02-28 10:59:47 -08:00
template.py Allow jinja namespace command to work. (#18011) 2018-10-30 19:13:20 +01:00
translation.py Start type annotating/testing helpers (#17858) 2018-10-28 21:12:52 +02:00
typing.py MQTT Static Typing (#12433) 2018-02-28 22:59:14 +01:00