Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Input Number, make editing values generic #61

Merged
merged 12 commits into from
Jun 9, 2023
Merged

Conversation

landonr
Copy link
Owner

@landonr landonr commented Jun 9, 2023

refactored light detail a bit so it can be extended for other components
added input number, helps me a lot with my desk
select an input number to edit

external_components:
  - source: github://landonr/homeThing@lando/generic-detail
    refresh: 0s
    components: [homeThing]
  - source:
      type: git
      url: https://github.com/landonr/esphome-components
    refresh: 0s
    components: [
      homeassistant_component
    ]
number:
  - platform: homeassistant_component
    entity_id: number.desk_height_cm
    name: desk height
    id: desk_height_number
    min_value: 61.0
    max_value: 105.0
    step: 1

put on screen

...
  screens:
    - name: Desk Screen
      entities:
        - type: number
          id: desk_height_number

@landonr landonr mentioned this pull request Jun 9, 2023
@landonr landonr linked an issue Jun 9, 2023 that may be closed by this pull request
@landonr landonr merged commit 3466755 into main Jun 9, 2023
6 of 7 checks passed
@landonr landonr deleted the lando/generic-detail branch June 9, 2023 23:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support Input Numbers
1 participant