hass-core/homeassistant
Diogo Gomes 1d5ffe9ad5 Utility meter (#19718)
* initial commit

* test service calls

* lint

* float -> Decimal

* extra tests

* lint

* lint

* lint

* lint

* fix self reset

* clean

* add services

* improve service example description

* add optional paused initialization

* fix

* travis fix

* fix YEARLY

* add tests for previous bug

* address comments and suggestions from @ottowinter

* lint

* remove debug

* add discoverability capabilities

* no need for _hass

* Update homeassistant/components/sensor/utility_meter.py

Co-Authored-By: dgomes <diogogomes@gmail.com>

* Update homeassistant/components/sensor/utility_meter.py

Co-Authored-By: dgomes <diogogomes@gmail.com>

* correct comment

* improve error handling

* address @MartinHjelmare comments

* address @MartinHjelmare comments

* one patch is enought

* follow @ballob suggestion in https://github.com/home-assistant/architecture/issues/131

* fix tests

* review fixes

* major refactor

* lint

* lint

* address comments by @MartinHjelmare

* rename variable
2019-01-26 16:33:11 +01:00
..
auth Strip login username in backend (#20150) 2019-01-16 15:03:05 -08:00
components Utility meter (#19718) 2019-01-26 16:33:11 +01:00
helpers Improve deprecation warnings (#20391) 2019-01-24 13:37:30 -08:00
scripts Upgrade keyring to 17.1.1 (#19962) 2019-01-11 10:48:07 -05:00
util Added recursive detection of functools.partial. (#20284) 2019-01-20 22:27:32 -08:00
__init__.py
__main__.py Lint 2018-10-02 10:35:00 +02:00
bootstrap.py Extend partial reload to include packages (#18884) 2018-12-03 10:56:26 +01:00
config.py Align valid_entity_id with new slugify (#20231) 2019-01-21 09:45:11 -08:00
config_entries.py Switch locative to use the webhook component (#20043) 2019-01-16 11:08:42 -08:00
const.py Bumped version to 0.86.0.dev0 2019-01-11 15:10:01 -08:00
core.py history allowed to load states with invalid entity IDs (#20399) 2019-01-24 17:53:01 -08:00
data_entry_flow.py Add webhook + IFTTT example (#16817) 2018-09-30 14:45:48 +02:00
exceptions.py Check admin permission before able to manage config entries 2018-12-13 16:13:43 +01:00
loader.py Allow embedded platforms (#19948) 2019-01-11 11:30:22 -08:00
monkey_patch.py Narrow scope of various pylint inline disables (#15364) 2018-10-10 12:17:11 +02:00
package_constraints.txt Upgrade astral to 1.8 (#20459) 2019-01-26 15:54:35 +01:00
requirements.py Improve package loadable (#16237) 2018-08-28 12:52:18 +02:00
setup.py Allow embedded platforms (#19948) 2019-01-11 11:30:22 -08:00