mirror of
https://github.com/jpawlowski/hass.tibber_prices.git
synced 2026-05-28 18:43:40 +00:00
Some checks failed
Removed unnecessary sections from the get_apexcharts_yaml service and added new fields for search tuning and cost estimation in chartdata services. This improves the clarity and usability of the service definitions. Impact: Users will benefit from a more concise and organized service structure, enhancing the overall experience.
79 lines
2.4 KiB
JSON
79 lines
2.4 KiB
JSON
{
|
|
"services": {
|
|
"get_price": {
|
|
"service": "mdi:table-search"
|
|
},
|
|
"get_chartdata": {
|
|
"service": "mdi:chart-bar",
|
|
"sections": {
|
|
"general": "mdi:identifier",
|
|
"selection": "mdi:calendar-range",
|
|
"filters": "mdi:filter-variant",
|
|
"transformation": "mdi:tune",
|
|
"format": "mdi:file-table",
|
|
"arrays_of_objects": "mdi:code-json",
|
|
"arrays_of_arrays": "mdi:code-brackets"
|
|
}
|
|
},
|
|
"get_apexcharts_yaml": {
|
|
"service": "mdi:chart-line"
|
|
},
|
|
"refresh_user_data": {
|
|
"service": "mdi:refresh"
|
|
},
|
|
"find_cheapest_block": {
|
|
"service": "mdi:washing-machine",
|
|
"sections": {
|
|
"search_range": "mdi:calendar-search",
|
|
"time_alternatives": "mdi:clock-time-eight-outline",
|
|
"price_filter": "mdi:filter-variant",
|
|
"search_tuning": "mdi:cog-outline",
|
|
"cost_estimation": "mdi:lightning-bolt",
|
|
"output": "mdi:tune-variant"
|
|
}
|
|
},
|
|
"find_most_expensive_block": {
|
|
"service": "mdi:lightning-bolt-circle",
|
|
"sections": {
|
|
"search_range": "mdi:calendar-search",
|
|
"time_alternatives": "mdi:clock-time-eight-outline",
|
|
"price_filter": "mdi:filter-variant",
|
|
"search_tuning": "mdi:cog-outline",
|
|
"cost_estimation": "mdi:lightning-bolt",
|
|
"output": "mdi:tune-variant"
|
|
}
|
|
},
|
|
"find_cheapest_hours": {
|
|
"service": "mdi:ev-station",
|
|
"sections": {
|
|
"search_range": "mdi:calendar-search",
|
|
"time_alternatives": "mdi:clock-time-eight-outline",
|
|
"price_filter": "mdi:filter-variant",
|
|
"search_tuning": "mdi:cog-outline",
|
|
"cost_estimation": "mdi:lightning-bolt",
|
|
"output": "mdi:tune-variant"
|
|
}
|
|
},
|
|
"find_most_expensive_hours": {
|
|
"service": "mdi:flash-alert",
|
|
"sections": {
|
|
"search_range": "mdi:calendar-search",
|
|
"time_alternatives": "mdi:clock-time-eight-outline",
|
|
"price_filter": "mdi:filter-variant",
|
|
"search_tuning": "mdi:cog-outline",
|
|
"cost_estimation": "mdi:lightning-bolt",
|
|
"output": "mdi:tune-variant"
|
|
}
|
|
},
|
|
"find_cheapest_schedule": {
|
|
"service": "mdi:calendar-check",
|
|
"sections": {
|
|
"search_range": "mdi:calendar-search",
|
|
"time_alternatives": "mdi:clock-time-eight-outline",
|
|
"price_filter": "mdi:filter-variant",
|
|
"search_tuning": "mdi:cog-outline",
|
|
"output": "mdi:tune-variant"
|
|
}
|
|
}
|
|
}
|
|
}
|