Skip to content

Commit

Permalink
add progress tracker
Browse files Browse the repository at this point in the history
  • Loading branch information
matt8707 committed Jan 2, 2024
1 parent 566c6f0 commit c38b13d
Showing 1 changed file with 120 additions and 0 deletions.
120 changes: 120 additions & 0 deletions PROGRESS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,120 @@
# Progress

## Groupings

List grouped by domains and categorized based on their similar behaviors

### Sensor

- [x] air_quality
- [x] calendar
- [ ] idea: add actual calendar in modal
- [x] event
- [x] image_processing
- [x] mailbox
- [x] sensor
- [x] binary_sensor
- [x] stt
- [x] update
- [ ] idea: update functionality in modal
- [x] weather
- [x] schedule
- [x] button
- [x] input_button
- [x] scene
- [x] sun

### Switch

- [x] automation
- [ ] idea: see automation flow in modal
- [x] input_boolean
- [x] remote
- [x] siren
- [x] switch
- [x] script
- [ ] idea: show loader while executing

### Climate

- [x] climate
- [ ] horizontal temp select
- [ ] issue <https://github.com/matt8707/ha-fusion/issues/22>
- [ ] fan
- [ ] humidifier
- [ ] water_heater

### Other

- [x] alarm_control_panel
- [x] <https://github.com/matt8707/ha-fusion/issues/3>
- [x] lock
- [ ] option to lock with code?
- [x] camera
- [x] cover
- [x] <https://github.com/matt8707/ha-fusion/issues/29>
- [x] <https://github.com/matt8707/ha-fusion/issues/13>
- [ ] input_number
- [ ] idea: round state if .0
- [ ] support different modes other than mode: slider
- [x] light
- [x] open rgb issue <https://github.com/matt8707/ha-fusion/issues/18>
- [ ] media_player
- [ ] input_select
- [ ] <https://github.com/matt8707/ha-fusion/issues/4>
- [ ] select
- [ ] use svelecte
- [ ] text
- [ ] input field in modal
- [ ] input_text
- [ ] todo
- [ ] modal has a shopping_list functionality
- [ ] vacuum
- [ ] idea: custom map if map camera
- [ ] <https://github.com/matt8707/ha-fusion/issues/24>
- [ ] counter

### Date

- [ ] date
- [ ] datetime
- [ ] input_datetime
- [ ] parse date in state
- [ ] time
- [ ] time input like `timer`
- [x] timer
- [ ] when set state in modal don't stop timer

### Device Tracker

- [ ] device_tracker
- [x] person
- [ ] bug: if no entity_picture in map show icon
- [ ] bug: if no gps modal won't open
- [ ] idea: toggle icon pings phone?
- [ ] zone
- [ ] map with all person:, device_trackers etc

### Untestable

- [ ] geo_location
- [ ] lawn_mower
- [ ] notify
- [ ] valve
- [ ] wake_word
- [ ] tts

## Object types

- [x] button
- [x] camera
- [ ] map
- [ ] media
- [ ] <https://github.com/matt8707/ha-fusion/issues/20>
- [ ] light slider
- [ ] <https://github.com/matt8707/ha-fusion/issues/40>

## List of domains (incomplete)

<https://www.home-assistant.io/integrations/demo/> <br>
<https://github.com/home-assistant/core/blob/dev/homeassistant/const.py>

0 comments on commit c38b13d

Please sign in to comment.