mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
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
@ -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…
x
Reference in New Issue
Block a user