itchannel / apex-ha

Local Neptune Apex HA Integration (Aquarium Controller)
GNU General Public License v3.0
19 stars 3 forks source link

Entity naming is terse #14

Closed brettonw closed 1 year ago

brettonw commented 1 year ago

Apex has very terse names that are often not descriptive enough. When importing them into HA, prefix the apex inputs/outputs with "apex_" to avoid polluting the HA namespace with these bad Apex names. For instance, Apex "Sw_1" is simply imported into HA as "switch.sw_1". It would be much easier to find the entities if it was "switch.apex_sw_1".

itchannel commented 1 year ago

Agreed the naming scheme needs changing to be in line with HA best practice so I will change it in the next release to apex_sensorname

itchannel commented 1 year ago

Fixed in 1.07