BitFetch / bitfetch-home-assistant

7 stars 2 forks source link

Feature Request: Ability to add a custom name to sensor #1

Open ekkesa opened 4 years ago

ekkesa commented 4 years ago

Ability to add a custom name to sensor

E.g:

sensor:
  - platform: bitfetch
    name: Current Bitcoin Price
    pair: BTCUSD
    api_key: !secret BitFetchAPIKey
    scan_interval: 300
FidgetyRat commented 3 years ago

This is entirely possible had the custom component been configured with support for the entity manager and unique IDs. Then you could simply rename them through the GUI once created.