hass-core/homeassistant
MrDadoo fdfe88566b
Update onewire component (#31419)
* Added some measurement points for Family 26.
Added three attriubtes for each sensor, DEVICE_FILE, RAW_VALUE and SENSOR_TYPE
Added some comments.
Updated to get config values for owserver to get owport and owhost.

* Changed to _LOGGER.debug in some places

Resorted includes

* Fixup of code to reflect review comment, comply to Black and pass tests

* Added unique_id Entity property with device file id and added device_file as attribute that takes its data from Entities unique_id-.

* Missing blank line identified by fake8 and black

* Changed to let device_state_attributes return attribute device_file from the self._device_file member variable of the entity.

* Changed from info to debug logging
2020-02-13 21:56:20 +01:00
..
auth Replace cmp option with eq and order (#31423) 2020-02-02 20:28:52 -08:00
components Update onewire component (#31419) 2020-02-13 21:56:20 +01:00
generated Add initial version of Vilfo Router integration (#31177) 2020-02-12 19:11:15 +01:00
helpers Write state if schedule update state from async context (#31758) 2020-02-13 10:22:06 -08:00
scripts Add Safe Mode (#30723) 2020-01-14 13:03:02 -08:00
util Fix typos found by codespell (#31243) 2020-01-31 08:33:00 -08:00
__init__.py
__main__.py Add Safe Mode (#30723) 2020-01-14 13:03:02 -08:00
bootstrap.py Fix typos found by codespell (#31243) 2020-01-31 08:33:00 -08:00
config.py Add Safe Mode (#30723) 2020-01-14 13:03:02 -08:00
config_entries.py Spelling: Config(uration) (#31782) 2020-02-13 08:27:00 -08:00
const.py Add and use bunch of data size and rate related constants (#31781) 2020-02-13 08:52:57 -08:00
core.py Clean up frontend services and events (#31654) 2020-02-09 19:47:16 -08:00
data_entry_flow.py Fix typos found by codespell (#31243) 2020-01-31 08:33:00 -08:00
exceptions.py Sort imports according to PEP8 for 'homeassistant' folder (#29789) 2019-12-09 16:42:10 +01:00
loader.py Spelling: Config(uration) (#31782) 2020-02-13 08:27:00 -08:00
package_constraints.txt Updated frontend to 20200212.0 (#31772) 2020-02-12 14:54:33 -08:00
requirements.py Sort imports for requirements.py and its test using isort (#29836) 2019-12-11 12:12:06 +01:00
setup.py print component import error to logfile (#30346) 2020-01-19 22:05:10 -08:00