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

Monarchmoney #34326

Closed
wants to merge 27 commits into from
Closed

Monarchmoney #34326

wants to merge 27 commits into from

Conversation

jeeftor
Copy link
Contributor

@jeeftor jeeftor commented Aug 16, 2024

Proposed change

Documentation for Monarch Money integration

Type of change

  • Spelling, grammar or other readability improvements (current branch).
  • Adjusted missing or incorrect information in the current documentation (current branch).
  • Added documentation for a new integration I'm adding to Home Assistant (next branch).
  • Added documentation for a new feature I'm adding to Home Assistant (next branch).
  • Removed stale or deprecated documentation.

Additional information

  • Link to parent pull request in the codebase: Add Monarch Money Integration core#124014
  • Link to parent pull request in the Brands repository: (Brand already seems to exist - must be a hacs somewhere)
  • This PR fixes or closes issue: fixes #

Checklist

  • This PR uses the correct branch, based on one of the following:
    • I made a change to the existing documentation and used the current branch.
    • I made a change that is related to an upcoming version of Home Assistant and used the next branch.
  • The documentation follows the Home Assistant documentation standards.

Summary by CodeRabbit

  • New Features

    • Added support for an update mechanism in the AirGradient integration.
    • Introduced new integration for Anthropic, enabling voice command interactions with Home Assistant.
    • Enhanced homematicip_cloud integration with a command for managing home cooling modes.
    • New Go to favorite position and Set current position as favorite buttons for blinds control.
  • Improvements

    • Expanded device schemas across multiple integrations to include a model_id for better identification.
    • Enhanced documentation for Mastodon integration with new sensors for account metrics.
  • Redirects

    • Added a redirect for the removed Asterisk Mbox integration documentation.

bramkragten and others added 26 commits August 1, 2024 13:50
* Dashboard actions: Fix perform_action key

* Update actions.markdown

* Update actions.markdown
* Add Anthropic integration

* Update anthropic.markdown

* Update anthropic.markdown

* Update source/_integrations/anthropic.markdown

Co-authored-by: TheJulianJES <[email protected]>

* Minor style tweaks

* Apply suggestions from code review

---------

Co-authored-by: TheJulianJES <[email protected]>
Co-authored-by: c0ffeeca7 <[email protected]>
* Add elevenlabs integration docs

Add elevenlabs integration docs

* Tiny style tweaks

* Add prerequisites

* Tiny tweak

* Update source/_integrations/elevenlabs.markdown

Co-authored-by: Simon <[email protected]>

---------

Co-authored-by: c0ffeeca7 <[email protected]>
Co-authored-by: Joost Lekkerkerker <[email protected]>
…t#34117)

* Update mqtt.markdown

* Update cover.mqtt.markdown

* Update fan.mqtt.markdown

* Update tag.mqtt.markdown

* Update lock.mqtt.markdown

* Update text.mqtt.markdown

* Update event.mqtt.markdown

* Update image.mqtt.markdown

* Update light.mqtt.markdown

* Update scene.mqtt.markdown

* Update siren.mqtt.markdown

* Update valve.mqtt.markdown

* Update button.mqtt.markdown

* Update camera.mqtt.markdown

* Update notify.mqtt.markdown

* Update number.mqtt.markdown

* Update select.mqtt.markdown

* Update sensor.mqtt.markdown

* Update switch.mqtt.markdown

* Update update.mqtt.markdown

* Update vacuum.mqtt.markdown

* Update climate.mqtt.markdown

* Update humidifier.mqtt.markdown

* Update lawn_mower.mqtt.markdown

* Update water_heater.mqtt.markdown

* Update binary_sensor.mqtt.markdown

* Update device_tracker.mqtt.markdown

* Update device_trigger.mqtt.markdown

* Update alarm_control_panel.mqtt.markdown
* Update apsystems.markdown

* dont delete inverter stauts changes

* Update source/_integrations/apsystems.markdown

Co-authored-by: Marlon <[email protected]>

---------

Co-authored-by: Marlon <[email protected]>
* Remove asterisk mailbox docs

* Fix redirect
* Add details of new sensors to Mastodon

* Change statuses to posts

* Add additional sensor to platforms

* Tiny tweak

---------

Co-authored-by: Franck Nijhof <[email protected]>
…tant#34167)

* Update tesla_fleet.markdown

* Update tesla_fleet.markdown

* Update tesla_fleet.markdown

* Update tesla_fleet.markdown

* Update source/_integrations/tesla_fleet.markdown

---------

Co-authored-by: c0ffeeca7 <[email protected]>
…#33753)

* [homematicip_cloud] Add set_cooling service

Add documentation for set_cooling, refs home-assistant/core#121943

* Update source/_integrations/homematicip_cloud.markdown

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

* Update homematicip_cloud.markdown

* Rename to set_home_cooling_mode

* Update homematicip_cloud.markdown

* Update source/_integrations/homematicip_cloud.markdown

Co-authored-by: c0ffeeca7 <[email protected]>

---------

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Co-authored-by: c0ffeeca7 <[email protected]>
* add action for spt: fetch_connections

* Update description to use number instead of amount

recommended by coderabbit

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

* add example for config_entry_id

* tiny style tweak

* Update source/_integrations/swiss_public_transport.markdown

---------

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Co-authored-by: c0ffeeca7 <[email protected]>
* Add motion blinds favorite position docs

* spelling fix

* tiny tweaks

---------

Co-authored-by: c0ffeeca7 <[email protected]>
* Set quality scale to silver

* Remove nucessence space
* Add dio_chacon integration documentation

* Apply suggestions from code review

* Review corrections : rename to chacon_dio, updated links to english stores, removed reload service that will be in a future PR.

* Review correction of link to group integration

* Review correction for group of entities

* Tiny tweak

* Add switches to chacon_dio integration

* Review correction : one sectin per platform

---------

Co-authored-by: c0ffeeca7 <[email protected]>
* Add config flow for platform number in Template

* Update template.markdown

* Update template.markdown

* Update template.markdown

* Update template.markdown

* tiny tweaks

---------

Co-authored-by: c0ffeeca7 <[email protected]>
@jeeftor jeeftor requested review from a team, fabaff, emontnemery and jbouwh as code owners August 16, 2024 15:56
@home-assistant home-assistant bot added current This PR goes into the current branch has-parent This PR has a parent PR in a other repo labels Aug 16, 2024
@home-assistant
Copy link

It seems that this PR is targeted against an incorrect branch since it has a parent PR on one of our codebases. Documentation that needs to be updated for an upcoming release should target the next branch. Please change the target branch of this PR to next and rebase if needed.

@home-assistant home-assistant bot added in-progress This PR/Issue is currently being worked on needs-rebase The PR has been branched of the wrong base branch or targets an incorrect target branch labels Aug 16, 2024
Copy link

netlify bot commented Aug 16, 2024

Deploy Preview for home-assistant-docs ready!

Name Link
🔨 Latest commit ee9088c
🔍 Latest deploy log https://app.netlify.com/sites/home-assistant-docs/deploys/66bf77d231c11b0008abf7f9
😎 Deploy Preview https://deploy-preview-34326--home-assistant-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link
Contributor

coderabbitai bot commented Aug 16, 2024

Warning

Rate limit exceeded

@home-assistant[bot] has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 10 minutes and 17 seconds before requesting another review.

How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

Commits

Files that changed from the base of the PR and between ef99da4 and ee9088c.

Walkthrough

Walkthrough

The recent changes comprise various enhancements across multiple integrations within the documentation. Key updates include the addition of new properties such as model_id to device schemas, which improves identification capabilities, and the introduction of new functionalities like the set_home_cooling_mode command in the homematicip_cloud integration. Additionally, the documentation has been expanded to clarify configuration processes and new features, enhancing user experience and integration capabilities.

Changes

Files Change Summary
source/_integrations/airgradient.markdown Added update to ha_platforms, enhancing integration capabilities.
source/_integrations/alarm_control_panel.mqtt.markdown Introduced model_id to device schema, improving device identification.
source/_integrations/binary_sensor.mqtt.markdown New model_id property added to device schema for better identification.
source/_integrations/button.mqtt.markdown Added model_id for device identification in schema.
source/_integrations/camera.mqtt.markdown Introduced model_id to enhance device identification.
source/_integrations/chacon_dio.markdown Added support for "Switch" in ha_platforms and clarified device functionalities.
source/_integrations/cover.mqtt.markdown New model_id property added to device schema for better identification.
source/_integrations/climate.mqtt.markdown Added model_id property to improve device identification.
source/_integrations/fan.mqtt.markdown New model_id property enhances schema for device identification.
source/_integrations/homematicip_cloud.markdown Introduced set_home_cooling_mode command for climate control.
source/_integrations/monarchmoney.markdown New integration documentation for Monarch Money, detailing financial account connections.
source/_integrations/mastodon.markdown Expanded ha_platforms to include diagnostics and sensor, improving monitoring capabilities.
source/_integrations/update.mqtt.markdown Added model_id property for enhanced identification of devices.
source/_integrations/water_heater.mqtt.markdown Introduced model_id to improve device identification.
source/_redirects Added redirect for outdated documentation to improve user experience.

Sequence Diagram(s)

sequenceDiagram
    participant User
    participant HomeAssistant
    participant AnthropicAPI

    User->>HomeAssistant: Send voice command
    HomeAssistant->>AnthropicAPI: Process command
    AnthropicAPI-->>HomeAssistant: Return response
    HomeAssistant-->>User: Execute action
Loading
sequenceDiagram
    participant User
    participant HomeAssistant
    participant ClimateControl

    User->>HomeAssistant: Request cooling mode
    HomeAssistant->>ClimateControl: Set home cooling mode
    ClimateControl-->>HomeAssistant: Confirm mode set
    HomeAssistant-->>User: Cooling mode activated
Loading

Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

Share
Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai generate interesting stats about this repository and render them as a table.
    • @coderabbitai show all the console.log statements in this repository.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (invoked as PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Additionally, you can add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@jeeftor jeeftor closed this Aug 16, 2024
@home-assistant home-assistant bot removed needs-rebase The PR has been branched of the wrong base branch or targets an incorrect target branch in-progress This PR/Issue is currently being worked on labels Aug 16, 2024
@home-assistant
Copy link

It seems that this PR is targeted against an incorrect branch since it has a parent PR on one of our codebases. Documentation that needs to be updated for an upcoming release should target the next branch. Please change the target branch of this PR to next and rebase if needed.

@home-assistant home-assistant bot added in-progress This PR/Issue is currently being worked on needs-rebase The PR has been branched of the wrong base branch or targets an incorrect target branch labels Aug 16, 2024
@github-actions github-actions bot locked and limited conversation to collaborators Aug 17, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
current This PR goes into the current branch has-parent This PR has a parent PR in a other repo in-progress This PR/Issue is currently being worked on needs-rebase The PR has been branched of the wrong base branch or targets an incorrect target branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.