mathieu-mp / homeassistant-intex-spa

Home Assistant integration for Intex Spa
https://github.com/mathieu-mp/homeassistant-intex-spa
MIT License
35 stars 6 forks source link

Suggest a dashboard configuration in README #7

Closed mathieu-mp closed 2 years ago

mathieu-mp commented 2 years ago
mathieu-mp commented 2 years ago

Option A: image

square: false
columns: 2
type: grid
cards:
  - type: entities
    entities:
      - type: section
        label: Confort
      - entity: switch.spa_jets
        name: Jets
      - entity: switch.spa_bubbles
        name: Bubbles
      - type: section
        label: Entretien
      - entity: switch.spa_power
        name: Power
      - entity: switch.spa_filter
        name: Filter
      - entity: switch.spa_sanitizer
        name: Sanitizer
    title: Spa
    show_header_toggle: false
  - type: thermostat
    entity: climate.spa_climate
    name: Chauffe
mathieu-mp commented 2 years ago

Option B: image

type: vertical-stack
cards:
  - type: entities
    entities: []
    title: Spa
  - type: thermostat
    entity: climate.spa_climate
    name: ' '
  - type: entities
    entities:
      - entity: switch.spa_jets
      - entity: switch.spa_bubbles
  - type: entities
    entities:
      - entity: switch.spa_power
      - entity: switch.spa_filter
      - entity: switch.spa_sanitizer
Elkropac commented 2 years ago

Hi, i like option A, but it does not fit mobile phone What about this?

image

type: vertical-stack
cards:
  - type: entities
    entities: []
    title: Spa
  - type: thermostat
    entity: climate.spa_climate
    name: ' '
  - type: horizontal-stack
    cards:
      - entity: switch.spa_jets
        type: button
      - entity: switch.spa_bubbles
        type: button
  - type: horizontal-stack
    cards:
      - entity: switch.spa_power
        type: button
      - entity: switch.spa_filter
        type: button
      - entity: switch.spa_sanitizer
        type: button
mathieu-mp commented 2 years ago

I withdraw this idea to suggest a dashboard in the README, as it is out of the integration scope. Everyone will come to a different dashboard and it looks best for innovation !

I'll just mention that the integration does not provide additional dashboard card.

BTW, @Elkropac, my wife had a preference for your suggestion!