core/homeassistant/helpers
Dan Smith 3aa34deaa2 Add state_as_number() helper
This adds state_as_number(), a helper method that tries to interpret
state as a number, for cases we can predict. It's a generalization of
what is copy-and-paste-ed into multiple other places.
2016-02-12 00:41:32 +00:00
..
__init__.py
entity.py Clean up state_attributes vs device_state_attributes 2016-02-06 22:34:24 -08:00
entity_component.py
event.py
event_decorators.py
service.py
state.py Add state_as_number() helper 2016-02-12 00:41:32 +00:00
temperature.py