hass-core/homeassistant
Brian Towles a30921e67d Set InsteonEntity name to be combo of description and address. (#17262)
* Set InsteonEntity name to be combo of description and address.

ie "LampLinc Dimmer 26453a" or "Keypad Dimmer 291abb_2"

Using a centralized network name

* Updated the name to have a more contextual references for device
functions then just the group id.

* Cleanup for hound

* Removed the _generate_network_address function.  Not used anymore

* Cleanup for lint

* clean for hound

* Moved descriptor mapper to be a class variable of the InsteonEntity in order to fix lib loading issue for lint

* Well, moved DescriptorMapper instance to a function variable now...

* fix hound

* Lint Cleanup

* Clean up docstrings

* Simplify Label lookup based on state name
2018-12-14 14:02:06 +01:00
..
auth Check admin permission before able to manage config entries 2018-12-13 16:13:43 +01:00
components Set InsteonEntity name to be combo of description and address. (#17262) 2018-12-14 14:02:06 +01:00
helpers Make variable entity_id available to value_template for MQTT binary sensor (#19195) 2018-12-14 13:00:37 +01:00
scripts Extend partial reload to include packages (#18884) 2018-12-03 10:56:26 +01:00
util Upgrade mypy to 0.650 (#19150) 2018-12-09 21:22:08 +02:00
__init__.py
__main__.py
bootstrap.py Extend partial reload to include packages (#18884) 2018-12-03 10:56:26 +01:00
config.py Upgrade pylint to 2.2.2 (#18750) 2018-12-06 11:54:44 +01:00
config_entries.py TelldusLive config flow (#18758) 2018-12-10 18:44:45 +01:00
const.py RFC: Deprecate auto target all for services and introduce entity_id: * (#19006) 2018-12-13 10:07:59 +01:00
core.py Add raw service data to event (#19163) 2018-12-10 12:58:51 +01:00
data_entry_flow.py
exceptions.py Check admin permission before able to manage config entries 2018-12-13 16:13:43 +01:00
loader.py
monkey_patch.py
package_constraints.txt Fix CI by pinning IDNA (#19038) 2018-12-05 14:43:29 +01:00
requirements.py
setup.py OwnTracks Config Entry (#18759) 2018-11-28 22:20:13 +01:00