Compare commits
9 Commits
c9e49ee7a4
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 470ab19f77 | |||
| e2f16a1555 | |||
|
|
b14088d5eb | ||
|
|
d73d95ceaa | ||
|
|
4d9a2c9407 | ||
|
|
3b1807b4b6 | ||
| 3c3a7920c6 | |||
| 703b3263e8 | |||
|
|
803208669e |
@@ -1 +0,0 @@
|
|||||||
2025.7.0
|
|
||||||
3
.gitignore
vendored
3
.gitignore
vendored
@@ -9,6 +9,8 @@ __pycache__
|
|||||||
*.uuid
|
*.uuid
|
||||||
*.conf
|
*.conf
|
||||||
*.db
|
*.db
|
||||||
|
*.db-shm
|
||||||
|
*.db-wal
|
||||||
*.db-journal
|
*.db-journal
|
||||||
*.log
|
*.log
|
||||||
*.noload
|
*.noload
|
||||||
@@ -53,3 +55,4 @@ dlib_unknown_faces
|
|||||||
.pc-session
|
.pc-session
|
||||||
google*.deb
|
google*.deb
|
||||||
.homekit.state
|
.homekit.state
|
||||||
|
.HA_VERSION
|
||||||
@@ -19,4 +19,4 @@ http:
|
|||||||
#media_player:
|
#media_player:
|
||||||
# - platform: panasonic_bluray
|
# - platform: panasonic_bluray
|
||||||
# host: 10.0.1.150
|
# host: 10.0.1.150
|
||||||
media_player: !include media_players/livingroom.yaml
|
media_player: !include_dir_merge_list media_players/
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
@@ -1,5 +1,6 @@
|
|||||||
- platform: universal
|
- platform: universal
|
||||||
name: combined_livingroom_tv
|
name: combined_livingroom_tv
|
||||||
|
unique_id: combined_livingroom_tv
|
||||||
children:
|
children:
|
||||||
- media_player.living_room_tv
|
- media_player.living_room_tv
|
||||||
- media_player.samsung_8_series_65
|
- media_player.samsung_8_series_65
|
||||||
@@ -24,4 +25,15 @@
|
|||||||
action: media_player.volume_mute
|
action: media_player.volume_mute
|
||||||
target:
|
target:
|
||||||
entity_id: media_player.samsung_8_series_65
|
entity_id: media_player.samsung_8_series_65
|
||||||
|
data:
|
||||||
|
is_volume_muted: "{{ is_volume_muted }}"
|
||||||
|
volume_set:
|
||||||
|
action: media_player.volume_set
|
||||||
|
target:
|
||||||
|
entity_id: media_player.samsung_8_series_65
|
||||||
|
data:
|
||||||
|
volume_level: "{{ volume_level }}"
|
||||||
|
attributes:
|
||||||
|
is_volume_muted: media_player.samsung_8_series_65|is_volume_muted
|
||||||
|
volume_level: media_player.samsung_8_series_65|volume_level
|
||||||
|
|
||||||
|
|||||||
40
media_players/masterbedroom.yaml
Normal file
40
media_players/masterbedroom.yaml
Normal file
@@ -0,0 +1,40 @@
|
|||||||
|
- platform: universal
|
||||||
|
name: combined_master_bedroom_tv
|
||||||
|
unique_id: combined_master_bedroom_tv
|
||||||
|
children:
|
||||||
|
- media_player.master_bedroom_tv_2
|
||||||
|
- media_player.samsung_6_series_65
|
||||||
|
commands:
|
||||||
|
turn_on:
|
||||||
|
action: media_player.turn_on
|
||||||
|
target:
|
||||||
|
entity_id: media_player.master_bedroom_tv_2
|
||||||
|
turn_off:
|
||||||
|
action: media_player.turn_off
|
||||||
|
target:
|
||||||
|
entity_id: media_player.master_bedroom_tv_2
|
||||||
|
volume_up:
|
||||||
|
action: media_player.volume_up
|
||||||
|
target:
|
||||||
|
entity_id: media_player.samsung_6_series_65
|
||||||
|
volume_down:
|
||||||
|
action: media_player.volume_down
|
||||||
|
target:
|
||||||
|
entity_id: media_player.samsung_6_series_65
|
||||||
|
volume_mute:
|
||||||
|
action: media_player.volume_mute
|
||||||
|
target:
|
||||||
|
entity_id: media_player.samsung_6_series_65
|
||||||
|
data:
|
||||||
|
is_volume_muted: "{{ is_volume_muted }}"
|
||||||
|
volume_set:
|
||||||
|
action: media_player.volume_set
|
||||||
|
target:
|
||||||
|
entity_id: media_player.samsung_6_series_65
|
||||||
|
data:
|
||||||
|
volume_level: "{{ volume_level }}"
|
||||||
|
attributes:
|
||||||
|
is_volume_muted: media_player.samsung_6_series_65|is_volume_muted
|
||||||
|
volume_level: media_player.samsung_6_series_65|volume_level
|
||||||
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user