mirror of
https://github.com/esphome/esphome.git
synced 2026-09-23 04:58:38 +00:00
Merge remote-tracking branch 'upstream/sendspin-sensors' into integration
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
<<: !include common.yaml
|
||||
|
||||
sensor:
|
||||
- platform: sendspin
|
||||
name: "Sendspin Track Progress"
|
||||
type: track_progress
|
||||
- platform: sendspin
|
||||
name: "Sendspin Track Duration"
|
||||
type: track_duration
|
||||
- platform: sendspin
|
||||
name: "Sendspin Year"
|
||||
type: year
|
||||
- platform: sendspin
|
||||
name: "Sendspin Track"
|
||||
type: track
|
||||
@@ -0,0 +1,21 @@
|
||||
<<: !include common.yaml
|
||||
|
||||
text_sensor:
|
||||
- platform: sendspin
|
||||
name: "Title"
|
||||
type: title
|
||||
- platform: sendspin
|
||||
name: "Artist"
|
||||
type: artist
|
||||
- platform: sendspin
|
||||
name: "Album"
|
||||
type: album
|
||||
- platform: sendspin
|
||||
name: "Album Artist"
|
||||
type: album_artist
|
||||
- platform: sendspin
|
||||
name: "Year"
|
||||
type: year
|
||||
- platform: sendspin
|
||||
name: "Track Number"
|
||||
type: track
|
||||
@@ -0,0 +1 @@
|
||||
<<: !include common-sensor.yaml
|
||||
@@ -0,0 +1 @@
|
||||
<<: !include common-text_sensor.yaml
|
||||
Reference in New Issue
Block a user