core/homeassistant/components/synology_dsm
Scotte Zinn 95563e04e8
Allow synology_dsm configuration to specify a host name (#36305)
* Allow configuration to specify a host name.

This will default to "synology", so the sensors would be named
sensor.synology_... which is the original implementation.

By specifying a name, which is required for multiple synology hosts,
you can then have sensor.hostA_... and sensor.hostB_...

* Get the base name for the sensors from the Synology DSM hostname

* Don't need the name for the config

* Added missing import

* Fixed another typo

* Removed definition of unused BASE_NAME

* Removed end of line to revert

* Moved for ordering
2020-06-03 13:01:13 +02:00
..
translations [ci skip] Translation update 2020-05-29 00:04:16 +00:00
__init__.py Allow synology_dsm configuration to specify a host name (#36305) 2020-06-03 13:01:13 +02:00
binary_sensor.py Refactor Synology entries to allow not fetching the API when it's disabled + add security binary sensor (#35565) 2020-06-02 18:22:51 +02:00
config_flow.py Fix Synology DSM discovery can't be ignored (#35331) 2020-05-07 10:31:35 -07:00
const.py Allow synology_dsm configuration to specify a host name (#36305) 2020-06-03 13:01:13 +02:00
manifest.json Bump python-synology to 0.8.1 (#35640) 2020-05-14 22:20:53 -05:00
sensor.py Refactor Synology entries to allow not fetching the API when it's disabled + add security binary sensor (#35565) 2020-06-02 18:22:51 +02:00
strings.json Allow synology_dsm configuration to specify a host name (#36305) 2020-06-03 13:01:13 +02:00