core/homeassistant/helpers
Jan Harkes 118f2f0bad Use a filter to fail rendering undefined variables
Instead of globally using StrictUndefined, introduce a filter that
will trigger a render failure on undefined variables.

Use as `{{ value_json.someval | is_defined }}`.
2016-10-17 03:20:07 +02:00
..
__init__.py Filter out falsey platform configs 2016-09-24 00:03:44 -07:00
condition.py Make automation async 2016-10-01 14:11:16 -07:00
config_validation.py Coerce device IDs from known_devices to be slugs (#3764) 2016-10-08 14:40:50 -07:00
discovery.py Async EntitiesComponent (#3820) 2016-10-16 09:35:46 -07:00
entity.py Async EntitiesComponent (#3820) 2016-10-16 09:35:46 -07:00
entity_component.py Async speedup add_device callback (#3910) 2016-10-17 00:35:57 +02:00
event.py Add async_safe annotation (#3688) 2016-10-04 20:44:32 -07:00
event_decorators.py Move unit system to util (#2763) 2016-08-08 20:42:25 -07:00
location.py Improvement typing (#2735) 2016-08-07 16:26:35 -07:00
script.py Resolve issue with delay not passing variables to render (#3901) 2016-10-16 16:08:12 -07:00
service.py Async EntitiesComponent (#3820) 2016-10-16 09:35:46 -07:00
state.py Add open/closed state for open_cover and close_cover in SERVICE_TO_STATE (#3180) 2016-09-12 18:31:44 -07:00
template.py Use a filter to fail rendering undefined variables 2016-10-17 03:20:07 +02:00
typing.py Device tracker component & platform validation. No more home_range. (#2908) 2016-08-30 10:22:52 -06:00