mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-14 21:06:50 +00:00
squeezebox add sensors (#34651)
* squeezebox add sensors * Update source/_integrations/squeezebox.markdown Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> * Update source/_integrations/squeezebox.markdown Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> * Update source/_integrations/squeezebox.markdown Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> * Update source/_integrations/squeezebox.markdown Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> * Update source/_integrations/squeezebox.markdown Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> * Update source/_integrations/squeezebox.markdown Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> * Update source/_integrations/squeezebox.markdown --------- Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
This commit is contained in:
parent
0593ccbb7b
commit
be238b25df
@ -13,6 +13,7 @@ ha_dhcp: true
|
|||||||
ha_platforms:
|
ha_platforms:
|
||||||
- media_player
|
- media_player
|
||||||
- binary_sensor
|
- binary_sensor
|
||||||
|
- sensor
|
||||||
ha_integration_type: integration
|
ha_integration_type: integration
|
||||||
---
|
---
|
||||||
|
|
||||||
@ -56,6 +57,17 @@ transporter_toslink:
|
|||||||
- **Needs restart**: Server Service needs to be restarted (typically, this is needed to apply updates).
|
- **Needs restart**: Server Service needs to be restarted (typically, this is needed to apply updates).
|
||||||
- **Library rescan**: The music library is currently being scanned by LMS (depending on the type of scan, some content may be unavailable).
|
- **Library rescan**: The music library is currently being scanned by LMS (depending on the type of scan, some content may be unavailable).
|
||||||
|
|
||||||
|
### Sensors
|
||||||
|
|
||||||
|
- **Last scan**: Date of the last library scan.
|
||||||
|
- **Player count**: Number of players on the service.
|
||||||
|
- **Player count off service**: Number of players not on this service.
|
||||||
|
- **Total albums**: Total number of albums currently available in the service.
|
||||||
|
- **Total artists**: Total number of artists currently available in the service.
|
||||||
|
- **Total duration**: Duration of all tracks in service (HHHH:MM:SS).
|
||||||
|
- **Total genres**: Total number of genres used in current service.
|
||||||
|
- **Total songs**: Total number of music files currently in service.
|
||||||
|
|
||||||
## Actions
|
## Actions
|
||||||
|
|
||||||
### Action `call_method`
|
### Action `call_method`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user