Add TV channel name to smartthings integration (#41729)
* Adds TV channel name to smartthings integration * fix on attribute to not override key
This commit is contained in:
parent
1567fadda3
commit
682417d2c7
1 changed files with 4 additions and 1 deletions
|
@ -235,7 +235,10 @@ CAPABILITY_TO_SENSORS = {
|
|||
)
|
||||
],
|
||||
Capability.three_axis: [],
|
||||
Capability.tv_channel: [Map(Attribute.tv_channel, "Tv Channel", None, None)],
|
||||
Capability.tv_channel: [
|
||||
Map(Attribute.tv_channel, "Tv Channel", None, None),
|
||||
Map(Attribute.tv_channel_name, "Tv Channel Name", None, None),
|
||||
],
|
||||
Capability.tvoc_measurement: [
|
||||
Map(
|
||||
Attribute.tvoc_level,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue