core/homeassistant/helpers
Nikolay Vasilchuk a37260faa9 StarLine integration (#27197)
* Device Tracker works

* Device Tracker works

* Binary Sensor

* Sensor

* Lock

* Switch and service

* New switches

* Update interval options

* WIP

* Translation errors

* Check online state

* WIP

* Move to aiohttp

* Some checks

* CI

* CI

* .coveragerc

* Black

* icon_for_signal_level test

* update_interval renamed to scan_interval

* async logic

* Fix cookie read

* Requirement starline

* Reformat

* Requirements updated

* ConfigEntryNotReady

* Requirement starline

* Lint fix

* Requirement starline

* available status

* Translations

* Expiration to config

* CI

* Linter fix

* Small renaming

* Update slnet token

* Starline version bump

* Fix updates

* Black

* Small fix

* Removed unused fields

* CI

* set_scan_interval service

* deps updated

* Horn switch

* Starline lib updated

* Starline lib updated

* Black

* Support multiple integrations

* Review

* async_will_remove_from_hass

* Deps updated

* Test config flow

* Requirements

* CI

* Review

* Review

* Review

* Review

* Review

* CI

* pylint fix

* Review

* Support "mayak" devices

* Icons removed

* Removed options_flow

* Removed options_flow test

* Removed options_flow test
2019-11-26 11:17:11 -08:00
..
__init__.py Lint config cleanups (#28864) 2019-11-25 22:40:08 -08: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 Lint config cleanups (#28864) 2019-11-25 22:40:08 -08: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 StarLine integration (#27197) 2019-11-26 11:17:11 -08:00
intent.py Make conversation and intent context aware (#28965) 2019-11-26 11:30:21 +01: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 Lint config cleanups (#28864) 2019-11-25 22:40:08 -08: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 Lint config cleanups (#28864) 2019-11-25 22:40:08 -08: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